:root{--bg: #0a0c0f;--surface: #111318;--border: #1e2129;--text: #c8cdd6;--muted: #4a5060;--accent: #00e5a0;--red: #ff4e4e;--yellow: #f5c842;--mono: "Space Mono", monospace;--sans: "DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;min-height:100vh}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
