:root{--bg: #0f1117;--bg-surface: #1a1d27;--bg-hover: #22263a;--border: #2d3148;--text: #e2e8f0;--text-muted: #8892a4;--text-subtle: #6b7280;--color-ok: #22c55e;--color-warn: #f59e0b;--color-error: #ef4444;--color-unknown: #6b7280;--color-gated: #6b7280;--color-primary: #6366f1;--radius: 8px;--radius-sm: 4px;--font: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
