@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #0f1117;--surface: #1a1d27;--surface-2: #22263a;--border: #2e3347;--accent: #4f7cff;--accent-dim: #1e2d5a;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--text: #e8eaf2;--text-muted: #7c82a0;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:14px;line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
