:root{--bg: #f8fafc;--bg-muted: #f1f5f9;--surface: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--accent: #7c3aed;--accent-rgb: 124, 58, 237;--accent-2: #06b6d4;--accent-2-rgb: 6, 182, 212;color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg: #0b1120;--bg-muted: #111827;--surface: #0f172a;--text: #e2e8f0;--muted: #94a3b8;--border: #1e293b;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);min-height:100vh}body{font-size:15px;line-height:1.5}a{color:var(--accent)}h1,h2,h3,h4{color:var(--text)}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
