@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap");:root,[data-theme=light]{--color-primary:#2196f3;--color-primary-hover:#1976d2;--color-primary-soft:#e3f2fd;--color-accent:#ff9800;--color-accent-hover:#f57c00;--color-accent-soft:#fff3e0;--primary-50:#e3f2fd;--primary-100:#bbdefb;--primary-200:#90caf9;--primary-500:#2196f3;--primary-600:#1e88e5;--primary-700:#1976d2;--primary-900:#0d47a1;--accent-50:#fff3e0;--accent-500:#ff9800;--accent-700:#f57c00;--bg:#f5f6f8;--bg-elevated:#fafbfc;--surface:#ffffff;--surface-2:#f4f6f8;--surface-3:#eceff2;--surface-hover:#eef1f4;--surface-active:#e3f2fd;--overlay:rgba(15,19,24,0.46);--text:#12171d;--text-secondary:#2a323c;--text-muted:#5f6b7a;--text-disabled:#8b95a5;--text-inverse:#ffffff;--border:#e0e4e8;--border-subtle:#eceff2;--border-strong:#c5cbd3;--border-focus:#2196f3;--success:#2e7d32;--success-bg:#e8f5e9;--success-text:#1b5e20;--warning:#ed6c02;--warning-bg:#fff4e5;--warning-text:#e65100;--danger:#d32f2f;--danger-bg:#ffebee;--danger-text:#b71c1c;--info:#0288d1;--info-bg:#e1f5fe;--info-text:#01579b;--sidebar-bg:#10151c;--sidebar-bg-2:#161c24;--sidebar-border:rgba(255,255,255,0.06);--sidebar-text:#c5cbd3;--sidebar-muted:#7d8794;--sidebar-hover:rgba(255,255,255,0.06);--sidebar-active-bg:rgba(33,150,243,0.18);--sidebar-active-text:#ffffff;--sidebar-active-bar:var(--color-accent);--topbar-bg:rgba(255,255,255,0.9);--topbar-border:var(--border);--radius-sm:2px;--radius:4px;--radius-lg:6px;--radius-xl:8px;--shadow-sm:none;--shadow-md:0 8px 24px rgba(15,19,24,0.08);--shadow-lg:0 16px 40px rgba(15,19,24,0.14);--font:"IBM Plex Sans","Segoe UI",system-ui,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--type-kicker:0.6875rem;--type-kpi:1.625rem;--type-display:1.7rem;--sidebar-width:232px;--sidebar-collapsed:64px;--header-height:52px;--page-pad:1.15rem 1.75rem 2.75rem}[data-theme=dark]{--color-primary:#42a5f5;--color-primary-hover:#64b5f6;--color-primary-soft:#16324a;--color-accent:#ffa726;--color-accent-hover:#ffb74d;--color-accent-soft:#3a2a14;--primary-50:#16324a;--primary-100:#1c3d58;--primary-200:#244868;--primary-500:#42a5f5;--primary-600:#64b5f6;--primary-700:#90caf9;--primary-900:#bbdefb;--accent-50:#3a2a14;--accent-500:#ffa726;--accent-700:#ffcc80;--bg:#0c1015;--bg-elevated:#11161c;--surface:#161c24;--surface-2:#1c232c;--surface-3:#242c36;--surface-hover:#222a34;--surface-active:#1a3348;--overlay:rgba(0,0,0,0.64);--text:#eef0f3;--text-secondary:#c5cbd3;--text-muted:#8b95a5;--text-disabled:#5f6b7a;--text-inverse:#0f1318;--border:#2a323c;--border-subtle:#222933;--border-strong:#3d4754;--border-focus:#42a5f5;--success:#66bb6a;--success-bg:#14301f;--success-text:#c8e6c9;--warning:#ffa726;--warning-bg:#33260f;--warning-text:#ffe0b2;--danger:#ef5350;--danger-bg:#3a1515;--danger-text:#ffcdd2;--info:#4fc3f7;--info-bg:#123040;--info-text:#b3e5fc;--sidebar-bg:#080b0f;--sidebar-bg-2:#0f1318;--sidebar-border:rgba(255,255,255,0.05);--sidebar-text:#a8b0bc;--sidebar-muted:#6b7482;--sidebar-hover:rgba(255,255,255,0.05);--sidebar-active-bg:rgba(66,165,245,0.16);--sidebar-active-text:#ffffff;--sidebar-active-bar:var(--color-accent);--topbar-bg:rgba(22,28,36,0.92);--topbar-border:var(--border);--shadow-sm:0 1px 2px rgba(0,0,0,0.35);--shadow-md:0 4px 16px rgba(0,0,0,0.35);--shadow-lg:0 12px 36px rgba(0,0,0,0.45)}*{box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:13.5px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:var(--primary-700);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4{margin:0;letter-spacing:-.02em;color:var(--text)}h1,h2,h3,h4{font-weight:600}h1{font-size:var(--type-display,1.7rem);line-height:1.2}h2{font-size:1.125rem;line-height:1.3}h3{font-size:.95rem;line-height:1.35}p{margin:0}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.mapboxgl-map{border-radius:0}.map-container{height:100%;min-height:100%;border:0;border-radius:0;overflow:hidden;background:var(--surface-2)}@keyframes flash-update{0%{background-color:var(--primary-50)}to{background-color:transparent}}.flash-update{animation:flash-update 1.2s ease-out}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--success);animation:pulse-dot 1.4s ease-in-out infinite}.live-dot--offline{background:var(--text-muted);animation:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}