@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #0e0a1a;--surface-1: #170f2e;--surface-2: #1f1640;--surface-hover: #251b4a;--surface-active: #2a1d55;--border: #362668;--text: #f0edf8;--text-secondary: #cfc0fb;--text-dim: #8878b0;--accent: #FFBC5B;--accent-bright: #FFD080;--accent-dim: #3d3020;--success: #4ade80;--success-bg: #0f2a1a;--error: #f87171;--error-bg: #2a0f15;--theory-bg: #1a1235;--editor-bg: #0d0818;--editor-gutter: #0d0818;--editor-text: #e9e6fe;--line-num: #4a3d70;--code-badge: #2a1d55;--code-badge-text: #FFBC5B;--quiz-badge: #1a1240;--quiz-badge-text: #B8A9EC;--violet: #4528A8;--violet-light: #653FE5;--violet-lighter: #B8A9EC}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}code{background:var(--surface-2);padding:2px 6px;border-radius:4px;font-family:IBM Plex Mono,monospace;font-size:.9em;color:var(--accent)}pre code{background:none;padding:0;color:inherit}pre{white-space:pre-wrap}
