:root {
  --paper: #F4F5F6;
  --raised: #FFFFFF;
  --hover: #FAFBFC;
  --ink: #111418;
  --muted: #5C6470;
  --muted-dim: #8A909C;
  --line: #E1E3E8;
  --line-strong: #B9BFCB;
  --nav-bg: rgba(244, 245, 246, .85);
  --code-bg: #E9EBEF;

  --panel: #111418;
  --panel-raised: #14181F;
  --panel-line: #262C36;
  --panel-line-strong: #3B4350;
  --panel-ink: #EEF0F4;
  --panel-muted: #AAB1BE;

  --accent: #0B5FCE;
  --accent-deep: #094FAE;
  --accent-ink: #FFFFFF;
  --ok: #17683A;
  --warn: #8A5B00;
  --danger: #A81E1E;
  --ok-soft: #E7F2EC;
  --warn-soft: #FBF1DE;
  --danger-soft: #FBEAEA;

  --t-hero: clamp(2.5rem, 5.6vw, 4.2rem);
  --t-display: clamp(2rem, 4.4vw, 3.2rem);
  --t-section: clamp(1.85rem, 3.3vw, 2.6rem);
  --t-subhead: 1.5rem;
  --t-heading: 1.25rem;
  --t-body: 1.03rem;
  --t-small: .92rem;
  --t-meta: .8rem;
  --t-micro: .72rem;

  --track-hero: -.035em;
  --track-display: -.028em;
  --track-section: -.022em;
  --track-subhead: -.017em;
  --track-heading: -.012em;
  --track-body: -.003em;

  --lh-prose: 1.62;
  --lh-ui: 1.38;
  --lh-tight: 1.24;

  --s-1: .25rem;
  --s-2: .5rem;
  --s-3: .75rem;
  --s-4: 1rem;
  --s-5: 1.5rem;
  --s-6: 2.5rem;
  --s-7: 4rem;
  --s-8: 6rem;

  --ring: 0 0 0 1px rgba(16, 20, 28, .07);
  --ring-strong: 0 0 0 1px rgba(16, 20, 28, .12);
  --e-1: 0 1px 2px rgba(16, 20, 28, .05), 0 1px 1px rgba(16, 20, 28, .03);
  --e-2: 0 2px 4px rgba(16, 20, 28, .04), 0 8px 18px -6px rgba(16, 20, 28, .10);
  --e-3: 0 4px 8px rgba(16, 20, 28, .05), 0 18px 36px -10px rgba(16, 20, 28, .16);
  --e-4: 0 8px 16px rgba(16, 20, 28, .07), 0 32px 64px -16px rgba(16, 20, 28, .24);

  --tint: color-mix(in oklab, var(--accent) 7%, var(--raised));
  --tint-strong: color-mix(in oklab, var(--accent) 13%, var(--raised));
  --scrim: rgba(16, 20, 28, .34);

  --ease: cubic-bezier(.32, .72, 0, 1);
  --ease-out: cubic-bezier(.22, .78, .28, 1);
  --ease-spring: cubic-bezier(.34, 1.42, .48, 1);
  --dur-fast: 130ms;
  --dur: 280ms;
  --dur-slow: 460ms;

  --code-comment: #8b949e;
  --code-keyword: #ff7b72;
  --code-string: #a5d6ff;
  --code-number: #79c0ff;
  --code-func: #d2a8ff;
  --code-name: #ffa657;
  --code-added: #56d364;
  --code-removed: #f85149;

  --r-control: 10px;
  --r-container: 16px;
  --r-pill: 999px;
  --r-sheet: 22px;
  --r: var(--r-container);
  --tap: 44px;
  --bar: 52px;

  --maxw: 1140px;
  --pad: clamp(1.15rem, 4vw, 2.4rem);
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #0E1116;
    --raised: #161A21;
    --hover: #1C212A;
    --ink: #ECEEF2;
    --muted: #A2AAB8;
    --muted-dim: #767E8C;
    --line: rgba(255, 255, 255, .11);
    --line-strong: rgba(255, 255, 255, .22);
    --nav-bg: rgba(14, 17, 22, .85);
    --code-bg: #222833;

    --panel: #1A1F27;
    --panel-raised: #20262F;
    --panel-line: rgba(255, 255, 255, .12);
    --panel-line-strong: rgba(255, 255, 255, .24);
    --panel-ink: #F3F5F8;
    --panel-muted: #A9B1BE;

    --accent: #5AA4FF;
    --accent-deep: #7FB8FF;
    --accent-ink: #0A1020;
    --ok: #5FD08D;
    --warn: #E3B341;
    --danger: #F87171;
    --ok-soft: rgba(95, 208, 141, .14);
    --warn-soft: rgba(227, 179, 65, .14);
    --danger-soft: rgba(248, 113, 113, .14);

    --ring: 0 0 0 1px rgba(255, 255, 255, .08);
    --ring-strong: 0 0 0 1px rgba(255, 255, 255, .16);
    --e-1: 0 1px 2px rgba(0, 0, 0, .34);
    --e-2: 0 2px 4px rgba(0, 0, 0, .32), 0 8px 18px -6px rgba(0, 0, 0, .46);
    --e-3: 0 4px 8px rgba(0, 0, 0, .34), 0 18px 36px -10px rgba(0, 0, 0, .58);
    --e-4: 0 8px 16px rgba(0, 0, 0, .40), 0 32px 64px -16px rgba(0, 0, 0, .70);

    --tint: color-mix(in oklab, var(--accent) 15%, var(--raised));
    --tint-strong: color-mix(in oklab, var(--accent) 24%, var(--raised));
    --scrim: rgba(0, 0, 0, .58);
  }
}

* { box-sizing: border-box; margin: 0; padding: 0 }

/* A display rule on a class outranks the user agent's [hidden], so anything
   given display by this sheet ignores the attribute unless we insist. */
[hidden] { display: none !important }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: var(--t-body);
  line-height: var(--lh-ui);
  letter-spacing: var(--track-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.post, .prose, .lead, blockquote, .empty p, .notice p, .callout { line-height: var(--lh-prose) }

body:not(.console) { min-height: 100svh; display: flex; flex-direction: column }
body:not(.console) > main { flex: 1 0 auto }

a { color: inherit; text-decoration: none }
h1, h2, h3 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; line-height: var(--lh-tight); letter-spacing: var(--track-heading); text-wrap: balance }
h1 { line-height: 1.08 }
h2 { line-height: 1.14 }
img { max-width: 100% }
.mono { font-family: "IBM Plex Mono", monospace; font-variant-numeric: tabular-nums }
.tabular { font-variant-numeric: tabular-nums }
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad) }
.wrap-reading { max-width: calc(68ch + 2 * var(--pad)) }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px }
.label { font-size: var(--t-small); color: var(--muted); margin-bottom: var(--s-3) }
.eyebrow { font-size: var(--t-micro); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--muted-dim) }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap }

.stack-4 { margin-top: var(--s-4) }
.stack-5 { margin-top: var(--s-5) }
.stack-6 { margin-top: var(--s-6) }
.tight { padding-top: 0 }
.subhead { font-size: var(--t-subhead); letter-spacing: var(--track-subhead); margin-bottom: var(--s-4) }
.subhead-spaced { font-size: var(--t-subhead); letter-spacing: var(--track-subhead); margin: var(--s-6) 0 var(--s-4) }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--accent); color: var(--accent-ink); padding: .6rem 1rem; z-index: 100 }
.skip-link:focus { left: 0 }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  min-height: var(--tap);
  font-family: "IBM Plex Sans"; font-weight: 550; font-size: var(--t-small);
  letter-spacing: -.005em;
  padding: .72rem 1.45rem; border-radius: var(--r-pill); border: 0;
  cursor: pointer; -webkit-tap-highlight-color: transparent;
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
              color var(--dur) var(--ease), transform var(--dur-fast) var(--ease-out);
}
.btn:active { transform: scale(.968) }
.btn-primary { background: var(--accent); color: var(--accent-ink); box-shadow: var(--e-1) }
.btn-primary:hover { background: var(--accent-deep); box-shadow: var(--e-2) }
.btn-primary:active { box-shadow: var(--e-1) }
.btn-ghost { background: transparent; box-shadow: inset 0 0 0 1px var(--line-strong); color: var(--ink) }
.btn-ghost:hover { background: var(--hover); box-shadow: inset 0 0 0 1px var(--ink) }
.btn-ghost-dark { background: transparent; box-shadow: inset 0 0 0 1px var(--panel-line-strong); color: var(--panel-ink) }
.btn-ghost-dark:hover { background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px var(--panel-muted) }
.btn[disabled] { opacity: .45; cursor: not-allowed; box-shadow: none }
.btn[disabled]:active { transform: none }
.textlink { color: var(--accent); font-weight: 500 }
.textlink:hover { text-decoration: underline; text-underline-offset: 3px }
.quietlink { color: var(--muted); font-weight: 500; text-decoration: underline; text-underline-offset: 3px }
.quietlink:hover { color: var(--ink) }

header.nav {
  position: sticky; top: 0; z-index: 40;
  background: var(--nav-bg);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
header.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 12px -6px rgba(16, 20, 28, .18) }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px }
.brand { display: flex; align-items: center; gap: .6rem; font-family: "Bricolage Grotesque"; font-weight: 700; font-size: 1.16rem }
.mark {
  width: 1.2rem; height: 1.2rem; flex: none; background: currentColor;
  -webkit-mask: url("/static/img/mark.d647a286020f.png") center / contain no-repeat;
  mask: url("/static/img/mark.d647a286020f.png") center / contain no-repeat;
}
.nav-links { display: flex; gap: .15rem; align-items: center }
.nav-links a {
  font-size: var(--t-small); color: var(--muted); padding: .42rem .7rem; border-radius: var(--r-pill);
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nav-links a:hover { color: var(--ink); background: var(--hover) }
.nav-links a:active { transform: scale(.96) }
.nav-links a[aria-current="page"] { color: var(--ink); font-weight: 550; background: var(--tint) }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: var(--r-control); padding: .45rem .6rem; cursor: pointer; min-height: var(--tap); min-width: var(--tap) }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3px auto }
.nav-form { display: inline }
.inline-form { display: inline }
.nav-form button { background: none; border: 0; font: inherit; font-size: var(--t-small); color: var(--muted); cursor: pointer; padding: 0 }
.nav-form button:hover { color: var(--ink) }

.hero { padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 6vw, 4.5rem) }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center }
.hero h1 { font-size: var(--t-hero); font-weight: 600; margin-bottom: 1.3rem }
.hero h1 .b { color: var(--accent) }
.hero p.lead { font-size: clamp(1.06rem, 1.5vw, 1.2rem); color: var(--muted); max-width: 44ch; margin-bottom: 2rem }
.hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap }

.ladder { background: var(--panel-raised); border: 1px solid var(--panel-line); border-radius: var(--r-container); overflow: hidden }
.ladder-head { padding: var(--s-5) 1.5rem var(--s-4); color: var(--panel-muted); font-size: var(--t-micro); font-weight: 600; text-transform: uppercase; letter-spacing: .08em }
.rung { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s-4); padding: 1.05rem 1.25rem; border-bottom: 1px solid var(--panel-line) }
.rung:last-child { border-bottom: 0 }
.rung .name { font-family: "Bricolage Grotesque"; font-weight: 600; font-size: 1.12rem; color: var(--panel-ink) }
.rung .desc { font-size: var(--t-meta); color: var(--panel-muted); text-align: right; font-variant-numeric: tabular-nums; text-wrap: pretty }
.rung.top { background: color-mix(in srgb, var(--accent) 16%, transparent) }

body:not(.console) section { padding-block: clamp(3.5rem, 7vw, 5.5rem) }
.sec-head { max-width: 54ch; margin-bottom: 2.4rem }
.sec-head h2, .section-heading { font-size: var(--t-section); margin-bottom: var(--s-3); letter-spacing: var(--track-section) }
.sec-head p { color: var(--muted) }

.feature {
  background: var(--panel); color: var(--panel-ink); border: 1px solid var(--panel-line); border-radius: var(--r-container);
  padding: clamp(1.8rem, 4vw, 3rem); display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.8rem, 4vw, 3.5rem); align-items: center;
}
.feature h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--panel-ink); margin-bottom: var(--s-4) }
.feature p { color: var(--panel-muted); margin-bottom: var(--s-5) }
.feature .meta { font-size: var(--t-small); color: var(--panel-muted); margin-bottom: 1.7rem; font-variant-numeric: tabular-nums }
.feature .meta b { color: var(--panel-ink); font-weight: 500 }
.targets { display: flex; flex-direction: column; gap: .55rem }
.targets div {
  font-size: var(--t-small); color: var(--panel-ink); padding: .62rem 1rem;
  background: rgba(255, 255, 255, .05); border-radius: var(--r-pill);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09);
}

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: var(--s-5) }
.card {
  background: var(--raised); border: 0; border-radius: var(--r-container);
  padding: 0 var(--s-5) var(--s-5); display: flex; flex-direction: column;
  box-shadow: var(--ring), var(--e-1);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.card:hover { box-shadow: var(--ring), var(--e-3); transform: translateY(-3px) }
.card:active { transform: translateY(-1px) scale(.994); transition-duration: var(--dur-fast) }

[data-art="0"] { --art-h: 212 }
[data-art="1"] { --art-h: 258 }
[data-art="2"] { --art-h: 288 }
[data-art="3"] { --art-h: 328 }
[data-art="4"] { --art-h: 12 }
[data-art="5"] { --art-h: 32 }
[data-art="6"] { --art-h: 178 }
[data-art="7"] { --art-h: 152 }

.card-art {
  aspect-ratio: 16 / 9; margin: 0 calc(-1 * var(--s-5)) var(--s-5);
  border-radius: var(--r-container) var(--r-container) 0 0;
  overflow: hidden; position: relative; isolation: isolate;
  background:
    radial-gradient(104% 124% at 16% 4%, hsl(var(--art-h) 48% 44%) 0%, transparent 64%),
    radial-gradient(88% 112% at 94% 98%, hsl(calc(var(--art-h) + 44) 42% 26%) 0%, transparent 60%),
    linear-gradient(152deg, hsl(calc(var(--art-h) + 12) 34% 22%), hsl(calc(var(--art-h) - 18) 40% 13%));
}
.card-art::after {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 38%, rgba(0, 0, 0, .3));
}
.card-art img { width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 1 }
.card-art:has(img) { background: var(--code-bg) }
.card-art:has(img)::after { background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, .22)) }
.card-art-post::before {
  content: ""; position: absolute; z-index: 2; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
}

.card-art-play::before {
  content: ""; position: absolute; z-index: 2; inset: 0; margin: auto;
  width: 3.4rem; height: 3.4rem; border-radius: 50%;
  background: rgba(255, 255, 255, .18) center / .95rem no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M4.5 2.6v10.8L14 8z'/%3E%3C/svg%3E");
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32);
  transition: transform var(--dur) var(--ease-spring), background var(--dur) var(--ease);
}
.card:hover .card-art-play::before { transform: scale(1.09); background-color: rgba(255, 255, 255, .3) }

.course-banner {
  height: clamp(9rem, 20vw, 15rem); margin-top: var(--s-5);
  border-radius: var(--r-sheet); overflow: hidden; position: relative;
  box-shadow: var(--ring), var(--e-2);
  background:
    radial-gradient(72% 150% at 12% 0%, hsl(var(--art-h) 48% 44%) 0%, transparent 62%),
    radial-gradient(62% 140% at 96% 100%, hsl(calc(var(--art-h) + 44) 42% 26%) 0%, transparent 58%),
    linear-gradient(118deg, hsl(calc(var(--art-h) + 12) 34% 22%), hsl(calc(var(--art-h) - 18) 40% 13%));
}
.course-banner img { width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 1 }
.course-banner:has(img) { background: var(--code-bg) }
.course-banner:has(img)::after { background: linear-gradient(180deg, transparent 66%, rgba(0, 0, 0, .2)) }
.course-banner::after {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 56px),
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 44%, rgba(0, 0, 0, .28));
}

.card-art-book::before {
  content: ""; position: absolute; z-index: 2; inset: 0 auto 0 1.6rem; width: 3px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .45), transparent);
}

.card > .track:first-child { padding-top: var(--s-5) }
.card .track { font-size: var(--t-meta); font-weight: 550; color: var(--accent); margin-bottom: var(--s-2) }
.card h3 { font-size: var(--t-subhead); margin-bottom: .5rem; letter-spacing: var(--track-subhead); overflow-wrap: anywhere }
.card p { font-size: var(--t-small); color: var(--muted); line-height: var(--lh-prose); margin-bottom: var(--s-5); flex: 1 }
.card .up-next { color: var(--ink) }
.card .up-next .eyebrow { display: block; margin-bottom: var(--s-1) }
.card .foot { display: flex; justify-content: space-between; align-items: center; font-size: var(--t-small); color: var(--muted); font-variant-numeric: tabular-nums }
.card .foot .open {
  color: var(--accent); font-weight: 550;
  padding: .34rem .85rem; border-radius: var(--r-pill); background: var(--tint);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.card:hover .foot .open { background: var(--accent); color: var(--accent-ink) }

.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); max-width: 800px }
.price-grid-single { grid-template-columns: 1fr }
.price { background: var(--raised); border: 0; border-radius: var(--r-container); padding: 2.1rem; box-shadow: var(--ring), var(--e-1) }
.price.primary { background: var(--tint); box-shadow: 0 0 0 1.5px var(--accent), var(--e-3) }
.price .plan { font-weight: 600; font-size: var(--t-body) }
.price .note { font-size: var(--t-small); color: var(--muted); margin-top: .2rem }
.price .amt { font-family: "Bricolage Grotesque"; font-size: 2.6rem; font-weight: 600; letter-spacing: var(--track-display); margin: var(--s-4) 0 .1rem; font-variant-numeric: tabular-nums }
.price .amt small { font-size: var(--t-body); color: var(--muted); font-weight: 500; font-family: "IBM Plex Sans" }
.price ul { list-style: none; margin: 1.3rem 0 1.6rem; display: flex; flex-direction: column; gap: .6rem }
.price li { font-size: var(--t-small); display: flex; gap: .7rem; align-items: flex-start; color: var(--ink) }
.price li::before {
  content: ""; width: .62rem; height: .34rem; margin-top: .42rem; flex: none;
  border-left: 1.8px solid var(--accent); border-bottom: 1.8px solid var(--accent);
  transform: rotate(-45deg);
}
.price .btn { width: 100% }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start }
.prose p { color: var(--muted); margin-bottom: var(--s-4); max-width: 46ch }
.prose b { color: var(--ink); font-weight: 600 }
.quotes { display: flex; flex-direction: column; gap: var(--s-6) }
.quote { padding: 0 0 0 1.4rem; border-left: 2px solid var(--line) }
.quote p {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 500;
  font-size: 1.22rem; color: var(--ink); line-height: 1.42; letter-spacing: var(--track-heading);
  text-wrap: pretty;
}
.quote p::before { content: "\201C" }
.quote p::after { content: "\201D" }
.quote cite { font-size: var(--t-small); color: var(--muted); font-style: normal; display: block; margin-top: var(--s-3) }
.quote cite::before { content: "\2014\A0" }

.final { background: var(--panel); border: 1px solid var(--panel-line); border-radius: var(--r-container); padding: clamp(2.5rem, 6vw, 4.2rem); text-align: center; color: var(--panel-ink) }
.final h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: var(--s-4) }
.final p { color: var(--panel-muted); max-width: 46ch; margin: 0 auto 2rem }
.final .hero-actions { justify-content: center }

footer { border-top: 1px solid var(--line); padding-block: 2.4rem 1.8rem; margin-top: var(--s-5) }
.foot-inner { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap }
.foot-links { display: flex; gap: 3rem; flex-wrap: wrap }
.foot-col { display: flex; flex-direction: column; gap: var(--s-2) }
.foot-col b { font-size: var(--t-small); color: var(--muted) }
.foot-col a { font-size: var(--t-small); color: var(--muted) }
.foot-col a:hover { color: var(--ink) }
.foot-meta { font-size: var(--t-meta); color: var(--muted-dim); margin-top: 2rem }

.page-head { padding-top: clamp(2.5rem, 5vw, 3.5rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem) }
.page-head h1, .display-title { font-size: var(--t-display); margin-bottom: .9rem }
.page-head p { color: var(--muted); max-width: 58ch }

.lesson-notes { max-width: 70ch }
.foot-blurb { margin-top: var(--s-3); max-width: 32ch }

.crumbs { font-size: var(--t-small); color: var(--muted); margin-bottom: var(--s-4) }
.crumbs a:hover { color: var(--ink) }

.pill {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: var(--t-meta); font-weight: 550; padding: .28rem .72rem;
  border: 0; border-radius: var(--r-pill); background: var(--hover);
  box-shadow: inset 0 0 0 1px var(--line); color: var(--muted);
}
.pill-free { color: var(--ok); background: var(--ok-soft); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ok) 30%, transparent) }
.lesson-meta { display: inline-flex; align-items: center; gap: var(--s-2); flex: none }
.kind { width: .85rem; height: .85rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; color: var(--muted-dim) }
.lock { width: .85rem; height: .85rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; color: var(--muted-dim) }

.glance { display: flex; flex-direction: column; gap: 0; max-width: 24rem }
.glance div {
  font-size: var(--t-small); color: var(--ink); padding: .72rem 0 .72rem 1.6rem;
  border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; position: relative;
}
.glance div:last-child { border-bottom: 0 }
.glance div::before {
  content: ""; position: absolute; left: .1rem; top: 1.16rem;
  width: .62rem; height: .34rem; border-left: 1.8px solid var(--accent); border-bottom: 1.8px solid var(--accent);
  transform: rotate(-45deg);
}

.curriculum { display: flex; flex-direction: column; gap: var(--s-4); margin-top: 2rem }
.module { background: var(--raised); border: 0; border-radius: var(--r-container); overflow: hidden; box-shadow: var(--ring), var(--e-1) }
.module > h3 { padding: var(--s-4) 1.25rem; border-bottom: 1px solid var(--line); font-size: var(--t-body) }
.module-summary {
  display: flex; align-items: center; gap: var(--s-3); cursor: pointer;
  padding: var(--s-4) 1.25rem; font-size: var(--t-body); font-weight: 600;
  list-style: none; min-height: var(--tap);
}
.module-summary::-webkit-details-marker { display: none }
.module[open] .module-summary { border-bottom: 1px solid var(--line) }
.module-summary:hover { background: var(--hover) }
.module-summary:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px }
.module-summary::after {
  content: ""; width: .5rem; height: .5rem; flex: none; margin-left: var(--s-2);
  border-right: 2px solid var(--muted-dim); border-bottom: 2px solid var(--muted-dim);
  transform: rotate(-45deg); transition: transform var(--dur) var(--ease);
}
.module[open] .module-summary::after { transform: rotate(45deg) }
.module-index {
  flex: none; width: 1.75rem; height: 1.75rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--tint); color: var(--accent); font-size: var(--t-meta); font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.module-title { flex: 1; min-width: 0 }
.module-count { font-size: var(--t-meta); color: var(--muted-dim); font-weight: 400; font-variant-numeric: tabular-nums }
.module ol { list-style: none }
.module li { border-bottom: 1px solid var(--line) }
.module li:last-child { border-bottom: 0 }
.module li a, .module li .locked { display: flex; justify-content: space-between; align-items: center; gap: var(--s-4); padding: .85rem 1.25rem; font-size: var(--t-small); min-height: var(--tap) }
.module li a:hover { background: var(--hover) }
.module li .locked { color: var(--muted-dim) }
.lesson-num { font-size: var(--t-meta); color: var(--muted-dim); margin-right: .8rem; font-variant-numeric: tabular-nums }
.lesson-name { display: flex; align-items: baseline; min-width: 0 }
.tick { color: var(--ok); font-size: var(--t-meta); margin-right: .8rem; width: 1.4em; flex: none }
.lesson-num { width: 1.4em; flex: none }
.module li a[aria-current="page"] { background: var(--hover); box-shadow: inset 3px 0 0 var(--accent); font-weight: 500 }

.exit-bar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); height: var(--bar); padding-inline: var(--s-4); background: var(--paper); border-bottom: 1px solid var(--line) }
.exit-title { font-weight: 600; font-size: var(--t-small); overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.btn-quiet { background: var(--raised); border: 1px solid var(--line); color: var(--ink); padding: .5rem 1rem; font-size: var(--t-meta) }
.btn-quiet:hover { border-color: var(--line-strong) }

.learn { display: grid; grid-template-columns: 19rem minmax(0, 1fr); align-items: start }
.learn-toc { position: sticky; top: var(--bar); height: calc(100svh - var(--bar)); overflow-y: auto; border-right: 1px solid var(--line); background: var(--raised); padding: var(--s-4) 0 var(--s-6) }
.learn-pane { min-width: 0 }
.learn-main { max-width: 60rem; margin-inline: auto; padding: var(--s-6) var(--pad) var(--s-6) }
.learn-video .learn-main { max-width: min(100%, max(60rem, calc((100svh - 18rem) * 16 / 9))) }
.learn-video .post { max-width: 74ch }
.learn:not(.learn-video) .learn-main { max-width: min(100%, calc(118ch + 2 * var(--pad))) }
.learn:not(.learn-video) .post { max-width: 100% }
.learn:not(.learn-video) .post > p,
.learn:not(.learn-video) .post > ul,
.learn:not(.learn-video) .post > ol,
.learn:not(.learn-video) .post > blockquote,
.learn:not(.learn-video) .post > h2,
.learn:not(.learn-video) .post > h3,
.learn:not(.learn-video) .post > h4 { max-width: 88ch }
.learn-main .lesson-title { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: var(--s-5) }

.toc-head { padding: 0 1rem var(--s-4); border-bottom: 1px solid var(--line) }
.toc-course { display: block; font-weight: 600; font-size: var(--t-small); overflow-wrap: anywhere }
.toc-course:hover { color: var(--accent) }
.toc-count { display: block; font-size: var(--t-micro); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-dim); margin-top: var(--s-2) }
.toc-head .progress-bar { margin-top: var(--s-2) }

.curriculum-rail { gap: 0; margin-top: 0 }
.curriculum-rail .module { background: none; border: 0; border-radius: 0 }
.curriculum-rail .module-summary { padding: var(--s-4) 1rem var(--s-2); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-dim); min-height: 0 }
.curriculum-rail .module[open] .module-summary { border-bottom: 0 }
.curriculum-rail .module-summary:hover { background: none; color: var(--muted) }
.curriculum-rail .module-count { display: none }
.curriculum-rail .module-title { flex: 1 }
.curriculum-rail .module li { border-bottom: 0 }
.curriculum-rail .module li a, .curriculum-rail .module li .locked { padding: .55rem 1rem; font-size: var(--t-meta); gap: var(--s-2) }
.curriculum-rail .lesson-name { flex: 1; min-width: 0; align-items: center; gap: .55rem }
.curriculum-rail .pill { display: none }
.curriculum-rail .lesson-meta { gap: .45rem }
.curriculum-rail .module li a[aria-current="page"] { background: var(--hover); box-shadow: inset 3px 0 0 var(--accent); font-weight: 600 }

.rail-time { font-size: var(--t-micro); color: var(--muted-dim); white-space: nowrap; flex: none; font-variant-numeric: tabular-nums }
.status { width: 1rem; height: 1rem; flex: none; border-radius: 50%; border: 1.5px solid var(--line-strong); display: inline-flex; align-items: center; justify-content: center }
.status svg { width: .7rem; height: .7rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round }
.status-done { background: var(--ok); border-color: var(--ok); color: var(--paper) }
.status-current { border-color: var(--accent); border-style: dashed }

.callout { border: 0; border-left: 3px solid var(--muted-dim); background: var(--hover); border-radius: 0 var(--r-control) var(--r-control) 0; padding: 1.1rem 1.3rem; margin-block: var(--s-5) }
.callout > :last-child { margin-bottom: 0 }
.callout-label { font-size: var(--t-micro); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--muted-dim); margin-bottom: var(--s-2) }
.callout-warning { border-left-color: var(--danger) }
.callout-warning .callout-label { color: var(--danger) }
.callout-tip { border-left-color: var(--ok) }
.callout-tip .callout-label { color: var(--ok) }
.callout-note { border-left-color: var(--accent) }
.callout-note .callout-label { color: var(--accent) }

.figure { margin-block: var(--s-5) }
.figure img { display: block; width: 100%; border: 1px solid var(--line); border-radius: var(--r-container) }
.figure figcaption { margin-top: var(--s-2); font-size: var(--t-meta); color: var(--muted-dim) }

.artifact {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  margin-block: var(--s-5); padding: .95rem 1.25rem; min-height: var(--tap);
  background: var(--raised); border: 0; border-radius: var(--r-control);
  box-shadow: var(--ring), var(--e-1);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.artifact:hover { box-shadow: var(--ring), var(--e-2); transform: translateY(-1px) }
.artifact:active { transform: none; transition-duration: var(--dur-fast) }
.artifact-name { font-family: "IBM Plex Mono"; font-size: var(--t-small); overflow-wrap: anywhere }
.artifact-hint { font-size: var(--t-micro); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); flex: none }
.asset-missing { font-size: var(--t-small); color: var(--muted-dim); font-style: italic }

.embed { position: relative; aspect-ratio: 16 / 9; background: #000; border: 1px solid var(--panel-line); border-radius: var(--r-container); overflow: hidden; margin-block: var(--s-5) }
.embed iframe { width: 100%; height: 100%; border: 0; display: block }

.placeholder-flat { background: var(--raised); border: 1px solid var(--line); border-radius: var(--r-container); height: auto; padding: 3rem 2rem }
.lesson-bar { display: flex; justify-content: space-between; align-items: center; gap: var(--s-4); flex-wrap: wrap; margin-top: var(--s-6) }

.lesson-state { font-size: var(--t-small); color: var(--muted); display: flex; align-items: center; gap: var(--s-3); flex-wrap: wrap }

.lesson-steps { display: flex; gap: var(--s-3); align-items: stretch; flex-wrap: wrap }
.lesson-step {
  display: flex; flex-direction: column; justify-content: center; gap: var(--s-1);
  padding: .85rem 1.15rem; min-height: var(--tap); border: 0;
  border-radius: var(--r-control); background: var(--raised);
  box-shadow: var(--ring), var(--e-1);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease), background var(--dur) var(--ease);
}
.lesson-step:hover { box-shadow: var(--ring), var(--e-2); transform: translateY(-1px) }
.lesson-step:active { transform: scale(.985); transition-duration: var(--dur-fast) }
.lesson-step-title { font-size: var(--t-small); font-weight: 500; overflow-wrap: anywhere }
.lesson-step-next {
  order: 2; margin-left: auto; max-width: 26rem; text-align: left;
  background: var(--accent); box-shadow: var(--e-2);
  color: var(--accent-ink); padding: .9rem 1.5rem;
}
.lesson-step-next .eyebrow, .lesson-step-next .lesson-step-title, .lesson-step-next .lesson-step-meta { color: var(--accent-ink) }
.lesson-step-next .lesson-step-title { font-size: var(--t-body) }
.lesson-step-next:hover { background: var(--accent-deep); box-shadow: var(--e-3) }
.lesson-step-meta { font-size: var(--t-meta); opacity: .78 }
.lesson-step-form { order: 2; margin-left: auto; max-width: 26rem }
.lesson-step-form .lesson-step { width: 100%; margin-left: 0; font: inherit; text-align: left; cursor: pointer }

@media (max-width: 560px) {
  .lesson-bar { flex-direction: column-reverse; align-items: stretch }
  .lesson-steps { flex-direction: column }
  .lesson-step-next { order: -1; max-width: none; margin-left: 0 }
  .lesson-step-form { order: -1; max-width: none; margin-left: 0 }
}

.resume { display: flex; flex-direction: column; gap: var(--s-1) }
.resume-count { font-size: var(--t-meta); color: var(--muted-dim); font-variant-numeric: tabular-nums }
.resume-next { font-size: var(--t-small); color: var(--muted) }

.player { background: #000; border: 1px solid var(--panel-line); border-radius: var(--r-container); overflow: hidden; aspect-ratio: 16 / 9 }
.player iframe { width: 100%; height: 100%; border: 0; display: block }
.player-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--muted-dim); font-size: var(--t-small); text-align: center; padding: 2rem }

.notice { border: 1px solid var(--line); border-left: 3px solid var(--accent); background: var(--raised); border-radius: var(--r-container); padding: 1.1rem 1.3rem; margin-block: var(--s-5) }
.notice p { color: var(--muted); font-size: var(--t-small) }
.notice p + p { margin-top: var(--s-2) }

.empty { border: 1px dashed var(--line-strong); border-radius: var(--r-container); padding: clamp(1.4rem, 3vw, 1.9rem); color: var(--muted); max-width: 44rem }
.empty h2 { font-size: var(--t-heading); color: var(--ink); margin-bottom: var(--s-2) }
.empty p { max-width: 52ch }
.empty p + p { margin-top: var(--s-3) }
.empty .btn { margin-top: var(--s-4) }

.form { max-width: 26rem; display: flex; flex-direction: column; gap: var(--s-4) }
.field { display: flex; flex-direction: column; gap: .35rem }
.field label { font-size: var(--t-small); color: var(--muted) }
.field input, .field textarea, .field select {
  font: inherit; font-size: var(--t-small); padding: .7rem .9rem; min-height: var(--tap);
  border: 0; border-radius: var(--r-control); background: var(--raised); color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}
.field input:hover, .field textarea:hover, .field select:hover { box-shadow: inset 0 0 0 1px var(--line-strong) }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible {
  outline: 0; background: var(--raised);
  box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px color-mix(in oklab, var(--accent) 18%, transparent);
}
.form-error { color: var(--danger); font-size: var(--t-small) }
.form-ok { color: var(--ok); font-size: var(--t-small) }
.hint { font-size: var(--t-meta); color: var(--muted-dim) }
.ladder-plain { display: flex; flex-direction: column; gap: var(--s-3) }
.ladder-plain .pair { display: flex; gap: var(--s-4); align-items: baseline; flex-wrap: wrap }
.ladder-plain .label { min-width: 7rem; margin: 0 }
.form-note { font-size: var(--t-small); color: var(--muted-dim) }
.form-foot { font-size: var(--t-small); color: var(--muted) }

.provider-row { display: flex; flex-direction: column; gap: var(--s-3) }
.provider-row form { display: flex }
.provider-btn { width: 100% }
.provider-or { display: flex; align-items: center; gap: var(--s-3); color: var(--muted-dim); font-size: var(--t-meta) }
.provider-or::before, .provider-or::after { content: ""; flex: 1; height: 1px; background: var(--line) }

.field-reveal { position: relative; display: flex }
.field-reveal input { flex: 1; padding-right: 4.4rem }
.field-reveal button {
  position: absolute; right: .35rem; top: 50%; transform: translateY(-50%);
  background: none; border: 0; font: inherit; font-size: var(--t-meta); color: var(--muted);
  cursor: pointer; padding: .35rem .55rem; border-radius: var(--r-control);
}
.field-reveal button:hover { color: var(--ink) }
.field-reveal button:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px }

.post { max-width: 68ch; font-size: var(--t-body) }
.post h2 { font-size: var(--t-subhead); margin: 2.4rem 0 .9rem }
.post h3 { font-size: var(--t-heading); margin: 1.8rem 0 var(--s-3) }
.post p { margin-bottom: 1.1rem }
.post ul, .post ol { margin: 0 0 1.2rem 1.2rem }
.post li { margin-bottom: .4rem }
.post a { color: var(--accent); font-weight: 500 }
.post a:hover { text-decoration: underline; text-underline-offset: 3px }
.post code { font-family: "IBM Plex Mono"; font-size: .88em; background: var(--code-bg); padding: .1rem .3rem; border-radius: 3px }
.post pre { background: var(--panel); color: var(--panel-ink); padding: 1.1rem 1.3rem; border-radius: var(--r-container); overflow-x: auto; margin-bottom: 1.3rem }
.post pre code { background: none; padding: 0; color: inherit }

.wrap-reading .post .code { margin-inline: -2.5rem }
.code { position: relative; margin-bottom: 1.3rem }
.code pre { margin-bottom: 0 }
.code[data-language] pre { padding-top: 2.2rem }
.code[data-language]::before {
  content: attr(data-language); position: absolute; top: .6rem; left: 1.3rem; z-index: 1;
  font-family: "IBM Plex Mono"; font-size: var(--t-micro); letter-spacing: .08em;
  text-transform: uppercase; color: var(--code-comment); pointer-events: none;
}
.chroma .c, .chroma .ch, .chroma .cm, .chroma .c1, .chroma .cs,
.chroma .cp, .chroma .cpf { color: var(--code-comment); font-style: italic }
.chroma .k, .chroma .kc, .chroma .kd, .chroma .kn, .chroma .kp,
.chroma .kr, .chroma .kt, .chroma .ow { color: var(--code-keyword) }
.chroma .s, .chroma .sa, .chroma .sb, .chroma .sc, .chroma .dl, .chroma .sd,
.chroma .s2, .chroma .se, .chroma .sh, .chroma .si, .chroma .sx, .chroma .sr,
.chroma .s1, .chroma .ss { color: var(--code-string) }
.chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi,
.chroma .il, .chroma .mo { color: var(--code-number) }
.chroma .nf, .chroma .nd, .chroma .nc { color: var(--code-func) }
.chroma .na, .chroma .nb, .chroma .no, .chroma .nv, .chroma .nt { color: var(--code-name) }
.chroma .gi { color: var(--code-added) }
.chroma .gd { color: var(--code-removed) }
.chroma .ge { font-style: italic }
.chroma .gs { font-weight: 600 }
.chroma .err { color: var(--code-removed) }
.chroma .lnt, .chroma .ln { color: var(--code-comment); user-select: none }
.post blockquote { border-left: 3px solid var(--line); padding-left: 1.1rem; color: var(--muted); margin-bottom: 1.2rem }
.post table { display: block; overflow-x: auto; max-width: 100%; border-collapse: collapse; margin-bottom: 1.3rem; font-size: var(--t-small) }
.post th, .post td { text-align: left; padding: .5rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top }
.post th { font-weight: 600; white-space: nowrap }
.post tbody tr:last-child td { border-bottom: 0 }
.post strong { font-weight: 600 }

.toc-toggle { display: none }
.toc-scrim { display: none }

@media (max-width: 960px) {
  .learn { grid-template-columns: 1fr }
  .learn-main { padding-top: var(--s-5) }

  .toc-toggle {
    position: fixed; z-index: 32; left: var(--s-4); bottom: calc(var(--s-4) + env(safe-area-inset-bottom));
    display: inline-flex; align-items: center; gap: .55rem;
    min-height: var(--tap); padding: .6rem 1.15rem;
    font: inherit; font-size: var(--t-small); font-weight: 550; color: var(--ink);
    background: var(--nav-bg); backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border: 0; border-radius: var(--r-pill); cursor: pointer;
    box-shadow: var(--ring-strong), var(--e-3);
    transition: transform var(--dur-fast) var(--ease-out), opacity var(--dur) var(--ease);
  }
  .toc-toggle:active { transform: scale(.95) }
  .toc-toggle-bars { display: grid; gap: 3px; width: .85rem }
  .toc-toggle-bars span { display: block; height: 1.8px; border-radius: 1px; background: currentColor }
  .toc-toggle-bars span:nth-child(2) { width: 70% }

  .toc-scrim {
    display: block; position: fixed; inset: 0; z-index: 33;
    background: var(--scrim); opacity: 0;
    transition: opacity var(--dur) var(--ease);
  }
  .toc-scrim.open { opacity: 1 }
  .toc-scrim[hidden] { display: none }

  .learn-toc {
    position: fixed; z-index: 34; inset: 0 auto 0 0;
    width: min(21rem, 86vw); height: 100svh;
    border-right: 0; border-radius: 0 var(--r-sheet) var(--r-sheet) 0;
    padding-top: var(--s-5); overflow-y: auto; overscroll-behavior: contain;
    box-shadow: var(--e-4);
    transform: translateX(-100%);
    transition: transform var(--dur) var(--ease);
  }
  .learn-toc.open { transform: none }
  .toc-open { overflow: hidden }
}

@media (max-width: 840px) {
  .hero-grid, .feature, .split, .price-grid { grid-template-columns: 1fr }
  .nav-links { display: none }
  .nav-toggle { display: block }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 66px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: var(--s-4) var(--pad); gap: var(--s-4) }
  .nav-links.open a { min-height: var(--tap); display: flex; align-items: center }
}

@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr }
  .hero-actions { flex-direction: column; align-items: stretch; gap: var(--s-3) }
  .hero-actions .btn, .form .btn { width: 100% }
  .form { max-width: none }
  .foot-inner, .foot-links { flex-direction: column; gap: var(--s-5) }
  .rung { flex-direction: column; align-items: flex-start; gap: var(--s-1) }
  .rung .desc { text-align: left }
  .price { padding: 1.35rem }
  .card { padding: 1.25rem }
  .module li a, .module li .locked { padding: .85rem var(--s-4) }
  .post { font-size: var(--t-body) }
  .wrap-reading .post .code { margin-inline: 0 }
  .ladder-plain .pair { flex-direction: column; gap: var(--s-1) }
  .ladder-plain .label { min-width: 0 }
}

@view-transition { navigation: auto }

@keyframes rise {
  from { opacity: 0; transform: translateY(10px) }
  to { opacity: 1; transform: none }
}

.anim body:not(.console) > main > * { animation: rise var(--dur-slow) var(--ease-out) backwards }
.anim body:not(.console) > main > *:nth-child(2) { animation-delay: 55ms }
.anim body:not(.console) > main > *:nth-child(3) { animation-delay: 100ms }
.anim body:not(.console) > main > *:nth-child(n + 4) { animation-delay: 135ms }

.anim .grid > .card { animation: rise var(--dur-slow) var(--ease-out) backwards }
.anim .grid > .card:nth-child(2) { animation-delay: 50ms }
.anim .grid > .card:nth-child(3) { animation-delay: 100ms }
.anim .grid > .card:nth-child(4) { animation-delay: 150ms }
.anim .grid > .card:nth-child(5) { animation-delay: 200ms }
.anim .grid > .card:nth-child(n + 6) { animation-delay: 240ms }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important }
  @view-transition { navigation: none }
}

.player { position: relative }
.watermark {
  position: absolute; top: .7rem; right: .9rem; z-index: 2; pointer-events: none;
  font-family: "IBM Plex Mono"; font-size: 10px; color: rgba(255, 255, 255, .18);
  letter-spacing: .02em; transition: color .2s ease;
}
.player:hover .watermark { color: rgba(255, 255, 255, .4) }
@media (prefers-reduced-motion: reduce) { .watermark { transition: none } }
.progress-bar { height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; margin-top: .8rem }
.progress-bar span { display: block; height: 100%; background: var(--accent) }
.module li .done { color: var(--ok); font-size: var(--t-meta); font-weight: 550 }
