@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap";:root{font-family:Aptos,Segoe UI,sans-serif;color:#1f2724;background:#e9ece4;--ink: #1f2724;--muted: #657068;--paper: #fbfaf1;--line: #d6d2c2;--accent: #1d8f83;--amber: #d5b767;--danger: #b54935}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden;background:linear-gradient(120deg,rgba(213,183,103,.32),transparent 36%),linear-gradient(220deg,rgba(29,143,131,.22),transparent 40%),#e9ece4}button,input,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:320px minmax(0,1fr);height:100vh;overflow:hidden}.stage{height:100vh;min-height:0;overflow:hidden;position:relative}.stage canvas{cursor:grab}.stage canvas.dragging-canvas{cursor:grabbing}.panel{z-index:2;overflow-y:auto;padding:20px;background:#fbfaf1e6;border-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.left-panel{border-right:1px solid var(--line);display:flex;flex-direction:column;height:100vh;min-height:0}.brand{display:grid;gap:4px;padding:4px 0 20px}.brand span{width:fit-content;padding:5px 9px;color:#fff;background:var(--ink);letter-spacing:0;font-weight:800}.brand strong{font-size:1.6rem;line-height:1.05}.control-group{display:grid;gap:12px;padding:16px 0;border-top:1px solid var(--line)}.group-title{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.segmented{display:grid;gap:7px}.segmented{grid-template-columns:repeat(2,1fr)}.segmented button,.catalog button,.list button,.wide{min-height:38px;border:1px solid var(--line);border-radius:7px;color:var(--ink);background:#ffffff8c}.segmented button.active,.list button.active{color:#fff;border-color:var(--accent);background:var(--accent)}label{display:grid;gap:8px;color:var(--ink);font-size:.88rem;font-weight:700}label span{justify-self:end;margin-top:-23px;color:var(--muted);font-size:.8rem}input[type=range]{accent-color:var(--accent);width:100%}input[type=email],input[type=password],input[type=url],input[type=text],input:not([type]){width:100%;min-height:36px;border:1px solid var(--line);border-radius:7px;padding:0 10px;color:var(--ink);background:#fffc;font-weight:700}select{width:100%;min-height:38px;border:1px solid var(--line);border-radius:7px;padding:0 10px;color:var(--ink);background:#fffc;font-weight:800}.metric{padding:12px;border-radius:7px;color:#fff;background:var(--ink);font-size:1.5rem;font-weight:900}.catalog{display:grid;gap:8px}.catalog button,.list button,.wide{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;font-weight:800}.catalog button span{flex:1;text-align:left}.wide{justify-content:center}.ghost{background:transparent}.export{color:#fff;border-color:var(--ink);background:var(--ink)}.validate{color:#fff;border-color:var(--accent);background:var(--accent)}.danger{color:#fff;border-color:var(--danger);background:var(--danger)}.inspector .segmented{grid-template-columns:repeat(3,minmax(0,1fr))}.selected-name{font-size:1.25rem;font-weight:900}.empty-state{display:grid;place-items:center;min-height:150px;padding:18px;border:1px dashed var(--line);border-radius:7px;color:var(--muted);text-align:center}.list{align-content:start}.list button span{color:inherit;opacity:.74;font-size:.78rem}.scene-info-card,.scene-actions-card{position:absolute;right:20px;z-index:3;width:min(320px,calc(100% - 40px));padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfaf1eb;box-shadow:0 18px 45px #1f27241f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.scene-info-card{top:20px;display:grid;gap:12px}.scene-actions-card{right:20px;bottom:20px;display:grid;gap:10px}.language-field{display:grid;grid-template-columns:auto minmax(130px,1fr);align-items:center;gap:10px}.language-field span{margin:0}.accordion-trigger{display:flex;align-items:center;justify-content:space-between;min-height:40px;border:1px solid var(--line);border-radius:7px;padding:0 12px;color:var(--ink);background:#ffffff9e;font-weight:900;text-align:left}.accordion-trigger strong{font-size:1.1rem}.scene-info-title{padding-top:10px;border-top:1px solid var(--line);font-size:.82rem;font-weight:900;text-transform:uppercase;color:var(--muted)}.client-info-grid{display:grid;gap:9px}.client-info-grid label{gap:6px;font-size:.78rem}.scene-info-grid{display:grid;grid-template-columns:1fr auto;gap:8px 14px;font-size:.88rem}.scene-info-grid span{color:var(--muted);font-weight:700}.scene-info-grid strong{text-align:right}.placed-object-list{display:grid;gap:7px;max-height:230px;overflow-y:auto;padding-right:4px}.placed-object-list button{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;min-height:42px;border:1px solid var(--line);border-radius:7px;padding:0 11px;color:var(--ink);background:#ffffff9e;font-weight:900;text-align:left}.placed-object-list button.active{color:#fff;border-color:var(--accent);background:var(--accent)}.placed-object-list small{opacity:.75;font-weight:800}.rotation-control{padding:10px 0 2px;border-top:1px solid var(--line)}.loading-screen{display:grid;place-items:center;min-height:100vh;color:var(--ink);font-size:1.2rem;font-weight:900}.admin-shell{height:100vh;overflow-y:auto;padding:28px}.admin-header,.admin-tabs,.admin-filters,.admin-table,.object-bank,.monday-panel{width:min(1180px,100%);margin:0 auto}.admin-header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:26px;border:1px solid var(--line);border-radius:14px;background:#fbfaf1e6;box-shadow:0 18px 45px #1f27241a}.admin-header span{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.admin-header h1{margin:4px 0 0;font-size:clamp(2rem,4vw,3.7rem);line-height:.9}.admin-header a,.admin-header-actions button,.sync-button,.stand-actions a,.stand-actions button,.object-bank button{min-height:38px;border:1px solid var(--ink);border-radius:7px;padding:9px 12px;color:#fff;background:var(--ink);font-weight:900;text-decoration:none}.admin-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.admin-header-actions small{width:100%;color:var(--muted);font-weight:800;text-align:right}.admin-header-actions button{display:inline-flex;align-items:center;gap:6px}.admin-login-shell{display:grid;grid-template-columns:minmax(420px,5fr) minmax(460px,7fr);min-height:100vh;color:#171b22;background:#f7f7f6}.login-hero{position:relative;display:grid;align-content:start;min-height:100vh;overflow:hidden;padding:220px 50px 54px;color:#fff;background:#1f4378}.login-logo-bubble{position:absolute;top:-104px;left:-96px;display:grid;align-content:center;width:300px;height:300px;padding:122px 0 0 138px;border-radius:50%;color:#121922;background:#fff}.login-logo-bubble img{width:112px;height:auto}.login-logo-bubble span{margin-top:8px;color:#101820;font-size:.86rem}.login-hero-content{position:relative;z-index:1;display:grid;gap:18px;max-width:480px}.login-hero h2{max-width:440px;margin:0;color:#fff;font-size:clamp(2.4rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.04em}.login-hero p{margin:0;color:#ffffffb8;font-size:1rem}.login-stand-preview{display:grid;place-items:center;width:min(460px,100%);margin:8px 0 12px;padding:28px 20px;border-radius:10px;background:#eef0f4}.login-stand-preview img{width:min(426px,100%);height:auto;object-fit:contain}.login-hero ul{display:grid;gap:20px;margin:0;padding:6px 0 0 8px;color:#ffffffa6;list-style:none}.login-hero li:before{content:"✓";margin-right:10px;color:#d7e8ff}.login-orb{position:absolute;right:-86px;bottom:-10px;width:200px;height:200px;border-radius:50%;background:#315b96}.admin-login-area{display:grid;place-items:center;min-height:100vh;padding:30px}.admin-login-card{display:grid;align-content:center;gap:20px;width:min(400px,calc(100% - 40px));min-height:100vh;margin:0 auto}.admin-login-card h1{margin:0;font-size:1.9rem;line-height:1.05;letter-spacing:-.04em}.admin-login-card p{margin:0;color:#9aa0aa;font-weight:500}.login-form-heading{display:grid;gap:8px;margin-bottom:18px}.admin-login-card label{gap:10px;color:#343a43;font-size:.82rem}.admin-login-card input[type=email],.admin-login-card input[type=password],.admin-login-card input[type=url]{min-height:39px;border-color:#c7cbd2;border-radius:7px;color:#343a43;background:#fff;font-weight:500}.login-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:2px 0}.remember-field{display:flex;align-items:center;gap:9px;color:#666c76;font-size:.88rem;font-weight:500}.remember-field input{width:18px;height:18px;margin:0;accent-color:#1f4378}.login-options button{border:0;padding:0;color:#1f4378;background:transparent;font-size:.88rem;font-weight:900}.login-submit,.config-link-button{display:flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:8px;color:#fff;background:#1f4378;box-shadow:0 12px 24px #1f437838;font-weight:900;text-decoration:none}.login-submit:disabled{cursor:wait;opacity:.72}.login-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;color:#c0c4cc;font-size:.82rem;font-weight:700;text-align:center}.login-divider:before,.login-divider:after{content:"";height:1px;background:#d7dbe2}.login-help{max-width:330px;justify-self:center;color:#a2a7b0!important;font-size:.78rem;line-height:1.2;text-align:center}.config-link-button{min-height:41px;color:#1f4378;background:#d9e3f2;box-shadow:none;font-size:.9rem}.config-link-panel{display:grid;gap:10px;padding:12px;border:1px solid #d7dbe2;border-radius:10px;background:#f7f9fc}.config-link-open{min-height:38px;border:0;border-radius:8px;color:#fff;background:#1f4378;font-weight:900}.login-credit{margin-top:160px;color:#c9cdd4;font-size:.72rem}.admin-login-error{padding:10px 12px;border:1px solid rgba(181,73,53,.32);border-radius:8px;color:var(--danger);background:#b5493514;font-weight:800}.admin-tabs{display:flex;gap:8px;margin-top:16px;overflow-x:auto}.admin-tabs button{min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 16px;color:var(--ink);background:#fbfaf1d1;font-weight:900}.admin-tabs button.active{color:#fff;border-color:var(--accent);background:var(--accent)}.admin-filters{display:grid;grid-template-columns:minmax(220px,1fr) 180px 180px;gap:12px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfaf1db}.search-field{display:flex;align-items:center;gap:8px;min-height:38px;border:1px solid var(--line);border-radius:7px;padding:0 10px;background:#fffc}.search-field input{min-height:0;border:0;padding:0;background:transparent}.admin-table,.object-bank{display:grid;gap:10px;margin-top:18px}.stand-row,.object-bank article,.monday-panel{border:1px solid var(--line);border-radius:12px;background:#fbfaf1e6;box-shadow:0 12px 30px #1f272414}.stand-row{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,minmax(110px,.35fr)) auto;align-items:center;gap:14px;padding:14px}.bat-table .stand-row{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(110px,.35fr)) minmax(150px,auto) auto}.stand-row div{display:grid;gap:4px}.stand-row span,.object-bank span{color:var(--muted);font-size:.78rem;font-weight:800}.stand-row .stand-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.stand-actions a,.stand-actions button{display:inline-flex;align-items:center;white-space:nowrap}.stand-actions button{cursor:pointer}.bat-view-only-toggle{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;color:#1f4378;font-size:.78rem;font-weight:900;white-space:nowrap}.bat-view-only-toggle input{width:16px;height:16px;accent-color:#1f4378}.object-bank article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px}.object-bank article>div{display:grid;gap:4px}.monday-panel{margin-top:18px;padding:22px}.monday-panel h2{margin:0 0 10px}.monday-panel p{max-width:760px;color:var(--muted);font-weight:700}.sync-button{margin-top:6px}.sync-button:disabled{cursor:wait;opacity:.72}.sync-result{width:fit-content;margin-top:14px;padding:10px 12px;border-radius:8px;font-weight:900;white-space:pre-line}.sync-result.success{color:#0f6f56;background:#1d8f831f}.sync-result.error{color:var(--danger);background:#b549351a}@media(max-width:1050px){.app-shell{grid-template-columns:280px 1fr}.admin-login-shell{grid-template-columns:1fr;height:100vh;overflow-y:auto}.login-hero{min-height:auto;padding:170px 28px 36px}.admin-login-card{min-height:auto;padding:54px 0}.stand-row{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(100px,.35fr))}}@media(max-width:760px){.camera-mode-toolbar{bottom:50px}.camera-mode-toolbar button{justify-content:center;width:38px;padding:0}.camera-mode-toolbar button span{display:none}.app-shell{grid-template-columns:1fr;grid-template-rows:minmax(0,58vh) minmax(0,42vh)}.stage{height:auto;min-height:0;order:-1}.panel{border:0;border-top:1px solid var(--line)}.left-panel{height:auto;overflow-y:auto}.scene-info-card,.scene-actions-card{left:14px;right:14px;width:auto}.scene-info-card{top:14px}.scene-actions-card{bottom:14px;right:14px}.admin-shell{padding:14px}.admin-header,.admin-filters,.stand-row,.object-bank article{grid-template-columns:1fr}.admin-header{align-items:start}.admin-header-actions{justify-content:flex-start}.admin-header-actions small{text-align:left}.login-hero{padding-top:142px}.login-logo-bubble{left:-118px;width:270px;height:270px;padding:116px 0 0 132px}.login-hero h2{font-size:2.15rem}.login-options{align-items:flex-start;flex-direction:column}.login-credit{margin-top:40px}}.configurator-shell{display:grid;grid-template-columns:minmax(0,1fr) 374px;grid-template-rows:68px minmax(0,1fr) 76px;height:100vh;overflow:hidden;background:#eef0f4;color:#171b22}.configurator-shell.intro-step{grid-template-columns:minmax(0,1fr);grid-template-rows:68px minmax(0,1fr)}.configurator-shell.has-cart-bar{grid-template-rows:68px minmax(0,1fr) 62px}.configurator-topbar{position:relative;grid-column:1 / -1;display:grid;grid-template-columns:136px minmax(190px,1fr) auto auto auto;align-items:center;gap:16px;min-width:0;padding:0 32px;background:#fff;box-shadow:0 2px 18px #14203029;z-index:5}.config-logo{display:flex;align-items:center;height:100%;border-right:1px solid #e0e4ea}.config-logo img{width:108px;height:auto}.config-breadcrumb{display:flex;flex-wrap:wrap;gap:10px;color:#757b86;font-size:.84rem}.config-breadcrumb span+span:before{content:"›";margin-right:10px;color:#a5abb4}.stepper{position:absolute;top:0;bottom:0;left:50%;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);align-self:stretch;width:min(430px,36vw);min-width:0;transform:translate(-50%)}.stepper button{position:relative;display:grid;place-items:center;align-content:center;gap:3px;border:0;color:#a0a5ad;background:transparent;font-size:.65rem;font-weight:800}.stepper button:before{content:"";position:absolute;top:33px;left:-50%;width:100%;height:2px;background:#d8dbe1;z-index:-1}.stepper button:first-child:before{content:none}.stepper button span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#fff;background:#cdd1d7;font-size:.75rem}.stepper button.active{color:#1f4378}.stepper button.active span{background:#1f4378}.stepper button.done{color:#198a4f}.stepper button.done span{background:#198a4f}.top-estimate{display:grid;gap:4px;color:#9ba1aa;font-size:.75rem}.top-estimate strong{color:#1f4378;font-size:1.05rem}.round-tool,.language-pill,.user-pill{border:0;border-radius:10px;background:#f2f4f7;color:#343a43;font-weight:900}.round-tool.active,.language-pill.active,.user-pill.active{box-shadow:0 0 0 3px #1f43781f}.round-tool,.user-pill{display:grid;place-items:center;width:36px;height:36px}.language-pill{display:flex;align-items:center;gap:4px;min-height:36px;border-radius:999px;padding:0 4px 0 6px;color:#1f4378;background:transparent}.flag-dot{display:block;overflow:hidden;width:21px;height:21px;border-radius:50%;font-size:1.12rem;line-height:21px;text-align:center}.user-pill{border-radius:50%;color:#fff;background:#1f4378}.header-modal-layer,.header-popover-layer{position:fixed;inset:68px 0 0;background:#1f273ad6;z-index:30}.header-modal-layer{display:grid;place-items:start center;overflow-y:auto;padding:4px 24px 120px}.header-popover-layer{display:flex;align-items:flex-start;justify-content:flex-end;padding:10px 62px 0 0}.client-info-modal,.question-modal{overflow:hidden;width:min(508px,100%);max-height:calc(100dvh - 92px);border-radius:16px;background:#fff;box-shadow:0 28px 78px #0a122042}.question-modal{width:min(520px,100%)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:60px;padding:0 18px 0 20px;border-bottom:1px solid #e0e4ea}.modal-title-group,.modal-head-actions{display:flex;align-items:center;gap:10px}.modal-title-group h2{margin:0;color:#171b22;font-size:1.2rem}.modal-title-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;color:#1f4378;background:#eef2f7}.modal-head-actions span{border-radius:999px;padding:5px 10px;color:#1f4378;background:#eef2f7;font-size:.72rem;font-weight:900}.modal-head-actions button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;color:#8c939d;background:#f4f5f7}.client-info-content,.question-content{display:grid;gap:10px;overflow-y:auto;max-height:calc(100dvh - 156px);padding:14px 20px 16px}.client-info-content p,.question-content p{margin:0 0 8px;color:#9aa0aa;font-size:.8rem;line-height:1.25}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row,.form-grid label{position:relative;display:grid;gap:5px;color:#757c87;font-size:.68rem;font-weight:900}.form-row input,.form-row select,.form-grid input,.question-content textarea{width:100%;min-height:42px;border:1px solid #d9dde4;border-radius:9px;padding:0 14px;color:#171b22;background:#fff;font:inherit;font-size:.92rem;font-weight:500}.form-row select{appearance:none}.form-section-label{margin:2px 0 -7px;color:#9aa0aa;font-size:.72rem;font-weight:900}.locked-field input,.form-grid.locked input{color:#1f4378;background:#eef2f7;font-weight:900}.locked-field span{position:absolute;right:15px;bottom:13px;color:#7f8998;font-size:.78rem}.client-info-content small{color:#a1a7b0;font-size:.62rem;line-height:1.25}.modal-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:fit-content;min-width:104px;min-height:48px;border:0;border-radius:24px;padding:0 24px;color:#fff;background:#1f4378;box-shadow:0 12px 24px #1f437847;font-size:1rem;font-weight:900}.modal-primary-button.centered{justify-self:center;min-width:228px}.chip-grid{display:flex;flex-wrap:wrap;gap:8px 10px}.chip-grid button{min-height:30px;border:1px solid #dfe3ea;border-radius:999px;padding:0 13px;color:#666d78;background:#fff;font-size:.78rem;font-weight:700}.chip-grid button.active{color:#fff;border-color:#1f4378;background:#1f4378}.urgency-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.urgency-grid button{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:2px 7px;min-height:56px;border:1px solid #dfe3ea;border-radius:9px;padding:9px 12px;color:#343a43;background:#fff;text-align:left}.urgency-grid button.active{border-color:#c89500;background:#fffbe9;box-shadow:inset 0 0 0 1px #c89500}.urgency-grid button>span{width:11px;height:11px;margin-top:2px;border-radius:50%}.urgency-grid strong,.urgency-grid small{grid-column:2}.urgency-grid strong{font-size:.8rem}.urgency-grid small{color:#a0a5ad;font-size:.66rem;font-weight:500}.urgency-grid svg{position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;padding:2px;color:#fff;background:#c89500}.question-content textarea{min-height:130px;padding:12px 14px;resize:vertical}.question-content em{position:absolute;right:24px;bottom:10px;color:#c1c5cc;font-size:.7rem;font-style:normal}.file-drop{display:grid;grid-template-columns:auto auto auto 1fr;align-items:center;gap:10px;min-height:50px;border:1px solid #dfe3ea;border-radius:9px;padding:0 14px;color:#a0a5ad;font-size:.78rem}.file-drop strong{border-radius:8px;padding:7px 13px;color:#1f4378;background:#eef2f7}.file-drop small{justify-self:end;color:#c1c5cc;font-size:.65rem}.file-drop input{display:none}.question-note{border-radius:8px;padding:11px 12px;color:#1f4378;background:#e9eef5;font-size:.78rem;line-height:1.28}.question-faq{display:grid;gap:6px}.faq-item{border:1px solid #dfe3ea;border-radius:9px;overflow:hidden}.faq-item button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;border:0;padding:9px 13px;color:#343a43;background:#fff;font-size:.8rem;font-weight:700;text-align:left;cursor:pointer}.faq-item.open button{color:#1f4378;background:#eef2f7}.faq-item button svg{flex-shrink:0;color:#9aa0aa}.faq-item p{margin:0!important;padding:10px 13px 12px;color:#9aa0aa;font-size:.78rem;line-height:1.4;border-top:1px solid #dfe3ea;background:#fafbfc}.modal-cancel-button{justify-self:center;border:0;color:#a0a5ad;background:transparent;font-weight:900}.language-menu{width:240px;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 18px 46px #0a12203d}.language-menu h3{margin:0;padding:14px 16px;color:#6f7682;background:#f7f8fa;font-size:.72rem}.language-menu button{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;width:100%;min-height:60px;border:0;border-left:3px solid transparent;padding:0 13px;color:#343a43;background:#fff;text-align:left}.language-menu button.active{border-left-color:#1f4378;background:#eef2f7}.language-flag{font-size:1.65rem}.language-menu strong,.language-menu small{display:block}.language-menu strong{font-size:.82rem}.language-menu small{margin-top:3px;color:#a0a5ad;font-size:.7rem}.language-menu em{border-radius:5px;padding:4px 7px;color:#7c8490;background:#e5e9ef;font-size:.64rem;font-style:normal;font-weight:900}.language-menu svg{width:22px;height:22px;border-radius:50%;padding:4px;color:#fff;background:#1f4378}.language-menu p{margin:0;padding:12px 16px 14px;color:#a0a5ad;font-size:.7rem}.configurator-stage{position:relative;min-width:0;min-height:0;overflow:hidden;background:radial-gradient(circle at center,#f9fafb 0,#e9ebef 58%,#e0e3e8)}.intro-step .configurator-stage{grid-column:1 / -1}.configurator-stage canvas{cursor:grab}.intro-overlay{position:absolute;inset:0;display:grid;place-items:center;padding:32px;background:#1a2334d6;z-index:3}.intro-card{width:min(540px,100%);border-radius:20px;padding:34px 40px 32px;background:#fff;box-shadow:0 28px 70px #0a122052}.intro-card-head{display:grid;gap:6px;padding-bottom:10px;border-bottom:1px solid #dfe3ea}.intro-card-head h1{margin:0;color:#1f4378;font-size:1.36rem}.intro-card-head span{color:#989fa9;font-size:.78rem}.intro-card-body{display:grid;gap:18px;padding-top:24px}.intro-card-body h2{margin:0;color:#171b22;font-size:1.32rem}.intro-card-body p{max-width:440px;margin:-8px 0 0;color:#6d7380;line-height:1.28}.intro-card-body ul{display:grid;gap:13px;margin:6px 0 4px;padding:0;color:#3f4651;list-style:none;font-size:.9rem}.intro-card-body li{display:flex;align-items:center;gap:10px}.intro-card-body li span{width:16px;text-align:center}.intro-card-body button{justify-self:start;min-height:48px;border:0;border-radius:10px;padding:0 24px;color:#fff;background:#1f4378;box-shadow:0 12px 24px #1f437847;font-size:.98rem;font-weight:900}.view-toolbar{position:relative;z-index:20;display:flex;flex-direction:column;overflow:visible;width:38px;border-radius:14px;background:#fff;box-shadow:0 10px 26px #18243833;transform:translate(8px,-50%)}.intro-step .view-toolbar{display:none}.object-toolbar-anchor{pointer-events:auto}.view-toolbar button{display:grid;place-items:center;width:38px;height:40px;border:0;border-bottom:1px solid #edf0f4;color:#8090a5;background:#fff;cursor:pointer;transition:background .18s ease,color .18s ease,opacity .18s ease}.view-toolbar button:first-child{border-top-left-radius:14px;border-top-right-radius:14px}.view-toolbar button:last-of-type{border-bottom:0;border-bottom-left-radius:14px;border-bottom-right-radius:14px}.view-toolbar button:disabled{cursor:not-allowed;color:#b8c1ce;background:#f4f6f9;opacity:1}.view-toolbar.selection-mode button:first-child:not(:disabled),.view-toolbar.selection-mode.rotation-open button:first-child:not(:disabled){color:#fff;background:#1f4378}.view-toolbar.selection-mode button:last-of-type:not(:disabled){color:#b54935}.toolbar-rotation-slider{position:absolute;left:46px;right:auto;top:0;display:grid;gap:8px;width:178px;padding:10px 12px;border:1px solid #e7ebf1;border-radius:14px;background:#fffffffa;box-shadow:0 14px 34px #18243833}.toolbar-rotation-slider:after{content:"";position:absolute;left:-6px;top:14px;width:12px;height:12px;border-left:1px solid #e7ebf1;border-bottom:1px solid #e7ebf1;background:#fff;transform:rotate(45deg)}.toolbar-rotation-slider span{justify-self:start;margin:0;color:#1f4378;font-size:.9rem;font-weight:900}.toolbar-rotation-slider input{width:100%;accent-color:#1f9b8f}.toolbar-lock-note{display:none}.camera-mode-toolbar{position:absolute;left:50%;bottom:50px;z-index:18;display:inline-flex;gap:6px;padding:6px;border:1px solid rgba(31,67,120,.14);border-radius:999px;background:#fffffff0;box-shadow:0 14px 34px #18243829;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate(-50%)}.configurator-shell:not(.has-cart-bar) .camera-mode-toolbar{bottom:24px}.preset-3d-stage .camera-mode-toolbar{bottom:18px}.intro-step .camera-mode-toolbar{display:none}.camera-mode-toolbar button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:0;border-radius:999px;color:#617086;background:transparent;font-size:.78rem;font-weight:950}.camera-mode-toolbar button.active{color:#fff;background:#1f4378;box-shadow:0 8px 18px #1f437838}.item-options-panel{position:absolute;right:84px;top:calc(38% + 4px);display:grid;gap:12px;width:min(300px,calc(100vw - 130px));padding:14px;border:1px solid #e0e6ef;border-radius:16px;background:#fffffff5;box-shadow:0 18px 46px #1720332e;z-index:4}.item-visual-config{display:grid;gap:12px;border:1px solid #dfe7f2;border-radius:12px;padding:12px;background:#f8fbff}.item-options-heading{display:flex;align-items:center;gap:10px;color:#1f4378}.item-options-heading div{display:grid;gap:2px}.item-options-heading strong{color:#172033;font-size:.92rem}.item-options-heading span{color:#8b94a2;font-size:.72rem;font-weight:700}.item-dynamic-preview{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:48px;padding:9px 11px;border:1px solid #dbe4f0;border-radius:12px;background:#f5f8fc;color:#1f4378}.item-dynamic-preview strong{overflow:hidden;color:#172033;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.item-dynamic-preview span:last-child{border-radius:999px;padding:5px 8px;background:#1f4378;color:#fff;font-size:.76rem;font-weight:900}.preview-flag{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #dde4ef}.item-image-upload{display:grid;gap:5px;padding:12px;border:1px dashed #b9c6d8;border-radius:12px;background:#fbfcfe;color:#172033;font-size:.8rem;font-weight:900}.item-image-upload small{overflow:hidden;color:#8b94a2;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.item-image-upload input{max-width:100%;color:#5c6573;font-size:.72rem}.item-color-upload{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px 10px;padding:12px;border:1px solid #dbe4f0;border-radius:12px;background:#fff;color:#172033;font-size:.8rem;font-weight:900}.item-color-upload span{grid-column:1 / -1}.item-color-upload input{width:42px;height:34px;padding:0;border:0;background:transparent}.item-color-upload strong{color:#8b94a2;font-size:.72rem}.item-counter-color-palette{display:grid;gap:9px;border:1px solid #dbe4f0;border-radius:12px;padding:12px;background:#fff}.item-counter-color-palette>span{color:#172033;font-size:.8rem;font-weight:900}.item-counter-color-palette>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:8px}.item-counter-color-palette button{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;gap:2px 8px;min-height:46px;border:1px solid #dbe3ee;border-radius:10px;padding:7px;color:#27303c;background:#f8fafc;text-align:left}.item-counter-color-palette button.active{border-color:#1f4378;box-shadow:inset 0 0 0 1px #1f4378}.item-counter-color-palette i{grid-row:span 2;width:28px;height:28px;border-radius:50%;background:var(--swatch-color);background-image:var(--swatch-image);background-size:cover;box-shadow:inset 0 0 0 1px #0000001f}.item-counter-color-palette strong{overflow:hidden;font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}.item-counter-color-palette small{overflow:hidden;color:#7d8794;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.item-option-actions{display:grid;gap:8px}.item-image-reset{min-height:34px;border:0;border-radius:10px;color:#1f4378;background:#e9eff7;font-size:.78rem;font-weight:900}.item-options-status,.item-options-error{margin:0;font-size:.74rem;font-weight:800}.item-options-status{color:#1f7a45}.item-options-error{color:#b54935}.config-panel{display:grid;align-content:start;gap:13px;min-height:0;overflow-y:auto;padding:18px 8px;background:#fff;border-left:1px solid #dbe0e7}.config-panel-head{display:grid;gap:3px;padding:0 24px 6px;border-bottom:1px solid #e0e4ea}.config-panel-head h1{margin:0;font-size:1.05rem}.config-panel-head span{color:#a0a5ad;font-size:.78rem}.rules-card{margin:0;border-radius:11px;padding:15px 16px;background:#eef2f7}.rules-card{display:grid;gap:4px;border:1px solid #dce1e8;color:#198a4f;background:#fff;font-size:.78rem}.rules-card strong{color:#343a43}.panel-section-title{margin:8px 0 0;color:#171b22;font-size:1.05rem;font-weight:900}.option-accordion{display:grid;height:max-content;min-height:max-content;overflow:hidden;border-radius:10px;background:#1f4378;box-shadow:0 1px #0e1f3a0f}.option-accordion>button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:56px;border:0;padding:0 16px;color:#fff;background:#1f4378;font-size:1rem;font-weight:900}.furniture-panel-section{display:grid;gap:9px}.furniture-panel-section h2{margin:8px 0 0;color:#171b22;font-size:.95rem;font-weight:950}.furniture-panel-section p{margin:-2px 0 2px;color:#9aa2ad;font-size:.76rem}.included-furniture-list,.furniture-catalog-list{display:grid;gap:8px}.included-furniture-card,.furniture-catalog-row{display:grid;align-items:center;min-height:54px;border:1px solid #d8e1ec;border-radius:9px;background:#fff}.included-furniture-card{grid-template-columns:28px 1fr auto;gap:10px;padding:0 12px;color:#1f4378;background:#eef4fb;border-color:#a9c4ed}.included-furniture-card>span,.row-add-button.active{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;color:#fff;background:#1f4378}.included-furniture-card strong{font-size:.86rem}.included-furniture-card em{border-radius:999px;padding:4px 8px;color:#178045;background:#dff4e6;font-size:.7rem;font-style:normal;font-weight:900}.included-furniture-empty{border:1px dashed #cfd8e5;border-radius:9px;padding:13px 12px;color:#8b95a4;background:#f8fafc;font-size:.8rem;font-weight:800}.furniture-catalog-row{grid-template-columns:50px 1fr auto 32px;gap:8px;padding:7px 8px}.furniture-catalog-row.selected{border-color:#a9c4ed;background:#f7fbff}.furniture-thumb{display:grid;place-items:center;overflow:hidden;width:48px;height:42px;border-radius:8px;color:#8a95a4;background:#f2f4f7}.furniture-thumb img{width:100%;height:100%;object-fit:cover}.furniture-catalog-row strong,.furniture-catalog-row em{display:block}.furniture-catalog-row strong{color:#2e3540;font-size:.85rem}.furniture-catalog-row em{margin-top:2px;color:#087d43;font-size:.82rem;font-style:normal;font-weight:950}.quantity-control{display:grid;grid-template-columns:24px 24px 24px;align-items:center;border-radius:999px;background:#f2f4f7}.quantity-control button,.row-add-button{display:grid;place-items:center;border:0;font-weight:950}.quantity-control button{height:28px;color:#7f8793;background:transparent}.quantity-control button:disabled{opacity:.35}.quantity-control span{color:#2e3540;font-size:.86rem;font-weight:950;text-align:center}.quantity-control input{width:100%;border:0;color:#2e3540;background:transparent;font:inherit;font-size:.86rem;font-weight:950;text-align:center}.row-add-button{width:28px;height:28px;border-radius:999px;color:#8a929e;background:#eef1f5}.option-accordion>button span{display:flex;align-items:center;gap:10px}.option-accordion:not(.open)>button svg:last-child{transform:rotate(180deg)}.color-option-card{display:grid;gap:12px;margin:0 14px 14px;padding:16px;border-radius:10px;background:#fff}.carpet-choice-card{display:grid;gap:13px;margin:0 14px 14px;border-radius:9px;padding:14px;background:#fff}.carpet-locked-notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border:1px solid #f29916;border-radius:6px;padding:10px 12px;color:#c87707;background:#fff8ea;font-size:.73rem;font-weight:850;line-height:1.35}.carpet-locked-notice strong{display:grid;place-items:center;width:20px;height:20px;border-radius:999px;color:#fff;background:#f29916;font-size:.82rem}.carpet-locked-notice em{color:#d99022;font-style:normal;font-weight:950}.carpet-choice-section{display:grid;gap:7px}.carpet-choice-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.carpet-choice-head h4{margin:0;color:#161c26;font-size:.98rem;font-weight:950}.carpet-choice-head strong{color:#1f4378;font-size:.86rem;font-weight:950}.carpet-choice-head span{border-radius:999px;padding:4px 7px;color:#fff;background:#1f4378;font-size:.58rem;font-weight:950;letter-spacing:.02em}.carpet-choice-section>small{color:#a3aab4;font-size:.72rem;font-weight:750}.carpet-swatch-row{display:flex;flex-wrap:wrap;align-items:center;gap:11px;min-height:42px}.carpet-swatch-row button{position:relative;width:38px;height:38px;border:0;border-radius:50%;background-color:var(--swatch-color);background-image:var(--swatch-image);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px #1118270f}.carpet-swatch-row button.active{outline:3px solid #1f4378;outline-offset:2px}.carpet-swatch-row button span{position:absolute;left:50%;top:calc(100% + 6px);display:none;transform:translate(-50%);white-space:nowrap;border-radius:6px;padding:4px 6px;color:#fff;background:#171b22e0;font-size:.62rem;z-index:4}.carpet-swatch-row button:hover span{display:block}.carpet-swatch-row b{border-radius:5px;padding:5px 8px;color:#1b8b46;background:#dff5e6;font-size:.72rem;font-weight:950}.carpet-choice-separator{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:11px;color:#1f4378;font-size:.78rem;font-weight:900;text-transform:uppercase}.carpet-choice-separator span{height:2px;background:#97a7bf}.carpet-choice-section.premium{gap:9px}.footprint-choice-card{gap:12px}.footprint-choice-card.disabled{opacity:.72}.footprint-disabled-note{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;padding:9px 10px;color:#7d8794;background:#f0f3f7;font-size:.72rem;font-weight:850}.footprint-disabled-note button,.footprint-remove-button{border:1px solid #dbe3ee;border-radius:999px;padding:7px 11px;color:#1f4378;background:#fff;font-size:.72rem;font-weight:950}.footprint-remove-button{justify-self:start;margin-top:2px;background:#f7f9fc}.footprint-standard .carpet-swatch-row{gap:10px}.footprint-warning{margin-top:2px}.carpet-choice-section.premium p{margin:0;color:#4f5765;font-size:.74rem;font-weight:650;line-height:1.45}.carpet-premium-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border-top:1px solid #dce3ed;border-bottom:1px solid #dce3ed;padding:8px 0;color:#364154;font-size:.63rem;font-weight:850}.carpet-premium-facts span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carpet-premium-price{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#8c929d;font-size:.68rem;font-weight:750}.carpet-premium-price strong{margin-left:5px;color:#151b24;font-size:1.05rem;font-weight:950}.carpet-premium-price em{color:#1f4378;font-style:normal;font-weight:900}.led-option-card{display:grid;gap:14px;margin:0 14px 14px;padding:16px;border-radius:10px;color:#202631;background:#fff}.technical-floor-card{display:grid;gap:12px;margin:0 14px 14px;padding:16px;border-radius:10px;color:#202631;background:#fff}.technical-floor-choices{display:grid;gap:8px}.technical-floor-choices button,.technical-floor-actions button{min-height:44px;border:1px solid #d8e1ec;border-radius:12px;padding:9px 12px;color:#1f4378;background:#f7f9fc;font-weight:900;text-align:left}.technical-floor-choices button.active,.technical-floor-actions button.active{border-color:#1f4378;background:#eef4fb;box-shadow:inset 0 0 0 1px #1f4378}.technical-floor-choices strong,.technical-floor-choices span,.technical-floor-detail strong,.technical-floor-detail span,.technical-floor-detail small{display:block}.technical-floor-choices span,.technical-floor-detail span,.technical-floor-detail small,.technical-floor-ramp-required small{margin-top:3px;color:#8b929c;font-size:.74rem;font-weight:800}.technical-floor-detail{border-radius:12px;padding:11px 12px;background:#f4f7fb}.technical-floor-ramp-required{display:grid;gap:10px;align-items:start;border:1px solid #c8d7ec;border-radius:12px;padding:10px 12px;color:#1f4378;background:#eef4fb}.technical-floor-ramp-required strong,.technical-floor-ramp-required small{display:block}.reserve-option-card{display:grid;gap:12px;margin:0 14px 14px;padding:16px;border-radius:10px;color:#202631;background:#fff}.reserve-option-card>div{display:grid;gap:4px}.reserve-option-card strong{color:#171b22}.reserve-option-card span,.reserve-option-card small{color:#8b929c;font-size:.78rem;font-weight:800}.reserve-option-card button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;border:1px solid #d8e1ec;border-radius:12px;padding:10px 12px;color:#1f4378;background:#f7f9fc;font-weight:950;text-align:left}.reserve-option-card button.active{border-color:#1f4378;background:#eef4fb}.reserve-option-card button span{display:grid;gap:2px}.reserve-option-card button em{color:#167044;font-size:.76rem;font-style:normal;font-weight:950}.led-option-card>div:first-child{display:grid;gap:4px}.led-option-card strong{color:#171b22}.led-option-card span,.led-option-card small{color:#8b929c;font-size:.78rem;font-weight:800}.led-option-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.led-option-actions button{min-height:38px;border:1px solid #d8e1ec;border-radius:999px;color:#1f4378;background:#f7f9fc;font-weight:900}.led-option-actions button.active{color:#fff;border-color:#1f4378;background:#1f4378}.led-option-actions button.active.danger{border-color:#b54935;background:#b54935}.toggle-option-card{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 14px;padding:14px 16px 0;border-radius:10px 10px 0 0;background:#fff}.toggle-option-card button{min-height:38px;border:1px solid #d8e1ec;border-radius:999px;color:#1f4378;background:#f7f9fc;font-weight:900}.toggle-option-card button.active{color:#fff;border-color:#1f4378;background:#1f4378}.toggle-option-card button.active.danger{border-color:#b54935;background:#b54935}.color-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#1f4378;font-size:.86rem}.color-card-head strong{color:#171b22;font-size:.98rem}.color-card-head span{color:#1f4378;font-weight:900}.color-option-card small{color:#a0a5ad}.color-dropdown{position:relative}.color-dropdown-trigger{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;min-height:54px;border:1px solid #dbe1e9;border-radius:12px;padding:7px 12px;color:#1f4378;background:#f7f9fc;text-align:left}.color-dropdown-trigger>span:nth-child(2){display:grid;gap:2px}.color-dropdown-trigger strong{color:#171b22;font-size:.88rem}.color-dropdown-trigger small{font-size:.72rem}.color-dropdown-trigger svg{transition:transform .18s ease}.color-dropdown.open .color-dropdown-trigger{border-color:#1f4378;box-shadow:0 0 0 3px #1f43781a}.color-dropdown.open .color-dropdown-trigger svg{transform:rotate(180deg)}.selected-swatch{width:36px;height:36px;border-radius:50%;background-color:var(--swatch-color);background-image:var(--swatch-image);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px #11182714,0 0 0 3px #fff}.color-dropdown-menu{display:grid;gap:11px;max-height:282px;overflow-y:auto;margin-top:10px;border:1px solid #dbe1e9;border-radius:12px;padding:12px;background:#fff;box-shadow:0 14px 30px #1220341f}.color-swatch-row{display:flex;flex-wrap:wrap;gap:12px}.color-swatch-row button{position:relative;width:42px;height:42px;border:0;border-radius:50%;background-color:var(--swatch-color);background-image:var(--swatch-image);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px #1118270a}.color-swatch-row button span{position:absolute;left:50%;top:calc(100% + 5px);display:none;transform:translate(-50%);white-space:nowrap;border-radius:6px;padding:4px 6px;color:#fff;background:#171b22e0;font-size:.62rem;z-index:2}.color-swatch-row button em{position:absolute;left:50%;top:calc(100% + 29px);display:none;transform:translate(-50%);white-space:nowrap;border-radius:6px;padding:4px 6px;color:#1f4378;background:#eaf2ff;font-size:.6rem;font-style:normal;font-weight:900;z-index:2}.color-swatch-row button:hover span,.color-swatch-row button:hover em{display:block}.color-swatch-row button.active{outline:3px solid #1f4378;outline-offset:2px}.color-swatch-row button.active:after{content:"";position:absolute;inset:9px;border-radius:50%;border:2px solid rgba(255,255,255,.72)}.compact-catalog{display:grid;gap:8px}.compact-catalog button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:38px;border:1px solid #dce1e8;border-radius:8px;padding:0 11px;color:#343a43;background:#fff;font-weight:900;text-align:left}.stand-settings{border:1px solid #dce1e8;border-radius:10px;padding:12px;background:#fff}.stand-settings summary{cursor:pointer;color:#1f4378;font-weight:900}.settings-grid{display:grid;gap:12px;padding-top:12px}.config-layouts{grid-template-columns:repeat(2,1fr)}.configurator-footer{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#fff;box-shadow:0 -2px 18px #1420301a;z-index:4}.configurator-footer div{display:grid;gap:4px}.configurator-footer span{color:#9ba1aa;font-size:.74rem}.configurator-footer strong{color:#1f4378;font-size:1.55rem}.configurator-footer nav{display:flex;gap:12px}.configurator-footer button{min-width:98px;min-height:43px;border:0;border-radius:10px;color:#343a43;background:#f4f4f4;font-weight:900}.configurator-footer button:last-child{min-width:158px;color:#fff;background:#1f4378;box-shadow:0 10px 22px #1f43783d}.admin-dashboard-shell{display:grid;grid-template-columns:240px minmax(0,1fr);height:100vh;overflow:hidden;color:#2d333d;background:#f3f4f6}.admin-sidebar{display:grid;grid-template-rows:auto auto 1fr auto;min-height:0;color:#d9e2ef;background:#1b3357;border-right:1px solid #0e1f37}.admin-sidebar-logo{display:flex;align-items:center;min-height:72px;padding:0 18px;background:#fff}.admin-sidebar-logo img{width:136px;height:auto}.admin-sidebar-product{min-height:36px;padding:10px;color:#fff;background:#132847;font-size:.86rem;font-weight:900}.admin-sidebar-nav{display:grid;align-content:start;gap:2px;padding-top:0}.admin-sidebar-nav button{position:relative;display:flex;align-items:center;gap:8px;width:100%;min-height:45px;border:0;padding:0 20px;color:#b9c6d8;background:transparent;font-size:.87rem;font-weight:700;text-align:left}.admin-sidebar-nav button.active{color:#fff;background:#09639c;font-weight:900}.admin-sidebar-nav button.active:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#2aa7f0}.monday-mark{display:grid;place-items:center;width:16px;height:16px;border-radius:4px;color:#fff;background:linear-gradient(135deg,#ff3158 0 33%,#ffd345 33% 66%,#27c56f 66%);font-size:0}.admin-sidebar-user-wrap{position:relative;margin:0 20px;padding:14px 0;border-top:1px solid rgba(255,255,255,.18)}.admin-sidebar-user{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;border:0;padding:2px 0;color:inherit;background:transparent;text-align:left}.admin-sidebar-user>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#27aeea,#f4b08b);font-size:.72rem;font-weight:900;overflow:hidden}.admin-sidebar-user>span img,.admin-account-head>span img{width:100%;height:100%;object-fit:cover}.admin-sidebar-user div{display:grid;gap:2px;min-width:0}.admin-sidebar-user strong,.admin-sidebar-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar-user strong{color:#fff;font-size:.78rem}.admin-sidebar-user small{color:#b9c6d8;font-size:.7rem}.admin-account-panel{position:absolute;right:0;bottom:calc(100% + 10px);width:260px;border:1px solid rgba(18,39,70,.12);border-radius:14px;padding:14px;color:#263140;background:#fff;box-shadow:0 18px 42px #050f2047;z-index:5}.admin-account-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #e5e9f0}.admin-account-head>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;overflow:hidden;color:#fff;background:linear-gradient(135deg,#27aeea,#f4b08b);font-weight:900}.admin-account-head div,.admin-account-panel dl{display:grid;gap:4px}.admin-account-head strong{color:#1d2531;font-size:.9rem}.admin-account-head small,.admin-account-panel dt{color:#929aa6;font-size:.72rem}.admin-account-panel dl{margin:12px 0}.admin-account-panel dl div{display:grid;grid-template-columns:88px 1fr;gap:8px}.admin-account-panel dd{margin:0;color:#273344;font-size:.78rem;font-weight:800}.admin-account-panel button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:36px;border:0;border-radius:9px;color:#fff;background:#1f4378;font-weight:900}.admin-main-panel{display:grid;grid-template-rows:72px minmax(0,1fr);min-width:0;min-height:0;overflow:hidden}.admin-topbar-new{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px;background:#fff;box-shadow:0 3px 14px #161c2624;z-index:1}.admin-topbar-new h1{margin:0;color:#2a2f38;font-size:1.28rem;letter-spacing:-.02em}.admin-topbar-new p{margin:4px 0 0;color:#a0a6af;font-size:.78rem}.admin-page-content{min-height:0;overflow-y:auto;padding:32px}.admin-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:16px}.admin-kpi-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;min-height:96px;border-radius:10px;padding:16px;background:#fff;box-shadow:0 3px 12px #161c2614}.admin-kpi-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:9px;color:#fff;background:#1f4378;font-weight:900}.admin-kpi-icon.orange{background:#f18a24}.admin-kpi-icon.green{background:#197844}.admin-kpi-icon.navy{background:#1f4378}.admin-kpi-icon.purple{background:#7d3f98}.admin-kpi-card div{display:grid;gap:3px}.admin-kpi-card strong{color:#2a2f38;font-size:1.45rem;line-height:1}.admin-kpi-card small{color:#8f96a1;font-size:.72rem;font-weight:700}.admin-kpi-card em{color:#087641;font-size:.7rem;font-style:normal;font-weight:900}.admin-kpi-card:nth-child(2) em{color:#c93024}.admin-section-block{margin-top:28px}.admin-section-block h2{margin:0 0 10px;color:#2d333d;font-size:.95rem}.admin-bat-card,.admin-activity-card,.admin-salon-card,.admin-placeholder-card,.admin-table.modern,.object-bank.modern,.monday-panel.modern{border-radius:10px;background:#fff;box-shadow:0 3px 13px #161c2617}.admin-bat-card{overflow:hidden;border-left:4px solid #ff7a1a}.admin-bat-row{display:grid;grid-template-columns:180px 180px 160px 1fr 60px;align-items:center;min-height:44px;padding:0 16px;border-bottom:1px solid #e0e2e6;color:#2d333d;font-size:.78rem}.admin-bat-row:last-child{border-bottom:0}.admin-bat-row .warning{color:#ff6d1a;font-weight:900}.admin-bottom-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:16px}.admin-activity-card,.admin-salon-card{overflow:hidden}.admin-activity-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:48px;padding:0 20px;border-bottom:1px solid #e0e2e6}.admin-activity-row:last-child,.admin-salon-row:last-child{border-bottom:0}.activity-dot{width:8px;height:8px;border-radius:50%;background:#d4ddec}.activity-dot.green{background:#197844}.activity-dot.blue{background:#1f4378}.activity-dot.purple{background:#7d3f98}.activity-dot.pale{background:#d8e2f1}.admin-activity-row div{display:grid;gap:2px}.admin-activity-row strong,.admin-salon-row strong{color:#2d333d;font-size:.82rem}.admin-activity-row small,.admin-salon-row small,.admin-activity-row time{color:#9ca2aa;font-size:.74rem}.admin-salon-row{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:56px;padding:0 28px 0 16px;border-bottom:1px solid #e0e2e6}.admin-salon-row div{display:grid;gap:3px}.admin-salon-row span{border-radius:999px;padding:4px 10px;color:#197844;background:#d8f1df;font-size:.72rem}.admin-salon-row span.muted{color:#8d9299;background:#f1f1f1}.admin-salons-view{display:grid;gap:28px}.admin-salons-toolbar select{min-width:128px;min-height:36px;border:1px solid #dde1e7;border-radius:6px;padding:0 12px;color:#2d333d;background:#fff;font-weight:700}.admin-salon-card-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:20px}.admin-salon-overview-card{position:relative;overflow:hidden;min-height:160px;border-radius:10px;background:#fff;box-shadow:0 3px 13px #161c2617}.salon-card-accent{display:block;height:7px;background:#1f4378}.admin-salon-overview-card.upcoming .salon-card-accent{background:#7d3f98}.admin-salon-overview-card.draft .salon-card-accent,.admin-salon-overview-card.archived .salon-card-accent{background:#a0a6af}.salon-card-body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px 20px 20px}.salon-card-main header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.salon-card-main h2{margin:0;color:#2a2f38;font-size:1.12rem;letter-spacing:-.03em}.salon-status-pill{border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:900}.salon-status-pill.active{color:#137241;background:#d9f1df}.salon-status-pill.upcoming{color:#7d3f98;background:#f0dcf7}.salon-status-pill.draft,.salon-status-pill.archived{color:#7a7f87;background:#f0f1f3}.salon-meta-line,.salon-offer-line{margin:4px 0;color:#9ba2ad;font-size:.76rem}.salon-offer-line{color:#6f7782;font-weight:800}.salon-card-metrics{display:grid;grid-template-columns:repeat(3,minmax(70px,1fr));gap:16px;margin-top:18px}.salon-card-metrics div{display:grid;gap:2px}.salon-card-metrics strong{color:#2c333d;font-size:1.35rem;line-height:1}.salon-card-metrics span{color:#9aa1ab;font-size:.68rem}.salon-card-side{display:grid;grid-template-columns:auto auto;align-items:start;gap:26px}.salon-card-side button{min-width:76px;min-height:34px;border:0;border-radius:8px;color:#fff;background:#1f4378;font-weight:900}.admin-salon-overview-card.upcoming .salon-card-side button{background:#7d3f98}.admin-salon-overview-card.draft .salon-card-side button,.admin-salon-overview-card.archived .salon-card-side button{background:#9aa1aa}.salon-card-preview{width:76px;height:116px;border-radius:10px;object-fit:cover;box-shadow:inset 0 0 0 1px #1f437814}.salon-card-preview.generated{display:grid;place-items:center;color:#ffffffd9;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 42%),linear-gradient(160deg,#1f4378,#d8e7f5);font-size:1.15rem;font-weight:950}.salon-card-preview.generated.upcoming{background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 42%),linear-gradient(160deg,#7d3f98,#d8e7f5)}.salon-card-preview.generated.draft,.salon-card-preview.generated.archived{background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 42%),linear-gradient(160deg,#8f969f,#f2f3f5)}.salon-pack-stats{display:grid;gap:7px;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f4}.salon-pack-stats div{display:grid;grid-template-columns:minmax(90px,auto) 1fr;align-items:center;gap:10px;color:#8f96a1;font-size:.72rem}.salon-pack-stats span{color:#1f4378;font-weight:950}.salon-pack-stats strong{color:#6f7782;font-size:.72rem}.salon-pack-stats.muted{color:#9ca2aa;font-size:.74rem}.admin-presets-view{display:grid;gap:30px}.presets-toolbar{display:flex;align-items:center;justify-content:flex-start;gap:20px}.preset-salon-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#5f6671;font-size:.82rem}.preset-salon-tabs span{margin-right:2px;font-weight:800}.preset-salon-tabs button{min-height:32px;border:1px solid #d9dee7;border-radius:999px;padding:0 16px;color:#646d78;background:#fff;font-weight:800;box-shadow:0 1px 3px #161c260d}.preset-salon-tabs button.active{color:#fff;border-color:#1f4378;background:#1f4378}.preset-library-feedback{width:min(760px,100%);border-radius:10px;padding:10px 12px;font-size:.8rem;font-weight:850}.preset-library-feedback.success{color:#137241;background:#dff4e5}.preset-library-feedback.error{color:#b51f2a;background:#ffe5e6}.preset-library-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,365px));gap:20px}.preset-library-card{position:relative;display:grid;grid-template-rows:128px auto;overflow:hidden;min-height:222px;border-radius:10px;background:#fff;box-shadow:0 3px 13px #161c2614}.preset-library-card.inactive{border:1px solid #e2e6ed;background:#f8f9fb;box-shadow:0 2px 10px #161c260d}.preset-card-menu{position:absolute;top:8px;right:14px;z-index:1;border:0;color:#9ba2ad;background:transparent;font-size:1.2rem;line-height:1}.preset-card-preview{display:grid;place-items:center;color:#a0a6af;background:radial-gradient(circle at 50% 25%,rgba(31,67,120,.06),transparent 34%),#f7f8fa;font-weight:950}.preset-library-card.inactive .preset-card-preview{color:#c2c8d1;background:repeating-linear-gradient(45deg,rgba(158,167,178,.08) 0 10px,transparent 10px 20px),#f1f3f6}.preset-card-body{display:grid;align-content:end;gap:4px;padding:16px}.preset-card-body strong{color:#2b323d;font-size:.86rem}.preset-card-body>span{color:#9ca2ad;font-size:.72rem}.preset-card-body div{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.preset-card-body button{min-height:34px;border:1px solid #d9dee7;border-radius:8px;padding:0 16px;color:#2e3744;background:#fff;font-weight:900}.preset-board-line{color:#697280;font-size:.7rem;font-weight:850}.preset-card-body button.primary{color:#fff;border-color:#1f4378;background:#1f4378}.preset-card-body button.activate-pack{color:#1f4378;border-color:#cbd6e8;background:#eef4ff}.preset-card-body button.danger{color:#c82f36;border-color:#f1c4c6;background:#fff0f0}.preset-card-body button:disabled{cursor:wait;opacity:.65}.preset-board-editor{display:grid;grid-template-columns:minmax(120px,1fr) auto auto;gap:8px;margin-top:10px}.preset-board-editor input{min-width:0;height:34px;border:1px solid #d8dee8;border-radius:8px;padding:0 10px;color:#1f2630;background:#fff;font-weight:800}.preset-board-editor button{min-height:34px;padding:0 12px}.preset-library-card i{position:absolute;right:16px;bottom:22px;width:8px;height:8px;border-radius:50%;background:#177744}.preset-library-card.inactive i{background:#a9b0ba}.salon-preset-layer{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:24px;background:#1118268c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.salon-preset-modal{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:min(1220px,100%);height:min(820px,92vh);overflow:hidden;border-radius:18px;background:#f3f5f8;box-shadow:0 24px 70px #08111f59}.salon-preset-header{display:flex;align-items:start;justify-content:space-between;gap:20px;padding:22px 24px 16px;background:#fff;border-bottom:1px solid #e2e6ed}.salon-preset-header span{display:block;color:#1f4378;font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.salon-preset-header h2{margin:4px 0;color:#1f2630;font-size:1.35rem}.salon-preset-header p{max-width:680px;margin:0;color:#7e8793;font-size:.86rem}.salon-preset-header button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;color:#6d7480;background:#f2f4f7}.preset-save-feedback-slot{min-height:0;background:#f3f5f8}.preset-save-feedback{margin:12px 24px 0;border-radius:10px;padding:10px 12px;font-size:.8rem;font-weight:800}.preset-save-feedback.success{color:#137241;background:#dff4e5}.preset-save-feedback.error{color:#b51f2a;background:#ffe5e6}.preset-modal-body{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.preset-layout-reference-tabs{display:flex;align-items:center;gap:10px;margin:12px 24px 0;border-radius:12px;padding:10px 12px;background:#fff;box-shadow:0 3px 12px #141d2b14}.preset-layout-reference-tabs>span{color:#77808c;font-size:.78rem;font-weight:900}.preset-layout-reference-tabs button{display:grid;gap:2px;min-width:118px;min-height:42px;border:1px solid #dce2eb;border-radius:10px;padding:6px 10px;color:#354050;background:#f8fafc;font-weight:950}.preset-layout-reference-tabs button small{color:#8d96a3;font-size:.66rem;font-weight:800}.preset-layout-reference-tabs button.active{color:#fff;border-color:#1f4378;background:#1f4378}.preset-layout-reference-tabs button.active small{color:#c7d8f4}.preset-editor-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;padding:16px 24px 24px}.preset-3d-stage{position:relative;min-height:0;overflow:hidden;border-radius:14px;background:#e9edf3;box-shadow:inset 0 0 0 1px #1f437814}.preset-3d-stage canvas{width:100%!important;height:100%!important}.preset-toolbar{right:18px;bottom:18px;top:auto}.preset-toolbar>span{max-width:250px;padding:8px 10px;color:#6f7782;font-size:.74rem;font-weight:800}.preset-side-panel{min-height:0;overflow-y:auto;border-radius:14px;padding:18px;background:#fff;box-shadow:0 3px 13px #161c2614}.preset-side-panel h3{margin:0;color:#1f2630;font-size:1.05rem}.preset-side-panel p{margin:8px 0 16px;color:#87909c;font-size:.78rem;line-height:1.45}.preset-dimensions{display:grid;gap:12px;margin-bottom:14px}.preset-dimensions label{display:grid;gap:5px;color:#394252;font-size:.76rem;font-weight:900}.preset-dimensions label span{color:#1f4378}.preset-layouts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0 18px}.preset-layouts button,.preset-catalog button{border:1px solid #dce2eb;border-radius:10px;color:#354050;background:#fff;font-weight:900}.preset-layouts button{min-height:38px}.preset-layouts button.active{color:#fff;border-color:#1f4378;background:#1f4378}.preset-default-colors{display:grid;gap:10px;margin:2px 0 18px;border:1px solid #dce7f4;border-radius:12px;padding:12px;background:#f7faff}.preset-default-colors header{display:grid;gap:3px}.preset-default-colors header strong{color:#1f4378;font-size:.86rem;font-weight:950}.preset-default-colors header span{color:#748091;font-size:.7rem;font-weight:800;line-height:1.35}.preset-color-select{display:grid;grid-template-columns:1fr 32px;gap:5px 9px;align-items:center;color:#596372;font-size:.7rem;font-weight:900}.preset-color-select>span{grid-column:1 / -1}.preset-color-select select{width:100%;min-height:34px;border:1px solid #dbe3ee;border-radius:8px;padding:0 9px;color:#263142;background:#fff;font-size:.78rem;font-weight:850}.preset-color-select i{width:32px;height:32px;border-radius:999px;background:var(--swatch-color);background-image:var(--swatch-image);background-size:cover;box-shadow:inset 0 0 0 1px #00000029,0 0 0 3px #fff}.preset-side-panel h4{margin:0 0 10px;color:#1f2630}.preset-side-panel .preset-included-help{margin:-4px 0 12px;border-radius:10px;padding:9px 10px;color:#1f4378;background:#eef4fb;font-size:.73rem;font-weight:800}.preset-reserve-rules{display:grid;gap:10px;margin:2px 0 18px;border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.preset-reserve-rules h4{margin-bottom:0}.preset-reserve-rules p,.preset-reserve-empty{margin:0;color:#6f7885;font-size:.72rem;font-weight:800;line-height:1.4}.preset-reserve-rules article{display:grid;gap:8px;border-radius:10px;padding:10px;background:#fff;box-shadow:inset 0 0 0 1px #e4eaf2}.preset-reserve-rules article strong{color:#1f4378;font-size:.82rem}.preset-reserve-rules label{display:grid;gap:4px;color:#596372;font-size:.7rem;font-weight:900}.preset-reserve-rules select,.preset-reserve-rules input{width:100%;min-height:34px;border:1px solid #dbe3ee;border-radius:8px;padding:0 9px;color:#263142;background:#fff;font-size:.78rem;font-weight:850}.preset-rule-options{display:grid;gap:7px}.preset-rule-options>span{color:#596372;font-size:.7rem;font-weight:900}.preset-rule-option-row{display:grid;grid-template-columns:minmax(0,1fr) 86px 30px;gap:6px}.preset-rule-option-row button,.preset-add-rule-option{display:inline-grid;place-items:center;min-height:34px;border:1px solid #dbe3ee;border-radius:8px;color:#1f4378;background:#fff;font-weight:900}.preset-add-rule-option{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#eef4fb}.preset-head-rule-row{display:grid;grid-template-columns:1fr 105px;gap:8px}.preset-catalog{display:grid;gap:8px}.preset-catalog button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:42px;padding:0 12px;text-align:left}.preset-save-button{width:100%;min-height:46px;margin-top:18px;border:0;border-radius:12px;color:#fff;background:#1f4378;font-weight:950;box-shadow:0 10px 20px #1f437833}.preset-save-button:disabled{opacity:.65}.admin-filters.compact,.admin-table.modern,.object-bank.modern,.monday-panel.modern{width:100%;margin:0}.admin-filters.compact{grid-template-columns:repeat(2,minmax(180px,220px));margin-bottom:18px;background:#fff}.admin-clients-view{display:grid;gap:22px}.admin-clients-search-card{display:grid;grid-template-columns:1fr auto;gap:16px;border-radius:12px;padding:8px;background:#fff;box-shadow:0 3px 13px #161c2617}.admin-clients-search-card div{display:flex;align-items:center;gap:10px;min-height:40px;border-radius:8px;padding:0 14px;color:#a0a8b3;background:#f4f5f7}.admin-clients-search-card input{width:100%;border:0;background:transparent;color:#56606d}.admin-clients-search-card button,.client-row-actions a,.client-row-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border:0;border-radius:8px;padding:0 18px;color:#fff;background:#1f4378;font-weight:900;text-decoration:none}.client-row-actions button:disabled{color:#9ba2ac;background:#eef1f5}.admin-client-filter-line{display:flex;flex-wrap:wrap;align-items:center;gap:14px;color:#6a7280;font-size:.8rem}.admin-client-filter-line label{display:flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;background:#e8eef8;color:#1f4378;font-weight:800}.admin-client-filter-line input,.admin-client-filter-line select{width:110px;border:0;background:transparent;color:#1f4378;font:inherit}.admin-clients-table{overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 3px 13px #161c2614}.admin-clients-table header,.admin-clients-table article{display:grid;grid-template-columns:1.35fr 1fr 1.2fr .55fr .9fr 1.25fr .7fr;align-items:center;gap:16px;min-height:52px;padding:0 16px;border-bottom:1px solid #e0e2e6}.admin-clients-table header{min-height:42px;color:#6f7782;background:#f5f6f8;font-size:.72rem;font-weight:900}.admin-clients-table article:last-child{border-bottom:0}.admin-clients-table article{color:#5e6570;font-size:.82rem}.admin-clients-table article strong{display:block;color:#2b323d;font-size:.84rem}.admin-clients-table article small{display:block;margin-top:3px;color:#9ba2ad;font-size:.72rem}.client-status-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:.72rem;font-style:normal;font-weight:900}.client-status-badge.success{color:#137241;background:#d9f1df}.client-status-badge.warning{color:#ee6f19;background:#fff0dc}.client-status-badge.purple{color:#7d3f98;background:#f0dcf7}.client-status-badge.neutral{color:#6d737c;background:#f0f1f3}.admin-table.modern,.object-bank.modern{gap:10px;box-shadow:none;background:transparent}.admin-table.modern .stand-row,.object-bank.modern article,.monday-panel.modern,.admin-placeholder-card{border:0;background:#fff;box-shadow:0 3px 13px #161c2614}.admin-placeholder-card,.monday-panel.modern{padding:24px}.admin-placeholder-card h2,.monday-panel.modern h2{margin-top:0}@media(max-width:1180px){.admin-kpi-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.admin-bottom-grid,.admin-bat-row,.admin-salon-card-grid,.preset-library-grid,.preset-editor-grid,.admin-clients-table header,.admin-clients-table article{grid-template-columns:1fr}.admin-bat-row,.admin-clients-table article{gap:5px;padding:12px 16px}.admin-clients-table header{display:none}}@media(max-width:760px){.admin-dashboard-shell{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-topbar-new,.admin-page-content{padding-right:18px;padding-left:18px}.admin-topbar-new{align-items:start;flex-direction:column;height:auto;padding-top:14px;padding-bottom:14px}.admin-main-panel{grid-template-rows:auto minmax(0,1fr)}.presets-toolbar{align-items:stretch;flex-direction:column}.salon-card-body,.salon-card-side{grid-template-columns:1fr}.salon-card-side{gap:12px}.salon-card-preview{width:100%;height:110px}.admin-clients-search-card{grid-template-columns:1fr}}.admin-assets-view{position:relative;min-height:100%}.asset-actions-row{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:stretch}.asset-upload-drop{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:center;gap:12px;min-height:80px;border-radius:10px;padding:12px 22px;color:#676f7b;background:#fff;box-shadow:0 3px 13px #161c261a}.asset-group-create-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:210px;min-height:80px;border:0;border-radius:10px;padding:0 18px;color:#fff;background:#1f4378;box-shadow:0 3px 13px #161c261a;font-weight:900;cursor:pointer}.asset-group-create-button input{display:none}.asset-upload-drop svg{color:#1f4378;fill:#1f4378}.asset-upload-drop strong{border-radius:8px;padding:9px 18px;color:#fff;background:#1f4378}.asset-upload-drop small{grid-column:1 / -1;justify-self:center;color:#9ca2aa;font-size:.72rem}.asset-upload-drop input{display:none}.asset-upload-drop:has(input:disabled){cursor:progress;opacity:.72}.asset-upload-feedback{align-items:center;background:#eaf2ff;border:1px solid #c7d9f5;border-radius:12px;color:#173f78;display:flex;font-size:13px;font-weight:700;margin-top:-10px;padding:10px 14px}.asset-upload-feedback.error{background:#fff0ef;border-color:#fac8c3;color:#bf2f23}.asset-category-tabs{display:flex;flex-wrap:wrap;gap:8px 16px;margin:20px 0 30px}.asset-category-tabs button{min-height:30px;border:0;border-radius:999px;padding:0 14px;color:#555d68;background:transparent;font-size:.82rem;font-weight:800}.asset-category-tabs button.active{color:#fff;background:#1f4378}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.asset-card{position:relative;overflow:hidden;min-height:182px;border:0;border-radius:9px;padding:0;color:#2d333d;background:#fff;box-shadow:0 3px 13px #161c261a;text-align:left}.asset-status-dot{position:absolute;top:9px;right:12px;z-index:1;width:8px;height:8px;border-radius:50%;background:#176b41}.asset-status-dot.inactive{background:#a4a9b0}.asset-status-dot.processing{background:#f08420}.asset-thumb,.asset-glb-preview,.asset-obj-preview,.asset-group-preview,.asset-color-group-preview{display:grid;place-items:center;width:100%;height:104px;color:#9aa1ab;background:#f5f5f5;font-size:.78rem;font-weight:900;object-fit:cover}img.asset-thumb{display:block;object-fit:cover;object-position:center;max-width:100%;min-height:104px}.asset-card>img.asset-thumb{height:104px;flex:0 0 104px}.asset-obj-preview{background:linear-gradient(#c8ecff,#eaf7ff)}.asset-group-preview{gap:8px;color:#1f4378;background:linear-gradient(135deg,#eef4ff,#f8fbff)}.asset-group-preview svg{color:#1f4378}.asset-color-group-preview{grid-template-columns:repeat(5,1fr);gap:0;overflow:hidden;background:#eef3f8}.asset-color-group-preview i{width:100%;height:100%;min-height:104px;background:var(--swatch-color);background-image:var(--swatch-image);background-size:cover}.asset-color-group-preview em{position:absolute;right:10px;bottom:84px;border-radius:999px;padding:4px 8px;color:#1f4378;background:#ffffffeb;font-size:.68rem;font-style:normal;font-weight:900}.asset-obj-preview:before{content:"";width:52px;height:74px;background:linear-gradient(110deg,#d8d8d8 0 54%,#c7c7c7 54% 100%);clip-path:polygon(20% 8%,82% 0,70% 88%,38% 100%);transform:rotate(-14deg)}.asset-card-body{display:grid;grid-template-columns:1fr auto;gap:3px 10px;padding:10px 12px 12px}.asset-card-body strong{overflow:hidden;color:#2d333d;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.asset-card-body>span{grid-column:1;color:#9ca2aa;font-size:.75rem}.asset-card-body em{grid-column:2;grid-row:1 / span 2;align-self:center;color:#9ca2aa;font-size:.72rem;font-style:normal}.asset-tags{grid-column:1 / -1;display:flex;gap:7px;margin-top:3px}.asset-tags small{border-radius:999px;padding:2px 8px;color:#1f4378;background:#dce8fb;font-size:.65rem;font-weight:900}.asset-tags small.inactive{color:#7f858d;background:#efefef}.asset-tags small.admin-only{color:#753d0b;background:#ffe8c7}.asset-drawer-layer{position:fixed;inset:0;display:flex;justify-content:flex-end;background:#14171c7a;z-index:20}.asset-drawer{display:grid;grid-template-rows:auto auto auto auto auto 1fr auto;gap:18px;width:min(456px,100%);height:100vh;overflow-y:auto;padding:18px 24px;background:#fff;box-shadow:-12px 0 34px #0c121c33}.asset-drawer header{display:flex;align-items:start;justify-content:space-between;gap:16px}.asset-drawer h2{margin:0;color:#171b22;font-size:1rem}.asset-drawer header span{display:inline-flex;margin-top:6px;border-radius:999px;padding:3px 9px;color:#1f64ff;background:#dce8ff;font-size:.7rem;font-weight:900}.asset-drawer header button{border:0;color:#8c929c;background:transparent}.asset-drawer>.asset-glb-preview,.asset-drawer>.asset-obj-preview,.asset-drawer>.asset-group-preview,.asset-drawer>.asset-color-group-preview,.asset-drawer>.asset-thumb{height:180px;border-radius:9px}.asset-drawer>.asset-color-group-preview i{min-height:180px}.asset-drawer>img.asset-thumb{min-height:180px;object-fit:cover;object-position:center}.asset-meta-card{overflow:hidden;margin:0;border-radius:10px;background:#fff;box-shadow:0 3px 13px #161c2614}.asset-meta-card div{display:grid;grid-template-columns:160px 1fr;min-height:28px;padding:0 16px}.asset-meta-card div:nth-child(2n){background:#fafafa}.asset-meta-card dt,.asset-meta-card dd{display:flex;align-items:center;margin:0;font-size:.76rem}.asset-meta-card dt{color:#9ca2aa}.asset-meta-card dd{color:#2d333d;font-weight:800}.asset-behavior-settings{display:grid;gap:12px;border:1px solid #d9e1ec;border-radius:12px;padding:12px;background:#f7faff}.asset-behavior-settings h3{margin:0;color:#172033;font-size:.95rem}.asset-behavior-settings>small{color:#8992a0;font-size:.72rem;line-height:1.35}.asset-behavior-settings label:not(.asset-toggle-row){display:grid;gap:6px;color:#77808c;font-size:.72rem;font-weight:900}.asset-behavior-settings select{width:100%;min-height:36px;border:1px solid #d8dde6;border-radius:8px;padding:0 10px;color:#252b34;background:#fff;font:inherit}.asset-color-settings{display:grid;gap:13px;border:1px solid #d9e1ec;border-radius:14px;padding:13px;background:#f7faff}.asset-color-settings-head h3{margin:0;color:#172033;font-size:.95rem}.asset-color-settings-head small{display:block;margin-top:4px;color:#8992a0;font-size:.72rem;line-height:1.35}.color-group-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.asset-color-price-grid{display:grid;grid-template-columns:130px 1fr;gap:10px}.color-group-preview-list{display:grid;max-height:230px;overflow:auto;gap:7px;padding-right:4px}.color-group-preview-list span{display:grid;grid-template-columns:30px minmax(0,1fr) auto auto auto;align-items:center;gap:9px;min-height:38px;border:1px solid #e2e8f1;border-radius:10px;padding:5px 8px;background:#fff}.color-group-preview-list span.is-default{border-color:#1f4378;background:#f2f6fd}.color-group-preview-list i{width:26px;height:26px;border-radius:50%;background:var(--swatch-color);background-image:var(--swatch-image);background-size:cover;box-shadow:inset 0 0 0 1px #0000001f}.color-group-preview-list strong{overflow:hidden;color:#253041;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.color-group-preview-list small{color:#8b94a1;font-size:.7rem;font-weight:800}.color-group-preview-list label{display:inline-flex;align-items:center;gap:4px;color:#243047;font-size:.68rem;font-weight:900;white-space:nowrap}.asset-toggle-row{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;border-radius:10px;padding:10px;background:#fff}.asset-toggle-row input{width:16px;height:16px;margin:2px 0 0;accent-color:#1f4378}.asset-toggle-row strong,.asset-toggle-row small{display:block}.asset-toggle-row strong{color:#2d333d;font-size:.82rem}.asset-toggle-row small{margin-top:3px;color:#8992a0;font-size:.72rem;line-height:1.3}.asset-variants-settings{display:grid;gap:12px;border:1px solid #e0e5ed;border-radius:14px;padding:12px;background:#fff}.asset-variants-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.asset-variants-head.compact{border-top:1px solid #edf0f4;padding-top:12px}.asset-variants-head h3{margin:0;color:#172033;font-size:.95rem}.asset-variants-head small,.asset-variants-empty{color:#8992a0;font-size:.72rem;line-height:1.35}.asset-variants-empty{margin:0;border:1px dashed #dbe2ec;border-radius:10px;padding:10px;background:#f8fbff}.asset-variants-head button{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:9px;padding:8px 10px;color:#fff;background:#1f4378;font-size:.76rem;font-weight:900;white-space:nowrap}.asset-variant-list{display:grid;gap:10px}.asset-variant-row{display:grid;grid-template-columns:1fr 1fr 90px 1fr 32px;gap:8px;align-items:end;border:1px solid #e5eaf1;border-radius:12px;padding:10px;background:#f8fafc}.asset-variant-row.option-row{display:flex;flex-direction:column;gap:0}.option-row-fields{display:grid;grid-template-columns:1fr 1.3fr 100px 1.1fr 32px;gap:8px;align-items:end}.asset-variant-row.option-row-select .option-row-fields{grid-template-columns:1fr 32px}.option-type-tabs{grid-column:1 / -1;display:flex;gap:4px;background:#eef1f6;border-radius:8px;padding:3px}.option-type-tabs button{flex:1;height:26px;border:0;border-radius:6px;background:transparent;color:#6b7685;font-size:.72rem;font-weight:700;cursor:pointer;transition:background .12s,color .12s}.option-type-tabs button.active{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.option-variant-links-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.option-add-choice{display:flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px solid #c5d0e0;border-radius:6px;background:#fff;color:#4b5563;font-size:.72rem;font-weight:700;cursor:pointer}.option-choice-row{display:grid;grid-template-columns:1fr 1.6fr 28px;gap:6px;align-items:center}.option-choice-row input{width:100%;min-height:32px;border:1px solid #dce2eb;border-radius:8px;padding:0 9px;color:#27303c;background:#fff;font-size:.78rem;font-weight:700}.option-choice-row button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:7px;color:#cf332d;background:#ffe5e2;cursor:pointer}.option-variant-links{display:grid;gap:6px;padding:10px 0 2px;border-top:1px solid #e5eaf1;margin-top:10px}.option-variant-links-label{font-size:.68rem;font-weight:900;color:#8992a0;letter-spacing:.03em;text-transform:uppercase;margin-bottom:2px}.option-variant-link-row{display:grid!important;grid-template-columns:1fr 1.5fr!important;gap:8px!important;align-items:center;color:#27303c;font-size:.78rem;font-weight:700}.asset-variant-row.source-row{grid-template-columns:1fr 1.4fr 32px;align-items:center}.asset-variant-row label:not(.asset-toggle-row){display:grid;gap:5px;color:#8992a0;font-size:.68rem;font-weight:900}.asset-variant-row input{width:100%;min-height:32px;border:1px solid #dce2eb;border-radius:8px;padding:0 9px;color:#27303c;background:#fff;font-size:.78rem;font-weight:700}.asset-variant-row select{width:100%;min-height:36px;border:1px solid #dce2eb;border-radius:8px;padding:0 9px;color:#27303c;background:#fff;font:inherit;font-size:.78rem;font-weight:800}.asset-variant-row.source-row>div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center}.asset-variant-row.source-row>div>span{grid-row:span 2;display:grid;place-items:center;width:42px;height:36px;border-radius:8px;background:#eef3fa;overflow:hidden}.asset-variant-row.source-row img{width:100%;height:100%;object-fit:cover}.asset-variant-row.source-row strong{color:#253041;font-size:.82rem}.asset-variant-row.source-row small{color:#8b94a1;font-size:.72rem}.asset-variant-row input:focus{border-color:#9bbbed;outline:none}.asset-variant-wide{grid-column:span 2}.asset-variant-default{grid-column:span 2;margin:0;padding:8px;background:#eef4ff}.asset-variant-row>button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:9px;color:#cf332d;background:#ffe5e2}.asset-assignment h3{margin:0 0 12px;color:#3b414a;font-size:.86rem}.asset-salon-pricing-row{display:grid;gap:7px;border-bottom:1px solid #eceef2;padding:0 0 10px}.asset-salon-pricing-row+.asset-salon-pricing-row{margin-top:10px}.asset-assignment button{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;width:100%;min-height:44px;border:0;padding:0;color:#2d333d;background:transparent;text-align:left}.asset-assignment button span{color:#9ca2aa;font-size:.72rem;font-weight:900}.asset-assignment button span:has(+i.active){color:#197844}.asset-assignment i{position:relative;width:44px;height:24px;border-radius:999px;background:#cfd3d9}.asset-assignment i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease}.asset-assignment i.active{background:#1f4378}.asset-assignment i.active:after{transform:translate(20px)}.asset-salon-pricing-fields{display:grid;gap:7px;padding:0 0 0 1px}.asset-salon-pricing-fields label{display:grid;grid-template-columns:1fr 120px;align-items:center;gap:10px}.asset-salon-pricing-fields label span{color:#9ca2aa;font-size:.76rem}.asset-salon-pricing-fields input{width:100%;min-height:30px;border:1px solid transparent;border-radius:8px;padding:0 9px;color:#2d333d;background:#f6f8fb;font-size:.78rem;font-weight:800;text-align:right}.asset-salon-pricing-fields input:focus{border-color:#a9c4ed;outline:none;background:#fff}.asset-variant-group-note{display:block;margin-top:-4px;color:#8b94a1;font-size:.72rem;line-height:1.35}.asset-price-note{color:#b0b5bd;font-size:.76rem}.asset-drawer footer{position:sticky;bottom:-18px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:30px -12px 0;padding:18px 12px 0;background:linear-gradient(180deg,#fff0,#fff 32%)}.asset-drawer{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.asset-thumbnail-edit{position:relative;display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;border:1px solid #d9e1ec;border-radius:12px;padding:11px 12px;color:#1f4378;background:#f7faff;cursor:pointer}.asset-thumbnail-edit>svg{justify-self:center}.asset-thumbnail-edit strong,.asset-thumbnail-edit small,.asset-thumbnail-edit em{display:block}.asset-thumbnail-edit strong{color:#243044;font-size:.82rem}.asset-thumbnail-edit small{margin-top:2px;color:#8992a0;font-size:.72rem;line-height:1.3}.asset-thumbnail-edit em{margin-top:5px;color:#bf2f23;font-size:.72rem;font-style:normal;font-weight:800}.asset-thumbnail-edit input{display:none}.base-pack-drawer{width:min(520px,100%)}.base-pack-help{border-radius:12px;padding:12px 14px;color:#1f4378;background:#eef4fb;font-size:.82rem;font-weight:800;line-height:1.45}.base-pack-list{display:grid;gap:9px}.base-pack-list article{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:10px;border:1px solid #e0e5ec;border-radius:11px;padding:9px;background:#fff}.base-pack-list article.active{border-color:#a9c4ed;background:#f7fbff}.base-pack-list article>span{display:grid;place-items:center;overflow:hidden;width:42px;height:42px;border-radius:9px;color:#8a95a4;background:#f2f4f7}.base-pack-list img{width:100%;height:100%;object-fit:cover}.base-pack-list strong,.base-pack-list small{display:block}.base-pack-list strong{color:#2e3540;font-size:.86rem}.base-pack-list small{margin-top:3px;color:#8a929e;font-size:.72rem}.asset-delete,.asset-duplicate,.asset-save{min-height:36px;border:0;border-radius:8px;padding:0 16px;font-weight:900}.asset-delete{color:#db352b;background:#ffdeda}.asset-duplicate{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#1f4378;background:#e8eef8}.asset-save{color:#fff;background:#1f4378}.asset-group-drawer{width:min(720px,100%)}.asset-group-field,.asset-group-row label{display:grid;gap:6px;color:#77808c;font-size:.72rem;font-weight:900}.asset-group-field input,.asset-group-field select,.asset-group-placement select,.asset-group-row input,.asset-group-row select{width:100%;min-height:36px;border:1px solid #d8dde6;border-radius:8px;padding:0 10px;color:#252b34;background:#fff;font:inherit}.asset-group-placement{display:grid;gap:10px;margin:12px 0 16px;border:1px solid #d9e1ec;border-radius:12px;padding:12px;background:#f7faff}.asset-group-placement h3{margin:0;color:#172033;font-size:.95rem}.asset-group-placement label{display:grid;gap:6px;color:#77808c;font-size:.72rem;font-weight:900}.asset-group-placement small{color:#697484;font-size:.76rem;line-height:1.35}.asset-group-builder h3{margin:0 0 6px;color:#2d333d;font-size:.95rem}.asset-group-builder p{margin:0 0 14px;color:#8d949d;font-size:.78rem}.asset-group-plan-card{overflow:hidden;margin:0 0 14px;border:1px solid #d9e1ec;border-radius:12px;background:#fff}.asset-group-plan-head,.asset-group-plan-legend{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px}.asset-group-plan-head strong{color:#172033;font-size:.88rem}.asset-group-plan-head span,.asset-group-plan-legend span{color:#8d949d;font-size:.72rem;font-weight:800}.asset-group-plan{display:block;width:100%;height:310px;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#f8fafc;cursor:crosshair;touch-action:none}.asset-group-plan g{cursor:grab}.asset-group-plan g:active{cursor:grabbing}.asset-group-row{display:grid;grid-template-columns:1.35fr 1.1fr .55fr .55fr .65fr auto;gap:8px;align-items:end;margin-bottom:10px;border-radius:10px;padding:10px;background:#f6f8fb}.asset-group-row.active{outline:2px solid #1f4378;background:#eef4ff}.asset-group-row>button{display:grid;place-items:center;width:34px;height:36px;border:0;border-radius:8px;color:#db352b;background:#ffdeda}.asset-group-row>button:disabled{opacity:.45}.asset-group-add-row{display:inline-flex;align-items:center;gap:8px;min-height:34px;border:0;border-radius:8px;padding:0 13px;color:#1f4378;background:#e7eefb;font-weight:900}.scene-access-card{align-content:center;min-height:auto}.scene-access-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;color:#1f4378;background:#e7eef8}.scene-access-email,.scene-access-message{display:flex;align-items:center;gap:8px;border-radius:9px;padding:11px 12px;color:#1f4378;background:#eef3fa;font-size:.82rem}.scene-access-code{min-height:58px!important;color:#1f4378!important;font-size:1.7rem!important;font-weight:900!important;letter-spacing:.42em;text-align:center}.scene-access-message{color:#147444;background:#e7f6ed}.scene-access-resend{justify-self:center;border:0;color:#1f4378;background:transparent;font-size:.84rem;font-weight:900}.scene-access-resend:disabled{cursor:wait;opacity:.64}.readonly-badge{position:absolute;top:22px;left:50%;z-index:6;display:inline-flex;align-items:center;gap:8px;transform:translate(-50%);border:1px solid rgba(31,67,120,.16);border-radius:999px;padding:10px 15px;color:#1f4378;background:#ffffffeb;box-shadow:0 12px 28px #14203024;font-size:.82rem;font-weight:950}.validation-summary-card,.validation-section,.validation-locked,.validation-message{border:1px solid #dce3ed;border-radius:12px;padding:14px 15px;background:#fff}.validation-summary-card{display:grid;gap:10px;background:#f7fbff;border-color:#c7d8ef}.validation-summary-card h2,.validation-section h3{margin:0;color:#171b22;font-size:.94rem;font-weight:950}.validation-summary-card p,.validation-muted{margin:0;color:#8b95a4;font-size:.78rem;line-height:1.35}.validation-insurance-note{display:grid;gap:3px;border:1px solid #f5b42c;border-radius:10px;padding:9px 10px;background:#fff7df;color:#8a5a00;font-size:.78rem;line-height:1.3}.validation-insurance-note strong{color:#c07700;font-size:.82rem}.validation-total-line,.validation-option-row,.validation-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.validation-total-line strong{color:#1f4378;font-size:1.35rem;white-space:nowrap}.validation-section{display:grid;gap:10px}.validation-option-row,.validation-price-row{border-top:1px solid #eef1f5;padding-top:9px;color:#626b78;font-size:.82rem}.validation-option-row strong,.validation-price-row strong{color:#18212d;font-size:.82rem;text-align:right}.validation-price-row strong{color:#167044}.validation-item-options{display:flex;flex-direction:column;gap:1px;padding:2px 0 4px 12px;border-left:2px solid #e2e6ed;margin:0 0 2px 4px}.validation-item-options span{font-size:.75rem;color:#6b7585;line-height:1.4}.validation-confirm-button{min-height:46px;border:0;border-radius:12px;color:#fff;background:#1f4378;box-shadow:0 12px 24px #1f437840;font-weight:950}.validation-confirm-button:disabled,.quantity-control button:disabled,.row-add-button:disabled,.color-dropdown-trigger:disabled,.color-swatch-row button:disabled{cursor:not-allowed;opacity:.55}.validation-locked{display:inline-flex;align-items:center;gap:8px;color:#167044;background:#ecf8f0;border-color:#cbead5;font-weight:950}.validation-message.success{color:#167044;background:#ecf8f0;border-color:#cbead5}.validation-message.error{color:#ad2d24;background:#fff0ee;border-color:#f3cbc6}.base-pack-scene-note{position:absolute;top:22px;left:24px;z-index:6;display:grid;overflow:hidden;max-width:min(330px,calc(100% - 48px));border:1px solid rgba(31,67,120,.14);border-radius:14px;color:#1f4378;background:#ffffffe6;box-shadow:0 12px 28px #1420301f;font-size:.78rem;font-weight:850;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.base-pack-scene-note button{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;width:100%;min-height:42px;border:0;padding:10px 12px;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.base-pack-scene-note strong{color:#172132;font-size:.82rem;font-weight:950}.base-pack-scene-note button>span{color:#7b8492;font-size:.72rem;font-weight:900}.base-pack-scene-list{display:grid;gap:5px;padding:0 12px 12px}.base-pack-scene-list span{border-radius:10px;padding:7px 9px;background:#f2f6fb;color:#1f4378}@media(max-width:920px){.asset-actions-row{grid-template-columns:1fr}.asset-group-create-button{min-height:58px}}.marketplace-subtitle{margin:-8px 24px 8px;color:#b7c6db;font-size:.78rem;font-weight:800}.marketplace-tabs{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;margin:0 14px 12px;border-bottom:1px solid #e4ebf4;padding:8px 0 12px;background:#fff}.marketplace-tabs button{display:inline-flex;align-items:center;gap:6px;min-height:36px;border:1px solid #d7e2ef;border-radius:999px;padding:0 14px;color:#1f4378;background:#f7f9fc;box-shadow:0 2px 8px #161c260f;font-size:.78rem;font-weight:950;white-space:nowrap}.marketplace-tabs button.active{border-color:#1f4378;color:#fff;background:#1f4378;box-shadow:0 6px 14px #1f437838}.marketplace-tabs em{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;padding:0 5px;color:inherit;background:#1f43781a;opacity:.9;font-size:.68rem;font-style:normal}.marketplace-tabs button.active em{background:#ffffff2e}.marketplace-search{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:8px;min-height:36px;margin:5px 14px 4px;border-radius:5px;padding:0 12px;color:#8d95a1;background:#eeeeef}.marketplace-search input{width:100%;border:0;outline:0;color:#252b34;background:transparent;font:inherit;font-size:.78rem}.marketplace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 14px 120px}.marketplace-card{overflow:hidden;border:1px solid #edf0f4;border-radius:9px;background:#fff;box-shadow:0 3px 13px #161c2614}.marketplace-card-preview{position:relative;display:grid;place-items:center;height:96px;color:#202535;background:#f3f3f4}.marketplace-card-preview img{width:74%;height:74%;object-fit:contain}.marketplace-badge{position:absolute;top:8px;right:8px;border-radius:999px;padding:4px 8px;color:#fff;background:#16733d;font-size:.62rem;font-weight:950}.marketplace-badge.hot{background:#e32f28}.marketplace-card-body{position:relative;display:grid;gap:2px;min-height:70px;padding:10px 42px 10px 12px}.marketplace-card-body strong{color:#222a35;font-size:.82rem;line-height:1.15}.marketplace-card-body em{color:#1f4378;font-size:.78rem;font-style:normal;font-weight:950}.marketplace-card-body small{overflow:hidden;color:#9aa3af;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.marketplace-card-body>button{position:absolute;right:12px;bottom:14px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:999px;color:#1f4378;background:#e8edf4}.marketplace-card-counter{position:absolute;right:10px;bottom:12px;display:flex;align-items:center;gap:4px;background:#1f4378;border-radius:999px;padding:3px 4px}.marketplace-card-counter button{display:grid;place-items:center;width:26px;height:26px;border:0;border-radius:999px;color:#fff;background:#ffffff2e;cursor:pointer}.marketplace-card-counter button:hover{background:#ffffff47}.marketplace-card-counter span{min-width:22px;text-align:center;color:#fff;font-size:.82rem;font-weight:800}.marketplace-empty{grid-column:1 / -1;border:1px dashed #cfd8e5;border-radius:12px;padding:18px;color:#8b95a4;background:#f8fafc;font-weight:900}.furniture-cart-bar{position:fixed;left:0;right:0;bottom:0;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:8px 16px;border-top:1px solid #dde3ec;background:#fffffff7;box-shadow:0 -8px 24px #111c2d1a}.cart-step-actions{display:flex;align-items:center;gap:10px;min-width:0}.cart-step-button{min-height:42px;border-radius:12px;padding:0 18px;font-size:.82rem;font-weight:950;border:1px solid #dce3ee;cursor:pointer}.cart-step-button.secondary{color:#333b49;background:#f7f8fa}.cart-step-button.primary{display:grid;align-content:center;gap:1px;min-width:150px;color:#fff;border-color:#1f4378;background:#1f4378;box-shadow:0 10px 22px #1f437833}.cart-step-button.primary span{color:#ffffffc2;font-size:.66rem;font-weight:800}.cart-right-actions{position:relative;display:flex;align-items:center;gap:12px;margin-left:auto}.cart-total-inline{display:grid;justify-items:end;gap:1px}.cart-total-inline span{color:#8d96a4;font-size:.68rem;font-weight:800}.cart-total-inline strong{color:#1f4378;font-size:1.05rem;font-weight:950;white-space:nowrap}.cart-toggle-button{position:relative;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:14px;color:#fff;background:#1f4378;box-shadow:0 10px 22px #1f437838;cursor:pointer}.cart-toggle-button.active{background:#173766}.cart-toggle-button span{position:absolute;right:-6px;top:-6px;min-width:19px;height:19px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;color:#fff;background:#1f9b8f;font-size:.64rem;font-weight:950}.cart-popover{position:absolute;right:16px;bottom:72px;width:min(420px,calc(100vw - 32px));max-height:min(420px,calc(100vh - 150px));display:grid;gap:12px;padding:14px;border:1px solid #dde5f0;border-radius:18px;background:#fffffffa;box-shadow:0 22px 60px #111c2d38;overflow:hidden}.cart-popover:after{content:"";position:absolute;right:14px;bottom:-7px;width:14px;height:14px;border-right:1px solid #dde5f0;border-bottom:1px solid #dde5f0;background:#fff;transform:rotate(45deg)}.cart-popover header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.cart-popover header div{display:grid;gap:2px}.cart-popover header strong,.cart-item-card strong{color:#1e2530;font-size:.82rem;font-weight:950}.cart-popover header small,.cart-item-card small{color:#8d96a4;font-size:.68rem}.cart-popover-close{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:999px;color:#5d6878;background:#f1f4f8;cursor:pointer}.cart-popover-close:hover{color:#1f4378;background:#e7effb}.cart-item-strip{display:grid;gap:10px;overflow-x:hidden;overflow-y:auto;min-width:0;max-height:min(320px,calc(100vh - 245px));padding:1px 2px 5px}.cart-empty-state{width:100%;margin:0;border:1px dashed #d5deeb;border-radius:12px;padding:16px;color:#7d8795;background:#f7f9fc;font-size:.82rem;font-weight:850;text-align:center}.cart-item-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:9px;width:100%;flex:none;border:1px solid #e0e6ee;border-radius:9px;padding:8px;background:#fff;text-align:left}.cart-item-card.active{border-color:#1f4378;outline:2px solid #1f4378;outline-offset:2px;background:#f8fbff}.cart-item-card.active:before{content:"";position:absolute;top:8px;bottom:8px;left:0;width:4px;border-radius:0 999px 999px 0;background:#1f4378}.cart-item-main{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:start;gap:8px;width:100%;border:0;padding:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.cart-item-thumb{display:grid;place-items:center;width:42px;height:38px;border-radius:5px;color:#1f2533;background:#f2f3f5}.cart-item-thumb img{width:100%;height:100%;object-fit:contain}.cart-item-copy{display:grid;gap:2px;min-width:0}.cart-item-card strong,.cart-item-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-card em{color:#1f4378;font-size:.75rem;font-style:normal;font-weight:950}.cart-item-card b{color:#1f4378;font-size:.82rem;font-weight:950}.cart-item-options{display:grid;gap:2px;margin:2px 0 3px}.cart-item-options em{position:relative;padding-left:10px;color:#6f7b8b;font-size:.68rem;font-weight:800}.cart-item-options em:before{content:"•";position:absolute;left:0;color:#1f4378}.cart-item-controls{display:flex;align-items:center;align-self:end;justify-items:end;justify-content:flex-end;gap:8px;min-width:0}.cart-quantity-controls{display:flex;align-items:center;gap:5px;border-radius:999px;padding:2px;background:#eef4ff}.cart-item-controls button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;color:#1f4378;background:transparent;cursor:pointer}.cart-item-controls button.danger{width:34px;height:34px;color:#d9433f;background:#fff1f0}.cart-item-controls button:disabled{opacity:.45;cursor:not-allowed}.cart-quantity-controls span{min-width:24px;color:#1e2530;font-size:.82rem;font-weight:950;text-align:center}.item-config-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;background:#171e2b94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.item-config-modal{display:grid;gap:12px;width:min(520px,calc(100vw - 34px));max-height:calc(100vh - 60px);overflow-y:auto;border-radius:12px;padding:22px 14px 14px;background:#fff;box-shadow:0 28px 70px #0a122052}.item-config-modal>header{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #e0e4ea;padding:0 10px 10px}.item-config-modal h2{margin:0;color:#171b22;font-size:1.08rem}.item-config-modal header span{color:#99a2ae;font-size:.76rem}.item-config-modal header button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:999px;color:#707987;background:#f4f5f7}.item-config-product{display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:center;padding:0}.item-config-product>span{display:grid;place-items:center;width:78px;height:64px;border:1px solid #ecf0f5;border-radius:6px;background:#f7f8fa}.item-config-product img{width:100%;height:100%;object-fit:contain}.item-config-product div{display:grid;gap:4px}.item-config-product strong{color:#222a35;font-weight:950}.item-config-product small{color:#7e8794;font-size:.74rem}.item-config-product em{justify-self:start;border-radius:6px;padding:5px 8px;color:#178045;background:#e6f7eb;font-size:.72rem;font-style:normal;font-weight:900}.config-choice-section{display:grid;gap:7px}.config-choice-section h3{margin:0;color:#6f7783;font-size:.75rem;font-weight:950;text-transform:uppercase}.config-choice-section>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.config-choice-section button{position:relative;display:grid;gap:3px;min-height:70px;border:1px solid #dfe4ec;border-radius:7px;padding:10px 8px;background:#fff;text-align:center}.config-choice-section button.active{border:2px solid #1f4378;background:#edf4ff}.config-choice-section button img{justify-self:center;width:42px;height:32px;border-radius:5px;object-fit:cover}.config-choice-section strong{color:#252c37;font-size:1.05rem}.config-choice-section small{color:#929ba8;font-size:.65rem}.config-choice-section em{color:#1f4378;font-size:.72rem;font-style:normal;font-weight:950}.config-choice-section button>span{position:absolute;top:7px;right:7px;display:grid;place-items:center;width:18px;height:18px;border-radius:999px;color:#fff;background:#1f4378}.item-config-options{display:grid;gap:8px}.config-toggle-option{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;min-height:50px;border:1px solid #dfe4ec;border-radius:7px;padding:8px;background:#fff;text-align:left}.config-toggle-option.active{border-color:#1f4378;background:#edf4ff}.config-toggle-option i{width:30px;height:20px;border-radius:999px;background:#cfd5de}.config-toggle-option.active i{background:#1f4378;box-shadow:inset 12px 0 #fff}.config-toggle-option span{display:grid;gap:2px}.config-toggle-option strong{color:#222a35;font-size:.82rem}.config-toggle-option small{color:#9aa2ae;font-size:.68rem}.config-toggle-option em{border-radius:5px;padding:7px 10px;color:#fff;background:#1f4378;font-style:normal;font-weight:950}.item-config-quantity{display:grid;grid-template-columns:1fr 34px 38px 34px;align-items:center;gap:6px;color:#6f7783;font-weight:900}.item-config-quantity button{height:32px;border:0;border-radius:999px;color:#1f4378;background:#eef2f7;font-weight:950}.item-config-quantity strong{text-align:center}.item-config-modal footer{display:flex;justify-content:space-between;gap:16px;align-items:center;border-top:1px solid #e8edf4;padding-top:10px}.item-config-modal footer div{display:grid}.item-config-modal footer span,.item-config-modal footer small{color:#8b94a2;font-size:.72rem;font-weight:800}.item-config-modal footer strong{color:#1f4378;font-size:1.5rem;font-weight:950}.item-config-modal footer button{min-height:40px;border:0;border-radius:7px;padding:0 18px;color:#fff;background:#1f4378;font-weight:950}@media(max-width:980px){.marketplace-grid{grid-template-columns:1fr}.furniture-cart-bar{gap:8px;padding:8px 10px}.cart-step-button{padding:0 12px}.cart-step-button.primary{min-width:116px}.cart-total-inline span{display:none}.cart-popover{right:10px;bottom:70px;width:calc(100vw - 20px)}.config-choice-section>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.scene-canvas-loading{opacity:0;pointer-events:none}.scene-texture-loader{position:absolute;inset:0;z-index:8;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at center,#f6f8fcf0,#e0e6eef5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.scene-texture-loader-card{width:min(360px,100%);padding:22px 24px;border-radius:22px;background:#ffffffeb;box-shadow:0 20px 60px #12233e29;color:#183763;text-align:center}.scene-texture-loader-card svg{margin-bottom:8px;color:#1f4378}.scene-texture-loader-card strong,.scene-texture-loader-card span{display:block}.scene-texture-loader-card strong{font-size:1rem}.scene-texture-loader-card span{margin-top:6px;color:#77808c;font-size:.82rem}.scene-texture-loader-bar{height:7px;margin-top:16px;overflow:hidden;border-radius:999px;background:#e8edf4}.scene-texture-loader-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1f4378,#2f77b7);transition:width .18s ease}.poster-image-preview{overflow:hidden;border:1px solid #dbe4f0;border-radius:12px;background:#f5f8fc;aspect-ratio:16 / 9}.poster-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.poster-print-quality{display:grid;gap:3px;border:1px solid #dbe4f0;border-radius:12px;padding:10px 12px;background:#f5f8fc}.poster-print-quality strong{color:#172033;font-size:.82rem}.poster-print-quality span,.poster-print-quality small{color:#6d7684;font-size:.72rem;font-weight:800}.poster-print-quality.good{border-color:#bfe5cd;background:#effaf3}.poster-print-quality.good strong,.poster-print-quality.good small{color:#167044}.poster-print-quality.warning{border-color:#f1d08f;background:#fff8e8}.poster-print-quality.warning strong,.poster-print-quality.warning small{color:#9a650d}.poster-print-quality.danger{border-color:#efb5ad;background:#fff1ef}.poster-print-quality.danger strong,.poster-print-quality.danger small{color:#b54935}.poster-format-spec{display:grid;gap:4px;border:1px solid #d7e2ef;border-radius:12px;padding:10px 12px;background:#f7f9fc}.poster-format-spec strong{color:#172033;font-size:.82rem}.poster-format-spec span,.poster-format-spec small{color:#627082;font-size:.72rem;font-weight:850}.wall-cover-card{display:grid;gap:10px;margin:0 14px 14px;padding:0 14px 14px;border-top:1px solid #dce3ed;background:#fff}.wall-cover-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px}.wall-cover-head div{display:grid;gap:2px}.wall-cover-head strong{color:#171b22;font-size:.92rem;font-weight:950}.wall-cover-head span{color:#1f4378;font-size:.76rem;font-weight:950}.wall-cover-head em{border-radius:999px;padding:4px 8px;color:#1f4378;background:#e7eef9;font-size:.68rem;font-style:normal;font-weight:950}.wall-cover-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid #d8e1ec;border-radius:8px;padding:10px;background:#f9fbfe}.wall-cover-row.active{border-color:#8fb4e8;background:#eef4fb}.wall-cover-toggle{display:grid;place-items:center;width:34px;height:24px;border:0;border-radius:999px;background:#c8ced6}.wall-cover-toggle span{width:16px;height:16px;border-radius:999px;background:#fff;transform:translate(-5px);transition:transform .16s ease}.wall-cover-toggle.active{background:#1f4378}.wall-cover-toggle.active span{transform:translate(5px)}.wall-cover-row div{display:grid;gap:2px}.wall-cover-row div strong{color:#223047;font-size:.82rem;font-weight:950}.wall-cover-row div span,.wall-cover-row div small{color:#8a929e;font-size:.68rem;font-weight:800}.wall-cover-status{border-radius:999px;padding:7px 9px;color:#1f4378;background:#e7eef9;font-size:.66rem;font-weight:950;white-space:nowrap}.wall-cover-status.active{color:#0f6c36;background:#dff4e7}.wall-cover-actions{display:grid;justify-items:end;gap:6px}.wall-cover-preview-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:74px;border:1px solid #b7c9e8;border-radius:999px;padding:6px 8px;color:#1f4378;background:#fff;font-size:.66rem;font-weight:950;cursor:pointer}.wall-cover-preview-button input{display:none}.wall-cover-preview-button:has(input:disabled){opacity:.55;cursor:not-allowed}.wall-cover-empty{border-radius:8px;padding:10px 12px;color:#7f8794;background:#f1f4f8;font-size:.74rem;font-weight:850}.wall-cover-notice{border:1px solid #f2b24c;border-radius:8px;padding:10px 12px;color:#a56105;background:#fff7e6;font-size:.74rem;font-weight:850}.reserve-choice-panel{display:grid;gap:14px;margin:0 14px 14px;color:#fff}.formula-included-box{overflow:hidden;border:1px solid #ff9f1a;border-radius:6px;background:#fff7e8;color:#c87300}.formula-included-box>button{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;padding:12px 14px;color:#c87300;background:transparent;font-weight:950;text-align:left}.formula-included-box>button span{display:inline-flex;align-items:center;gap:10px}.formula-included-box b{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;color:#fff;background:#ff9f1a;font-size:.8rem}.formula-included-box>div{display:grid;gap:8px;padding:0 14px 14px}.formula-included-box p{margin:0;color:#c87300;font-size:.78rem;font-weight:760;line-height:1.35}.reserve-choice-title{color:#fff;font-size:.88rem;font-weight:950}.reserve-choice-list{display:grid;gap:10px}.reserve-choice-card{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:10px;min-height:74px;border:1px solid #dce5ef;border-radius:7px;padding:12px 14px;color:#171b22;background:#fff;box-shadow:0 8px 16px #07173514;text-align:left}.reserve-choice-card.active{border-color:#4e82dd;box-shadow:inset 0 0 0 1px #4e82dd,0 8px 16px #0717351a}.reserve-choice-radio{display:inline-grid;place-items:center;width:18px;height:18px;margin-top:1px;border:2px solid #d8dee8;border-radius:999px}.reserve-choice-card.active .reserve-choice-radio{border-color:#4778d0}.reserve-choice-radio span{width:8px;height:8px;border-radius:999px;background:#4778d0}.reserve-choice-copy{display:grid;gap:3px}.reserve-choice-copy strong{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#171b22;font-size:.9rem;font-weight:950}.reserve-choice-copy b{color:#1f4378;font-size:.78rem}.reserve-choice-copy em{border-radius:999px;padding:3px 7px;color:#fff;background:#41679e;font-size:.56rem;font-style:normal;font-weight:950;text-transform:uppercase}.reserve-choice-copy small{color:#8b929c;font-size:.75rem;font-weight:850}.reserve-choice-copy i{width:16px;height:20px;margin-top:3px;border:1px solid #3f71bd;background:#e9eef8}.reserve-choice-price{align-self:center;color:#171b22;font-size:.82rem;font-weight:950;white-space:nowrap}.reserve-choice-price.included{border-radius:5px;padding:5px 7px;color:#198047;background:#d9f3df}.reserve-remove-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border:1px solid #ff3f3f;border-radius:5px;color:#ff3f3f;background:#fff;font-weight:950}.reserve-remove-button.active{color:#fff;background:#ff3f3f}.reserve-remove-button:disabled{opacity:.55;cursor:not-allowed}.reserve-empty-card{display:grid;gap:4px;border-radius:7px;padding:14px;color:#202631;background:#fff}.reserve-empty-card span{color:#8b929c;font-size:.78rem;font-weight:800}.partition-head-panel{display:grid;gap:14px;margin:0 14px 14px;color:#fff}.partition-head-formula p{color:#c87300}.partition-head-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.partition-head-side-card{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;min-height:58px;border:1px solid #dce5ef;border-radius:7px;padding:10px;color:#171b22;background:#fff;text-align:left}.partition-head-side-card.active{border-color:#4e82dd;background:#f3f7ff;box-shadow:inset 0 0 0 1px #4e82dd}.partition-head-side-card:disabled{opacity:.55;cursor:not-allowed}.partition-head-side-card strong,.partition-head-side-card small{display:block}.partition-head-side-card strong{color:#171b22;font-size:.88rem;font-weight:950}.partition-head-side-card small{color:#167044;font-size:.74rem;font-weight:950}.partition-head-upload-block{display:grid;gap:8px}.partition-head-upload-title{display:flex;align-items:center;gap:8px;color:#fff}.partition-head-upload-title strong{color:#fff;font-size:.9rem;font-weight:950}.partition-head-upload-title span{border-radius:999px;padding:4px 8px;color:#1f4378;background:#d8e7ff;font-size:.68rem;font-weight:950}.partition-head-dropzone{position:relative;display:grid;place-items:center;min-height:132px;overflow:hidden;border:2px dashed #9db8e4;border-radius:7px;padding:18px;color:#171b22;background:#f3f7ff;text-align:center;cursor:pointer}.partition-head-dropzone>svg{width:52px;height:52px;padding:13px;border-radius:999px;color:#5a7ea9;background:#fff;box-shadow:0 8px 18px #0717351f}.partition-head-dropzone strong{color:#171b22;font-size:.86rem;font-weight:950}.partition-head-dropzone span{border-radius:5px;padding:9px 34px;color:#fff;background:#3f6db4;font-size:.82rem;font-weight:950}.partition-head-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.partition-head-dropzone.has-image{min-height:150px;padding:0;border-style:solid;background:#0e2449}.partition-head-dropzone.has-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.partition-head-dropzone.has-image strong,.partition-head-dropzone.has-image span{position:relative;z-index:1}.partition-head-dropzone.has-image strong{margin-top:44px;border-radius:999px;padding:4px 9px;color:#fff;background:#0d1f3fbd}.partition-head-file-name{color:#cbd9ef;font-size:.74rem;font-weight:800}.visual-pending-checkbox{display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #dbe4f0;border-radius:8px;padding:12px 14px;min-height:48px;color:#1f4378;background:#f8fbff;font-size:.82rem;font-weight:900;line-height:1.2;text-align:center}.visual-pending-checkbox.dark{border-color:#b9d2f573;color:#f8fbff;background:#ffffff14}.visual-pending-checkbox input{flex:0 0 auto;width:18px;height:18px;margin:0;accent-color:#ffffff}.visual-pending-checkbox.dark input{accent-color:#f8fbff}.partition-head-upload-error{display:block;border-radius:7px;padding:10px 12px;color:#b42318;background:#fff2f1;font-size:.78rem;font-weight:900}.partition-head-empty{border:1px dashed rgba(255,255,255,.35);border-radius:7px;padding:12px;color:#d6e2f6;font-size:.8rem;font-weight:850;text-align:center}.partition-head-remove-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border:1px solid #ff3f3f;border-radius:5px;color:#ff3f3f;background:#fff;font-weight:950}.partition-head-remove-button:disabled{opacity:.55;cursor:not-allowed}.counter-option-panel{display:grid;gap:14px;margin:0 14px 14px;color:#fff}.counter-formula-box,.counter-empty-card{border:1px solid #ff9f1a;border-radius:6px;padding:12px 14px;color:#c87300;background:#fff7e8;font-size:.82rem;font-weight:900}.counter-formula-box span{display:inline-flex;align-items:center;gap:10px;font-weight:950}.counter-formula-box b{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;color:#fff;background:#ff9f1a;font-size:.8rem}.counter-formula-box p,.counter-empty-card span{margin:8px 0 0;line-height:1.35}.counter-empty-card{display:grid;gap:4px}.counter-selector,.counter-logo-card,.counter-color-card{display:grid;gap:10px;border-radius:8px;padding:12px;color:#171b22;background:#fff}.counter-scene-toggle{width:100%;min-height:42px;border:1px solid #9eb9e1;border-radius:10px;color:#1f4378;background:#eef5ff;font-weight:950}.counter-scene-toggle.danger{border-color:#ff4a4a;color:#e53935;background:#fff}.counter-selector>span{color:#fff}.counter-selector{color:#fff;background:transparent;padding:0}.counter-selector>div{display:flex;gap:8px;overflow-x:auto}.counter-selector button{flex:0 0 auto;border:1px solid rgba(255,255,255,.36);border-radius:999px;padding:8px 12px;color:#fff;background:#ffffff1a;font-size:.78rem;font-weight:950}.counter-selector button.active{color:#1f4378;background:#fff}.counter-logo-card header,.counter-color-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.counter-logo-card header div,.counter-color-card header div{display:grid;gap:2px}.counter-logo-card strong,.counter-color-card strong{color:#171b22;font-size:.88rem;font-weight:950}.counter-logo-card span,.counter-color-card span{color:#8a929e;font-size:.72rem;font-weight:850}.counter-logo-card header em{border-radius:999px;padding:4px 10px;color:#167044;background:#d9f2e2;font-size:.68rem;font-style:normal;font-weight:950}.counter-image-dropzone{position:relative;display:grid;grid-template-columns:56px 1fr;align-items:center;gap:12px;min-height:72px;overflow:hidden;border:1px solid #dbe4f0;border-radius:7px;padding:10px;background:#f5f8fc;cursor:pointer}.counter-image-dropzone>svg,.counter-image-dropzone>img{width:56px;height:52px;border-radius:5px;object-fit:cover;background:#dfe8f5}.counter-image-dropzone>span{display:grid;gap:4px;min-width:0}.counter-image-dropzone strong,.counter-image-dropzone small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.counter-image-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.counter-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border:1px solid #d8e1ec;border-radius:7px;color:#1f4378;background:#fff;font-weight:950}.counter-secondary-button.danger{border-color:#ff3f3f;color:#ff3f3f}.counter-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px}.counter-color-grid button{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:8px;min-height:50px;border:1px solid #dbe3ee;border-radius:9px;padding:7px;background:#f8fafc;text-align:left}.counter-color-grid button.active{border-color:#1f4378;box-shadow:inset 0 0 0 1px #1f4378}.counter-color-grid i{width:30px;height:30px;border-radius:50%;background:var(--swatch-color);background-image:var(--swatch-image);background-size:cover;box-shadow:inset 0 0 0 1px #0000001f}.counter-color-grid i.wood{background:linear-gradient(90deg,#ffffff47,#fff0 42%),repeating-linear-gradient(90deg,#c49b63 0 5px,#8b6335 5px 7px)}.counter-color-grid span{display:grid;gap:2px;min-width:0}.counter-color-grid small,.counter-color-card p,.counter-status,.counter-error{color:#7d8794;font-size:.68rem;font-weight:850}.counter-error{color:#ffdad5}.technical-floor-card{display:grid;gap:14px;margin:0 14px 14px;padding:0;color:#fff;background:transparent}.technical-floor-info{border:1px solid #ff9f1a;border-radius:6px;padding:12px 14px;color:#c87300;background:#fff7e8;font-size:.82rem;font-weight:950}.technical-floor-info span{display:inline-flex;align-items:center;gap:10px}.technical-floor-info b{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;color:#fff;background:#ff9f1a;font-size:.8rem}.technical-floor-title{color:#fff;font-size:.88rem;font-weight:950}.technical-floor-choices{display:grid;gap:10px}.technical-floor-choices button{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;border:1px solid #dce5ef;border-radius:7px;padding:12px 14px;color:#171b22;background:#fff;box-shadow:0 8px 16px #07173514;text-align:left}.technical-floor-choices button.active{border-color:#4e82dd;background:#f3f7ff;box-shadow:inset 0 0 0 1px #4e82dd,0 8px 16px #0717351a}.technical-floor-choices button>span:not(.reserve-choice-radio){display:grid;gap:3px}.technical-floor-choices strong{color:#171b22;font-size:.9rem;font-weight:950}.technical-floor-choices small{color:#8b929c;font-size:.75rem;font-weight:850}.technical-floor-choices em{color:#171b22;font-size:.8rem;font-style:normal;font-weight:950;white-space:nowrap}.technical-floor-detail,.technical-floor-actions,.technical-floor-ramp-required{border:1px solid #dce5ef;border-radius:7px;padding:12px 14px;color:#171b22;background:#fff;box-shadow:0 8px 16px #07173514}.technical-floor-detail{display:grid;gap:4px}.technical-floor-detail strong,.technical-floor-detail span,.technical-floor-detail small,.technical-floor-ramp-required strong,.technical-floor-ramp-required small{display:block}.technical-floor-detail strong{color:#1f4378;font-size:.82rem;font-weight:950}.technical-floor-detail span{color:#171b22;font-size:.82rem;font-weight:950}.technical-floor-detail small,.technical-floor-ramp-required small{color:#8b929c;font-size:.74rem;font-weight:850}.technical-floor-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.technical-floor-actions>span{grid-column:1 / -1;color:#171b22;font-size:.84rem;font-weight:950}.technical-floor-actions button{min-height:42px;border:1px solid #dce5ef;border-radius:7px;padding:9px 12px;color:#1f4378;background:#f7f9fc;font-weight:950;text-align:center}.technical-floor-actions button.active{border-color:#4e82dd;background:#eef4fb;box-shadow:inset 0 0 0 1px #4e82dd}.technical-floor-ramp-required strong{color:#1f4378;font-size:.88rem;font-weight:950}.asset-search-box{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:10px;min-height:38px;margin:18px 0 4px;border-radius:9px;padding:0 14px;color:#8d95a1;background:#fff;box-shadow:0 6px 16px #161c2614}.asset-search-box input{width:100%;border:0;outline:0;color:#252b34;background:transparent;font:inherit;font-size:.86rem}.counter-size-card,.counter-info-card{display:grid;gap:10px;border-radius:8px;padding:12px;color:#171b22;background:#fff}.counter-size-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.counter-size-card header div{display:grid;gap:2px}.counter-size-card strong,.counter-info-card strong{color:#171b22;font-size:.88rem;font-weight:950}.counter-size-card header span{color:#1f4378;font-size:.76rem;font-weight:950}.counter-size-grid{display:grid;gap:8px}.counter-size-grid button{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dbe4f0;border-radius:9px;padding:10px;background:#f8fbff;text-align:left}.counter-size-grid button.active{border-color:#1f4378;background:#edf4ff;box-shadow:inset 0 0 0 1px #1f4378}.counter-size-grid button span{display:grid;gap:2px}.counter-size-grid button small{color:#8a929e;font-size:.68rem;font-weight:850}.counter-size-grid button em{color:#171b22;font-size:.78rem;font-style:normal;font-weight:950;white-space:nowrap}.counter-color-grid.compact{grid-template-columns:repeat(auto-fill,minmax(74px,1fr))}.counter-logo-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.counter-logo-actions .counter-secondary-button:only-child{grid-column:1 / -1}.counter-info-card ul{display:grid;gap:6px;margin:0;padding-left:18px;color:#42506a;font-size:.76rem;font-weight:850}.counter-info-card li::marker{color:#1f4378}.counter-finish-card{gap:8px;padding:14px}.counter-finish-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.counter-finish-head strong{color:#171b22;font-size:.92rem;font-weight:950}.counter-finish-head span{color:#1b3f74;font-size:.82rem;font-weight:950;text-align:right}.counter-finish-card>small{color:#a0a6af;font-size:.72rem;font-weight:850}.counter-finish-swatches{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:4px 0 8px}.counter-finish-swatches button{position:relative;display:inline-grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;padding:0;background:transparent;cursor:pointer}.counter-finish-swatches button i{display:block;width:36px;height:36px;border-radius:999px;background:var(--swatch-color, #fff);background-image:var(--swatch-image);background-size:cover;box-shadow:inset 0 0 0 1px #0f172a14}.counter-finish-swatches button i.wood{background:linear-gradient(90deg,#ffffff52,#fff0 42%),repeating-linear-gradient(90deg,#d7bd92 0 5px,#a8763d 5px 7px)}.counter-finish-swatches button.active i{box-shadow:0 0 0 3px #1f4378,inset 0 0 0 2px #fff}.counter-finish-swatches button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
