:root{--bg-primary: #1a1d23;--bg-secondary: #1e2128;--bg-sidebar: #252830;--border: #3a3f4b;--text-primary: #e5e7eb;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent: #4a9eff;--font-mono: "Cascadia Code", "Fira Code", "Consolas", monospace}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a4f5b}input,select,textarea,button{font-family:inherit}a{transition:color .15s}table{border-collapse:collapse}
