:root{--bg: #0f1419;--surface: #1a2332;--border: #2d3a4d;--text: #e7edf5;--muted: #8b9cb3;--accent: #4f8cff;--danger: #f87171;--ok: #4ade80;--warning: #fbbf24;--critical: #f87171;--unknown: #6b7280;--radius: 10px;--font: system-ui, -apple-system, Segoe UI, Roboto, sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}a{color:var(--accent)}button,input{font:inherit}
