:root,[data-theme=bright]{--bg-primary: #FAF3EB;--bg-secondary: #F5E6D3;--bg-card: #FFFFFF;--accent: #D97757;--accent-hover: #C4623F;--accent-light: rgba(217, 119, 87, .1);--accent-glow: rgba(217, 119, 87, .25);--text-primary: #2D2D2D;--text-secondary: #5A5A5A;--text-muted: #8A8A8A;--border: #E0D5C8;--code-bg: #1E1E2E;--code-text: #CDD6F4;--shadow: 0 2px 16px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .1);--radius: 12px;--radius-sm: 8px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "Fira Code", "Consolas", "Monaco", monospace;--transition: .2s ease;--graph-bg: #FAFAFA;--cat-matplotlib: #3B82F6;--cat-seaborn: #8B5CF6;--cat-plotly: #10B981;--cat-intro: var(--accent);--cat-summary: var(--accent)}[data-theme=dark]{--bg-primary: #1A1A2E;--bg-secondary: #16213E;--bg-card: #222244;--accent: #E8956E;--accent-hover: #D97757;--accent-light: rgba(232, 149, 110, .12);--accent-glow: rgba(232, 149, 110, .3);--text-primary: #E8E8F0;--text-secondary: #A0A0B8;--text-muted: #6C6C88;--border: #333355;--code-bg: #0D0D1A;--code-text: #CDD6F4;--shadow: 0 2px 16px rgba(0, 0, 0, .25);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--graph-bg: #1E1E30}[data-theme=crystal]{--bg-primary: #F0F4FF;--bg-secondary: #E0E8FF;--bg-card: #FFFFFF;--accent: #6366F1;--accent-hover: #4F46E5;--accent-light: rgba(99, 102, 241, .1);--accent-glow: rgba(99, 102, 241, .25);--text-primary: #1E1B4B;--text-secondary: #4338CA;--text-muted: #818CF8;--border: #C7D2FE;--code-bg: #1E1B4B;--code-text: #E0E7FF;--shadow: 0 2px 16px rgba(99, 102, 241, .08);--shadow-lg: 0 8px 32px rgba(99, 102, 241, .15);--graph-bg: #F5F7FF}[data-theme=frosted]{--bg-primary: #F8FAFC;--bg-secondary: rgba(255, 255, 255, .6);--bg-card: rgba(255, 255, 255, .75);--accent: #0EA5E9;--accent-hover: #0284C7;--accent-light: rgba(14, 165, 233, .1);--accent-glow: rgba(14, 165, 233, .25);--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--border: rgba(148, 163, 184, .3);--code-bg: #0F172A;--code-text: #E2E8F0;--shadow: 0 2px 16px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .08);--graph-bg: #F1F5F9}[data-theme=frosted] .bg-card,[data-theme=frosted] .toc-panel,[data-theme=frosted] .theme-switcher__menu{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100vh;transition:background .3s ease,color .3s ease}#root{height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{line-height:1.3;font-weight:600}code,pre{font-family:var(--font-mono)}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;border-radius:var(--radius-sm)}::selection{background:var(--accent-light);color:var(--accent-hover)}::-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-muted)}@media(max-width:768px){html{font-size:14px}}.app{height:100vh;display:flex;flex-direction:column;position:relative}.progress-bar{position:fixed;top:0;left:0;right:0;height:4px;background:var(--border);z-index:100}.progress-bar__fill{height:100%;background:var(--accent);transition:width .3s ease;border-radius:0 2px 2px 0}.progress-bar__label{position:fixed;top:8px;right:60px;font-size:.75rem;color:var(--text-muted);z-index:100}.theme-switcher{position:fixed;top:10px;right:16px;z-index:101}.theme-switcher__btn{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition);color:var(--text-secondary)}.theme-switcher__btn:hover{background:var(--accent-light);color:var(--accent)}.theme-switcher__menu{position:absolute;top:42px;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.4rem;min-width:140px;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.theme-switcher__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.82rem;text-align:left;transition:all var(--transition)}.theme-switcher__option:hover{background:var(--bg-secondary)}.theme-switcher__option--active{background:var(--accent-light);color:var(--accent);font-weight:600}.slide-viewer{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 4rem 2rem;position:relative;overflow:hidden}.slide-viewer__content{width:100%;max-width:1200px;height:100%;animation:slideIn .25s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.nav-btn{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--bg-card);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;transition:all var(--transition);z-index:50;border:1px solid var(--border)}.nav-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:var(--shadow-lg)}.nav-btn:disabled{opacity:.3;pointer-events:none}.nav-btn--prev{left:.75rem}.nav-btn--next{right:.75rem}.nav-btn svg{width:20px;height:20px}.slide-counter{position:fixed;bottom:1rem;right:1.5rem;font-size:.8rem;color:var(--text-muted);z-index:50}.toc-toggle{position:fixed;top:12px;left:16px;width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;z-index:101;transition:all var(--transition);color:var(--text-secondary)}.toc-toggle:hover{background:var(--accent-light);color:var(--accent)}.slide{height:100%;display:grid;grid-template-columns:1fr 1fr;gap:2rem;overflow:hidden}.slide__left{overflow-y:auto;padding-right:1rem}.slide__right{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;min-height:0}.slide__header{margin-bottom:1.5rem}.slide__title{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.slide__subtitle{font-size:1rem;color:var(--text-secondary);font-weight:400}.category-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2em .6em;border-radius:4px;margin-bottom:.5rem;color:#fff}.category-badge--matplotlib{background:var(--cat-matplotlib)}.category-badge--seaborn{background:var(--cat-seaborn)}.category-badge--plotly{background:var(--cat-plotly)}.category-badge--intro{background:var(--cat-intro)}.category-badge--summary{background:var(--cat-summary)}.slide__section{margin-bottom:1.25rem}.slide__section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem}.slide__assumptions{list-style:none;padding:0}.slide__assumptions li{padding:.3rem 0 .3rem 1.5rem;position:relative;font-size:.9rem;color:var(--text-secondary)}.slide__assumptions li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.prompt-card{background:var(--accent-light);border:1px solid rgba(217,119,87,.15);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:.5rem;font-size:.85rem;color:var(--text-primary);position:relative;cursor:pointer;transition:all var(--transition)}.prompt-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-light)}.prompt-card__copy{position:absolute;top:.5rem;right:.5rem;font-size:.65rem;color:var(--accent);opacity:0;transition:opacity var(--transition)}.prompt-card:hover .prompt-card__copy{opacity:1}.slide__tips{list-style:none;padding:0}.slide__tips li{font-size:.82rem;color:var(--text-muted);font-style:italic;padding:.2rem 0 .2rem 1.2rem;position:relative}.slide__tips li:before{content:"•";position:absolute;left:0;color:var(--accent)}.code-block{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:50vh;min-height:0}.code-block__header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#181825;font-size:.72rem;color:#6c7086;flex-shrink:0}.code-block__lang{text-transform:uppercase;letter-spacing:.08em;font-weight:600}.code-block__copy{font-size:.72rem;color:#6c7086;padding:.2rem .5rem;border-radius:4px;transition:all var(--transition)}.code-block__copy:hover{color:var(--code-text);background:#cdd6f41a}.code-block pre{background:var(--code-bg);padding:1rem;overflow:auto;font-size:.78rem;line-height:1.65;margin:0;flex:1;min-height:0}.code-block code{color:var(--code-text)}.token.comment,.token.prolog,.token.doctype{color:#6c7086;font-style:italic}.token.keyword{color:#cba6f7}.token.string{color:#a6e3a1}.token.number{color:#fab387}.token.function{color:#89b4fa}.token.builtin{color:#f9e2af}.token.operator{color:#89dceb}.token.punctuation{color:#bac2de}.token.class-name{color:#f9e2af}.token.boolean{color:#fab387}.token.decorator{color:#f38ba8}.graph-output{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;background:#fff;display:flex;flex-direction:column;max-height:45vh;min-height:0}.graph-output__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.4rem .75rem;background:var(--bg-secondary);font-weight:600;flex-shrink:0}.graph-output img{display:block;width:100%;border-radius:0}.graph-placeholder{display:flex;align-items:center;justify-content:center;min-height:180px;background:var(--graph-bg, #FAFAFA);border-radius:var(--radius-sm);padding:1rem;overflow:auto;flex:1;min-height:0}.graph-placeholder svg{width:100%;max-width:400px;height:auto;flex-shrink:0}.slide--title{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;grid-template-columns:1fr}.slide--title .slide__title{font-size:3rem;font-weight:700;margin-bottom:.5rem}.slide--title .slide__subtitle{font-size:1.25rem;margin-bottom:2rem}.slide--title .cta-btn{background:var(--accent);color:#fff;font-weight:600;padding:.75rem 2rem;border-radius:var(--radius);font-size:1rem;transition:all var(--transition)}.slide--title .cta-btn:hover{background:var(--accent-hover);box-shadow:0 4px 20px var(--accent-glow);transform:translateY(-1px)}.slide--title .tagline{font-size:.9rem;color:var(--text-muted);margin-top:1.5rem;max-width:500px}.slide--summary{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;overflow-y:auto;padding-top:2rem}.slide--summary .resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;max-width:800px;margin-top:2rem;text-align:left}.resource-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:all var(--transition)}.resource-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent)}.resource-card h4{font-size:.9rem;margin-bottom:.3rem}.resource-card p{font-size:.8rem;color:var(--text-muted)}.toc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex}.toc-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.toc-panel{position:relative;width:340px;max-width:100vw;height:100%;background:var(--bg-card);box-shadow:var(--shadow-lg);padding:2rem 1.5rem;overflow-y:auto;animation:tocSlideIn .2s ease}@keyframes tocSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.toc-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.toc-panel__title{font-size:1rem;font-weight:700}.toc-panel__close{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.toc-panel__close:hover{background:var(--accent-light);color:var(--accent)}.toc-group{margin-bottom:1.25rem}.toc-group__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem}.toc-item{display:flex;align-items:center;width:100%;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.88rem;text-align:left;transition:all var(--transition);gap:.5rem}.toc-item:hover{background:var(--bg-secondary)}.toc-item--active{background:var(--accent-light);color:var(--accent);font-weight:600}.toc-item__num{font-size:.72rem;color:var(--text-muted);min-width:1.5rem}@media(max-width:900px){.slide{grid-template-columns:1fr;overflow-y:auto}.slide__left{padding-right:0;overflow:visible}.slide__right{overflow:visible}.slide-viewer{padding:2.5rem 1rem 1.5rem}.nav-btn{width:40px;height:40px}.nav-btn--prev{left:.25rem}.nav-btn--next{right:.25rem}.code-block,.graph-output{max-height:none}.slide--title .slide__title{font-size:2rem}.slide--summary{padding-top:1rem}.progress-bar__label{right:55px;font-size:.65rem}}@media(max-width:640px){.nav-btn{display:none}.slide-viewer{padding:2rem .75rem 1rem}.slide__title{font-size:1.4rem}.slide--title .slide__title{font-size:1.8rem}.toc-panel{width:100vw}.theme-switcher{right:8px;top:8px}.theme-switcher__btn{width:32px;height:32px}.prompt-card{font-size:.8rem;padding:.6rem .75rem}.code-block pre{font-size:.72rem;padding:.75rem}.slide__assumptions li{font-size:.82rem}}@media(max-width:380px){.slide-viewer{padding:1.75rem .5rem .75rem}.slide__header,.slide__section{margin-bottom:1rem}}
