:root{--bg: #14181d;--surface: #1c2129;--border: #2a313c;--text: #e8eaed;--text-muted: #8891a0;--accent: #ff8a3d;--status-good: #4fd1a5;--status-warn: #f2c14e;--status-critical: #e5484d;--font-display: "IBM Plex Sans", "Inter", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#ff8a3d4d}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
