.app-shell{display:grid;grid-template-rows:auto 1fr auto;height:100dvh;width:100vw;color:var(--vshd-text);background:var(--vshd-bg);overflow:hidden}.app-shell__top-toolbar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid var(--vshd-border);background:var(--vshd-surface);min-height:3rem}.app-shell__body{display:grid;grid-template-columns:auto 1fr auto;min-height:0}.app-shell__side-toolbar{display:flex;flex-direction:column;gap:.375rem;padding:.5rem;width:9.5rem;border-right:1px solid var(--vshd-border);background:var(--vshd-surface);overflow-y:auto}.app-shell__canvas-region{position:relative;min-width:0;min-height:0;background:var(--vshd-canvas-bg)}.app-shell__right-drawer{width:20rem;max-width:80vw;border-left:1px solid var(--vshd-border);background:var(--vshd-surface);overflow-y:auto}.app-shell__status-strip{display:flex;align-items:center;gap:.75rem;padding:.25rem .75rem;border-top:1px solid var(--vshd-border);background:var(--vshd-surface);font-size:.75rem;color:var(--vshd-text-muted);min-height:1.75rem}.app-shell__drawer-toggle{display:none}@media(max-width:720px){.app-shell__right-drawer{position:fixed;inset:0 0 0 auto;z-index:20}.app-shell__right-drawer[data-open=false]{display:none}.app-shell__side-toolbar{flex-direction:row;width:auto}.app-shell__drawer-toggle{display:block;position:absolute;right:.5rem;bottom:.5rem;z-index:21;padding:.4rem .75rem;border:1px solid var(--vshd-border);border-radius:.3rem;background:var(--vshd-surface);color:var(--vshd-text);font-size:.8rem}}.viewer{position:absolute;top:0;right:0;bottom:0;left:0}.viewer canvas{display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.viewer__quad-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:var(--vshd-border)}.viewer__quad-pane{position:relative;background:var(--vshd-canvas-bg)}.viewer__quad-labels{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;pointer-events:none}.viewer__pane-label{align-self:start;justify-self:start;margin:.4rem 0 0 .5rem;font-size:.7rem;padding:.1rem .5rem;border-radius:.25rem;background:color-mix(in srgb,black 55%,transparent);color:#fff}.viewer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;color:var(--vshd-text);background:color-mix(in srgb,var(--vshd-canvas-bg) 60%,transparent);font-size:.95rem}.viewer__overlay--error{color:#b3261e}:root{--vshd-bg: #f4f5f6;--vshd-surface: #ffffff;--vshd-border: #dde1e4;--vshd-text: #1c2226;--vshd-text-muted: #6b7480;--vshd-canvas-bg: #e7e9eb;--vshd-accent: #2f6f5e;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{color:var(--vshd-text);background:var(--vshd-bg)}button{font:inherit}.brand{font-weight:600;font-size:.95rem;letter-spacing:.01em}.top-toolbar__view-controls{display:flex;align-items:center;gap:.375rem;margin-left:1rem}.top-toolbar__view-controls button{padding:.2rem .5rem;border:1px solid var(--vshd-border);border-radius:.3rem;background:var(--vshd-surface);color:var(--vshd-text);font-size:.75rem;cursor:pointer}.top-toolbar__view-controls button[aria-pressed=true]{background:var(--vshd-accent);color:#fff;border-color:var(--vshd-accent)}.side-toolbar__nav{display:flex;flex-direction:column;gap:.3rem}.side-toolbar__nav button{padding:.3rem .5rem;border:1px solid var(--vshd-border);border-radius:.3rem;background:var(--vshd-surface);color:var(--vshd-text);font-size:.75rem;cursor:pointer;white-space:nowrap}.side-toolbar__nav button:disabled{opacity:.5;cursor:not-allowed}.side-toolbar__nav hr{border:none;border-top:1px solid var(--vshd-border);margin:.25rem 0;width:100%}.edit-mode-badge{margin-left:auto;padding:.2rem .6rem;border-radius:999px;background:var(--vshd-accent);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.side-toolbar__placeholder{color:var(--vshd-text-muted);padding:.25rem}.side-toolbar__hint{margin:.2rem 0 0;font-size:.7rem;color:var(--vshd-text-muted)}.right-drawer{padding:.75rem;display:flex;flex-direction:column;gap:1rem}.drawer-panel h2{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--vshd-text-muted)}.section-axis{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.4rem;font-size:.8rem;margin-bottom:.4rem}.section-axis input[type=number]{width:4.5rem}.section-axis__row{display:flex;align-items:center;gap:.3rem;font-size:.8rem;justify-content:space-between}.region-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.region-list__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8rem}.region-list__kind{color:var(--vshd-text-muted)}.region-list__limit-message{margin:.5rem 0 0;font-size:.75rem;color:var(--vshd-text-muted)}.floor-list,.area-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.floor-list__row{display:flex;align-items:center;gap:.4rem;font-size:.8rem;flex-wrap:wrap}.floor-list__field{display:flex;align-items:center;gap:.2rem;font-size:.75rem;color:var(--vshd-text-muted)}.floor-list__field input{width:4.5rem}.floor-list__name{flex:1}.floor-list__elevation{color:var(--vshd-text-muted);font-size:.75rem}.area-list__row{display:flex;flex-direction:column;gap:.3rem;padding-bottom:.4rem;border-bottom:1px solid var(--vshd-border);font-size:.8rem}.area-list__row:last-child{border-bottom:none}.area-list__summary{display:flex;flex-direction:column;gap:.15rem}.area-list__meta{color:var(--vshd-text-muted);font-size:.75rem}.area-list__total{margin:.4rem 0 0;font-size:.75rem;font-weight:600}.area-list__empty{margin:0;color:var(--vshd-text-muted);font-size:.8rem}.area-form{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem;font-size:.8rem}.area-form__row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.area-tool-controls{margin-top:.5rem;font-size:.8rem}.area-tool-controls p{margin:0 0 .3rem;color:var(--vshd-text-muted)}.area-tool-controls__error{color:#c92a2a}.yaml-editor__text{width:100%;min-height:12rem;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.75rem;border:1px solid var(--vshd-border);border-radius:.3rem;padding:.4rem;resize:vertical}.yaml-editor__error{color:#c92a2a;font-size:.75rem;margin:.3rem 0}.yaml-editor__notice{font-size:.75rem;color:var(--vshd-text-muted);margin:0 0 .4rem}.status-strip{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.status-strip__history{display:inline-flex;gap:.3rem;margin-left:.5rem}.status-strip__history button{padding:.15rem .5rem;border:1px solid var(--vshd-border);border-radius:.3rem;background:var(--vshd-surface);font-size:.75rem;cursor:pointer}.status-strip__history button:disabled{opacity:.5;cursor:not-allowed}.status-strip__notice{font-size:.75rem;color:var(--vshd-text-muted)}.canvas-region__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--vshd-text-muted);padding:1rem}.furniture-library{margin:.5rem 0}.furniture-library__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.furniture-library__grid button{padding:.35rem .4rem;border:1px solid var(--vshd-border);border-radius:.3rem;background:var(--vshd-surface);font-size:.75rem;cursor:pointer;min-height:2.2rem}.furniture-library__grid button[aria-pressed=true]{background:var(--vshd-accent);color:#fff;border-color:var(--vshd-accent)}.furniture-library__grid button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:720px){.furniture-library__grid button{min-height:44px}}
