:root{--bg:#0e1a2b;--surface:#13233a;--surface-2:#0f1d31;--text:#dbe7f5;--muted:#8199b8;--border:#22364f;--accent:#38b6e6;--accent-fg:#04121f;--accent-weak:#12314b;--ok:#43c59e;--warn:#e6c14b;--danger:#f0736a;--canvas:#0a1e35;--grid:#123152;--room-fill:rgba(56,182,230,.06);--room-fill-sel:rgba(56,182,230,.12);--room-stroke:#5aa7cf;--room-stroke-sel:#84d3f2;--wall-ext:#eaf6ff;--wall-int:#9fc4de;--wall-other:#6f93b3;--wall-sel:#ffd25e;--highlight:#f6ad00;--outline:#5f7fa0;--wall-fill:#2f6288;--dim:#9fd6f2;--dim-chip:#0a1e35;--door-marker:#e08a3c;--window-marker:#59d6c4;--furniture-fill:rgba(224,138,60,.12);--furniture-stroke:#e0a55c;--furniture-glyph:#e0a55c;--furniture-stroke-sel:#ffd25e;--iso-floor:#0e2740;--iso-wall:#1b4a6b;--iso-roof:#3a7ba3;--iso-edge:#7fb2d6;--iso-wall-inner:#2d6690;--iso-wall-top:#234f74;--handle:#0a1e35;--handle-stroke:#38b6e6;--carve:#38b6e6;--flatten:#f0736a;--font:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--mono:ui-monospace,SFMono-Regular,Menlo,"Cascadia Mono",monospace;--radius:4px;--radius-sm:3px;--ctl-h:34px;--shadow-sm:0 1px 0 rgba(0,0,0,.4)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font)}::selection{background:var(--accent);color:var(--accent-fg)}button{font:inherit;font-size:13px;height:var(--ctl-h);padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .12s,border-color .12s}button:hover:not(:disabled){background:var(--surface-2)}button:disabled{opacity:.45;cursor:default}button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}input{font:inherit;font-size:14px;height:var(--ctl-h);padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text)}input:focus{outline:2px solid var(--accent);outline-offset:-1px;background:var(--surface)}input::placeholder{color:var(--muted)}.btn-primary{background:var(--accent);border-color:transparent;color:var(--accent-fg);font-weight:600}.btn-primary:hover:not(:disabled){background:#4fc3ee}.btn-ghost{background:transparent;border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--surface-2)}.btn-danger{color:var(--danger)}.btn-icon{width:var(--ctl-h);padding:0}.tabs{display:flex;gap:3px;padding:3px;background:var(--surface-2);border-radius:var(--radius-sm)}.tab{height:auto;min-height:44px;padding:0 14px;border:0;background:transparent;color:var(--muted);border-radius:var(--radius-sm);font-weight:600}.tab:hover:not(:disabled){background:transparent;color:var(--text)}.tab[aria-pressed=true]{background:var(--surface);color:var(--accent);box-shadow:var(--shadow-sm)}.chip{height:auto;min-height:36px;padding:0 14px;border-radius:999px}.chip-on{background:var(--accent);border-color:transparent;color:var(--accent-fg);font-weight:600}.card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.section-label{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
