@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--color-bg:#fff8ed;--color-bg-soft:#fff3df;--color-surface:#fff;--color-surface-warm:#fffdf8;--color-text:#241f1c;--color-text-muted:#6e6257;--color-accent:#e68a2e;--color-accent-dark:#b85f16;--color-accent-soft:#ffe2ad;--color-olive:#8aa35f;--color-olive-soft:#e8f1d7;--color-border:#efd4ad;--radius-pill:999px;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--shadow-soft:0 18px 50px #7848181a;--shadow-header:0 14px 40px #7848181f;--container-width:1180px}*{box-sizing:border-box}body{background:radial-gradient(circle at 12% 8%, #f6b44b2e, transparent 28%), radial-gradient(circle at 88% 12%, #8aa35f29, transparent 26%), var(--color-bg);color:var(--color-text);margin:0;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}code{background:#fff0d6;border-radius:6px;padding:2px 6px}pre{color:#fff8ed;background:#241f1c;border-radius:18px;padding:24px;line-height:1.6;overflow-x:auto}pre code{color:inherit;background:0 0;border-radius:0;padding:0}h1{letter-spacing:-.06em;margin:0;font-size:clamp(44px,8vw,82px);line-height:.95}h2{margin:0 0 14px}h3{margin-bottom:10px}p{font-size:18px;line-height:1.65}table{border-collapse:collapse;background:#fff8ed;border-radius:18px;width:100%;overflow:hidden}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #f2d6aa;padding:16px}th{background:#ffe2ad;font-weight:800}.header-actions{align-items:center;gap:12px;display:flex}.nav-auth{align-items:center;gap:10px;display:flex}.nav-auth-label{max-width:180px;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.nav-auth-button{min-height:42px;padding:10px 16px;font-size:14px}.auth-page{justify-content:center;align-items:flex-start;display:flex}.auth-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(100%,620px);box-shadow:var(--shadow-soft);padding:42px}.auth-card h1{font-size:clamp(42px,7vw,72px)}.auth-form{gap:18px;margin-top:28px;display:grid}.auth-form label{gap:8px;font-weight:800;display:grid}.auth-form input{border:1px solid var(--color-border);background:var(--color-surface-warm);min-height:48px;font:inherit;border-radius:16px;padding:0 14px}.auth-divider{color:var(--color-text-muted);align-items:center;gap:14px;margin:26px 0;font-weight:800;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-google-button{width:100%}.auth-switch{margin-top:22px}.auth-switch a{color:var(--color-accent-dark);font-weight:900}@media (width<=900px){.header-actions{flex-direction:column;align-items:stretch;width:100%;margin-top:18px}.nav-auth{flex-direction:column;align-items:stretch;width:100%}.nav-auth-label{text-align:center;max-width:100%}.nav-auth-button,.header-cta{text-align:center;justify-content:center;width:100%}}.app{min-height:100vh}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff8edc2;border-bottom:1px solid #efd4adb3;padding:18px 24px;position:sticky;top:0}.site-header__inner{width:min(var(--container-width,1180px), 100%);grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-width:0;margin:0 auto;display:grid}.logo,.logo-text{color:inherit;text-decoration:none}.logo{color:inherit;white-space:nowrap;align-items:center;gap:6px;text-decoration:none;display:inline-flex}.logo-image{object-fit:contain;filter:drop-shadow(0 8px 14px #78481829);flex:none;width:38px;height:38px;display:block}.logo-wordmark{letter-spacing:-.055em;align-items:baseline;gap:4px;font-size:19px;font-weight:950;line-height:1;display:inline-flex}.logo-wordmark__tasty{color:#241f1c}.logo-wordmark__python{color:#d8731f;position:relative}.logo-wordmark__python:after{content:"";background:linear-gradient(90deg,#e68a2e,#8aa35f);border-radius:999px;height:3px;position:absolute;bottom:-4px;left:1px;right:1px}.site-nav{border-radius:var(--radius-pill,999px);background:#ffffffb8;border:1px solid #efd4ade6;justify-self:center;align-items:center;gap:4px;min-width:0;max-width:100%;padding:6px;display:inline-flex;box-shadow:0 12px 34px #78481814}.site-nav a{border-radius:var(--radius-pill,999px);min-height:38px;color:var(--color-text-muted,#6e6257);white-space:nowrap;justify-content:center;align-items:center;padding:0 16px;font-size:15px;font-weight:850;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex}.site-nav a:hover{background:var(--color-accent-soft,#ffe2ad);color:var(--color-text,#241f1c);transform:translateY(-1px)}.site-nav a.active{background:var(--color-text,#241f1c);color:var(--color-surface-warm,#fffdf8);box-shadow:0 8px 18px #241f1c29}.header-cta{border-radius:var(--radius-pill,999px);background:var(--color-accent,#e68a2e);color:#fff;white-space:nowrap;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:15px;font-weight:950;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 26px #e68a2e47}.header-cta:hover{background:var(--color-accent-dark,#b85f16);transform:translateY(-1px);box-shadow:0 16px 34px #e68a2e57}.header-actions{justify-content:flex-end;justify-self:end;align-items:center;gap:14px;min-width:0;display:flex}.nav-auth{justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.nav-auth-label{color:#6e6257;text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-size:13px;font-weight:850;overflow:hidden}.nav-auth-button{white-space:nowrap;min-height:42px;padding-inline:18px}.page{max-width:var(--container-width,1180px);margin:0 auto;padding:48px 24px 96px}.page-intro{max-width:760px;margin-bottom:40px}.section{margin-top:64px}.hero{max-width:860px;padding:80px 0}.hero-text{max-width:760px;font-size:22px}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.feature-grid,.track-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.admin-session-bar{width:min(var(--container-width,1180px), calc(100% - 40px));background:var(--color-text,#241f1c);color:var(--color-bg,#fff8ed);border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin:18px auto 0;padding:14px 18px;display:flex;box-shadow:0 14px 40px #241f1c2e}.admin-session-bar div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-session-bar strong{font-weight:950}.admin-session-bar span{color:#f8d9a0;font-size:14px}.admin-session-bar button{color:#241f1c;font:inherit;cursor:pointer;background:#fff2d4;border:0;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:900}.admin-session-bar button:hover{background:#ffe2ad}.home-page{max-width:var(--container-width,1180px)}.home-hero{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:center;gap:34px;max-width:none;padding:70px 0 44px;display:grid}.home-hero-content{max-width:760px}.home-hero h1{letter-spacing:-.075em;margin-bottom:22px;font-size:clamp(48px,8vw,86px);line-height:.94}.home-hero-card{background:#1e1e1e;border:1px solid #ffffff14;border-radius:30px;overflow:hidden;box-shadow:0 28px 80px #241f1c3d}.home-hero-card-top{background:#252526;gap:8px;padding:16px;display:flex}.home-hero-card-top span{border-radius:999px;width:12px;height:12px}.home-hero-card-top span:first-child{background:#ff5f57}.home-hero-card-top span:nth-child(2){background:#ffbd2e}.home-hero-card-top span:nth-child(3){background:#28c840}.home-hero-card-body{color:#f8fafc;background:radial-gradient(circle at 100% 0,#facc1529,#0000 38%),#1e1e1e;padding:28px}.home-card-kicker{color:#facc15;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.home-hero-card h2{color:#fff;letter-spacing:-.05em;margin:0 0 20px;font-size:34px;line-height:1}.home-code-preview{gap:10px;margin:22px 0;display:grid}.home-code-preview code{color:#dbeafe;background:#111827;border-radius:14px;padding:14px 16px;font-family:Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:15px;display:block}.home-hero-card p:last-child{color:#d1d5db;margin-bottom:0}.section-heading{max-width:780px;margin-bottom:28px}.section-heading h2{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(34px,5vw,58px);line-height:.98}.home-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-feature-card{background:radial-gradient(circle at 100% 0,#fed7aab8,#0000 36%),#fff;border:1px solid #f0c98e;border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 16px 46px #78481817}.feature-icon{background:#fff2d4;border:1px solid #f0c98e;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;font-size:24px;display:inline-flex}.home-feature-card h3{letter-spacing:-.03em;margin:0 0 10px;font-size:22px}.home-feature-card p{margin-bottom:0}.home-learning-path{background:radial-gradient(circle at 100% 0,#dcfce7cc,#0000 36%),radial-gradient(circle at 0 100%,#dbeafecc,#0000 38%),#fff;border:1px solid #bbf7d0;border-radius:30px;justify-content:space-between;align-items:center;gap:28px;margin-top:64px;padding:32px;display:flex;box-shadow:0 22px 64px #1665341a}.home-learning-path div{max-width:720px}.home-learning-path h2{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(34px,5vw,56px);line-height:.98}.home-learning-path p:last-child{margin-bottom:0}.home-final-cta{background:radial-gradient(circle at 100% 0,#facc1542,#0000 34%),#fff;border:1px solid #f0c98e;border-radius:30px;margin-top:64px;padding:34px;box-shadow:0 24px 70px #7848181f}.home-final-cta h2{letter-spacing:-.06em;margin:0 0 14px;font-size:clamp(34px,5vw,58px);line-height:.98}.home-final-cta p{max-width:760px}.home-about{background:radial-gradient(circle at 100% 0,#ffe2adb3,#0000 34%),radial-gradient(circle at 0 100%,#dbeafe8c,#0000 38%),#fff;border:1px solid #f0c98e;border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;margin-top:64px;padding:34px;display:grid;box-shadow:0 24px 70px #7848181a}.home-about h2{letter-spacing:-.06em;margin:0 0 14px;font-size:clamp(34px,5vw,56px);line-height:.98}.home-about p{max-width:820px}.home-about p:last-child{margin-bottom:0}.home-about-actions{flex-direction:column;gap:12px;min-width:210px;display:flex}.not-found-page{place-items:center;min-height:calc(100vh - 140px);display:grid}.not-found-card{background:radial-gradient(circle at 100% 0,#facc1547,#0000 34%),radial-gradient(circle at 0 100%,#dcfce7c7,#0000 38%),#fff;border:1px solid #f0c98e;border-radius:32px;width:min(100%,760px);padding:42px;box-shadow:0 24px 70px #78481824}.not-found-card h1{letter-spacing:-.075em;margin:0 0 18px;font-size:clamp(42px,7vw,72px);line-height:.94}.not-found-card p{max-width:620px}@media (width<=980px){.home-hero{grid-template-columns:1fr;padding-top:44px}.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-learning-path{flex-direction:column;align-items:flex-start}.site-header__inner{grid-template-columns:1fr auto;gap:18px 24px}.logo{grid-area:1/1/2/2;justify-self:start}.header-actions{grid-area:1/2/2/3;justify-self:end}.site-nav{grid-area:2/1/3/-1;justify-content:center;justify-self:stretch;width:100%;overflow-x:auto}.site-nav a{flex:none}.nav-auth{justify-content:flex-end}.nav-auth-label{max-width:180px}}@media (width<=680px){.admin-session-bar{flex-direction:column;align-items:flex-start}}@media (width<=640px){.home-feature-grid{grid-template-columns:1fr}.home-hero h1{font-size:clamp(42px,14vw,64px)}.home-hero-card-body,.home-learning-path,.home-final-cta{padding:24px}}.site-menu-toggle{display:none}.site-menu-toggle__icon{object-fit:contain;pointer-events:none;width:48px;height:48px;transition:transform .18s,opacity .18s;display:block;transform:scale(1.32)}@media (width<=520px){.site-header{padding:14px 16px}.site-header__inner{grid-template-columns:1fr auto;place-items:center stretch;gap:14px}.site-header__inner .logo{grid-area:1/1/2/2;justify-self:start;width:max-content}.site-menu-toggle{cursor:pointer;background:radial-gradient(circle at 0 0,#ffe2ada6,#0000 46%),#ffffffdb;border:1px solid #efd4adf2;border-radius:18px;grid-area:1/2/2/3;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;overflow:hidden;box-shadow:0 12px 26px #7848181f,inset 0 1px #fffc}.site-menu-toggle:hover{transform:translateY(-1px);box-shadow:0 16px 32px #78481829,inset 0 1px #ffffffe6}.site-menu-toggle:active{transform:translateY(0)scale(.96)}.site-header__inner--menu-open .site-menu-toggle{background:radial-gradient(circle at 0 0,#ffe2add9,#0000 48%),#fff7e6}.site-header__inner--menu-open .site-menu-toggle__icon{transform:rotate(6deg)scale(1.22)}.site-header__inner .site-nav{grid-area:2/1/3/-1;justify-self:stretch;width:100%;max-width:100%;display:none;overflow-x:visible}.site-header__inner--menu-open .site-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid}.site-header__inner .site-nav a{text-align:center;justify-content:center;width:100%}.site-header__inner .header-actions{grid-area:3/1/4/-1;justify-self:stretch;width:100%;display:none}.site-header__inner--menu-open .header-actions{flex-direction:column;align-items:stretch;gap:10px;display:flex}.site-header__inner .header-cta{text-align:center;justify-self:stretch;width:100%;max-width:none;display:none}.site-header__inner--menu-open .header-cta{display:inline-flex}.site-header__inner .nav-auth{background:#ffffffb8;border:1px solid #efd4ade6;border-radius:22px;flex-direction:column;align-items:stretch;gap:10px;width:100%;padding:12px;box-shadow:0 12px 30px #78481814}.site-header__inner .nav-auth-label{text-align:center;max-width:100%}.site-header__inner .nav-auth-button{width:100%}.logo-image{width:36px;height:36px}.logo-wordmark,.logo span,.logo-text{font-size:17px}}@media (width<=430px){.site-header{padding-left:14px;padding-right:14px}.site-nav a{min-height:36px;padding:0 10px;font-size:13px}}@media (width<=980px){.home-about{grid-template-columns:1fr;align-items:flex-start}.home-about-actions{flex-flow:wrap}}@media (width<=640px){.home-about{padding:24px}.home-about-actions{flex-direction:column;width:100%}.home-about-actions .button{width:100%}}.info-page{padding-top:72px;padding-bottom:96px}.info-card{background:radial-gradient(circle at 100% 0,#ffe2ad9e,#0000 34%),radial-gradient(circle at 0 100%,#dbeafe73,#0000 36%),#fff;border:1px solid #f0c98e;border-radius:32px;width:min(100%,900px);margin:0 auto;padding:42px;box-shadow:0 24px 70px #7848181a}.info-card h1{margin-bottom:22px}.info-card p{max-width:760px}.info-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.site-footer{background:#fff8edc7;border-top:1px solid #f0d7af}.site-footer__inner{justify-content:space-between;gap:32px;width:min(100%,1320px);margin:0 auto;padding:34px 32px;display:flex}.site-footer__brand p{color:#6f6258;max-width:360px;margin:12px 0 0;font-size:15px;line-height:1.6}.site-footer__nav{flex-wrap:wrap;justify-content:flex-end;gap:12px 18px;max-width:560px;display:flex}.site-footer__nav a{color:#5c5149;font-size:14px;font-weight:800}.site-footer__nav a:hover,.site-footer__nav a.active{color:#d65f00}@media (width<=760px){.info-page{padding-top:44px;padding-bottom:72px}.info-card{border-radius:26px;padding:28px}.info-actions{flex-direction:column}.info-actions .button{width:100%}.site-footer__inner{flex-direction:column;padding:30px 22px}.site-footer__nav{justify-content:flex-start}}.home-progress-note{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface-warm);width:fit-content;color:var(--color-text-muted);margin:8px 0 0;padding:10px 14px;font-size:14px;font-weight:900;display:inline-flex}.track-map-section{margin-top:46px}.track-map-section-heading{max-width:760px;margin-bottom:20px}.track-map-section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(30px,4vw,46px);line-height:.98}.track-map-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.track-map-card{background:radial-gradient(circle at 100% 0,#ffe2ad8c,#0000 34%),#fff;border:1px solid #f0c98e;border-radius:26px;flex-direction:column;min-height:100%;padding:24px;display:flex;box-shadow:0 16px 46px #78481814}.track-map-card-featured{background:radial-gradient(circle at 100% 0,#dcfce7d1,#0000 34%),radial-gradient(circle at 0 100%,#ffe2adb3,#0000 38%),#fff;border-color:#bbf7d0;border-radius:32px;padding:34px;box-shadow:0 24px 70px #1665341c}.track-map-card-completed{background:radial-gradient(circle at 100% 0,#dcfce7d9,#0000 34%),#fff;border-color:#86efac}.track-map-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.track-map-card h3{letter-spacing:-.04em;margin:0 0 12px;font-size:25px;line-height:1.08}.track-map-card-featured h3{letter-spacing:-.065em;font-size:clamp(34px,5vw,58px);line-height:.96}.track-map-card p{margin-top:0}.track-map-meta{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:14px;display:flex}.track-map-meta span,.track-map-progress-label{color:#7c2d12;background:#fff2d4;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.track-map-progress{background:#fff2d4;border-radius:999px;height:9px;margin-top:18px;overflow:hidden}.track-map-progress span{border-radius:inherit;background:linear-gradient(90deg,#e68a2e,#8aa35f);height:100%;display:block}.track-map-link{color:#fff8ed;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;width:max-content;min-height:42px;margin-top:20px;padding:0 18px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.track-map-link:hover{background:#3a302b}.track-map-card-featured .track-map-link{color:#fff;background:#e68a2e;box-shadow:0 12px 26px #e68a2e3d}.track-map-card-featured .track-map-link:hover{background:#b85f16}.track-map-toggle{background:#fffdf8;border:1px solid #f0c98e;border-radius:28px;margin-top:34px;box-shadow:0 16px 46px #78481814}.track-map-toggle summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-weight:950;list-style:none;display:flex}.track-map-toggle summary::-webkit-details-marker{display:none}.track-map-toggle summary span{letter-spacing:-.025em;font-size:20px}.track-map-toggle summary strong{color:#fff8ed;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;min-width:34px;min-height:34px;font-size:14px;display:inline-flex}.track-map-toggle[open]{padding-bottom:24px}.track-map-toggle[open] summary{border-bottom:1px solid #f2d6aa;margin-bottom:4px}.track-map-toggle>p{max-width:760px;margin:18px 24px 20px}.track-map-toggle .track-map-grid{padding:20px 24px 0}@media (width<=980px){.track-map-grid{grid-template-columns:1fr}.track-map-card-featured{padding:28px}}@media (width<=640px){.track-map-card,.track-map-card-featured{border-radius:24px;padding:22px}.track-map-toggle summary{padding:18px 20px}.track-map-toggle .track-map-grid{padding:18px 20px 0}}.eyebrow{color:#b45309;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:14px;font-weight:800}.button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:800;display:inline-flex}.button-primary{color:#fff8ed;background:#241f1c}.button-secondary{color:#241f1c;background:#ffe2ad}.feature-card,.track-card,.lesson-card,.coming-soon-box,.lesson-section,.lesson-hero,.dashboard-card{background:#fff;border:1px solid #f2d6aa;border-radius:24px;padding:24px;box-shadow:0 14px 40px #78481814}.track-card,.lesson-card{transition:transform .2s,box-shadow .2s}.track-card:hover,.lesson-card-clickable:hover{transform:translateY(-4px);box-shadow:0 18px 48px #78481824}.status{text-transform:capitalize;border-radius:999px;margin-bottom:16px;padding:6px 10px;font-size:13px;font-weight:800;display:inline-flex}.status-published{color:#166534;background:#dcfce7}.status-in_progress{color:#92400e;background:#fef3c7}.status-planned{color:#374151;background:#e5e7eb}.status-coming_soon{color:#1d4ed8;background:#dbeafe}.loading-box,.api-notice{background:#fff;border:1px solid #f2d6aa;border-radius:20px;padding:20px;box-shadow:0 14px 40px #78481814}.api-notice{color:#92400e;margin-top:20px;font-weight:700}.api-status{min-height:34px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #f2d6aa;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.api-status-dot{background:#9ca3af;border-radius:999px;width:9px;height:9px}.api-status-checking{color:#7c4a1d}.api-status-checking .api-status-dot{background:#f59e0b}.api-status-online{color:#166534}.api-status-online .api-status-dot{background:#22c55e}.api-status-offline{color:#92400e}.api-status-offline .api-status-dot{background:#f97316}button:disabled{cursor:not-allowed;opacity:.7}.roadmap-summary,.track-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.roadmap-summary{margin-bottom:32px}.track-summary{margin-bottom:28px}.roadmap-summary article,.track-summary article{background:#fff;border:1px solid #f2d6aa;border-radius:20px;padding:20px;box-shadow:0 14px 40px #78481814}.roadmap-summary strong{margin-bottom:8px;font-size:34px;line-height:1;display:block}.track-summary strong{margin-bottom:8px;font-size:32px;line-height:1;display:block}.roadmap-summary span,.track-summary span{color:#7c4a1d;text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:800}.track-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.track-progress-percent{color:#7c4a1d;font-size:14px;font-weight:900}.track-progress{margin-top:24px}.track-progress-bar{background:#fff0d6;border-radius:999px;width:100%;height:10px;overflow:hidden}.track-progress-bar span{border-radius:inherit;background:#b45309;height:100%;display:block}.track-progress p{color:#7c4a1d;margin:10px 0 0;font-size:15px;font-weight:700}.lesson-count{color:#7c4a1d;font-weight:800}.track-detail-page{max-width:1180px}.track-hero{background:radial-gradient(circle at 100% 0,#facc1542,#0000 34%),radial-gradient(circle at 0 100%,#dcfce7c2,#0000 38%),#fff;border:1px solid #f0c98e;border-radius:30px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:stretch;gap:24px;margin-bottom:28px;padding:34px;display:grid;box-shadow:0 24px 70px #7848181f}.track-hero-content{max-width:760px}.track-hero h1{letter-spacing:-.075em;margin:0 0 18px;font-size:clamp(46px,7vw,82px);line-height:.94}.track-hero-actions{flex-wrap:wrap;gap:14px;margin-top:26px;display:flex}.track-hero-progress{text-align:center;background:#fff8ede6;border:1px solid #f2d6aa;border-radius:26px;align-content:center;place-items:center;gap:14px;padding:24px;display:grid}.track-hero-progress p{max-width:260px;margin:0;font-weight:800}.track-progress-ring{--progress:0%;background:radial-gradient(circle, #fff 58%, transparent 60%), conic-gradient(#22c55e var(--progress), #f1e2c5 0);border-radius:999px;place-items:center;width:164px;height:164px;display:grid;box-shadow:0 18px 40px #7848181f}.track-progress-ring span{letter-spacing:-.05em;color:#241f1c;font-size:34px;font-weight:950}.track-detail-summary{margin-bottom:34px}.track-next-step{background:radial-gradient(circle at 100% 0,#dbeafef2,#0000 34%),#fff;border:1px solid #bfdbfe;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:42px;padding:28px;display:flex;box-shadow:0 18px 52px #1e40af14}.track-next-step div{max-width:760px}.track-next-step h2{letter-spacing:-.06em;margin:0 0 10px;font-size:clamp(30px,5vw,48px);line-height:.98}.track-next-step p:last-child{margin-bottom:0}.track-lessons-section{margin-top:34px}.track-lesson-list{gap:18px;display:grid}.next-badge{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.lesson-card-next{background:radial-gradient(circle at 100% 0,#dbeafef2,#0000 34%),#fff;border-color:#93c5fd}.lesson-card-next .lesson-action-next{color:#fff;background:#1d4ed8}.lesson-action-completed{color:#166534;background:#dcfce7}@media (width<=900px){.track-hero{grid-template-columns:1fr}.track-next-step{flex-direction:column;align-items:flex-start}}@media (width<=760px){.roadmap-summary,.track-summary{grid-template-columns:1fr 1fr}}@media (width<=520px){.roadmap-summary,.track-summary{grid-template-columns:1fr}.track-hero{padding:24px}}@media (width<=900px){.track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.track-grid{grid-template-columns:1fr}.track-card{min-width:0}.track-card h2{word-break:normal;overflow-wrap:normal;font-size:28px;line-height:1.05}.track-card p{font-size:16px;line-height:1.55}.track-card-header{flex-direction:column;align-items:flex-start;gap:10px}.roadmap-summary,.track-summary{grid-template-columns:1fr}}@media (width<=430px){.page{padding-left:18px;padding-right:18px}.track-card{padding:22px}.track-card h2{font-size:26px}}.lesson-page{--lesson-page-max:1080px;--lesson-bg:#fff8ed;--lesson-card-bg:#fff;--lesson-card-soft:#fffaf1;--lesson-card-warm:#fff7e6;--lesson-text:#241f1c;--lesson-muted:#7c4a1d;--lesson-border:#f0c98e;--lesson-border-soft:#f2d6aa;--lesson-accent:#c85b00;--lesson-accent-dark:#7c2d12;--lesson-accent-soft:#fff2d4;--lesson-success-bg:#dcfce7;--lesson-success-border:#22c55e;--lesson-success-text:#166534;--lesson-danger-bg:#ffe4e6;--lesson-danger-border:#ef4444;--lesson-danger-text:#9f1239;--lesson-info-bg:#eff6ff;--lesson-info-border:#93c5fd;--lesson-info-text:#1e3a8a;--lesson-shadow-soft:0 16px 46px #78481814;--lesson-shadow-medium:0 24px 70px #7848181f;--lesson-shadow-strong:0 28px 84px #78481829;--lesson-radius-lg:32px;--lesson-radius-md:24px;--lesson-radius-sm:18px;--lesson-section-gap:52px;--lesson-inner-gap:24px;max-width:var(--lesson-page-max)}.lesson-page.lesson-theme-notebook{--lesson-bg:#f8fafc;--lesson-card-bg:#fff;--lesson-card-soft:#f1f5f9;--lesson-card-warm:#f8fafc;--lesson-text:#0f172a;--lesson-muted:#475569;--lesson-border:#cbd5e1;--lesson-border-soft:#dbe3ee;--lesson-accent:#2563eb;--lesson-accent-dark:#1d4ed8;--lesson-accent-soft:#dbeafe;--lesson-shadow-soft:0 16px 44px #0f172a12;--lesson-shadow-medium:0 24px 70px #0f172a1a;--lesson-shadow-strong:0 28px 84px #0f172a24}.lesson-page.lesson-theme-forest{--lesson-bg:#f4fbf6;--lesson-card-bg:#fff;--lesson-card-soft:#f0fdf4;--lesson-card-warm:#ecfdf5;--lesson-text:#14261c;--lesson-muted:#3f5f46;--lesson-border:#b7e4c7;--lesson-border-soft:#ccebd6;--lesson-accent:#15803d;--lesson-accent-dark:#14532d;--lesson-accent-soft:#dcfce7;--lesson-shadow-soft:0 16px 44px #14532d12;--lesson-shadow-medium:0 24px 70px #14532d1a;--lesson-shadow-strong:0 28px 84px #14532d24}.lesson-page.lesson-theme-berry{--lesson-bg:#fff7fb;--lesson-card-bg:#fff;--lesson-card-soft:#fdf2f8;--lesson-card-warm:#fff1f7;--lesson-text:#2e1065;--lesson-muted:#7e22ce;--lesson-border:#f9a8d4;--lesson-border-soft:#fbcfe8;--lesson-accent:#7c3aed;--lesson-accent-dark:#5b21b6;--lesson-accent-soft:#ede9fe;--lesson-shadow-soft:0 16px 44px #7c3aed12;--lesson-shadow-medium:0 24px 70px #7c3aed1a;--lesson-shadow-strong:0 28px 84px #7c3aed24}.lesson-page.lesson-theme-midnight{--lesson-bg:#111827;--lesson-card-bg:#1f2937;--lesson-card-soft:#273449;--lesson-card-warm:#1e293b;--lesson-text:#f9fafb;--lesson-muted:#cbd5e1;--lesson-border:#374151;--lesson-border-soft:#4b5563;--lesson-accent:#fbbf24;--lesson-accent-dark:#facc15;--lesson-accent-soft:#3b2f12;--lesson-success-bg:#064e3b;--lesson-success-border:#34d399;--lesson-success-text:#d1fae5;--lesson-danger-bg:#7f1d1d;--lesson-danger-border:#f87171;--lesson-danger-text:#fee2e2;--lesson-info-bg:#172554;--lesson-info-border:#60a5fa;--lesson-info-text:#dbeafe;--lesson-shadow-soft:0 16px 44px #00000038;--lesson-shadow-medium:0 24px 70px #00000047;--lesson-shadow-strong:0 28px 84px #0000005c}.lesson-list{gap:18px;display:grid}.lesson-card{justify-content:space-between;gap:24px;display:flex}.lesson-card-clickable{cursor:pointer}.lesson-card-static{cursor:default;opacity:.78}.lesson-card-main{flex:1}.lesson-card-top{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;display:flex}.lesson-order,.lesson-meta{color:var(--lesson-muted);font-size:14px;font-weight:800}.lesson-status-icon{margin-right:4px;display:inline-block}.lesson-card-footer{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:16px;min-width:160px;display:flex}.lesson-action{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.lesson-action-published{background:var(--lesson-text);color:var(--lesson-bg)}.lesson-action-in_progress{color:#92400e;background:#fef3c7}.lesson-action-coming_soon{color:#1d4ed8;background:#dbeafe}.lesson-action-planned{color:#374151;background:#e5e7eb}.lesson-action-premium{color:#9d174d;background:#fce7f3}.lesson-card-published{border-color:#bbf7d0}.lesson-card-in_progress{border-color:#fde68a}.lesson-card-coming_soon{border-color:#bfdbfe}.lesson-card-planned{border-style:dashed}.lesson-card-premium{border-color:#fbcfe8}.lesson-card-completed{background:#f0fdf4;border-color:#86efac}.completed-badge,.lesson-action-completed{color:#166534;background:#dcfce7}.completed-badge{border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800;display:inline-flex}.lesson-page{color:var(--lesson-text)}.lesson-hero{margin-bottom:var(--lesson-section-gap);border-radius:var(--lesson-radius-lg);border:1px solid var(--lesson-border);box-shadow:var(--lesson-shadow-medium);background:radial-gradient(circle at 84% 20%,#ffe2adb8,#0000 30%),radial-gradient(circle at 10% 90%,#e8f1d7c7,#0000 34%),linear-gradient(135deg,#fffdf8 0%,#fff 48%,#fff7e6 100%);padding:46px;position:relative;overflow:hidden}.lesson-hero:before{content:"";border-radius:calc(var(--lesson-radius-lg) - 10px);opacity:.34;pointer-events:none;background-image:radial-gradient(circle,#c85b001f 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:18px}.lesson-hero__content{z-index:1;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:36px;display:grid;position:relative}.lesson-hero__main{min-width:0}.lesson-hero h1{max-width:760px;margin-top:10px;margin-bottom:22px}.lesson-hero__meta-list{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.lesson-hero__meta-list span{min-height:32px;color:var(--lesson-accent-dark);text-transform:lowercase;background:#ffe2adb8;border:1px solid #f0c98ee6;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.lesson-hero__goal{max-width:760px;margin-bottom:0}.lesson-hero__visual{background:#241f1c;border:1px solid #241f1c24;border-radius:30px;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 24px 56px #241f1c2e}.lesson-hero__visual-top{background:#2f2925;gap:8px;padding:14px 16px;display:flex}.lesson-hero__visual-top span{border-radius:999px;width:11px;height:11px}.lesson-hero__visual-top span:first-child{background:#ff6b57}.lesson-hero__visual-top span:nth-child(2){background:#f6b44b}.lesson-hero__visual-top span:nth-child(3){background:#8aa35f}.lesson-hero__visual-body{color:#fff8ed;background:radial-gradient(circle at 100% 0,#e68a2e42,#0000 36%),#241f1c;padding:24px}.lesson-hero__visual-kicker{color:#f6b44b;letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950;line-height:1}.lesson-hero__visual h2{color:#fff;letter-spacing:-.05em;margin:0 0 18px;font-size:30px;line-height:1}.lesson-hero__code-card{gap:10px;margin:18px 0;display:grid}.lesson-hero__code-card code{color:#fff8ed;background:#fff8ed17;border:1px solid #fff8ed1f;border-radius:14px;padding:12px 14px;font-family:Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:14px;display:block}.lesson-hero__chips{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.lesson-hero__chips span{color:#7c2d12;background:#fff2d4;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.lesson-hero__visual--green{background:#18251b}.lesson-hero__visual--green .lesson-hero__visual-top{background:#203225}.lesson-hero__visual--green .lesson-hero__visual-body{background:radial-gradient(circle at 100% 0,#8aa35f57,#0000 36%),#18251b}.lesson-hero__visual--green .lesson-hero__visual-kicker{color:#cfe8a9}.lesson-hero__visual--green .lesson-hero__chips span{color:#2f4a24;background:#e8f1d7}.lesson-hero__visual--blue{background:#172033}.lesson-hero__visual--blue .lesson-hero__visual-top{background:#202b42}.lesson-hero__visual--blue .lesson-hero__visual-body{background:radial-gradient(circle at 100% 0,#93c5fd47,#0000 36%),#172033}.lesson-hero__visual--blue .lesson-hero__visual-kicker{color:#93c5fd}.lesson-hero__visual--blue .lesson-hero__chips span{color:#1e3a8a;background:#dbeafe}.lesson-hero__visual--berry{background:#2a1830}.lesson-hero__visual--berry .lesson-hero__visual-top{background:#39203f}.lesson-hero__visual--berry .lesson-hero__visual-body{background:radial-gradient(circle at 100% 0,#f9a8d447,#0000 36%),#2a1830}.lesson-hero__visual--berry .lesson-hero__visual-kicker{color:#f9a8d4}.lesson-hero__visual--berry .lesson-hero__chips span{color:#831843;background:#fce7f3}.lesson-hero__visual--ingredient-board{transform:rotate(-1deg)}.lesson-hero__visual--recipe-card{transform:rotate(1deg)}.lesson-hero__visual--terminal-card{transform:rotate(0)}.lesson-hero__recipe-card{gap:10px;margin:18px 0;display:grid}.lesson-hero__recipe-row{grid-template-columns:30px 1fr;align-items:center;gap:10px;display:grid}.lesson-hero__recipe-row span{color:#7c2d12;background:#fff2d4;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:950;display:inline-flex}.lesson-hero__recipe-row code{color:#fff8ed;background:#fff8ed17;border:1px dashed #fff8ed38;border-radius:14px;padding:12px 14px;font-family:Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:14px;display:block}.lesson-hero__ingredient-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.lesson-hero__ingredient-note{color:#3b2a1f;background:#fff2d4;border-radius:16px;min-height:72px;padding:13px;font-size:13px;font-weight:900;line-height:1.35;box-shadow:0 8px 18px #0000001f}.lesson-hero__ingredient-note:nth-child(3){grid-column:1/-1}.lesson-hero__terminal-card{background:radial-gradient(circle at 100% 0,#93c5fd1f,#0000 38%),#0f172a;border:1px solid #93c5fd33;border-radius:18px;gap:9px;margin:18px 0;padding:16px;display:grid;box-shadow:inset 0 0 0 1px #ffffff08}.lesson-hero__terminal-card code{color:#dbeafe;white-space:pre-wrap;background:0 0;border-radius:0;padding:0;font-family:Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;display:block}.lesson-hero__terminal-card code span{color:#f6b44b;font-weight:900}.lesson-hero__meta-list .lesson-meta-pill{text-transform:none;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.lesson-hero__meta-list .lesson-meta-pill-foundation{color:#8a3f08;background:#ffeeaebf;border:1px solid #d6842252}.lesson-hero__meta-list .lesson-meta-pill-core{color:#276735;background:#dbf9e0d9;border:1px solid #4dc27452}.lesson-hero__meta-list .lesson-meta-pill-applied{color:#245477;background:#deefffd9;border:1px solid #5d93cc4d}.lesson-hero__meta-list .lesson-meta-pill-challenge{color:#66327d;background:#f7e1ffd9;border:1px solid #9d5ebd4d}.lesson-hero:after{content:"";opacity:.95;pointer-events:none;background:linear-gradient(90deg,#d65f00 0%,#f6b44b 48%,#8aa35f 100%);border-radius:0 0 999px 999px;height:5px;position:absolute;top:0;left:34px;right:34px}.lesson-hero__goal{margin-bottom:18px}.lesson-hero__focus{color:#17365d;background:linear-gradient(135deg,#dbeafed1,#fff8ede6);border:1px solid #60a5fa6b;border-radius:18px;max-width:680px;margin-top:18px;padding:14px 16px;box-shadow:0 12px 26px #241f1c0f}.lesson-hero__focus-label{color:#1d4f91;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:950;display:block}.lesson-hero__focus p{margin:0;font-size:15px;font-weight:750;line-height:1.55}.lesson-hero__actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.lesson-hero__button{border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;font-weight:950;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.lesson-hero__button--primary{color:#fffaf1;background:#d65f00;border:1px solid #b84f00;box-shadow:0 10px 22px #d65f0038}.lesson-hero__button--ghost{color:#7c2d12;background:#fff8edb8;border:1px solid #d6842247}.lesson-hero__button:hover{transform:translateY(-2px)}.lesson-hero__button--primary:hover{box-shadow:0 16px 30px #d65f0047}.lesson-hero__button--ghost:hover{background:#fff2d4;border-color:#d684227a}.lesson-hero__meta-list .lesson-meta-pill{transition:transform .16s,box-shadow .16s,background-color .16s}.lesson-hero__meta-list .lesson-meta-pill:hover{transform:translateY(-1px);box-shadow:0 8px 16px #241f1c14}.lesson-hero__visual{will-change:transform;transition:transform .22s,box-shadow .22s,border-color .22s}.lesson-hero__visual:hover{border-color:#ffe2ad57;transform:rotate(0)translateY(-5px);box-shadow:0 30px 66px #241f1c3d}.lesson-hero__visual-top span{transition:transform .18s,opacity .18s}.lesson-hero__visual:hover .lesson-hero__visual-top span{opacity:.95;transform:scale(1.08)}.lesson-hero__code-card code,.lesson-hero__recipe-row code{transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s;position:relative}.lesson-hero__code-card code:hover,.lesson-hero__recipe-row:hover code{background:#fff8ed21;border-color:#fff8ed47;transform:translate(3px)}.lesson-hero__code-line--active,.lesson-hero__recipe-row--active code{background:#fff2d429;border-color:#f6b44b80;box-shadow:0 0 0 1px #f6b44b1f}.lesson-hero__recipe-row span{transition:transform .18s,background-color .18s,color .18s}.lesson-hero__recipe-row:hover span{color:#241f1c;background:#f6b44b;transform:scale(1.05)}.lesson-hero__chips span{transition:transform .16s,box-shadow .16s,background-color .16s;animation:.42s both lessonHeroChipIn}.lesson-hero__chips span:hover{transform:translateY(-2px);box-shadow:0 8px 14px #241f1c1f}@keyframes lessonHeroChipIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.lesson-hero__button,.lesson-hero__visual,.lesson-hero__visual-top span,.lesson-hero__code-card code,.lesson-hero__recipe-row code,.lesson-hero__recipe-row span,.lesson-hero__chips span,.lesson-hero__meta-list .lesson-meta-pill{transition:none;animation:none}.lesson-hero__button:hover,.lesson-hero__visual:hover,.lesson-hero__code-card code:hover,.lesson-hero__recipe-row:hover code,.lesson-hero__recipe-row:hover span,.lesson-hero__chips span:hover,.lesson-hero__meta-list .lesson-meta-pill:hover{transform:none}}@media (width<=720px){.lesson-hero__focus{padding:13px 14px}.lesson-hero__actions{flex-direction:column;align-items:stretch}.lesson-hero__button{width:100%}}.lesson-section{margin-top:var(--lesson-section-gap);border-radius:var(--lesson-radius-lg);background:radial-gradient(circle at top right, color-mix(in srgb, var(--lesson-accent-soft) 42%, transparent), transparent 36%), var(--lesson-card-bg);border:1px solid var(--lesson-border);box-shadow:var(--lesson-shadow-soft);padding:40px;scroll-margin-top:140px;position:relative;overflow:visible}.lesson-section:before{content:"";border-radius:var(--lesson-radius-lg) var(--lesson-radius-lg) 0 0;background:linear-gradient(90deg, var(--lesson-accent), color-mix(in srgb, var(--lesson-accent) 50%, #facc15), color-mix(in srgb, var(--lesson-accent) 35%, #84cc16));height:7px;position:absolute;inset:0 0 auto}.lesson-section-header{align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.lesson-section-icon{background:var(--lesson-accent-soft);border:1px solid var(--lesson-border);border-radius:18px;flex:none;justify-content:center;align-items:center;width:50px;height:50px;font-size:25px;display:inline-flex;box-shadow:0 10px 28px #78481814}.lesson-section-kicker,.output-label,.lesson-question-label,.lesson-accordion-answer-label,.completion-kicker{color:var(--lesson-accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.lesson-section h2{letter-spacing:-.045em;margin:0;font-size:clamp(28px,4vw,42px);line-height:1}.lesson-section p{max-width:820px}.lesson-section-metaphor{--metaphor-content-width:880px;background:radial-gradient(circle at top right, #fed7aa80, transparent 34%), radial-gradient(circle at bottom left, #e8f1d78c, transparent 38%), var(--lesson-card-bg)}.lesson-section-metaphor .lesson-section-icon{font-size:0}.lesson-section-metaphor .lesson-section-icon:before{content:"🥣";font-size:25px}.lesson-section-metaphor .lesson-section-header,.lesson-section-metaphor>p,.lesson-section-metaphor>.lesson-inline-image,.lesson-section-metaphor>.lesson-code-card,.lesson-section-metaphor>.lesson-items,.lesson-section-metaphor>.lesson-accordion-list,.lesson-section-metaphor>.output-box,.lesson-section-metaphor>.lesson-block-list{width:min(100%, var(--metaphor-content-width));margin-left:auto;margin-right:auto}.lesson-section-metaphor .lesson-block-list{gap:20px;display:grid}.lesson-section-metaphor>p{max-width:var(--metaphor-content-width)}.lesson-section-metaphor .lesson-inline-image{border-radius:26px;margin-top:20px;margin-bottom:28px;position:relative;overflow:hidden;box-shadow:0 18px 50px #7848181a}.lesson-section-metaphor .lesson-inline-image img{aspect-ratio:16/10;object-fit:cover;object-position:center;width:100%;transition:transform .26s,filter .26s;display:block}.lesson-section-metaphor .lesson-inline-image:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff2e,#0000 34%,#8aa35f1a);transition:opacity .26s;position:absolute;inset:0}.lesson-section-metaphor .lesson-inline-image:hover img{filter:saturate(1.04);transform:scale(1.018)}.lesson-section-metaphor .lesson-inline-image:hover:after{opacity:1}.lesson-section-metaphor .lesson-block-rich-text{margin:0}.lesson-section-metaphor .lesson-markdown p{max-width:var(--metaphor-content-width);margin-top:0;margin-bottom:16px;font-size:17px;line-height:1.72}.lesson-section-metaphor .lesson-markdown p:last-child{margin-bottom:0}.lesson-section-metaphor .lesson-markdown strong{color:#7c2d12;font-weight:950}.lesson-section-metaphor .lesson-markdown :not(pre)>code{color:#7c2d12;background:#ffe2ad9e;border-radius:7px;padding:2px 6px;font-size:.92em;font-weight:800}.lesson-section-metaphor>p{margin-top:0;margin-bottom:16px;font-size:17px;line-height:1.72}.lesson-section-metaphor>p:first-of-type{color:var(--lesson-accent-dark);background:#fff2d494;border:1px solid #f0c98eb3;border-radius:20px;margin-top:8px;padding:16px 18px;font-weight:800}.lesson-section-metaphor .lesson-callout-metaphor-hook{color:var(--lesson-accent-dark);background:radial-gradient(circle at 30px 28px,#f6b44b33,#0000 28px),linear-gradient(135deg,#fff4c7 0%,#fffbea 100%);border:1px solid #f6b44bdb;border-radius:20px;margin:0;padding:18px 22px 18px 68px;position:relative;box-shadow:0 12px 26px #d65f0014}.lesson-section-metaphor .lesson-callout-metaphor-hook:before{content:"🍯";color:#fff8ed;background:#241f1c;border-radius:14px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;line-height:1;display:inline-flex;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.lesson-section-metaphor .lesson-callout-memory-hook{background:radial-gradient(circle at 100% 0,#f6b44b42,#0000 34%),linear-gradient(135deg,#fff7d8 0%,#fffdf8 100%);border:1px solid #f0c98e;border-radius:22px;margin-top:8px;padding:24px 26px;transition:transform .18s,box-shadow .18s;box-shadow:0 16px 42px #7848181a}.lesson-section-metaphor .lesson-callout-memory-hook:hover{transform:translateY(-2px);box-shadow:0 20px 48px #78481821}.lesson-section-metaphor .lesson-callout-memory-hook .lesson-callout-title{color:#7c2d12;align-items:center;gap:10px;margin:0 0 14px;display:flex}.lesson-section-metaphor .lesson-callout-memory-hook .lesson-callout-icon{color:#fff8ed;background:#241f1c;border-radius:14px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:inline-flex}.lesson-section-metaphor .lesson-callout-memory-hook .lesson-markdown p{max-width:none;margin-bottom:8px;font-size:16px;font-weight:750;line-height:1.6}.lesson-section-metaphor .lesson-callout-memory-hook .lesson-markdown p:last-child{margin-bottom:0}.lesson-section-metaphor .lesson-items{margin-top:24px}.lesson-section-metaphor .lesson-item:last-child{background:radial-gradient(circle at 100% 0,#f6b44b42,#0000 34%),linear-gradient(135deg,#fff7d8 0%,#fffdf8 100%);border:1px solid #f0c98e;padding:24px 26px 24px 72px;overflow:hidden;box-shadow:0 16px 42px #7848181a}.lesson-section-metaphor .lesson-item:last-child:before{content:"💡";color:#fff8ed;background:#241f1c;border-radius:14px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:inline-flex;position:absolute;top:24px;left:24px}.lesson-section-metaphor .lesson-item:last-child h3{color:#7c2d12}.lesson-section-metaphor .lesson-item:last-child p{max-width:none;margin-bottom:0;font-weight:700}.lesson-section-code_example{background:radial-gradient(circle at top left, #dbeafebf, transparent 36%), var(--lesson-card-bg)}.lesson-section-interview{background:radial-gradient(circle at top right, #ddd6fead, transparent 34%), var(--lesson-card-bg)}.lesson-section-trap_zone{background:radial-gradient(circle at top right, #fecacaa8, transparent 34%), var(--lesson-card-bg)}.lesson-section-practice{background:radial-gradient(circle at top left, #dcfce7b8, transparent 36%), var(--lesson-card-bg)}.lesson-section-cheat_sheet{background:radial-gradient(circle at top right, #fef9c3b8, transparent 36%), var(--lesson-card-bg)}.lesson-section-answer_key{background:radial-gradient(circle at top left, #d1fae5b8, transparent 36%), var(--lesson-card-bg)}@media (width<=720px){.lesson-section{padding:28px 20px;scroll-margin-top:110px}.lesson-section-header{gap:12px;margin-bottom:22px}.lesson-section-icon{border-radius:15px;width:42px;height:42px;font-size:22px}.lesson-section-metaphor .lesson-section-icon:before{font-size:22px}.lesson-section-metaphor .lesson-inline-image{border-radius:20px}.lesson-section-metaphor .lesson-markdown p,.lesson-section-metaphor>p{font-size:16px;line-height:1.68}.lesson-section-metaphor .lesson-callout-metaphor-hook{padding:16px 18px 16px 54px}.lesson-section-metaphor .lesson-callout-metaphor-hook:before{top:17px;left:18px}.lesson-section-metaphor .lesson-callout-memory-hook{padding:22px 20px}}@media (prefers-reduced-motion:reduce){.lesson-section-metaphor .lesson-inline-image img,.lesson-section-metaphor .lesson-inline-image:after,.lesson-section-metaphor .lesson-callout-memory-hook{transition:none}.lesson-section-metaphor .lesson-inline-image:hover img,.lesson-section-metaphor .lesson-callout-memory-hook:hover{transform:none}}.lesson-section-metaphor .lesson-callout-metaphor-hook{color:var(--lesson-accent-dark);background:radial-gradient(circle at 30px 28px,#f6b44b33,#0000 28px),linear-gradient(135deg,#fff4c7 0%,#fffbea 100%);border:1px solid #f6b44bdb;border-radius:20px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;margin:0;padding:18px 22px;display:grid;position:relative;box-shadow:0 12px 26px #d65f0014}.lesson-section-metaphor .lesson-callout-metaphor-hook:before{content:"🍯";color:#fff8ed;background:#241f1c;border-radius:14px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;line-height:1;display:inline-flex;position:static;transform:none}.lesson-section-metaphor .lesson-callout-metaphor-hook .lesson-markdown{min-width:0}.lesson-section-metaphor .lesson-callout-metaphor-hook .lesson-markdown p{margin:0;padding-left:0;font-size:18px;font-weight:950;line-height:1.55}@media (width<=720px){.lesson-section-metaphor .lesson-callout-metaphor-hook{grid-template-columns:32px minmax(0,1fr);gap:11px;padding:16px 18px}.lesson-section-metaphor .lesson-callout-metaphor-hook:before{border-radius:13px;width:32px;height:32px;font-size:16px}}.lesson-section-theory .lesson-block-rich-text{margin:0}.lesson-section-theory .lesson-block-rich-text:first-of-type{color:#17365d;background:linear-gradient(135deg,#dbeafeb8,#fff8eddb);border:1px solid #60a5fa57;border-radius:18px;max-width:780px;padding:16px 18px;font-weight:750}.lesson-section-theory .lesson-markdown blockquote{color:#4a321d;background:#fff2d485;border-left:4px solid #d65f0094;border-radius:0 16px 16px 0;max-width:740px;margin:14px 0 0 24px;padding:14px 18px;font-weight:750}.lesson-section-theory .lesson-markdown blockquote p{margin:0;font-size:16px;line-height:1.65}.lesson-section-theory .lesson-block-rich-text:last-of-type{color:#2f4a24;background:#e8f1d794;border:1px solid #8aa35f57;border-radius:18px;max-width:780px;padding:14px 16px;font-weight:750}.lesson-section-theory .lesson-block-rich-text:first-of-type:last-of-type{color:#17365d;background:linear-gradient(135deg,#dbeafeb8,#fff8eddb);border:1px solid #60a5fa57}.lesson-section-theory .lesson-block-code,.lesson-section-theory .lesson-code-card{margin-top:0;margin-bottom:0}@media (width<=720px){.lesson-section-theory .lesson-block-list{gap:22px}.lesson-section-theory .lesson-markdown p,.lesson-section-theory .lesson-markdown blockquote p{font-size:16px;line-height:1.68}.lesson-section-theory .lesson-markdown blockquote{margin-left:0}}.lesson-section-theory{background:radial-gradient(circle at top left, #dbeafeb3, transparent 34%), radial-gradient(circle at bottom right, #fff2d48c, transparent 36%), var(--lesson-card-bg)}.lesson-section-theory .lesson-block-list{gap:26px;display:grid}.lesson-section-theory .lesson-block-rich-text{max-width:780px;margin:0;color:var(--lesson-text)!important;background:0 0!important;border:none!important;padding:0!important;font-weight:500!important}.lesson-section-theory .lesson-markdown p{max-width:780px;margin-top:0;margin-bottom:16px;font-size:16px;line-height:1.72}.lesson-section-theory .lesson-markdown p:last-child{margin-bottom:0}.lesson-section-theory .lesson-block-anchor-position-1 .lesson-block-rich-text{border-radius:18px;color:#17365d!important;background:linear-gradient(135deg,#dbeafec7,#fff8ede6)!important;border:1px solid #60a5fa61!important;padding:16px 18px!important;font-weight:750!important}.lesson-section-theory .lesson-block-anchor-position-3 .lesson-block-rich-text,.lesson-section-theory .lesson-block-anchor-position-5 .lesson-block-rich-text{border-radius:18px;color:var(--lesson-text)!important;background:#fffdf8b8!important;border:1px solid #60a5fa38!important;padding:16px 18px!important;font-weight:600!important}.lesson-section-theory .lesson-markdown :not(pre)>code{color:#7c2d12;background:#ffe2ad9e;border-radius:7px;padding:2px 6px;font-size:.92em;font-weight:800}.lesson-section-theory .lesson-markdown blockquote{color:#4a321d;background:#fff2d49e;border-left:4px solid #d65f009e;border-radius:0 14px 14px 0;max-width:740px;margin:14px 0 0 24px;padding:13px 16px}.lesson-section-theory .lesson-markdown blockquote p{color:#4a321d;margin:0;font-size:16px;font-weight:800;line-height:1.65}.lesson-section-theory .lesson-block-anchor-position-5 .lesson-markdown>p:last-child{color:#2f4a24;background:#e8f1d79e;border:1px solid #8aa35f57;border-radius:14px;margin-top:14px;padding:12px 14px;font-weight:800}.lesson-section-theory .lesson-code-card{margin-top:4px;margin-bottom:4px}@media (width<=720px){.lesson-section-theory .lesson-block-list{gap:22px}.lesson-section-theory .lesson-markdown p,.lesson-section-theory .lesson-markdown blockquote p{font-size:16px;line-height:1.68}.lesson-section-theory .lesson-markdown blockquote{margin-left:0}}.lesson-section-code_example{--code-example-content-width:880px;background:radial-gradient(circle at top left, #dbeafec7, transparent 36%), radial-gradient(circle at bottom right, #fff2d485, transparent 38%), var(--lesson-card-bg)}.lesson-section-code_example .lesson-section-header,.lesson-section-code_example>.lesson-block-list{width:min(100%, var(--code-example-content-width));margin-left:auto;margin-right:auto}.lesson-section-code_example .lesson-block-list{gap:26px;display:grid}.lesson-section-code_example .lesson-block-anchor-position-1 .lesson-callout{color:#17365d;background:radial-gradient(circle at 26px 26px,#60a5fa2e,#0000 28px),linear-gradient(135deg,#dbeafed1,#fff8edeb);border:1px solid #60a5fa7a;border-radius:20px;padding:18px 20px 18px 64px;position:relative;box-shadow:0 14px 30px #241f1c12}.lesson-section-code_example .lesson-block-anchor-position-1 .lesson-callout:before{content:"🎯";color:#fff8ed;background:#17365d;border-radius:13px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:inline-flex;position:absolute;top:18px;left:20px}.lesson-section-code_example .lesson-block-anchor-position-1 .lesson-callout-title{color:#1d4f91;margin-bottom:8px}.lesson-section-code_example .lesson-block-anchor-position-1 .lesson-markdown p{margin:0;font-size:16px;font-weight:700;line-height:1.6}.lesson-section-code_example .lesson-block-code{margin:0}.lesson-section-code_example .lesson-code-card{margin:0;box-shadow:0 22px 48px #241f1c24}.lesson-section-code_example .lesson-block-anchor-position-3 .lesson-code-card{box-shadow:0 16px 34px #241f1c1c}.lesson-section-code_example .lesson-block-anchor-position-3 .lesson-code-card pre{min-height:96px}.lesson-section-code_example .lesson-block-rich-text{max-width:820px;margin:0}.lesson-section-code_example .lesson-block-rich-text .lesson-markdown h2,.lesson-section-code_example .lesson-block-rich-text .lesson-markdown h3{letter-spacing:-.045em;margin-top:0;margin-bottom:14px;font-size:clamp(28px,3.4vw,38px);line-height:1}.lesson-section-code_example .lesson-block-rich-text .lesson-markdown p{max-width:820px;margin-top:0;margin-bottom:14px;font-size:16px;line-height:1.72}.lesson-section-code_example .lesson-block-rich-text .lesson-markdown p:last-child{margin-bottom:0}.lesson-section-code_example .lesson-block-rich-text .lesson-markdown strong{color:#7c2d12;font-weight:950}.lesson-section-code_example .lesson-block-rich-text .lesson-markdown :not(pre)>code{color:#7c2d12;background:#ffe2ad9e;border-radius:7px;padding:2px 6px;font-size:.92em;font-weight:800}.lesson-section-code_example .lesson-callout-info{background:linear-gradient(135deg,#dbeafeb8,#fff8ede0);border:1px solid #60a5fa6b;border-radius:20px;box-shadow:0 14px 30px #241f1c0f}.lesson-section-code_example .lesson-callout-info .lesson-callout-title{color:#1d4f91}.lesson-section-code_example .lesson-callout-info .lesson-markdown p{font-size:16px;line-height:1.65}.lesson-section-code_example .lesson-inline-image{border-radius:26px;overflow:hidden;box-shadow:0 18px 46px #7848181f}.lesson-section-code_example .lesson-inline-image img{aspect-ratio:16/10;object-fit:cover;object-position:center;width:100%;transition:transform .26s,filter .26s;display:block}.lesson-section-code_example .lesson-inline-image:hover img{filter:saturate(1.04);transform:scale(1.018)}.lesson-section-code_example .lesson-callout-memory-hook{background:radial-gradient(circle at 100% 0,#f6b44b3d,#0000 34%),linear-gradient(135deg,#fff7d8 0%,#fffdf8 100%);border:1px solid #f0c98e;border-radius:22px;margin-top:2px;padding:22px 24px;transition:transform .18s,box-shadow .18s;box-shadow:0 16px 38px #7848181a}.lesson-section-code_example .lesson-callout-memory-hook:hover{transform:translateY(-2px);box-shadow:0 20px 46px #78481821}.lesson-section-code_example .lesson-callout-memory-hook .lesson-callout-title{color:#7c2d12;align-items:center;gap:10px;margin:0 0 14px;display:flex}.lesson-section-code_example .lesson-callout-memory-hook .lesson-callout-icon{color:#fff8ed;background:#241f1c;border-radius:14px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:inline-flex}.lesson-section-code_example .lesson-callout-memory-hook .lesson-markdown p{max-width:none;margin-bottom:8px;font-size:16px;font-weight:750;line-height:1.6}.lesson-section-code_example .lesson-callout-memory-hook .lesson-markdown p:last-child{margin-bottom:0}@media (width<=720px){.lesson-section-code_example{--code-example-content-width:100%}.lesson-section-code_example .lesson-block-list{gap:22px}.lesson-section-code_example .lesson-block-anchor-position-1 .lesson-callout{padding:16px 18px 16px 60px}.lesson-section-code_example .lesson-block-anchor-position-1 .lesson-callout:before{border-radius:12px;width:30px;height:30px;font-size:15px;left:18px}.lesson-section-code_example .lesson-block-rich-text .lesson-markdown p,.lesson-section-code_example .lesson-callout-info .lesson-markdown p{font-size:16px;line-height:1.68}.lesson-section-code_example .lesson-inline-image img{aspect-ratio:4/3}}@media (prefers-reduced-motion:reduce){.lesson-section-code_example .lesson-inline-image img,.lesson-section-code_example .lesson-callout-memory-hook{transition:none}.lesson-section-code_example .lesson-inline-image:hover img,.lesson-section-code_example .lesson-callout-memory-hook:hover{transform:none}}@media (width<=720px){.lesson-section-interview{--interview-content-width:100%}.lesson-section-interview .lesson-accordion summary{grid-template-columns:1fr;gap:12px;padding:18px}.lesson-section-interview .lesson-accordion-toggle{width:fit-content}.lesson-section-interview .lesson-accordion-content{padding:0 18px 18px}.lesson-section-interview .lesson-accordion-content p{font-size:16px;line-height:1.68}}@media (prefers-reduced-motion:reduce){.lesson-section-interview .lesson-accordion,.lesson-section-interview .lesson-accordion-toggle{transition:none}.lesson-section-interview .lesson-accordion:hover,.lesson-section-interview .lesson-accordion summary:hover .lesson-accordion-toggle{transform:none}}.lesson-section-interview{--interview-content-width:880px;background:radial-gradient(circle at top right, #ddd6feb8, transparent 34%), radial-gradient(circle at bottom left, #fff2d475, transparent 36%), var(--lesson-card-bg)}.lesson-section-interview .lesson-section-header,.lesson-section-interview>.lesson-accordion-list,.lesson-section-interview>.lesson-block-list{width:min(100%, var(--interview-content-width));margin-left:auto;margin-right:auto}.lesson-section-interview .lesson-accordion-list{gap:16px;display:grid}.lesson-section-interview .lesson-accordion{background:#fffdf8d1;border:1px solid #d6842257;border-radius:20px;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;overflow:hidden;box-shadow:0 10px 24px #241f1c0d}.lesson-section-interview .lesson-accordion[open]{background:linear-gradient(135deg,#fff8edf0,#f5f3ffd1);border-color:#8b5cf65c;box-shadow:0 18px 38px #241f1c17}.lesson-section-interview .lesson-accordion summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 20px;list-style:none;display:grid}.lesson-section-interview .lesson-accordion summary::-webkit-details-marker{display:none}.lesson-section-interview .lesson-accordion-title{color:#241f1c;align-items:center;gap:10px;font-size:16px;font-weight:950;line-height:1.35;display:flex}.lesson-section-interview .lesson-accordion-title:before{content:"?";color:#5b21b6;background:#ddd6fee6;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:950;display:inline-flex}.lesson-section-interview .lesson-accordion[open] .lesson-accordion-title:before{content:"✓";color:#fff8ed;background:#241f1c}.lesson-section-interview .lesson-accordion-toggle{color:#fff8ed;letter-spacing:.04em;text-transform:uppercase;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:11px;font-weight:950;transition:transform .16s,background-color .16s;display:inline-flex}.lesson-section-interview .lesson-accordion summary:hover .lesson-accordion-toggle{background:#7c2d12;transform:translateY(-1px)}.lesson-section-interview .lesson-accordion-content p{background:#fff8eddb;border:1px solid #d6842238;border-radius:16px;max-width:760px;margin:0;padding:16px 18px;font-size:16px;line-height:1.68}.lesson-section-interview .lesson-accordion-answer-label{display:none}@media (width<=720px){.lesson-section-interview{--interview-content-width:100%}.lesson-section-interview .lesson-accordion summary{grid-template-columns:1fr;gap:12px;padding:18px}.lesson-section-interview .lesson-accordion-toggle{width:fit-content}.lesson-section-interview .lesson-accordion-content{padding:0 18px 18px}.lesson-section-interview .lesson-accordion-content p{font-size:16px;line-height:1.68}}@media (prefers-reduced-motion:reduce){.lesson-section-interview .lesson-accordion,.lesson-section-interview .lesson-accordion-toggle{transition:none}.lesson-section-interview .lesson-accordion:hover,.lesson-section-interview .lesson-accordion summary:hover .lesson-accordion-toggle{transform:none}}.lesson-section-interview .lesson-accordion-content{color:#3b2a1f;padding:6px 20px 20px 48px}.lesson-section-interview .lesson-accordion-content p{background:0 0;border:none;border-top:1px solid #d6842238;border-radius:0;max-width:760px;margin:0;padding:14px 0 0;font-size:16px;line-height:1.68}@media (width<=720px){.lesson-section-interview .lesson-accordion-content{padding:4px 18px 18px}.lesson-section-interview .lesson-accordion-content p{padding-top:14px}}.lesson-section-trap_zone .lesson-item-danger:before{content:"!";color:#be123c;background:#e11d481f;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:950;display:inline-flex;position:absolute;top:22px;right:22px}.lesson-section-trap_zone .lesson-item-success:before{content:"✓";color:#15803d;background:#16a34a24;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:950;display:inline-flex;position:absolute;top:22px;right:22px}.lesson-section-trap_zone .lesson-item:last-child{background:radial-gradient(circle at 100% 0,#f6b44b38,#0000 34%),linear-gradient(135deg,#fff7d8 0%,#fffdf8 100%);border:1px solid #f6b44bc7;box-shadow:0 16px 38px #7848181a}.lesson-section-trap_zone .lesson-item:last-child:before{content:"🧠";color:#fff8ed;background:#241f1c;font-size:16px}.lesson-section-trap_zone .lesson-item:last-child h3{color:#7c2d12}.lesson-section-trap_zone .lesson-item:last-child p,.lesson-section-trap_zone .lesson-item:last-child li{color:#7c2d12;font-weight:650}.lesson-section-trap_zone .lesson-item:last-child ul{margin-bottom:0;padding-left:22px}.lesson-section-trap_zone .lesson-item:last-child li+li{margin-top:8px}@media (width<=720px){.lesson-section-trap_zone{--trap-content-width:100%}.lesson-section-trap_zone .lesson-items,.lesson-section-trap_zone .lesson-block-list{gap:20px}.lesson-section-trap_zone .lesson-item h3{font-size:17px}.lesson-section-trap_zone .lesson-item-danger:before,.lesson-section-trap_zone .lesson-item-success:before,.lesson-section-trap_zone .lesson-item:last-child:before{width:28px;height:28px;font-size:15px;top:18px;right:18px}}@media (prefers-reduced-motion:reduce){.lesson-section-trap_zone .lesson-item{transition:none}.lesson-section-trap_zone .lesson-item:hover{transform:none}}.lesson-inline-image{background:var(--lesson-card-warm);border:1px solid var(--lesson-border-soft);width:min(100%,920px);box-shadow:var(--lesson-shadow-soft);border-radius:28px;margin:28px auto 34px;overflow:hidden}.lesson-inline-image img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.lesson-inline-image-section{margin-top:8px}.lesson-inline-image-coding{width:min(100%,820px);margin-top:16px;margin-bottom:28px}.lesson-section-metaphor .lesson-inline-image{border-radius:26px;width:min(100%,880px);margin-top:20px;margin-bottom:28px;box-shadow:0 18px 50px #7848181a}.lesson-section-metaphor .lesson-inline-image img{aspect-ratio:16/10;object-fit:cover;object-position:center}.lesson-section-code_example .lesson-inline-image{border-radius:26px;width:min(100%,820px);margin-top:24px;margin-bottom:30px;box-shadow:0 18px 46px #7848181f}.lesson-section-code_example .lesson-inline-image img{aspect-ratio:16/10;object-fit:cover;object-position:center}.lesson-practice-exercise .lesson-inline-image-coding,.lesson-practice-exercise .lesson-inline-image{width:min(100%,820px)}@media (width<=720px){.lesson-section-metaphor .lesson-inline-image img,.lesson-section-code_example .lesson-inline-image img{aspect-ratio:4/3}.lesson-section-metaphor .lesson-inline-image,.lesson-section-code_example .lesson-inline-image{border-radius:22px}}.lesson-code-card{background:#1e1e1e;border:1px solid #ffffff14;border-radius:24px;margin:28px 0;overflow:hidden;box-shadow:0 18px 48px #241f1c38}.lesson-code-toolbar{background:#252526;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:0 14px;display:flex}.lesson-code-toolbar-left{align-items:center;gap:8px;min-width:0;display:flex}.lesson-code-dot{border-radius:999px;width:11px;height:11px}.lesson-code-dot-red{background:#ff5f57}.lesson-code-dot-yellow{background:#ffbd2e}.lesson-code-dot-green{background:#28c840}.lesson-code-title{color:#f5f5f5;letter-spacing:.03em;margin-left:8px;font-size:13px;font-weight:800}.lesson-code-copy{color:#241f1c;cursor:pointer;background:#fff2d4;border:0;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.lesson-code-copy:hover{background:#ffe2ad}.lesson-code-editor{background:#1e1e1e}.lesson-code-card-output{background:#0f172a;border:1px solid #60a5fa38;box-shadow:0 18px 48px #0f172a47}.lesson-code-card-output .lesson-code-toolbar{background:#0b1220;border-bottom:1px solid #60a5fa29}.lesson-code-card-output .lesson-code-title{color:#dbeafe}.lesson-code-card-output .lesson-code-editor{background:#0f172a}.output-box{margin-top:18px}.lesson-items{gap:var(--lesson-inner-gap);margin-top:28px;display:grid}.lesson-item{border-radius:var(--lesson-radius-md);background:color-mix(in srgb, var(--lesson-card-soft) 76%, white);border:1px solid var(--lesson-border-soft);padding:26px;position:relative;box-shadow:0 12px 34px #7848180f}.lesson-item h3{letter-spacing:-.03em;margin-top:0;font-size:23px;line-height:1.15}.lesson-item-danger{background:linear-gradient(145deg, #ffeeecf5, #fffffffa), var(--lesson-card-bg);border-color:#efb4ae}.lesson-item-danger h3{color:var(--lesson-danger-text)}.lesson-item-success{background:linear-gradient(145deg, #ecfdf5f5, #fffffffa), var(--lesson-card-bg);border-color:#b7e4c7}.lesson-item-success h3{color:var(--lesson-success-text)}.lesson-accordion-list{gap:22px;margin-top:28px;display:grid}.lesson-accordion{border-radius:var(--lesson-radius-md);background:color-mix(in srgb, var(--lesson-card-soft) 74%, white);border:1px solid var(--lesson-border-soft);overflow:hidden;box-shadow:0 12px 34px #7848180f}.lesson-accordion summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:24px;list-style:none;display:flex}.lesson-accordion summary::-webkit-details-marker{display:none}.lesson-accordion[open] summary{border-bottom:1px solid var(--lesson-border-soft);background:color-mix(in srgb, var(--lesson-accent-soft) 46%, transparent)}.lesson-accordion-title{color:var(--lesson-text);letter-spacing:-.02em;font-size:20px;font-weight:900;line-height:1.35}.lesson-accordion-toggle{background:var(--lesson-text);color:var(--lesson-bg);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;flex:none;padding:9px 14px;font-size:12px;font-weight:900}.lesson-accordion-content{padding:24px}.lesson-practice-list{gap:28px;margin-top:30px;display:grid}.lesson-practice-exercise{background:linear-gradient(145deg, color-mix(in srgb, var(--lesson-card-soft) 76%, white), var(--lesson-card-bg)), var(--lesson-card-bg);border:1px solid var(--lesson-border-soft);border-radius:28px;padding:30px;box-shadow:0 14px 38px #78481812}.lesson-practice-exercise h3{letter-spacing:-.03em;margin-top:0;margin-bottom:22px;font-size:25px;line-height:1.15}.lesson-question-box{background:var(--lesson-card-warm);border:1px solid var(--lesson-border-soft);border-radius:20px;margin:22px 0;padding:22px;box-shadow:inset 0 0 0 1px #ffffff8c}.lesson-question-box p{max-width:none}.lesson-question-box p:last-child{margin-bottom:0}.lesson-choice-list{gap:14px;margin-top:22px;display:grid}.lesson-choice-button{border:1px solid var(--lesson-border-soft);background:color-mix(in srgb, var(--lesson-card-bg) 92%, white);width:100%;color:var(--lesson-text);font:inherit;text-align:left;cursor:pointer;border-radius:20px;align-items:flex-start;gap:13px;padding:16px 18px;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:flex}.lesson-choice-button:hover{border-color:var(--lesson-accent);transform:translateY(-1px);box-shadow:0 10px 26px #7848181a}.lesson-choice-key{background:var(--lesson-text);width:30px;height:30px;color:var(--lesson-bg);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:inline-flex}.lesson-choice-button-selected{border-color:var(--lesson-accent);background:var(--lesson-accent-soft)}.lesson-choice-button-correct{border-color:var(--lesson-success-border);background:var(--lesson-success-bg)}.lesson-choice-button-correct .lesson-choice-key{background:var(--lesson-success-text);color:#fff}.lesson-choice-button-wrong{border-color:var(--lesson-danger-border);background:var(--lesson-danger-bg)}.lesson-choice-button-wrong .lesson-choice-key{background:var(--lesson-danger-text);color:#fff}.lesson-choice-feedback{border-radius:18px;margin:18px 0 0;padding:14px 16px;font-weight:800}.lesson-choice-feedback-correct{background:var(--lesson-success-bg);color:var(--lesson-success-text);border:1px solid var(--lesson-success-border)}.lesson-choice-feedback-wrong{background:var(--lesson-danger-bg);color:var(--lesson-danger-text);border:1px solid var(--lesson-danger-border)}.lesson-practice-coding-task{border-color:var(--lesson-info-border);background:linear-gradient(145deg, color-mix(in srgb, var(--lesson-info-bg) 70%, white), var(--lesson-card-bg)), var(--lesson-card-bg)}.lesson-explanation-control{margin-top:20px}.lesson-explanation-box{border:1px solid var(--lesson-border-soft);background:var(--lesson-card-soft);border-radius:20px;margin-top:16px;padding:20px 22px}.lesson-explanation-box p:last-child{margin-bottom:0}.lesson-section-practice .lesson-practice-exercise .button,.lesson-section-practice .lesson-practice-exercise button.button,.lesson-section-practice .lesson-explanation-control{margin-top:18px}@media (width<=720px){.lesson-section-practice{--practice-content-width:100%}.lesson-section-practice .lesson-practice-list,.lesson-section-practice .lesson-block-list{gap:24px}.lesson-section-practice .lesson-practice-exercise{border-radius:24px;padding:22px}.lesson-section-practice .lesson-question-box{border-radius:20px;padding:18px}.lesson-section-practice .lesson-choice-button{grid-template-columns:30px minmax(0,1fr);gap:12px;min-height:54px;padding:13px 14px;font-size:15.5px}.lesson-section-practice .lesson-choice-key{width:28px;height:28px}.lesson-section-practice .lesson-inline-image img,.lesson-section-practice .lesson-inline-image-coding img{aspect-ratio:4/3}}@media (prefers-reduced-motion:reduce){.lesson-section-practice .lesson-choice-button{transition:none}.lesson-section-practice .lesson-choice-button:hover{transform:none}}.python-runner{background:#111827;border:1px solid #93c5fd3d;border-radius:26px;margin-top:26px;overflow:hidden;box-shadow:0 20px 54px #0f172a47}.python-runner-header{background:radial-gradient(circle at 0 0,#3b82f63d,#0000 36%),#0b1220;border-bottom:1px solid #93c5fd2e;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.python-runner-kicker{color:#93c5fd;letter-spacing:.1em;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:900}.python-runner-header h4{color:#f8fafc;letter-spacing:-.03em;margin:0;font-size:22px}.python-runner-actions{align-items:center;gap:10px;display:flex}.python-runner-actions button{color:#0f172a;cursor:pointer;background:#e0f2fe;border:0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900}.python-runner-actions button:hover{background:#bae6fd}.python-runner-actions button:disabled{cursor:wait;opacity:.72}.python-runner-run-button{color:#241f1c!important;background:#facc15!important}.python-runner-run-button:hover{background:#fde047!important}.python-runner-editor{background:#1e1e1e}.python-runner-output-grid{background:#111827;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.python-runner-output-card{background:#020617;border:1px solid #94a3b83d;border-radius:18px;min-height:120px;padding:16px}.python-runner-expected-card{background:#0f172a;border-color:#facc1542}.python-runner-output-label{color:#93c5fd;letter-spacing:.09em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.python-runner-expected-card .python-runner-output-label{color:#fde68a}.python-runner-output-card pre{white-space:pre-wrap;color:#e5e7eb;margin:0;font-family:Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6}.python-runner-feedback{border-top:1px solid #ffffff14;margin:0;padding:14px 18px;font-weight:900}.python-runner-feedback-success{color:#166534;background:#dcfce7}.python-runner-feedback-wrong{color:#92400e;background:#fef3c7}.python-runner-feedback-error{color:#9f1239;background:#ffe4e6}.python-runner-feedback-loading{color:#1e3a8a;background:#dbeafe}.table-wrapper{border:1px solid var(--lesson-border);box-shadow:var(--lesson-shadow-soft);border-radius:24px;margin-top:28px;overflow-x:auto}.table-wrapper table{margin:0}.image-prompt-list{counter-reset:imagePrompt;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-left:0;list-style:none;display:grid}.image-prompt-list li{background:linear-gradient(145deg, color-mix(in srgb, var(--lesson-card-soft) 92%, white), var(--lesson-card-bg)), var(--lesson-card-bg);border:1px solid var(--lesson-border);min-height:210px;box-shadow:var(--lesson-shadow-soft);border-radius:24px;padding:76px 18px 18px;font-size:15px;line-height:1.55;position:relative}.image-prompt-list li:before{counter-increment:imagePrompt;content:"Visual " counter(imagePrompt);background:var(--lesson-text);color:var(--lesson-bg);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;position:absolute;top:16px;left:16px}.image-prompt-list li:after{font-size:34px;position:absolute;top:18px;right:18px}.image-prompt-list li:first-child:after{content:"🍓"}.image-prompt-list li:nth-child(2):after{content:"☕"}.image-prompt-list li:nth-child(3):after{content:"🧾"}.lesson-visual-story-section{background:radial-gradient(circle at top right, #fed7aabf, transparent 36%), radial-gradient(circle at bottom left, #dcfce7b3, transparent 38%), var(--lesson-card-bg)}.lesson-image-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.lesson-image-card{background:var(--lesson-card-soft);border:1px solid var(--lesson-border-soft);box-shadow:var(--lesson-shadow-soft);border-radius:26px;overflow:hidden}.lesson-image-card img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.lesson-image-card div{padding:20px}.lesson-image-card h3{letter-spacing:-.03em;margin:0 0 8px;font-size:20px}.lesson-image-card p{margin:0;font-size:15px;line-height:1.55}.completion-box{margin-top:var(--lesson-section-gap);margin-bottom:32px}.completion-celebration{border-radius:var(--lesson-radius-lg);background:radial-gradient(circle at top right, color-mix(in srgb, var(--lesson-accent-soft) 70%, transparent), transparent 34%), var(--lesson-card-bg);border:1px solid var(--lesson-border);box-shadow:var(--lesson-shadow-medium);gap:0;padding:0;display:grid;overflow:hidden}.completion-image-wrap{background:radial-gradient(circle at 100% 0,#ffe2ad8c,#0000 34%),#fff7e6;justify-content:center;display:flex;overflow:hidden}.completion-image-wrap img{object-fit:contain;width:100%;height:auto;max-height:none;display:block}.completion-celebration h2{letter-spacing:-.055em;margin:0 0 18px;font-size:clamp(32px,5vw,52px);line-height:.98}.completion-celebration p{max-width:780px}.completion-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px;display:flex}.completion-small-link{color:var(--lesson-accent-dark);font-weight:900;text-decoration:none}.completion-small-link:hover{text-decoration:underline}.completion-box-done{border-color:var(--lesson-success-border);background:var(--lesson-success-bg)}.completion-box-done .completion-kicker{color:var(--lesson-success-text)}.lesson-navigation{margin-top:var(--lesson-section-gap);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.lesson-nav-card{border-radius:var(--lesson-radius-md);background:var(--lesson-card-bg);border:1px solid var(--lesson-border-soft);min-height:118px;box-shadow:var(--lesson-shadow-soft);flex-direction:column;justify-content:center;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.lesson-nav-card:hover{box-shadow:var(--lesson-shadow-medium);transform:translateY(-3px)}.lesson-nav-card span{color:var(--lesson-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:800}.lesson-nav-card strong{font-size:17px;line-height:1.35}.lesson-nav-card-disabled{opacity:.55}.lesson-nav-card-disabled:hover{box-shadow:var(--lesson-shadow-soft);transform:none}.coming-soon-box{max-width:720px}.progress-source-label{color:var(--lesson-muted);margin-top:8px;margin-bottom:0;font-size:14px;font-weight:800}.lesson-block-list{gap:26px;margin-top:28px;display:grid}.lesson-block{max-width:100%}.lesson-markdown{max-width:820px}.lesson-markdown>:first-child{margin-top:0}.lesson-markdown>:last-child{margin-bottom:0}.lesson-markdown ul,.lesson-markdown ol{gap:8px;margin:16px 0;padding-left:28px;font-size:18px;line-height:1.65;display:grid}.lesson-markdown li::marker{color:var(--lesson-accent);font-weight:900}.lesson-markdown strong{color:var(--lesson-accent-dark);font-weight:900}.lesson-markdown code{background:var(--lesson-accent-soft);color:var(--lesson-text);border-radius:8px;padding:2px 7px;font-size:.92em}.lesson-callout{border:1px solid var(--lesson-border-soft);background:var(--lesson-card-soft);box-shadow:var(--lesson-shadow-soft);border-radius:24px;padding:22px 24px}.lesson-callout h3{margin-top:0}.lesson-callout-info{background:var(--lesson-info-bg);color:var(--lesson-info-text);border-color:var(--lesson-info-border)}.lesson-callout-success{background:var(--lesson-success-bg);color:var(--lesson-success-text);border-color:var(--lesson-success-border)}.lesson-callout-warning{color:#92400e;background:#fef3c7;border-color:#fbbf24}.lesson-callout-danger{background:var(--lesson-danger-bg);color:var(--lesson-danger-text);border-color:var(--lesson-danger-border)}.lesson-block-image figcaption{background:var(--lesson-card-soft);border-top:1px solid var(--lesson-border-soft);padding:16px 18px}.lesson-section-code_example .lesson-block:has(.lesson-code-card) .lesson-code-card{margin-top:0;margin-bottom:0}.lesson-section-code_example .lesson-block:has(.lesson-code-card:not(.lesson-code-card-output)){margin-top:20px}.lesson-section-code_example .lesson-block:has(.lesson-code-card:not(.lesson-code-card-output))+.lesson-block:has(.lesson-code-card-output){margin-top:-12px}.lesson-section-code_example .lesson-code-card-output{margin-bottom:30px}.lesson-section-code_example .lesson-inline-image{width:min(100%,820px);margin-top:32px;margin-bottom:34px}.lesson-section,.lesson-block-anchor{scroll-margin-top:120px}.lesson-section-interview .lesson-accordion{background:linear-gradient(135deg,#fffaf1 0%,#fffdf8 100%);border-color:#f0c98ef2;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 12px 34px #7848180f}.lesson-section-interview .lesson-accordion:hover{border-color:#e6b86f;transform:translateY(-1px);box-shadow:0 16px 42px #7848181a}.lesson-section-interview .lesson-accordion summary{background:radial-gradient(circle at 0 0,#ffe2ad73,#0000 32%),0 0}.lesson-section-interview .lesson-accordion-title{color:#241f1c;font-size:20px;font-weight:950}.lesson-section-interview .lesson-accordion[open] summary{background:radial-gradient(circle at 0 0,#ffe2adb3,#0000 34%),#fff7e6}.lesson-section-interview .lesson-accordion-content{background:#fffdf8}.lesson-section-interview .lesson-accordion-answer-label{color:#c85b00}.lesson-callout .code-window,.lesson-callout .code-block,.lesson-callout pre{margin-top:22px;margin-bottom:22px}.lesson-callout-danger h3{color:var(--lesson-danger-text)}.lesson-callout-success h3{color:var(--lesson-success-text)}.lesson-callout-info h3{color:var(--lesson-info-text)}.lesson-section-trap_zone .lesson-items{gap:20px}.lesson-section-trap_zone .lesson-item-danger+.lesson-item-success{margin-top:-4px}.lesson-section-trap_zone .lesson-item-success+.lesson-item-danger{margin-top:18px}.lesson-section-trap_zone .lesson-item-danger,.lesson-section-trap_zone .lesson-item-success{border-radius:26px;padding:30px}.lesson-section-trap_zone .lesson-item-danger h3,.lesson-section-trap_zone .lesson-item-success h3{align-items:center;gap:8px;margin-bottom:18px;font-size:23px;display:flex}.lesson-section-trap_zone .lesson-item-danger h3:before{content:"✕";background:var(--lesson-danger-text);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:15px;font-weight:950;display:inline-flex}.lesson-section-trap_zone .lesson-item-success h3:before{content:"✓";background:var(--lesson-success-text);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:15px;font-weight:950;display:inline-flex}.lesson-section-trap_zone .lesson-item p{max-width:none}.lesson-section-trap_zone .lesson-item p:last-child{margin-bottom:0}.lesson-section-trap_zone .lesson-callout-warning{background:radial-gradient(circle at 100% 0,#f6b44b38,#0000 34%),#fff7d8;border-color:#f0c98e;margin-top:28px;box-shadow:0 16px 42px #7848181a}.lesson-section-trap_zone .lesson-callout-warning h3{color:#7c2d12}.lesson-section-trap_zone .lesson-item-danger p,.lesson-section-trap_zone .lesson-item-success p{color:var(--lesson-text)}.lesson-section-trap_zone .lesson-section-icon{font-size:0}.lesson-section-trap_zone .lesson-section-icon:before{content:"⚠";color:#c85b00;justify-content:center;align-items:center;width:28px;height:28px;font-family:Arial,sans-serif;font-size:27px;line-height:1;display:flex;transform:translateY(-1px)}.lesson-practice-exercise .lesson-choice-list+button,.lesson-practice-exercise .lesson-choice-list+.button,.lesson-practice-exercise .lesson-choice-list+.lesson-check-button{background:var(--lesson-accent);color:#fff;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;margin-top:20px;padding:0 22px;font-size:14px;font-weight:950;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 26px #c85b0038}.lesson-practice-exercise .lesson-choice-list+button:hover,.lesson-practice-exercise .lesson-choice-list+.button:hover,.lesson-practice-exercise .lesson-choice-list+.lesson-check-button:hover{background:var(--lesson-accent-dark);transform:translateY(-1px);box-shadow:0 16px 34px #c85b0047}.lesson-section-cheat_sheet table code{background:var(--lesson-accent-soft);color:var(--lesson-accent-dark);border-radius:8px;padding:2px 7px;font-weight:800}.lesson-section-cheat_sheet td:first-child{color:var(--lesson-accent-dark);font-weight:850}.lesson-section-cheat_sheet th{font-weight:950}.lesson-section-cheat_sheet .table-wrapper{margin-top:28px}.lesson-practice-coding-task .lesson-inline-image,.lesson-practice-coding-task .lesson-inline-image-coding{border-radius:24px;width:min(100%,760px);margin-top:32px;margin-bottom:0}.completion-actions{gap:18px;margin-top:30px}.completion-actions .button{box-shadow:0 12px 26px #241f1c29}.completion-small-link{align-items:center;min-height:42px;display:inline-flex}.completion-actions .button:nth-child(2){background:var(--lesson-accent);color:#fff;box-shadow:0 12px 26px #c85b0038}.completion-actions .button:nth-child(2):hover{background:var(--lesson-accent-dark);transform:translateY(-1px);box-shadow:0 16px 34px #c85b0047}.lesson-page{width:min(100%, var(--lesson-page-max));box-sizing:border-box;max-width:100%;margin-left:auto;margin-right:auto;padding-left:clamp(10px,3vw,24px);padding-right:clamp(10px,3vw,24px)}.lesson-hero,.lesson-section{box-sizing:border-box;width:100%;max-width:100%}.lesson-hero *,.lesson-section *{box-sizing:border-box;min-width:0}.lesson-section>*,.lesson-practice-exercise>*,.lesson-question-box>*,.lesson-item>*,.lesson-callout>*{max-width:100%}.lesson-block-list,.lesson-block,.lesson-markdown,.lesson-callout,.lesson-item,.lesson-practice-list,.lesson-practice-exercise,.lesson-question-box,.lesson-choice-list,.lesson-choice-button,.lesson-code-card,.python-runner,.table-wrapper,.lesson-inline-image{width:100%;min-width:0;max-width:100%}.lesson-code-editor,.python-runner-editor,.monaco-editor,.monaco-editor .overflow-guard{min-width:0!important;max-width:100%!important}.lesson-section p,.lesson-section li,.lesson-markdown,.lesson-markdown p,.lesson-markdown li,.lesson-question-box p,.lesson-practice-exercise p,.lesson-callout p,.lesson-item p{overflow-wrap:break-word;word-break:normal;max-width:100%}.lesson-section code,.lesson-markdown code,.lesson-question-box code,.lesson-practice-exercise code,.lesson-callout code,.lesson-item code{white-space:normal;overflow-wrap:anywhere}.lesson-section .lesson-code-card{margin-left:0;margin-right:0}.lesson-section .lesson-code-card pre{width:100%;max-width:100%;overflow-x:auto}.lesson-section:before{pointer-events:none;border-radius:999px;height:clamp(5px,.6vw,7px);top:0;left:clamp(10px,2vw,18px);right:clamp(10px,2vw,18px)}.lesson-section{padding-top:clamp(34px,4vw,46px)}.lesson-hero .lesson-hero__visual.lesson-hero__visual--terminal-card{transform-origin:50%;transform:rotate(-6deg)translate(8px,-6px)scale(1.02)}.lesson-inline-image{margin-top:clamp(18px,3vw,32px);margin-bottom:clamp(22px,3.5vw,38px)}.lesson-section-metaphor .lesson-inline-image,.lesson-section-code_example .lesson-inline-image,.lesson-practice-exercise .lesson-inline-image{margin-top:clamp(18px,3vw,30px);margin-bottom:clamp(22px,3vw,34px)}@media (width<=1100px){.lesson-section{padding-left:clamp(20px,4vw,36px);padding-right:clamp(20px,4vw,36px)}}@media (width<=900px){.lesson-page{width:100%;max-width:100%;padding-left:18px;padding-right:18px}.lesson-hero,.lesson-section{border-radius:28px;width:100%;max-width:100%;padding-left:28px;padding-right:28px}.lesson-hero{padding-top:28px;padding-bottom:28px}.lesson-hero__content{grid-template-columns:1fr}.lesson-hero__visual{max-width:460px}.lesson-hero .lesson-hero__visual.lesson-hero__visual--terminal-card{transform:rotate(-3deg)translateY(-2px)}.lesson-section-header{flex-direction:column}.image-prompt-list,.lesson-image-grid,.lesson-navigation{grid-template-columns:1fr}.python-runner-header{flex-direction:column;align-items:flex-start}.python-runner-output-grid{grid-template-columns:1fr}.lesson-section-code_example,.lesson-section-trap_zone{padding-left:28px;padding-right:28px}.lesson-section-trap_zone .lesson-item-danger,.lesson-section-trap_zone .lesson-item-success{padding:24px}}@media (width<=760px){.lesson-page{--lesson-section-gap:36px;padding-left:18px;padding-right:18px}.lesson-hero{border-radius:26px;padding:26px 22px}.lesson-hero h1{letter-spacing:-.065em;font-size:clamp(38px,12vw,58px);line-height:.96}.lesson-hero__meta-list{gap:8px}.lesson-hero__meta-list span{min-height:30px;font-size:12px}.lesson-hero__visual-body{padding:20px}.lesson-hero__visual h2{font-size:26px}.lesson-section{border-radius:26px;padding:34px 20px 24px}.lesson-section:before{height:5px;left:12px;right:12px}.lesson-section-code_example,.lesson-section-trap_zone{padding-left:20px;padding-right:20px}.lesson-section h2{font-size:clamp(28px,9vw,42px)}.lesson-section-header{gap:12px}.lesson-section-icon{border-radius:14px;width:42px;height:42px;font-size:22px}.lesson-section-metaphor{--metaphor-content-width:100%}.lesson-section-metaphor .lesson-inline-image img{aspect-ratio:4/3}.lesson-section-metaphor .lesson-item:last-child{padding:68px 20px 22px}.lesson-section-metaphor .lesson-item:last-child:before{top:20px;left:20px}.lesson-inline-image,.lesson-section-metaphor .lesson-inline-image,.lesson-section-code_example .lesson-inline-image,.lesson-practice-exercise .lesson-inline-image{border-radius:22px;width:100%;margin-top:20px;margin-bottom:26px}.lesson-code-card{border-radius:18px;margin:22px 0}.lesson-code-toolbar{min-height:42px;padding:0 12px}.lesson-code-title{font-size:12px}.lesson-code-copy{padding:6px 10px;font-size:11px}.lesson-practice-exercise,.lesson-item,.lesson-accordion-content,.lesson-question-box{border-radius:20px;padding:20px}.lesson-section-trap_zone .lesson-item-danger,.lesson-section-trap_zone .lesson-item-success{padding:20px}.lesson-practice-exercise h3,.lesson-item h3{font-size:22px;line-height:1.08}.lesson-choice-button{border-radius:16px;padding:13px 14px}.lesson-choice-key{width:28px;height:28px}.lesson-accordion summary{flex-direction:column;align-items:flex-start;padding:20px}.lesson-accordion-toggle{align-self:flex-start}.python-runner{border-radius:22px}.python-runner-header{padding:16px}.python-runner-output-grid{padding:14px}.python-runner-output-card{min-height:100px;padding:14px}.completion-celebration{border-radius:26px}.completion-image-wrap img{max-height:none}.completion-content{padding:26px 20px}.completion-celebration h2{font-size:clamp(32px,10vw,48px)}.completion-actions{flex-direction:column;align-items:stretch;width:100%}.completion-actions .button,.completion-actions .completion-small-link{text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}}@media (width<=760px) and (width>=561px){.python-runner-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.python-runner-actions button{width:100%}}@media (width<=600px){.lesson-page{padding-left:14px;padding-right:14px}.lesson-hero,.lesson-section{padding-left:clamp(12px,4vw,18px);padding-right:clamp(12px,4vw,18px)}.lesson-section p,.lesson-section li,.lesson-markdown,.lesson-markdown p,.lesson-markdown li{overflow-wrap:anywhere}}@media (width<=560px){.lesson-hero .lesson-hero__visual.lesson-hero__visual--terminal-card{transform:none}.python-runner-actions{flex-direction:column;align-items:stretch;width:100%}.python-runner-actions button{width:100%}}@media (width<=430px){.page.lesson-page,.lesson-page{width:100%;max-width:100%;padding-left:10px;padding-right:10px;overflow-x:visible}.lesson-hero,.lesson-section{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:14px;padding-right:14px;overflow:visible}.lesson-section{padding-top:32px}.lesson-section:before{left:10px;right:10px}.lesson-inline-image,.lesson-section-metaphor .lesson-inline-image,.lesson-section-code_example .lesson-inline-image,.lesson-practice-exercise .lesson-inline-image{margin-top:18px;margin-bottom:22px}.lesson-choice-button{gap:10px}.python-runner-output-card pre{font-size:13px}}@media (width<=390px){.page.lesson-page,.lesson-page{padding-left:8px;padding-right:8px}.lesson-hero,.lesson-section,.lesson-practice-exercise,.lesson-question-box,.lesson-item,.lesson-callout,.lesson-accordion{padding-left:12px;padding-right:12px}}.completion-progress-note{border:1px solid var(--lesson-border-soft);background:var(--lesson-card-soft);width:fit-content;color:var(--lesson-muted);border-radius:999px;margin:18px 0 0;padding:10px 14px;font-size:14px;font-weight:900}.completion-auth-actions{margin-top:10px}.completion-auth-link{color:var(--lesson-accent-dark);text-underline-offset:4px;font-size:15px;font-weight:900;text-decoration:underline}.admin-structure-stats{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.admin-structure-stats span{color:#6e6257;background:#fff7e8;border:1px solid #efd4ad;border-radius:999px;align-items:center;width:fit-content;padding:8px 12px;font-size:13px;font-weight:900;display:inline-flex}.admin-structure-stats .admin-structure-warning{color:#a94624;background:#fff0ea;border-color:#f0b7a4}.admin-block-summary-list{gap:10px;margin-top:18px;display:grid}.admin-block-summary-list h4{margin:0 0 4px}.admin-block-summary-row{background:#fffdf8;border:1px solid #efd4ad;border-radius:18px;justify-content:space-between;gap:14px;padding:14px 16px;display:flex}.admin-block-summary-row div{gap:4px;display:grid}.admin-block-summary-row strong{text-transform:capitalize}.admin-block-summary-row span{color:#6e6257;font-size:13px;font-weight:800}.admin-block-summary-row code{white-space:nowrap;align-self:center}.admin-legacy-summary{background:#fff7e8;border:1px dashed #d8b98f;border-radius:18px;margin-top:18px;padding:16px}.lesson-callout-title{align-items:center;gap:10px;display:flex}.lesson-callout-icon{background:#ffffffbf;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;line-height:1;display:inline-flex}.lesson-callout.lesson-callout-memory-hook{background:radial-gradient(circle at 0 0,#fff7c3f2,#0000 34%),linear-gradient(135deg,#fff9dffa,#ffecb2c7,#eeffe280);border:1px solid #de8b206b;border-radius:20px;padding:24px 28px;box-shadow:0 18px 44px #54320c14}.lesson-callout.lesson-callout-memory-hook .lesson-callout-title{color:#3a230f;align-items:center;gap:10px;margin:0 0 12px;font-size:16px;font-weight:800;display:flex}.lesson-callout.lesson-callout-memory-hook .lesson-callout-icon{color:#ffd66b;background:#1f1a17;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;line-height:1;display:inline-flex;box-shadow:0 8px 18px #1f1a172e}.lesson-callout.lesson-callout-memory-hook .lesson-markdown{margin:0}.lesson-callout.lesson-callout-memory-hook .lesson-markdown p{color:#6f390f;margin:0;font-weight:700;line-height:1.65}.lesson-callout.lesson-callout-memory-hook .lesson-markdown p+p{margin-top:8px}.lesson-callout.lesson-callout-memory-hook code{background:#ffffffa6;border-radius:8px;padding:2px 6px}.lesson-section-metaphor{--metaphor-content-width:880px}.lesson-section-metaphor .lesson-section-header,.lesson-section-metaphor>p,.lesson-section-metaphor>.lesson-inline-image,.lesson-section-metaphor>.lesson-code-card,.lesson-section-metaphor>.lesson-items,.lesson-section-metaphor>.lesson-accordion-list,.lesson-section-metaphor>.output-box,.lesson-section-metaphor>.lesson-block-list,.lesson-section-metaphor .lesson-block,.lesson-section-metaphor .lesson-markdown,.lesson-section-metaphor .lesson-callout,.lesson-section-metaphor .lesson-block-image{width:min(100%, var(--metaphor-content-width));max-width:min(100%, var(--metaphor-content-width));margin-left:auto;margin-right:auto}.lesson-section-metaphor>.lesson-block-list{gap:clamp(16px,2vw,24px);margin-top:0;display:grid}.lesson-section-metaphor .lesson-markdown{font-size:clamp(16px,1.08vw,17px);line-height:1.72}.lesson-section-metaphor .lesson-markdown p{max-width:none;margin-top:0;margin-bottom:16px}.lesson-section-metaphor .lesson-markdown>:last-child{margin-bottom:0}.lesson-section-metaphor .lesson-callout{border-radius:20px;padding:clamp(16px,2vw,22px) clamp(18px,2.5vw,24px)}.lesson-section-metaphor .lesson-callout p{max-width:none}.lesson-section-metaphor .lesson-callout p:last-child{margin-bottom:0}.lesson-section-metaphor .lesson-inline-image,.lesson-section-metaphor .lesson-block-image{border-radius:26px;margin-top:clamp(18px,2.5vw,24px);margin-bottom:clamp(22px,3vw,32px)}.lesson-section-metaphor .lesson-inline-image img,.lesson-section-metaphor .lesson-block-image img{aspect-ratio:16/10;object-fit:cover;object-position:center;width:100%;display:block}.lesson-section-metaphor .lesson-items{width:min(100%, var(--metaphor-content-width));max-width:min(100%, var(--metaphor-content-width));margin-left:auto;margin-right:auto}@media (width<=760px){.lesson-section-metaphor{--metaphor-content-width:100%}.lesson-section-metaphor .lesson-markdown{font-size:16px;line-height:1.68}.lesson-section-metaphor .lesson-callout{border-radius:18px;padding:16px 18px}.lesson-section-metaphor .lesson-inline-image,.lesson-section-metaphor .lesson-block-image{border-radius:22px;margin-top:18px;margin-bottom:24px}.lesson-section-metaphor .lesson-inline-image img,.lesson-section-metaphor .lesson-block-image img{aspect-ratio:4/3}}@media (width<=430px){.lesson-section-metaphor .lesson-callout{padding:14px 16px}.lesson-section-metaphor .lesson-markdown{font-size:15.5px}.lesson-section-metaphor .lesson-inline-image,.lesson-section-metaphor .lesson-block-image{border-radius:20px;margin-top:16px;margin-bottom:22px}}.lesson-section-metaphor .lesson-callout h3{color:var(--lesson-text);letter-spacing:-.02em;align-items:center;gap:10px;margin:0 0 14px;font-size:16px;font-weight:950;display:flex}.lesson-section-metaphor .lesson-callout h3+p,.lesson-section-metaphor .lesson-callout h3~p{color:var(--lesson-accent-dark);font-weight:650;line-height:1.65}.lesson-section-metaphor .lesson-callout h3~p strong{color:var(--lesson-accent-dark);font-weight:950}.lesson-section-metaphor .lesson-callout h3~p code{color:var(--lesson-accent-dark);background:#ffe2adb8;font-weight:900}.progress-page{max-width:1180px}.progress-intro{max-width:820px;margin-bottom:34px}.progress-intro h1{max-width:900px}.progress-signin-card{margin-top:28px}.progress-hero-card{background:radial-gradient(circle at 100% 0,#facc153d,#0000 34%),radial-gradient(circle at 0 100%,#dcfce7c7,#0000 38%),#fff;border:1px solid #f0c98e;border-radius:30px;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:stretch;gap:24px;margin-bottom:24px;padding:32px;display:grid;box-shadow:0 24px 70px #7848181f}.progress-hero-copy{min-width:0}.progress-hero-card h2{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(34px,5vw,58px);line-height:.98}.progress-card-kicker{color:#b45309;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.progress-next-inline{background:radial-gradient(circle at 100% 0,#dbeafecc,#0000 34%),#ffffffc7;border:1px solid #bfdbfe;border-radius:22px;gap:4px;max-width:720px;margin-top:22px;padding:18px 20px;display:grid}.progress-next-inline strong{color:#241f1c;letter-spacing:-.035em;font-size:22px;line-height:1.12}.progress-next-inline span{color:#4b5563}.progress-hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:22px;display:flex}.progress-secondary-link{color:#7c2d12;font-weight:900;text-decoration:none}.progress-secondary-link:hover{text-decoration:underline}.progress-ring-card{text-align:center;background:#fff8ede0;border:1px solid #f2d6aa;border-radius:26px;align-content:center;place-items:center;gap:14px;padding:24px;display:grid}.progress-ring-card p{max-width:260px;margin:0;font-weight:850}.progress-ring{--progress:0%;background:radial-gradient(circle, #fff 58%, transparent 60%), conic-gradient(#22c55e var(--progress), #f1e2c5 0);border-radius:999px;place-items:center;width:164px;height:164px;display:grid;box-shadow:0 18px 40px #7848181f}.progress-ring span{color:#241f1c;letter-spacing:-.05em;font-size:34px;font-weight:950}.progress-snapshot{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:34px;display:grid}.progress-card{background:radial-gradient(circle at 100% 0,#ffe2ad7a,#0000 34%),#fff;border:1px solid #f0c98e;border-radius:24px;min-width:0;padding:20px;box-shadow:0 16px 46px #78481814}.progress-card h2{letter-spacing:-.05em;margin:0 0 8px;font-size:34px;line-height:1}.progress-card p:last-child{margin-bottom:0}.progress-section{margin-top:34px}.progress-section-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.progress-section-header h2{letter-spacing:-.05em;margin:0;font-size:clamp(28px,4vw,42px)}.review-topic-list{gap:14px;display:grid}.review-topic-card{color:inherit;background:radial-gradient(circle at 100% 0,#fecacac2,#0000 34%),#fff;border:1px solid #fecdd3;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:22px;text-decoration:none;display:flex;box-shadow:0 16px 46px #9f123914}.review-topic-card h3{letter-spacing:-.04em;margin:0 0 8px;font-size:24px}.review-topic-card p{margin-bottom:0}.review-topic-score{color:#9f1239;letter-spacing:-.05em;background:#ffe4e6;border-radius:999px;flex:none;justify-content:center;align-items:center;width:72px;height:72px;font-size:22px;font-weight:950;display:inline-flex}.interview-review-list{gap:14px;display:grid}.interview-review-card{color:inherit;background:radial-gradient(circle at 100% 0,#ddd6fec2,#0000 34%),#fff;border:1px solid #ddd6fe;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:22px;text-decoration:none;display:flex;box-shadow:0 16px 46px #4c1d9514}.interview-review-card h3{letter-spacing:-.04em;margin:0 0 8px;font-size:24px}.interview-review-card p{margin-bottom:0}.interview-review-card>span{color:#6d28d9;flex:none;font-weight:900}.progress-details{background:#fffdf8;border:1px solid #f0c98e;border-radius:28px;margin-top:34px;box-shadow:0 16px 46px #78481814}.progress-details summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-weight:950;list-style:none;display:flex}.progress-details summary::-webkit-details-marker{display:none}.progress-details summary span{letter-spacing:-.025em;font-size:20px}.progress-details summary strong{color:#fff8ed;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;min-width:34px;min-height:34px;font-size:14px;display:inline-flex}.progress-details[open]{padding-bottom:22px}.progress-details[open] summary{border-bottom:1px solid #f2d6aa;margin-bottom:4px}.completed-lessons-list{gap:14px;padding:20px 24px 0;display:grid}.completed-lesson-card{color:inherit;background:#fff;border:1px solid #bbf7d0;border-radius:20px;align-items:flex-start;gap:14px;padding:18px 20px;text-decoration:none;display:flex;box-shadow:0 14px 40px #78481814}.completed-lesson-card span{color:#166534;background:#dcfce7;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-weight:900;display:inline-flex}.completed-lesson-card strong{margin-bottom:4px;display:block}.completed-lesson-card p{margin:0}.empty-progress-card{background:#fff7e6;border:1px dashed #f0c98e;border-radius:24px;padding:24px}.progress-details .empty-progress-card{margin:20px 24px 0}.empty-progress-card h3{letter-spacing:-.03em;margin-top:0;font-size:24px}.empty-progress-card p{margin-bottom:0}.empty-progress-card-success{background:#ecfdf5;border-color:#bbf7d0}.empty-progress-card-success h3{color:#166534}@media (width<=1000px){.progress-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.progress-hero-card{grid-template-columns:1fr}.progress-section-header,.review-topic-card,.interview-review-card{flex-direction:column;align-items:flex-start}}@media (width<=760px){.progress-page{max-width:100%;padding-left:18px;padding-right:18px}.progress-intro{margin-bottom:28px}.progress-hero-card{border-radius:26px;padding:24px 20px}.progress-hero-card h2{font-size:clamp(36px,12vw,56px)}.progress-next-inline{border-radius:20px;padding:16px}.progress-ring{width:140px;height:140px}.progress-ring span{font-size:30px}.progress-snapshot{gap:14px}.progress-card{border-radius:22px;padding:20px}.progress-section{margin-top:28px}.progress-section-header{gap:10px}.review-topic-card,.interview-review-card,.completed-lesson-card{border-radius:22px;padding:20px}.review-topic-score{width:60px;height:60px;font-size:20px}}@media (width<=560px){.progress-snapshot{grid-template-columns:1fr}.progress-hero-actions{flex-direction:column;align-items:stretch}.progress-hero-actions .button,.progress-hero-actions .progress-secondary-link{width:100%}.progress-hero-actions .progress-secondary-link{text-align:center}.progress-ring-card{padding:20px}.progress-details summary{padding:18px 20px}.completed-lessons-list{padding:18px 20px 0}.progress-details .empty-progress-card{margin:18px 20px 0}}@media (width<=430px){.progress-page{padding-left:14px;padding-right:14px}.progress-hero-card,.progress-card,.review-topic-card,.interview-review-card,.completed-lesson-card,.empty-progress-card{padding-left:18px;padding-right:18px}}.interview-page{max-width:1180px}.interview-intro{max-width:860px}.interview-topic-filter{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.topic-button,.interview-toggle,.interview-small-button,.interview-mode-tab{font:inherit;cursor:pointer;border:0}.topic-button{color:#241f1c;background:#ffe2ad;border-radius:999px;min-height:40px;padding:0 16px;font-weight:900}.topic-button-active{color:#fff8ed;background:#241f1c}.interview-card-kicker{color:#b45309;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.interview-summary-card{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.interview-summary-card>div{background:radial-gradient(circle at 100% 0,#ddd6fead,#0000 36%),#fff;border:1px solid #ddd6fe;border-radius:24px;padding:22px;box-shadow:0 16px 46px #4c1d9514}.interview-summary-card h2{letter-spacing:-.05em;margin:0 0 8px;font-size:36px;line-height:1}.interview-summary-card p:last-child{margin-bottom:0}.interview-status-overview{background:radial-gradient(circle at 100% 0,#ffe2ad99,#0000 34%),#fff;border:1px solid #f0c98e;border-radius:26px;gap:14px;margin-bottom:26px;padding:22px;display:grid;box-shadow:0 16px 46px #78481814}.interview-status-overview-copy h2{letter-spacing:-.045em;margin:0;font-size:clamp(24px,3vw,34px);line-height:1}.interview-status-bar{background:#fff2d4;border-radius:999px;width:100%;height:14px;display:flex;overflow:hidden}.interview-status-bar span{min-width:0;height:100%;display:block}.interview-status-bar-known{background:#22c55e}.interview-status-bar-review{background:#f43f5e}.interview-status-bar-new{background:#f2d6aa}.interview-status-legend{flex-wrap:wrap;gap:12px 18px;display:flex}.interview-status-legend span{color:#6e6257;align-items:center;gap:8px;font-size:13px;font-weight:850;display:inline-flex}.interview-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.interview-dot-known{background:#22c55e}.interview-dot-review{background:#f43f5e}.interview-dot-new{background:#f2d6aa}.interview-mode-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:30px;display:grid}.interview-mode-tab{color:#241f1c;text-align:left;background:#fff;border:1px solid #f0c98e;border-radius:24px;gap:8px;min-height:112px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:grid;box-shadow:0 14px 40px #78481812}.interview-mode-tab:hover{transform:translateY(-2px);box-shadow:0 18px 48px #7848181f}.interview-mode-tab span{letter-spacing:-.035em;font-size:18px;font-weight:950}.interview-mode-tab small{color:#6e6257;font-size:13px;font-weight:700;line-height:1.45}.interview-mode-tab-active{color:#fff8ed;background:radial-gradient(circle at 100% 0,#ffe2adbf,#0000 38%),#241f1c;border-color:#241f1c}.interview-mode-tab-active small{color:#ffe2ad}.interview-view-section{gap:20px;display:grid}.interview-view-header{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.interview-view-header h2{letter-spacing:-.055em;margin:0 0 8px;font-size:clamp(30px,4vw,46px);line-height:.98}.interview-view-header p:last-child{margin-bottom:0}.interview-small-button{color:#fff8ed;white-space:nowrap;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;font-weight:900;display:inline-flex}.interview-small-button:hover:not(:disabled){background:#3a302a}.interview-small-button:disabled{opacity:.45;cursor:not-allowed}.interview-list{gap:18px;display:grid}.interview-list-compact{gap:14px}.interview-card{background:radial-gradient(circle at 100% 0,#ddd6feb8,#0000 34%),#fff;border:1px solid #ddd6fe;border-radius:26px;min-width:0;padding:24px;box-shadow:0 16px 46px #4c1d9514}.interview-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.interview-card-meta{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.interview-card-meta>span:last-child{color:#7c3aed;font-size:14px;font-weight:900}.interview-section-label{color:#b45309;letter-spacing:.1em;text-transform:uppercase;margin:18px 0 8px;font-size:12px;font-weight:900}.interview-card h2{letter-spacing:-.05em;max-width:840px;margin:0;font-size:clamp(26px,4vw,40px);line-height:1.05}.interview-toggle{color:#fff8ed;white-space:nowrap;background:#241f1c;border-radius:999px;min-height:40px;padding:0 16px;font-weight:900}.interview-toggle:hover{background:#3a302a}.interview-answer{border-top:1px solid #ddd6fe;gap:16px;margin-top:22px;padding-top:22px;display:grid}.interview-answer-block{background:#fff8ede6;border:1px solid #f2d6aa;border-radius:20px;padding:20px}.interview-answer h3{letter-spacing:-.03em;margin-top:0;margin-bottom:10px;font-size:20px}.interview-answer p:last-child{margin-bottom:0}.interview-actions{flex-wrap:wrap;gap:12px;display:flex}.interview-status-pill{color:#6b21a8;background:#f3e8ff;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.interview-status-pill-known{color:#166534;background:#dcfce7}.interview-status-pill-review{color:#9f1239;background:#ffe4e6}.interview-card-known{border-color:#bbf7d0}.interview-card-review{border-color:#fecdd3}.interview-self-check{background:#fff7e6;border:1px solid #f2d6aa;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.interview-self-check p{margin:0;font-weight:900}.interview-self-check div{flex-wrap:wrap;gap:10px;display:flex}.interview-self-check-button{color:#241f1c;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900;box-shadow:0 8px 22px #78481814}.interview-self-check-button:hover{background:#fff2d4}.interview-self-check-button-known{color:#fff;background:#22c55e}.interview-self-check-button-review{color:#fff;background:#f43f5e}.interview-lesson-groups{gap:14px;display:grid}.interview-lesson-group{background:#fffdf8;border:1px solid #f0c98e;border-radius:26px;overflow:hidden;box-shadow:0 14px 40px #78481814}.interview-lesson-group summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;list-style:none;display:flex}.interview-lesson-group summary::-webkit-details-marker{display:none}.interview-lesson-group summary span{gap:4px;display:grid}.interview-lesson-group summary strong{letter-spacing:-.035em;font-size:22px}.interview-lesson-group summary small{color:#6e6257;font-size:13px;font-weight:800}.interview-lesson-group summary b{color:#fff8ed;white-space:nowrap;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:13px;display:inline-flex}.interview-lesson-group[open] summary{border-bottom:1px solid #f2d6aa}.interview-lesson-group .interview-list{padding:20px 24px 24px}.interview-show-more{justify-content:center;margin-top:6px;display:flex}@media (width<=1000px){.interview-summary-card,.interview-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.interview-card-header,.interview-self-check,.interview-view-header{flex-direction:column;align-items:flex-start}.interview-small-button{width:100%}}@media (width<=760px){.interview-page{max-width:100%;padding-left:18px;padding-right:18px}.interview-intro h1{letter-spacing:-.065em;font-size:clamp(38px,12vw,58px);line-height:.96}.interview-topic-filter{gap:10px}.topic-button{min-height:38px;padding:0 13px;font-size:14px}.interview-summary-card,.interview-mode-tabs{grid-template-columns:1fr;gap:14px}.interview-mode-tab{min-height:auto}.interview-summary-card>div,.interview-status-overview{border-radius:22px;padding:20px}.interview-card{border-radius:24px;padding:20px}.interview-card-meta{align-items:flex-start}.interview-toggle{width:100%}.interview-card h2{font-size:clamp(26px,9vw,40px)}.interview-answer{margin-top:18px;padding-top:18px}.interview-answer-block,.interview-self-check{border-radius:20px;padding:18px}.interview-self-check div{width:100%}.interview-self-check-button{flex:1;min-width:140px}.interview-actions .button{text-align:center;width:100%}.interview-lesson-group summary{flex-direction:column;align-items:flex-start;padding:18px 20px}.interview-lesson-group .interview-list{padding:18px 20px 20px}}@media (width<=430px){.interview-page{padding-left:14px;padding-right:14px}.interview-card,.interview-summary-card>div,.interview-status-overview{padding-left:18px;padding-right:18px}.interview-self-check-button{flex:auto;width:100%}}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.admin-card{background:#fff;border:1px solid #f2d6aa;border-radius:24px;padding:24px;box-shadow:0 14px 40px #78481814}.admin-card h2{margin-bottom:12px}.admin-card-muted{opacity:.75}.admin-table-wrapper{background:#fff;border:1px solid #f2d6aa;border-radius:24px;padding:16px;overflow-x:auto;box-shadow:0 14px 40px #78481814}.admin-table{min-width:780px}.admin-table th,.admin-table td{font-size:15px}.admin-table a{color:#b45309;font-weight:800}.admin-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:40px;display:grid}.admin-definition-list{gap:14px;margin:0;display:grid}.admin-definition-list div{gap:4px;display:grid}.admin-definition-list dt{color:#b45309;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800}.admin-definition-list dd{margin:0;font-size:17px;line-height:1.5}.admin-sections-preview{margin-top:48px}.admin-section-list{gap:16px;margin-top:20px;display:grid}.admin-section-card{background:#fff;border:1px solid #f2d6aa;border-radius:24px;grid-template-columns:1.2fr 1fr;gap:24px;padding:24px;display:grid;box-shadow:0 14px 40px #78481814}.admin-section-card h3{margin-top:0}.admin-section-card ul{margin:0;padding-left:20px}.admin-section-card li{margin-bottom:8px}.admin-empty-note{color:#7c4a1d;margin:20px 8px 8px;font-weight:700}.admin-status-control{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-status-control select{color:#241f1c;min-height:42px;font:inherit;background:#fff8ed;border:1px solid #f2d6aa;border-radius:999px;padding:0 14px;font-weight:800}.admin-status-control span{color:#7c4a1d;font-size:14px;font-weight:800}.admin-status-message{color:#7c4a1d;margin-top:10px;margin-bottom:0;font-size:15px;font-weight:700}.admin-edit-panel{background:#fff;border:1px solid #f2d6aa;border-radius:24px;margin-top:32px;margin-bottom:48px;padding:24px;box-shadow:0 14px 40px #78481814}.admin-form{gap:18px;margin-top:20px;display:grid}.admin-form label{color:#b45309;text-transform:uppercase;letter-spacing:.06em;gap:8px;font-size:13px;font-weight:800;display:grid}.admin-form input,.admin-form textarea,.admin-form select{color:#241f1c;width:100%;font:inherit;text-transform:none;letter-spacing:0;background:#fff8ed;border:1px solid #f2d6aa;border-radius:16px;padding:12px 14px;font-size:16px;font-weight:500}.admin-form textarea{resize:vertical}.admin-form-row{grid-template-columns:1fr 1fr 140px;gap:16px;display:grid}.admin-help-text{color:#7c4a1d;margin-top:0;font-weight:700}.admin-danger-button{color:#991b1b;background:#fee2e2;margin-top:14px}.admin-form-actions{flex-wrap:wrap;gap:12px;display:flex}.admin-login-page{place-items:center;min-height:calc(100vh - 120px);display:grid}.admin-login-card{background:radial-gradient(circle at 100% 0,#facc1542,#0000 34%),radial-gradient(circle at 0 100%,#dcfce7b8,#0000 38%),#fff;border:1px solid #f0c98e;border-radius:30px;width:min(100%,560px);padding:34px;box-shadow:0 24px 70px #78481824}.admin-login-card h1{letter-spacing:-.06em;margin:0 0 14px;font-size:clamp(36px,6vw,58px);line-height:.98}.admin-login-form{gap:12px;margin-top:24px;display:grid}.admin-login-form label{font-weight:900}.admin-login-form input{color:#241f1c;width:100%;font:inherit;background:#fffaf0;border:1px solid #f0c98e;border-radius:16px;padding:14px 16px}.admin-login-form input:focus{border-color:#f59e0b;outline:3px solid #facc1552}.admin-login-error{color:#be123c;margin:0;font-weight:800}.admin-login-hint{color:#8a6a4b;margin-top:20px;font-size:14px}.admin-login-hint code{background:#fff2d4;border-radius:8px;padding:2px 6px}.admin-item-list{grid-column:1/-1;gap:12px;margin-top:24px;display:grid}.admin-item-list h4{margin:0 0 6px}.admin-item-row{background:#fffaf1;border:1px solid #f1c982;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:12px 14px;display:flex}.admin-item-row span{overflow-wrap:anywhere;flex:1;min-width:0}.admin-item-row .button{flex:none;min-width:92px;padding:8px 14px;font-size:13px}@media (width<=640px){.admin-item-row{flex-direction:column;align-items:flex-start}.admin-item-row .button{width:100%}}.admin-completion-editor{background:#fffaf1;border:1px solid #f1c982;border-radius:22px;gap:18px;margin-top:24px;padding:22px;display:grid}.admin-completion-editor h3{margin:0;font-size:22px}.admin-form-row-two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-completion-editor label{min-width:0}.admin-completion-editor input,.admin-completion-editor textarea{width:100%}.admin-completion-editor textarea{resize:vertical;min-height:160px;line-height:1.6}@media (width<=760px){.admin-form-row-two{grid-template-columns:1fr}.admin-completion-editor{padding:18px}}.admin-block-editor{background:radial-gradient(circle at 100% 0,#c7d2fe66,#0000 34%),#fff;border-color:#c7d2fe}.admin-block-editor-toolbar{margin-bottom:24px}.admin-block-add-control{align-items:flex-end;display:flex}.admin-block-add-control .button{width:100%}.admin-block-list{gap:22px;margin-top:24px;display:grid}.admin-block-card{background:#fffaf1;border:1px solid #e2d4bd;border-radius:24px;padding:20px;box-shadow:0 14px 38px #78481814}.admin-block-card-dragging{box-shadow:0 24px 70px #4f46e538}.admin-block-card-header{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:18px;display:grid}.admin-block-card-header h4{text-transform:capitalize;margin:0;font-size:22px}.admin-block-drag-handle{color:#7c4a1d;cursor:grab;background:#fff;border:1px solid #d9c7ad;border-radius:14px;width:42px;height:42px;font-size:22px;font-weight:900}.admin-block-drag-handle:active{cursor:grabbing}.admin-block-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-block-card textarea{font-family:inherit}.admin-block-card textarea[name=code],.admin-block-card textarea[name=starterCode]{font-family:Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6}@media (width<=760px){.admin-block-card-header{grid-template-columns:1fr}.admin-block-actions{justify-content:stretch}.admin-block-actions .button{width:100%}}.admin-field-hint{color:#4a321dad;margin:6px 0 0;font-size:.78rem;line-height:1.4}.status-premium{color:#9d174d;background:#fce7f3}@media (width<=860px){.lesson-card{flex-direction:column;align-items:flex-start}.feature-grid,.track-grid,.dashboard-grid,.lesson-navigation{grid-template-columns:1fr}.roadmap-summary,.track-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.lesson-card-footer{align-items:flex-start;width:100%}.dashboard-card-large{grid-column:span 1}h1{font-size:48px}.completion-box{flex-direction:column;align-items:flex-start}.interview-card-header{flex-direction:column}.interview-toggle{width:100%}.api-status{margin-top:4px}.admin-grid,.admin-detail-grid,.admin-section-card,.admin-form-row{grid-template-columns:1fr}}@media (width<=860px) and (width>=761px){.site-header{grid-template-columns:1fr auto;align-items:center;gap:18px 24px;display:grid}.site-header .logo{grid-area:1/1/2/2}.site-nav{grid-area:2/1/3/-1;justify-content:center;justify-self:center;width:100%;max-width:100%}.site-header>.button,.site-header>.button-primary,.site-header>.site-cta,.site-header>a:last-child{grid-area:1/2/2/3;justify-self:end;width:auto;min-width:150px}}@media (width<=760px){.site-header{flex-direction:column;align-items:stretch;display:flex}.site-nav{justify-content:center;width:100%}.site-header>.button,.site-header>.button-primary,.site-header>.site-cta,.site-header>a:last-child{width:100%}}@media (width<=560px){.roadmap-summary,.track-summary{grid-template-columns:1fr}.site-nav{flex-wrap:wrap}}.lesson-page,.lesson-section,.lesson-block-list,.lesson-block,.lesson-markdown,.lesson-callout,.lesson-item,.lesson-practice-exercise,.lesson-question-box,.lesson-choice-list,.lesson-choice-button,.lesson-code-card,.python-runner,.table-wrapper,.lesson-inline-image{min-width:0;max-width:100%}.lesson-block-list,.lesson-block,.lesson-markdown,.lesson-callout,.lesson-code-card,.python-runner,.table-wrapper,.lesson-inline-image{width:100%}.lesson-markdown p,.lesson-callout p,.lesson-item p,.lesson-question-box p,.lesson-practice-exercise p{overflow-wrap:break-word;word-break:normal;max-width:100%}.lesson-markdown code,.lesson-callout code,.lesson-item code,.lesson-question-box code,.lesson-practice-exercise code{white-space:normal;overflow-wrap:anywhere}.lesson-code-card,.python-runner,.table-wrapper{overflow-x:auto}.lesson-code-card pre,.python-runner pre{max-width:100%;overflow-x:auto}.monaco-editor,.monaco-editor .overflow-guard{max-width:100%!important}@media (width<=900px){.lesson-section{overflow:hidden}.lesson-code-card{width:100%}}@media (width<=560px){.site-header{grid-template-columns:1fr;place-items:stretch stretch;gap:14px;display:grid}.site-header .logo{justify-self:start}.site-nav{justify-content:center;justify-self:stretch;width:100%;max-width:100%}.site-header>.button,.site-header>.button-primary,.site-header>.button-secondary,.site-header>.site-cta,.site-header>.start-cooking-button,.site-header>nav+a,.site-header>a:not(.logo):last-child{text-align:center;text-align:center;place-self:stretch stretch;width:100%;max-width:340px;margin-left:auto;margin-right:auto}}.admin-block-bottom-add{background:#fff7e8;border:1px dashed #d8b98f;border-radius:24px;gap:18px;margin-top:28px;padding:22px;display:grid}.admin-block-bottom-add .admin-help-text{margin:4px 0 0}.admin-block-bottom-add .admin-form-row{margin:0}.admin-block-bottom-add .admin-block-add-control{align-items:flex-end;display:flex}.admin-block-bottom-add .admin-block-add-control .button{width:100%}.lesson-section-trap_zone{--trap-content-width:880px;background:radial-gradient(circle at top right, #fecacab3, transparent 34%), radial-gradient(circle at bottom left, #fff2d46b, transparent 38%), var(--lesson-card-bg)}.lesson-section-trap_zone .lesson-section-header,.lesson-section-trap_zone>.lesson-items,.lesson-section-trap_zone>.lesson-block-list{width:min(100%, var(--trap-content-width));margin-left:auto;margin-right:auto}.lesson-section-trap_zone .lesson-items,.lesson-section-trap_zone .lesson-block-list{gap:22px;display:grid}.lesson-section-trap_zone .lesson-item{border-radius:22px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden}.lesson-section-trap_zone .lesson-item:hover{transform:translateY(-2px)}.lesson-section-trap_zone .lesson-item-danger{background:radial-gradient(circle at 100% 0,#f871712e,#0000 34%),linear-gradient(135deg,#fff1f2f0,#ffe4e6b8);border:1px solid #f43f5eb8;box-shadow:0 14px 32px #7f1d1d14}.lesson-section-trap_zone .lesson-item-danger:hover{border-color:#e11d48e6;box-shadow:0 18px 40px #7f1d1d1c}.lesson-section-trap_zone .lesson-item-danger:after{content:"!";color:#be123c;background:#e11d481f;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:950;display:inline-flex;position:absolute;top:22px;right:22px}.lesson-section-trap_zone .lesson-item-success{background:radial-gradient(circle at 100% 0,#4ade8033,#0000 34%),linear-gradient(135deg,#dcfce7eb,#f0fdf4c2);border:1px solid #22c55ead;box-shadow:0 14px 32px #16653414}.lesson-section-trap_zone .lesson-item-success:hover{border-color:#16a34ae0;box-shadow:0 18px 40px #1665341c}.lesson-section-trap_zone .lesson-item-success:after{content:"✓";color:#15803d;background:#16a34a24;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:950;display:inline-flex;position:absolute;top:22px;right:22px}.lesson-section-trap_zone .lesson-item h3{max-width:calc(100% - 48px);margin-top:0;margin-bottom:18px;font-size:20px;font-weight:950;line-height:1.25}.lesson-section-trap_zone .lesson-item-danger h3{color:#be123c}.lesson-section-trap_zone .lesson-item-success h3{color:#15803d}.lesson-section-trap_zone .lesson-code-card{margin-top:14px;margin-bottom:22px;box-shadow:0 16px 34px #241f1c21}.lesson-section-trap_zone .lesson-item p{max-width:800px;font-size:16px;line-height:1.68}.lesson-section-trap_zone .lesson-item-danger p{color:#9f1239}.lesson-section-trap_zone .lesson-item-success p{color:#14532d}.lesson-section-trap_zone .lesson-item strong{font-weight:950}.lesson-section-trap_zone :not(pre)>code{color:#7c2d12;background:#ffe2adad;border-radius:7px;padding:2px 6px;font-size:.92em;font-weight:800}.lesson-section-trap_zone .lesson-callout-warning{color:#7c2d12;background:radial-gradient(circle at 100% 0,#f6b44b3d,#0000 34%),linear-gradient(135deg,#fff7d8 0%,#fffdf8 100%);border:1px solid #f6b44bc7;border-radius:22px;margin-top:8px;padding:22px 24px;box-shadow:0 16px 38px #7848181a}.lesson-section-trap_zone .lesson-callout-warning .lesson-callout-title{color:#7c2d12;font-weight:950}.lesson-section-trap_zone .lesson-callout-warning li{color:#7c2d12;font-weight:650}.lesson-section-trap_zone .lesson-callout-warning ul{margin-bottom:0;padding-left:22px}.lesson-section-trap_zone .lesson-callout-warning li+li{margin-top:8px}@media (width<=720px){.lesson-section-trap_zone{--trap-content-width:100%}.lesson-section-trap_zone .lesson-items,.lesson-section-trap_zone .lesson-block-list{gap:20px}.lesson-section-trap_zone .lesson-item h3{font-size:18px}.lesson-section-trap_zone .lesson-item-danger:after,.lesson-section-trap_zone .lesson-item-success:after{width:28px;height:28px;font-size:15px;top:18px;right:18px}}@media (prefers-reduced-motion:reduce){.lesson-section-trap_zone .lesson-item{transition:none}.lesson-section-trap_zone .lesson-item:hover{transform:none}}.lesson-section-trap_zone .lesson-code-card pre{min-height:auto}.lesson-section-trap_zone .lesson-code-editor{min-height:0}.lesson-section-trap_zone .lesson-code-card{margin-top:14px;margin-bottom:20px}.lesson-section-trap_zone .lesson-code-card pre,.lesson-section-trap_zone .lesson-code-card code{line-height:1.65}.lesson-section-practice{--practice-content-width:900px;background:radial-gradient(circle at top left, #dcfce7c7, transparent 36%), radial-gradient(circle at bottom right, #dbeafe6b, transparent 38%), var(--lesson-card-bg)}.lesson-section-practice .lesson-section-header,.lesson-section-practice>.lesson-practice-list,.lesson-section-practice>.lesson-block-list{width:min(100%, var(--practice-content-width));margin-left:auto;margin-right:auto}.lesson-section-practice .lesson-practice-list,.lesson-section-practice .lesson-block-list{gap:30px;display:grid}.lesson-section-practice .lesson-practice-exercise{background:radial-gradient(circle at 100% 0,#fff2d485,#0000 34%),linear-gradient(135deg,#fffdf8f5,#ffffffe6);border:1px solid #f0c98ec7;border-radius:28px;padding:34px;position:relative;overflow:hidden;box-shadow:0 18px 44px #78481814}.lesson-section-practice .lesson-practice-exercise+.lesson-practice-exercise{margin-top:0}.lesson-section-practice .lesson-question-box{background:radial-gradient(circle at 100% 0,#ffe2ad6b,#0000 36%),#fff8ed;border:1px solid #f0c98ee6;border-radius:22px;margin:0 0 24px;padding:22px 24px;box-shadow:inset 0 0 0 1px #ffffff94}.lesson-section-practice .lesson-question-label{color:#c85b00;letter-spacing:.12em;margin-bottom:8px;font-size:12px;font-weight:950}.lesson-section-practice .lesson-question-box h3,.lesson-section-practice .lesson-question-box h2{letter-spacing:-.045em;margin-top:0;margin-bottom:10px;font-size:clamp(28px,3.4vw,38px);line-height:1}.lesson-section-practice .lesson-question-box p{margin-top:0;margin-bottom:0;font-size:16px;line-height:1.65}.lesson-section-practice .lesson-code-card{margin-top:0;margin-bottom:24px;box-shadow:0 18px 42px #241f1c24}.lesson-section-practice .lesson-code-card pre{min-height:auto}.lesson-section-practice .lesson-choice-list{gap:13px;margin-top:22px;display:grid}.lesson-section-practice .lesson-choice-button{min-height:58px;color:var(--lesson-text);cursor:pointer;background:#fffdf8eb;border:1px solid #f0c98ed1;border-radius:18px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:14px;padding:14px 18px;font-size:16px;line-height:1.45;transition:transform .16s,box-shadow .16s,border-color .16s,background-color .16s;display:grid}.lesson-section-practice .lesson-choice-button:hover{background:#fffaf1;border-color:#c85b009e;transform:translateY(-1px);box-shadow:0 12px 26px #78481817}.lesson-section-practice .lesson-choice-key{color:#fff8ed;background:#241f1c;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:950;display:inline-flex}.lesson-section-practice .lesson-choice-button-selected{background:linear-gradient(135deg,#fff2d4e0,#fffdf8f5);border-color:#c85b00db;box-shadow:0 12px 28px #c85b001f}.lesson-section-practice .lesson-choice-button-selected .lesson-choice-key{background:#c85b00}.lesson-section-practice .lesson-choice-button-correct{background:linear-gradient(135deg,#dcfce7e6,#fffdf8f5);border-color:#22c55edb}.lesson-section-practice .lesson-choice-button-correct .lesson-choice-key{background:#15803d}.lesson-section-practice .lesson-choice-button-wrong{background:linear-gradient(135deg,#ffe4e6e6,#fffdf8f5);border-color:#f43f5edb}.lesson-section-practice .lesson-choice-button-wrong .lesson-choice-key{background:#be123c}.lesson-section-practice .lesson-choice-feedback{border-radius:18px;margin:18px 0 0;padding:16px 18px;font-size:16px;font-weight:850;line-height:1.55}.lesson-section-practice .lesson-choice-feedback-correct{color:#14532d;background:#dcfce7e6;border:1px solid #22c55ed1}.lesson-section-practice .lesson-choice-feedback-correct:before{content:"✓ ";font-weight:950}.lesson-section-practice .lesson-choice-feedback-wrong{color:#9f1239;background:#ffe4e6e0;border:1px solid #f43f5eb8}.lesson-section-practice .lesson-choice-feedback-wrong:before{content:"Try again: ";font-weight:950}.lesson-section-practice .lesson-practice-exercise .button,.lesson-section-practice .lesson-practice-exercise button.button,.lesson-section-practice .lesson-explanation-control{margin-top:18px}.lesson-section-practice .lesson-explanation-box{color:#17365d;background:#eff6ffb8;border:1px solid #93c5fd7a;border-radius:20px;margin-top:14px;padding:18px 20px}.lesson-section-practice .lesson-practice-coding-task{background:radial-gradient(circle at 100% 0,#dbeafea3,#0000 36%),linear-gradient(135deg,#fffdf8fa,#eff6ffa8);border-color:#93c5fdb8}.lesson-section-practice .lesson-practice-coding-task .lesson-question-box{background:radial-gradient(circle at 100% 0,#ffe2ad6b,#0000 36%),#fff8ed}.lesson-section-practice .python-runner{border-radius:26px;margin-top:24px;box-shadow:0 22px 54px #0f172a3d}.lesson-section-practice .lesson-inline-image,.lesson-section-practice .lesson-inline-image-coding{border-radius:28px;width:min(100%,860px);margin-top:28px;margin-bottom:0;box-shadow:0 18px 46px #7848181f}.lesson-section-practice .lesson-inline-image img,.lesson-section-practice .lesson-inline-image-coding img{aspect-ratio:16/10;object-fit:cover;object-position:center}@media (width<=720px){.lesson-section-practice{--practice-content-width:100%}.lesson-section-practice .lesson-practice-list,.lesson-section-practice .lesson-block-list{gap:24px}.lesson-section-practice .lesson-practice-exercise{border-radius:24px;padding:22px}.lesson-section-practice .lesson-question-box{border-radius:20px;padding:18px}.lesson-section-practice .lesson-choice-button{grid-template-columns:30px minmax(0,1fr);gap:12px;min-height:54px;padding:13px 14px;font-size:15.5px}.lesson-section-practice .lesson-choice-key{width:28px;height:28px}.lesson-section-practice .lesson-inline-image img,.lesson-section-practice .lesson-inline-image-coding img{aspect-ratio:4/3}}@media (prefers-reduced-motion:reduce){.lesson-section-practice .lesson-choice-button{transition:none}.lesson-section-practice .lesson-choice-button:hover{transform:none}}.lesson-section-interview .lesson-section-header+p{color:#4b3a2f;max-width:820px;margin:-8px auto 24px;font-size:16px;line-height:1.65}.lesson-section-interview .lesson-accordion-list:has(.lesson-accordion:only-child){gap:0}.lesson-section-interview .lesson-accordion-list:has(.lesson-accordion:only-child) .lesson-accordion{background:linear-gradient(135deg,#fff8edf0,#f5f3ffb8);border-color:#8b5cf657;border-radius:22px;box-shadow:0 18px 40px #241f1c14}.lesson-section-interview .lesson-accordion-list:has(.lesson-accordion:only-child) .lesson-accordion-title:before{content:"🎙️";color:#fff8ed;background:#241f1c;font-size:13px}.lesson-section-interview .lesson-accordion-list:has(.lesson-accordion:only-child) .lesson-accordion-content{padding:6px 20px 22px 48px}.lesson-section-interview .lesson-accordion-list:has(.lesson-accordion:only-child) .lesson-accordion-content p{color:#3b2a1f;border-top:1px solid #8b5cf62e;max-width:760px;padding-top:16px}.lesson-section-cheat_sheet{--cheat-sheet-content-width:900px;background:radial-gradient(circle at top right, #fef9c3b8, transparent 36%), radial-gradient(circle at bottom left, #fff2d46b, transparent 38%), var(--lesson-card-bg)}.lesson-section-cheat_sheet .lesson-section-header,.lesson-section-cheat_sheet>.table-wrapper,.lesson-section-cheat_sheet>.lesson-block-list{width:min(100%, var(--cheat-sheet-content-width));margin-left:auto;margin-right:auto}.lesson-section-cheat_sheet .table-wrapper{background:#fffdf8;border:1px solid #f0c98edb;border-radius:24px;margin-top:32px;overflow:hidden;box-shadow:0 18px 44px #78481814}.lesson-section-cheat_sheet table{border-collapse:collapse;width:100%;margin:0;font-size:16px}.lesson-section-cheat_sheet thead th{color:#3b2a1f;text-align:left;background:linear-gradient(135deg,#ffe2adeb,#fff2d4eb);padding:18px 20px;font-size:15px;font-weight:950}.lesson-section-cheat_sheet tbody td{color:#3b2a1f;border-top:1px solid #f0c98e8f;padding:17px 20px;line-height:1.55}.lesson-section-cheat_sheet tbody tr{background:#fffdf8eb}.lesson-section-cheat_sheet tbody tr:nth-child(2n){background:#fff8ed9e}.lesson-section-cheat_sheet tbody tr:hover{background:#fff2d4b8}.lesson-section-cheat_sheet tbody td:first-child{color:#7c2d12;width:38%;font-weight:950}.lesson-section-cheat_sheet code{color:#7c2d12;background:#ffe2adad;border-radius:7px;padding:2px 6px;font-size:.92em;font-weight:800}@media (width<=720px){.lesson-section-interview .lesson-section-header+p{margin-top:-4px;margin-bottom:20px}.lesson-section-interview .lesson-accordion-list:has(.lesson-accordion:only-child) .lesson-accordion-content{padding:4px 18px 18px}.lesson-section-cheat_sheet{--cheat-sheet-content-width:100%}.lesson-section-cheat_sheet .table-wrapper{border-radius:20px;overflow-x:auto}.lesson-section-cheat_sheet table{min-width:620px;font-size:15px}.lesson-section-cheat_sheet thead th,.lesson-section-cheat_sheet tbody td{padding:14px 16px}}.completion-box{width:min(100%,900px)}.completion-image-wrap img{aspect-ratio:16/8.5;object-fit:cover;object-position:center}.completion-content{padding:30px 38px 34px}.completion-celebration h2{letter-spacing:-.05em;max-width:760px;font-size:clamp(30px,3.6vw,42px);line-height:1.02}.completion-celebration p{font-size:15.5px;line-height:1.6}.completion-actions{margin-top:24px}.completion-box{width:min(100%,900px)!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important}.completion-celebration{width:100%!important;max-width:none!important}.completion-image-wrap,.completion-content{width:100%}.completion-image-wrap img{aspect-ratio:16/8.5;object-fit:cover;object-position:center;width:100%}@media (width<=620px){.lesson-section-cheat_sheet .table-wrapper{box-shadow:none;background:0 0;border:none;border-radius:20px;overflow:visible}.lesson-section-cheat_sheet table{width:100%;font-size:15px;display:block;min-width:0!important}.lesson-section-cheat_sheet thead{display:none}.lesson-section-cheat_sheet tbody{gap:12px;display:grid}.lesson-section-cheat_sheet tbody tr{background:#fffdf8f0;border:1px solid #f0c98eb8;border-radius:18px;width:100%;padding:14px 16px;display:block;box-shadow:0 10px 24px #7848180f}.lesson-section-cheat_sheet tbody td{white-space:normal;overflow-wrap:anywhere;border-top:none;padding:0;line-height:1.55;display:block;width:100%!important}.lesson-section-cheat_sheet tbody td:first-child{color:#7c2d12;margin-bottom:6px;font-size:15px;font-weight:950}.lesson-section-cheat_sheet tbody td:last-child{color:#3b2a1f;font-size:14.5px}}
