:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#0f172a;background-color:#f8fafc;--surface: #ffffff;--surface-muted: #f8fafc;--ink: #0f172a;--ink-soft: #64748b;--accent: #0ea5e9;--accent-ink: #0f172a}*{box-sizing:border-box}html,body{height:100%;margin:0;background:#f6f7f9;overflow:hidden;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}#root{height:100vh}.app-shell{display:grid;grid-template-columns:320px 1fr;height:100vh;overflow:hidden;background:#f6f7f9}.viewer-shell{min-height:100vh;display:flex;flex-direction:column;background:#f6f7fb}.viewer-shell.view-only{min-height:100%;height:100%;background:#fff}.viewer-shell.view-only .viewer-header{display:none}.viewer-shell.view-only .viewer-canvas{padding:0;height:100%}.viewer-shell.view-only .viewer-canvas canvas{height:100%;border-radius:0;border:none;box-shadow:none}.viewer-header{padding:24px 32px;background:#fff;border-bottom:none;box-shadow:none}.viewer-header h1{margin:0 0 6px;font-size:22px;color:#1e3a8a}.viewer-header p{margin:0;color:#64748b;font-size:14px}.viewer-canvas{flex:1;padding:24px}.viewer-canvas canvas{width:100%;height:calc(100vh - 140px);background:#fff;border-radius:0;border:none;box-shadow:none;touch-action:none}.panel{background:#fff;border-right:none;padding:18px;display:flex;flex-direction:column;gap:16px;max-height:100vh;overflow:auto;box-shadow:none}.panel-header h1{margin:0 0 8px;font-size:20px}.panel-header{position:static;background:#fff;padding-top:24px;padding-bottom:12px;z-index:auto}.panel-section h2{margin-bottom:12px;font-size:15px}.panel-section{padding:12px;border:none;border-radius:0;background:#f2f4f7}.panel-section ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.toolbar{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.tool-button{border:none;background:#e9edf3;padding:8px 10px;border-radius:0;font-weight:600;cursor:pointer;transition:.2s ease;color:#1f2937}.tool-button.active,.tool-button:hover{color:#0f172a;background:#bae6fd}.toggle-group{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.header-toggle{margin-top:6px}.toggle-button{border:none;background:#1f2937;padding:8px 10px;border-radius:0;font-weight:600;cursor:pointer;color:#fff}.toggle-group.view-toggle .toggle-button{background:#0f172a;color:#fff}.toggle-group.view-toggle .toggle-button.active{background:#0ea5e9;color:#0f172a}.toggle-button.active{color:#0f172a;background:#0ea5e9}.library-grid{display:grid;gap:12px}.library-title{margin:6px 0 0;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.library-group{display:grid;gap:8px}.library-group-title{font-size:13px;font-weight:700;color:#0f172a}.library-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.library-card{text-align:left;border:1px solid rgba(15,23,42,.05);background:#f8fafc;padding:12px 14px;border-radius:14px;display:flex;flex-direction:column;gap:4px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:#0f172a;min-height:72px;align-items:flex-start}.library-card small{font-weight:500;color:#64748b}.library-card.active,.library-card:hover{color:#0f172a;background:#e0f2fe;border-color:#0ea5e966;box-shadow:0 10px 24px #0ea5e926;transform:translateY(-1px)}.library-switch{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin-bottom:6px}.library-switch-button{border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;padding:10px 14px;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#0f172a;cursor:pointer;transition:background .2s ease,border-color .2s ease}.library-switch-button small{font-size:12px;color:#64748b}.library-switch-button.active{background:#0ea5e9;border-color:#0ea5e9;color:#0f172a}.library-switch-button.active small{color:#0f172acc}.category-pills{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.category-pill{border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#fff;padding:6px 14px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease}.category-pill.active{background:#1e40af;border-color:#1e40af;color:#fff}.library-accordion{display:flex;flex-direction:column;gap:12px}.category-panel{background:#fff;border-radius:18px;padding:14px;border:1px solid rgba(15,23,42,.05);box-shadow:0 12px 24px #0f172a0a}.category-panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.category-label{font-size:14px;font-weight:700;color:#0f172a}.category-count{font-size:12px;color:#475569;background:#0f172a0d;padding:2px 10px;border-radius:999px}.category-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.status-card{background:#f8fafc;border-radius:12px;padding:14px;border:1px dashed #cbd5f5}.status-card.warning{border-color:#f59e0b;background:#fff7ed}.stage{display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr 280px;background:#f6f7f9;min-height:0;overflow:hidden}.stage-header{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:none;position:sticky;top:0;z-index:3}.stage-header h2{margin:0}.actions{display:flex;gap:12px;flex-wrap:wrap}.desktop-only{display:block}.primary,.ghost{border-radius:0;padding:10px 16px;border:none;font-weight:600;cursor:pointer;transition:.2s ease}.primary{background:#0ea5e9;color:#fff;box-shadow:none}.ghost{background:#e6edf6;color:#0f172a}.ghost.active{color:#0f172a;background:#bae6fd}.ghost:hover{background:#dbe7f3}.canvas-wrapper{padding:16px;min-height:0;overflow:hidden}.canvas-wrapper canvas{width:100%;height:100%;min-height:0;border-radius:0;background:#fff;display:block;box-shadow:none;touch-action:none}.properties{padding:16px 12px;border-left:none;background:#fff;overflow:auto;box-shadow:none}.control{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#1f2937;margin-bottom:12px}.control input[type=number],.control input[type=range]{width:100%}.control input[type=number],.control input[type=text]{padding:8px 10px;border-radius:0;border:none;background:#fff;font-size:14px}.category-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.control.inline{flex-direction:row;align-items:center;gap:10px;font-weight:500}.control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.control span{font-weight:500;color:#64748b}.rotation-input{display:flex;align-items:center;gap:8px}.rotation-input input[type=number]{width:90px}.property-card{background:#f2f4f7;border-radius:0;padding:14px;border:none;display:flex;flex-direction:column;gap:10px}.property-title{margin:0;font-weight:700}.object-list{display:grid;gap:8px}.object-row{display:flex;justify-content:space-between;align-items:center;border:none;background:#f1f5f9;padding:8px 10px;border-radius:0;cursor:pointer;gap:8px}.object-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.icon-button{border:none;background:#e6edf6;border-radius:0;padding:4px 8px;font-size:12px;cursor:pointer;color:#1f2937}.icon-button.active{border-color:#1e40af;color:#1e40af}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:20}.help-card{background:#fff;padding:18px;border-radius:0;width:min(420px,90vw);box-shadow:none}.help-card h3{margin-top:0}.help-card ul{padding-left:20px}.help-card li{margin-bottom:6px}.object-row.active,.object-row:hover,.actions .ghost.active{color:#0f172a;background:#bae6fd}.button-row{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.nudge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:8px 0 12px}.material-row{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;font-weight:600}.floor-style,.swatches{display:flex;gap:8px;flex-wrap:wrap}.swatch{width:26px;height:26px;border-radius:8px;border:2px solid transparent;cursor:pointer}.swatch.active{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af33}.danger{border:none;border-radius:0;padding:10px 14px;font-weight:600;cursor:pointer;background:#ef4444;color:#fff}.muted{color:#64748b;font-size:13px}.sheet-handle{width:56px;height:6px;border-radius:0;margin:10px auto 6px;background:#94a3b8b3}.mobile-topbar{display:none}.mobile-title{display:flex;flex-direction:column;gap:2px}.mobile-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mobile-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a47;z-index:14}.mobile-fab{position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom));padding:12px 18px;border-radius:0;background:#0f172a;color:#fff;border:none;font-weight:600;box-shadow:none;z-index:16}.mobile-toolbar{position:fixed;left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;background:#fff;border-radius:0;padding:10px;box-shadow:none;z-index:15}.mobile-tool{border:none;background:#e9edf3;padding:10px 6px;border-radius:0;font-weight:600;font-size:13px;color:#1f2937}.mobile-tool.active{color:#0f172a;background:#bae6fd}.survey-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#0f172a;color:#fff}.survey-bar .muted{color:#ffffffb3}.survey-cta{border:none;background:#0ea5e9;color:#0f172a;font-weight:700;padding:10px 14px;border-radius:0;cursor:pointer}.survey-float{position:fixed;top:16px;right:16px;z-index:12;border:none;background:#0ea5e9;color:#0f172a;font-weight:800;padding:12px 16px;border-radius:0;cursor:pointer}@media (max-width: 1024px){.app-shell{grid-template-columns:1fr;height:100vh}.panel{border-right:none;border-bottom:none}.stage{grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:0}.properties{border-left:none;border-top:none}}@media (max-width: 900px){.app-shell.is-mobile{grid-template-columns:1fr}.stage.is-mobile{display:flex;flex-direction:column;height:100vh}.desktop-only{display:none}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:none}.mobile-actions .ghost{padding:8px 10px;border-radius:10px;font-size:12px}.mobile-actions .ghost.active{background:transparent;color:#0ea5e9;border:none}.canvas-wrapper{padding:12px 12px 120px;flex:1}.survey-float{top:auto;bottom:calc(140px + env(safe-area-inset-bottom));right:16px}.survey-bar{position:sticky;top:0;z-index:4}.panel.is-mobile,.properties.is-mobile{position:fixed;left:0;right:0;bottom:0;max-height:min(45vh,360px);height:min(45vh,360px);border-radius:0;background:var(--surface);transform:translateY(110%);transition:transform .25s ease;z-index:18}.panel.is-mobile.is-open,.properties.is-mobile.is-open{transform:translateY(0)}.panel.is-mobile{border-right:none;border-top:none}.properties.is-mobile{border-left:none;border-top:none}.viewer-header{padding:16px 20px}.viewer-canvas{padding:12px}.viewer-canvas canvas{height:calc(100vh - 110px)}.library-group-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.library-switch{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.category-pills{flex-wrap:nowrap;margin:6px -4px 10px;padding:0 4px 6px}.category-panel{padding:12px;border-radius:14px}.category-panel-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
