*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface-2: #252836;--border: #2d3044;--text: #e2e8f0;--text-muted: #94a3b8;--primary: #6366f1;--primary-hover: #4f46e5;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #38bdf8;--radius: 8px;--font: "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font);cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
