:root{color:#233129;font-synthesis:none;--surface:#fff;--soft:#f1f3ed;--text:#233129;--muted:#69756d;--line:#e4e8e2;--green:#245e3f;--dark-green:#17472f;--coral:#a94431;--shadow:0 18px 50px #22402f14;background:#f8f8f5;font-family:system-ui,-apple-system,Segoe UI,sans-serif}:root[data-theme=dark]{color:#e9f0eb;--surface:#202c24;--soft:#29372e;--text:#edf4ef;--muted:#aebbb2;--line:#3b4b40;--green:#7bc59c;--dark-green:#b6e2c9;--coral:#ff9f88;--shadow:0 18px 50px #00000038;background:#17211b}:root[data-font-size=small]{font-size:14px}:root[data-font-size=medium]{font-size:16px}:root[data-font-size=large]{font-size:19px}*{box-sizing:border-box}body{background:inherit;min-width:320px;min-height:100vh;margin:0}button,select{font:inherit}.skip-link{z-index:100;color:#fff;background:#17472f;border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.editor-card{border:1px solid var(--line);background:var(--surface);border-radius:1rem;margin-top:1.5rem;overflow:hidden}.editor-loading{border:1px solid var(--line);min-height:300px;color:var(--muted);background:var(--surface);border-radius:1rem;place-items:center;margin-top:1.5rem;display:grid}.editor-card.fullscreen{z-index:50;padding-bottom:env(safe-area-inset-bottom);border:0;border-radius:0;flex-direction:column;margin:0;display:flex;position:fixed;inset:0}.editor-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.editor-heading h2{margin:0 0 .25rem;font-size:1rem}.editor-actions{gap:.5rem;display:flex}.save-status{color:var(--muted);margin:0;font-size:.78rem}.save-status.saved:before{content:"✓ ";color:var(--green)}.save-status.error{color:#a13225;font-weight:700}.tab-lock-notice{color:#684f0c;background:#fff4c7;padding:.8rem 1rem;font-size:.88rem}.sync-conflict{border-bottom:1px solid var(--line);background:#fffaf0;padding:1rem}.sync-conflict h3,.sync-conflict p{margin-top:0}.sync-conflict-versions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.sync-conflict-versions pre{color:#edf4ef;white-space:pre-wrap;background:#17211b;min-height:7rem;padding:.75rem;overflow:auto}@media (width<=640px){.sync-conflict-versions{grid-template-columns:1fr}}.editor-host{background:#17211b;min-height:300px;overflow:auto}.editor-host .cm-editor{color:#edf4ef;font-variant-ligatures:none;background:#17211b;min-height:300px;font-family:D2Coding,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:1rem}.editor-host .cm-scroller{overscroll-behavior:contain;min-height:300px}.editor-host .cm-content{caret-color:#fff;padding:1rem 0}.editor-host .cm-gutters{color:#91a197;background:#17211b;border-color:#334139}.editor-host .cm-focused{outline-offset:-3px;outline:3px solid #f5a891}.editor-card.fullscreen .editor-host,.editor-card.fullscreen .cm-editor,.editor-card.fullscreen .cm-scroller{flex:1;min-height:0}.mobile-code-keys{border-top:1px solid var(--line);background:var(--soft);gap:.45rem;padding:.65rem;display:none;overflow-x:auto}.editor-keyboard-help{color:var(--muted);margin:0;padding:.65rem 1rem 0;font-size:.75rem}.mobile-code-keys button{border:1px solid var(--line);min-width:2.8rem;min-height:2.75rem;color:var(--text);background:var(--surface);border-radius:.65rem;font-weight:700}.execution-panel{border:1px solid var(--line);background:var(--surface);border-radius:.9rem;margin:0 1rem 1rem;overflow:hidden}.submission-panel{border:1px solid var(--line);background:var(--surface);border-radius:1rem;margin:0 1rem 1rem;padding:1rem}.requirement-result,.grading-help{background:var(--soft);border-radius:.75rem;margin-top:.75rem;padding:.75rem}.grading-help pre{white-space:pre-wrap;overflow-wrap:anywhere}.review-items{text-align:left;gap:.5rem;width:min(100%,30rem);margin:1rem auto;padding:0;list-style:none;display:grid}.review-items li{background:var(--soft);border-radius:.75rem;justify-content:space-between;gap:1rem;padding:.75rem;display:flex}.execution-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.execution-heading h3,.execution-heading p{margin:0}.execution-heading p{color:var(--muted);margin-top:.25rem;font-size:.78rem}.execution-actions{gap:.4rem;display:flex}.execution-output,.execution-error pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#edf4ef;font-variant-ligatures:none;background:#17211b;margin:0;padding:1rem;font-family:D2Coding,ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.55;overflow:auto}.execution-output{min-height:7rem;max-height:18rem}.execution-error{color:#7f251b;background:#fff0ed;padding:1rem}:root[data-theme=dark] .execution-error{color:#ffc5bc;background:#492923}.execution-error pre{color:#ffd9d3;background:#311814;margin:.65rem 0}.execution-error p{margin:0;font-weight:700}.execution-input{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:end;gap:.5rem;padding:.9rem 1rem;display:grid}.execution-input label{grid-column:1/-1;font-weight:700}.execution-input input{border:1px solid var(--line);min-width:0;min-height:2.75rem;color:var(--text);background:var(--surface);font:inherit;border-radius:.6rem;padding:.65rem .75rem}.run-button,.stop-button{color:#fff;background:var(--green);width:calc(100% - 2rem);min-height:3rem;font:inherit;cursor:pointer;border:0;border-radius:.7rem;margin:.8rem 1rem 1rem;font-weight:800}.stop-button{background:#a13225}.run-button:disabled,.stop-button:disabled{opacity:.55}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #f5a891}.icon{flex:none;width:1.3rem;height:1.3rem}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--line);z-index:5;flex-direction:column;height:100vh;padding:2rem 1.25rem;display:flex;position:sticky;top:0}.brand{color:var(--dark-green);letter-spacing:.12em;align-items:center;gap:.65rem;font-family:system-ui,sans-serif;font-weight:700;display:flex}.brand-mark{background:var(--green);color:#fff;letter-spacing:0;border-radius:.65rem .65rem .65rem .15rem;place-items:center;width:2rem;height:2rem;display:grid}.primary-nav{gap:.35rem;margin-top:3rem;display:grid}.nav-link{min-height:3rem;color:var(--muted);border-radius:.8rem;align-items:center;gap:.8rem;padding:.75rem 1rem;font-weight:600;display:flex}.nav-link:hover{background:var(--soft);color:var(--text)}.nav-link.active{color:#205b3d;background:#e3efe7}:root[data-theme=dark] .nav-link.active{color:#b8e4ca;background:#304c3b}.settings-link{margin-top:auto}.page-area{min-width:0}.page-content{width:min(1080px,100% - 4rem);margin:0 auto;padding:4.5rem 0 5rem}.mobile-header,.bottom-nav{display:none}.page-heading{margin-bottom:2.5rem}.eyebrow{color:var(--coral);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .7rem;font-size:.77rem;font-weight:800}.page-heading h1{max-width:750px;color:var(--text);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.18}.page-heading h1 span{color:var(--green)}.page-heading>p:last-child{color:var(--muted);font-size:1.04rem}.hero-card{color:#fff;min-height:340px;box-shadow:var(--shadow);background:linear-gradient(135deg,#17472f,#286e4a);border-radius:1.6rem;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;padding:clamp(2rem,5vw,4.5rem);display:grid;overflow:hidden}.badge{color:#193f2c;background:#d8f0e0;border-radius:99px;padding:.4rem .7rem;font-size:.72rem;font-weight:800;display:inline-block}.step-label{color:#b9d6c5;margin:1.2rem 0 .5rem;font-size:.85rem}.hero-card h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,3.2vw,2.8rem)}.hero-copy>p:not(.step-label){color:#dbe8df;max-width:31rem;line-height:1.7}.meta-row{color:#dbe8df;gap:1rem;margin:1.3rem 0 1.7rem;font-size:.85rem;display:flex}.primary-button{color:#173d2a;cursor:pointer;background:#fff;border:0;border-radius:.8rem;justify-content:center;align-items:center;gap:1.4rem;width:fit-content;min-height:3.15rem;padding:.8rem 1.25rem;font-weight:800;display:inline-flex;box-shadow:0 5px 15px #00000014}.primary-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.code-illustration{background:#153727;border:1px solid #ffffff1f;border-radius:1.2rem;min-height:210px;padding:1.2rem;transform:rotate(2deg);box-shadow:0 28px 45px #0003}.code-dot{border-radius:50%;width:.58rem;height:.58rem;margin-right:.35rem;display:inline-block}.pink{background:#f18774}.yellow{background:#f1cf65}.green{background:#75c691}.code-illustration pre{color:#eef5f0;margin:2.8rem 1rem 1rem;font:600 clamp(.9rem,2vw,1.25rem)/1.7 monospace}.code-illustration pre b{color:#80d5a9}.code-illustration pre i{color:#f2a895;font-style:normal}.output-line{color:#b8d8c4;border-top:1px solid #ffffff24;margin:1rem;padding:1rem;font:.85rem monospace}.section-block{margin-top:4.5rem}.section-title{justify-content:space-between;align-items:end;margin-bottom:1.3rem;display:flex}.section-title h2{margin:0;font-size:1.55rem}.section-title a,.summary-card a{color:var(--green);font-size:.85rem;font-weight:800}.summary-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.summary-card{border:1px solid var(--line);background:var(--surface);border-radius:1rem;min-height:210px;padding:1.5rem}.summary-top{justify-content:space-between;height:2.6rem;display:flex}.summary-icon{color:#27583d;border-radius:.7rem;place-items:center;width:2.5rem;height:2.5rem;display:grid}.summary-icon.coral{color:#9c4c3b;background:#fde1da}.summary-icon.mint{background:#dcefe3}.summary-icon.blue{color:#42617b;background:#e0e9f2}.trend{color:#35734f;font-size:.75rem}.summary-card strong{margin-top:1.25rem;font-size:2rem;display:block}.summary-card strong span{font-size:1rem}.summary-card p{color:var(--muted);margin:.3rem 0 1rem;font-size:.85rem}.summary-card small{color:var(--muted)}.progress{background:var(--soft);border-radius:99px;height:.42rem;overflow:hidden}.progress span{border-radius:inherit;background:var(--green);height:100%;display:block}.tip{color:#494237;background:#fffaf0;border:1px solid #eee3ce;border-radius:1rem;gap:1rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.tip strong{font-size:.85rem}.tip p{margin:.3rem 0 0;font-size:.82rem;line-height:1.6}:root[data-theme=dark] .tip{color:#e5dece;background:#302d24;border-color:#484233}.course-overview{background:var(--surface);border:1px solid var(--line);border-radius:1rem;padding:1.5rem}.course-overview>div:first-child{justify-content:space-between;margin-bottom:1rem;display:flex}.lesson-list{gap:.8rem;margin-top:1.5rem;display:grid}.lesson-row{border:1px solid var(--line);background:var(--surface);border-radius:1rem;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem;padding:1.35rem;display:grid}.lesson-row.current{box-shadow:var(--shadow);border-color:#91bca2}.lesson-row.locked{opacity:.58}.lesson-number{background:var(--soft);border-radius:50%;place-items:center;width:2.4rem;height:2.4rem;font-weight:800;display:grid}.lesson-row.done .lesson-number{color:#24603f;background:#ddefe3}.lesson-row small{color:var(--green);font-weight:700}.lesson-row h2{margin:.25rem 0;font-size:1.08rem}.lesson-row p{color:var(--muted);margin:0;font-size:.85rem}.primary-button.compact{color:#fff;background:var(--green);min-height:2.6rem;padding:.65rem 1rem;font-size:.8rem}.text-button,.quiet-button,.back-button,.icon-button{color:var(--green);cursor:pointer;background:0 0;border:0;font-weight:700}.empty-card{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:1.3rem;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:3rem;display:flex}.empty-card p{color:var(--muted)}.empty-card .primary-button{color:#fff;background:var(--green)}.large-emoji{font-size:3rem}.history-list{gap:.8rem;display:grid}.history-list article{border:1px solid var(--line);background:var(--surface);border-radius:1rem;grid-template-columns:100px 1fr auto;align-items:center;padding:1.3rem;display:grid}.history-list time{color:var(--muted);font-size:.85rem}.history-list p{color:var(--muted);margin:.3rem 0;font-size:.85rem}.status-chip{color:#245a3c;background:#ddefe3;border-radius:99px;padding:.35rem .7rem;font-size:.75rem;font-weight:800}.status-chip.neutral{background:var(--soft);color:var(--muted)}.settings-card{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1.4rem;display:flex}.settings-card p{color:var(--muted);margin:.3rem 0;font-size:.85rem}.settings-card select{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:.6rem;padding:.6rem}.toggle{cursor:pointer;background:#bbc3bd;border:0;border-radius:99px;width:3rem;height:1.7rem;padding:.2rem}.toggle span{background:#fff;border-radius:50%;width:1.3rem;height:1.3rem;transition:all .2s;display:block}.toggle.on{background:var(--green)}.toggle.on span{transform:translate(1.3rem)}.focus-shell{background:var(--surface);min-height:100vh}.focus-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 max(1.2rem,50% - 425px);display:grid}.focus-header>div{text-align:center}.focus-header span,.focus-header strong{display:block}.focus-header span{color:var(--muted);font-size:.72rem}.focus-header strong{font-size:.9rem}.focus-header .quiet-button{justify-self:end;min-height:2.75rem;padding-inline:.75rem}.back-button{justify-self:start;min-width:2.75rem;min-height:2.75rem;font-size:1.4rem}.focus-progress{background:var(--soft);height:4px}.focus-progress span{background:var(--coral);height:100%;display:block}.focus-content{width:min(700px,100% - 2rem);margin:0 auto;padding:4rem 0 8rem}.focus-content h1{letter-spacing:-.04em;font-size:clamp(1.8rem,5vw,2.7rem)}.lead{color:var(--muted);font-size:1.08rem;line-height:1.8}.focus-content code{background:var(--soft);color:var(--green);border-radius:.3rem;padding:.12rem .35rem;font-family:monospace}.analogy{background:#f5f2e8;border-radius:1rem;gap:1rem;margin:2rem 0;padding:1.2rem;display:flex}.analogy p{margin:0;line-height:1.7}:root[data-theme=dark] .analogy{background:#302f26}.code-block{color:#eef5f0;background:#193b2a;border-radius:1rem;padding:1.6rem;font:600 1.05rem/1.7 monospace}.code-block span{color:#7bd3a4}.code-block i{color:#f1a28e;font-style:normal}.question{border:0;gap:.7rem;margin:2.5rem 0 0;padding:0;display:grid}.question legend{margin-bottom:1rem;font-size:1.05rem;font-weight:800}.answer{text-align:left;border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer;border-radius:.8rem;padding:1rem}.answer:hover,.answer.selected{border-color:var(--green);background:var(--soft)}.feedback{color:#7d4936;background:#fff2e9;border-radius:.8rem;margin-top:1rem;padding:1rem}.feedback.correct{color:#245a3c;background:#e3f2e8}.focus-footer{border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;padding:1rem max(1.2rem,50% - 350px);display:flex;position:fixed;bottom:0;left:0;right:0}.focus-footer .primary-button{color:#fff;background:var(--green)}@media (width<=1199px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;height:auto;padding:.8rem 2rem;display:grid;position:sticky}.primary-nav{justify-content:center;margin:0;display:flex}.nav-link{min-height:2.8rem;padding:.65rem .9rem}.settings-link{margin:0}.page-content{padding-top:3.5rem}}@media (width<=767px){.sidebar{display:none}.mobile-header{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;height:62px;padding:0 1rem;display:flex}.mobile-header .brand{font-size:.82rem}.icon-button{padding:.6rem}.page-content{width:min(100% - 2rem,600px);padding:2.5rem 0 7rem}.page-heading{margin-bottom:1.8rem}.page-heading h1{font-size:2rem}.hero-card{border-radius:1.2rem;min-height:0;padding:1.6rem;display:block}.hero-card h2{font-size:1.75rem}.code-illustration{display:none}.primary-button{width:100%}.summary-grid{grid-template-columns:1fr}.summary-card{min-height:170px}.section-block{margin-top:3rem}.section-title h2{font-size:1.3rem}.tip{align-items:flex-start}.bottom-nav{height:68px;padding:.35rem .5rem max(.35rem, env(safe-area-inset-bottom));border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface) 96%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-link{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.66rem;display:flex}.bottom-link .icon{width:1.25rem}.bottom-link.active{color:var(--green);font-weight:800}.lesson-row{grid-template-columns:auto 1fr}.lesson-row>:last-child{grid-column:2}.lesson-row .primary-button{width:fit-content}.history-list article{grid-template-columns:1fr auto}.history-list time{grid-column:1/-1;margin-bottom:.6rem}.focus-header{height:64px;padding:0 1rem}.focus-content{padding-top:2.5rem;padding-bottom:calc(7rem + env(safe-area-inset-bottom))}.focus-footer{padding:1rem}.focus-footer .primary-button{width:auto}.focus-footer .quiet-button{padding:0 1rem}.editor-heading{flex-direction:column;align-items:flex-start}.editor-actions{width:100%}.editor-actions button{flex:1;min-height:2.75rem}.editor-host,.editor-host .cm-editor,.editor-host .cm-scroller{min-height:42dvh}.editor-card.fullscreen{height:100dvh}.mobile-code-keys{display:flex}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
