@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Barlow+Condensed:wght@500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--canvas:#f1f0eb;--chrome:#fff;--chrome-2:#f5f4f2;--chrome-3:#eceae7;--heading-bg:#faf9f7;--ink:#1a1a1a;--muted:#6b6b6b;--tree-child:#555;--line:#e0e0e0;--line-strong:#cecece;--canvas-grid:#d8d5d0;--shadow-window:0 1px 3px #0000003d;--chip:#f6f5f1;--chip-hover:#ecebe5;--gap-window:15px;--accent:#4f46e5;--accent-ink:#4338ca;--accent-soft:#4f46e51a;--good:#16a34a;--warn:#d97706;--danger:#dc2626;--h-topbar:44px;--h-statusbar:28px;--h-panel-head:36px;--h-tabs:34px;--h-irow:34px;--h-field:27px;--h-btn:32px;--h-btn-sm:26px;--h-btn-lg:40px;--h-tree-node:28px;--w-left:248px;--w-right:296px;--w-collapsed:44px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--canvas);height:100%;color:var(--ink);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:14px;line-height:1.4}button,input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.btn{height:var(--h-btn);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:all .1s;display:inline-flex}.btn svg{width:14px;height:14px}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px #4f46e526}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-ink)}.btn-secondary{background:var(--chrome-2);color:var(--ink);border:1px solid var(--line)}.btn-secondary:hover{border-color:var(--line-strong);background:var(--chrome-3)}.btn-ghost{color:var(--muted);background:0 0;border:1px solid #0000}.btn-ghost:hover{background:var(--chrome-2);color:var(--ink)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{height:var(--h-btn-sm);border-radius:6px;padding:0 10px;font-size:12px}.btn-lg{height:var(--h-btn-lg);border-radius:10px;padding:0 20px;font-size:14px}.icon-btn{width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;transition:all .1s;display:grid}.icon-btn:hover{background:var(--chrome-2)}.icon-btn svg{width:15px;height:15px}.field-wrap{flex-direction:column;gap:5px;display:flex}.field-label{color:var(--ink);font-size:12px;font-weight:500}.input{border:1px solid var(--line);background:var(--chrome-2);height:32px;color:var(--ink);border-radius:4px;outline:none;width:100%;padding:0 10px;font-size:13px;transition:all .1s}.input:focus{border-color:var(--accent);background:var(--chrome);box-shadow:0 0 0 2px #4f46e51a}.input::placeholder{color:var(--muted)}.input-search{padding-left:30px}.num-field{border:1px solid var(--line);background:var(--chrome-2);height:var(--h-field);border-radius:4px;align-items:center;display:inline-flex;overflow:hidden}.num-field input{text-align:right;width:52px;color:var(--ink);font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;padding:0 6px;font-family:SF Mono,Fira Mono,monospace;font-size:12.5px;font-weight:500}.num-field .unit{color:var(--muted);border-left:1px solid var(--line);background:var(--chrome-3);flex-shrink:0;place-items:center;height:100%;padding:0 8px 0 5px;font-size:9.5px;display:grid}.sel{height:var(--h-field);border:1px solid var(--line);background:var(--chrome-2);color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%236B6B6B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 8px center;background-repeat:no-repeat;border-radius:4px;outline:none;padding:0 26px 0 9px;font-size:12.5px;font-weight:500}.sel:focus{border-color:var(--accent);box-shadow:0 0 0 2px #4f46e51a}.toggle{background:var(--line-strong);cursor:pointer;border-radius:10px;flex-shrink:0;width:34px;height:19px;transition:all .15s;display:inline-block;position:relative}.tabs{border-bottom:1px solid var(--line);display:flex}.sec-head{background:var(--heading-bg);text-transform:uppercase;letter-spacing:.6px;color:var(--ink);border-top:1px solid var(--canvas);cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;justify-content:space-between;align-items:center;padding:7px 14px;font-size:12px;font-weight:700;display:flex;position:relative}.sec-head:before{content:"";background:linear-gradient(to top, var(--chrome), transparent);pointer-events:none;height:20px;position:absolute;bottom:100%;left:0;right:0}.sec-head svg{width:12px;height:12px;color:var(--muted);transition:transform .18s}.sec-head.collapsed svg{transform:rotate(-90deg)}.irow{min-height:var(--h-irow);border-top:1px solid var(--canvas);align-items:center;gap:8px;padding:4px 14px;display:flex}.irow-lbl{width:86px;color:var(--muted);flex-shrink:0;font-size:12.5px;font-weight:500}.irow-val{flex:1;justify-content:flex-end;align-items:center;gap:4px;display:flex}.panel{background:var(--chrome);border:1px solid var(--line);border-radius:10px;overflow:hidden}.panel-head{height:var(--h-panel-head);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:0 12px;display:flex}.panel-head span{text-transform:uppercase;letter-spacing:.6px;color:var(--ink);font-size:12px;font-weight:700}.panel-head svg{width:13px;height:13px;color:var(--ink)}.chip{border:1px solid var(--line);background:var(--chrome-2);color:var(--ink);border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.chip-green{color:var(--good);background:#16a34a0f;border-color:#16a34a40}.chip-blue{color:var(--accent-ink);background:var(--accent-soft);border-color:#4f46e540}.chip-warn{color:var(--warn);background:#d977060f;border-color:#d9770640}.dot{background:currentColor;border-radius:50%;width:6px;height:6px}.kbd{background:var(--chrome);border:1px solid var(--line);color:var(--muted);border-radius:5px;padding:1px 6px;font-family:SF Mono,Fira Mono,monospace;font-size:10px}.sw{cursor:pointer;border:2px solid #0000;border-radius:6px;width:24px;height:24px;box-shadow:inset 0 0 0 1px #0000001a}.sw.on{border-color:var(--accent);box-shadow:inset 0 0 0 1px #0000001a,0 0 0 2px #4f46e538}.stepper{align-items:center;gap:0;display:flex}.step{color:var(--muted);white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:4px 9px;font-size:13px;font-weight:500;display:flex}.step.active{background:var(--accent-soft);color:var(--accent-ink);font-weight:600}.step-dot{border:1.5px solid;border-radius:50%;flex-shrink:0;place-items:center;width:16px;height:16px;font-size:9px;font-weight:700;display:grid}.step.done .step-dot{background:var(--good);border-color:var(--good);color:#fff}.step.active .step-dot{background:var(--accent);border-color:var(--accent);color:#fff}.step-sep{background:var(--line-strong);width:12px;height:1px}.lib-item{background:var(--chrome-2);cursor:grab;border:1px solid #0000;border-radius:8px;flex-direction:column;align-items:center;gap:5px;width:72px;padding:10px 4px 8px;transition:all .1s;display:flex}.lib-item svg{width:22px;height:22px;color:var(--ink)}.lib-item span{text-align:center;color:var(--ink);font-size:10.5px;font-weight:500}.tnode{height:var(--h-tree-node);color:var(--ink);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:0 8px;font-size:13px;font-weight:500;display:flex}.tnode.selected{background:var(--accent-soft);color:var(--accent-ink);font-weight:600}.tnode svg{width:12px;height:12px;color:var(--muted);opacity:.7}.sel-card{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:9px 14px;display:flex}.sel-card-icon{background:var(--chrome-2);width:30px;height:30px;color:var(--ink);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.sel-card-icon svg{width:16px;height:16px}.sel-card-name{letter-spacing:-.01em;color:var(--ink);font-size:13.5px;font-weight:700}.sel-card-sub{color:var(--muted);margin-top:1px;font-size:11.5px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:5px}.ui-card{z-index:95;-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #e6e6e6;border-radius:14px;width:320px;font-family:Inter,system-ui,sans-serif;position:absolute;top:64px;right:16px;overflow:hidden auto;box-shadow:0 14px 44px #14141c1a,0 2px 6px #14141c0d}.ui-hd{border-bottom:1px solid #ececec;align-items:center;gap:10px;padding:14px 16px;display:flex}.ui-hd .ttl{color:#1e1e1e;font:600 14px/1 Inter}.ui-hd .badge{color:#0d99ff;background:#e5f4ff;border-radius:5px;padding:3px 6px;font:500 10px/1 Inter}.ui-hd .meta{color:#b3b3b3;margin-top:3px;font:400 11px/1 Inter}.ui-hd .x{cursor:pointer;background:0;border:0;margin-left:auto;padding:2px;display:flex}.ui-sec{border-top:1px solid #ececec;padding:13px 16px 14px}.ui-sec:first-of-type{border-top:0}.ui-st{color:#1e1e1e;margin-bottom:11px;font:600 14px/1 Inter}.ui-hint{color:#b3b3b3;font:400 11px/1 Inter}.ui-fl{color:#6e6e6e;margin-bottom:7px;font:400 12px/1 Inter}.ui-row{gap:8px;display:flex}.ui-col{flex:1;min-width:0}.ui-field{background:#f5f5f5;border-radius:6px;align-items:center;height:30px;padding:0 9px;display:flex}.ui-field input{color:#1e1e1e;background:0 0;border:0;outline:none;flex:1;align-self:stretch;width:100%;min-width:0;padding:0;font:500 12.5px/1 Inter}.ui-field .u{color:#b3b3b3;flex:none;align-self:stretch;align-items:center;font:400 11px/1 Inter;display:flex}.ui-field.ro{pointer-events:none}.ui-field.ro input{color:#1e1e1e}.ui-field:focus-within,.ui-field.foc{background:#fff;box-shadow:inset 0 0 0 1px #0d99ff}.ui-seg{background:#f5f5f5;border-radius:8px;padding:3px;display:flex}.ui-seg .cell{color:#1e1e1e;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:5px;height:24px;font:500 11px/1 Inter;display:flex}.ui-seg .cell svg{width:16px;height:16px}.ui-seg .cell:hover{background:#00000008}.ui-seg .cell.on{color:#fff;z-index:1;background:#4f46e5;font-weight:600;position:relative;box-shadow:0 1px 3px #4f46e54d}.ui-seg .cell.on:hover{background:#4338ca}.ui-seg.icon .cell{gap:0}.ui-seg .vd{background:#dcdcdc;flex:none;align-self:center;width:1px;height:16px}.ui-field .pf{color:#9a9a9a;flex:none;align-self:stretch;align-items:center;margin-right:7px;font:500 11.5px/1 Inter;display:flex}.ui-field.pfx{padding-left:9px}.ui-grp2{gap:8px;display:flex}.ui-sqbtn{cursor:pointer;color:#1e1e1e;background:#fff;border:1px solid #e6e6e6;border-radius:7px;flex:none;justify-content:center;align-items:center;width:32px;height:30px;display:flex}.ui-sqbtn:hover{background:#fafafa}.ui-more{background:#fbfbfa;border-top:1px solid #ececec;padding:12px 16px 14px}.we-dock{z-index:95;background:#fff;border:1px solid #e6e6e6;border-radius:14px;width:320px;max-height:calc(100vh - 96px);font-family:Inter,system-ui,sans-serif;position:fixed;top:64px;right:16px;overflow:hidden auto;box-shadow:0 14px 44px #14141c1a,0 2px 6px #14141c0d}.we-dock .ui-card,.we-dock .we-bubble{width:auto!important;max-height:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;position:static!important;top:auto!important;left:auto!important;right:auto!important}.we-dock-map{background:#fff;border-bottom:1px solid #ececec;padding:6px 7px 5px;position:relative}.we-dock-map svg{cursor:pointer;margin:0 auto;display:block}.we-dock-hide{cursor:pointer;color:#6e6e6e;background:#f5f5f5;border:0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:7px;right:7px}.we-dock-hide:hover{color:#1e1e1e;background:#ececec}.we-dock-elev{background:#fff;border-bottom:1px solid #ececec;align-items:center;gap:5px;padding:9px 7px;display:flex}.we-elev-box{flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;display:flex}.we-elev-box svg{max-width:100%;display:block}.we-elev-name{color:#8c8c8c;font:500 10.5px/1 Inter}.we-elev-nav{color:#1e1e1e;cursor:pointer;background:#f5f5f5;border:0;border-radius:7px;flex:none;justify-content:center;align-items:center;width:24px;height:50px;font-size:18px;line-height:1;display:flex}.we-elev-nav:hover:not(:disabled){background:#ececec}.we-elev-nav:disabled{opacity:.3;cursor:default}.px{background:var(--canvas);flex-direction:column;align-items:center;height:100%;padding:0 20px;display:flex;overflow:hidden}.px.scroll{overflow-y:auto}.px-wide{width:100%;max-width:none}.px-top{flex:none;justify-content:space-between;align-items:center;gap:14px;width:100%;max-width:none;padding:14px 0 0;display:flex}.px-top h1{letter-spacing:-.5px;margin:0;font-size:30px;font-weight:800;line-height:1.1}.px-util{align-items:center;gap:6px;display:flex}.px-usearch{background:#e7e5dd;border:none;border-radius:10px;align-items:center;gap:8px;width:118px;height:36px;padding:0 12px;transition:width .2s cubic-bezier(.4,0,.2,1);display:flex}.px-usearch:focus-within{background:var(--chrome);width:240px}.px-usearch:has(input:not(:placeholder-shown)){background:var(--chrome);width:240px}.px-usearch svg{width:16px;height:16px;color:var(--muted);flex:none}.px-usearch input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font:400 13.5px Inter}.px-usearch input:focus,.px-usearch input:focus-visible{box-shadow:none;outline:none!important}.px-ukbd{color:var(--muted);background:#0000000d;border-radius:5px;padding:1px 6px;font:600 11px Inter;display:none}.px-usearch:focus-within .px-ukbd{display:block}.px-ubtn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:9px;place-items:center;display:grid}.px-ubtn:hover{color:var(--ink);background:#1419140f}.px-ubtn svg{width:19px;height:19px}.px-uava{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);cursor:pointer;border:none;border-radius:50%;place-items:center;margin-left:4px;font:700 12px Inter;text-decoration:none;display:grid}.px-subbar{width:100%;max-width:none;margin-top:var(--gap-window);border-bottom:1px solid var(--line);flex:none;align-items:flex-end;gap:2px;display:flex}.px-subbar-r{align-self:center;align-items:center;gap:12px;margin-left:auto;padding-bottom:4px;display:flex}.px-tab{height:38px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-1px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.px-tab:hover{color:var(--ink)}.px-tab.on{color:var(--accent);border-bottom-color:var(--accent)}.px-tab svg{flex:0 0 15px;width:15px;height:15px}.px-stage{width:100%;max-width:none;margin-top:var(--gap-window);gap:var(--gap-window);flex:1;align-items:flex-start;min-height:0;padding:0 0 16px;display:flex}.px-win{background:var(--chrome);min-width:0;max-height:100%;box-shadow:var(--shadow-window);border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden}.px-scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d7d6d1 transparent;flex:1;min-height:0;overflow:auto}.px-scroll::-webkit-scrollbar{width:12px;height:12px}.px-scroll::-webkit-scrollbar-track{background:0 0}.px-scroll::-webkit-scrollbar-thumb{border:3px solid var(--chrome);background:#d7d6d1 padding-box padding-box;border-radius:8px}.px-winbar{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 8px 8px 12px;display:flex}.px-winttl{color:var(--ink);white-space:nowrap;align-items:baseline;gap:8px;padding-left:2px;font:700 14px Inter;display:flex}.px-winttl .c{color:var(--muted);font:500 12.5px Inter}.px-wintools{align-items:center;gap:6px;display:flex}.px-iconbtn{background:var(--chip);width:30px;height:30px;color:var(--ink);cursor:pointer;border:none;border-radius:8px;flex:none;place-items:center;display:grid}.px-iconbtn:hover{background:var(--chip-hover)}.px-iconbtn svg{width:16px;height:16px;color:var(--muted)}.px-add{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.px-add:hover{background:#000}.px-add svg{width:16px;height:16px}.px-fbtn{background:var(--chip);height:30px;color:var(--ink);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:5px;padding:0 11px;font:600 12px Inter;display:inline-flex}.px-fbtn:hover{background:var(--chip-hover)}.px-fbtn .k{color:var(--ink);font-weight:700}.px-fbtn b{color:var(--muted);font-weight:500}.px-fbtn svg{color:var(--muted)}.px-wsearch{background:var(--chip);border:none;border-radius:8px;flex:none;align-items:center;gap:7px;width:196px;height:30px;padding:0 10px;font-size:12.5px;display:flex}.px-wsearch input{font:inherit;color:var(--ink);background:0 0;border:none;outline:none;width:100%}.px-wsearch:focus-within{box-shadow:inset 0 0 0 1.5px var(--accent)}.px-wsearch input:focus,.px-wsearch input:focus-visible{box-shadow:none;outline:none!important}.px-wsearch svg{width:14px;height:14px;color:var(--muted);flex:none}.px-thead{z-index:6;border-bottom:1px solid var(--line);min-height:32px;color:var(--ink);background:#f6f5f1;align-items:center;gap:10px;padding:0 16px 0 12px;font-size:12px;font-weight:600;display:flex;position:sticky;top:0}.px-grp{min-height:32px;color:var(--ink);background:var(--canvas);border-top:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:8px;padding:0 16px 0 12px;font:700 14px Inter;display:flex}.px-grp .cnt{color:var(--muted);font-size:12px;font-weight:500}.px-grptog{color:#fff;background:#1a1a1a;border-radius:50%;flex:none;place-items:center;width:15px;height:15px;display:grid}.px-grptog svg{width:12px;height:12px;transition:transform .15s}.px-grptog.closed svg{transform:rotate(-90deg)}.px-lrow{cursor:pointer;align-items:center;gap:10px;min-height:54px;padding:6px 16px 6px 12px;display:flex}.px-lrow+.px-lrow{border-top:1px solid var(--line)}.px-lrow:hover{background:#f6f5f1}.px-lrow.sel2{background:#4f46e526}.px-lthumb{width:40px;height:40px;color:var(--muted);background-position:50%;background-size:cover;border-radius:8px;flex-shrink:0;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #0000001a}.px-lname{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.px-lname small{color:var(--muted);margin-top:1px;font-size:11.5px;font-weight:400;display:block}.px-lmut{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12.5px}.px-chkbx{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex:none;margin:0}.px-empty{text-align:center;color:var(--muted);padding:54px;font-size:13px}.px-error{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:44px 40px;display:flex}.px-error b{color:var(--ink);font:600 14px Inter}.px-error span{color:var(--muted);word-break:break-word;max-width:44ch;font:400 12.5px/1.5 Inter}.px-error .px-btn{margin-top:8px}.px-pill{white-space:nowrap;border-radius:12px;padding:3.5px 9px;font:700 11px Inter}.px-pill.ok{color:#15803d;background:#dcfce7}.px-pill.warn{color:#b45309;background:#fef3c7}.px-pill.bad{color:#b91c1c;background:#fee2e2}.px-pill.mut{color:var(--muted);background:var(--chrome-2)}.px-pill.acc{color:var(--accent-ink);background:var(--accent-soft)}.px-kpis{gap:var(--gap-window);width:100%;max-width:none;margin-top:var(--gap-window);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));display:grid}.px-kpi{background:var(--chrome);box-shadow:var(--shadow-window);border-radius:12px;padding:13px 15px}.px-kpi .lab{color:var(--muted);align-items:center;gap:6px;font:600 12px Inter;display:flex}.px-kpi .val{letter-spacing:-.4px;margin-top:5px;font-size:23px;font-weight:800}.px-kpi .d{color:var(--muted);align-items:center;gap:6px;margin-top:5px;font:500 11.5px Inter;display:flex}.px-kpi .chip{border-radius:12px;padding:2px 7px;font:700 11px Inter}.px-kpi .chip.up{color:#15803d;background:#dcfce7}.px-kpi .chip.down{color:#b91c1c;background:#fee2e2}.px-kpi .chip.flat{color:var(--muted);background:var(--chrome-2)}.px-side{flex-direction:column;flex:0 0 340px;width:340px;min-height:0;max-height:100%;display:flex}.px-prop{background:var(--chrome);width:100%;min-height:0;box-shadow:var(--shadow-window);border-radius:13px;flex-direction:column;flex:1;display:flex;overflow:hidden}.px-prop.empty{flex:none;height:340px}.px-prop-empty{text-align:center;color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:30px 26px;display:flex}.px-prop-empty .ic{background:var(--canvas);width:44px;height:44px;color:var(--muted);border-radius:12px;place-items:center;margin-bottom:12px;display:grid}.px-prop-empty .ic svg{width:22px;height:22px}.px-prop-empty h4{color:var(--ink);margin:0 0 5px;font:600 13.5px Inter}.px-prop-empty p{max-width:210px;margin:0;font:400 12px/1.55 Inter}.px-irow{align-items:center;gap:12px;min-height:31px;padding:1px 16px;display:flex}.px-ilbl{color:#444;flex-shrink:0;align-items:center;width:90px;font-size:12px;font-weight:500;display:flex}.px-ival{flex:1;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.px-isec{border-top:1px solid #e4e3df;justify-content:space-between;align-items:center;margin-top:13px;padding:14px 16px 3px;display:flex}.px-isec-t{letter-spacing:-.1px;font-size:13px;font-weight:600}.px-if{height:27px;color:var(--ink);background:#f1f0ed;border:none;border-radius:7px;outline:none;min-width:84px;max-width:100%;padding:0 10px;font:500 12px Inter}.px-if:focus{box-shadow:0 0 0 2px #4f46e533}.px-isel{height:27px;color:var(--ink);cursor:pointer;appearance:none;background:#f1f0ed url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M1 1l4 4 4-4' fill='none' stroke='%236B6B6B' stroke-width='1.5'/></svg>") right 8px center no-repeat;border:none;border-radius:7px;padding:0 24px 0 10px;font:500 12px Inter}.px-modal{z-index:200;background:#14141c6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.px-modal-card{background:var(--chrome);border-radius:14px;flex-direction:column;width:460px;max-width:calc(100vw - 40px);max-height:calc(100vh - 60px);display:flex;overflow:hidden;box-shadow:0 30px 70px #0000004d}.px-modal-h{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:8px;padding:12px 16px;font:700 14px Inter;display:flex}.px-modal-x{background:var(--chrome-2);width:26px;height:26px;color:var(--muted);cursor:pointer;border:none;border-radius:7px;place-items:center;margin-left:auto;display:grid}.px-modal-x:hover{background:var(--chrome-3);color:var(--ink)}.px-modal-x svg{width:14px;height:14px}.px-modal-b{flex:1;min-height:0;padding:14px 16px;overflow-y:auto}.px-modal-f{border-top:1px solid var(--line);flex:none;justify-content:flex-end;align-items:center;gap:8px;padding:11px 16px;display:flex}.px-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 14px;font:600 12.5px Inter;display:inline-flex}.px-btn.pri{color:#fff;background:#1a1a1a}.px-btn.pri:hover{background:#000}.px-btn.sec{background:var(--canvas);color:var(--ink)}.px-btn.sec:hover{background:#ececec}.px-btn.danger{color:var(--danger);background:#dc262614}.px-btn.danger:hover{background:#dc262624}.shell{background:var(--canvas);height:100vh;color:var(--ink);font-family:Inter,system-ui,sans-serif;display:flex}.shell-side{flex:0 0 190px;width:190px;transition:width .18s,flex-basis .18s;position:relative}.shell.mini .shell-side{flex-basis:60px;width:60px}.as-panel{z-index:40;background:#ebe7dc;border-right:1px solid #14191417;flex-direction:column;width:190px;padding:12px 10px;transition:width .18s,box-shadow .18s;display:flex;position:absolute;inset:0 auto 0 0;overflow:hidden}.shell.mini .as-panel{width:60px}.shell.mini.peek .as-panel{width:190px;box-shadow:8px 0 34px #14141e29}.shell.mini.peek .shell-side{flex-basis:190px;width:190px}.shell:not(.mini) .as-nav,.shell.mini.peek .as-nav{scrollbar-gutter:stable}.shell.mini:not(.peek) .as-lbl,.shell.mini:not(.peek) .as-kbd,.shell.mini:not(.peek) .as-acct-txt,.shell.mini:not(.peek) .as-sub,.shell.mini:not(.peek) .as-acct .as-lead{display:none}.shell.mini:not(.peek) .as-acct{justify-content:center}.shell.mini:not(.peek) .as-icbtn{margin-left:0}.shell.mini:not(.peek) .as-search{background:0 0}.shell.mini:not(.peek) .as-search:hover{background:#141e140e}.shell-main{flex:1;min-width:0;overflow-y:auto}.as-topsearch{background:var(--chrome);border:1px solid var(--line);border-radius:10px;align-items:center;gap:8px;width:240px;height:36px;padding:0 12px;display:flex}.as-topsearch svg{width:17px;height:17px;color:var(--muted)}.as-topsearch input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font:400 13.5px Inter}.as-topkbd{color:var(--muted);border:1px solid var(--line);border-radius:5px;padding:1px 6px;font:600 11px Inter}.as-topbtn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:9px;place-items:center;display:grid}.as-topbtn:hover{color:var(--ink);background:#1419140f}.as-topbtn svg{width:19px;height:19px}.as-topava{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);cursor:pointer;border:none;border-radius:50%;margin-left:4px;font:700 12px Inter}.sec-layout{background:var(--canvas);flex-direction:column;height:100%;min-height:0;display:flex}.sec-head{background:var(--chrome);border-bottom:1px solid var(--line);flex:none;padding:16px 22px 0}.sec-title{color:var(--ink);margin:0 0 12px;font:700 19px Inter}.sec-tabbar{gap:2px;display:flex;overflow-x:auto}.sec-tab{color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 13px;font:600 13px Inter;text-decoration:none}.sec-tab:hover{color:var(--ink)}.sec-tab.active{color:var(--ink);border-bottom-color:var(--accent)}.sec-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.sec-body>*{flex:1 0 auto;min-height:0}.as-lead{flex:0 0 40px;justify-content:center;align-items:center;display:flex}.as-switch{cursor:pointer;align-items:center;padding:4px 10px 8px 0;display:flex}.as-wordmark{width:auto;max-width:150px;height:20px;padding-left:2px;display:block}.as-search{color:#5b625c;cursor:pointer;white-space:nowrap;background:#e6e1d4;border:none;border-radius:10px;align-items:center;height:38px;padding:0 10px 0 0;font-size:13.5px;display:flex}.as-search:hover{background:#ddd7c8}.as-search svg{color:#4a514b;width:19px;height:19px}.as-kbd{color:#78807a;background:#fff9;border-radius:4px;margin-left:auto;padding:1px 5px;font-size:11px}.as-create{color:#17211d;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;height:40px;margin:8px 0 4px;padding:0 10px 0 0;font:700 14px Inter;display:flex}.as-create:hover{background:#141e140e}.as-create-ic{color:#fff;background:#17211d;border-radius:50%;justify-content:center;align-items:center;width:23px;height:23px;display:flex}.as-div{background:#1419141f;flex:none;align-self:stretch;height:1px;margin:8px 10px}.as-topdiv{margin:2px 10px 8px}.as-nav{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow-y:auto}.as-item{color:#17211d;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;width:100%;padding:9px 10px 9px 0;font:600 14px/1.2 Inter;text-decoration:none;display:flex}.as-item svg{color:#17211d;width:22px;height:22px}.as-item:hover{background:#141e140e}.as-item.active{background:#fff;font-weight:700;box-shadow:0 1px 2px #1419141a,0 0 0 1px #1419140a}.as-caret{color:#8a918a;margin-left:auto;transition:transform .18s}.as-group.open>.as-grouphd .as-caret{transform:rotate(180deg)}.as-sub{flex-direction:column;gap:1px;max-height:0;transition:max-height .2s;display:flex;overflow:hidden}.as-group.open .as-sub{max-height:460px}.as-subitem{color:#2c3a34;white-space:nowrap;border-radius:10px;padding:8px 10px 8px 50px;font:600 13.5px Inter;text-decoration:none;display:block}.as-subitem:hover{background:#141e140e}.as-subitem.active{color:#111;background:#fff;box-shadow:0 1px 2px #1419141a,0 0 0 1px #1419140a}.as-foot{border-top:1px solid #14191417;flex:none;align-items:center;padding:6px 0 2px;display:flex}.as-foot .as-icbtn{justify-content:center;width:40px;margin-left:0}.as-acct{border-top:1px solid #14191417;align-items:center;margin-top:5px;padding:9px 8px 2px 0;display:flex}.as-avatar{width:28px;height:28px;color:var(--accent);background:#4f46e524;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.as-acct-txt{color:#17211d;white-space:nowrap;min-width:0;padding-left:2px;font-size:12.5px;line-height:1.25}.as-acct-txt small{color:#78807a;display:block}.as-icbtn{color:#78807a;cursor:pointer;background:0 0;border:none;border-radius:6px;margin-left:auto;padding:4px;display:flex}.as-icbtn:hover{color:#17211d;background:#141e1412}.as-icbtn svg{width:18px;height:18px}.pg{max-width:980px;margin:0 auto;padding:22px 26px 60px}.pg-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.pg-head h1{letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.pg-head p{color:var(--muted);margin:3px 0 0;font-size:13px}.pg-kpis{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:18px;display:grid}.pg-kpi{background:var(--chrome);border:1px solid var(--line);border-radius:12px;padding:13px 15px}.pg-kpi .lab{color:var(--muted);font-size:12px}.pg-kpi .val{letter-spacing:-.4px;margin-top:4px;font-size:23px;font-weight:700}.pg-card{background:var(--chrome);border:1px solid var(--line);border-radius:12px;padding:8px 16px}.pg-card-h{justify-content:space-between;align-items:center;padding:8px 0 4px;font-size:13px;font-weight:600;display:flex}.pg-row{border-top:1px solid var(--line);align-items:center;gap:11px;padding:11px 0;font-size:13px;display:flex}.pg-row:first-child{border-top:none}.pg-dot{border-radius:50%;flex:0 0 8px;width:8px;height:8px}.pg-grid2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.pg-empty{background:var(--chrome);border:1px solid var(--line);text-align:center;color:var(--muted);border-radius:14px;padding:54px 30px}.pg-empty .ic{background:var(--canvas);width:46px;height:46px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.pg-empty .ic svg{width:24px;height:24px}.pg-empty h2{color:var(--ink);margin:0 0 6px;font-size:17px;font-weight:700}.pg-empty p{max-width:380px;margin:0 auto;font-size:13px;line-height:1.6}.tbl{background:var(--chrome);border:1px solid var(--line);border-collapse:separate;border-spacing:0;border-radius:12px;width:100%;font-size:13px;overflow:hidden}.tbl th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:11px 14px;font-size:11px;font-weight:700}.tbl td{border-bottom:1px solid var(--line);padding:12px 14px}.tbl tbody tr:last-child td{border-bottom:none}.tbl tbody tr{cursor:pointer}.tbl tbody tr:hover{background:var(--canvas)}.tbl .num{font-variant-numeric:tabular-nums;white-space:nowrap}.tbl .mut{color:var(--muted)}.cat-badge{background:var(--canvas);color:var(--muted);white-space:nowrap;border-radius:20px;padding:2px 9px;font-size:11px}.filter-row{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.tbl-name{font-weight:600}.tbl-name small{color:var(--muted);margin-top:1px;font-size:11.5px;font-weight:400;display:block}.tbl-r{text-align:right}.tbl-del{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 6px;line-height:0}.tbl-del:hover{color:#e5484d;background:#e5484d17}.form-grid{grid-template-columns:1fr 1fr;gap:13px 14px;display:grid}.form-grid .full{grid-column:1/-1}.fld label{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:600;display:block}.fld .hint{color:var(--muted);font-weight:400}.chk{cursor:pointer;align-items:center;gap:9px;padding:6px 0;font-size:13px;display:flex}.chk input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.banner-err{color:#b42318;background:#e5484d14;border:1px solid #e5484d47;border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:12.5px;display:flex}.sec-h{color:var(--ink);border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.05em;margin:20px 0 11px;padding-bottom:6px;font-size:11px;font-weight:700}.sec-h:first-child{margin-top:0}.chips{flex-wrap:wrap;gap:7px;display:flex}.chip{border:1px solid var(--line);cursor:pointer;background:var(--chrome);color:var(--muted);border-radius:8px;padding:6px 13px;font-size:13px}.chip:hover{border-color:var(--accent);color:var(--ink)}.chip.on{border-color:var(--accent);color:var(--accent);background:#4f46e517;font-weight:600}.dollar{border:1px solid var(--line);background:var(--chrome);border-radius:4px;align-items:center;gap:7px;height:38px;padding:0 11px;display:flex}.dollar:focus-within{border-color:var(--accent)}.dollar>span{color:var(--muted)}.dollar input{height:36px;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;width:100%;padding:0}.dollar input:disabled{color:var(--muted)}.color-in{border:1px solid var(--line);background:var(--chrome);cursor:pointer;border-radius:4px;flex:0 0 46px;width:46px;height:38px;padding:3px}.yield-row{align-items:center;gap:12px;display:flex}.yield-row input[type=range]{accent-color:var(--accent);flex:1}.yield-val{text-align:right;font-variant-numeric:tabular-nums;width:40px;font-size:13px;font-weight:700}.mat-prev{background:var(--canvas);border-radius:10px;align-items:center;gap:12px;padding:11px 12px;display:flex}.mat-prev .nm{font-size:13.5px;font-weight:600}.mat-prev .sub{color:var(--muted);margin-top:1px;font-size:12px}.mat-prev .eff{text-align:right;margin-left:auto}.mat-prev .eff b{font-size:15px}.mat-prev .eff span{color:var(--muted);font-size:11px;display:block}.swatch{border:1px solid var(--line);border-radius:8px;flex-shrink:0}.drop{border:1.5px dashed var(--line);text-align:center;color:var(--muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:13px;font-size:12.5px;display:flex}.drop:hover{border-color:var(--accent);color:var(--ink)}.drop input{display:none}.thumb{align-items:center;gap:12px;display:flex}.thumb .ti2{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.thumb .ti2.del:hover{color:#e5484d}@media (width<=720px){.pg-grid2,.form-grid{grid-template-columns:1fr}}.login-root{background:var(--canvas);justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex}.login-card{background:var(--chrome);border:1px solid var(--line);border-radius:14px;width:100%;max-width:360px;padding:32px 28px 24px;box-shadow:0 1px 2px #14141c0a}.login-brand{align-items:center;gap:9px;margin-bottom:6px;display:flex}.login-brand img{width:auto;height:22px;display:block}.login-sub{color:var(--muted);margin-bottom:24px;font-size:13px}.login-form{flex-direction:column;gap:13px;display:flex}.login-form .field-wrap{flex-direction:column;gap:5px;display:flex}.login-form .field-label{color:var(--muted);font-size:12px;font-weight:600}.login-form .input{background:var(--chrome-2);height:36px;color:var(--ink);border:none;border-radius:8px;width:100%;padding:0 12px;font:500 13.5px Inter,sans-serif}.login-form .input:focus{box-shadow:inset 0 0 0 1.5px var(--accent);background:var(--chrome);outline:none!important}.login-error{color:var(--danger);background:#dc26260f;border:1px solid #dc262633;border-radius:8px;padding:8px 12px;font-size:12.5px}.login-submit{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:38px;margin-top:4px;font:600 13.5px Inter,sans-serif;display:flex}.login-submit:hover{background:#000}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-footer{color:var(--muted);text-align:center;margin-top:18px;font-size:12px}.login-footer a{color:var(--accent-ink)}.login-footer a:hover{text-decoration:underline}.modal-overlay{z-index:100;background:#14141c6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--chrome);border-radius:14px;flex-direction:column;max-width:100%;max-height:calc(100vh - 48px);animation:.16s modal-in;display:flex;overflow:hidden;box-shadow:0 30px 70px #0000004d}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.99)}}@media (prefers-reduced-motion:reduce){.modal-card{animation:none}}.modal-head{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;padding:12px 12px 12px 16px;display:flex}.modal-head span{letter-spacing:-.1px;color:var(--ink);font:700 14px Inter}.modal-head .icon-btn{width:26px;height:26px;color:var(--muted);cursor:pointer;border:none;border-radius:7px;justify-content:center;align-items:center;display:flex;background:var(--chrome-2)!important}.modal-head .icon-btn:hover{color:var(--ink);background:var(--chrome-3)!important}.modal-head .icon-btn svg{width:14px;height:14px}.modal-body{flex:auto;min-height:0;padding:14px 16px 16px;overflow-y:auto}.modal-card .input{background:var(--chrome-2);height:34px;color:var(--ink);border:none;border-radius:8px;padding:0 11px;font:500 13px Inter,sans-serif}.modal-card .input:focus{box-shadow:inset 0 0 0 1.5px var(--accent);background:var(--chrome);outline:none!important}.modal-card .field-label{color:var(--muted);font-size:12px;font-weight:600}.modal-card .field-wrap{flex-direction:column;gap:5px;display:flex}.modal-card .cform{flex-direction:column;gap:12px;min-width:320px;display:flex}.modal-card .cform-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.modal-card .btn{cursor:pointer;align-items:center;gap:6px;display:flex;border:none!important;border-radius:8px!important;height:32px!important;padding:0 14px!important;font:600 12.5px Inter,sans-serif!important}.modal-card .btn-primary{color:#fff!important;background:#1a1a1a!important}.modal-card .btn-primary:hover{background:#000!important}.modal-card .btn-secondary{background:var(--canvas)!important;color:var(--ink)!important}.modal-card .btn-secondary:hover{background:#ececec!important}.modal-card .btn:disabled{opacity:.55;cursor:default}.modal-card .cform-error{color:var(--danger,#dc2626);font-size:12.5px}.fx{background:var(--canvas);flex-direction:column;height:100%;display:flex;overflow:hidden}.fx-scroll{flex:1;min-height:0;overflow-y:auto}.fx-wrap{max-width:1060px;margin:0 auto;padding:22px 28px 64px}.fx-hd{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.fx-hd h1{letter-spacing:-.4px;color:var(--ink);margin:0;font:700 22px Inter}.fx-hd .sub{color:var(--muted);margin-top:3px;font:500 13px Inter}.fx-act{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.fx-btn{border:1px solid var(--line);background:var(--chrome);height:34px;color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:9px;align-items:center;gap:7px;padding:0 14px;font:600 13px Inter;text-decoration:none;display:inline-flex}.fx-btn:hover{background:#fafaf8}.fx-btn.pri{background:var(--accent);border-color:var(--accent);color:#fff}.fx-btn.pri:hover{filter:brightness(1.07)}.fx-btn.pri:disabled{opacity:.6;cursor:default;filter:none}.fx-btn.danger{color:#b42318;border-color:#e5484d47}.fx-btn.danger:hover{background:#e5484d0f}.fx-btn svg{width:16px;height:16px}.fx-ic{border:1px solid var(--line);background:var(--chrome);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:9px;place-items:center;text-decoration:none;display:grid}.fx-ic:hover{background:var(--chrome-2);color:var(--ink)}.fx-ic svg{width:17px;height:17px}.fx-ic.danger:hover{color:#b42318;background:#e5484d0f;border-color:#e5484d4d}.fx-search{border:1px solid var(--line);background:var(--chrome);border-radius:9px;align-items:center;gap:8px;min-width:200px;height:34px;padding:0 11px;display:flex}.fx-search svg{width:15px;height:15px;color:var(--muted);flex:0 0 15px}.fx-search input{color:var(--ink);background:0 0;border:none;outline:none;width:100%;font:500 13px Inter}.fx-stats{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.fx-stat{background:var(--chrome);border:1px solid var(--line);border-radius:11px;min-width:92px;padding:10px 16px}.fx-stat b{color:var(--ink);letter-spacing:-.3px;font:700 20px/1.15 Inter;display:block}.fx-stat span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font:600 10.5px Inter}.fx-panel{background:var(--chrome);border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 1px 2px #14141c0a}.fx-row{border:none;border-top:1px solid var(--line-soft,#f1f0ed);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:13px;width:100%;padding:12px 16px;font-family:Inter;display:flex}.fx-row:first-child{border-top:none}.fx-row:hover{background:#fafaf8}.fx-av{background:var(--accent-soft);width:38px;height:38px;color:var(--accent-ink,#4338ca);border-radius:50%;flex:0 0 38px;place-items:center;font:700 13px Inter;display:grid}.fx-row .nm{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font:600 14px Inter;overflow:hidden}.fx-row .sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font:500 12.5px Inter;overflow:hidden}.fx-grow{flex:1;min-width:0}.fx-mut{color:var(--muted);white-space:nowrap;font:500 12.5px Inter}.fx-chev{width:18px;height:18px;color:var(--line-strong);flex:0 0 18px}.fx-chip{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;height:23px;padding:0 10px;font:600 11.5px Inter;display:inline-flex}.fx-chip:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.fx-chip.draft,.fx-chip.empty{background:var(--chrome-2);color:var(--muted)}.fx-chip.design,.fx-chip.captured,.fx-chip.generated{color:var(--accent);background:#4f46e51a}.fx-chip.sent{color:#b45309;background:#b453091f}.fx-chip.accepted{color:#1f7a4c;background:#1f7a4c21}.fx-sec{text-transform:uppercase;letter-spacing:.05em;color:var(--ink);align-items:center;gap:9px;margin:26px 2px 11px;font:700 12px Inter;display:flex}.fx-sec .cnt{color:var(--muted);background:var(--chrome-2);border:1px solid var(--line);text-transform:none;letter-spacing:0;border-radius:999px;padding:1px 8px;font:600 11px Inter}.fx-sec .sp{flex:1}.fx-notes{box-sizing:border-box;border:1px solid var(--line);background:var(--chrome);width:100%;color:var(--ink);resize:vertical;border-radius:11px;outline:none;min-height:42px;padding:11px 14px;font:500 13px/1.5 Inter}.fx-notes:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.fx-notes::placeholder{color:var(--muted)}.fx-crumb{align-items:center;gap:12px;margin-bottom:18px;display:flex}.fx-crumb .col{flex:1;min-width:0}.fx-crumb .path{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font:600 12px Inter}.fx-crumb .path:hover{color:var(--accent)}.fx-crumb h1{letter-spacing:-.3px;color:var(--ink);align-items:center;gap:8px;margin:2px 0 0;font:700 21px Inter;display:flex}.fx-crumb h1 svg{width:15px;height:15px;color:var(--muted);cursor:pointer;opacity:.7}.fx-crumb h1 svg:hover{opacity:1;color:var(--accent)}.fx-title-input{letter-spacing:-.3px;border:1px solid var(--accent);box-shadow:0 0 0 3px var(--accent-soft);color:var(--ink);border-radius:8px;outline:none;margin-top:1px;padding:2px 8px;font:700 21px Inter}.fx-info-card{background:var(--chrome);border:1px solid var(--line);border-radius:13px;align-items:center;gap:14px;margin-bottom:14px;padding:14px 16px;display:flex}.fx-info-card .fx-av{flex:0 0 44px;width:44px;height:44px;font-size:15px}.fx-info-card .t{color:var(--ink);font:600 15px Inter}.fx-info-card .s{color:var(--muted);margin-top:2px;font:500 12.5px Inter}.fx-empty{text-align:center;color:var(--muted);background:var(--chrome);border:1px dashed var(--line-strong);border-radius:13px;padding:38px;font:500 13px Inter}.fx-cards{grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:12px;display:grid}.fx-card{text-align:left;background:var(--chrome);border:1px solid var(--line);cursor:pointer;border-radius:13px;width:100%;padding:0;font-family:Inter;display:block;position:relative;overflow:hidden}.fx-card:hover{border-color:var(--line-strong);box-shadow:0 6px 18px #14141c12}.fx-card.add{min-height:150px;color:var(--muted);background:0 0;border-style:dashed;place-items:center;gap:6px;display:grid}.fx-card.add:hover{color:var(--accent);border-color:var(--accent)}.fx-card.add .plus{font:300 30px/1 Inter}.fx-loading{text-align:center;color:var(--muted);padding:60px;font:500 14px Inter}.cform{flex-direction:column;gap:13px;display:flex}.cform .field-wrap{flex-direction:column;gap:5px;display:flex}.cform .field-label{color:var(--muted);font:600 12px Inter}.cform .input{box-sizing:border-box;border:1px solid var(--line);background:var(--chrome);height:38px;color:var(--ink);border-radius:9px;outline:none;width:100%;padding:0 12px;font:500 13px Inter}.cform .input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cform-error{color:#b42318;font:600 12px Inter}.cform-actions{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.cform-actions .btn{cursor:pointer;border:1px solid var(--line);background:var(--chrome);height:36px;color:var(--ink);border-radius:9px;padding:0 16px;font:600 13px Inter}.cform-actions .btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.cform-actions .btn-primary:disabled{opacity:.6;cursor:default}.fx-menu{z-index:40;background:var(--chrome);border:1px solid var(--line);border-radius:10px;min-width:150px;padding:5px;position:absolute;box-shadow:0 12px 30px #14141c24}.fx-menu button{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 10px;font:600 12.5px Inter;display:block}.fx-menu button:hover{background:var(--chrome-2)}.fx-menu button.danger{color:#b42318}.cu-pbody{padding:15px 16px}.cu-ptop{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cu-ptop b{color:var(--ink);letter-spacing:-.1px;font:600 14.5px Inter}.cu-pmeta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;margin-top:9px;font:500 12.5px Inter;display:flex}.cu-ptotal{color:var(--ink);margin-left:auto;font:700 13px SF Mono,Fira Mono,monospace}.cu-del{width:27px;height:27px;color:var(--muted);background:var(--chrome);border-radius:7px;place-items:center;display:none;position:absolute;bottom:9px;right:9px}.fx-card:hover .cu-del{display:grid}.cu-del:hover{color:#b42318;background:#e5484d17}.cu-del svg{width:15px;height:15px}.cp-tray{-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #e6e6e6;border-radius:14px;flex-direction:column;gap:10px;padding:12px 12px 14px;font-family:Inter,sans-serif;display:flex;position:relative;box-shadow:0 14px 44px #14141c1a,0 2px 6px #14141c0d}.cp-tray button{cursor:pointer;font-family:inherit}.cp-head{align-items:center;gap:9px;padding:2px 4px 6px;display:flex}.cp-head-ic{color:#fff;background:#4f46e5;border-radius:8px;place-items:center;width:28px;height:28px;display:grid;box-shadow:0 1px 3px #4f46e54d}.cp-head-ic svg{width:15px;height:15px}.cp-head b{color:#1e1e1e;font:600 14px Inter,sans-serif}.cp-head .cp-head-sub{color:#b3b3b3;margin-left:auto;font:400 11px Inter,sans-serif}.cp-cat{flex-direction:column;display:flex}.cp-cat-head{text-transform:uppercase;letter-spacing:.5px;color:#6e6e6e;background:0 0;border:none;align-items:center;gap:7px;width:100%;padding:8px 4px 4px;font:600 11px Inter,sans-serif;transition:color .15s;display:flex}.cp-cat-head:hover{color:#1e1e1e}.cp-cat-head>span{color:#b3b3b3;letter-spacing:0;background:0 0;padding:0;font-size:10.5px;font-weight:500}.cp-cat-head svg{color:#b3b3b3;width:13px;height:13px;margin-left:auto;transition:transform .2s}.cp-cards{grid-template-columns:repeat(3,1fr);gap:8px;padding:6px 2px 2px;display:grid}.cp-card{aspect-ratio:1;cursor:grab;touch-action:none;background:#f5f5f5;border:1.5px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:10px 6px;transition:background .14s,border-color .14s;display:flex}.cp-card:hover{background:#ececec}.cp-card:active{background:#e6e6e6}.cp-card svg{max-width:88%;height:auto}.cp-card b{color:#1e1e1e;text-align:center;font:500 12px/1.2 Inter,sans-serif}.cp-card.on{background:#4f46e514;border-color:#4f46e5}.cp-card.on b{color:#4f46e5}.cp-drag-chip{z-index:400;pointer-events:none;background:#fff;border:1px solid #e6e6e6;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:9px 14px 7px;display:flex;position:fixed;box-shadow:0 6px 16px #0000001f,0 22px 50px #0003}.cp-drag-chip b{color:#1e1e1e;font:600 10px Inter,sans-serif}.pm-mono{filter:grayscale()}.cp-tpls{flex-direction:column;gap:6px;padding:8px 2px 2px;display:flex}.cp-tpl{align-items:center;gap:6px;display:flex}.cp-tpl-place{text-align:left;background:#f5f5f5;border:1px solid #e6e6e6;border-radius:8px;flex-direction:column;flex:1;gap:2px;padding:9px 12px;transition:background .15s,transform .12s;display:flex}.cp-tpl-place:hover{background:#ececec}.cp-tpl-place:active{transform:scale(.99)}.cp-tpl-place b{color:#1e1e1e;font:600 12px Inter,sans-serif}.cp-tpl-place span{color:#b3b3b3;font:400 10px Inter,sans-serif}.cp-tpl-del{color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-radius:7px;width:28px;height:28px;font-size:11px}.cp-tpl-del:hover{color:#dc2626;background:#dc26261f}.rs-panel{z-index:8;background:#fff;border-radius:14px;flex-direction:column;width:288px;max-height:calc(100% - 80px);font-family:Inter,system-ui,sans-serif;display:flex;position:absolute;top:64px;right:70px;overflow:hidden;box-shadow:0 1px 3px #0000001f,0 14px 34px -8px #00000038}.rs-head{border-bottom:1px solid #f0efec;justify-content:space-between;align-items:center;gap:8px;padding:11px 10px 11px 14px;display:flex}.rs-title{color:#1a1a1a;align-items:center;gap:8px;font:700 13.5px Inter;display:flex}.rs-badge{color:#4f46e5;background:#eeecff;border-radius:6px;padding:2px 7px;font:600 10.5px Inter}.rs-htools{align-items:center;gap:4px;display:flex}.rs-reset{color:#444;cursor:pointer;background:#f1f0ed;border:none;border-radius:7px;height:26px;padding:0 10px;font:600 11.5px Inter}.rs-reset:hover{background:#e9e7e2}.rs-x{color:#6b6b6b;cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;width:26px;height:26px;display:grid}.rs-x:hover{color:#1a1a1a;background:#f1f0ed}.rs-x svg{width:14px;height:14px}.rs-body{scrollbar-width:thin;scrollbar-color:#d7d6d1 transparent;flex:1;min-height:0;padding:8px 4px 12px;overflow:auto}.rs-sec-t{letter-spacing:.4px;text-transform:uppercase;color:#8a8a8a;padding:8px 14px 4px;font:700 11px Inter}.rs-sec-t.sub{color:#9a9a9a}.rs-row{align-items:center;gap:10px;min-height:30px;padding:2px 14px;display:flex}.rs-lbl{color:#3a3a3a;flex:none;width:104px;font:500 12px Inter}.rs-ctl{flex:1;justify-content:flex-end;align-items:center;gap:9px;min-width:0;display:flex}.rs-ctl input[type=range]{appearance:none;cursor:pointer;background:#e6e4de;border-radius:3px;flex:1;min-width:0;height:4px}.rs-ctl input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:1.5px solid #4f46e5;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 2px #0003}.rs-ctl input[type=range]::-moz-range-thumb{cursor:pointer;background:#fff;border:1.5px solid #4f46e5;border-radius:50%;width:14px;height:14px}.rs-num{text-align:right;color:#6b6b6b;font-variant-numeric:tabular-nums;flex:none;width:40px;font:500 11px Fira Mono,SF Mono,monospace}.rs-color{cursor:pointer;border-radius:6px;width:30px;height:22px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000001f}.rs-color input{cursor:pointer;opacity:0;border:none;width:calc(100% + 8px);height:calc(100% + 8px);padding:0;position:absolute;inset:-4px}.rs-color span{display:block;position:absolute;inset:0}.rs-switch{cursor:pointer;background:#d9d7d1;border:none;border-radius:11px;flex:none;width:34px;height:20px;transition:background .14s;position:relative}.rs-switch.on{background:#4f46e5}.rs-switch i{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .14s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040}.rs-switch.on i{left:16px}.rs-ctl select{color:#1a1a1a;cursor:pointer;appearance:none;background:#f1f0ed url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M1 1l4 4 4-4' fill='none' stroke='%236B6B6B' stroke-width='1.5'/></svg>") right 8px center no-repeat;border:none;border-radius:7px;height:26px;padding:0 24px 0 10px;font:500 12px Inter}.rs-adv{color:#3a3a3a;cursor:pointer;background:#f6f5f1;border:none;border-radius:9px;align-items:center;gap:6px;width:calc(100% - 20px);margin:10px 10px 2px;padding:8px 10px;font:600 12px Inter;display:flex}.rs-adv:hover{background:#efeee9}.rs-adv svg{transition:transform .15s}.rs-adv.open svg{transform:rotate(180deg)}.rs-group{padding-bottom:4px}.ul{flex-direction:column;font-family:Inter,system-ui,sans-serif;display:flex}.ul-tabs{background:#f1f0ec;border-radius:9px;gap:4px;margin-bottom:11px;padding:3px;display:flex}.ul-tabs button{color:#6b6b6b;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;height:28px;font:600 12.5px Inter}.ul-tabs button.on{color:#1a1a1a;background:#fff;box-shadow:0 1px 2px #0000001a}.ul-filter{margin-bottom:12px}.ul-filter-bar{cursor:pointer;color:#1e1e1e;background:#fff;border:1px solid #e6e3dc;border-radius:9px;align-items:center;gap:8px;width:100%;height:36px;padding:0 10px;display:flex}.ul-filter-bar:hover{border-color:#c9c6c0}.ul-filter.open .ul-filter-bar{border-color:#c9c6c0;border-bottom-right-radius:0;border-bottom-left-radius:0}.ul-funnel{color:#6b6b6b;flex:none;width:16px;height:16px}.ul-filter-lbl{font:700 12.5px Inter}.ul-filter-val{color:#9a9a9a;white-space:nowrap;margin-left:auto;font:500 12px Inter}.ul-filter-val.active{color:#4f46e5;font-weight:600}.ul-chev{color:#9a9a9a;flex:none;transition:transform .16s}.ul-chev.open{transform:rotate(180deg)}.ul-filter-bar .ul-chev{margin-left:2px}.ul-facets{background:#fbfaf8;border:1px solid #c9c6c0;border-top:none;border-radius:0 0 9px 9px;flex-direction:column;gap:1px;padding:6px;display:flex}.ul-facets-top{justify-content:space-between;align-items:center;padding:3px 8px 5px;display:flex}.ul-facets-top span{text-transform:uppercase;letter-spacing:.5px;color:#9a9a9a;font:700 10px Inter}.ul-facets-top button{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:2px 4px;font:600 11.5px Inter}.ul-facet{cursor:pointer;text-align:left;color:#1e1e1e;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;width:100%;padding:7px 8px;display:flex}.ul-facet:hover{background:#14161c0b}.ul-box{color:#fff;background:#fff;border:1.6px solid #c4c1bb;border-radius:5px;flex:none;place-items:center;width:17px;height:17px;transition:background .1s,border-color .1s;display:grid}.ul-facet.on .ul-box{background:#4f46e5;border-color:#4f46e5}.ul-box svg{width:12px;height:12px}.ul-facet-ic{color:#6a726c;flex:none;width:19px;height:19px}.ul-facet.on .ul-facet-ic{color:#1e1e1e}.ul-facet-lbl{font:600 12.5px Inter}.ul-facet-n{color:#b6b3ad;margin-left:auto;font:600 11px SF Mono,monospace}.ul-scroll{flex-direction:column;display:flex}.ul-grp{border-top:1px solid #ececec;margin-top:10px;padding-top:8px}.ul-scroll>.ul-grp:first-child{border-top:none;margin-top:2px;padding-top:0}.ul-grp-h{cursor:pointer;color:#1e1e1e;background:0 0;border:none;align-items:center;gap:7px;width:100%;padding:6px 2px 10px;font:700 13px Inter;display:flex}.ul-grp-h em{color:#b6b3ad;margin-left:auto;font:600 11px SF Mono,monospace}.ul-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-bottom:2px;display:grid}.ul-grid.parts{grid-template-columns:repeat(3,minmax(0,1fr))}.ul-tile{cursor:pointer;background:#f7f6f3;border:1px solid #0000;border-radius:11px;flex-direction:column;align-items:center;gap:6px;padding:9px 6px 7px;transition:border-color .12s,background .12s;display:flex;position:relative}.ul-tile:hover{background:#fff;border-color:#dedbd4}.ul-tile.on{background:#4f46e50f;border-color:#4f46e5}.ul-tile-th{width:100%;height:120px}.ul-th{width:100%;height:100%;display:block}.ul-th.empty{background:#f0efec;border-radius:6px}.ul-tile b{color:#333;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font:600 11px/1.2 Inter;overflow:hidden}.ul-tile.part .ul-pg{color:#1a1a1a;width:30px;height:30px;margin:5px 0 3px}.ul-tile.part.on .ul-pg{color:#4f46e5}.ul-del{color:#c4c1bb;cursor:pointer;font:700 15px/1 Inter;position:absolute;top:1px;right:5px}.ul-del:hover{color:#c0392b}.ul-empty,.ul-hint{color:#9a9a9a;margin:4px 2px 10px;font:500 11.5px/1.5 Inter}.fp-app{--font-head:"Geist", "Inter", sans-serif;--font-mono:"Geist Mono", "SF Mono", "Fira Mono", monospace;--font-body:"Inter", sans-serif;background:var(--canvas);-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums;flex-direction:column;height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}.fp-body{flex:1;min-height:0;display:flex;overflow:hidden}.fp-panel{z-index:20;background:#fff;flex-direction:column;flex-shrink:0;transition:width .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.fp-panel.left{width:var(--w-left,292px);z-index:40;border:1px solid #ececec;border-radius:14px;position:absolute;top:14px;bottom:12px;left:12px;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.fp-app.left-collapsed .fp-panel.left{border-radius:14px;width:auto;height:auto;bottom:auto}.fp-app.left-collapsed .fp-panel.left>:not(.lw-head){display:none}.insp-pop{z-index:40;background:#fff;border:1px solid #ececec;border-radius:14px;flex-direction:column;width:306px;max-height:calc(100vh - 100px);animation:.16s ip-in;display:flex;position:absolute;top:64px;right:12px;overflow:hidden;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}@keyframes ip-in{0%{opacity:0;transform:translateY(-4px)}}.ip-head{border-bottom:1px solid #f4f4f2;flex-shrink:0;align-items:center;gap:8px;padding:11px 14px;display:flex}.ip-ic{background:#14161c0d;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.ip-ic svg{width:17px;height:17px}.ip-title{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ip-title b{font:600 15px var(--font-head);letter-spacing:-.005em;color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ip-title span{color:#a3a3a3;white-space:nowrap;text-overflow:ellipsis;font:500 10.5px Inter,sans-serif;overflow:hidden}.ip-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;place-items:center;transition:background .12s,color .12s;display:grid}.ip-close:hover{color:var(--ink);background:#14161c0f}.ip-close svg{width:16px;height:16px}.ip-body{flex:1;min-height:0;overflow-y:auto}.ip-body::-webkit-scrollbar{width:4px}.ip-body::-webkit-scrollbar-thumb{background:#0000002e;border-radius:4px}.lw-head{box-sizing:border-box;flex-shrink:0;align-items:center;gap:4px;height:39px;padding:4px;display:flex}.lw-back,.lw-toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;place-items:center;width:31px;height:31px;transition:background .12s,color .12s;display:grid}.lw-back{color:var(--ink)}.lw-toggle{color:var(--muted)}.lw-back:hover,.lw-toggle:hover{color:var(--ink);background:#14161c0f}.lw-back svg{width:19px;height:19px}.lw-toggle svg{width:18px;height:18px}.lw-room{min-width:0;font:600 14.5px var(--font-head);letter-spacing:-.005em;color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;flex:1;padding:0 2px;overflow:hidden}.fp-app:not(.left-collapsed) .lw-head{box-shadow:inset 0 -1px #f4f4f2}.resize-handle{z-index:10;cursor:ew-resize;touch-action:none;width:8px;transition:background .15s;position:absolute;top:0;bottom:0}.resize-handle:after{content:"";background:0 0;width:2px;transition:background .15s;position:absolute;top:0;bottom:0}.resize-handle:hover:after,.resize-handle:active:after{background:#4f46e573}.fp-panel.left .resize-handle,.fp-panel.left .resize-handle:after{right:0}.panel-head{border-bottom:1px solid #00000012;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:0 12px;display:flex}.panel-head h2{text-transform:uppercase;letter-spacing:.6px;color:var(--ink);font-size:11px;font-weight:700}.collapse-btn{width:28px;height:28px;color:var(--accent);background:var(--accent-soft);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;place-items:center;transition:all .1s;display:grid}.collapse-btn:hover{background:#4f46e524}.collapse-btn svg{width:14px;height:14px}.rooms-top{border-bottom:1px solid #f1f1ef;flex-shrink:0}.panel-body{flex:1;overflow:hidden auto}.panel-body::-webkit-scrollbar{width:4px}.panel-body::-webkit-scrollbar-thumb{background:#0000002e;border-radius:4px}.sect-wrap{border-top:1px solid #ececec;flex-direction:column;display:flex}.sect-wrap:first-child{border-top:none}.lib-cat .room-section-label{color:var(--muted);letter-spacing:.01em;padding-bottom:4px;font-size:12px}.lib-grid{grid-template-columns:repeat(3,1fr);gap:6px;padding:4px 8px 8px;display:grid}.lib-item{aspect-ratio:1;background:var(--chrome-2);cursor:pointer;border:1.5px solid #c4c4c4;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;min-width:0;padding:4px;transition:all .1s;display:flex;overflow:hidden}.lib-item:hover{background:#fff;border-color:#4f46e54d;box-shadow:0 2px 8px #4f46e514}.lib-item.active{background:var(--accent-soft);border-color:var(--accent)}.lib-item .thumb{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.lib-item .thumb svg{width:100%;max-width:100%;height:100%;display:block}.lib-item span{color:var(--ink);text-align:center;flex-shrink:0;font-size:12px;font-weight:500;line-height:1.2}.tree-head h3{text-transform:uppercase;letter-spacing:.6px;color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border-top:1px solid #00000012;justify-content:space-between;align-items:center;padding:7px 10px;font-size:11px;font-weight:700;display:flex}.tree-head h3 svg{width:12px;height:12px;color:var(--muted);flex-shrink:0}.tree{padding:2px 4px 10px}.tnode{height:28px;color:var(--ink);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:0 8px;font-size:13px;font-weight:500;transition:all .1s;display:flex}.tnode:hover{background:var(--chrome-2)}.tnode.sel{background:var(--accent-soft);color:var(--accent-ink);font-weight:600}.tnode svg{opacity:.7;flex-shrink:0;width:12px;height:12px}.tnode.child{color:#555;padding-left:28px;font-size:12.5px;font-weight:400;position:relative}.tnode.child:before{content:"";background:var(--line-strong);width:8px;height:1px;position:absolute;top:50%;left:14px}.tnode.child.sel{color:var(--accent-ink)}.fp-stage{background:var(--canvas);flex-direction:column;flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.topbar{z-index:100;background:#fff;border-bottom:1px solid #00000017;flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;height:48px;padding:0 10px;display:grid;position:relative}.home-btn{width:28px;height:28px;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:7px;flex-shrink:0;place-items:center;transition:all .1s;display:grid}.home-btn:hover{background:var(--chrome-2)}.home-btn svg{width:18px;height:18px}.divider{background:var(--line);flex-shrink:0;width:1px;height:16px}.proj-name{color:var(--ink);letter-spacing:-.02em;white-space:nowrap;font-size:13.5px;font-weight:600}.tb-actions{gap:1px;display:flex}.topbar .icon-btn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;transition:all .1s;display:grid}.topbar .icon-btn:hover:not(:disabled){background:var(--chrome-2);color:var(--ink)}.topbar .icon-btn:disabled{opacity:.3;cursor:default}.topbar .icon-btn svg{width:18px;height:18px}.stepper{background:#0000000f;border-radius:9px;align-items:center;gap:1px;padding:3px;display:flex}.step{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:4px 14px;font-size:12.5px;font-weight:500;transition:background .12s,color .12s;display:flex}.step:hover{color:var(--ink)}.step.active{color:var(--ink);cursor:default;background:#fff;font-weight:600;box-shadow:0 1px 3px #0000001f,0 0 0 .5px #0000000f}.step.done{color:var(--muted)}.step.done:hover{color:var(--ink);background:#fff9}.step-check{flex-shrink:0;width:12px;height:12px}.step-sep{display:none}.saved-ind{cursor:default;border-radius:7px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;transition:color .2s;display:flex}.saved-ind.saved{color:var(--good)}.saved-ind.saving{color:var(--muted)}.saved-ind.unsaved{color:var(--warn)}.saved-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.saved-ind.saved .saved-dot{background:var(--good)}.saved-ind.saving .saved-dot{background:var(--muted);animation:1.2s ease-in-out infinite dot-pulse}.saved-ind.unsaved .saved-dot{background:var(--warn)}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.3}}.cta-btn{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:none;border-radius:8px;align-items:center;gap:7px;height:30px;padding:0 14px;font-family:inherit;font-size:12.5px;font-weight:600;transition:filter .12s;display:flex}.cta-btn:hover{filter:brightness(1.1)}.cta-btn svg{opacity:.9;flex-shrink:0;width:13px;height:10px}.canvas-area{background:var(--canvas);flex:1;position:relative;overflow:hidden}.canvas-area:before{display:none}.fp-svg{z-index:2;outline:none;width:100%;height:100%;display:block;position:relative}.fp-hint{background:var(--accent);color:#fff;z-index:20;white-space:nowrap;border-radius:20px;align-items:center;gap:10px;padding:5px 14px 5px 16px;font-size:13px;font-weight:500;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #4f46e54d}.fp-hint button{color:#fffc;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1}.fp-hint button:hover{color:#fff}.statusbar{height:var(--h-statusbar);background:var(--chrome);border-top:1px solid var(--line);color:var(--ink);font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;gap:12px;padding:0 12px;font-size:10.5px;display:flex}.statusbar .sg{align-items:center;gap:4px;display:flex}.statusbar .spacer{flex:1}.status-chip{background:var(--chrome-2);border:1px solid var(--line);border-radius:7px;align-items:center;gap:4px;padding:1px 7px;font-size:10.5px;display:flex}.status-chip.green{color:var(--good)}.status-chip.blue{color:var(--accent-ink);background:var(--accent-soft);border-color:#4f46e533}.dot-live{background:var(--good);border-radius:50%;width:5px;height:5px;display:inline-block}.stat-coord{color:var(--muted);font-variant-numeric:tabular-nums;font-family:SF Mono,Fira Mono,monospace;font-size:10px}.tabs{border-bottom:1px solid #00000012;flex-shrink:0;display:flex}.tab{height:var(--h-tabs);color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;font-size:13px;font-weight:600;transition:all .1s}.tab:hover{color:var(--ink)}.tab.active{color:var(--accent-ink);border-bottom-color:var(--accent)}.sel-card{background:var(--chrome);border-bottom:1px solid #00000012;align-items:center;gap:10px;padding:9px 14px;display:flex}.sel-card .si{background:var(--chrome-2);width:30px;height:30px;color:var(--ink);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.sel-card .si svg{width:16px;height:16px}.sel-card .meta b{letter-spacing:-.01em;color:var(--ink);font-size:13.5px;font-weight:700;display:block}.sel-card .meta span{color:var(--muted);margin-top:1px;font-size:11.5px;display:block}.isec-title{text-transform:uppercase;letter-spacing:.6px;color:var(--ink);background:0 0;border-top:1px solid #00000012;justify-content:space-between;align-items:center;padding:7px 14px;font-size:11px;font-weight:700;display:flex}.irow{cursor:default;border-radius:0;align-items:center;gap:8px;min-height:27px;padding:0 14px;display:flex}.irow:hover{background:#fafafa}.irow-label{width:86px;font:400 12.5px var(--font-body);color:#71717a;flex-shrink:0}.irow-value{color:#1a1a1a;flex:1;justify-content:flex-end;align-items:center;gap:4px;font:500 12.5px Inter,sans-serif;display:flex}.sect-wrap>.irow:last-child{margin-bottom:7px}.num-field{background:#f7f7f8;border:1px solid #0000;border-radius:8px;align-items:center;height:28px;display:inline-flex;overflow:hidden}.num-field:focus-within{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51f}.num-field input{text-align:right;color:#1a1a1a;font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;width:64px;padding:0 6px;font:500 13px Inter,sans-serif}.num-field .unit{font:500 9.5px var(--font-body);color:#9a9a9a;background:#f1f1f2;border-left:1px solid #ececec;flex-shrink:0;place-items:center;height:100%;padding:0 9px 0 6px;display:grid}.op-btns{flex-wrap:wrap;gap:5px;padding:6px 14px 10px;display:flex}.op-btn{flex:1}.op-btn-chip{color:var(--ink);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-body);white-space:nowrap;background:#f7f7f8;border:1px solid #0000;border-radius:8px;padding:4px 10px;transition:all .1s}.op-btn-chip:hover{border-color:var(--accent);color:var(--accent-ink);background:var(--accent-soft)}.insp-hint{background:var(--chrome-2);color:var(--muted);border-radius:8px;align-items:center;gap:6px;margin:2px 10px 6px;padding:7px 10px;font-size:11.5px;line-height:1.4;display:flex}.insp-hint svg{flex-shrink:0;width:13px;height:13px}.fp-toggle{background:var(--line-strong);border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .18s;position:relative}.fp-toggle.on{background:var(--accent)}.fp-toggle-knob{background:#fff;border-radius:8px;width:16px;height:16px;transition:left .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.fp-toggle.on .fp-toggle-knob{left:18px}.btn-danger-sm{color:#ff3b30;cursor:pointer;background:#ff3b300f;border:1.5px solid #ff3b3040;border-radius:8px;width:100%;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .1s}.btn-danger-sm:hover{background:#ff3b301f;border-color:#ff3b3066}.irow.sel-row{background:var(--accent-soft);border-radius:6px}.empty-insp{text-align:center;color:var(--muted);padding:36px 18px}.empty-insp svg{opacity:.3;width:28px;height:28px;margin:0 auto 10px;display:block}.empty-insp p{font-size:13px;line-height:1.5}.room-hero{border-bottom:1px solid var(--line);overflow:hidden}.rh-img{background:linear-gradient(120deg,#c4b49a,#9a8060);height:72px;position:relative}.rh-img:after{content:"";background:linear-gradient(#0000,#0000002e);position:absolute;inset:0}.rh-body{border-bottom:1px solid var(--line);padding:10px 14px}.rh-body h4{letter-spacing:-.01em;font-size:14px;font-weight:700}.rh-body p{color:var(--muted);margin-top:2px;font-size:12px}.proj-head{flex-shrink:0;align-items:center;gap:4px;padding:14px 10px 0 16px;display:flex}.ph-text{flex:1;min-width:0}.ph-name{color:var(--ink);letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;line-height:1;display:block;overflow:hidden}.ph-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin-top:2px;font-size:12px;font-weight:400;overflow:hidden}.room-section-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;flex-shrink:0;padding:10px 16px 8px;font-size:10px;font-weight:700}.room-field-wrap{flex-shrink:0;padding:0 10px 12px}.room-field{cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;align-items:center;gap:6px;width:100%;height:34px;padding:0 10px 0 12px;font-family:inherit;transition:background .15s;display:flex}.room-field:hover{background:#d9d9d9}.room-field.open{background:#f5f5f5}.room-field-name{text-align:left;font:600 14.5px var(--font-head);color:#1a1a1a;letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.room-field-count{color:#a3a3a3;flex-shrink:0;font:500 11px Inter,sans-serif}.room-field-chev{width:9px;height:6px;color:var(--muted);flex-shrink:0;transition:transform .2s}.room-field.open .room-field-chev{transform:rotate(180deg)}.room-dropdown{padding:10px 0 8px}.room-head-field{flex:1;min-width:0;padding:0;position:relative}.room-head-field .room-field{background:0 0;border-radius:8px;height:31px;padding-left:6px}.room-head-field .room-field:hover,.room-head-field .room-field.open{background:#14161c0f}.room-popup{z-index:300;background:#fff;border:1px solid #14161c1a;border-radius:12px;min-width:240px;max-height:60vh;padding:6px;position:fixed;overflow-y:auto;box-shadow:0 10px 30px #14161c2e}.room-drop-item{height:32px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:0 6px 0 9px;font-size:13px;font-weight:500;transition:background .1s;display:flex;position:relative}.room-drop-item+.room-drop-item:after{content:"";background:#0000000f;height:1px;position:absolute;top:0;left:20px;right:8px}.room-drop-item.active:after,.room-drop-item.active+.room-drop-item:after,.room-drop-item.active+.room-drop-add:before{display:none}.room-drop-add{position:relative}.room-drop-add:before{content:"";background:#0000000f;height:1px;position:absolute;top:0;left:20px;right:8px}.room-drop-item:not(.active):hover{background:#f5f5f5}.room-drop-item.active{cursor:default;background:#e5f4ff}.room-drop-item.active:hover{background:#cce8ff}.room-drop-item.drag-over:before{content:"";background:#1a1a1a;border-radius:1px;height:2px;position:absolute;top:-1px;left:0;right:0}.room-item-num{text-align:right;width:10px;color:var(--muted);-webkit-user-select:none;user-select:none;flex-shrink:0;margin-top:2px;font-size:11px;font-weight:500}.room-drop-add{cursor:pointer;width:100%;height:32px;color:var(--accent);background:0 0;border:none;border-radius:7px;align-items:center;gap:6px;margin-top:0;padding:0 6px 0 9px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .1s;display:flex}.room-drop-add:hover{background:#e5f4ff}.room-drop-add.drag-over:after{content:"";background:#1a1a1a;border-radius:1px;height:2px;position:absolute;top:0;left:0;right:0}.room-add-icon{flex-shrink:0;justify-content:flex-end;align-items:center;width:10px;display:flex}.room-add-icon svg{width:8px;height:8px}.room-list-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.room-list-input{border:1.5px solid var(--accent);min-width:0;height:22px;color:var(--ink);background:#fff;border-radius:5px;outline:none;flex:1;padding:0 6px;font-family:inherit;font-size:13px;font-weight:500}.room-list-actions{opacity:0;flex-shrink:0;align-items:center;gap:1px;transition:opacity .1s;display:flex}.room-drop-item:hover .room-list-actions{opacity:1}.room-action-btn{cursor:pointer;width:22px;height:22px;color:var(--muted);background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;transition:all .1s;display:flex}.room-action-btn:hover{color:var(--ink);background:#00000012}.room-action-btn.danger:hover{color:#dc2626;background:#dc26261a}.room-action-btn svg{width:13px;height:13px}.sect-h{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:5;height:36px;box-shadow:none;background:#fff;flex-shrink:0;align-items:center;gap:8px;padding:0 16px;transition:background .1s;display:flex;position:sticky;top:0}.sect-h.stuck{box-shadow:0 1px #ececec}.sect-h:hover{background:#fafafa}.sect-h span{letter-spacing:0;text-transform:none;color:#1e1e1e;flex:1;font:600 13.5px Inter,sans-serif}.s-chev{color:#b3b3b3;flex-shrink:0;order:9;width:14px;height:14px;transition:transform .18s}.s-chev.open{transform:rotate(90deg)}.s-play{background:var(--chrome-2);color:#1a1a1a;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;height:28px;padding:0 10px 0 8px;font-family:inherit;font-size:11.5px;font-weight:500;transition:all .1s;display:flex}.s-play:hover{color:var(--accent);background:var(--accent-soft)}.s-play svg{flex-shrink:0;width:13px;height:13px}.q-body{padding:2px 10px 8px}.q-row{border-radius:5px;justify-content:space-between;align-items:center;height:26px;padding:0 4px;display:flex}.q-row:hover{background:var(--chrome-2)}.q-lbl{color:var(--muted);font-size:11.5px}.q-val{color:var(--ink);font-size:11.5px;font-weight:600}.q-edit{border:1px solid var(--line);width:100%;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;margin-top:6px;padding:5px 0;font-family:inherit;font-size:12px;font-weight:500;transition:all .1s}.q-edit:hover{border-color:var(--accent);color:var(--accent-ink);background:var(--accent-soft)}.q-empty{color:var(--muted);letter-spacing:-.01em;padding:4px 4px 6px;font-size:11.5px;line-height:1.5}.view-toggle{bottom:calc(var(--h-statusbar) + 12px);z-index:30;background:var(--chrome);border:1px solid var(--line);border-radius:10px;gap:2px;padding:3px;display:flex;position:absolute;right:16px;box-shadow:0 1px 4px #00000014}.vt-btn{letter-spacing:.02em;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:3px 14px;font-size:12px;font-weight:600;transition:all .12s}.vt-btn:hover{color:var(--ink);background:var(--chrome-2)}.vt-btn.active{color:#fff;background:#4f46e5}.hidden-view{display:none!important}.elev-full{background:var(--canvas)}.view-3d-ph{background:var(--canvas);justify-content:center;align-items:center;display:flex!important}.view-3d-msg{color:var(--muted);flex-direction:column;align-items:center;gap:16px;display:flex}.view-3d-msg svg{opacity:.4;width:48px;height:48px}.view-3d-msg p{font-size:14px}.view-3d-msg .cta-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .12s;display:flex}.view-3d-msg .cta-btn:hover{background:var(--accent-ink)}.view-3d-msg .cta-btn svg{opacity:1;width:14px;height:14px}.dim-float-backdrop{z-index:199;position:fixed;inset:0}.dim-float{z-index:200;background:#fff;border-radius:14px;flex-direction:column;width:168px;font-family:Inter,sans-serif;display:flex;position:fixed;overflow:hidden;box-shadow:0 8px 32px #00000021,0 2px 6px #0000000f}.dim-float-input{color:#1a1a1a;text-align:center;letter-spacing:-.03em;background:#fff;border:none;outline:none;width:100%;height:48px;padding:0 10px;font-family:Inter,sans-serif;font-size:22px;font-weight:500}.dim-float-dirs{border-top:1px solid #00000017;flex-direction:row;display:flex}.dim-float-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-right:1px solid #00000017;flex:1;place-items:center;height:38px;font-family:Inter,sans-serif;font-size:17px;transition:background .1s,transform 80ms;display:grid}.dim-float-btn:last-child{border-right:none}.dim-float-btn:hover{background:#f5f4f2}.dim-float-btn:active{background:#eceae7;transform:scale(.92)}.dst-grid{grid-template-columns:1fr 1fr;gap:6px;padding:4px 14px 10px;display:grid}.dst-btn{border:1px solid var(--line);background:var(--chrome-2);cursor:pointer;color:var(--muted);border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;font-size:11px;font-weight:600;transition:background .1s,border-color .1s,color .1s;display:flex}.dst-btn svg{width:28px;height:28px}.dst-btn:hover{border-color:var(--accent);color:var(--accent);background:#eef0fa}.dst-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.ver-row{flex-wrap:wrap;gap:6px;padding:2px 12px 10px;display:flex}.ver-pill{border:1px solid var(--line);background:var(--chrome);min-width:40px;height:32px;color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font:600 12px Inter,sans-serif;transition:transform .12s;display:flex}.ver-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.ver-pill.add{width:32px;min-width:32px;color:var(--accent-ink);padding:0}.ver-pill.add svg{width:11px;height:11px}@media (pointer:coarse){.ver-pill{min-width:48px;height:40px}.ver-pill.add{width:40px;min-width:40px}}.corner-menu-backdrop{z-index:90;position:fixed;inset:0}.corner-menu{z-index:91;-webkit-backdrop-filter:blur(30px)saturate(185%);background:linear-gradient(#fffc,#ffffffa3);border:1px solid #ffffffb3;border-radius:18px;width:244px;padding:14px 16px;font-family:Inter,sans-serif;animation:.18s cm-in;position:fixed;box-shadow:inset 0 1px #ffffffeb,0 10px 30px #14161c1f,0 30px 60px #14161c2e}@keyframes cm-in{0%{opacity:0;transform:translateY(6px)}}.cm-title{margin-bottom:10px;font-size:13px;font-weight:700}.cm-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.cm-row>span{color:var(--muted);font-size:12px;font-weight:500}.cm-seg{background:var(--chrome-2);border-radius:999px;padding:3px;display:flex}.cm-seg button{height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:0 12px;font:600 11.5px Inter,sans-serif}.cm-seg button.on{color:var(--accent-ink);background:#fff;box-shadow:0 1px 3px #0000001a}.cm-hint{color:var(--muted);margin-top:4px;font-size:10.5px;line-height:1.45}.stage-seg{z-index:31;background:#fff;border-radius:12px;gap:2px;padding:3px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.stage-seg button{height:33px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:0 14px;font:600 12.5px Inter,sans-serif;transition:background .14s,color .14s}.stage-seg button:not(.on):hover{color:var(--ink);background:#14161c0d}.stage-seg button.on{color:#fff;background:#4f46e5}.stage-seg .seg-design-group{align-items:center;gap:0;display:flex}.stage-seg .seg-design-group.joined>button:first-child{z-index:1;position:relative}.stage-seg .seg-design-group .seg-gen{color:#6d28d9;cursor:pointer;white-space:nowrap;background:#ede9fe;border:none;border-radius:0 8px 8px 0;align-items:center;gap:6px;height:33px;margin-left:-10px;padding:0 13px 0 20px;font:600 12.5px Inter,sans-serif;transition:background .14s;display:inline-flex}.stage-seg .seg-design-group .seg-gen:hover{color:#6d28d9;background:#e3dbfb}.stage-seg .seg-design-group .seg-gen:disabled{opacity:.65;cursor:default}.stage-seg .seg-design-group .seg-gen .ai-ic{color:#7c3aed;flex-shrink:0;width:15px;height:15px}.stage-seg button .seg-regen{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;margin-right:-4px;transition:background .12s;display:inline-flex}.stage-seg button .seg-regen:hover{background:#fff3}.stage-seg button .seg-regen .rg-ic{color:currentColor;width:14px;height:14px}.stage-seg button .seg-regen .rg-ic.spin{animation:1s linear infinite seg-rg-spin}@keyframes seg-rg-spin{to{transform:rotate(360deg)}}.stage-seg button{position:relative}.seg-stale{background:#e0962e;border-radius:50%;width:7px;height:7px;position:absolute;top:4px;right:4px;box-shadow:0 0 0 2px #fff}.stale-banner{z-index:30;color:#92610a;cursor:pointer;background:#fff4e0;border:none;border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 16px;font:600 12.5px Inter,sans-serif;display:inline-flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #0000001a,0 10px 28px -6px #0000002e}.stale-banner b{font-weight:800}.stale-banner svg{color:#c2882e;width:16px;height:16px}.stale-banner:hover{background:#fce9c6}.stale-banner:active{transform:translate(-50%)scale(.98)}.tier-wrap{align-items:center;margin-left:4px;display:flex;position:relative}.tier-wrap:before{content:"";background:var(--line,#e0e0e0);align-self:center;width:1px;height:16px}.tier-pill{cursor:pointer;white-space:nowrap;color:#8a5e18;letter-spacing:-.01em;background:#f7efde;border:none;border-radius:8px;align-items:center;gap:7px;height:33px;margin-left:5px;padding:0 10px 0 12px;font:700 12.5px Inter,sans-serif;transition:background .14s,transform .1s;display:inline-flex}.tier-pill:hover{background:#f1e6ce}.tier-pill:active{transform:scale(.98)}.tier-pill .tp-spark{color:#c2882e;place-items:center;display:inline-grid}.tier-pill .tp-spark svg{width:13px;height:13px}.tier-pill .tp-caret{opacity:.7;place-items:center;width:15px;height:15px;margin-left:1px;transition:transform .2s;display:inline-grid}.tier-pill .tp-caret svg{width:12px;height:12px}.tier-pill.open .tp-caret{transform:rotate(180deg)}.tier-menu{z-index:32;background:#fff;border-radius:16px;flex-direction:column;min-width:326px;padding:7px;animation:.18s tm-in;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 1px 3px #0000001a,0 20px 48px -10px #0000003d}@keyframes tm-in{0%{opacity:0;transform:translateY(-6px)}}.tier-menu .tm-head{letter-spacing:.07em;text-transform:uppercase;color:var(--muted,#6b6b6b);padding:7px 14px 8px;font:700 10.5px Inter,sans-serif}.tier-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:11px;justify-content:space-between;align-items:center;gap:28px;padding:11px 14px;transition:background .12s;display:flex}.tier-row+.tier-row{margin-top:2px}.tier-row:hover{background:var(--chrome-2,#f5f4f2)}.tier-row .tr-name{color:var(--ink,#1a1a1a);letter-spacing:-.015em;font:700 15px Inter,sans-serif}.tier-row .tr-right{align-items:center;gap:9px;display:flex}.tier-row .tr-desc{color:var(--muted,#6b6b6b);font:500 13px Inter,sans-serif}.tier-row .tr-check{color:#c2882e;opacity:0;place-items:center;width:16px;height:16px;transition:opacity .12s;display:inline-grid}.tier-row .tr-check svg{width:16px;height:16px}.tier-row.active{background:#f7efde}.tier-row.active:hover{background:#f1e6ce}.tier-row.active .tr-name{color:#6e4b12}.tier-row.active .tr-check{opacity:1}.bay-notice{z-index:30;color:#93302f;background:#fbeaea;border-radius:999px;align-items:center;gap:10px;padding:9px 16px;font:600 12.5px Inter,sans-serif;display:flex;position:absolute;top:66px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001a}.bay-notice button{color:#93302f;cursor:pointer;background:0 0;border:none;font-size:12px}.bay-bar{z-index:60;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-family:Inter,sans-serif;animation:.15s cm-in;display:flex;position:fixed;box-shadow:0 2px 6px #0000000f,0 16px 40px #0000002e}.bay-bar .bb-btn{background:var(--chrome-2);height:38px;color:var(--ink);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:0 14px;font:600 12.5px Inter,sans-serif}.bay-bar .bb-btn.off{color:#93302f}.bay-bar .bb-step{background:var(--chrome-2);border-radius:999px;align-items:center;gap:2px;height:38px;padding:0 4px;display:flex}.bay-bar .bb-step span{text-align:center;min-width:64px;font:600 12px Inter,sans-serif}.bay-bar .bb-step button{width:30px;height:30px;color:var(--accent-ink);cursor:pointer;background:#fff;border:none;border-radius:50%;font:700 15px Inter,sans-serif;box-shadow:0 1px 2px #00000014}.bay-bar .bb-close{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:13px}.bay-panel{z-index:60;background:#fff;border-radius:20px;flex-direction:column;gap:4px;width:210px;padding:10px;font-family:Inter,sans-serif;animation:.15s cm-in;display:flex;position:fixed;box-shadow:0 2px 6px #0000000f,0 16px 40px #0000002e}.bay-panel .bp-row{min-height:40px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:0 10px;font:500 13px Inter,sans-serif;display:flex}.bay-panel .bp-row b{color:var(--ink);font-size:13.5px;font-weight:700}.bay-panel button.bp-row:hover{background:var(--chrome-2)}.bay-panel .bp-row.muted{cursor:default}.bay-panel .bp-row.action{color:var(--accent-ink);justify-content:flex-start;gap:8px;font-weight:600}.bay-panel .bp-row.action.danger{color:#93302f}.bay-panel .bp-step{align-items:center;gap:4px;display:flex}.bay-panel .bp-step b{text-align:center;min-width:52px}.bay-panel .bp-step button{background:var(--chrome-2);width:30px;height:30px;color:var(--accent-ink);cursor:pointer;border:none;border-radius:50%;font:700 15px Inter,sans-serif}.bay-panel .bp-done{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;height:42px;margin-top:4px;font:600 13.5px Inter,sans-serif;box-shadow:0 4px 14px #4f46e547}.depth-pop{z-index:91;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;font-family:Inter,sans-serif;animation:.15s cm-in;display:flex;position:fixed;box-shadow:0 2px 6px #0000000f,0 16px 40px #0000002e}.depth-pop b{text-align:center;min-width:70px;font-size:13px}.depth-pop button{background:var(--chrome-2);width:36px;height:36px;color:var(--accent-ink);cursor:pointer;border:none;border-radius:50%;font:700 16px Inter,sans-serif}.stage-seg button{align-items:center;gap:8px;display:flex}.lib-dims{color:#ababab;margin-top:1px;font-size:9.5px;font-weight:500;display:block}.el-tray{z-index:30;background:#fff;border:1px solid #e6e6e6;border-radius:14px;align-items:center;gap:1px;max-width:min(94vw,900px);padding:4px;display:flex;position:absolute;bottom:16px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 14px 44px #14141c1a,0 2px 6px #14141c0d}.el-tray .tray-item{cursor:grab;color:#1e1e1e;background:0 0;border:none;border-radius:9px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;min-width:58px;height:50px;padding:0 6px;transition:background .12s;display:flex}.el-tray .tray-item:hover{background:#f5f5f5}.el-tray .tray-item .ti-ic{display:flex}.el-tray .tray-item .ti-ic svg{color:#1e1e1e;width:26px;height:26px}.el-tray .tray-item:hover .ti-ic svg{color:#000}.el-tray .tray-item b{color:#1e1e1e;white-space:nowrap;font:600 11px Inter,sans-serif}.el-tray .tray-item span{color:#b3b3b3;font:400 9.5px Inter,sans-serif}.el-tray .tray-x,.el-tray .tray-plus{color:#6e6e6e;cursor:pointer;background:#f5f5f5;border:none;border-radius:9px;flex-shrink:0;width:38px;height:38px;font-size:14px}.el-tray.closed{padding:4px}.el-tray .tray-plus{color:#4f46e5;background:#fff;border-radius:12px;width:48px;height:48px;font-size:22px}.numpad{z-index:95;background:#fff;border-radius:22px;width:236px;padding:12px;font-family:Inter,sans-serif;animation:.15s cm-in;position:fixed;box-shadow:0 2px 6px #0000000f,0 20px 50px #0003}.numpad .np-head{justify-content:space-between;align-items:baseline;padding:0 6px 10px;display:flex}.numpad .np-head span{color:var(--muted);font:600 11.5px Inter,sans-serif}.numpad .np-head b{min-height:22px;font:700 18px Inter,sans-serif}.numpad .np-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.numpad .np-grid button{background:var(--chrome-2);height:44px;color:var(--ink);cursor:pointer;border:none;border-radius:12px;font:600 17px Inter,sans-serif}.numpad .np-grid button:active{background:var(--chrome-3)}.numpad .np-fracs{gap:4px;margin-top:6px;display:flex}.numpad .np-fracs button{border:none;border:1.5px solid var(--line);height:34px;color:var(--accent-ink);cursor:pointer;background:#fff;border-radius:10px;flex:1;font:600 13px Inter,sans-serif}.numpad .np-done{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;height:44px;margin-top:8px;font:600 14.5px Inter,sans-serif;box-shadow:0 4px 14px #4f46e547}.numpad-layer{z-index:300}.numpad .np-dirs{gap:6px;margin-top:8px;display:flex}.numpad .np-dirs button{background:var(--chrome-2);height:44px;color:var(--accent-ink);cursor:pointer;border:none;border-radius:999px;flex:1;font:700 16px Inter,sans-serif}.numpad .np-dirs button.main{background:var(--accent);color:#fff;box-shadow:0 4px 14px #4f46e547}.numpad .np-head b.np-prev{color:#b9b5ae;font-weight:600}.canvas-corner-left{z-index:30;background:#fff;border-radius:12px;gap:2px;padding:3px;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.cc-bubble{width:38px;height:33px;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .12s;display:flex}.cc-bubble:hover{background:#14161c0d}.cc-bubble svg{width:18px;height:18px}.cc-bubble:active{transform:scale(.94)}.cc-bubble.on{background:var(--accent,#4f46e5);color:#fff}.cc-bubble.on:hover{background:var(--accent,#4f46e5)}.hero-pill{z-index:30;color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:12px;height:46px;padding:0 20px;font:600 14px Inter,sans-serif;position:absolute;bottom:16px;right:16px;box-shadow:0 1px 3px #00000024,0 10px 28px -6px #00000038}.hero-pill:active{transform:scale(.97)}.topbar{gap:12px;background:0 0!important;border-bottom:none!important;height:auto!important;padding:10px 16px!important}.topbar .stepper{box-shadow:0 1px 2px #0000000a,0 8px 24px #0000001a;background:#fff!important;border:none!important;border-radius:999px!important;padding:4px!important}.topbar .stepper .step{height:38px!important;color:var(--muted)!important;background:0 0!important;border:none!important;border-radius:999px!important;padding:0 18px!important;font:600 13px Inter,sans-serif!important}.topbar .stepper .step.active{background:var(--accent)!important;color:#fff!important}.topbar .cta-btn{background:var(--accent)!important;color:#fff!important;border:none!important;border-radius:999px!important;height:44px!important;padding:0 20px!important;font:600 13.5px Inter,sans-serif!important;box-shadow:0 6px 18px #4f46e54d!important}.ver-row{flex-wrap:wrap;align-items:center;gap:6px;padding:4px 12px 12px;display:flex}.ver-pill{min-width:44px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:0 14px;font:600 12.5px Inter,sans-serif}.ver-pill.active{background:var(--accent);color:#fff}.ver-pill.add{color:var(--accent-ink);font-size:16px}.ver-pill:active{transform:scale(.95)}.unit-card{z-index:95;background:#fff;border-radius:20px;width:220px;padding:14px 16px;font-family:Inter,sans-serif;animation:.15s cm-in;position:fixed;box-shadow:0 2px 6px #0000000f,0 20px 50px #0000002e}.unit-card .uc-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.unit-card .uc-head b{color:var(--ink);letter-spacing:-.01em;font-size:14.5px;font-weight:700}.unit-card .uc-head span{color:var(--accent-ink);text-transform:uppercase;letter-spacing:.04em;background:#4f46e51f;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.unit-card .uc-row{border-bottom:1px solid #14161c12;justify-content:space-between;align-items:center;padding:7px 0;font-size:12.5px;display:flex}.unit-card .uc-row:last-child{border-bottom:none}.unit-card .uc-row span{color:var(--muted);font-weight:500}.unit-card .uc-row b{color:var(--ink);font-weight:700}.phone-guard{z-index:400;background:#efedea;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pg-card{text-align:center;background:#fff;border-radius:26px;max-width:340px;padding:36px 28px;font-family:Inter,sans-serif;box-shadow:0 2px 6px #0000000d,0 24px 60px #0000001a}.pg-card svg{width:44px;height:44px;color:var(--accent);margin-bottom:12px}.pg-card b{margin-bottom:8px;font-size:16px;display:block}.pg-card p{color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.5}.pg-card button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;height:48px;padding:0 24px;font:600 14px Inter,sans-serif;box-shadow:0 6px 18px #4f46e54d}.hero-pill.hero-gen{color:var(--accent-ink);background:#fff;bottom:78px;box-shadow:0 1px 2px #0000000a,0 10px 28px #0000001f}.hero-pill.hero-next{bottom:16px}.view-toggle{background:#fff!important;border:none!important;border-radius:12px!important;padding:3px!important;top:14px!important;bottom:auto!important;right:16px!important;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024!important}.vt-btn{height:33px;border-radius:8px!important;padding:0 13px!important;font:600 12.5px Inter,sans-serif!important}.canvas-tr{z-index:40;pointer-events:none;align-items:center;gap:8px;display:flex;position:absolute;top:14px;right:16px}.canvas-tr>*{pointer-events:auto}.canvas-tr .view-toggle{position:static!important;top:auto!important;bottom:auto!important;right:auto!important}.canvas-tr .we-map-fab{box-sizing:border-box;color:#6b6b6b;background:#fff;border-radius:12px;width:39px;height:39px;position:static;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.canvas-tr .we-map-fab svg{width:19px;height:19px}.canvas-tr .we-map-fab.active{color:#fff;background:#4f46e5}.topbar{justify-content:space-between!important}.topbar .tb-left{margin-right:auto}.topbar .tb-right{margin-left:auto}.step-hint{z-index:29;background:#fff;border-radius:999px;align-items:center;gap:10px;max-width:min(82vw,560px);padding:8px 8px 8px 16px;display:flex;position:absolute;top:64px;left:50%;transform:translate(-50%);box-shadow:0 1px 2px #0000000a,0 8px 24px #00000014}.step-hint span{color:var(--muted);font:500 12px/1.4 Inter,sans-serif}.step-hint button{background:var(--chrome-2);width:28px;height:28px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;font-size:11px}.topbar{z-index:40;pointer-events:none;top:0;left:0;right:0;background:0 0!important;position:absolute!important}.topbar>*{pointer-events:auto}.topbar .proj-name{align-items:center;height:44px;display:inline-flex;padding:0 18px!important}.stage-seg,.step-hint,.el-tray,.view-toggle,.canvas-corner-left,.hero-pill,.bay-notice{z-index:30!important}@media (width<=1180px){.el-tray{max-width:none!important;left:158px!important;right:198px!important;transform:none!important}}@media (width<=980px){.step-hint{top:118px!important}}@media (width<=760px){.hero-pill{height:44px!important;padding:0 16px!important;font-size:13px!important;bottom:86px!important}.hero-pill.hero-gen{bottom:138px!important}.el-tray{left:12px!important;right:12px!important}.canvas-corner-left{bottom:86px!important}}.numpad{width:340px!important;padding:16px!important}.numpad .np-head b{font-size:24px!important}.numpad .np-head span{font-size:13px!important}.numpad .np-grid{gap:8px!important}.numpad .np-grid button{border-radius:14px!important;height:60px!important;font-size:22px!important}.numpad .np-fracs{gap:6px!important;margin-top:8px!important}.numpad .np-fracs button{border-radius:12px!important;height:48px!important;font-size:17px!important}.numpad .np-done{height:54px!important;font-size:16px!important}.numpad .np-dirs button{height:54px!important}.numpad .np-dirs button svg{width:24px;height:24px}@media (width>=761px) and (width<=980px){.step-hint{top:68px!important}}.drag-chip{z-index:90;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:2px;padding:10px 14px;display:flex;position:fixed;box-shadow:0 4px 10px #0000001a,0 18px 44px #00000038}.drag-chip .ti-ic svg{width:26px;height:26px;color:var(--accent)}.drag-chip b{color:var(--muted);font:600 10px Inter,sans-serif}.numpad .np-head{padding:6px 4px 14px!important}.numpad .np-head b{letter-spacing:.3px;font-size:34px!important}.numpad .np-grid .np-del{background:var(--chrome-2);color:var(--muted)}.numpad .np-grid .np-del svg{width:26px;height:26px}@media (width<=1180px){.el-tray{max-width:none!important;left:12px!important;right:12px!important;transform:none!important}.hero-pill{bottom:86px!important}.hero-pill.hero-gen{bottom:148px!important}.canvas-corner-left{bottom:86px!important}}@property --ring-ang{syntax:"<angle>";inherits:false;initial-value:0deg}.hero-pill.hero-gen{position:absolute;overflow:visible}.hero-pill.hero-gen:before{content:"";z-index:-2;background:conic-gradient(from var(--ring-ang), #7c3aed, #ec4899, #fbbf24, #818cf8, #4f46e5, #a855f7, #7c3aed);border-radius:15px;animation:5s linear infinite ring-spin;position:absolute;inset:-3px;box-shadow:0 0 18px 2px #7c3aed59,0 0 30px 6px #ec489938,0 0 14px 1px #fbbf2440}.hero-pill.hero-gen:after{content:"";z-index:-1;background:#fff;border-radius:12px;position:absolute;inset:.5px}@keyframes ring-spin{to{--ring-ang:360deg}}.hero-pill.hero-gen .ai-ic{color:#7c3aed;flex-shrink:0;width:19px;height:19px}.hero-pill.hero-gen{background:0 0;justify-content:center;align-items:center;gap:8px;display:inline-flex}.hero-pill.hero-gen .ai-ic{margin-top:-1px;display:block}.lab-host{z-index:22;background:#efedea;gap:14px;padding:74px 16px 16px;display:flex;position:absolute;inset:0;overflow:hidden}.lab-side{flex-direction:column;flex-shrink:0;gap:10px;width:304px;display:flex;overflow-y:auto}.lab-chip{color:#9a6b15;text-align:center;letter-spacing:.4px;background:#fff4e0;border-radius:999px;padding:8px 16px;font:700 11px Inter,sans-serif}.lab-clothes{cursor:pointer;background:#fff;border:none;border-radius:999px;height:40px;font:600 12.5px Inter,sans-serif;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.lab-clothes.on{color:#fff;background:#4f46e5}.lab-canvas{background:#fff;border-radius:22px;flex:1;padding:16px;position:relative;overflow:auto;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.we-real{padding-top:64px}.we-real .we-walls{top:64px}.lab-host.we-real .lab-side{margin-top:44px}.we-walls{z-index:26;background:#fff;border-radius:999px;gap:4px;padding:5px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.we-walls button{color:#6b6b6b;cursor:pointer;background:0 0;border:none;border-radius:999px;height:34px;padding:0 16px;font:600 12.5px Inter,sans-serif}.we-walls button.on{color:#fff;background:#4f46e5}.we-real .lab-canvas,.we-real .lab-side{margin-top:44px}.we-parts-fab{z-index:28;cursor:pointer;color:#1a1a1a;background:#fff;border:none;border-radius:999px;align-items:center;gap:8px;height:50px;padding:0 22px;font:600 14px Inter,sans-serif;display:flex;position:absolute;bottom:16px;left:170px;box-shadow:0 1px 2px #0000000a,0 10px 28px #0000001f}.we-parts-fab svg{color:#4f46e5;width:19px;height:19px}.we-parts-fab.on{color:#fff;background:#4f46e5}.we-parts-fab.on svg{color:#fff}.de-tray{z-index:28;background:#fff;border-radius:12px;align-items:center;gap:1px;max-width:min(80vw,820px);padding:4px;display:flex;position:absolute;bottom:16px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.de-more{color:#1a1a1a;cursor:pointer;background:#14161c0d;border:none;border-radius:9px;flex-shrink:0;place-items:center;width:42px;height:46px;display:grid}.de-more.on{color:#fff;background:#4f46e5}.de-more svg{width:18px;height:18px}.de-div{background:#00000014;flex-shrink:0;width:1px;height:32px;margin:0 4px}.de-tray .ti{cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:9px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:3px;min-width:56px;height:52px;padding:0 6px;transition:background .12s;display:flex}.de-tray .ti:hover{background:#14161c0d}.de-tray .ti.on{background:#4f46e51a}.de-tray .ti svg{color:#1a1a1a;width:26px;height:26px}.de-tray .ti b{color:#1a1a1a;white-space:nowrap;font:600 10.5px Inter,sans-serif}.de-tray .ti.on svg,.de-tray .ti.on b{color:#4f46e5}.tray-cat{flex-shrink:0;position:relative}.tray-cat-btn{color:#1a1a1a;cursor:pointer;background:#14161c0d;border:none;border-radius:9px;align-items:center;gap:4px;height:46px;padding:0 9px 0 12px;font:600 12px Inter,sans-serif;display:flex}.tray-cat-btn.on{color:#fff;background:#4f46e5}.tray-cat-btn span{white-space:nowrap}.tray-cat-btn svg{width:13px;height:13px}.tray-cat-menu{background:#fff;border-radius:12px;min-width:152px;padding:5px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 1px 3px #0000001f,0 18px 44px -10px #00000038}.tray-cat-menu .tcm{text-align:left;cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 10px;font:600 12.5px Inter,sans-serif;display:flex}.tray-cat-menu .tcm:hover{background:#14161c0d}.tray-cat-menu .tcm.on{color:#4f46e5}.tray-cat-menu .tcm svg{width:15px;height:15px}.tcm-sep{background:#00000012;height:1px;margin:4px 6px}.tray-grp{flex-shrink:0;align-items:center;gap:5px;padding:0 1px;display:flex}.tray-grp:before{content:"";background:#0000001a;width:1px;height:36px}.tray-grp span{writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.08em;color:#ababab;font:700 8px Inter,sans-serif;transform:rotate(180deg)}.de-scroll{scrollbar-width:none;align-items:center;gap:1px;min-width:0;display:flex;overflow-x:auto}.de-scroll::-webkit-scrollbar{display:none}.hero-row{z-index:30;align-items:center;gap:12px;display:flex;position:absolute;bottom:16px;right:16px}.hero-row .price-chip,.hero-row .hero-pill.hero-next{position:static;bottom:auto;right:auto}.price-chip{z-index:30;text-align:right;background:#fff;border-radius:11px;padding:7px 14px;position:absolute;bottom:134px;right:16px;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.price-chip span{text-transform:uppercase;letter-spacing:.05em;color:#ababab;font:600 9.5px Inter,sans-serif;display:block}.price-chip b{color:#1a1a1a;font:800 16px Inter,sans-serif}.we-tray-float{z-index:90;border-radius:20px;width:312px;max-height:calc(100% - 160px);position:absolute;bottom:78px;left:16px;overflow-y:auto;box-shadow:0 4px 10px #00000014,0 18px 44px #0000002e}.we-tray-float::-webkit-scrollbar{width:0}.we-armed-hint{z-index:29;color:#2447b8;white-space:nowrap;background:#4f46e514;border-radius:999px;padding:8px 18px;font:500 12.5px Inter,sans-serif;position:absolute;top:64px;left:50%;transform:translate(-50%)}.ins-lib{padding:2px 0 4px}.ins-tabs{background:#f1f0ec;border-radius:9px;gap:4px;margin:0 0 8px;padding:3px;display:flex}.ins-tabs button{color:#6b6b6b;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;height:28px;font:600 12.5px Inter}.ins-tabs button.on{color:#1a1a1a;background:#fff;box-shadow:0 1px 2px #0000001a}.ins-hint{color:#9a9a9a;margin:0 0 10px;font:500 11px/1.45 Inter}.ins-scroll{flex-direction:column;display:flex}.ins-grp{border-top:1px solid #ececec;flex-direction:column;gap:9px;margin-top:14px;padding-top:13px;display:flex}.ins-scroll>.ins-grp:first-child{border-top:none;margin-top:4px;padding-top:2px}.ins-grp-h{color:#1e1e1e;margin:0 2px;font:700 13px Inter}.ins-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.ins-grid.parts{grid-template-columns:repeat(3,minmax(0,1fr))}.ins-item{cursor:pointer;background:#f7f6f3;border:1px solid #0000;border-radius:11px;flex-direction:column;align-items:center;gap:6px;padding:9px 6px 7px;display:flex;position:relative}.ins-item:hover{background:#fff;border-color:#dedbd4}.ins-item.on{background:#4f46e50f;border-color:#4f46e5}.ins-item .ins-th{width:100%;height:118px}.ins-item.part{flex-direction:column}.ins-item.part .ins-pg{color:#1a1a1a;width:30px;height:30px;margin:5px 0 3px}.ins-item.part.on .ins-pg{color:#4f46e5}.ins-item b{color:#333;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font:600 11px/1.2 Inter;overflow:hidden}.ins-th.empty{background:#f0efec;border-radius:6px;width:100%;height:118px}.ins-del{color:#c4c1bb;cursor:pointer;font:700 15px/1 Inter;position:absolute;top:1px;right:4px}.ins-del:hover{color:#c0392b}.we-bubble{z-index:95;-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #e6e6e6;border-radius:14px;flex-direction:column;width:320px;max-height:calc(100vh - 96px);padding:0;font-family:Inter,system-ui,sans-serif;display:flex;position:absolute;top:64px;right:16px;overflow:hidden auto;box-shadow:0 14px 44px #14141c1a,0 2px 6px #14141c0d}.wb-head{border-bottom:1px solid #ececec;flex-shrink:0;align-items:center;gap:8px;padding:14px 16px;display:flex}.wb-title{color:#1e1e1e;flex-shrink:0;font:600 14px Inter,sans-serif}.wb-sub{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;flex:1;font:400 11px Inter,sans-serif;overflow:hidden}.wb-x{color:#8c8c8c;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.wb-x:hover{color:#1e1e1e;background:#f5f5f5}.wb-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.wb-sec{border-top:1px solid #ececec;flex-direction:column;gap:7px;padding:13px 16px 14px;display:flex}.wb-body>.wb-sec:first-child{border-top:none}.wb-sec.wb-row2{flex-direction:row;gap:8px}.wb-sec-body{flex-direction:column;gap:7px;padding:0 16px 13px;display:flex}.wb-row2{flex-direction:row;gap:8px;display:flex}.wb-field{background:#f5f5f5;border-radius:6px;flex-direction:column;flex:1;gap:5px;min-width:0;padding:6px 9px;display:flex}.wb-lbl{text-transform:none;letter-spacing:0;color:#1e1e1e;font:600 13.5px Inter,sans-serif}.wb-field .wb-lbl{letter-spacing:0;color:#9a9a9a;font:400 11px Inter,sans-serif}.wb-inwrap{align-items:center;gap:6px;display:flex}.wb-inwrap input{color:#1e1e1e;text-align:left;background:0 0;border:none;border-radius:6px;outline:none;flex:1;min-width:0;height:22px;padding:0;font:500 12.5px Inter,sans-serif;transition:box-shadow .15s}.wb-inwrap input:focus{box-shadow:0 0 0 2px #0d99ff2e}.wb-inwrap i{color:#b3b3b3;font:400 11px Inter,sans-serif}.wb-step{align-items:center;gap:6px;display:flex}.wb-arr{color:#6e6e6e;cursor:pointer;background:#f5f5f5;border:none;border-radius:6px;flex-shrink:0;width:28px;height:28px;font-size:15px;font-weight:600;transition:background .12s}.wb-arr:hover:not(:disabled){background:#ececec}.wb-arr:disabled{opacity:.3}.wb-h{text-align:center;color:#1e1e1e;flex:1;font:600 14px Inter,sans-serif}.wb-h i{color:#b3b3b3;font-size:11px;font-style:normal;font-weight:400}.view-3d-host{width:100%;height:100%;position:absolute;inset:0}.view-3d-host canvas{display:block}.wb-warn{color:#b42318;background:#fbe3e3;border-radius:6px;margin-bottom:4px;padding:8px 10px;font:500 11.5px/1.4 Inter,sans-serif}.wb-seg{background:#f5f5f5;border-radius:8px;padding:3px;display:flex}.wb-seg button{color:#1e1e1e;cursor:pointer;background:0 0;border:none;border-radius:5px;flex:1;height:24px;font:500 11px Inter,sans-serif;transition:all .14s}.wb-seg button:hover:not(.on){background:#00000008}.wb-seg button.on{color:#fff;background:#4f46e5;font-weight:600;box-shadow:0 1px 3px #4f46e54d}.wb-types{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.wb-types button{cursor:pointer;background:#fff;border:1px solid #e6e6e6;border-radius:7px;flex-direction:column;align-items:center;gap:3px;padding:7px 2px 5px;transition:all .12s;display:flex}.wb-types button:hover{background:#fafafa}.wb-types button svg{color:#6e6e6e;width:20px;height:26px}.wb-types button span{color:#6e6e6e;font:500 8.5px Inter,sans-serif}.wb-types button.on{background:#4f46e512;border-color:#4f46e5}.wb-types button.on svg,.wb-types button.on span{color:#4f46e5}.wb-seg.wb-seg-ico{gap:0;padding:3px}.wb-seg-ico button{color:#1e1e1e;flex-direction:column;gap:4px;height:auto;padding:7px 4px 6px}.wb-seg-ico button svg{width:22px;height:22px}.wb-seg-ico button span{font:500 11px Inter,sans-serif}.wb-seg-ico button.on{color:#fff}.wb-foot{border-top:1px solid #ececec;flex-wrap:wrap;flex-shrink:0;gap:7px;padding:13px 16px;display:flex}.wb-foot button{color:#1e1e1e;cursor:pointer;background:#f5f5f5;border:none;border-radius:7px;min-width:32px;height:30px;padding:0 12px;font:500 11.5px Inter,sans-serif;transition:background .14s}.wb-foot button:hover:not(:disabled){background:#ececec}.wb-foot button:disabled{opacity:.35}.wb-foot .fav{color:#0d99ff;background:#e5f4ff}.wb-foot .del{color:#dc2626;background:#dc26261a;margin-left:auto}.we-topmap{z-index:26;background:#fff;border-radius:20px;flex-direction:column;gap:0;padding:8px 8px 0;display:flex;position:absolute;overflow:hidden;box-shadow:0 1px 2px #0000000d,0 12px 32px #00000029;padding-bottom:0!important}.we-topmap label{letter-spacing:.2px;color:#1a1a1a;pointer-events:none;flex:1;font:700 13px Inter,sans-serif}.we-map-head{align-items:center;gap:4px;display:flex}.we-map-btn{cursor:pointer;color:#6b6b6b;background:#ffffffd9;border:none;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.we-map-btn svg{width:13px;height:13px}.we-map-fab{z-index:26;color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:64px;left:16px;box-shadow:0 1px 2px #0000000a,0 10px 28px #0000001f}.we-map-fab svg{width:21px;height:21px}.we-map-grip{cursor:grab;touch-action:none}.we-map-grip:active{cursor:grabbing}.we-map-resize{width:50px;box-shadow:none;cursor:nesw-resize;touch-action:none;color:#1a1a1a;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.we-map-resize:active,.we-map-hide:active{background:#f4f2ef}.we-map-resize svg{width:22px;height:22px;margin-left:10px;transform:scaleX(-1)}.we-map-field{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.we-map-field svg{background:#fff;border-radius:12px;display:block}.we-map-bar{border-top:1px solid #e5e2dc;align-items:stretch;gap:0;min-height:44px;margin:-4px -8px 0;display:flex}.we-map-bar label{letter-spacing:.4px;text-transform:uppercase;color:#1a1a1a;pointer-events:none;flex:1;justify-content:center;align-items:center;padding:0 14px;font:700 11px Inter,sans-serif;display:flex}.we-map-div{background:#e5e2dc;flex-shrink:0;align-self:center;width:1px;height:18px}.we-map-draggable{cursor:grab;touch-action:none;padding:2px 0 4px}.we-map-draggable:active{cursor:grabbing}.we-map-hide{width:50px;box-shadow:none;color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;display:flex}.we-map-hide svg{width:22px;height:22px;margin-right:10px}.cc-wrap{z-index:80;flex-direction:column;align-items:flex-end;gap:10px;font-family:Inter,sans-serif;display:flex;position:fixed;bottom:18px;right:18px}.cc-chip{border:1px solid var(--line);background:var(--chrome);height:40px;color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 16px;font:700 14px Inter;display:inline-flex;box-shadow:0 8px 24px #14141c24}.cc-chip svg{width:15px;height:15px;color:var(--accent)}.cc-chip:hover{border-color:var(--accent)}.cc-chip.on{background:var(--accent);border-color:var(--accent);color:#fff}.cc-chip.on svg{color:#fff}.cc-card{background:var(--chrome);border:1px solid var(--line);border-radius:14px;width:340px;max-height:70vh;padding:14px 16px;overflow-y:auto;box-shadow:0 18px 50px #14141c33}.cc-h{align-items:center;gap:8px;margin-bottom:8px;font:700 13px Inter;display:flex}.cc-live{letter-spacing:.06em;text-transform:uppercase;color:#1f7a4c;background:#1f7a4c1f;border-radius:999px;padding:2px 7px;font:700 9.5px Inter}.cc-r{color:#3a3a3a;justify-content:space-between;gap:12px;padding:4px 0;font:500 12.5px Inter;display:flex}.cc-r b{color:var(--ink);white-space:nowrap;font:600 12.5px SF Mono,Fira Mono,monospace}.cc-r.sub{color:var(--muted);padding-left:10px}.cc-r.sub b{color:var(--muted);font-weight:500}.cc-r.line{border-top:1px solid var(--line);margin-top:5px;padding-top:8px;font-weight:600}.cc-r.big{font:700 14px Inter}.cc-r.big b{color:var(--accent);font:700 15px SF Mono,monospace}.cc-warn{color:#b45309;background:#b4530914;border-radius:8px;margin-top:8px;padding:7px 10px;font:500 11.5px Inter}.cc-h2{border-top:1px solid var(--line);margin-top:12px;padding-top:11px}.cc-tier{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:2px 8px;font:700 9.5px Inter}.cc-flip{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px 4px;font:600 11.5px Inter}.cc-tplrow{margin:2px 0 6px}.cc-sel{border:1px solid var(--line);background:var(--chrome-2);width:100%;height:29px;color:var(--ink);cursor:pointer;border-radius:8px;outline:none;min-width:0;padding:0 8px;font:500 12px Inter}.cc-sel:focus{border-color:var(--accent)}.cc-tpl{font-weight:600}.cc-role{align-items:center;gap:7px;padding:3px 0;display:flex}.cc-role-l{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;flex:0 0 88px;font:500 11.5px Inter;overflow:hidden}.cc-role .cc-sel{flex:1}.cc-src{height:20px;color:var(--muted);background:var(--chrome-2);border:1px solid var(--line);border-radius:6px;flex:0 0 20px;place-items:center;font:700 10px Inter;display:grid}.cc-src.job{color:var(--accent);border-color:var(--accent);cursor:pointer}.cc-src.template{color:#1f7a4c}.cc-bom{border:1px solid var(--line);background:var(--chrome);width:100%;height:34px;color:var(--ink);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;margin-top:11px;font:600 12.5px Inter;display:flex}.cc-bom:hover{border-color:var(--accent);color:var(--accent)}.cc-bom svg{width:15px;height:15px}.bd-scrim{z-index:120;background:#14141c57;justify-content:flex-end;display:flex;position:fixed;inset:0}.bd{background:var(--chrome);border-left:1px solid var(--line);flex-direction:column;width:520px;max-width:96vw;height:100%;transition:width .22s cubic-bezier(.22,.61,.36,1);display:flex;box-shadow:-18px 0 50px #14141c2e}.bd.full{width:min(1160px,96vw)}.bd-h{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:10px;padding:14px 16px;font:700 14px Inter;display:flex}.bd-tier{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:2px 8px;font:700 9.5px Inter}.bd-sp{flex:1}.bd-ic{background:var(--chrome-2);width:28px;height:28px;color:var(--muted);cursor:pointer;border:none;border-radius:7px;place-items:center;display:grid}.bd-ic:hover{color:var(--ink)}.bd-ic svg{width:14px;height:14px}.bd-body{flex:1;min-height:0;padding:6px 16px 26px;overflow-y:auto}.bd-warn{color:#b45309;background:#b4530914;border-radius:9px;margin:10px 0 2px;padding:8px 11px;font:500 12px Inter}.bd-sec{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:18px 0 8px;font:700 11px Inter}.bd-cards{flex-wrap:wrap;gap:9px;display:flex}.bd-card{background:var(--chrome-2);border:1px solid var(--line);border-radius:10px;flex:1;min-width:130px;padding:9px 12px}.bd-card b{color:var(--ink);font:700 16px Inter;display:block}.bd-card span{color:var(--muted);font:500 11px Inter}.bd-thead,.bd-row{grid-template-columns:minmax(0,1.35fr) 110px 36px minmax(0,1fr) 76px;align-items:center;gap:10px;display:grid}.bd-thead{text-transform:uppercase;letter-spacing:.04em;color:#9b9a95;padding:4px 10px;font:700 10px Inter}.bd-group{background:var(--chrome);border:1px solid var(--line);border-radius:11px;margin-bottom:9px;overflow:hidden}.bd-gh{background:var(--chrome-2);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:8px 11px;font:600 12px Inter;display:flex}.bd-gh b{font:600 12px SF Mono,Fira Mono,monospace}.bd-row{color:#3a3a3a;border-top:1px solid var(--line-soft,#f1f0ed);padding:5px 11px;font:500 12px Inter}.bd-group .bd-row:first-of-type{border-top:none}.bd-row .nm{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bd-row .mono{color:var(--ink);white-space:nowrap;font:500 11.5px SF Mono,Fira Mono,monospace}.bd-row .mut{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.bd-row .r{text-align:right}.bd-hw{background:var(--chrome);border:1px solid var(--line);border-top:1px solid var(--line);border-radius:9px;grid-template-columns:minmax(0,1.6fr) 70px 90px 76px;margin-bottom:6px}.bd-empty{color:var(--muted);padding:6px 2px;font:500 12px Inter}.bd-roll{background:var(--chrome);border:1px solid var(--line);border-radius:11px;padding:4px 0;overflow:hidden}.bd-r2{grid-template-columns:1fr 110px}.bd-r2.line{border-top:1.5px solid var(--line);margin-top:4px;padding-top:9px;font-weight:600}.bd-r2.big .nm{font:700 13.5px Inter}.bd-r2.big .mono{color:var(--accent);font:700 14px SF Mono,monospace}.pb-rows{background:var(--chrome-2);border:1px solid var(--line);border-radius:8px;margin-top:2px;padding:4px 9px}.pb-row{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:3px 0;font:500 11.5px Inter;display:flex}.pb-row b{color:var(--ink);text-align:right;font-weight:600}.pb-row.pb-cost{border-top:1px solid var(--line);margin-top:2px;padding-top:5px}.pb-row.pb-cost b{color:var(--accent);font:600 12px SF Mono,Fira Mono,monospace}.pb-hint{color:#ababab;margin-top:4px;font:500 10.5px Inter}.c3d-rail{z-index:6;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:3px;padding:5px;display:flex;position:absolute;top:64px;right:16px;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.fp-app .c3d-rail{top:64px;right:16px}.c3d-ricon{color:#6b6b6b;cursor:pointer;background:0 0;border:none;border-radius:9px;place-items:center;width:36px;height:36px;transition:background .12s,color .12s;display:grid}.c3d-ricon:hover{background:var(--chrome-2);color:var(--ink)}.c3d-ricon.on{color:#fff;background:#4f46e5}.c3d-ricon svg{width:21px;height:21px}.c3d-rdiv{background:#ececec;width:22px;height:1px;margin:2px 0}.c3d-rclothes{justify-content:center;display:flex;position:relative}.c3d-who{background:#fff;border-radius:10px;height:36px;padding:3px;display:flex;position:absolute;top:0;right:42px;box-shadow:0 1px 3px #0000001f,0 10px 28px -6px #00000024}.c3d-who button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:0 11px;font:600 12px Inter,sans-serif}.c3d-who button:hover{color:var(--ink)}.c3d-who button.on{color:#fff;background:#4f46e5}:root{--bg:#fafaf8;--card:#fff;--text-1:#1a1a1a;--text-2:#6b6b6b;--text-3:#ababab;--accent:#4f46e5;--accent-10:#4f46e51a;--accent-20:#4f46e533;--sep:#00000014;--danger:#ff3b30;--good:#16a34a;--danger-10:#ff3b301a;--border:#00000012;--border-hi:#fffc;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:20px;--r-full:9999px;--shadow-float:0 4px 20px #0000000d,0 1px 4px #00000008;--shadow-inset:inset 0 1px 0 #ffffffe6;--ease:cubic-bezier(.25,.1,.25,1)}.con-root{background:var(--bg);height:100vh;color:var(--text-1);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;position:relative;overflow:hidden}.con-root *,.con-root :before,.con-root :after{box-sizing:border-box;margin:0;padding:0}.con-root button,.con-root input,.con-root textarea{font-family:inherit}.con-loading{height:100vh;color:var(--text-2);justify-content:center;align-items:center;font-size:15px;display:flex}.top-bar{z-index:20;-webkit-backdrop-filter:blur(24px)saturate(160%);background:#fafaf8b8;border-bottom:1px solid #0000000d;height:40px;position:absolute;top:0;left:0;right:0}.top-bar-inner{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:760px;height:100%;margin:0 auto;padding:0 20px;display:flex}.brand{align-items:center;gap:6px;display:flex}.brand-icon{background:var(--accent);border-radius:5px;flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.brand-label{letter-spacing:.06em;color:var(--text-1);font-size:11px;font-weight:800}.save-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.bottom-bar{z-index:20;-webkit-backdrop-filter:blur(24px)saturate(160%);background:#fafaf8b8;border-top:1px solid #0000000d;position:absolute;bottom:0;left:0;right:0}.bb-progress{background:#0000000f;height:2px}.progress-fill{background:var(--accent);border-radius:0 1px 1px 0;height:100%;transition:width .3s}.bb-actions{padding:8px 0 14px}.bb-actions-inner{box-sizing:border-box;gap:8px;max-width:760px;margin:0 auto;padding:0 20px;display:flex}.con-scroll{padding:52px 0 96px;position:absolute;inset:0;overflow-y:auto}.con-inner{box-sizing:border-box;flex-direction:column;gap:16px;max-width:760px;margin:0 auto;padding:0 20px;display:flex}.customer-hero{padding:4px 0 16px}.customer-name{color:var(--text-1);letter-spacing:-.5px;font-size:26px;font-weight:800;display:block}.customer-sub{color:var(--text-3);margin-top:2px;font-size:13px;display:block}.q-block{flex-direction:column;gap:8px;margin-top:20px;display:flex}.q-block:first-child{margin-top:0}.q-title{color:var(--text-1);letter-spacing:-.3px;font-size:18px;font-weight:800;line-height:1.2}.q-sub{color:var(--text-2);font-size:14px;font-weight:400}.type-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.space-bubble{box-shadow:var(--shadow-inset),var(--shadow-float);border:1px solid var(--border-hi);background:#fff;border-radius:20px;flex-direction:column;gap:14px;padding:16px;display:flex}.type-chip{cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:82px;padding:14px 8px;transition:all .15s;display:flex}.type-chip:hover{background:#fafafa;border-color:#c8c8c8}.type-chip.on{border-color:var(--accent);background:var(--accent-10);box-shadow:0 0 0 1px var(--accent)}.type-chip-icon{font-size:26px;line-height:1}.type-chip-label{color:var(--text-2);text-align:center;font-size:11px;font-weight:600;line-height:1.2}.type-chip.on .type-chip-label{color:var(--accent)}.room-card{box-shadow:var(--shadow-inset),var(--shadow-float);border:1px solid var(--border-hi);background:#fff;border-radius:16px;overflow:hidden}.room-name-row{padding:4px 18px 0}.room-name-input{width:100%;height:56px;color:var(--text-1);background:0 0;border:none;outline:none;font-size:17px;font-weight:500}.room-name-input::placeholder{color:var(--text-3)}.room-measure-row{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.row-label{color:var(--text-2);flex-shrink:0;width:120px;font-size:15px;font-weight:500}.closet-card{box-shadow:var(--shadow-inset),var(--shadow-float);border:1px solid var(--border-hi);background:#fff;border-radius:16px;overflow:hidden}.closet-row{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.closet-row:first-child{border-top:none}.seg{background:#f0f0f0;border-radius:12px;gap:2px;padding:3px;display:inline-flex}.seg-btn{height:40px;color:var(--text-1);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;flex:1;padding:0 6px;font-size:15px;font-weight:500;transition:all .18s}.seg-btn.on{background:#fff;font-weight:700;box-shadow:0 1px 4px #00000024,0 1px 2px #00000014}.seg-custom{height:40px;color:var(--text-3);text-align:center;cursor:text;background:0 0;border:none;border-radius:9px;outline:none;flex:1;min-width:70px;padding:0 8px;font-family:inherit;font-size:14px;transition:all .15s}.seg-custom::placeholder{color:var(--text-3);font-size:13px}.seg-custom:focus{color:var(--text-1);background:#fff;border-radius:9px;font-size:15px;box-shadow:0 1px 4px #00000024,0 1px 2px #00000014}.seg-custom.active{color:var(--accent);background:#fff;font-size:15px;font-weight:700;box-shadow:0 1px 4px #00000024,0 1px 2px #00000014}.hang-wrap{padding:16px 18px 0}.hang-bar{-webkit-user-select:none;user-select:none;touch-action:none;border-radius:14px;width:100%;height:72px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000001f}.hang-zone{flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:40px;height:100%;transition:flex 50ms;display:flex}.hang-zone-lbl{color:#fffc;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:700}.hang-zone-pct{color:#fff;letter-spacing:-.03em;font-size:24px;font-weight:800}.hang-handle{cursor:ew-resize;z-index:5;touch-action:none;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 10px #0003}.hang-handle:after{content:"⋮";color:#999;letter-spacing:-2px;font-size:14px;display:block;transform:rotate(90deg)}.hang-legend{flex-wrap:wrap;gap:16px;padding:10px 18px 16px;display:flex}.hang-legend-item{color:var(--text-2);align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.hang-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.shoe-row{border-top:1px solid var(--sep);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.shoe-lbl{color:var(--text-1);font-size:15px;font-weight:500}.toggle{cursor:pointer;background:#d1d1d6;border:none;border-radius:13px;flex-shrink:0;width:44px;height:26px;transition:all .2s;display:inline-block;position:relative}.toggle.on{background:var(--accent)}.toggle:after{content:"";background:#fff;border-radius:11px;width:22px;height:22px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.toggle.on:after{left:20px}.pref-card{box-shadow:var(--shadow-inset),var(--shadow-float);border:1px solid var(--border-hi);background:#fff;border-radius:20px;overflow:hidden}.tower-card{border:1px solid var(--border-hi);border-radius:var(--r-xl);box-shadow:var(--shadow-inset),var(--shadow-float);background:#fff;overflow:hidden}.tab-bar{border-bottom:1px solid var(--border);background:#ffffffa6;align-items:center;gap:8px;min-height:52px;padding:8px 14px;display:flex}.tower-seg{border-radius:var(--r-md);background:#f5f5f5;flex-shrink:0;gap:2px;padding:3px;display:inline-flex}.ttab{cursor:pointer;height:38px;color:var(--text-2);transition:all .15s var(--ease);white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600}.ttab.on{color:#fff;background:#1a1a1a}.ttab:not(.on):hover{color:var(--text-1);background:#0000000d}.seg-add{width:38px;height:38px;color:var(--text-2);cursor:pointer;transition:all .15s var(--ease);background:0 0;border:none;border-radius:10px;place-items:center;display:grid}.seg-add:hover{color:var(--accent);background:#0000000f}.tab-div{background:#0000001f;flex-shrink:0;width:1px;height:22px;margin:0 6px}.tab-action{border-radius:var(--r-md);cursor:pointer;height:36px;color:var(--text-2);transition:all .15s var(--ease);background:0 0;border:none;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.tab-action:hover{color:var(--text-1);background:#0000000f}.tab-action.del:hover{background:var(--danger-10);color:var(--danger)}.tab-spacer{flex:1}.tower-card-body{align-items:stretch;height:480px;display:flex;overflow:hidden}.tower-panel{border-right:1px solid var(--border);background:#fff;flex-direction:column;flex:0 0 50%;min-width:0;display:flex}.svg-canvas{flex:1;justify-content:center;align-items:center;padding:28px 10px;display:flex;overflow:hidden}.tower-svg{width:auto;height:100%;max-height:100%;display:block}.ctrl-panel{box-sizing:border-box;background:#fff;flex-direction:column;flex:0 0 50%;gap:0;min-width:0;padding:14px 12px;display:flex;overflow:hidden auto}.sec-block{flex-shrink:0;margin-bottom:18px}.sec-block+.sec-block{margin-top:10px}.sec-block:last-child{margin-bottom:0}.sec-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.sec-lbl{text-transform:uppercase;letter-spacing:.6px;color:#1a1a1a;font-size:13px;font-weight:700}.width-seg{border-radius:var(--r-md);background:#f5f5f5;gap:2px;padding:3px;display:flex}.w-seg-btn{height:34px;color:var(--text-2);cursor:pointer;transition:all .15s var(--ease);background:0 0;border:none;border-radius:10px;flex:1;font-family:inherit;font-size:13px;font-weight:600}.w-seg-btn.on{color:var(--text-1);background:#fff;box-shadow:0 1px 3px #00000024,0 1px #0000000a}.w-seg-btn:not(.on):hover{color:var(--text-1);background:#ffffff73}.dr-list{flex-direction:column;gap:6px;display:flex}.dr-card{border-radius:var(--r-md);cursor:pointer;min-height:44px;transition:background .12s var(--ease);background:#f5f5f5;border:1.5px solid #0000;flex-shrink:0}.dr-card:not(.sel):hover{background:#ebebeb}.dr-card.sel{border-radius:var(--r-md) var(--r-md) 0 0;background:#eeedeb;border:1.5px solid #1a1a1a;border-bottom:none}.dr-card.sel .chip-label,.dr-card.sel .chip-mm{color:#1a1a1a;font-size:15px}.size-picker-open{border-radius:0 0 var(--r-md) var(--r-md);background:#eeedeb;border:1.5px solid #1a1a1a;border-top:none;margin-top:-6px;padding:4px 12px 10px}.dr-row{align-items:center;gap:8px;padding:8px 12px;display:flex}.chip-num{color:#fff;background:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.chip-label{color:var(--text-1);white-space:nowrap;flex:1;font-size:13px;font-weight:600}.chip-mm{color:var(--text-2);flex-shrink:0;font-size:13px;font-weight:600}.chip-del{width:26px;height:26px;color:var(--danger);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;place-items:center;font-size:20px;font-weight:400;line-height:1;transition:all .1s;display:grid}.chip-del:hover{background:var(--danger-10)}.add-inline{border-radius:var(--r-full);color:var(--accent);cursor:pointer;transition:all .15s var(--ease);background:0 0;border:1.5px solid #4f46e559;align-items:center;gap:4px;padding:3px 8px 3px 5px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.add-inline:hover{background:var(--accent-10)}.sp-row{flex-wrap:wrap;gap:5px;display:flex}.sp-btn{border-radius:var(--r-full);height:30px;color:var(--text-1);cursor:pointer;transition:all .12s var(--ease);background:#fffc;border:1.5px solid #00000017;padding:0 10px;font-family:inherit;font-size:12px;font-weight:600}.sp-btn:hover{border-color:var(--accent);color:var(--accent);background:#fff}.sp-btn.on{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 1px 4px #4f46e54d}.acc-outer{box-shadow:var(--shadow-inset),var(--shadow-float);border:1px solid var(--border-hi);transition:box-shadow .2s var(--ease),border-color .2s var(--ease);border-radius:20px;position:relative}.acc-outer.on{box-shadow:inset 0 0 0 2.5px var(--accent),var(--shadow-float);border-color:#4f46e54d}.acc-arrow{cursor:pointer;width:36px;height:36px;color:var(--text-1);background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;font-size:22px;line-height:1;transition:box-shadow .14s,transform .14s;display:flex;box-shadow:0 1px 4px #0000001a,0 1px 2px #0000000f}.acc-arrow:hover{transform:scale(1.08);box-shadow:0 2px 8px #00000024}.acc-arrow:disabled{opacity:.2;pointer-events:none}.acc-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;clip-path:inset(0 round 20px);border-radius:20px;display:flex;overflow-x:auto}.acc-scroll::-webkit-scrollbar{display:none}.acc-item{scroll-snap-align:start;flex-shrink:0;width:100%}.acc-card{background:#fff;grid-template-columns:1fr 1fr;display:grid}.acc-img-side{aspect-ratio:1;background:#e8e4dc;position:relative;overflow:hidden}.acc-img-side img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.acc-photos-btn{height:48px;color:var(--text-1);cursor:pointer;background:#f0f0f0;border:none;border-radius:14px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:auto;font-family:inherit;font-size:15px;font-weight:600;transition:background .13s;display:flex}.acc-photos-btn:hover{background:#e6e6e6}.acc-info-side{flex-direction:column;min-width:0;padding:22px 18px 18px;display:flex}.acc-info-name{color:#1a1a1a;letter-spacing:-.3px;font-size:21px;font-weight:800;line-height:1.15}.acc-finish-lbl{text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);margin:18px 0 10px;font-size:10px;font-weight:700}.acc-swatches-row{flex-wrap:wrap;gap:10px;display:flex}.acc-swatch{cursor:pointer;width:42px;height:42px;transition:border-color .12s var(--ease),transform .14s var(--ease);background:0 0;border:3.5px solid #0000;border-radius:50%;flex-shrink:0;padding:0;box-shadow:0 1px 5px #0003}.acc-swatch.on{border-color:#1a1a1a;transform:scale(1.14)}.acc-include-btn{cursor:pointer;height:48px;transition:all .18s var(--ease);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;font-family:inherit;font-size:15px;font-weight:700;display:flex}.acc-include-btn.idle{color:#fff;background:#1a1a1a;box-shadow:0 2px 8px #0000002e}.acc-include-btn.added{background:var(--accent);color:#fff;box-shadow:0 4px 16px #4f46e552}.acc-nav-row{justify-content:center;align-items:center;gap:12px;padding:12px 0 2px;display:flex}.acc-nav-dots{align-items:center;gap:6px;display:flex}.acc-nav-dot{width:6px;height:6px;transition:all .2s var(--ease);cursor:pointer;background:#00000024;border:none;border-radius:50%;flex-shrink:0;padding:0}.acc-nav-dot.on{background:#1a1a1a;border-radius:3px;width:20px}.acc-modal{z-index:200;opacity:0;pointer-events:none;transition:opacity .26s var(--ease);background:#000000e0;flex-direction:column;display:flex;position:fixed;inset:0}.acc-modal.open{opacity:1;pointer-events:all}.acc-modal-head{flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.acc-modal-title{color:#fff;font-size:18px;font-weight:700}.acc-modal-close{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:22px;line-height:1;transition:background .12s;display:flex}.acc-modal-close:hover{background:#ffffff3d}.acc-modal-body{flex:1;justify-content:center;align-items:center;min-height:0;padding:0 24px;display:flex}.acc-modal-img{aspect-ratio:3/4;border-radius:20px;width:100%;max-width:480px;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000080}.acc-modal-img img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.acc-modal-foot{flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:22px 20px 32px;display:flex}.acc-modal-nav{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-family:inherit;font-size:22px;font-weight:600;transition:background .12s;display:flex}.acc-modal-nav:hover{background:#ffffff42}.acc-modal-dot{cursor:pointer;width:7px;height:7px;transition:all .2s var(--ease);background:#ffffff4d;border:none;border-radius:50%;flex-shrink:0;padding:0}.acc-modal-dot.on{background:#fff;border-radius:3.5px;width:22px}.step-panel{flex-direction:column;gap:16px;display:flex}.btn-back{cursor:pointer;height:44px;color:var(--text-1);white-space:nowrap;background:#00000012;border:none;border-radius:12px;flex:1;padding:0;font-family:inherit;font-size:14px;font-weight:600}.btn-next{cursor:pointer;background:var(--accent);color:#fff;white-space:nowrap;border:none;border-radius:12px;flex:2;height:44px;padding:0;font-family:inherit;font-size:15px;font-weight:700;transition:all .15s;box-shadow:0 2px 10px #4f46e552}.btn-next:hover{background:#2450cc;box-shadow:0 3px 14px #4f46e56b}.con-root{--bg:#efedea}.con-root .wizard-card,.con-root .panel,.con-root .step-card,.con-root [class*=card]{border:none!important;border-radius:22px!important;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f!important}.con-root button.primary,.con-root .btn-primary,.con-root .next-btn,.con-root [class*=cta]{border:none!important;border-radius:999px!important;box-shadow:0 6px 18px #4f46e54d!important}.con-root input,.con-root select{border-radius:12px!important}.bm-overlay{z-index:200;-webkit-backdrop-filter:blur(6px);background:#00000061;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bm-modal{background:#fafaf8;border-radius:20px;flex-direction:column;width:min(720px,94vw);height:min(88vh,860px);display:flex;overflow:hidden;box-shadow:0 32px 80px #00000038,0 4px 20px #0000001a}.bm-head{-webkit-backdrop-filter:blur(20px)saturate(160%);background:#fffc;border-bottom:1px solid #00000012;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px 0 24px;display:flex}.bm-title{color:#1a1a1a;letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:15px;font-weight:700}.bm-close{cursor:pointer;color:#6b6b6b;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:flex}.bm-close:hover{color:#1a1a1a;background:#00000012}.bm-close svg{width:12px;height:12px}.bm-body{flex-direction:column;flex:1;gap:0;padding:24px 32px 16px;display:flex;overflow:hidden auto}.bm-body::-webkit-scrollbar{width:4px}.bm-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.bm-body .q-block{margin-top:72px}.bm-body .q-block:first-child{margin-top:0}.bm-body .q-title{color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;padding-left:18px;font-size:14px!important;font-weight:600!important}.bm-body .q-sub{padding-left:18px}.bm-body .row-label{color:#1a1a1a}.bm-body .seg-btn,.bm-body .seg-btn.on{padding:0 16px;font-size:14px;font-weight:600}.bm-body .seg-cust-wrap{flex:none;width:80px;transition:width .15s;position:relative}.bm-body .seg-cust-wrap.active{width:120px}.bm-body .seg-custom{box-sizing:border-box;width:100%;font-size:14px}.bm-body .seg-custom.active{padding-right:28px;font-size:16px!important}.bm-body .seg-cust-unit{color:#ababab;pointer-events:none;font-family:Inter,sans-serif;font-size:12px;font-weight:500;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.bm-body .tower-card-body{height:480px}.bm-body .tower-panel{flex-direction:column;display:flex;overflow:hidden}.split-card{background:#fff;border:1px solid #fffc;border-radius:16px;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 4px 20px #0000000d,0 1px 4px #00000008}.split-top{color:#1a1a1a;border-bottom:1px solid #0000000f;padding:14px 20px;font-size:13px;font-weight:600}.split-body{align-items:stretch;display:flex}.split-left{border-right:1px solid #0000000f;flex:none;justify-content:center;align-items:center;padding:16px 12px;display:flex}.split-right{flex:1;min-width:0;padding:16px 20px}.bm-body .sec-block{background:#fff}.bm-body .sec-head{background:#fff;padding:6px 0 2px}.bm-body .sec-lbl{letter-spacing:.05em;color:#1a1a1a;text-transform:uppercase;font-size:11px;font-weight:700}.bm-body .width-seg{background:#0000000f;border-radius:10px;gap:2px;padding:3px}.bm-body .w-seg-btn{color:#6b6b6b;background:0 0;border:none;border-radius:8px;height:32px;font-size:13px;font-weight:600}.bm-body .w-seg-btn.on{color:#1a1a1a;background:#fff;box-shadow:0 1px 3px #00000024,0 1px #0000000a}.bm-body .w-seg-btn:not(.on):hover{color:#1a1a1a;background:#ffffff73}.bm-body .sp-row{flex-wrap:nowrap;gap:3px;display:flex}.bm-body .sp-btn{border-radius:6px;flex:1;min-width:0;height:26px;padding:0;font-size:10px;font-weight:600}.bm-body .dr-card{min-height:40px}.bm-body .dr-row{gap:7px;padding:6px 10px}.bm-body .chip-num{width:22px;height:22px;font-size:11px}.bm-body .chip-label{font-size:13px}.bm-body .chip-mm{color:#ababab;font-size:12px}.bm-body .chip-del{width:22px;height:22px;font-size:16px}.bm-body .sec-block+.sec-block{margin-top:6px}.bm-loading{color:#6b6b6b;flex:1;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:14px;display:flex}.bm-foot{-webkit-backdrop-filter:blur(20px)saturate(160%);background:#fffc;border-top:1px solid #00000012;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.bm-btn-secondary{cursor:pointer;color:#6b6b6b;background:0 0;border:none;border-radius:10px;height:36px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,color .12s}.bm-btn-secondary:hover{color:#1a1a1a;background:#0000000f}.bm-btn-primary{cursor:pointer;color:#fff;background:#4f46e5;border:none;border-radius:10px;align-items:center;gap:7px;height:36px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s;display:flex}.bm-btn-primary:hover{background:#1e47cc}.bm-btn-primary svg{flex-shrink:0;width:13px;height:10px}.sq-items{flex-direction:column;gap:2px;margin-bottom:14px;display:flex}.sq-row{justify-content:space-between;align-items:center;gap:10px;padding:6px 0;display:flex}.sq-label{color:var(--ink);flex:1;min-width:0;font-size:12.5px}.sq-amount{text-align:right;background:var(--chrome-2);font-variant-numeric:tabular-nums;width:96px;height:30px;color:var(--ink);border:none;border-radius:8px;padding:0 8px;font:500 13px SF Mono,Fira Mono,monospace}.sq-amount:focus{box-shadow:inset 0 0 0 1.5px var(--accent);background:var(--chrome);outline:none}.sq-date{width:140px;font-family:Inter,sans-serif}.sq-total{border-top:1px solid var(--line);margin-top:4px;padding-top:10px}.sq-total b{font-variant-numeric:tabular-nums;font-size:15px}.sq-error{color:#d14343;margin-bottom:10px;font-size:12px}.sq-send-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;width:100%;height:38px;font:600 13.5px Inter,sans-serif}.sq-send-btn:hover{background:#000}.sq-send-btn:disabled{opacity:.7;cursor:default}.sq-sent{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:6px 0;display:flex}.sq-sent-check{color:#1e9e50;background:#e7f6ec;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;font-weight:700;display:flex}.sq-sent b{font-size:15px}.sq-sent p{color:var(--muted);margin:0;font-size:12.5px}.sq-link{background:var(--chrome-2);width:100%;height:32px;color:var(--ink);border:none;border-radius:8px;margin:4px 0 8px;padding:0 10px;font:500 12px SF Mono,monospace}@media (pointer:coarse){.sq-amount,.sq-date,.sq-send-btn{min-height:44px}}.sq-client{color:var(--muted);margin-bottom:10px;font:500 12px Inter,sans-serif}.sq-client b{color:var(--ink)}.sq-engine{color:#1f7a4c;background:#1f7a4c17;border-radius:8px;margin-bottom:10px;padding:7px 10px;font:500 11.5px Inter}.pp-status-wrap{position:relative}.pp-statbtn{border:1px solid var(--line);cursor:pointer;height:26px}.pp-statbtn svg{opacity:.7;margin-left:2px}.pp-status-menu{min-width:150px;top:34px;right:0}.pp-status-menu button.on{background:var(--accent-soft);color:var(--accent)}.fx-card.pp-room{cursor:pointer}.pp-thumb{background:var(--chrome-2);border-bottom:1px solid var(--line);aspect-ratio:240/150;display:block}.pp-thumb svg{width:100%;height:100%;display:block}.pp-room-meta{align-items:center;gap:10px;padding:12px 14px;display:flex;position:relative}.pp-room-meta .info{flex:1;min-width:0}.pp-room-meta .info b{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font:600 14px Inter;display:block;overflow:hidden}.pp-room-meta .info span{color:var(--muted);font:500 12px Inter}.pp-kebab{width:26px;height:26px;color:var(--muted);cursor:pointer;border-radius:7px;flex:0 0 26px;place-items:center;display:grid}.pp-kebab:hover{background:var(--chrome-2);color:var(--ink)}.pp-kebab svg{width:16px;height:16px}.pp-room-menu{top:40px;right:10px}.pp-quote-card{background:var(--chrome);border:1px solid var(--line);border-radius:13px;grid-template-columns:1fr 300px;gap:0;margin-bottom:12px;display:grid;overflow:hidden}.pp-q-items{padding:16px 18px}.pp-q-row{color:#3a3a3a;border-top:1px solid var(--line-soft,#f1f0ed);justify-content:space-between;align-items:center;gap:12px;padding:6px 0;font:500 13px Inter;display:flex}.pp-q-row:first-child{border-top:none}.pp-q-row .amt{color:var(--ink);font:600 13px SF Mono,Fira Mono,monospace}.pp-q-row.total{border-top:1.5px solid var(--line);color:var(--ink);margin-top:6px;padding-top:11px;font:700 14px Inter}.pp-q-row.total .amt{font-size:15px}.pp-q-side{background:var(--chrome-2);border-left:1px solid var(--line);flex-direction:column;justify-content:space-between;gap:14px;padding:16px;display:flex}.pp-timeline{flex-direction:column;display:flex}.t-step{gap:11px;display:flex}.t-rail{flex-direction:column;flex:0 0 18px;align-items:center;display:flex}.t-dot{background:var(--accent);color:#fff;border-radius:50%;flex:0 0 18px;place-items:center;width:18px;height:18px;font:700 10px Inter;display:grid}.t-dot.pending{border:1.5px dashed var(--line-strong);background:0 0}.t-line{background:var(--line);flex:1;width:2px;min-height:16px;margin:2px 0}.t-body{padding-bottom:12px}.t-body b{color:var(--ink);font:600 12.5px Inter;display:block}.t-body b.muted{color:var(--muted);font-weight:500}.t-body span{color:var(--muted);font:500 11px Inter}.pp-q-actions{align-items:center;gap:7px;display:flex}.pp-q-actions .fx-btn{flex:1;justify-content:center;height:32px}@media (width<=640px){.pp-quote-card{grid-template-columns:1fr}.pp-q-side{border-left:none;border-top:1px solid var(--line)}}.cs{max-width:980px;margin:0 auto;padding:22px 26px 60px}.cs-load{text-align:center;color:var(--muted);padding:60px}.cs-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.cs-head h1{letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.cs-head p{color:var(--muted);max-width:560px;margin:3px 0 0;font-size:13px;line-height:1.5}.cs-saved{color:#2a9d5c;white-space:nowrap;background:#2a9d5c1a;border-radius:999px;padding:5px 11px;font:600 12px Inter}.cs-saved.off{color:var(--muted);background:var(--canvas)}.cs-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:20px;display:grid}.cs-col{flex-direction:column;gap:14px;min-width:0;display:flex}.cs-card{background:var(--chrome);border:1px solid var(--line);border-radius:14px;padding:4px 16px 12px}.cs-card-h{padding:13px 0 4px}.cs-card-h b{font-size:13.5px;font-weight:600}.cs-card-h span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.cs-row{border-top:1px solid #f0efec;align-items:center;gap:12px;min-height:40px;padding:4px 0;display:flex}.cs-card-h+.cs-row{border-top:none}.cs-lbl{color:#333;flex:1;align-items:center;gap:5px;min-width:0;font:500 12.5px Inter;display:flex}.cs-i{border:1px solid var(--line-strong);width:13px;height:13px;color:var(--muted);cursor:help;border-radius:50%;flex:0 0 13px;place-items:center;font:italic 600 9px Georgia,serif;display:grid}.cs-val{flex:none;justify-content:flex-end;display:flex}.cs-nf{background:var(--chrome-2);border:1px solid var(--line);border-radius:8px;justify-content:flex-end;align-items:center;min-width:96px;max-width:200px;height:30px;display:inline-flex}.cs-nf:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.cs-nf input{field-sizing:content;text-align:right;width:auto;min-width:20px;color:var(--ink);background:0 0;border:none;outline:none;padding:0 5px 0 10px;font:600 13px SF Mono,Fira Mono,monospace}.cs-nf .pre{color:var(--muted);padding-left:10px;font-size:12px}.cs-nf .u{color:var(--muted);white-space:nowrap;padding:0 9px 0 4px;font-size:10px}.cs-seg{background:var(--chrome-2);border:1px solid var(--line);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.cs-seg-b{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:5px 11px;font:600 11.5px Inter}.cs-seg-b.on{background:var(--chrome);color:var(--accent);box-shadow:0 1px 2px #0000001a}.cs-side{position:sticky;top:18px}.cs-preview{background:var(--chrome);border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:0 4px 18px #14141c0d}.cs-prev-h{font:600 13.5px Inter}.cs-prev-sub{color:var(--muted);margin:2px 0 12px;font-size:11.5px}.cs-flow{flex-direction:column;display:flex}.cs-line{font-variant-numeric:tabular-nums;justify-content:space-between;gap:12px;padding:5px 0;font:500 12.5px Inter;display:flex}.cs-line span:last-child{font-family:SF Mono,Fira Mono,monospace}.cs-line.dim{color:var(--muted);padding:2px 0;font-size:11.5px}.cs-line.tot{border-top:1px solid var(--line);margin-top:3px;padding-top:7px;font-weight:600}.cs-line.good span:last-child{color:#2a9d5c}.cs-line.big{font-size:15px;font-weight:700}.cs-line.accent{color:var(--accent);border-top:1px dashed var(--line);margin-top:3px;padding-top:7px;font-weight:600}@media (width<=760px){.cs-grid{grid-template-columns:1fr}.cs-side{position:static}}.ml{background:var(--canvas);flex-direction:column;align-items:center;height:100%;padding:0 20px;display:flex;overflow:hidden}.ml-top{justify-content:space-between;align-items:center;gap:14px;width:100%;max-width:none;padding:14px 0 0;display:flex}.ml-top h1{letter-spacing:-.3px;margin:0;font-size:24px;font-weight:800}.ml-util{align-items:center;gap:6px;display:flex}.ml-add{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.ml-add:hover{background:#000}.ml-add svg{width:16px;height:16px}.ml-h-ic{width:20px;height:20px;color:var(--ink);place-items:center;display:grid}.ml-h-ic svg{width:17px;height:17px}.ml-subbar{width:100%;max-width:none;margin-top:var(--gap-window);border-bottom:1px solid var(--line);flex:none;align-items:flex-end;gap:2px;display:flex}.ml-subbar-r{align-self:center;align-items:center;gap:12px;margin-left:auto;padding-bottom:4px;display:flex}.ml-act{align-items:center;gap:8px;display:flex}.ml-search{border:1px solid var(--line);background:var(--chrome);border-radius:8px;align-items:center;gap:7px;min-width:150px;height:32px;padding:0 10px;font-size:12.5px;display:flex}.ml-search input{font:inherit;color:var(--ink);background:0 0;border:none;outline:none;width:100%}.ml-btn{border:1px solid var(--line);background:var(--chrome);height:32px;color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font:600 12.5px Inter;display:flex}.ml-btn:hover{background:#fafaf8}.ml-btn.pri{background:var(--accent);border-color:var(--accent);color:#fff}.ml-tab{height:38px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-1px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.ml-tab:hover{color:var(--ink)}.ml-tab.on{color:var(--accent);border-bottom-color:var(--accent)}.ml-tab.on .ml-tabic{color:var(--accent)}.ml-tabic{width:15px;height:15px;color:var(--ink);flex:0 0 15px}.ml-fbar{align-items:center;gap:7px;min-height:30px;margin-left:auto;display:flex;position:relative}.ml-chip{border:1px solid var(--line);background:var(--chrome);border-radius:8px;align-items:center;gap:5px;height:28px;padding:0 4px 0 10px;font-size:12px;display:inline-flex}.ml-chip b{font-weight:600}.ml-chip .op{color:var(--muted)}.ml-fval{color:var(--accent);cursor:pointer;border-radius:5px;padding:2px 4px;font-weight:600}.ml-fval:hover{background:var(--accent-soft)}.ml-chip .x{width:18px;height:18px;color:var(--muted);cursor:pointer;border-radius:5px;place-items:center;display:grid}.ml-chip .x:hover{background:var(--chrome-2);color:var(--ink)}.ml-fadd{background:var(--canvas);height:30px;color:var(--ink);cursor:pointer;border:none;border-radius:8px;padding:0 11px;font:700 12px Inter}.ml-fadd:hover{background:#ececec}.ml-cols-btn{margin-left:8px}.ml-gby-btn{background:var(--chip);height:30px;color:var(--ink);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:5px;padding:0 10px;font:600 12px Inter;display:inline-flex}.ml-gby-btn:hover{background:var(--chip-hover)}.ml-gby-btn .k{color:var(--ink);font-weight:700}.ml-gby-btn b{color:var(--muted);font-weight:500}.ml-gby-btn svg{color:var(--muted);margin-left:1px}.ml-units{background:var(--chrome-2);border:1px solid var(--line);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.ml-unit{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 11px;font:600 11px Inter}.ml-unit.on{background:var(--chrome);color:var(--accent);box-shadow:0 1px 2px #0000001a}.ml-menu{z-index:60;background:var(--chrome);border:1px solid var(--line);border-radius:10px;min-width:160px;max-height:320px;padding:5px;position:absolute;overflow:auto;box-shadow:0 12px 30px #14141c24}.ml-mi{cursor:pointer;border-radius:7px;align-items:center;gap:9px;padding:7px 9px;font-size:12.5px;display:flex}.ml-mi:hover{background:var(--chrome-2)}.ml-ck{border:1.5px solid var(--line-strong);color:#0000;border-radius:4px;flex-shrink:0;place-items:center;width:15px;height:15px;font-size:10px;display:grid}.ml-ck.on{background:var(--accent);border-color:var(--accent);color:#fff}.ml-stage{width:100%;max-width:none;margin-top:var(--gap-window);gap:var(--gap-window);flex:1;align-items:flex-start;min-height:0;padding:0 0 16px;display:flex}.ml-list{background:var(--chrome);min-width:0;max-height:100%;box-shadow:var(--shadow-window);border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden}.ml-listbar{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 8px 8px 12px;display:flex}.ml-listttl{color:var(--ink);white-space:nowrap;align-items:baseline;gap:8px;padding-left:2px;font:700 14px Inter;display:flex}.ml-listttl .c{color:var(--muted);font:500 12.5px Inter}.ml-listtools{align-items:center;gap:6px;display:flex}.ml-listbar .ml-search{background:var(--chip);border:none;border-radius:8px;flex:none;width:196px;height:30px}.ml-listbar .ml-search:focus-within{background:var(--chip);box-shadow:inset 0 0 0 1.5px var(--accent)}.ml-listbar .ml-search input:focus,.ml-listbar .ml-search input:focus-visible{box-shadow:none;outline:none!important}.ml-iconbtn{background:var(--chip);width:30px;height:30px;color:var(--ink);cursor:pointer;border:none;border-radius:8px;flex:none;place-items:center;display:grid}.ml-iconbtn:hover{background:var(--chip-hover)}.ml-iconbtn svg{width:16px;height:16px;color:var(--muted)}.ml-scroll{overscroll-behavior:contain;flex:1;min-height:0;overflow:auto}.ml-table{width:100%;position:relative}.ml-foot{border-top:1px solid var(--line);background:var(--chrome);flex:none;justify-content:space-between;align-items:center;padding:7px 12px;display:flex}.ml-saved{color:#2a9d5c;align-items:center;gap:6px;font:600 11.5px Inter;display:inline-flex}.ml-saved:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;transition:background .15s}.ml-saved.saving{color:var(--muted)}.ml-saved.error{color:#b42318}.ml-scroll::-webkit-scrollbar{width:12px;height:12px}.ml-prop-body::-webkit-scrollbar{width:12px;height:12px}.ml-scroll::-webkit-scrollbar-track{background:0 0}.ml-prop-body::-webkit-scrollbar-track{background:0 0}.ml-scroll::-webkit-scrollbar-thumb{border:3px solid var(--chrome);background:#d7d6d1 padding-box padding-box;border-radius:8px}.ml-prop-body::-webkit-scrollbar-thumb{border:3px solid var(--chrome);background:#d7d6d1 padding-box padding-box;border-radius:8px}.ml-scroll::-webkit-scrollbar-thumb:hover{background:#c3c2bd}.ml-prop-body::-webkit-scrollbar-thumb:hover{background:#c3c2bd}.ml-scroll,.ml-prop-body{scrollbar-width:thin;scrollbar-color:#d7d6d1 transparent}.ml-colbtn{width:24px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-self:end;place-items:center;padding:0;display:grid}.ml-colbtn:hover{background:var(--chrome-2);color:var(--accent)}.ml-colbtn svg{width:16px;height:16px}.ml-h,.ml-row{align-items:center;gap:10px;display:grid}.ml-h{z-index:6;border-bottom:1px solid var(--line);text-transform:none;letter-spacing:0;min-height:32px;color:var(--ink);background:#f6f5f1;padding:0 16px 0 12px;font-size:12px;font-weight:600;position:sticky;top:0}.ml-chk{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;margin:0}.ml-hchk,.ml-rowchk{justify-content:flex-start;align-items:center;min-width:0;display:flex}.ml-row.checked{background:#4f46e50d}.ml-colcursor{pointer-events:none;z-index:7;background:#1e1e2d05;display:none;position:absolute;top:0;bottom:0}.ml-hcol,.ml-hname{-webkit-user-select:none;user-select:none;align-items:center;min-width:0;height:100%;display:flex;position:relative}.ml-hcol{cursor:grab}.ml-hcol.lifting{cursor:grabbing}.ml-hname{cursor:pointer}.ml-hcol-l{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ml-hresize{cursor:col-resize;z-index:5;touch-action:none;width:11px;height:100%;position:absolute;top:0;right:-5px}.ml-hresize:after{content:"";background:0 0;border-radius:2px;width:2px;transition:background .1s;position:absolute;top:4px;bottom:4px;right:5px}.ml-hcol:hover .ml-hresize:after,.ml-hname:hover .ml-hresize:after{background:var(--line-strong)}.ml-hresize:hover:after{background:var(--accent)}.selcol{background:#4f46e526}.ml-hcol.selcol,.ml-hname.selcol{color:var(--accent-ink)}.ml-hcol.lifting{color:var(--accent-ink);background:#4f46e526;border-radius:7px;box-shadow:0 5px 16px #14141c29}.ml-h.dragging .ml-hcol-l,.ml-h.dragging .ml-hresize{pointer-events:none}.ml-grp{text-transform:none;letter-spacing:0;min-height:32px;color:var(--ink);background:var(--canvas);border-top:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:8px;padding:0 16px 0 12px;font:700 14px Inter;display:flex}.ml-grp .cnt{color:var(--muted);font-size:12px;font-weight:500}.ml-grp-tog{color:#fff;background:#1a1a1a;border-radius:50%;flex:none;place-items:center;width:15px;height:15px;display:grid}.ml-grp-tog svg{width:12px;height:12px;transition:transform .15s}.ml-grp-tog.closed svg{transform:rotate(-90deg)}.ml-h+.ml-grp{border-top:none}.ml-row{cursor:pointer;min-height:54px;padding:6px 16px 6px 12px}.ml-row+.ml-row{border-top:1px solid var(--line)}.ml-row:hover{background:#f6f5f1}.ml-row.rowsel{background:#4f46e526}.ml-row.rowsel .ml-mn{color:var(--accent-ink)}.ml-sw{background-position:50%;background-size:cover;border-radius:8px;flex-shrink:0;width:40px;height:40px;box-shadow:inset 0 0 0 1px #0000001a}.ml-mn{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.ml-c{font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.ml-c.mut{color:var(--muted)}.ml-edit{border:1px solid var(--accent);width:100%;height:23px;font:inherit;color:var(--ink);background:#fff;border-radius:5px;outline:none;padding:0 7px;box-shadow:0 0 0 2px #4f46e524}.ml-empty{text-align:center;color:var(--muted);padding:54px;font-size:13px}.ml-prop-w{box-sizing:border-box;flex-direction:column;flex:0 0 340px;width:340px;min-height:0;max-height:100%;display:flex}.ml-prop{background:var(--chrome);width:100%;min-height:0;box-shadow:var(--shadow-window);border-radius:13px;flex-direction:column;flex:1;display:flex;overflow:hidden}.ml-prop.empty{flex:none;height:340px}.ml-prop-empty{text-align:center;color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:30px 26px;display:flex}.ml-prop-empty .ic{background:var(--canvas);width:44px;height:44px;color:var(--faint);border-radius:12px;place-items:center;margin-bottom:12px;display:grid}.ml-prop-empty .ic svg{width:22px;height:22px}.ml-prop-empty h4{color:var(--ink);margin:0 0 5px;font:600 13.5px Inter}.ml-prop-empty p{max-width:210px;margin:0;font:400 12px/1.55 Inter}.ml-prop-head{border-bottom:1px solid #e4e3df;flex:none;position:relative}.ml-prop-body{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.ml-px{background:var(--chrome-2);width:24px;height:24px;color:var(--muted);cursor:pointer;z-index:2;border:none;border-radius:7px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.ml-px:hover{background:var(--chrome-3);color:var(--ink)}.ml-prev{align-items:center;gap:11px;padding:15px 40px 5px 16px;display:flex}.ml-prev .pv{background-size:cover;border-radius:9px;flex-shrink:0;width:44px;height:44px;box-shadow:inset 0 0 0 1px #0000001a}.ml-prev .t{word-break:break-word;font-size:13.5px;font-weight:600}.ml-prev .s{color:var(--muted);margin-top:2px;font-size:11.5px}.ml-sec{border-top:1px solid #e4e3df;justify-content:space-between;align-items:center;margin-top:13px;padding:14px 16px 3px;display:flex}.ml-sec-t{letter-spacing:-.1px;font-size:13px;font-weight:600}.ml-prop-body .ml-sec:first-child{border-top:none;margin-top:8px}.ml-row2{align-items:center;gap:12px;min-height:31px;padding:1px 16px;display:flex}.ml-lbl{color:#444;flex-shrink:0;width:90px;font-size:12px;font-weight:500}.ml-val{flex:1;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.ml-f{background:var(--fill,#f1f0ed);height:27px;color:var(--ink);field-sizing:content;border:none;border-radius:7px;outline:none;width:auto;min-width:84px;max-width:100%;padding:0 10px;font:500 12px Inter}.ml-f:focus{box-shadow:0 0 0 2px #4f46e533}.ml-s2{background:var(--fill,#f1f0ed);height:27px;color:var(--ink);cursor:pointer;field-sizing:content;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M1 1l4 4 4-4' fill='none' stroke='%236B6B6B' stroke-width='1.5'/></svg>");background-position:right 8px center;background-repeat:no-repeat;border:none;border-radius:7px;min-width:84px;max-width:100%;padding:0 24px 0 10px;font:500 12px Inter}.ml-nf{background:var(--fill,#f1f0ed);border-radius:7px;align-items:center;width:118px;height:27px;display:inline-flex;overflow:hidden}.ml-nf:focus-within{box-shadow:0 0 0 2px #4f46e533}.ml-nf input{text-align:right;width:100%;min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:0 2px 0 8px;font:500 12px SF Mono,Fira Mono,monospace}.ml-nf input:focus,.ml-nf input:focus-visible{box-shadow:none;outline:none}.ml-nf .pre{color:var(--muted);flex:none;padding-left:11px;font-size:11.5px}.ml-nf .u{text-align:left;color:var(--muted);white-space:nowrap;flex:0 0 26px;padding-left:4px;font-size:9.5px}.ml-swc{cursor:pointer;border-radius:6px;width:21px;height:21px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000001a}.ml-swc input{opacity:0;cursor:pointer;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;inset:-4px}.ml-chip2{background:var(--fill,#f1f0ed);color:#444;cursor:pointer;border:none;border-radius:7px;align-items:center;gap:5px;height:27px;padding:0 10px;font:500 11.5px Inter;display:inline-flex}.ml-thumb{background-position:50%;background-size:cover;border-radius:6px;width:27px;height:27px;box-shadow:inset 0 0 0 1px #0000001a}.ml-tg{background:var(--line-strong);cursor:pointer;border-radius:9px;flex-shrink:0;width:33px;height:18px;position:relative}.ml-tg.on{background:var(--accent)}.ml-tg:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:left .12s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.ml-tg.on:after{left:17px}.ml-tg.mix{background:linear-gradient(90deg,var(--accent) 0 50%,var(--line-strong) 50% 100%)}.ml-tg.mix:after{left:9.5px}.ml-del{border:1px solid var(--line);color:#b42318;cursor:pointer;background:0 0;border-radius:8px;width:calc(100% - 32px);height:30px;margin:8px 16px 16px;font:600 12px Inter}.ml-del:hover{background:#e5484d0f;border-color:#e5484d4d}.ml-banner{width:100%;max-width:none;margin:10px 0 0;padding:0}.ml-banner div{color:#b42318;background:#e5484d14;border:1px solid #e5484d47;border-radius:10px;padding:9px 13px;font-size:12.5px}.ml-c.lifting{z-index:6;background:#4f46e526;position:relative}.ml-lbl{align-items:center;display:flex}.ml-info{border:1px solid var(--line-strong);width:13px;height:13px;color:var(--muted);cursor:help;border-radius:50%;flex:0 0 13px;place-items:center;margin-left:5px;font:italic 600 9px Georgia,serif;display:inline-grid}.ml-info:hover{border-color:var(--accent);color:var(--accent)}.ml-cfg{padding:14px 16px 6px}.ml-cfg-name{word-break:break-word;padding-right:28px;font-size:13.5px;font-weight:600}.ml-cfg-name span{color:var(--muted);margin-top:1px;font-size:11.5px;font-weight:400;display:block}.ml-cfg-head-row{align-items:center;gap:10px;margin-top:12px;display:flex}.ml-cfg-k{color:#444;flex:0 0 72px;width:72px;font-size:12px;font-weight:600}.ml-cfg-band-row{align-items:center;gap:9px;margin-top:8px;padding-left:82px;display:flex}.ml-cfg-squares{gap:10px;margin-top:9px;display:flex}.ml-cfg-sq{cursor:pointer;background-position:50%;background-size:cover;border-radius:11px;flex:0 0 100px;place-items:center;width:100px;height:100px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000001f}.ml-cfg-sq input[type=color]{opacity:0;cursor:pointer;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;inset:-4px}.ml-cfg-sq .ml-sq-hint{color:#00000052;font-size:22px;font-weight:300}.ml-cfg-sq.bc-square{cursor:default;background:linear-gradient(160deg,#fcfcfb,#edece9)}.ml-cfg-sq.sm{border-radius:8px;flex:0 0 32px;width:32px;height:32px}.ml-seg{background:var(--chrome-2);border:1px solid var(--line);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.ml-seg-b{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 9px;font:600 11px Inter}.ml-seg-b:hover{color:var(--ink)}.ml-seg-b.on{background:var(--chrome);color:var(--accent);box-shadow:0 1px 2px #0000001a}.bc-scene{perspective:460px;cursor:grab;touch-action:none;place-items:center;width:100px;height:100px;display:grid}.bc-scene:active{cursor:grabbing}.bc-cube{transform-style:preserve-3d;position:relative}.bc-face{backface-visibility:hidden;background-position:50%;background-size:cover;border-radius:3px;position:absolute;top:50%;left:50%;box-shadow:inset 0 0 0 1px #0000001a}.ml-tools{gap:6px;padding:10px 14px 12px;display:flex}.ml-tool{border:1px solid var(--line);background:var(--chrome);color:#3a3a3a;cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;min-width:0;height:30px;padding:0 6px;font:600 11px Inter;display:inline-flex}.ml-tool:hover{background:var(--chrome-2);color:var(--ink)}.ml-tool:disabled{opacity:.45;cursor:default}.ml-tool svg{flex:0 0 14px;width:14px;height:14px}.ml-tool span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ml-tool.danger{color:#b42318;border-color:#e5484d4d}.ml-tool.danger:hover{background:#e5484d0f;border-color:#e5484d73}.ml-fin{gap:11px;padding:2px 16px 0;display:flex}.ml-fin-sq{background-position:50%;background-size:cover;border-radius:11px;flex:1;min-width:0;height:104px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000001f}.ml-fin-3d{background:radial-gradient(130% 130% at 50% 8%,#efede8,#d6d2cb)}.ml-fin-canvas{touch-action:none;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.ml-fin-cap{color:#6b6258;letter-spacing:.02em;pointer-events:none;z-index:4;background:#ffffffd1;border-radius:5px;padding:2px 7px;font:600 10px Inter;position:absolute;top:7px;left:8px}.ml-fin-color{opacity:0;cursor:pointer;z-index:3;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.ml-fin-icos{z-index:5;gap:5px;display:flex;position:absolute;top:7px;right:7px}.ml-fin-ico{color:#5a5347;cursor:pointer;background:#ffffffeb;border:none;border-radius:7px;place-items:center;width:26px;height:26px;display:grid;box-shadow:0 1px 3px #0000002e}.ml-fin-ico:hover{color:var(--accent)}.ml-fin-ico svg{width:15px;height:15px}.ml-eb{padding:4px 16px 6px}.ml-dd{position:relative}.ml-dd-btn{border:1px solid var(--line);background:var(--chrome);height:34px;color:var(--ink);cursor:pointer;border-radius:9px;align-items:center;gap:9px;width:100%;padding:0 11px 0 9px;font:500 12.5px Inter;display:flex}.ml-dd-btn:hover{border-color:var(--line-strong)}.ml-dd-sw{background-position:50%;background-size:cover;border-radius:5px;flex:0 0 18px;width:18px;height:18px;box-shadow:inset 0 0 0 1px #00000024}.ml-dd-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ml-dd-name b{color:var(--muted);font-weight:500}.ml-dd-chev{color:var(--muted);flex:0 0 15px;margin-left:auto}.ml-dd-chev svg{width:15px;height:15px;display:block}.ml-dd-list{background:var(--chrome);border:1px solid var(--line);z-index:40;border-radius:11px;max-height:264px;padding:5px;position:absolute;top:38px;left:0;right:0;overflow:auto;box-shadow:0 14px 34px #14141c2e}.ml-dd-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 9px;font:500 12.5px Inter;display:flex}.ml-dd-item:hover{background:var(--chrome-2)}.ml-dd-t{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ml-dd-t small{color:var(--muted);font-weight:400}.ml-dd-ck{color:var(--accent);flex:0 0 15px;margin-left:auto}.ml-dd-ck svg{width:15px;height:15px;display:block}.ml-dd-div{background:#e4e3df;height:1px;margin:4px 6px}.ml-dd-empty{color:var(--muted);text-align:center;padding:10px 9px;font:400 11.5px Inter}.ml-modal{z-index:200;background:#14141c6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ml-modal-card{background:var(--chrome);border-radius:16px;width:440px;max-width:calc(100vw - 40px);overflow:hidden;box-shadow:0 30px 70px #0000004d}.ml-modal-h{border-bottom:1px solid #e4e3df;align-items:center;padding:14px 16px;font:600 14px Inter;display:flex}.ml-modal-x{background:var(--chrome-2);width:26px;height:26px;color:var(--muted);cursor:pointer;border:none;border-radius:7px;place-items:center;margin-left:auto;display:grid}.ml-modal-x svg{width:14px;height:14px}.ml-modal-3d{background:radial-gradient(130% 130% at 50% 8%,#efede8,#d2cec6);height:300px}.ml-modal-canvas{touch-action:none;width:100%;height:100%;display:block}.ml-modal-tex{background-position:50%;background-size:cover;height:300px}.ml-modal-foot{color:var(--muted);border-top:1px solid #e4e3df;align-items:center;gap:6px;padding:12px 16px;font:500 11.5px Inter;display:flex}.hw-tabs{scrollbar-width:none;min-width:0;overflow-x:auto}.hw-tabs::-webkit-scrollbar{display:none}.ml-r{text-align:right;justify-self:end}.ml-sw.hw-ic{color:var(--muted);background:var(--chrome-2);place-items:center;display:grid;box-shadow:inset 0 0 0 1px #00000012}.hw-ic svg{width:14px;height:14px}.ml-prev .pv.hw-ic-lg{color:var(--accent);background:var(--accent-soft);box-shadow:none;place-items:center;display:grid}.hw-ic-lg svg{width:22px;height:22px}.hw-cnt{color:var(--accent);font:700 16px Inter}.hw-prop-w{box-sizing:border-box;flex-direction:column;flex:0 0 340px;width:340px;min-height:0;max-height:100%;display:flex}.hw-secsub{color:var(--muted);margin-left:6px;font-size:11px;font-weight:400}.hw-diagram{padding:8px 16px 4px}.hw-svg{background:var(--chrome-2);border:1px solid var(--line);border-radius:11px;width:100%;height:auto;padding:4px 2px;display:block}.hw-bar{fill:#e5dfd2;stroke:#0000001f;stroke-width:1px}.hw-front{stroke:var(--muted);stroke-width:1.5px;stroke-dasharray:2 2}.hw-flab{fill:var(--muted);font:600 8px Inter}.hw-hnum{fill:var(--ink);font:700 9px Inter}.hw-hline{stroke:var(--line-strong);stroke-width:1px}.hw-hdot{fill:#fff;stroke:var(--line-strong);stroke-width:1.5px}.hw-hdot.on{fill:var(--accent);stroke:var(--accent)}.hw-diag{position:relative}.hw-diag-exp{color:#5a5347;cursor:pointer;background:#ffffffe0;border:none;border-radius:7px;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:9px;right:9px;box-shadow:0 1px 3px #0003}.hw-diag-exp:hover{color:var(--accent)}.hw-diag-exp svg{width:15px;height:15px}.hw-svg.hw-hinge{background:0 0;border:none;padding:0;display:block}.hw-edge line{stroke:#9c7b46;stroke-width:2px}.hw-edge line.thin{stroke:#c2a87b;stroke-width:1px;opacity:.7}.hw-edge .brk{stroke:#9c7b46;stroke-width:1.4px;fill:none}.hw-dim line{stroke:#2b5bd7;stroke-width:1.2px}.hw-dim line.hw-ext{stroke:#2b5bd7;stroke-width:.8px;opacity:.6}.hw-dim .hw-brk{stroke:#2b5bd7;stroke-width:1.1px;fill:none}.hw-lead{stroke:#7a6233;stroke-width:1px;opacity:.7;stroke-dasharray:3 3}.hw-dimbox{fill:#fff;stroke:#cdc6b4;stroke-width:1.1px}.hw-dimtxt{fill:#15151a;font:700 13px Inter}.hw-dimlbl{fill:#6b6b6b;font:600 11px Inter}.hw-pre{fill:#3a3320;font:700 14px Inter}.hw-suf{fill:#6b6b6b;font:600 11px Inter}.hw-flbl{fill:#6a6250;font:600 10.5px Inter}.hw-edgelbl{fill:#9a8c66;font:600 9.5px Inter}.ml-modal-card.hw-modal-wide{width:700px}.hw-card{fill:#fbf5e6;stroke:#d6c79e;stroke-width:1.2px}.hw-ctitle{fill:#6a5c3a;font:700 11px Inter}.hw-seg{box-sizing:border-box;background:#ffffffb8;border:1px solid #cdc6b4;border-radius:7px;gap:2px;height:100%;padding:2px;display:flex}.hw-seg button{color:#6a5c3a;cursor:pointer;background:0 0;border:none;border-radius:5px;flex:1;padding:0;font:600 11px Inter}.hw-seg button.on{background:var(--accent);color:#fff}.hw-fowrap{width:100%;height:100%}.hw-fin{box-sizing:border-box;text-align:center;color:#15151a;cursor:text;background:#fff;border:1.3px solid #b6ad96;border-radius:6px;outline:none;width:100%;height:100%;padding:0;font:700 14px Inter}.hw-fin:hover{border-color:#8c8470}.hw-fin:focus{border-color:var(--accent);box-shadow:0 0 0 2px #4f46e538}.hw-modal-card{width:600px;max-width:calc(100vw - 40px)}.hw-modal-body{padding:16px}.hw-holes2{grid-template-columns:1fr 1fr;gap:6px 10px;padding:4px 16px 6px;display:grid}.hw-hrow{background:var(--chrome-2);border:1px solid var(--line);border-radius:8px;align-items:center;gap:7px;padding:3px 8px;display:flex}.hw-hrow.off{opacity:.5}.hw-hrow input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent);cursor:pointer;flex:0 0 14px;margin:0}.hw-hrow b{color:var(--muted);flex:0 0 18px;font:700 11px Inter}.hw-hrow .ml-nf{background:0 0;border:none;flex:1;width:auto;min-width:0;height:25px;overflow:visible}.hw-hrow .ml-nf input{font-size:11.5px}.bt-sub{color:var(--muted);padding:8px 0 10px;font:500 12.5px Inter}.bt-def{color:var(--accent);background:var(--accent-soft);vertical-align:1px;border-radius:999px;margin-left:8px;padding:2px 8px;font:600 10px Inter}.bt-roles{font-size:11.5px}.bt-note{color:var(--muted);font:500 11px Inter}.bt-ic{color:var(--accent);background:var(--accent-soft);box-shadow:none;place-items:center;display:grid}.bt-ic svg{width:20px;height:20px}.bt-sel{max-width:190px}.bt-hint{color:var(--muted);padding:10px 16px 14px;font:500 11.5px/1.55 Inter}.bt-hint b{color:var(--ink)}.ca{background:var(--canvas);grid-template-columns:288px 1fr 306px;height:100%;min-height:0;display:grid}.ca-grid-wrap{background:var(--chrome);border-right:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.ca-list-hd{justify-content:space-between;align-items:baseline;padding:18px 16px 4px;display:flex}.ca-list-hd h1{color:var(--ink);margin:0;font:700 16px Inter}.ca-count{color:var(--muted);font:600 12px SF Mono,monospace}.ca-up-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:20px;height:26px;padding:0 11px;font:600 12px Inter}.ca-up-btn:hover{filter:brightness(1.06)}.ca-del{border:1px solid var(--line);background:var(--chrome);color:#c0392b;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.ca-del:hover{background:#fdecea;border-color:#f5c6c0}.ca-modal-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;background:#14141459;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ca-modal{background:var(--chrome);border-radius:14px;width:380px;max-width:92vw;padding:22px;box-shadow:0 24px 60px #00000038}.ca-modal h3{color:var(--ink);margin:0 0 14px;font:700 16px Inter}.ca-drop{border:1.5px dashed var(--line);cursor:pointer;height:64px;color:var(--muted);text-align:center;border-radius:10px;justify-content:center;align-items:center;padding:0 10px;font:600 12.5px Inter;display:flex}.ca-drop:hover{border-color:var(--accent);color:var(--ink)}.ca-drop input{display:none}.ca-modal-in{border:1px solid var(--line);background:var(--chrome-2);border-radius:8px;outline:none;width:100%;height:34px;padding:0 10px;font:500 13px Inter}.ca-modal-in:focus{border-color:var(--accent)}.ca-seg-wrap{flex-wrap:wrap}.ca-seg-wrap button{flex:40%;min-width:0}.ca-err{color:#c0392b;margin:8px 0 0;font:600 11.5px Inter}.ca-skp{color:var(--ink);background:#eef1fe;border:1px solid #c7d2fe;border-radius:10px;margin:10px 0 2px;padding:12px;font:500 12px/1.5 Inter}.ca-skp b{font-weight:700}.ca-skp ol{margin:8px 0 10px;padding-left:18px}.ca-skp li{margin:3px 0}.ca-skp code{background:#fff;border-radius:3px;padding:1px 4px;font:600 11px SF Mono,monospace}.ca-skp a{color:var(--accent);font-weight:600}.ca-skp-btn{background:var(--accent);border-radius:8px;height:32px;padding:0 14px;font:600 12.5px Inter;text-decoration:none;display:inline-block;color:#fff!important}.ca-modal-act{gap:10px;margin-top:18px;display:flex}.ca-modal-act .ca-save{flex:1}.ca-search{background:#f5f5f5;border:1px solid #e6e6e6;border-radius:8px;outline:none;height:32px;margin:6px 14px 8px;padding:0 11px;font:500 13px Inter}.ca-search:focus{background:#fff;border-color:#0d99ff;box-shadow:inset 0 0 0 1px #0d99ff}.ca-filters{gap:8px;padding:0 14px 8px;display:flex}.ca-sel-wrap{flex:1;min-width:0;position:relative}.ca-sel{color:#1e1e1e;cursor:pointer;appearance:none;background:#f5f5f5;border:1px solid #e6e6e6;border-radius:8px;outline:none;width:100%;height:32px;padding:0 26px 0 11px;font:500 12.5px Inter}.ca-sel:focus{background:#fff;border-color:#0d99ff;box-shadow:inset 0 0 0 1px #0d99ff}.ca-sel-chev{color:#9a9a9a;pointer-events:none;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.ca-scroll{flex:1;padding:6px 12px 20px;overflow-y:auto}.ca-grp{margin-top:6px}.ca-grp-hd{text-transform:uppercase;letter-spacing:.5px;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 4px 8px;font:700 10.5px Inter;display:flex}.ca-grp-hd span{color:#ababab;margin-left:auto}.ca-chev{transition:transform .15s}.ca-chev.cl{transform:rotate(-90deg)}.ca-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px;display:grid}.ca-th{background:var(--chrome-2);cursor:pointer;border:1.5px solid #0000;border-radius:11px;flex-direction:column;gap:5px;padding:6px;display:flex;overflow:hidden}.ca-th:hover{border-color:#d8d8d8}.ca-th.on{background:#eef0ff;border-color:#4f46e5}.ca-th-img{aspect-ratio:1;background-size:contain;border-radius:7px;width:100%;display:block;box-shadow:inset 0 0 0 1px #0000000d}.ca-th-nm{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:27px;font:600 10.5px/1.3 Inter;display:-webkit-box;overflow:hidden}.ca-stage{background:#eceae7;min-height:0;position:relative}.ca-stage-cap{color:#6b6b6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#ffffffb8;border-radius:20px;padding:5px 12px;font:500 11.5px Inter;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.ca-stage-tools{z-index:2;gap:6px;display:flex;position:absolute;top:12px;right:12px}.ca-cam-btn{border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:28px;color:var(--ink);cursor:pointer;background:#ffffffd9;border-radius:20px;padding:0 11px;font:600 11.5px Inter}.ca-cam-btn:hover{background:#fff}.ca-cam-btn.done{color:#fff;background:#30a46c;border-color:#30a46c}.ca-color-row{justify-content:space-between;align-items:center;display:flex}.ca-color-row>label{margin:0}.ca-color{align-items:center;gap:8px;display:flex}.ca-color input[type=color]{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:6px;width:30px;height:26px;padding:0}.ca-color span{color:var(--muted);font:600 11px SF Mono,monospace}.ca-color button{color:var(--accent);cursor:pointer;background:0 0;border:none;font:600 11px Inter}.ca-panel{background:var(--chrome);border-left:1px solid var(--line);padding:0 0 28px;font-family:Inter,system-ui,sans-serif;overflow-y:auto}.ca-ttl-row{align-items:center;gap:7px;display:flex}.ca-ttl-input{color:#1e1e1e;background:0 0;border:1px solid #0000;border-radius:6px;outline:none;flex:1;min-width:0;margin:-3px -6px;padding:3px 6px;font:600 14px Inter}.ca-ttl-input:hover{border-color:#e6e6e6}.ca-ttl-input:focus{background:#f5f5f5;border-color:#0d99ff}.ui-st-row{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.ui-st-row .ui-st{margin-bottom:0}.ca-color2{align-items:center;gap:8px;height:30px;display:flex}.ca-color2 .sw{cursor:pointer;border:1px solid #e6e6e6;border-radius:6px;flex:none;width:30px;height:30px;position:relative;overflow:hidden}.ca-color2 .sw input{cursor:pointer;border:0;width:44px;height:44px;padding:0;position:absolute;top:-6px;left:-6px}.ca-color2>span{color:#6e6e6e;text-overflow:ellipsis;white-space:nowrap;min-width:0;font:600 11px SF Mono,monospace;overflow:hidden}.ca-color2 button{color:#0d99ff;cursor:pointer;background:0 0;border:0;flex:none;margin-left:auto;font:600 11px Inter}.ca-field{margin-top:18px}.ca-field>label{color:var(--ink);justify-content:space-between;margin-bottom:7px;font:600 12px Inter;display:flex}.ca-field>label b,.ca-sl label b{color:var(--accent);font:600 11.5px SF Mono,Fira Mono,monospace}.ca-seg,.ca-hang{background:var(--chrome-2);border:1px solid var(--line);border-radius:9px;gap:3px;padding:3px;display:flex}.ca-seg button,.ca-hang button{height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;font:600 12px Inter}.ca-seg button.on{background:var(--chrome);color:var(--ink);box-shadow:0 1px 3px #0000001f}.ca-hang button.on{background:var(--accent);color:#fff}.ca-hint{color:#9a9a9a;margin:7px 0 0;font:500 10.5px/1.5 Inter}.ca-grp2{text-transform:uppercase;letter-spacing:.5px;color:var(--muted);border-top:1px solid var(--line);margin:20px 0 6px;padding-top:14px;font:700 10.5px Inter}.ca-grp2-row{justify-content:space-between;align-items:center;display:flex}.ca-link{text-transform:none;letter-spacing:0;color:#6e6e6e;cursor:pointer;background:#fff;border:1px solid #e6e6e6;border-radius:20px;align-items:center;gap:4px;height:22px;padding:0 9px;font:600 10.5px Inter;display:inline-flex}.ca-link.on{color:#fff;background:#4f46e5;border-color:#4f46e5}.ca-nf{justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;display:flex}.ca-nf>span{color:var(--ink);font:500 11.5px Inter}.ca-nf-box{border:1px solid var(--line);background:var(--chrome-2);border-radius:7px;align-items:center;display:flex;overflow:hidden}.ca-nf-box button{width:22px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;font:600 14px Inter}.ca-nf-box button:hover{background:var(--line);color:var(--ink)}.ca-nf-box input{border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);background:var(--chrome);text-align:center;width:46px;height:28px;color:var(--ink);-moz-appearance:textfield;outline:none;font:600 12px SF Mono,Fira Mono,monospace}.ca-nf-box input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ca-nf-box input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ca-nf-box input:focus{background:#eef1fe}.ca-nf-box i{color:var(--muted);padding:0 7px;font:500 10px Inter}.ca-sl{margin-bottom:9px}.ca-sl label{color:var(--ink);justify-content:space-between;margin-bottom:3px;font:500 11.5px Inter;display:flex}.ca-sl input[type=range],.ca-field input[type=range]{width:100%;accent-color:var(--accent)}.ca-actions{background:#fbfbfa;align-items:center;gap:10px;display:flex}.ca-reset{border:1px solid var(--line);background:var(--chrome);height:34px;color:var(--ink);cursor:pointer;border-radius:8px;padding:0 14px;font:600 12px Inter}.ca-reset:hover{background:var(--chrome-2)}.ca-save{cursor:pointer;background:var(--chrome-2);color:#9a9a9a;border:none;border-radius:8px;flex:1;height:34px;font:600 13px Inter}.ca-save.dirty{background:var(--accent);color:#fff}.dr{height:24px;margin:6px 0 2px;position:relative}.dr-track{background:var(--line);border-radius:3px;height:4px;position:absolute;top:10px;left:0;right:0}.dr-fill{background:var(--accent);border-radius:3px;height:4px;position:absolute;top:10px}.dr-mid{background:silver;width:2px;height:12px;position:absolute;top:6px;transform:translate(-50%)}.dr-thumb{border:2px solid var(--accent);cursor:grab;background:#fff;border-radius:50%;width:18px;height:18px;margin-left:-9px;padding:0;position:absolute;top:2px;box-shadow:0 1px 4px #0003}.dr-thumb:active{cursor:grabbing}@media (width<=1080px){.ca{grid-template-columns:240px 1fr}.ca-panel{display:none}}.uc-stage{gap:var(--gap-window)}.uc-scroll{padding:6px 6px 20px}.uc-listwin{flex:1;min-width:0}.uc-listwin.narrow{flex:0 0 240px}.uc-detailwin{flex:1;min-width:0}.uc-seg{background:var(--chip);border-radius:9px;gap:2px;padding:2px;display:inline-flex}.uc-segbtn{width:30px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;display:grid}.uc-segbtn svg{width:16px;height:16px}.uc-segbtn:hover{color:var(--ink)}.uc-segbtn.on{color:var(--ink);background:#fff;box-shadow:0 1px 2px #0000001f}.uc-tiers{background:var(--chip);border-radius:9px;gap:2px;padding:2px;display:inline-flex}.uc-tier{height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:0 12px;font:600 12px Inter}.uc-tier:hover{color:var(--ink)}.uc-tier.on{color:var(--ink);background:#fff;box-shadow:0 1px 2px #0000001f}.uc-tiers.sm .uc-tier{height:24px;padding:0 9px;font-size:11.5px}.uc-grp{padding:6px 10px 4px}.uc-grp-h{color:var(--ink);align-items:center;gap:8px;margin:10px 4px 8px;font:700 13px Inter;display:flex}.uc-grp-h em{color:var(--muted);font:600 11px Inter}.uc-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.uc-card{background:var(--canvas);cursor:pointer;text-align:center;border:1.5px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:10px 8px 12px;font-family:inherit;transition:background .12s,box-shadow .12s,border-color .12s;display:flex}.uc-card:hover{box-shadow:var(--shadow-window);background:#fff}.uc-th{aspect-ratio:1;place-items:center;width:100%;display:grid}.uc-th svg{width:100%;height:100%;display:block}.uc-th-empty{color:var(--muted);font:500 11px Inter}.uc-nm{color:var(--ink);text-align:center;font:600 12.5px Inter}.uc-sub{color:var(--muted);font:400 11px Inter}.uc-mut{color:var(--muted);font-size:11.5px;font-weight:500}.uc-list{padding:0 4px 8px}.uc-lhead,.uc-lrow{grid-template-columns:64px 1.4fr 1fr 1.6fr;align-items:center;gap:12px;display:grid}.uc-lhead{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;background:var(--chrome);z-index:2;padding:6px 12px;font:600 11px Inter;position:sticky;top:0}.uc-lrow{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;width:100%;padding:6px 12px;font-family:inherit}.uc-lrow:hover{background:var(--canvas)}.uc-lrow .th{background:var(--canvas);border-radius:8px;place-items:center;width:48px;height:56px;display:grid}.uc-lrow:hover .th{background:#fff}.uc-lrow .th svg{width:100%;height:100%}.uc-lrow .nm{flex-direction:column;min-width:0;display:flex}.uc-lrow .nm b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font:600 13px Inter;overflow:hidden}.uc-lrow .nm em{color:var(--muted);font:400 11px Inter}.uc-lrow .dim{color:var(--ink);font-variant-numeric:tabular-nums;font:500 12px Inter}.uc-lrow .ins{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font:400 12px Inter;overflow:hidden}.uc-rail{padding:6px}.uc-nrow{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:7px 8px;font-family:inherit;display:flex}.uc-nrow:hover{background:var(--canvas)}.uc-nrow.on{background:var(--canvas);box-shadow:inset 0 0 0 1.5px var(--accent)}.uc-nrow .th{background:var(--canvas);border-radius:8px;flex:none;place-items:center;width:46px;height:56px;display:grid}.uc-nrow.on .th,.uc-nrow:hover .th{background:#fff}.uc-nrow .th svg{width:100%;height:100%}.uc-nrow .nm{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font:600 12.5px Inter;overflow:hidden}.uc-name{gap:6px;min-width:0}.uc-name-t{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uc-name-pencil{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:none;place-items:center;display:grid}.uc-name-pencil:hover{background:var(--chip);color:var(--ink)}.uc-name-pencil svg{width:14px;height:14px}.uc-name-edit{min-width:0;height:28px;box-shadow:inset 0 0 0 1.5px var(--accent);color:var(--ink);background:#fff;border:none;border-radius:8px;outline:none;flex:1;padding:0 10px;font:700 14px Inter}.uc-detail-body{flex:1;min-height:0;display:flex}.uc-detail-preview{border-right:1px solid var(--line);flex:1.15;justify-content:center;align-items:flex-start;min-width:0;padding:14px;display:flex}.uc-detail-props{flex:1;min-width:260px;max-width:420px;padding-bottom:16px;overflow:auto}@media (width<=900px){.uc-detail-body{flex-direction:column}.uc-detail-preview{border-right:none;border-bottom:1px solid var(--line)}}.uc-prop-th{aspect-ratio:1;background:var(--canvas);touch-action:none;cursor:default;border-radius:12px;width:100%;max-width:420px;position:relative;overflow:hidden}.uc-prop-th.zoomed{cursor:grab}.uc-prop-th.zoomed:active{cursor:grabbing}.uc-prop-th svg{width:100%;height:100%;display:block}.uc-zoom-ctl{flex-direction:column;gap:5px;display:flex;position:absolute;bottom:8px;right:8px}.uc-zoom-ctl button{color:#1a1a1a;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:none;border-radius:8px;place-items:center;width:28px;height:28px;font:600 16px/1 Inter;display:grid;box-shadow:0 1px 4px #0003}.uc-zoom-ctl button:hover{background:#fff}.uc-zoom-ctl button:disabled{opacity:.4;cursor:default}.uc-part{color:var(--ink);justify-content:space-between;align-items:center;padding:4px 16px;font:500 12.5px Inter;display:flex}.uc-part .n{color:var(--muted);font-variant-numeric:tabular-nums;font-weight:600}.uc-part.empty{color:var(--muted);justify-content:flex-start;font-weight:400}.uc-finish{background:var(--canvas);color:var(--muted);border-radius:9px;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 16px 0;padding:9px 12px;font:500 12px Inter;display:flex}.uc-finish .k{letter-spacing:.4px;text-transform:uppercase;color:#8a8a8a;font:700 10.5px Inter}.qt-page{min-height:100vh;color:var(--ink,#1a1a1a);background:#efedea;padding:24px 16px 120px;font-family:Inter,sans-serif}.qt-page>*{max-width:760px;margin-left:auto;margin-right:auto}.qt-status{text-align:center;color:var(--muted,#6b6b6b);padding:80px 0;font-size:14px}.qt-header{margin-bottom:18px}.qt-brand{align-items:center;gap:9px;margin-bottom:18px;font-size:14px;font-weight:700;display:flex}.qt-logo{background:var(--accent,#4f46e5);border-radius:6px;grid-template-columns:1fr 1fr;gap:3px;width:26px;height:26px;padding:5px;display:grid}.qt-logo span{background:#fff;border-radius:1.5px}.qt-meta h1{letter-spacing:-.3px;margin:0 0 4px;font-size:22px;font-weight:800}.qt-meta p{color:var(--muted,#6b6b6b);margin:0;font-size:13px}.qt-banner{border-radius:16px;margin-bottom:14px;padding:14px 18px;font-size:13px;font-weight:500}.qt-banner.accepted{color:#156a38;background:#e7f6ec}.qt-banner.expired{color:#93302f;background:#fbeaea}.qt-card{background:#fff;border:none;border-radius:22px;margin-bottom:14px;padding:20px;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.qt-card h2{text-transform:uppercase;letter-spacing:.6px;color:var(--muted,#6b6b6b);margin:0 0 12px;font-size:12px;font-weight:700}.qt-empty{color:var(--muted,#6b6b6b);font-size:13px}.qt-wall{margin-bottom:14px}.qt-wall:last-child{margin-bottom:0}.qt-wall-label{color:var(--muted,#6b6b6b);margin-bottom:4px;font-size:12px;font-weight:600}.qt-wall svg{background:#fafaf9;border:none;border-radius:14px;width:100%;height:auto}.qt-items{flex-direction:column;display:flex}.qt-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;gap:12px;padding:9px 0;font-size:13.5px;display:flex}.qt-item:last-child{border-bottom:none}.qt-amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:500}.qt-grand{border-top:2px solid var(--ink,#1a1a1a);margin-top:4px;padding-top:12px;font-size:15px;font-weight:700}.qt-fine{color:var(--muted,#6b6b6b);margin:12px 0 0;font-size:11.5px;line-height:1.5}.qt-accept-bar{max-width:760px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-top:none;border-radius:24px 24px 0 0;justify-content:space-between;align-items:center;gap:14px;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #00000014}.qt-accept-bar>div{flex-direction:column;display:flex}.qt-accept-bar b{font-variant-numeric:tabular-nums;font-size:17px}.qt-accept-bar span{color:var(--muted,#6b6b6b);font-size:11px}.qt-accept-btn{background:var(--accent,#4f46e5);color:#fff;cursor:pointer;border:none;border-radius:999px;height:52px;padding:0 30px;font:600 15px Inter,sans-serif;transition:filter .15s;box-shadow:0 6px 18px #4f46e54d}.qt-accept-btn:active{transform:scale(.97)}.qt-accept-btn:hover{filter:brightness(1.08)}.qt-accept-btn:disabled{opacity:.6;cursor:default}.qt-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.qt-dialog{background:#fff;border-radius:24px;flex-direction:column;gap:10px;width:100%;max-width:360px;padding:24px 22px;display:flex}.qt-dialog h3{margin:0;font-size:16px}.qt-dialog p{color:var(--muted,#6b6b6b);margin:0;font-size:12.5px;line-height:1.5}.qt-dialog input{border:1.5px solid var(--line,#e0e0e0);border-radius:14px;height:50px;padding:0 16px;font:500 15px Inter,sans-serif}.qt-dialog input:focus{border-color:var(--accent,#4f46e5);outline:none}.qt-footer{text-align:center;color:#ababab;padding:18px 0 6px;font-size:11px}.qt-print{z-index:50;width:46px;height:46px;color:var(--ink,#1a1a1a);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;top:16px;right:16px;box-shadow:0 2px 6px #0000000f,0 10px 28px #0000001f}.qt-print svg{width:19px;height:19px}@media print{.qt-print,.qt-accept-bar{display:none!important}body,.qt-page{background:#fff!important}.qt-card{box-shadow:none!important;border:1px solid #ddd!important}}:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #4f46e5!important}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}button{-webkit-tap-highlight-color:transparent}
