.nav{position:fixed;inset:0 0 auto 0;z-index:40;height:68px;display:flex;align-items:center;gap:2.5rem;padding:0 clamp(1rem,4vw,3rem);border-bottom:1px solid transparent}.nav.scrolled{background:#0d0d10d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--line)}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text)}.brand-logo{width:40px;height:40px;border-radius:50%;box-shadow:0 0 0 1px #e8a13d73}.brand-name{font-weight:750;letter-spacing:.03em;font-size:1.02rem}.brand-name span{font-weight:400;color:var(--text-dim)}.nav-cta{margin-left:auto}@media (max-width: 520px){.brand-name{white-space:nowrap;font-size:.95rem}.brand-name span{display:none}.brand-logo{width:32px;height:32px}.nav{height:60px;gap:.75rem}.nav-cta{padding:.6rem 1.1rem;font-size:.9rem}}.planner-body{overflow:hidden}@media (max-width: 1100px){.planner-body{overflow:auto}}.planner{display:grid;grid-template-columns:320px 1fr 1fr;height:100dvh;padding-top:68px}.pl-panel{border-right:1px solid var(--line);background:var(--bg-raise);overflow-y:auto;padding:1.4rem;display:flex;flex-direction:column;gap:1.6rem}.pl-block h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:.9rem}.pl-field{display:block;margin-bottom:1rem}.pl-field>span{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.4rem}.pl-field em{font-style:normal;color:var(--text-dim)}.pl-inline{display:flex;align-items:center;gap:.5rem}.pl-unit{color:var(--text-dim);font-size:.9rem}.pl-panel input[type=number],.pl-name{width:100%;background:#0b0b0e;border:1px solid var(--line);color:var(--text);border-radius:8px;padding:.55rem .7rem;font-family:var(--font);font-size:.95rem}.pl-panel input[type=number]:focus-visible,.pl-name:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.pl-panel input[type=range]{width:100%;accent-color:var(--accent)}.pl-count{display:grid;grid-template-columns:12px 1fr auto auto auto;align-items:center;gap:.5rem;padding:.3rem 0}.pl-count-label{font-size:.92rem}.pl-count output{min-width:1.4ch;text-align:center;font-variant-numeric:tabular-nums}.pl-step{width:26px;height:26px;border-radius:6px;border:1px solid var(--line);background:#0b0b0e;color:var(--text);font-size:1rem;line-height:1;cursor:pointer}.pl-step:hover{border-color:var(--accent)}.pl-swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.pl-full{width:100%;justify-content:center;margin-top:.6rem}button.pl-mini.pl-full{display:block;text-align:center;padding:.6rem .85rem}.pl-hint{font-size:.82rem;color:var(--text-dim);margin-top:.7rem;line-height:1.5}.pl-schedule{list-style:none;display:grid;gap:.1rem}.pl-schedule li{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:.55rem;padding:.4rem .3rem;border-radius:6px;font-size:.9rem;cursor:pointer}.pl-schedule li:hover{background:#ffffff0d}.pl-sched-area{color:var(--text-dim);font-variant-numeric:tabular-nums}.pl-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:.6rem;padding-top:.7rem;font-size:.95rem}.pl-total strong{color:var(--accent);font-variant-numeric:tabular-nums}.pl-issues{margin-top:.8rem;display:grid;gap:.35rem}.pl-issues p{font-size:.82rem;color:#f0b055;background:#e8a13d1a;border-left:2px solid var(--accent);padding:.4rem .6rem;border-radius:0 6px 6px 0}.pl-stage{position:relative;display:flex;flex-direction:column;min-width:0}.pl-2d{border-right:1px solid var(--line);background:#101015}.pl-stage-head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.2rem;border-bottom:1px solid var(--line);flex:none}.pl-stage-head h1{font-size:.95rem;font-weight:650;letter-spacing:-.01em}.pl-stage-tools{display:flex;gap:.5rem}.pl-mini{border:1px solid var(--line);background:#0b0b0e;color:var(--text);border-radius:999px;padding:.35rem .85rem;font-family:var(--font);font-size:.85rem;cursor:pointer}.pl-mini:hover:not(:disabled){border-color:var(--accent)}.pl-mini:disabled{opacity:.4;cursor:default}.pl-segmented{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;margin-top:.7rem}.pl-segmented button{border:1px solid var(--line);background:#0b0b0e;color:var(--text-dim);border-radius:8px;padding:.4rem .3rem;font-family:var(--font);font-size:.78rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.pl-segmented button:hover{border-color:#e8a13d80;color:var(--text)}.pl-segmented button[aria-checked=true]{border-color:var(--accent);background:#e8a13d24;color:var(--text)}.pl-segmented button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.pl-switch{display:flex;align-items:flex-start;gap:.7rem;padding:.5rem 0;cursor:pointer}.pl-switch+.pl-switch{border-top:1px solid var(--line)}.pl-switch input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:38px;height:22px;flex:none;margin-top:.1rem;background:#26262c;border:1px solid var(--line);border-radius:999px;position:relative;cursor:pointer;transition:background .18s ease,border-color .18s ease}.pl-switch input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#a8a49c;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .18s ease}.pl-switch input[type=checkbox]:checked{background:var(--accent);border-color:var(--accent)}.pl-switch input[type=checkbox]:checked:before{transform:translate(16px);background:#1a1408}.pl-switch input[type=checkbox]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pl-switch-label{font-size:.9rem;color:var(--text);display:flex;flex-direction:column;gap:.1rem}.pl-switch-label em{font-style:normal;font-size:.78rem;color:var(--text-dim)}.pl-svg{flex:1;width:100%;min-height:0;touch-action:none}.pl-canvas{flex:1;width:100%;min-height:0;display:block}.pl-orbit{position:absolute;left:1.2rem;bottom:1rem;font-size:.8rem;color:#f3ede2;background:#0d0d108c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.35rem .8rem;border-radius:999px}.p2d-grid line{stroke:#ffffff12;stroke-width:.015}.p2d-footprint{fill:none;stroke:#ffffff59;stroke-width:.07}.p2d-room{cursor:grab}.p2d-room:active{cursor:grabbing}.p2d-room.is-selected rect:first-child{stroke:var(--accent);stroke-width:.11;fill-opacity:.68}.p2d-label{fill:#fff;font-family:var(--font);font-size:.42px;font-weight:600;text-anchor:middle;pointer-events:none}.p2d-area{fill:#ffffffbf;font-family:var(--font);font-size:.32px;text-anchor:middle;pointer-events:none}.p2d-dim{fill:var(--text-dim);font-family:var(--font);font-size:.4px;text-anchor:middle}.p2d-handle{fill:var(--accent);opacity:0;cursor:nwse-resize}.p2d-room:hover .p2d-handle,.p2d-room.is-selected .p2d-handle{opacity:1}.pl-inspector{position:absolute;left:1.2rem;bottom:1rem;background:#141419eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:12px;padding:.8rem;display:grid;gap:.55rem;width:208px}.pl-dims{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.pl-dims label{font-size:.8rem;color:var(--text-dim);display:grid;gap:.25rem}.pl-dims input{background:#0b0b0e;border:1px solid var(--line);color:var(--text);border-radius:6px;padding:.35rem .45rem;font-family:var(--font);width:100%}[hidden]{display:none!important}@media (max-width: 1100px){.planner{grid-template-columns:1fr;height:auto}.pl-panel{border-right:none;border-bottom:1px solid var(--line)}.pl-stage{height:70vh}.pl-2d{border-right:none;border-bottom:1px solid var(--line)}}
