:root{color-scheme:only light;--ink:#263e37;--muted:#777d72;--paper:#faf9f5;--line:#dedfd5;--accent:#2e5146;--soft:#eef0e7;--serif:Georgia,"Songti SC","Noto Serif CJK SC","SimSun",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 var(--sans)}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{text-decoration:none}a,button{color:inherit}button{border:1px solid var(--line);background:transparent;padding:10px 17px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;line-height:1.5}a.button:hover,button:hover{background:#e9ede3}a:focus-visible,button:focus-visible{outline:3px solid #ab8b56;outline-offset:4px}.button.primary,button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}button.primary:hover{background:#203f35}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);padding:11px 19px;border-radius:5px;font-size:14px}.icon-button{padding:8px;border:0;background:transparent}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;border:0;padding:0}.text-link:hover{text-decoration:underline;background:none}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:500;line-height:1.4}h1{font-size:40px}h2{font-size:30px}h3{font-size:17px;font-weight:600}.eyebrow{display:block;font-size:12px;letter-spacing:.2em;color:var(--muted);margin-bottom:14px}.site-header{height:100px;gap:35px;padding:0 5%;border-bottom:1px solid var(--line);position:relative;z-index:10;background:var(--paper)}.brand,.site-header{display:flex;align-items:center}.brand{gap:12px;white-space:nowrap}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:45px;height:49px;border:1px solid var(--ink);font-size:31px;font-family:var(--serif);flex-shrink:0}.brand b{display:block;font:600 22px/1.4 var(--serif);letter-spacing:.08em}.brand small{display:block;font-size:9px;letter-spacing:.24em;margin-top:3px}.site-header nav{display:flex;align-items:center;gap:34px;margin:auto}.site-header nav a{font-size:14px;color:#777c70;padding:36px 0;position:relative}.site-header nav a.active{color:var(--ink)}.site-header nav a.active:after{content:"";height:2px;position:absolute;bottom:23px;left:0;right:0;background:var(--ink)}.header-contact{border-color:#bfc8bb;padding:10px 18px}.mobile-menu{display:none}.demo-banner{text-align:center;background:#eee6cf;color:#716347;font-size:12px;padding:5px 20px;letter-spacing:.02em}.catalog-section,.page-section,.showroom-section{max-width:1450px;margin:auto;padding:52px 5% 0}.showroom-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.showroom-heading h1{letter-spacing:.035em;font-size:39px}.showroom-heading p{color:var(--muted);font-size:14px;margin-top:9px}.showroom-heading .eyebrow{margin-bottom:10px}.showroom-frame{border:1px solid #ded8ca;border-radius:3px;background:#eae5dc}.scene-wrap{height:520px;position:relative;isolation:isolate;background:#eae5dc}.scene-canvas{position:absolute;inset:0}.scene-canvas canvas{display:block;outline:none;touch-action:none}.scene-placeholder{height:520px;display:grid;place-items:center;background:#eae5dc;color:var(--muted)}.scene-label{position:absolute;z-index:2;top:28px;left:30px;display:flex;align-items:flex-start;gap:12px;pointer-events:none}.scene-label>span:first-child{font:italic 26px var(--serif);color:#8d917f}.scene-label>span:last-child{font-size:14px;letter-spacing:.12em}.scene-label small{font-size:9px;letter-spacing:.13em;display:block;color:#8a8d7b;margin-top:5px}.scene-tools{position:absolute;right:22px;bottom:22px;display:flex;gap:8px;z-index:3}.scene-tools button{width:39px;height:39px;padding:0;background:#faf9f0d9;border-color:#e3dfd2}.showroom-caption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:17px 25px;font-size:12px;color:#686f60}.showroom-caption>span{display:flex;align-items:center;gap:9px}.showroom-caption>span:last-child{margin-right:104px;font-family:var(--serif);letter-spacing:.13em}.showroom-frame .scene-tools{bottom:13px}.showroom-bottom{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);padding-top:16px;letter-spacing:.055em}.scene-loading,.scene-warning{position:absolute;left:50%;bottom:65px;transform:translateX(-50%);background:#faf9f1ed;padding:9px 18px;border-radius:5px;display:flex;align-items:center;gap:10px;font-size:14px;white-space:nowrap}.scene-warning{bottom:70px;font-size:12px;max-width:90%;white-space:normal}.scene-failure{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;background:#eae5dc;padding:20px;text-align:center}.scene-failure span{color:var(--muted);font-size:14px}.scene-wrap:fullscreen{height:100vh;width:100vw}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.catalog-section{padding-top:72px;padding-bottom:36px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:18px}.section-heading .eyebrow{margin-bottom:9px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.product-image{position:relative;background:#eeece4;aspect-ratio:1/1.04;display:grid;place-items:center;overflow:hidden}.product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image>img{transform:scale(1.045)}.product-category{position:absolute;left:14px;top:13px;font-size:12px;color:#777d70}.demo-tag{position:absolute;right:12px;top:12px;font-size:11px;padding:1px 7px;border:1px solid #d0c9b7;background:#f9f6eccc;color:#92805c}.product-open{position:absolute;bottom:13px;right:13px;background:#faf9f2;border:1px solid #e0e0d4;border-radius:50%;width:31px;height:31px;display:grid;place-items:center}.product-card-row{display:flex;align-items:center;justify-content:space-between;gap:6px;padding-top:15px}.product-card h3{font-size:16px;font-weight:500}.product-card-row>span{font-size:14px;white-space:nowrap}.product-card small,.product-card>p{font-size:12px;color:var(--muted)}.product-card>p{margin-top:5px}.shop-strip{max-width:1306px;margin:46px auto 75px;padding:40px 46px;background:#edf0e7;border:1px solid #e0e3d7;display:flex;justify-content:space-between;gap:35px;align-items:center}.shop-strip p{color:var(--muted);font-size:14px;max-width:600px;margin-top:14px;white-space:pre-wrap}.shop-strip>div:last-child{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.site-footer{border-top:1px solid var(--line);padding:37px 5% 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:26px}.footer-brand{font:24px var(--serif)}.site-footer p{color:var(--muted);font-size:12px;margin-top:10px}.site-footer>div:nth-child(2){display:flex;align-items:center;gap:32px;font-size:14px}.footer-bottom{display:flex;align-items:center;gap:20px;width:100%;border-top:1px solid var(--line);font-size:12px;color:var(--muted);padding:16px 0}.footer-bottom>a:last-child{margin-left:auto}.page-section{padding-top:54px;padding-bottom:85px;min-height:65vh}.page-heading{margin-bottom:48px;max-width:800px}.page-heading h1{font-size:38px}.page-heading p{color:var(--muted);margin-top:18px;white-space:pre-wrap}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:35px}.tabs{display:flex;gap:8px;overflow-x:auto;max-width:100%}.tabs button{white-space:nowrap;border:0;padding:9px 15px}.tabs button.active{background:var(--accent);color:#fff}.tabs small{font-size:12px;opacity:.7}.search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);padding:9px 13px;border-radius:4px}.search input{background:none;border:0;outline:none;width:185px;font-size:14px;color:var(--ink)}.empty{padding:65px 20px;text-align:center;background:var(--soft);color:var(--muted);grid-column:1/-1}.empty svg{margin-bottom:12px}.empty p{font-size:14px;margin-top:8px}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);margin-bottom:30px}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:26px}.product-details.full{gap:65px;padding:0}.gallery{min-width:0}.main-photo{width:100%;aspect-ratio:1;border:0;background:#edeae2;padding:0;overflow:hidden}.main-photo img{width:100%;height:100%;object-fit:contain}.photo-caption{display:block;color:var(--muted);font-size:12px;margin-top:8px}.thumbnails{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.thumbnails button{width:65px;height:65px;padding:0;border:2px solid transparent}.thumbnails .selected{border-color:var(--accent)}.thumbnails img{width:100%;height:100%;object-fit:cover}.product-copy h1{font-size:29px}.product-copy .eyebrow{font-size:11px;margin-bottom:10px}.summary{color:var(--muted);font-size:14px;margin-top:10px}.detail-price{font-size:28px;font-family:var(--serif);margin-top:23px}.detail-price small{font:14px var(--sans);color:var(--muted)}.price-note{font-size:12px;color:#8b805f}.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;font-size:14px;margin:22px 0}.specs>div{display:flex;gap:15px}.specs dt{color:var(--muted);flex-shrink:0}.specs dd{margin:0;overflow-wrap:anywhere}.description{font-size:14px;white-space:pre-wrap;line-height:1.9;color:#626b5f}.purchase-actions{display:flex;gap:10px;margin-top:26px}.purchase-actions>button{flex:1 1}.purchase-actions small{font-size:11px;color:var(--muted)}.muted{font-size:12px;color:var(--muted);margin-top:10px}.dialog{border:1px solid var(--line);border-radius:9px;padding:0;width:min(480px,calc(100vw - 28px));max-height:90dvh;color:var(--ink);background:var(--paper);box-shadow:0 30px 130px #14211950;overflow:auto}.dialog.wide{width:min(960px,calc(100vw - 28px))}.dialog::backdrop{background:#14211b66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:15px 23px;border-bottom:1px solid var(--line);background:var(--paper)}.dialog-header h2{font-family:var(--sans);font-size:17px}.dialog-body{padding:26px}.dialog-body>p{margin-bottom:22px}.dialog-detail-link{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;font-size:14px}.contact-dialog{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px}.contact-dialog p{font-size:14px;color:var(--muted);margin:0}.contact-dialog h3{font-size:22px}.contact-dialog .eyebrow{margin:0}.qr-image{width:210px;height:210px;object-fit:contain}.lightbox-image{display:block;width:100%;max-height:75vh;object-fit:contain}.notice{padding:13px 17px;background:#f0ead9;border:1px solid #dfd3b8;border-radius:5px;color:#776545;font-size:14px}.environment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.environment-grid button{display:block;padding:0;text-align:left;border:0;background:transparent}.environment-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.environment-grid span{display:block;padding:12px 0}.environment-empty{min-height:330px;padding:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#e9ede2;text-align:center}.environment-empty p{color:var(--muted)}.info-columns{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:55px}.info-columns p{white-space:pre-wrap;color:var(--muted);margin-top:15px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-feature{background:#e9ede2;padding:45px;display:flex;flex-direction:column;align-items:flex-start;gap:22px}.contact-feature p{color:var(--muted)}.contact-details>div{display:flex;gap:25px;border-bottom:1px solid var(--line);padding:22px 0}.contact-details svg{flex-shrink:0;margin-top:4px}.contact-details p{color:var(--muted);margin:6px 0}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;font-size:14px}.field>span{font-weight:500}.field small{font-size:12px;color:var(--muted)}input,select,textarea{border:1px solid #ccd1c4;border-radius:5px;color:var(--ink);background:#fffef9;padding:10px 12px;font-size:14px;min-width:0;width:100%;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2e514617}textarea{min-height:110px;resize:vertical}input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent)}input[type=color]{height:42px;padding:4px}.error{color:#a43e34;font-size:14px;padding:10px 0}.login-page{min-height:100vh;background:#eceee4;padding:35px 5%;display:flex;flex-direction:column}.login-card{width:min(440px,100%);margin:2vh auto;background:var(--paper);padding:40px;border:1px solid var(--line);border-radius:7px}.login-card>.brand-mark{margin-bottom:20px}.login-card h1{font-size:26px}.login-card>p{color:var(--muted);margin:10px 0 28px}.login-card form button{width:100%;margin-top:12px}.login-card>small{display:block;text-align:center;color:var(--muted);font-size:12px;margin-top:25px}.not-found{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;text-align:center;padding:30px}.not-found h1{font-size:30px}.not-found p{color:var(--muted)}@media (min-width:1500px){.shop-strip{max-width:1306px}.scene-placeholder,.scene-wrap{height:580px}}@media (max-width:1100px){.site-header{padding:0 4%;gap:20px}.site-header nav{gap:20px}.brand b{font-size:19px}.product-grid{gap:18px}.product-card-row{align-items:flex-start;flex-direction:column}.shop-strip{margin:35px 5% 60px}.product-details.full{gap:30px}}@media (max-width:760px){body{font-size:15px}.site-header{height:78px;padding:0 20px;gap:13px}.brand{gap:9px}.brand-mark{width:36px;height:40px;font-size:25px}.brand b{font-size:18px}.brand small{font-size:8px;letter-spacing:.16em}.header-contact{margin-left:auto;font-size:12px;padding:8px 10px}.header-contact svg{display:none}.mobile-menu{display:flex;padding:5px}.site-header nav{display:none}.site-header nav.open{display:flex;position:absolute;top:77px;left:0;right:0;background:var(--paper);flex-direction:column;gap:0;padding:12px 20px;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #1d302713}.site-header nav a{padding:13px;width:100%}.site-header nav a.active:after{display:none}.demo-banner{font-size:11px;line-height:1.7;padding:6px 20px}.catalog-section,.page-section,.showroom-section{padding-left:20px;padding-right:20px}.showroom-section{padding-top:28px}.showroom-heading{margin-bottom:23px;align-items:flex-start;gap:10px}.showroom-heading h1{font-size:28px}.showroom-heading p{font-size:12px}.showroom-heading .eyebrow{font-size:9px;letter-spacing:.17em}.showroom-heading>.text-link{display:none}.scene-placeholder,.scene-wrap{height:410px}.scene-label{left:15px;top:18px}.scene-label>span:first-child{font-size:23px}.scene-label>span:last-child{font-size:12px}.scene-label small{font-size:8px}.showroom-caption{padding:13px;font-size:10px;bottom:0}.showroom-caption>span:first-child{max-width:220px;gap:5px}.showroom-caption svg{width:13px}.scene-tools{right:10px;bottom:10px}.scene-tools button{width:31px;height:31px}.desktop-only{display:none!important}.showroom-bottom{font-size:10px;gap:15px}.showroom-bottom>span:last-child{display:none}.catalog-section{padding-top:45px}.section-heading h2{font-size:25px}.section-heading .eyebrow{font-size:9px}.section-heading .text-link{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product-image{aspect-ratio:1}.product-category{left:9px;top:9px;font-size:10px}.demo-tag{font-size:9px;right:8px;top:8px}.product-card-row{padding-top:10px;gap:3px}.product-card h3{font-size:15px}.product-card-row>span{font-size:13px}.product-card>p{font-size:11px}.shop-strip{margin:30px 20px 45px;padding:25px;display:block}.shop-strip h2{font-size:24px}.shop-strip>div:last-child{flex-direction:row;margin-top:25px;flex-wrap:wrap}.site-footer{padding:28px 20px 0}.site-footer>div:nth-child(2){gap:25px;font-size:12px}.footer-bottom{font-size:11px;flex-wrap:wrap;gap:12px}.footer-brand{font-size:22px}.page-section{padding-top:30px;padding-bottom:45px}.page-heading{margin-bottom:32px}.page-heading h1{font-size:28px}.page-heading p{font-size:14px}.catalog-toolbar{display:block}.catalog-toolbar .search{margin-top:18px}.search input{width:100%}.tabs{gap:2px}.tabs button{font-size:13px;padding:8px 11px}.product-details,.product-details.full{grid-template-columns:1fr;padding:20px;gap:25px}.product-details.full{padding:0}.dialog.wide{width:calc(100vw - 16px)}.dialog-header{padding:12px 17px}.product-copy h1{font-size:28px}.contact-layout,.info-columns{grid-template-columns:1fr;gap:25px}.contact-feature{padding:28px}.environment-grid{grid-template-columns:1fr;gap:18px}.environment-empty{padding:32px 22px}.environment-empty h2{font-size:24px}.scene-loading{font-size:12px;padding:7px 12px}.login-card{padding:28px}.not-found h1{font-size:24px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}.email-verification-page{min-height:100svh;display:grid;place-items:center;padding:24px}.email-verification-card{width:min(100%,540px);padding:clamp(24px,5vw,48px);border:1px solid #b5a88a;border-radius:16px;background:#faf8f0f2;color:#40372a;box-shadow:0 20px 65px #35281920}.email-verification-card h1{margin:12px 0 20px;font-size:clamp(25px,5vw,32px)}.email-verification-card p{line-height:1.85;margin:18px 0}.email-verification-card>svg{color:#927335}.email-verification-card button{width:100%}@media (max-width:760px){.site-header .account-button{margin-left:auto;flex-shrink:0}.site-header .mobile-menu{flex-shrink:0;margin-left:0}.site-header .brand{min-width:0;flex-shrink:1}.site-header .brand span{min-width:0}.site-header .brand b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}}@media (max-width:390px){.site-header{padding:0 12px;gap:8px}.site-header .brand b{font-size:16px}.site-header .brand small{font-size:7px;letter-spacing:.05em}.site-header .account-button{padding:9px 10px;font-size:12px}.site-header .brand-logo{width:30px}}.payroll-panel summary{cursor:pointer;font-weight:600;font-size:18px}.receipt-link{margin-left:auto;display:inline-flex;gap:7px;align-items:center;font-size:13px}.order-item-list{border:1px solid var(--line);border-radius:8px;margin:18px 0;overflow:hidden}.order-item{padding:18px;border-bottom:1px solid var(--line)}.order-item:last-child{border-bottom:0}.order-item-title{display:flex;gap:18px;align-items:center;margin-bottom:13px}.order-item-title>span{margin-left:auto;color:var(--muted)}.status-chip.paid{background:#e4eee5;color:#2d5b40}.line-tracking{margin-top:14px}.line-tracking summary{cursor:pointer;font-size:13px}.quick-order-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.quick-order-heading h3{font-size:24px;margin:10px 0}.quick-order-heading .field{max-width:190px}.entry-head,.entry-row{display:grid;grid-template-columns:minmax(180px,2fr) 62px 82px 120px 100px 42px;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid var(--line)}.entry-head{color:var(--muted);font-size:13px}.entry-row input{width:100%;min-width:0}.entry-row small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.entry-row>b{padding-top:12px;white-space:nowrap}.quick-order-total{display:flex;align-items:center;gap:18px;margin:20px 0 26px}.quick-order-total>span{margin-left:auto;color:var(--muted);font-size:13px}.quick-order-total strong{font-size:30px;color:#826630}.customer-line{padding:16px 0;border-top:1px solid var(--line);margin-top:16px}.receipt-page{padding:28px 18px 70px;min-height:100vh;background:#e9e7e0;color:#272821;font-family:Arial,Microsoft YaHei,sans-serif}.receipt-actions{max-width:920px;margin:0 auto 22px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}.receipt-actions span{font-size:13px;color:#64635c}.sales-receipt{max-width:920px;margin:auto;padding:52px;background:white;box-shadow:0 8px 38px #28231a14}.receipt-brand{display:flex;align-items:center;gap:18px;padding-bottom:28px;border-bottom:3px solid #887044}.receipt-brand h1{font-size:24px;letter-spacing:2px;margin:0 0 8px}.receipt-brand p{font-size:12px;color:#77776b}.receipt-brand>strong{margin-left:auto;font-size:27px;letter-spacing:5px;white-space:nowrap}.receipt-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px;padding:24px 0;font-size:13px}.receipt-meta p{margin:0}.receipt-meta span{color:#77776b;display:inline-block;min-width:72px}.receipt-meta .wide{grid-column:1/-1}.receipt-table{width:100%;border-collapse:collapse;font-size:13px}.receipt-table th{background:#f3f1e9;text-align:left;font-weight:600;padding:13px 9px;white-space:nowrap;border-bottom:1px solid #a8a28e}.receipt-table td{padding:17px 9px;border-bottom:1px solid #dcd9ce;vertical-align:top}.receipt-table td:not(:first-child){white-space:nowrap}.receipt-table small{display:block;font-size:11px;color:#666;margin-top:7px;overflow-wrap:anywhere}.receipt-totals{text-align:right;margin:20px 0;padding-bottom:22px;border-bottom:1px solid #c8c3b4}.receipt-totals>p{margin:8px 0;font-size:13px}.receipt-grand{display:flex;justify-content:flex-end;align-items:center;gap:25px}.receipt-grand strong{font-size:34px}.receipt-totals>div{display:flex;justify-content:flex-end;gap:20px;font-size:13px;margin-top:16px;flex-wrap:wrap}.receipt-note{font-size:13px;white-space:pre-wrap}.receipt-sign{display:flex;justify-content:space-between;gap:16px;margin:45px 0;font-size:14px}.sales-receipt footer{font-size:12px;color:#6b695e;border-top:1px solid #c8c3b4;padding-top:18px}.sales-receipt footer p{margin:5px 0}.sales-receipt footer small{display:block;margin-top:10px}.receipt-simulation{padding:12px;background:#f7ead5;text-align:center;font-weight:700}@media (max-width:760px){.quick-order-heading{display:block}.entry-head{display:none}.entry-row{grid-template-columns:1fr 70px 80px}.entry-row>div{grid-column:1/-1}.entry-row>b{grid-column:2}.entry-row>button{grid-column:3}.entry-row>input:nth-child(4){grid-column:1}.quick-order-total{flex-wrap:wrap}.quick-order-total strong{font-size:24px}.order-item-title{flex-wrap:wrap;gap:8px}.order-item-title>b{width:100%}.order-item-title>span{margin-left:0}.receipt-link{width:100%;margin:10px 0 0}.sales-receipt{padding:22px 15px;overflow-x:auto}.receipt-brand{gap:10px}.receipt-brand h1{font-size:18px}.receipt-brand>strong{font-size:18px;letter-spacing:1px}.receipt-brand img{width:32px;height:32px}.receipt-meta{grid-template-columns:1fr}.receipt-table{min-width:550px}.receipt-sign{flex-wrap:wrap}.receipt-grand strong{font-size:28px}}@media print{@page{size:A4;margin:14mm}body,html{background:white!important;color:black!important;margin:0!important}.receipt-page{padding:0;background:white;min-height:0}.receipt-actions{display:none!important}.sales-receipt{max-width:none;padding:0;box-shadow:none;overflow:visible}.receipt-brand h1{font-size:22px}.receipt-brand>strong{font-size:25px}.receipt-brand img{width:45px;height:45px}.receipt-meta{grid-template-columns:1fr 1fr}.receipt-table{min-width:0;font-size:11px}.receipt-table td,.receipt-table th{padding:10px 6px}.receipt-table thead{display:table-header-group}.receipt-sign,.receipt-table tr,.receipt-totals{page-break-inside:avoid;break-inside:avoid}.receipt-grand strong{font-size:28px}.sales-receipt footer{page-break-inside:avoid;break-inside:avoid}}.billing-editor{margin-bottom:28px;padding:24px}.billing-tool .panel>.section-heading h2{flex-shrink:0;white-space:nowrap}.billing-tool .panel>.section-heading input{width:min(100%,420px)}.billing-editor .quick-order{padding:0}.billing-tool .admin-toolbar{justify-content:space-between}.billing-tool .admin-toolbar p{flex:1 1}.billing-success{padding:20px;margin-bottom:20px}.billing-success .row-actions{margin-top:12px}.bill-list-row{padding:22px 0;border-top:1px solid var(--line,#d8d4c9);display:grid;grid-template-columns:1fr auto;gap:12px 25px}.bill-list-row small{display:block;margin-top:8px;color:var(--muted,#6c766e)}.bill-list-row>strong{font-size:22px}.bill-list-row>.row-actions{grid-column:1/-1}.payment-overview{padding:18px;background:#f4f1e9;border:1px solid #ded5c2;border-radius:8px;margin:18px 0}.payment-overview>div:first-child{display:flex;gap:12px 30px;flex-wrap:wrap;margin-bottom:14px}.payment-overview b{font-size:19px;color:#795e2b}.payment-preview{padding:15px;background:#f2f4ed;border:1px solid #d6dece;border-radius:6px;margin:18px 0}.payment-preview p{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #d6dece;padding-top:10px;font-size:13px}.payment-history{margin:20px 0 0;border-top:1px solid #ddd5c8;padding-top:16px}.payment-history summary{cursor:pointer;font-weight:600}.payment-record{border-bottom:1px solid #ddd5c8;padding:18px 0}.payment-record p{margin:6px 0;font-size:13px}.payment-record.voided{color:#777;background:#f6f4ef}.payment-record.voided .row-actions>b{text-decoration:line-through}.line-payment-amount{font-size:13px;color:#6c705f}.entry-field span{display:none}.entry-field{min-width:0}@media (max-width:760px){.entry-row{grid-template-columns:repeat(3,minmax(0,1fr))}.billing-tool>.admin-toolbar{flex-wrap:wrap}.billing-tool>.admin-toolbar>p{flex:1 0 100%}.entry-field span{display:block;font-size:12px;margin-bottom:5px;color:#6c705f}.entry-row>.entry-field:nth-child(4){grid-column:auto}.entry-row>b{grid-column:1/3}.billing-editor{padding:16px}.bill-list-row{grid-template-columns:1fr}.bill-list-row>.row-actions{grid-column:1}.payment-preview p{flex-direction:column;gap:3px}.billing-tool .section-heading{flex-wrap:wrap;gap:12px}.billing-tool .section-heading input{max-width:100%}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.showroom-section{padding-top:18px}.shop-map{background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin:0 0 28px}.map-window{position:relative;height:460px;background:#e9e5db}.map-canvas{height:100%;width:100%}.map-fallback{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;text-align:center;color:var(--ink);background:linear-gradient(125deg,#ece7dc,#d9d4c8)}.map-fallback strong{font-size:24px}.map-fallback p{max-width:520px;margin:0}.map-fallback small{color:var(--muted)}.map-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 26px}.map-footer p{margin:6px 0;font-size:14px}.map-footer .button{flex-shrink:0}.map-editor{border:0;margin-bottom:16px}.map-editor .map-window{height:300px;margin-top:16px;border-radius:6px}.map-editor .map-footer{padding:16px 0;flex-wrap:wrap}.map-editor details{margin-top:12px}.map-result{display:block;margin-top:8px;text-align:left;width:100%}.map-credentials{margin:20px 0}.map-credentials summary{cursor:pointer}.contact-below-map{margin-top:22px}.contact-below-map .contact-feature{padding:32px}.contact-below-map .brand-mark{width:50px;height:60px}.contact-below-map h2{font-size:28px}.shop-panorama{margin:0 0 30px;background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden}.panorama-viewport{position:relative;height:clamp(370px,44vw,600px);overflow:hidden;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#38362f}.panorama-viewport:active{cursor:grabbing}.panorama-viewport>img{height:100%;width:100%;object-fit:cover;min-width:100%;pointer-events:none}.panorama-hint{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;white-space:nowrap;background:#25231fde;color:#f5eddf;padding:10px 18px;border-radius:30px;font-size:13px}.panorama-controls{display:flex;align-items:center;gap:18px;padding:14px 20px}.panorama-controls input{flex:1 1;min-width:0;accent-color:var(--gold,#8a733c)}.panorama-controls button{padding:8px}.shop-panorama figcaption{padding:0 20px 16px;color:var(--muted);font-size:12px}.panorama-error{position:absolute;top:45%;width:100%;text-align:center;color:white}.entry-extras{grid-column:1/-1;display:grid;grid-template-columns:230px 1fr;gap:22px;align-items:center;padding-top:8px}.entry-photo{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.entry-photo img{width:64px;height:64px;object-fit:contain;border:1px solid var(--line);border-radius:5px}.entry-photo .button{position:relative;font-size:13px;cursor:pointer;padding:10px}.entry-photo .button:focus-within{outline:2px solid var(--ink)}.entry-photo button{font-size:12px;padding:6px}.entry-extras textarea{min-height:60px}.receipt-item{display:flex;align-items:flex-start;gap:12px}.receipt-item img{width:65px;height:65px;object-fit:contain;flex-shrink:0}.receipt-item-remark{font-size:12px;line-height:1.6;color:#635e52;white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0 0}body.captcha-dialog-active:after{content:"";position:fixed;inset:0;background:#14211b66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:900}dialog[data-captcha-active]{position:fixed;inset:50% auto auto 50%;margin:0;transform:translate(-50%,-50%);z-index:901;pointer-events:none}@media (max-width:700px){.map-window{height:360px}.map-footer{padding:18px;flex-direction:column;align-items:stretch}.map-editor .map-window{height:270px}.panorama-viewport{height:440px}.entry-extras{grid-template-columns:1fr;gap:10px}.contact-below-map .contact-feature{padding:24px}.showroom-section{padding-top:12px}}@media print{.receipt-item img{width:17mm;height:17mm}.receipt-item-remark{font-size:9pt;color:#333}}input,select,textarea{color-scheme:only light}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}select option{color:var(--ink);background:var(--paper)}input:-webkit-autofill{-webkit-text-fill-color:var(--ink);box-shadow:0 0 0 1000px var(--paper) inset}.admin-layout{display:flex;min-height:100vh;background:#f2f3ed}.admin-sidebar{width:238px;flex-shrink:0;position:fixed;inset:0 auto 0 0;background:#fafaf5;border-right:1px solid var(--line);padding:30px 20px;display:flex;flex-direction:column;z-index:20}.admin-sidebar .brand{padding-left:5px}.admin-sidebar .brand b{font-size:20px}.admin-nav{display:flex;flex-direction:column;gap:6px;margin-top:45px}.admin-nav button{justify-content:flex-start;border:0;padding:13px 15px;font-size:14px;gap:12px}.admin-nav button.active{background:#e1e9dc;color:#214335}.admin-nav button>svg:last-child{margin-left:auto;opacity:0}.admin-nav button.active>svg:last-child{opacity:1}.admin-sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:17px;padding:15px 10px 0}.admin-sidebar-bottom>span{color:var(--muted);font-size:12px}.admin-sidebar-bottom>button{justify-content:flex-start;padding:7px 0;border:0}.admin-main{margin-left:238px;min-width:0;width:calc(100% - 238px)}.admin-topbar{height:70px;border-bottom:1px solid var(--line);padding:0 36px;display:flex;align-items:center;gap:20px;background:#f9faf4;font-size:14px}.admin-topbar>a{margin-left:auto}.status-chip{display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;font-size:12px;border-radius:4px;background:#e9ecdf;color:#637456;width:fit-content;white-space:nowrap}.status-chip.published{background:#dfebdc;color:#3a633e}.status-chip.draft{background:#ece7d8;color:#8a7545}.status-chip.archived{background:#e9e9e5;color:#888b83}.admin-content{padding:34px 36px;max-width:1550px;margin:auto;min-height:calc(100vh - 135px)}.admin-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.admin-heading h1{font-family:var(--sans);font-size:26px;font-weight:500}.admin-heading .eyebrow{font-size:10px;margin-bottom:5px}.admin-footer{padding:20px 36px;font-size:12px;color:var(--muted)}.admin-welcome{background:#e6ebdf;border:1px solid #dce2d3;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px}.admin-welcome h2{font-size:24px}.admin-welcome p{font-size:14px;color:var(--muted);margin-top:9px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px}.stat-grid button{display:flex;flex-direction:column;align-items:flex-start;position:relative;background:#fcfcf8;border:1px solid var(--line);padding:22px}.stat-grid button>span{font-size:13px;color:var(--muted)}.stat-grid b{font:38px/1.3 var(--serif);margin-top:7px}.stat-grid svg{position:absolute;bottom:25px;right:20px;color:#84967d}.admin-form-columns,.admin-two-columns{display:grid;grid-template-columns:1.12fr 1fr;gap:24px;align-items:start}.panel{background:#fffef9;border:1px solid var(--line);padding:25px;border-radius:6px}.panel,.panel>h3{margin-bottom:22px}.panel>h3{font-size:17px;font-weight:500}.panel-intro{font-size:13px;color:var(--muted);margin:-10px 0 20px}.workflow{list-style:none;padding:0;margin:0}.workflow li{display:flex;gap:20px;margin:24px 0}.workflow li>span{font:italic 24px var(--serif);color:#879277}.workflow b{font-size:14px;font-weight:500}.workflow p{font-size:13px;color:var(--muted);margin-top:4px}.readiness{list-style:none;margin:0 0 22px;padding:0}.readiness li{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.readiness li>span{display:flex;align-items:center;gap:10px}.readiness .text-link{font-size:12px}.empty-circle{width:15px;height:15px;border:1px solid #c9cbbd;border-radius:50%}.admin-toolbar{display:flex;gap:13px;align-items:center;flex-wrap:wrap;margin-bottom:22px}.admin-toolbar .search{background:#fffef9}.admin-toolbar select{width:auto}.admin-toolbar>button{margin-left:auto}.product-table{background:#fffef9;border:1px solid var(--line);border-radius:5px;overflow:hidden}.product-row,.table-head{display:grid;grid-template-columns:minmax(260px,2fr) minmax(125px,1fr) 80px 210px;align-items:center;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}.table-head{background:#ecefe5;color:var(--muted);padding-top:12px;padding-bottom:12px;font-size:12px}.product-row:last-child{border-bottom:0}.table-product{display:flex;align-items:center;gap:15px;min-width:0}.image-placeholder,.table-product img{width:72px;height:72px;object-fit:cover;background:#eeece4;border-radius:4px;flex-shrink:0}.image-placeholder{display:grid;place-items:center}.table-product b{font-size:14px;font-weight:500}.table-price small,.table-product small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.table-price{font-size:15px}.row-actions{display:flex;gap:7px;flex-wrap:wrap}.row-actions button{font-size:12px;padding:7px 9px;gap:5px}.form-topline{display:flex;align-items:center;gap:15px;margin-bottom:23px}.form-topline>span{font-size:14px;color:var(--muted)}.form-topline>button:last-child{margin-left:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.check-field{display:flex;align-items:center;gap:10px;font-size:14px;margin:14px 0}.model-checks{max-height:230px;overflow:auto}.sticky-actions{position:sticky;bottom:0;z-index:7;display:flex;align-items:center;justify-content:flex-end;gap:12px;background:#fafbf6f5;border:1px solid var(--line);padding:16px 20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:5px}.sticky-actions>span{margin-right:auto;color:var(--muted);font-size:12px}.upload-zone{position:relative;border:1px dashed #b9c3b0;background:#f1f4eb;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;padding:32px 20px;border-radius:6px;color:#566b50;cursor:pointer;text-align:center;overflow:hidden}.upload-zone b{font-size:14px;font-weight:500}.upload-zone span{font-size:12px;color:var(--muted)}.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.upload-zone.disabled{opacity:.55}.photo-manager{margin-top:18px}.photo-row{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.photo-row img{width:65px;height:65px;border-radius:4px;object-fit:cover}.photo-row>div:nth-child(2){flex:1 1;min-width:0}.photo-row span{font-size:12px;color:var(--muted)}.photo-row input{padding:6px 8px;font-size:12px}.photo-actions{display:grid;grid-template-columns:1fr;gap:3px}.photo-actions button{padding:2px 5px;border:0}.preview-product{display:grid;grid-template-columns:1fr 1fr;padding:24px;gap:25px}.preview-product img{width:100%;object-fit:contain}.preview-product p{margin:15px 0}.category-list{display:flex;flex-direction:column;gap:7px;margin-bottom:25px}.category-list button{justify-content:flex-start}.category-list small{margin-left:auto;color:var(--muted)}.admin-error{display:flex;align-items:center;gap:10px;padding:12px 17px;background:#fbede8;border:1px solid #e9c3b4;color:#9b4b33;margin-bottom:20px;font-size:14px;border-radius:5px}.admin-error>button{margin-left:auto}.toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;align-items:center;background:#294a3e;color:white;padding:13px 25px;border-radius:6px;z-index:100;box-shadow:0 10px 35px #20382b33;font-size:14px}.model-upload{margin:23px 0}.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.model-card{border:1px solid var(--line);border-radius:6px;background:#fffef9;padding:20px}.model-card-icon{height:90px;background:#edf0e6;display:flex;align-items:center;justify-content:space-between;padding:20px;margin-bottom:18px}.model-card h3{font-size:15px}.model-card p,.model-card>small{font-size:12px;color:var(--muted);margin-top:6px}.model-card>div:last-child{display:flex;gap:8px;margin-top:15px}.model-card button{font-size:12px;padding:7px 10px}.editor-content{padding:25px 22px}.editor-toolbar{display:flex;justify-content:space-between;gap:15px;margin-bottom:16px;flex-wrap:wrap}.editor-toolbar>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.editor-toolbar button{padding:8px 10px;font-size:12px;background:#fcfcf7}.editor-toolbar button.active,.editor-toolbar button.primary{background:var(--accent);color:white}.editor-toolbar .muted{margin:0 8px 0 0}.editor-grid{display:grid;grid-template-columns:180px minmax(250px,1fr) 240px;border:1px solid var(--line);background:#fffef9;align-items:stretch;border-radius:5px;overflow:hidden}.editor-grid.preview{grid-template-columns:1fr}.editor-list{border-right:1px solid var(--line);padding:18px 10px;max-height:740px;overflow:auto}.editor-list h3{font-size:14px;margin:0 8px 15px}.editor-list h3 small{color:var(--muted);margin-left:6px}.editor-list>button{display:flex;justify-content:flex-start;text-align:left;width:100%;border:0;padding:10px 8px;gap:8px;font-size:12px;margin-bottom:3px}.editor-list>button.selected{background:#e3eadc}.editor-list>button>span{flex:1 1;min-width:0;overflow-wrap:anywhere}.editor-list small{font-size:10px;display:block;color:var(--muted)}.editor-viewport{position:relative;min-width:0;background:#eae5dc;min-height:600px}.editor-viewport .scene-wrap{height:100%;min-height:600px}.editor-hint{position:absolute;bottom:16px;left:15px;right:104px;font-size:11px;color:#65705b;display:flex;align-items:center;gap:7px;pointer-events:none}.editor-properties{padding:18px;border-left:1px solid var(--line);max-height:740px;overflow:auto}.editor-properties .field{margin-bottom:14px}.editor-properties input,.editor-properties select{font-size:12px;padding:7px}.editor-properties .field>span{font-size:12px}.property-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.property-heading h3,.scene-settings h3{font-size:14px}.transform-field{margin:18px 0;font-size:12px}.transform-field>div{display:flex;gap:6px;margin-top:8px}.transform-field>div>label{min-width:0;flex:1 1}.transform-field span{display:block;font-size:11px;color:var(--muted);padding-left:2px}.transform-field input{width:100%}.property-buttons{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.property-buttons button{font-size:11px;padding:7px 8px;flex-grow:1}.scene-settings{border-top:1px solid var(--line);margin-top:25px;padding-top:20px}.scene-settings h3{margin-bottom:18px}.scene-settings button{width:100%;font-size:11px;padding:9px 3px;margin-bottom:8px}.empty-property{text-align:center;padding:30px 0;color:var(--muted);font-size:12px}.library-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.library-grid>button{justify-content:flex-start;text-align:left;padding:17px;font-size:14px}.library-grid>button>span{flex:1 1}.library-grid small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.editor-preview-photo{width:100%;max-height:250px;object-fit:contain;background:#edeae2}.setting-image{display:flex;align-items:center;gap:20px;margin-bottom:10px}.setting-image img{width:120px;height:120px;object-fit:contain;border:1px solid var(--line)}.password-form{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;align-items:end}.password-form button{margin-bottom:18px}.admin-account{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--line)}.admin-account b{font-weight:500}.admin-account small{display:block;font-size:12px;color:var(--muted);margin-top:5px}.brand-logo{width:45px;height:49px;object-fit:contain}@media (max-width:1200px){.admin-sidebar{width:210px;padding:25px 15px}.admin-main{margin-left:210px;width:calc(100% - 210px)}.admin-content{padding:28px 22px}.product-row,.table-head{grid-template-columns:minmax(190px,1.5fr) 100px 60px 180px;gap:12px;padding:16px}.row-actions{gap:4px}.row-actions button{font-size:11px;padding:6px}.editor-grid{grid-template-columns:150px minmax(230px,1fr) 205px}.editor-properties{padding:13px}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-columns{gap:18px}.panel{padding:20px}}@media (max-width:960px){.admin-sidebar{width:180px;padding:24px 10px}.admin-sidebar .brand b{font-size:17px}.admin-sidebar .brand small{font-size:8px}.admin-sidebar .brand-mark{width:32px;height:36px;font-size:24px}.admin-main{margin-left:180px;width:calc(100% - 180px)}.admin-nav button{padding:12px 10px}.admin-content{padding:24px 18px}.admin-form-columns,.admin-two-columns{grid-template-columns:1fr}.admin-welcome{padding:23px;display:block}.admin-welcome button{margin-top:18px}.stat-grid{gap:10px}.stat-grid button{padding:15px}.stat-grid svg,.table-head{display:none}.product-row{grid-template-columns:1fr auto}.row-actions{justify-content:flex-end}.editor-grid{grid-template-columns:140px minmax(0,1fr)}.editor-properties{grid-column:1/-1;border-top:1px solid var(--line);border-left:0;max-height:none;display:block}.editor-viewport,.editor-viewport .scene-wrap{min-height:480px}.password-form{grid-template-columns:1fr}.password-form .field{margin-bottom:0}.password-form button{justify-self:start}.editor-properties .form-grid{max-width:350px}.editor-properties .transform-field{max-width:400px}}@media (max-width:640px){.admin-layout{display:block}.admin-sidebar{position:static;width:100%;padding:15px;border-right:0;border-bottom:1px solid var(--line)}.admin-sidebar .brand{display:none}.admin-nav{margin:0;flex-direction:row;overflow:auto;gap:5px}.admin-nav button{white-space:nowrap;padding:8px 12px;font-size:12px;gap:6px}.admin-nav button>svg{width:15px}.admin-nav button>svg:last-child,.admin-sidebar-bottom{display:none}.admin-main{margin-left:0;width:100%}.admin-topbar{height:56px;padding:0 18px;gap:12px}.admin-topbar,.admin-topbar .text-link{font-size:12px}.admin-topbar .status-chip{font-size:10px}.admin-content{padding:25px 16px}.admin-heading h1{font-size:24px}.admin-heading>button{font-size:12px;padding:10px}.admin-welcome h2{font-size:23px}.stat-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-grid b{font-size:33px}.stat-grid button{padding:18px}.admin-toolbar{gap:10px}.admin-toolbar .search{width:100%}.admin-toolbar select{flex:1 1;font-size:12px}.admin-toolbar button{font-size:12px}.product-row{gap:14px;padding:15px}.table-product{gap:10px}.table-product img{width:55px;height:55px}.table-product b{font-size:13px}.table-product small{font-size:10px}.table-price{font-size:13px}.table-price small{font-size:10px}.row-actions button{font-size:12px;padding:7px}.admin-heading .eyebrow{font-size:9px}.panel{padding:20px}.admin-form-columns{gap:0}.sticky-actions{padding:12px;gap:8px;bottom:0}.sticky-actions>span{display:none}.sticky-actions>button{flex:1 1}.form-topline{gap:10px}.form-topline>span{display:none}.form-topline button{font-size:12px}.photo-row img{width:52px;height:52px}.model-grid,.preview-product{grid-template-columns:1fr}.editor-toolbar>div{gap:6px}.editor-toolbar .muted{width:100%;font-size:12px}.editor-toolbar button{padding:8px;font-size:12px}.editor-grid{grid-template-columns:1fr}.editor-list{border-right:0;border-bottom:1px solid var(--line);max-height:160px}.editor-list>button{display:inline-flex;width:auto;margin-right:5px}.editor-list h3{margin-bottom:7px}.editor-viewport,.editor-viewport .scene-wrap{min-height:370px;height:370px}.editor-properties{padding:18px}.editor-hint{font-size:10px;bottom:15px}.library-grid{grid-template-columns:1fr}.admin-footer{padding:18px;font-size:10px}.toast{bottom:18px;font-size:13px;padding:12px 18px;max-width:90%;white-space:nowrap}.brand-logo{width:36px;height:40px}}.storefront-banner{max-width:1440px;margin:24px auto 0;padding:0 5%;height:190px;overflow:hidden}.storefront-banner img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:6px}.space-tabs{margin:0 0 16px;overflow-x:auto;flex-wrap:nowrap}.space-tabs button{white-space:nowrap}.showroom-frame{display:flex!important;position:relative;overflow:hidden;min-height:560px;height:min(70vh,760px);background:#e9e4db}.showroom-stage{flex:1 1;min-width:0;position:relative;height:100%}.showroom-stage>.scene-wrap{height:100%!important;min-height:unset!important}.showroom-stage .scene-label{z-index:2;pointer-events:none;background:#faf9f5ba;border-radius:5px;padding:10px 15px;top:20px;left:20px}.showroom-caption{pointer-events:none}.showroom-product{width:360px;flex:none;overflow:auto;background:var(--paper);border-left:1px solid var(--line);padding:0 24px 24px;height:100%;z-index:3}.sidebar-heading{position:sticky;top:0;z-index:2;background:var(--paper);display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);margin-bottom:18px}.showroom-product .product-details{display:block;padding:0;gap:0}.showroom-product .product-copy{padding:18px 0}.showroom-product .product-copy h1{font-size:25px;margin:8px 0}.showroom-product .detail-price{font-size:25px}.showroom-product .main-photo{aspect-ratio:1;height:auto;width:100%}.showroom-product .specs{font-size:13px;margin:14px 0;padding:12px 0;gap:12px}.showroom-product .description{font-size:14px}.showroom-product .purchase-actions{flex-direction:column;display:flex;gap:9px}.showroom-product .summary{font-size:14px}.showroom-frame:fullscreen{height:100vh!important;max-height:none;width:100vw}.showroom-frame:fullscreen .showroom-product{width:390px}.account-button{white-space:nowrap}.success{color:#2e6b46;display:flex;gap:8px;align-items:center}.customer-auth .tabs{gap:5px;flex-wrap:wrap}.checkout-body .field,.customer-auth>.field{margin:15px 0}.customer-auth button{margin-bottom:8px}.checkout-total{font-size:26px}.checkout-success{text-align:center;padding:24px 0}.checkout-success svg{color:var(--accent)}.account-heading{display:flex;align-items:center;gap:15px;justify-content:space-between;overflow-wrap:anywhere}.order-card{padding:22px 0;border-bottom:1px solid var(--line)}.order-card>div:first-child,.order-heading{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.order-card p{margin:8px 0}.order-card h4{margin:10px 0}.order-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.order-columns>div{min-width:0;overflow-wrap:anywhere}.tracking-events{list-style:none;margin:12px 0 0;padding-left:16px;border-left:2px solid #d5dcd2;max-height:240px;overflow:auto;font-size:13px}.tracking-events small{color:var(--muted)}.tracking-events li{margin:8px 0 15px}.tracking-events p{margin:3px 0}.product-model{margin-top:8px}.model-inline{display:flex;align-items:center;gap:2px}.model-inline button{padding:4px;font-size:12px;word-break:break-all;max-width:180px}.product-model>small{display:block;margin-bottom:5px}.upload-inline{position:relative;cursor:pointer;font-size:12px;padding:7px 10px}.upload-inline input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;max-width:100%}.upload-inline.disabled{opacity:.5;pointer-events:none}.decorations-section{margin-top:35px}.decoration-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.decoration-card{display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid var(--line);background:#fffefa;border-radius:6px;overflow-wrap:anywhere}.decoration-card>svg{color:#947a52}.space-admin-toolbar{display:flex;gap:16px;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px}.space-admin-toolbar>.tabs{flex-wrap:wrap;gap:7px}.space-admin-toolbar .tabs small{margin-left:5px}.scroll-table{overflow-x:auto}.ops-table{border-collapse:collapse;width:100%;white-space:nowrap;font-size:14px}.ops-table td,.ops-table th{text-align:left;padding:16px 14px;border-bottom:1px solid var(--line)}.ops-table th{background:var(--soft);font-weight:500}.stat-card{padding:26px;background:#fffefa;border:1px solid var(--line);border-radius:7px;display:flex;flex-direction:column;gap:10px}.stat-card b{font-size:25px}.stat-card span{font-size:13px;color:var(--muted)}.simulation-panel{display:flex;justify-content:space-between;gap:30px;align-items:center}.simulation-panel button{flex:none}.admin-toolbar>.field{margin:0}.product-table .product-row,.product-table .table-head{grid-template-columns:minmax(240px,1.3fr) minmax(180px,1fr) 100px 220px}.scene-wrap .scene-loading{z-index:3}.storefront-banner+.showroom-section{padding-top:35px}@media (max-width:1100px){.showroom-product{width:310px;padding:0 18px 18px}.site-header{gap:12px}.header-contact{display:none}.simulation-panel{align-items:stretch;flex-direction:column}.product-table{overflow-x:auto}.product-table .product-row,.product-table .table-head{min-width:820px}}@media (max-width:700px){.storefront-banner{height:120px;padding:0 20px;margin-top:15px}.showroom-frame{height:auto;min-height:0;flex-direction:column}.showroom-stage{height:420px;flex:none;width:100%}.showroom-product{width:100%;height:auto;max-height:540px;border-left:0;border-top:1px solid var(--line);padding:0 20px 24px}.showroom-product .product-details{display:grid;grid-template-columns:110px 1fr;gap:15px}.showroom-product .product-copy{padding:0}.showroom-product .product-copy h1{font-size:21px}.showroom-product .gallery{align-self:start}.showroom-product .thumbnails{flex-wrap:wrap}.showroom-product .thumbnails button{width:40px}.showroom-stage .scene-label{font-size:12px;left:12px;top:12px}.showroom-caption .desktop-only{display:none}.showroom-frame:fullscreen .showroom-product{width:100%;max-height:40vh}.showroom-frame:fullscreen .showroom-stage{height:60vh}.order-columns{grid-template-columns:1fr;gap:8px}.account-button{padding:6px 8px;font-size:12px}.site-header .brand b{font-size:16px}.site-header .brand small{font-size:8px}.site-header .brand-mark{width:32px;height:32px}.space-tabs{margin-top:10px}.ops-table{font-size:12px}.simulation-panel{gap:15px}.stat-card{padding:18px}.stat-card b{font-size:20px}.decorations-section .section-heading{align-items:start;gap:10px;flex-direction:column}}.storefront-banner{height:auto;max-width:1180px}.storefront-banner img{height:auto;aspect-ratio:3/1;object-fit:contain;display:block}@media (max-width:700px){.storefront-banner{height:auto}}.scene-wrap .scene-loading.scene-load-card{width:min(380px,calc(100% - 32px));flex-direction:column;align-items:stretch;gap:9px;padding:18px 20px;white-space:normal;color:#3c3528;background:#faf8f1f5;border:1px solid #c9b98d;box-shadow:0 5px 24px #28221620}.scene-load-heading{display:flex;align-items:center;gap:9px}.scene-load-heading>span{margin-left:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.scene-load-card progress{width:100%;height:10px;border:0;border-radius:10px;overflow:hidden;accent-color:#92733c;background:#ded8c9}.scene-load-card progress::-webkit-progress-bar{background:#ded8c9;border-radius:10px}.scene-load-card progress::-webkit-progress-value{background:#92733c;border-radius:10px}.scene-load-card progress::-moz-progress-bar{background:#92733c}.scene-load-card>small{color:#736954;font-size:12px}.editor-toolbar select{width:auto;min-width:114px;padding:8px 12px}.storefront .footer-support-link{border:0;background:transparent;padding:4px 0;font:inherit;color:inherit;border-radius:0}.storefront .footer-support-link:focus-visible,.storefront .footer-support-link:hover{background:transparent;color:var(--accent);text-decoration:underline;text-underline-offset:4px}.technical-support-wechat{overflow-wrap:anywhere}.storefront .site-header .nav-support-link{font-size:14px;font-weight:400;color:var(--muted);white-space:nowrap;border:0;border-radius:0;background:transparent;padding:36px 0}.storefront .site-header .nav-support-link:focus-visible,.storefront .site-header .nav-support-link:hover{background:transparent;color:var(--accent);text-decoration:underline;text-underline-offset:5px}@media (max-width:1200px){.storefront .site-header .nav-support-link{padding:12px 0}}@media (max-width:760px){.storefront .site-header .nav-support-link{width:100%;padding:13px;justify-content:flex-start}}.showroom-guidance{display:grid;gap:6px;line-height:1.7}.showroom-guidance b{font-size:14px;font-weight:600}.showroom-bottom{align-items:center;gap:16px;flex-wrap:wrap}.space-reference-button{flex-shrink:0}.retail-price-label{display:block;font-size:12px;font-weight:400;line-height:1.6;letter-spacing:0}.detail-price .retail-price-label{font-size:13px;color:var(--muted)}.space-reference-gallery{padding:16px}.space-reference-image{display:block;width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.space-reference-controls{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:12px}.space-reference-controls p{text-align:center;margin:0}.space-reference-controls small{display:block;color:var(--muted);margin-top:4px}.reference-editor-list{display:grid;gap:10px}.reference-editor-item{display:grid;grid-template-columns:1fr auto;gap:6px}.reference-editor-item img{width:100%;max-height:140px;object-fit:contain;grid-column:1/-1;background:#eee9df}.reference-editor-item input{min-width:0;width:100%}.reference-editor-item button{padding:8px}.storefront{--ink:#342d22;--muted:#514a3e;--paper:#f7f3eb;--line:#9e8e724d;--accent:#776033;--soft:#eae3d7;min-height:100vh;position:relative;isolation:isolate;color:var(--ink);background:#c4beb4}.storefront:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:url(/api/site-background) top/100% 100% no-repeat}.storefront .storefront-banner{width:100%;max-width:1180px;height:auto;margin:0 auto;padding:28px 5% 6px;overflow:hidden}.storefront .storefront-banner img{display:block;width:100%;height:auto;aspect-ratio:auto;border-radius:0;filter:drop-shadow(0 5px 3px #33251450)}.storefront .site-header{background:#f5f1e8cf;border-color:#8c77465c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.storefront .brand{gap:26px}.storefront .brand-site-name{flex:none}.storefront .brand .brand-site-name small{font-size:11px;letter-spacing:.18em}.storefront .brand-shop{display:flex;align-items:center;gap:14px;padding-left:26px;border-left:1px solid #8c77464d}.storefront .brand-logo{width:54px;height:61px;object-fit:contain;flex:none}.storefront .brand b{font-family:"Microsoft YaHei","PingFang SC",var(--sans);font-size:24px;font-weight:700;letter-spacing:.12em;color:#604a25}.storefront .brand small{color:#705c36;font-size:9px;font-weight:600;letter-spacing:.12em;margin-top:5px}.storefront .photo-caption,.storefront .product-card p,.storefront .scene-label,.storefront .scene-label small,.storefront .scene-label>span:first-child,.storefront .scene-label>span:last-child,.storefront .showroom-caption,.storefront .site-header nav a{color:var(--muted)}.storefront .site-header nav a.active{color:#58421d;font-weight:600}.storefront .site-header nav a.active:after{background:var(--accent)}.storefront .account-button,.storefront .header-contact,.storefront .search,.storefront .tabs button{border-color:#8c77465c}.storefront .account-button,.storefront .button:not(.primary),.storefront .header-contact,.storefront .search,.storefront .tabs button:not(.active){background:#faf7efe8}.storefront a.button:hover,.storefront button:hover{background:#e4d9c5}.storefront .icon-button,.storefront .lightbox-image,.storefront .main-photo,.storefront .text-link{background:transparent}.storefront .button.primary,.storefront .tabs button.active,.storefront button.primary{color:#fffaf0;background:var(--accent);border-color:var(--accent)}.storefront .button.primary:hover,.storefront button.primary:hover{background:#5d4825}.storefront .eyebrow{color:#65512d;font-weight:600}.storefront h1,.storefront h2{color:#3d3020}.storefront .contact-feature,.storefront .empty,.storefront .environment-empty,.storefront .shop-strip{background:#f6f2eae8;border:1px solid #8c77464d;border-radius:6px}.storefront .product-image,.storefront .product-open{background:#f5f1e8}.storefront .product-category{color:#624d2a;background:#fbf7eeeb;border-color:#b2a17f}.storefront .showroom-frame{border-color:#a18c61;box-shadow:0 8px 26px #3e34221a}.storefront .scene-tools button,.storefront .showroom-stage .scene-label{background:#f8f4e9ed;color:#554329;border-color:#b3a17c80}.storefront .dialog,.storefront .dialog-header,.storefront .showroom-product,.storefront .sidebar-heading{background:#f7f3eb}.storefront .dialog::backdrop{background:#2e261f85}.storefront .site-footer{background:#f5f1e8d9;border-color:#8c77465c;color:var(--ink)}.storefront .footer-brand{display:flex;align-items:center;gap:12px;font-weight:600;color:#604a25}.storefront .footer-brand img{width:32px;height:36px;object-fit:contain}.storefront .brand-mark{width:64px;height:72px;border:0;object-fit:contain}@media (max-width:1100px){.storefront .brand b{font-size:21px}.storefront .brand-logo{width:46px;height:52px}.storefront .site-header{gap:18px}}@media (max-width:700px){.storefront:before{background-image:linear-gradient(90deg,transparent calc(25% - 1px),#534f4799 25%,#f8f5e980 calc(25% + 1px),transparent calc(25% + 2px),transparent calc(75% - 1px),#534f4799 75%,#f8f5e980 calc(75% + 1px),transparent calc(75% + 2px)),url(/api/site-background);background-size:100% 100%,auto 100%}.storefront .site-header{gap:10px}.storefront .brand{gap:9px}.storefront .brand-logo{width:34px;height:40px}.storefront .brand b{font-size:17px;letter-spacing:.04em}.storefront .brand small{font-size:6.5px;letter-spacing:.035em;margin-top:3px}.storefront .site-header nav.open{background:#f5f1e8}}@media (max-width:360px){.storefront .site-header{padding-left:12px;padding-right:12px;gap:7px}.storefront .brand b{font-size:15px}.storefront .brand small{font-size:6px}.storefront .brand-logo{width:29px;height:34px}.storefront .account-button{font-size:11px;padding:6px}}@media (max-width:1200px){.storefront .site-header{height:auto;min-height:100px;flex-wrap:wrap;gap:8px 18px;padding-top:12px;padding-bottom:10px}.storefront .site-header>.brand{flex:0 0 100%;justify-content:space-between}.storefront .site-header nav{margin:0 auto 0 0}.storefront .site-header nav a{padding-top:12px;padding-bottom:12px}.storefront .site-header nav a.active:after{bottom:4px}.storefront .brand-shop{border-left:0;padding-left:0}}@media (max-width:760px){.storefront .site-header{gap:8px 10px}.storefront .brand-shop{gap:8px}.storefront .brand .brand-site-name b{font-size:21px}.storefront .brand .brand-site-name small{font-size:9px}.storefront .site-header .mobile-menu{width:34px}.storefront .site-header nav.open{top:100%;background:#f5f1e8}}.storefront .space-reference-button{color:#342d22;background:#f7f3eb;border-color:#9e8e72}.storefront .space-reference-button:hover{color:#342d22;background:#eae3d7}@media (max-width:760px){.dialog:has(.mobile-product-details){width:calc(100% - 24px);max-height:min(88dvh,900px);margin:auto;overscroll-behavior:contain}.dialog:has(.mobile-product-details) .dialog-header{position:sticky;top:0;z-index:3;background:#f7f3eb}.mobile-product-details{padding:16px}.mobile-product-details .product-details{display:block;padding:0}.mobile-product-details .product-copy{padding:16px 0 0}.mobile-product-details .product-copy h1{font-size:26px}.mobile-product-details .main-photo{max-height:32dvh;aspect-ratio:4/3}.mobile-product-details .main-photo img{object-fit:contain}.mobile-product-details .purchase-actions{grid-template-columns:1fr}}.storefront .showroom-product{animation:showroom-product-enter .16s ease-out backwards}.dialog[open]:has(.mobile-product-details),.dialog[open]:has(.mobile-product-details)::backdrop{animation:showroom-product-fade .14s ease-out backwards}@keyframes showroom-product-enter{0%{opacity:0;transform:translateX(14px)}to{opacity:1;transform:translateX(0)}}@keyframes showroom-product-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.dialog[open]:has(.mobile-product-details),.dialog[open]:has(.mobile-product-details)::backdrop,.storefront .showroom-product{animation:none}}