:root{color-scheme:dark}*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0b0f19;color:#e2e8f0;-webkit-font-smoothing:antialiased}.app-shell{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:300px;flex-shrink:0;background:#0f172a;border-right:1px solid #1e293b;display:flex;flex-direction:column;overflow-y:auto}.sidebar-header{padding:16px;border-bottom:1px solid #1e293b}.sidebar-header h1{margin:0;font-size:16px;font-weight:700;letter-spacing:.01em}.sidebar-section{padding:12px 16px;border-bottom:1px solid #1e293b}.section-title{margin:0 0 8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.field-label{display:block;margin-bottom:4px;font-size:11px;color:#94a3b8}.select{width:100%;padding:8px 10px;background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:6px;font-size:13px}.layer-list{list-style:none;margin:0;padding:0}.layer-item{display:flex;justify-content:space-between;gap:8px;padding:4px 0;font-size:13px}.sidebar-footer{margin-top:auto;padding:12px 16px;border-top:1px solid #1e293b;font-size:12px;display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.ok{background:#22c55e}.status-dot.warn{background:#f59e0b}.status-dot.busy{background:#64748b}.muted{color:#64748b;font-size:12px}.viewer-main{flex:1 1;position:relative;min-width:0}.scene-viewer{position:absolute;inset:0}.scene-label{background:rgba(15,23,42,.85);padding:2px 8px;border-radius:4px;font-size:11px;border:1px solid #334155}.scene-label,.scene-status-banner{color:#e2e8f0;white-space:nowrap;pointer-events:none}.scene-status-banner{background:rgba(15,23,42,.92);padding:14px 20px;border-radius:8px;border:1px solid #334155;display:flex;flex-direction:column;gap:4px;font-size:13px;text-align:center}.scene-status-banner strong{font-size:14px}.auth-screen{min-height:100vh;align-items:center;justify-content:center}.auth-card,.auth-screen{display:flex;padding:24px}.auth-card{width:100%;max-width:380px;background:#0f172a;border:1px solid #1e293b;border-radius:10px;flex-direction:column;gap:12px}.auth-card h1{margin:0;font-size:18px;font-weight:700}.auth-card .muted{margin:0}.login-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.input{width:100%;padding:8px 10px;background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:6px;font-size:13px}.input:focus{outline:none;border-color:#3b82f6}.button{padding:8px 12px;background:#2563eb;color:#fff;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.button:hover{background:#1d4ed8}.button:disabled{opacity:.6;cursor:default}.button-ghost{background:transparent;color:#cbd5e1;border-color:#334155}.button-ghost:hover{background:#1e293b}.button-small{padding:4px 8px;font-size:12px}.auth-note{border-top:1px solid #1e293b;padding-top:12px;display:flex;flex-direction:column;gap:8px}.auth-note,.auth-note strong{font-size:12px}.auth-note code{color:#93c5fd}.sidebar-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.banner{margin:8px 12px;padding:8px 10px;border-radius:6px;font-size:12px;display:flex;flex-direction:column;gap:2px}.warn-banner{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.4)}.error-banner{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.4)}.error-text{color:#f87171;font-size:12px;margin:0}.policy-hint{gap:4px;padding:8px 10px;background:#0f172a;border:1px solid #1e293b;border-radius:6px}.policy-hint,.policy-list{display:flex;flex-direction:column}.policy-list{margin:0;padding-left:16px;color:#94a3b8;font-size:12px;gap:2px}.live-row{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:4px}.alert-list{list-style:none;margin:4px 0 0;padding:0}.alert-item{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:12px}.alert-sev{text-transform:uppercase;font-size:10px;padding:1px 6px;border-radius:4px;font-weight:600}.sev-low{background:rgba(56,189,248,.15);color:#38bdf8}.sev-med{background:rgba(251,191,36,.15);color:#fbbf24}.sev-high{background:rgba(251,113,133,.15);color:#fb7185}.sev-critical{background:rgba(239,68,68,.18);color:#ef4444}