.lesson-nav{z-index:10000;background:var(--nav-bg);border-bottom:1px solid var(--nav-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.theme-toggle{z-index:1;box-sizing:border-box;background:var(--rule-soft);border:1px solid var(--rule);width:34px;height:34px;color:var(--ink);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:7px;right:12px}.theme-toggle:hover{background:var(--rule)}.theme-toggle svg{flex:none}.lesson-nav__bar{display:none}.lesson-nav__list{flex-wrap:wrap;gap:8px;margin:0;padding:10px 56px 10px 12px;list-style:none;display:flex;position:relative}.lesson-nav__link{box-sizing:border-box;color:var(--ink);background:var(--rule-soft);border:1px solid var(--rule);cursor:pointer;font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:500}.lesson-nav__link[aria-current=page]{color:var(--nav-active-ink);background:var(--accent,var(--ink));border-color:var(--accent,var(--ink))}.lesson-nav__underline{opacity:.7;height:1px;position:absolute;bottom:-1px;left:0;right:0}@media (width<=767px){.lesson-nav__bar{box-sizing:border-box;align-items:center;width:100%;padding:8px 54px 8px 12px;display:flex}.lesson-nav__toggle{box-sizing:border-box;background:var(--rule-soft);border:1px solid var(--rule);min-width:0;max-width:100%;color:var(--ink);cursor:pointer;font-family:var(--font-mono);letter-spacing:.04em;border-radius:10px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:inline-flex}.lesson-nav__toggle svg{flex:none}.lesson-nav__current{align-items:center;gap:8px;min-width:0;display:inline-flex}.lesson-nav__dot{background:var(--accent,var(--ink));border-radius:999px;flex:none;width:8px;height:8px}.lesson-nav__current-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lesson-nav__list{border-top:1px solid var(--rule);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:calc(100dvh - 52px);padding:8px 12px 14px;display:grid;overflow-y:auto}.lesson-nav__list[data-open=false]{display:none}.lesson-nav__link{text-align:center;width:100%;padding:10px 12px;font-size:13px}.lesson-nav__underline{display:none}}:root{--paper:#0a0a0f;--ink:#e8dec8;--rule:#e8dec829;--rule-soft:#e8dec80f;--nav-bg:#0a0a0ff0;--nav-border:#e8dec81f;--nav-active-ink:var(--paper);--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--paper:#f4efe4;--ink:#2a2620;--rule:#2a26202e;--rule-soft:#2a26200f;--nav-bg:#f4efe4e6;--nav-border:#2a262024;--nav-active-ink:#1a1712;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#root{background:var(--paper);min-height:100%;margin:0}body{overflow-x:hidden}.lesson-shell .relative{position:relative}.lesson-shell .absolute{position:absolute}.lesson-shell .fixed{position:fixed}.lesson-shell .inset-0{inset:0}.lesson-shell .z-10{z-index:10}.lesson-shell .z-20{z-index:20}.lesson-shell .pointer-events-none{pointer-events:none}.lesson-shell .overflow-hidden{overflow:hidden}.lesson-shell .overflow-x-auto{overflow-x:auto}.lesson-shell .hidden{display:none}.lesson-shell .block{display:block}.lesson-shell .grid{display:grid}.lesson-shell .flex{display:flex}.lesson-shell .flex-wrap{flex-wrap:wrap}.lesson-shell .flex-1{flex:1}.lesson-shell .items-center{align-items:center}.lesson-shell .items-baseline{align-items:baseline}.lesson-shell .items-stretch{align-items:stretch}.lesson-shell .justify-between{justify-content:space-between}.lesson-shell .text-center{text-align:center}.lesson-shell .mx-auto{margin-left:auto;margin-right:auto}.lesson-shell .ml-auto{margin-left:auto}.lesson-shell .max-w-3xl{max-width:48rem}.lesson-shell .max-w-4xl{max-width:56rem}.lesson-shell .max-w-6xl{max-width:72rem}.lesson-shell .px-2{padding-left:.5rem;padding-right:.5rem}.lesson-shell .px-6{padding-left:1.5rem;padding-right:1.5rem}.lesson-shell .py-20{padding-top:5rem;padding-bottom:5rem}.lesson-shell .pb-2{padding-bottom:.5rem}.lesson-shell .mt-0\.5{margin-top:.125rem}.lesson-shell .mt-1{margin-top:.25rem}.lesson-shell .mt-2{margin-top:.5rem}.lesson-shell .mt-3{margin-top:.75rem}.lesson-shell .mt-4{margin-top:1rem}.lesson-shell .mt-8{margin-top:2rem}.lesson-shell .mt-10{margin-top:2.5rem}.lesson-shell .mt-12{margin-top:3rem}.lesson-shell .mt-16{margin-top:4rem}.lesson-shell .mt-20{margin-top:5rem}.lesson-shell .mb-1{margin-bottom:.25rem}.lesson-shell .mb-2{margin-bottom:.5rem}.lesson-shell .mb-3{margin-bottom:.75rem}.lesson-shell .mb-4{margin-bottom:1rem}.lesson-shell .mb-5{margin-bottom:1.25rem}.lesson-shell .mb-6{margin-bottom:1.5rem}.lesson-shell .my-4{margin-top:1rem;margin-bottom:1rem}.lesson-shell .gap-1{gap:.25rem}.lesson-shell .gap-1\.5{gap:.375rem}.lesson-shell .gap-2{gap:.5rem}.lesson-shell .gap-3{gap:.75rem}.lesson-shell .gap-4{gap:1rem}.lesson-shell .gap-6{gap:1.5rem}.lesson-shell .gap-8{gap:2rem}.lesson-shell .space-y-1\.5>*+*{margin-top:.375rem}.lesson-shell [id]{scroll-margin-top:64px}.lesson-shell .lesson-link{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--lesson-link-color,currentColor);text-decoration-color:var(--lesson-link-color,currentColor);text-underline-offset:.16em;text-decoration-thickness:.07em;transition:color .15s,text-decoration-color .15s}.lesson-shell .lesson-link:hover,.lesson-shell .lesson-link:focus-visible{color:var(--lesson-link-color,currentColor)}.lesson-shell .lesson-link:focus-visible{outline:2px solid var(--lesson-link-color,currentColor);outline-offset:2px;border-radius:2px}@media (width>=768px){.lesson-shell .md\:px-12{padding-left:3rem;padding-right:3rem}.lesson-shell .md\:py-24{padding-top:6rem;padding-bottom:6rem}.lesson-shell .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lesson-shell .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1280px){.lesson-shell .xl\:block{display:block}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
