:root {
  --bg: #0b0a09;
  --fg: #f3efe8;
  --muted: #9c958b;
  --line: #2c2924;
  --panel: #12110f;
  --ok: #8fbf9a;
  --stop: #d08a6e;
  --max: 1080px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: dark; }
html, body {
  background: var(--bg);
  color: var(--fg);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  min-height: 100%;
  line-height: 1.45;
}
::selection { background: var(--fg); color: var(--bg); }
a { color: var(--fg); text-decoration: none; }
p a, .tiny a, .lede a, .foot a, .author-bio a {
  border-bottom: 1px solid var(--line);
}
p a:hover, .tiny a:hover, .lede a:hover { border-bottom-color: var(--fg); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px solid var(--fg);
  outline-offset: 3px;
}
p, .lede, .tiny, .author-bio, .card p, .prose, label, .inbox-body {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 32px;
  flex-wrap: wrap;
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px 24px 18px;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: var(--fg);
  text-transform: uppercase;
}
.brand:hover { color: var(--fg); }
.brand .mark-stack {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
}
.brand .mark-stack span:last-child { color: var(--muted); font-weight: 700; }
nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 26px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
nav a {
  color: var(--muted);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
nav a:hover { color: var(--fg); border-bottom-color: var(--fg); }
nav .who {
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-right: 2px;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 72px 0; border-top: 1px solid var(--line); }
.hero {
  padding: 88px 0 96px;
  border-top: 0;
}
.home-hero { padding: 56px 0 64px; }

.kicker {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}
h1 {
  font-size: clamp(36px, 6.4vw, 68px);
  line-height: 0.94;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h2 {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: var(--muted);
  font-weight: 700;
}
h3 {
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
}
.lede {
  max-width: 520px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.tiny { font-size: 14px; color: var(--muted); line-height: 1.55; }

.chips { display: flex; gap: 18px; flex-wrap: wrap; margin: 28px 0 8px; }
.chip {
  border: 0;
  color: var(--muted);
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: transparent;
}
.soon-chip {
  display: inline-block;
  margin-top: 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  letter-spacing: 0.14em;
  font-size: 11px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.soon-chip.gate { color: var(--fg); border-color: var(--fg); }

.row { display: flex; gap: 10px 12px; flex-wrap: wrap; margin-top: 36px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--fg);
  color: var(--bg);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--fg);
  border-radius: 0;
  padding: 13px 18px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: inherit;
}
.btn:hover { background: transparent; color: var(--fg); }
.btn.teal,
.btn.navy,
.btn.ghost {
  background: transparent;
  color: var(--fg);
  border-color: var(--line);
}
.btn.teal:hover,
.btn.navy:hover,
.btn.ghost:hover {
  border-color: var(--fg);
  color: var(--fg);
  background: transparent;
}

.grade-tag {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.grade-pic {
  font-size: 22px !important;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: 0.08em;
}
.grade-pick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 4px 0 0;
}
.grade-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 120px;
  background: transparent;
  color: var(--fg);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 0;
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 34px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 20px 18px 18px;
}
.grade-btn small {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.grade-btn:hover, .grade-btn.on {
  border-color: var(--fg);
  color: var(--fg);
}
@media (max-width: 640px) {
  .grade-pick { grid-template-columns: 1fr; }
  nav { gap: 8px 14px; }
}

.year-pick { margin: 0 0 28px; }
.year-grade { margin: 0 0 20px; }
.year-wrap { overflow-x: auto; margin: 8px 0 28px; }
.year-tbl {
  width: 100%;
  min-width: 820px;
  table-layout: fixed;
}
.year-tbl th,
.year-tbl td {
  vertical-align: top;
  padding: 18px 16px 18px 0;
  line-height: 1.45;
}
.year-tbl th:last-child,
.year-tbl td:last-child { padding-right: 0; }
.year-tbl th:nth-child(1),
.year-tbl .yr-w { width: 48px; color: var(--muted); font-variant-numeric: tabular-nums; }
.year-tbl th:nth-child(2),
.year-tbl .yr-d { width: 72px; color: var(--muted); font-variant-numeric: tabular-nums; }
.year-tbl th:nth-child(4),
.year-tbl .yr-packet { width: 28%; }
.year-tbl th:nth-child(5),
.year-tbl .yr-links { width: 132px; white-space: nowrap; }
.year-tbl .yr-teach strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: none;
}
.year-tbl .yr-packet a {
  display: inline-block;
  line-height: 1.4;
  border-bottom: 1px solid var(--line);
}
.year-tbl .yr-links a {
  margin-right: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid var(--line);
}
.year-tbl .yr-links a:last-child { margin-right: 0; }
.yr-chip {
  display: inline-block;
  margin: 0 0 2px;
  vertical-align: middle;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  padding: 3px 8px;
  font-size: 10px;
  letter-spacing: 0.16em;
}
.yr-chip.now { border-color: var(--fg); color: var(--fg); }
.yr-chip.review { color: var(--fg); }
.yr-chip.soon { opacity: 0.55; }
.yr-soon { opacity: 0.85; }
.price-line {
  margin: 16px 0 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}
.tpt-was { color: var(--muted); text-decoration: line-through; font-size: 12px; letter-spacing: 0.08em; }
.site-now { color: var(--fg); font-size: 15px; letter-spacing: 0.1em; }
.bundle-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.card.bundle { border-color: color-mix(in srgb, var(--fg) 28%, var(--line)); }
.include-list {
  list-style: none;
  margin: 20px 0 8px;
  padding: 0;
}
.include-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.include-list li a { border-bottom: 1px solid var(--line); }
.include-list li .tiny { margin-left: 0; }
.file-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 16px;
  padding: 14px 0;
}
.file-row .btn { border-bottom: 0; }
.file-actions { margin-top: 0; }
.file-actions .btn { padding: 10px 14px; }
.thanks-panel { max-width: none; }
.pdf-frame {
  display: block;
  width: 100%;
  min-height: 78vh;
  margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}
@media print {
  .top, footer, .no-print { display: none !important; }
  .pdf-frame { border: 0; min-height: 100vh; margin: 0; }
  .print-page .wrap { padding: 0; max-width: none; }
}
.year-buy { margin: 8px 0 28px; }
.year-buy h3 { margin-bottom: 10px; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.home-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.card {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 22px 20px 24px;
  text-decoration: none;
  color: inherit;
  display: block;
  box-shadow: none;
}
.card:hover { border-color: var(--fg); }
.card h3 { margin: 0 0 10px; font-size: 15px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.card.soon {
  opacity: 0.55;
  cursor: default;
  border-style: solid;
}
.card.soon:hover { border-color: var(--line); }
.hub-section { margin-top: 56px; }
.hub-section h2 { margin-bottom: 8px; }
.hub-section .tiny { margin: 0 0 18px; }
.pic {
  height: auto;
  border: 0;
  background: transparent;
  display: block;
  font-size: 20px;
  color: var(--muted);
  margin: 0 0 16px;
  letter-spacing: 0;
  line-height: 1;
}
.home-card .pic { height: auto; font-size: 20px; }
.home-card h3 { font-size: 16px; }

.foot {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 56px 24px 48px;
  font-size: 13px;
  text-align: left;
  max-width: var(--max);
  margin: 0 auto;
}
.foot .llc {
  color: var(--fg);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 36px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.foot .foot-note { color: var(--muted); margin: 40px 0 0; letter-spacing: 0.04em; max-width: 640px; }
.authors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 64px;
  max-width: none;
}
.author { margin: 0; }
.author-name {
  margin: 0 0 12px;
  color: var(--fg);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.author-title {
  margin: 0;
  color: var(--fg);
  font-weight: 700;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.author-sub {
  margin: 4px 0 10px;
  color: var(--muted);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
.author-bio {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.landing-authors { max-width: none; gap: 12px; }
.landing-authors .author {
  background: transparent;
  border: 1px solid var(--line);
  padding: 28px 26px 32px;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
}
.landing-authors .author-name { color: var(--fg); font-size: 20px; }
.landing-authors .author-title { color: var(--fg); }
.landing-authors .author-sub { color: var(--muted); }
.landing-authors .kicker { margin-bottom: 10px; }
@media (max-width: 700px) {
  .authors { grid-template-columns: 1fr; }
}

.panel {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 28px 26px 32px;
  box-shadow: none;
  max-width: 640px;
}
.game-stage {
  min-height: 320px;
  background: var(--bg);
  border: 1px dashed var(--line);
  border-radius: 0;
  padding: 16px;
  margin: 12px 0 16px;
}
.bins { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bin {
  min-height: 180px;
  border-radius: 0;
  padding: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.bin.ok { border-color: var(--ok); background: transparent; }
.bin.stop { border-color: var(--stop); background: transparent; }
.bin h4 { margin: 0 0 8px; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; }
.tokens { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.token {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 10px 12px;
  cursor: grab;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  user-select: none;
  color: var(--fg);
}
.token .emoji { font-size: 28px; display: block; }
.token.used { opacity: 0.35; pointer-events: none; }
.token.picked { border-color: var(--fg); background: var(--panel); }
.drop-item {
  background: var(--panel);
  border-radius: 0;
  padding: 8px;
  margin: 6px 0;
  font-weight: 700;
  font-size: 14px;
}
.steps { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.slot {
  width: 120px;
  min-height: 130px;
  border: 1px dashed var(--line);
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.slot.filled { border-style: solid; border-color: var(--fg); }
.score { font-weight: 700; font-size: 16px; color: var(--fg); letter-spacing: 0.08em; }
.feedback { min-height: 28px; font-weight: 700; }

.video-frame {
  background: #000;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  color: var(--fg);
}
.video-screen {
  min-height: 320px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  gap: 0;
}
.watch-art {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #000;
}
.watch-caption {
  padding: 16px 18px 18px;
  background: var(--bg);
  text-align: left;
  border-top: 1px solid var(--line);
}
.watch-caption h2 { margin: 0 0 6px; font-size: 16px; color: var(--fg); }
.watch-caption p { margin: 0; color: var(--muted); font-size: 15px; }
.video-screen-fallback {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.video-screen .big { font-size: 64px; }
.video-bar {
  background: var(--bg);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
}
.voice-wrap {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.voice-wrap select {
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 6px 8px;
  font: inherit;
  max-width: 180px;
}
.track { flex: 1; height: 2px; background: var(--line); border-radius: 0; overflow: hidden; }
.track > i { display: block; height: 100%; width: 0; background: var(--fg); }

.inbox {
  background: var(--panel);
  color: var(--fg);
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  margin: 12px 0 16px;
  text-align: left;
}
.inbox-bar {
  background: var(--bg);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
}
.channel {
  border: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  border-radius: 0;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.inbox-meta { font-size: 13px; color: var(--muted); }
.inbox-msg { padding: 20px 22px 24px; min-height: 200px; }
.inbox-who { font-weight: 700; margin-bottom: 6px; }
.inbox-subj { font-size: 18px; font-weight: 800; margin-bottom: 12px; color: var(--fg); letter-spacing: 0.04em; }
.inbox-body { margin: 0; line-height: 1.7; font-size: 16px; color: var(--muted); }
.flag-bit {
  display: inline;
  background: var(--line);
  color: var(--fg);
  border: 0;
  border-radius: 0;
  padding: 1px 5px;
  margin: 0 1px 3px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.7;
}
.flag-bit.quiet { background: transparent; font-weight: 600; padding: 1px 0; }
.flag-bit:hover { background: #3a372f; }
.flag-bit.quiet:hover { background: var(--line); }
.flag-bit.found { background: var(--stop); color: var(--bg); }
.flag-bit.wrong { background: #3d4a5c; text-decoration: line-through; }
.flag-bit.missed { outline: 1px dashed var(--muted); outline-offset: 2px; }
.inbox.text, .inbox.chat, .inbox.voice { background: var(--panel); }
.inbox.text .inbox-bar, .inbox.chat .inbox-bar { background: var(--bg); }
.inbox.text .flag-bit, .inbox.chat .flag-bit { background: var(--line); }
.inbox.flyer {
  background: var(--fg);
  color: var(--bg);
  border: 1px solid var(--fg);
}
.inbox.flyer .inbox-bar { background: var(--bg); color: var(--fg); }
.inbox.flyer .inbox-subj,
.inbox.flyer .inbox-body { color: var(--bg); }
.inbox.flyer .flag-bit { background: #e4ddd2; color: var(--bg); }
.inbox.flyer .flag-bit.found { background: var(--stop); color: var(--bg); }
.inbox.done { text-align: center; }
.inbox.done h2 { color: var(--fg); }
#verdict, #navrow { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }

form label {
  display: block;
  font-weight: 700;
  margin: 16px 0 6px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
form input, form select, form textarea {
  width: 100%;
  max-width: 420px;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--fg);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
form button { margin-top: 16px; }
.agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  max-width: 420px;
  margin-top: 16px;
  color: var(--muted);
}
.agree input { width: auto; max-width: none; margin-top: 4px; }
.bad { color: var(--stop); font-weight: 700; }
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl th {
  text-align: left;
  background: transparent;
  color: var(--muted);
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.tbl td { border-bottom: 1px solid var(--line); padding: 10px 8px; color: var(--fg); }
code { font-size: 15px; }

@media (max-width: 640px) {
  .bins { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 56px; }
  h1 { font-size: clamp(30px, 10vw, 44px); }
  section { padding: 48px 0; }
  .top { padding: 16px 20px; }
}
