*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{color-scheme:dark;--bg: #0a0a0a;--bg-panel: #101010;--bg-card: #161616;--bg-code: #0d0d0d;--border: #242424;--border-mid: #2e2e2e;--accent: #e8b84b;--accent-dim: #a07d28;--text-hi: #f2f2f2;--text-mid: #cccccc;--text-lo: #999999;--text-muted: #666666;--text-ghost: #444444;--sb-lesson-todo: #aaaaaa;--sb-lesson-done: #636363;--sb-dot-todo: #4a4a4a;--sb-duration: #585858;--sb-hover: #1a1a1a;--sb-active: #1e1e1e;--sb-locked-title: #3a3a3a;--sb-locked-sub: #2e2e2e;--sb-mod-count: #585858;--sb-mod-chevron: #555555;--sb-mod-badge-bg: #1c1c1c;--sb-mod-badge-border: #2e2e2e;--sb-mod-badge-text: #888888;--green: #4aaa77;--red: #c0392b;--blue: #4a9eff}[data-theme=light]{color-scheme:light;--bg: #f4f1eb;--bg-panel: #ece8e0;--bg-card: #e5e1d8;--bg-code: #1e1e1e;--border: #d0ccc3;--border-mid: #bfbbb1;--accent: #b5720f;--accent-dim: #8a5509;--text-hi: #1a1714;--text-mid: #3c3630;--text-lo: #7a7268;--text-muted: #9e9488;--text-ghost: #c0bab2;--sb-lesson-todo: #4a4540;--sb-lesson-done: #9e9488;--sb-dot-todo: #b0aaa2;--sb-duration: #9a9490;--sb-hover: #dedad2;--sb-active: #d4d0c8;--sb-locked-title: #b8b4ac;--sb-locked-sub: #c4c0b8;--sb-mod-count: #8a8480;--sb-mod-chevron: #9a9490;--sb-mod-badge-bg: #dedad2;--sb-mod-badge-border: #ccc8c0;--sb-mod-badge-text: #6a6460;--green: #2e8a56;--red: #c0392b;--blue: #2266cc}html,body,#root{height:100%;background:var(--bg);color:var(--text-mid);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}:root{--font-mono: "JetBrains Mono", "Courier New", monospace;--font-display: "Bebas Neue", sans-serif;--font-serif: "DM Serif Display", serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-ghost)}button{cursor:pointer;font-family:inherit}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .3s ease both}.stagger>*{animation:fadeUp .3s ease both}.stagger>*:nth-child(1){animation-delay:.03s}.stagger>*:nth-child(2){animation-delay:.07s}.stagger>*:nth-child(3){animation-delay:.11s}.stagger>*:nth-child(4){animation-delay:.15s}.stagger>*:nth-child(5){animation-delay:.19s}.stagger>*:nth-child(6){animation-delay:.23s}.stagger>*:nth-child(7){animation-delay:.27s}
