@font-face {
  font-family: DM;
  src: url(/assets/astra-75e7ea84de71e76d/assets/dm-sans.woff2) format('woff2');
  font-weight: 100 1000;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #f6f5f0;
  color: #212521;
  font-family: DM, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
a {
  color: inherit;
}
header {
  height: 88px;
  padding: 0 4.5vw;
  border-bottom: 1px solid #d8dad1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
header > a {
  text-decoration: none;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -1px;
}
.brand img {
  width: 35px;
}
.brand span {
  font: 11px monospace;
  letter-spacing: 1px;
  margin-left: 26px;
}
.draft {
  font: 11px monospace;
  letter-spacing: 1px;
  color: #697168;
}
main {
  max-width: 1600px;
  margin: auto;
}
.hero {
  padding: 48px 7vw 0;
}
.eyebrow {
  display: flex;
  justify-content: space-between;
  font: 12px monospace;
  letter-spacing: 1.4px;
}
h1 {
  font-size: clamp(65px, 9.7vw, 152px);
  letter-spacing: -0.075em;
  line-height: 0.98;
  font-weight: 650;
  margin: 48px 0 35px;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.075em;
}
h1:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: #b7ce60;
  border-radius: 50%;
  position: absolute;
  right: 7vw;
  top: 206px;
  box-shadow: 0 0 0 10px #b7ce6020;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.hero-bottom p {
  font-size: 20px;
  line-height: 1.5;
}
.hero-bottom b {
  font-weight: 500;
  color: #717668;
}
.round-link {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #d5e791;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 28px;
}
.hero-film {
  margin: 0;
  background: #192c24;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.hero-film video {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}
.hero-film figcaption {
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  color: #f1f4e7;
  font: 11px monospace;
  letter-spacing: 0.4px;
}
.chapter {
  max-width: 780px;
  margin: 130px auto;
  padding: 0 24px;
}
.chapter-label {
  font: 12px monospace;
  letter-spacing: 1.4px;
  color: #748064;
  margin-bottom: 30px;
}
h2 {
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 550;
  margin: 0 0 36px;
}
blockquote {
  font:
    italic 28px/1.4 Georgia,
    serif;
  margin: 50px 0;
  padding: 0 0 0 26px;
  border-left: 3px solid #b7ce60;
}
cite {
  display: block;
  font:
    12px DM,
    Arial,
    sans-serif;
  font-style: normal;
  margin-top: 20px;
  color: #788075;
}
footer {
  border-top: 1px solid #d8dad1;
  padding: 32px 7vw;
  font-size: 13px;
  color: #70776a;
}
@media (max-width: 700px) {
  header {
    height: 68px;
  }
  .brand span,
  .draft {
    display: none;
  }
  .hero {
    padding: 32px 6vw 0;
  }
  .eyebrow {
    font-size: 10px;
  }
  h1 {
    font-size: 64px;
    margin: 40px 0 24px;
  }
  .hero-bottom p {
    font-size: 16px;
  }
  .hero-film video {
    height: 410px;
  }
  .hero-film figcaption {
    gap: 14px;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  .chapter {
    margin: 80px auto;
  }
  h2 {
    font-size: 45px;
  }
  blockquote {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.6;
}
button,
a,
input,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #7277b1;
  outline-offset: 5px;
}
button {
  border: 1px solid #d0d6c5;
  background: transparent;
  border-radius: 25px;
  padding: 8px 15px;
  font-size: 14px;
  color: inherit;
}
button:hover {
  background: #dce3cd;
}
.source-link {
  display: inline;
  padding: 1px 3px;
  border: 0;
  border-radius: 0;
  font-family: monospace;
  font-size: 12px;
  color: #63734a;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}
.source-link:hover {
  background: #d5e791;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
}
.header-actions button {
  font-size: 12px;
}
.header-actions a {
  text-decoration: none;
}
.skip {
  position: fixed;
  top: -100px;
  background: #d5e791;
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.mono {
  font: 12px/1.5 monospace;
  letter-spacing: 1px;
}
.tiny-note {
  font-size: 14px !important;
  color: #b3beac;
}
.hero-film {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #21392e;
}
.hero-film video {
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.film-notes {
  padding: 38px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #e9eedc;
}
.film-notes > .mono {
  color: #b4caa0;
  font-size: 11px;
}
.film-title {
  font-size: clamp(35px, 4.2vw, 65px);
  line-height: 1.02;
  letter-spacing: -3px;
  font-weight: 500;
}
.film-title em {
  font-family: Georgia, serif;
  color: #d5e791;
}
.film-index {
  font-size: 14px;
  line-height: 2.1;
  color: #d7dfca;
}
.film-index span {
  font: 11px monospace;
  color: #a7bb83;
  margin-right: 14px;
}
.film-notes p {
  font-size: 12px;
  line-height: 1.5;
  color: #b7c5aa;
  margin: 0;
}
.hero-film figcaption {
  grid-column: 1/-1;
  border-top: 1px solid #82977240;
}
.hero-film .source-link {
  color: #d5e791;
}
.opening {
  max-width: 690px;
  margin: 62px auto 80px;
  font-size: 20px;
}
.day-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #f6f5f0f5;
  backdrop-filter: blur(10px);
  border-top: 1px solid #d7dacc;
  border-bottom: 1px solid #d7dacc;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 7vw;
}
.day-nav a {
  padding: 17px 0 13px;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  white-space: nowrap;
}
.day-nav a span {
  font: 11px monospace;
  margin-right: 5px;
  color: #778266;
}
.day-nav a small {
  display: block;
  font-size: 12px;
  color: #778266;
}
.day-nav a.active {
  border-color: #93ab49;
  background: #d5e79120;
}
.chapter {
  scroll-margin-top: 120px;
}
.chapter p {
  max-width: 680px;
}
.short {
  margin: 65px auto;
}
.wide {
  margin-left: 7vw;
  margin-right: 7vw;
}
.wide > figcaption,
figure > figcaption {
  font-size: 12px;
  color: #75806d;
  line-height: 1.6;
  margin-top: 12px;
}
.compare-figure {
  margin-top: 0;
}
.comparison {
  aspect-ratio: 1.7;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #1b332c;
}
.comparison img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compare-before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
  background: #4a7d5b;
}
.compare-before img {
  object-fit: contain;
}
.compare-label {
  position: absolute;
  top: 22px;
  background: #15291de8;
  color: #e6eadc;
  font: 11px monospace;
  letter-spacing: 1px;
  padding: 8px 12px;
  border-radius: 3px;
  max-width: 42%;
}
.before-label {
  left: 20px;
}
.after-label {
  right: 20px;
}
.compare-line {
  position: absolute;
  left: 50%;
  inset-block: 0;
  width: 2px;
  background: #f2f0df;
  pointer-events: none;
}
.compare-line span {
  position: absolute;
  top: 50%;
  left: -21px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f2f0df;
  color: #354a34;
  font-size: 25px;
}
.compare-control {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #d7dacc;
  font-size: 13px;
}
.compare-control label {
  font-weight: 650;
}
.compare-control input {
  flex: 1;
  accent-color: #6b814b;
  min-width: 90px;
}
.compare-control span {
  color: #748064;
  font: 12px monospace;
}
.chat-strip {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-top: 1px solid #d7dacc;
  padding-top: 25px;
  margin-top: 35px;
  font-size: 22px;
}
.chat-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #dacff0;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 14px;
}
.chat-strip small {
  display: block;
  font: 12px/1.6 monospace;
  color: #748064;
  margin-top: 13px;
}
.time-machine {
  border: 1px solid #cdd5c2;
  border-radius: 8px;
  overflow: hidden;
  background: #e9eddf;
}
.module-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;
}
.module-heading h3 {
  margin: 7px 0 0;
  font-size: 33px;
  letter-spacing: -1px;
  line-height: 1.15;
}
h3 {
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -1.4px;
  font-weight: 550;
}
.live-dot {
  font: 12px monospace;
  white-space: nowrap;
}
.live-dot:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #acc65d;
  border-radius: 50%;
  margin-right: 9px;
  box-shadow: 0 0 0 4px #b3d17020;
}
.version-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid #ccd5bd;
}
.version-tabs button {
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid #ccd5bd;
  border-radius: 0;
  text-align: left;
  font: 12px monospace;
  color: #607449;
}
.version-tabs button span {
  display: block;
  color: #263923;
  font:
    15px DM,
    Arial,
    sans-serif;
  margin-top: 3px;
}
.version-tabs button[aria-pressed='true'] {
  background: #d5e791;
}
.time-machine iframe {
  display: block;
  border: 0;
  width: 100%;
  height: min(650px, 56vw);
  min-height: 360px;
}
.machine-caption {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  gap: 25px;
  align-items: center;
  font-size: 12px;
}
.machine-caption p {
  font-size: 13px;
  max-width: 65%;
}
.machine-caption span {
  color: #748064;
}
.court-wall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.court-wall figure {
  margin: 0;
}
.court-wall img {
  display: block;
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1.6;
  object-fit: contain;
  background: #294330;
}
.court-wall figcaption {
  font: 12px monospace;
  letter-spacing: 1px;
  margin-top: 12px;
}
.wall-note {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wall-note span {
  font: 12px monospace;
  color: #758064;
}
.wall-note p {
  font:
    italic 32px/1.2 Georgia,
    serif;
}
.failure {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  align-items: center;
  gap: 35px;
  background: #efe8df;
  padding: 45px;
  margin-top: 75px;
  border-radius: 7px;
}
.failure-text .chapter-label {
  color: #987954;
  font-size: 11px;
  margin-bottom: 22px;
}
.failure h3 {
  font-size: 42px;
  margin: 0;
}
.failure blockquote {
  font-size: 25px;
  margin: 32px 0;
  border-color: #c49f7f;
  padding-left: 17px;
}
.failure p {
  font-size: 16px;
  line-height: 1.6;
}
.failure figure {
  margin: 0;
}
.failure img {
  width: 100%;
  border-radius: 3px;
}
.stamp {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 12px;
  border: 1px solid #b7886d;
  color: #976346;
  transform: rotate(-4deg);
  font: 12px monospace;
  letter-spacing: 1px;
}
.dark-section {
  background: #20372d;
  color: #eef0e3;
  padding: 1px 0 90px;
  margin-top: 110px;
}
.dark-section .chapter-label,
.dark-section .mono {
  color: #b5c78f;
}
.dark-section .source-link {
  color: #d1e297;
}
.dark-section h2 {
  color: #f0f1e4;
}
.dark-section .chapter {
  margin-top: 90px;
}
.dark-section .short {
  margin: 70px auto 40px;
}
.tactile {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  background: #2a4436;
  border: 1px solid #79946540;
  border-radius: 8px;
  padding: 40px;
}
.tactile h3 {
  font-size: 56px;
  letter-spacing: -2px;
  margin: 25px 0;
}
.tactile h3 em {
  font-family: Georgia, serif;
  color: #d5e791;
}
.tactile p {
  font-size: 18px;
  max-width: 330px;
}
.tactile small {
  font-size: 12px;
  color: #b6c6aa;
}
.drag-lab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-content: center;
  position: relative;
}
.team-column {
  border: 1px dashed #9aab7d70;
  padding: 20px 12px;
  border-radius: 8px;
  min-height: 290px;
  text-align: center;
  transition: background 0.18s;
}
.team-column[data-side='0'] {
  background: #aa9acb18;
}
.team-column[data-side='1'] {
  background: #e6a38d15;
}
.team-column h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 25px;
}
.member {
  padding: 8px;
  border: none;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  cursor: grab;
  width: 100%;
  touch-action: none;
}
.member:hover {
  background: #fff1;
}
.member canvas {
  width: 95px;
  height: 95px;
  pointer-events: none;
}
.member span {
  font-size: 13px;
}
.empty-seat {
  height: 145px;
  display: grid;
  place-items: center;
  font-size: 12px;
  color: #9dac8b;
}
.move-team {
  font-size: 12px;
  margin-top: 10px;
  border-color: #91a876;
  color: #d7e3c9;
}
.move-team:hover {
  background: #45603e;
}
.drop-target {
  background: #9bad5d30 !important;
  border-color: #d5e791;
}
.is-lifted {
  opacity: 0.35;
}
.drag-lab > p {
  font-size: 12px !important;
  color: #b3c59c;
  margin: 5px 0 0;
  grid-column: 1/-1;
  text-align: center;
  max-width: none;
}
.player-drag {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}
.player-drag svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.player-drag line {
  stroke: #e7efd1;
  stroke-width: 2;
  stroke-dasharray: 3 4;
}
.player-drag-weight {
  position: absolute;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}
.player-drag-weight canvas {
  position: absolute;
  inset: 0;
  width: 70px;
  height: 70px;
}
.player-drag-label {
  position: absolute;
  font:
    12px DM,
    Arial,
    sans-serif;
  white-space: nowrap;
  background: #183023;
  color: #eef2dd;
  padding: 5px 10px;
  border-radius: 20px;
  transform: translate(-50%, 40px);
}
.fleet-module {
  border: 1px solid #75926460;
  background: #1a3027;
  border-radius: 8px;
}
.fleet-module button {
  border-color: #657e51;
}
.fleet-module button:hover {
  background: #385638;
}
.fleet-diagram {
  display: grid;
  grid-template-columns: 1fr 120px 2fr;
  align-items: center;
  padding: 10px 40px 30px;
}
.proxy-node {
  padding: 28px 15px;
  border: 1px solid #92ac65;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.proxy-node b {
  display: block;
  font-size: 21px;
}
.proxy-node small {
  font-size: 12px;
  color: #a9bf91;
  display: block;
  margin-top: 12px;
}
.node-led {
  display: block;
  width: 10px;
  height: 10px;
  background: #d5e791;
  border-radius: 50%;
  margin: 0 auto 15px;
  box-shadow: 0 0 18px #d5e79170;
}
.fleet-routes {
  font: 11px monospace;
  display: flex;
  flex-direction: column;
  gap: 80px;
  text-align: center;
  color: #a0b67e;
}
.generations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.generation {
  border: 1px solid #7a9365;
  border-radius: 4px;
  padding: 18px;
  text-align: center;
}
.generation > span {
  font: 11px monospace;
  color: #a9be85;
}
.generation b {
  font-size: 13px;
  display: block;
  margin-top: 15px;
}
.generation.waiting {
  opacity: 0.3;
}
.generation.retired .mini-pitch {
  opacity: 0.15;
}
.generation.retired .mini-player,
.generation.retired .mini-ball {
  animation-play-state: paused;
}
.mini-pitch {
  height: 100px;
  border: 1px solid #afc79265;
  position: relative;
  margin-top: 18px;
  background: #355140;
}
.mini-pitch:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #afc79265;
  border-radius: 50%;
  left: calc(50% - 19px);
  top: calc(50% - 19px);
}
.mini-pitch:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #afc79265;
  height: 100%;
  left: 50%;
}
.mini-player {
  width: 17px;
  height: 17px;
  border: 2px solid #1b2923;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 20%;
  animation: mini-run 4s ease-in-out infinite alternate;
  z-index: 2;
}
.mini-player:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #16251f;
  position: absolute;
  top: 3px;
  right: 1px;
}
.mini-player.lavender {
  background: #c1adf5;
}
.mini-player.coral {
  background: #f3ad93;
  top: 65%;
  left: 65%;
  animation-delay: -2s;
}
.mini-ball {
  width: 7px;
  height: 7px;
  background: #f4eecf;
  position: absolute;
  top: 48%;
  left: 45%;
  border-radius: 50%;
  animation: mini-run 2s ease-in-out infinite alternate;
  z-index: 3;
}
@keyframes mini-run {
  to {
    transform: translate(22px, 13px);
  }
}
.fleet-bottom {
  border-top: 1px solid #92a47830;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  gap: 25px;
}
.fleet-bottom p {
  font-size: 14px;
  max-width: 65%;
  margin: 0;
}
.solid-button {
  background: #d5e791 !important;
  color: #253421 !important;
  border: 0;
  white-space: nowrap;
  padding: 13px 20px;
}
.module-footnote {
  padding: 0 30px 20px;
  font-size: 12px;
  color: #a8ba95;
  max-width: 850px;
}
.telemetry {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.telemetry h3 {
  font-size: 38px;
  line-height: 1.15;
}
.telemetry p {
  font-size: 16px;
}
.telemetry-state [role='group'] {
  display: flex;
  gap: 8px;
}
.telemetry-state button {
  font-size: 12px;
  border-color: #90a377;
}
.telemetry-state button[aria-pressed='true'] {
  background: #d5e791;
  color: #263822;
}
.scope-screen {
  margin-top: 16px;
  border: 1px solid #718d58;
  padding: 28px;
  text-align: center;
  border-radius: 6px;
  min-height: 215px;
}
.scope-screen > span {
  display: block;
  font-size: 26px;
  color: #b3d06e;
}
.scope-screen strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
}
.scope-screen p {
  font-size: 13px;
  color: #b1c09f;
}
.scope-bars {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.scope-bars i {
  display: block;
  width: 5px;
  height: 20px;
  background: #a7c661;
  animation: meter 0.7s ease-in-out infinite alternate;
}
.scope-bars i:nth-child(2n) {
  animation-delay: -0.3s;
  height: 12px;
}
.scope-bars i:nth-child(3n) {
  animation-delay: -0.5s;
  height: 27px;
}
@keyframes meter {
  to {
    transform: scaleY(0.2);
  }
}
.scope-screen.off .scope-bars i {
  animation: none;
  height: 2px;
  background: #87967c;
}
.telemetry-state > small {
  font-size: 12px;
  color: #9cb18b;
  display: block;
  margin-top: 12px;
}
.audio-lab {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  padding: 45px;
  background: #e8e5ee;
  border-radius: 8px;
}
.audio-intro h3 {
  font-size: 43px;
  line-height: 1.05;
}
.audio-intro p {
  font-size: 18px;
}
.audio-intro small {
  font-size: 12px;
  color: #6f7180;
}
.audio-row {
  padding: 16px 0;
  border-bottom: 1px solid #c4c0cd;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
}
.audio-tag {
  font: 11px monospace;
  color: #757080;
}
.wave {
  height: 55px;
  display: flex;
  gap: 2px;
  align-items: center;
  overflow: hidden;
}
.wave i {
  width: 3px;
  flex: 1;
  background: #9686b1;
  border-radius: 3px;
  height: var(--h);
}
.audio-row:nth-child(2) .wave i {
  background: #687f5c;
}
.audio-row audio {
  height: 34px;
  width: 100%;
  grid-column: 1/-1;
}
.jump-audio {
  grid-column: 1/-1;
  justify-self: start;
  font-size: 12px;
  border-color: #b5aec3;
}
.audio-comparison > p {
  font-size: 12px;
  line-height: 1.7;
  color: #757080;
}
.club-exhibit {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: start;
  background: #ecebdf;
  padding: 42px;
  border-radius: 8px;
}
.club-screen {
  margin: 0;
}
.club-screen img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d4d4c3;
  box-shadow: 0 15px 35px #1d2e2615;
}
.club-sidebar {
  padding-top: 12px;
}
.club-sidebar h3 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -4px;
  margin: 30px 0;
}
.club-sidebar h3 em {
  font-family: Georgia, serif;
  color: #7c895f;
}
.club-detail {
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid #ced1c1;
}
.club-detail > span {
  font: 12px monospace;
  color: #819161;
}
.club-detail p {
  font-size: 17px;
  line-height: 1.4;
}
.price-stub {
  margin-top: 34px;
  background: #dce4c4;
  padding: 27px 30px;
  border: 1px dashed #a5b480;
  position: relative;
}
.price-stub > span {
  font: 10px/1.7 monospace;
  color: #5c7142;
  letter-spacing: 1px;
}
.price-stub > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.price-stub b {
  font-size: 58px;
  letter-spacing: -3px;
  font-weight: 500;
}
.price-stub small {
  font-size: 13px;
  color: #667b49;
}
.price-stub .or {
  font:
    italic 18px Georgia,
    serif;
}
.price-stub p {
  font-size: 12px;
  color: #60744b;
}
.ad-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.ad-pair figure {
  margin: 0;
}
.ad-pair video {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  background: #263a30;
  border-radius: 6px;
}
.ad-pair figcaption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font: 11px/1.6 monospace;
}
.pipeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid #d1d7c8;
  font: 13px monospace;
  gap: 15px;
}
.pipeline b {
  color: #9aaa71;
}
.experiment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.experiment {
  background: #eaedde;
  border: 1px solid #d2d9c2;
  border-radius: 8px;
  padding: 36px;
}
.experiment > .mono {
  font-size: 11px;
  color: #738558;
}
.experiment h3 {
  font-size: 40px;
  margin: 25px 0 30px;
}
.big-result {
  font-size: 70px;
  letter-spacing: -4px;
  color: #40592f;
  line-height: 1.1;
}
.big-result span {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}
.experiment > p {
  font-size: 16px;
}
.bar-comparison {
  margin-top: 28px;
}
.bar-comparison > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 12px monospace;
  margin: 9px 0;
}
.bar-comparison label {
  width: 86px;
  flex-shrink: 0;
}
.bar-comparison span {
  display: block;
  position: relative;
  height: 33px;
  padding: 8px 10px;
  width: var(--bar);
  background: var(--fill, #c7c7b3);
  white-space: nowrap;
  border-radius: 2px;
  min-width: 76px;
}
.experiment .stat-unit {
  font: 11px/1.6 monospace;
  color: #6c7a5e;
  margin: 14px 0 30px;
}
details {
  font-size: 14px;
}
summary {
  cursor: pointer;
  font-size: 14px;
  padding: 15px 0;
}
details p {
  font-size: 14px;
  line-height: 1.65;
}
.experiment details {
  border-top: 1px solid #cbd3bc;
  margin-bottom: 15px;
}
.launch-board {
  background: #25372c;
  color: #e8eddc;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 45px;
}
.launch-board-title h3 {
  font-size: 49px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 35px 0 25px;
}
.launch-board-title > p {
  font: 12px/1.8 monospace;
  color: #9fb789;
}
.launch-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.launch-numbers > div {
  border-bottom: 1px solid #748a5960;
  padding-bottom: 25px;
}
.launch-numbers strong {
  display: block;
  font-size: 48px;
  letter-spacing: -2px;
  font-weight: 500;
}
.launch-numbers span {
  font-size: 13px;
  line-height: 1.5;
  color: #b0c09b;
  display: block;
}
.launch-numbers strong small {
  font-size: 0.55em;
  letter-spacing: -1px;
}
.launch-measurement {
  margin-top: 18px;
  font-size: 13px;
  color: #b5c4a2;
}
.launch-measurement summary {
  cursor: pointer;
  color: #d1e297;
}
.launch-measurement[open] summary {
  margin-bottom: 10px;
}
.launch-reality {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 40px;
  border-top: 1px solid #7c945d66;
  padding-top: 30px;
  align-items: start;
}
.launch-reality b {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}
.launch-reality p {
  font-size: 14px;
  margin: 0;
  color: #b5c4a2;
}
.launch-reality .source-link {
  color: #d1e297;
}
.closing-line {
  font:
    italic 40px/1.22 Georgia,
    serif !important;
  color: #6b7e4d;
  margin-top: 45px;
}
.receipts-section {
  background: #eceee5;
  padding: 65px 0;
}
.receipts-section .module-heading {
  padding: 0;
  align-items: end;
}
.receipts-section h2 {
  font-size: 55px;
  margin: 20px 0;
}
.receipt-count {
  font: 12px/1.7 monospace;
  color: #72815f;
  padding-bottom: 20px;
}
.receipt-intro {
  max-width: 650px;
  font-size: 15px;
}
.commit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.commit-day > h4 {
  font: 12px monospace;
  font-weight: 400;
  color: #687e4c;
  margin: 0 0 18px;
}
.commit-day > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.commit-dot {
  padding: 0;
  width: 100%;
  aspect-ratio: 1;
  max-width: 25px;
  min-width: 12px;
  border-radius: 50%;
  background: #a4b881;
  border: 0;
  position: relative;
}
.commit-day:nth-child(2n) .commit-dot {
  background: #c0aed3;
}
.commit-day:nth-child(3n) .commit-dot {
  background: #d1ad8a;
}
.commit-dot:hover,
.commit-dot.selected {
  box-shadow:
    0 0 0 3px #eceee5,
    0 0 0 5px #4d6845;
  background: #455a37 !important;
  transform: scale(0.85);
}
.commit-detail {
  margin: 30px 0;
  padding: 25px 28px;
  border: 1px solid #c5cdb8;
  background: #f6f5f0;
  min-height: 112px;
  border-radius: 5px;
}
.commit-detail code {
  font-size: 12px;
  color: #788462;
}
.commit-detail p {
  font-size: 17px;
  margin: 10px 0 0;
}
.source-method {
  border-top: 1px solid #c5cdb8;
  padding-top: 10px;
  max-width: 950px;
}
.source-method summary {
  font-size: 17px;
}
.source-method p {
  max-width: 780px;
}
.source-method a {
  font-size: 14px;
}
code {
  font-size: 0.8em;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer span {
  font-size: 12px;
  line-height: 1.6;
}
footer > a:last-child {
  font-size: 13px;
  text-decoration: none;
}
dialog {
  border: 0;
  box-shadow: 0 25px 100px #102b2955;
  border-radius: 8px;
  background: #f6f5f0;
  color: #273523;
  width: 650px;
  max-width: calc(100vw - 32px);
  max-height: 85vh;
  padding: 32px;
}
dialog::backdrop {
  background: #152a2366;
  backdrop-filter: blur(5px);
}
.source-dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
dialog h3 {
  font-size: 31px;
  line-height: 1.15;
}
dialog p {
  font-size: 16px;
}
dialog pre {
  font: 12px/1.8 monospace;
  white-space: pre-wrap;
  word-break: break-word;
  color: #5e754b;
  padding: 18px;
  background: #e9eddf;
  border-radius: 4px;
}
dialog blockquote {
  font:
    italic 23px/1.4 Georgia,
    serif;
  margin: 25px 0;
}
.motion-paused *,
.motion-paused *:before,
.motion-paused *:after {
  animation-play-state: paused !important;
  scroll-behavior: auto !important;
  transition: none !important;
}
@media (min-width: 1600px) {
  .wide {
    margin-inline: 112px;
  }
  .day-nav {
    padding-inline: 112px;
  }
  .hero {
    padding-inline: 112px;
  }
}
@media (max-width: 1100px) {
  .film-notes {
    padding: 26px;
  }
  .film-title {
    font-size: 48px;
  }
  .film-index {
    font-size: 12px;
  }
  .tactile {
    padding: 30px;
    gap: 25px;
  }
  .fleet-diagram {
    grid-template-columns: 1fr 85px 2fr;
    padding: 10px 25px 25px;
  }
  .generation {
    padding: 10px;
  }
  .club-exhibit {
    gap: 40px;
    padding: 30px;
  }
  .club-sidebar h3 {
    font-size: 55px;
  }
  .price-stub {
    padding: 20px;
  }
  .big-result {
    font-size: 57px;
  }
  .experiment {
    padding: 28px;
  }
  .launch-board {
    padding: 35px;
  }
  .launch-numbers strong {
    font-size: 40px;
  }
  .launch-board-title h3 {
    font-size: 41px;
  }
  .failure {
    padding: 32px;
  }
  .ad-pair figcaption {
    flex-direction: column;
    gap: 0;
  }
  .commit-day > div {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 760px) {
  .wide {
    margin-inline: 6vw;
  }
  .hero-film {
    grid-template-columns: 1fr;
  }
  .hero-film video {
    height: auto;
    aspect-ratio: 1;
  }
  .film-notes {
    display: none;
  }
  .hero-film figcaption {
    padding: 14px 18px;
    font-size: 10px;
    gap: 6px;
  }
  .hero-film figcaption > span:nth-child(2) {
    max-width: 230px;
  }
  .header-actions {
    gap: 14px;
  }
  .header-actions button {
    font-size: 11px;
    padding: 6px 10px;
  }
  .header-actions a {
    font-size: 12px;
  }
  .opening {
    font-size: 18px;
    margin: 40px 0 50px;
  }
  .day-nav {
    padding: 0 4vw;
  }
  .day-nav a {
    font-size: 13px;
    padding: 12px 0 9px;
  }
  .day-nav a span {
    display: none;
  }
  .day-nav a small {
    font-size: 10px;
  }
  .chapter {
    padding-inline: 6vw;
    max-width: 640px;
    margin: 80px auto;
  }
  .chapter.short {
    margin: 48px auto;
  }
  .chapter p {
    font-size: 18px;
  }
  .compare-control {
    flex-wrap: wrap;
    gap: 8px;
    padding: 13px 0;
  }
  .compare-control label {
    font-size: 12px;
  }
  .compare-control span {
    font-size: 10px;
  }
  .compare-control input {
    width: 100%;
    order: 3;
    flex: auto;
  }
  .compare-label {
    font-size: 8px;
    top: 10px;
    padding: 5px 7px;
    letter-spacing: 0;
  }
  .before-label {
    left: 10px;
  }
  .after-label {
    right: 10px;
  }
  .comparison {
    aspect-ratio: 1.55;
  }
  .chat-strip {
    font-size: 19px;
  }
  .module-heading {
    padding: 20px;
    align-items: start;
  }
  .module-heading h3 {
    font-size: 26px;
  }
  .module-heading .live-dot {
    display: none;
  }
  .version-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .version-tabs button {
    padding: 12px;
  }
  .version-tabs button span {
    font-size: 13px;
  }
  .time-machine iframe {
    min-height: 330px;
    height: 330px;
  }
  .machine-caption {
    padding: 12px 16px;
    display: block;
  }
  .machine-caption p {
    max-width: none;
    margin: 0 0 5px;
    font-size: 12px;
  }
  .machine-caption span {
    font-size: 11px;
  }
  .court-wall {
    gap: 16px;
  }
  .court-wall figcaption {
    font-size: 10px;
  }
  .wall-note {
    padding: 6px;
  }
  .wall-note span {
    font-size: 9px;
  }
  .wall-note p {
    font-size: 24px;
  }
  .failure {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px;
    margin-top: 45px;
  }
  .failure h3 {
    font-size: 37px;
  }
  .failure p {
    font-size: 16px;
  }
  .failure blockquote {
    font-size: 23px;
  }
  .dark-section {
    margin-top: 65px;
    padding-bottom: 55px;
  }
  .dark-section .chapter {
    margin-top: 65px;
  }
  .tactile {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 30px;
  }
  .tactile h3 {
    font-size: 46px;
    margin: 20px 0;
  }
  .tactile p {
    max-width: none;
  }
  .team-column {
    min-height: 260px;
  }
  .drag-lab {
    gap: 12px;
  }
  .dark-section .short {
    margin: 55px auto 30px;
  }
  .fleet-diagram {
    grid-template-columns: 1fr;
    padding: 0 22px 25px;
    gap: 15px;
  }
  .proxy-node {
    padding: 16px;
  }
  .proxy-node b {
    font-size: 18px;
  }
  .proxy-node small {
    margin-top: 5px;
  }
  .node-led {
    margin-bottom: 10px;
  }
  .fleet-routes {
    flex-direction: row;
    justify-content: space-around;
    gap: 0;
  }
  .fleet-bottom {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  .fleet-bottom p {
    max-width: none;
  }
  .fleet-bottom button {
    white-space: normal;
  }
  .module-footnote {
    padding: 0 20px 15px;
  }
  .telemetry {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 55px;
  }
  .telemetry h3 {
    font-size: 34px;
  }
  .telemetry-state [role='group'] {
    justify-content: space-between;
  }
  .audio-lab {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }
  .audio-intro h3 {
    font-size: 36px;
  }
  .audio-intro p {
    font-size: 17px;
  }
  .audio-comparison > p {
    font-size: 12px;
  }
  .club-exhibit {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 24px;
  }
  .club-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .club-sidebar > .mono {
    grid-column: 1/-1;
    font-size: 10px;
  }
  .club-sidebar h3 {
    font-size: 48px;
    margin: 10px 0;
    grid-row: 2/5;
  }
  .club-detail {
    gap: 12px;
  }
  .club-detail p {
    font-size: 13px;
  }
  .price-stub {
    grid-column: 1/-1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 15px;
  }
  .price-stub > span:first-child,
  .price-stub > p {
    width: 100%;
    margin: 0;
  }
  .price-stub b {
    font-size: 43px;
  }
  .price-stub small {
    font-size: 12px;
  }
  .ad-pair {
    gap: 15px;
  }
  .ad-pair figcaption {
    font-size: 9px;
  }
  .pipeline {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11px;
    gap: 10px;
  }
  .experiment-grid {
    grid-template-columns: 1fr;
  }
  .experiment h3 {
    font-size: 35px;
  }
  .big-result {
    font-size: 65px;
  }
  .experiment > p {
    font-size: 16px;
  }
  .launch-board {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 30px;
  }
  .launch-board-title h3 {
    font-size: 39px;
    margin: 25px 0;
  }
  .launch-reality {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .launch-numbers strong {
    font-size: 42px;
  }
  .launch-numbers span {
    font-size: 12px;
  }
  .launch-reality b {
    font-size: 21px;
  }
  .closing-line {
    font-size: 33px !important;
  }
  .receipts-section {
    padding: 40px 0;
  }
  .receipts-section .module-heading {
    display: block;
  }
  .receipts-section h2 {
    font-size: 43px;
  }
  .receipt-count {
    display: block;
    padding: 0;
  }
  .commit-grid {
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
  .commit-day > div {
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
  .commit-dot {
    max-width: 18px;
    min-width: 9px;
  }
  .commit-day > h4 {
    font-size: 11px;
  }
  .commit-detail {
    padding: 20px;
    min-height: 125px;
  }
  .commit-detail p {
    font-size: 15px;
  }
  .receipt-intro {
    font-size: 14px;
  }
  footer {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 25px;
  }
  footer > a:last-child {
    margin-left: auto;
  }
  dialog {
    padding: 23px;
  }
  dialog h3 {
    font-size: 27px;
  }
  dialog p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 56px;
  }
  .hero-bottom p {
    font-size: 15px;
  }
  .round-link {
    width: 48px;
    height: 48px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  .header-actions {
    gap: 10px;
  }
  .header-actions a {
    font-size: 11px;
  }
  .brand {
    font-size: 22px;
  }
  .brand img {
    width: 28px;
  }
  .commit-grid {
    gap: 9px;
  }
  .commit-day > div {
    grid-template-columns: repeat(5, 1fr);
  }
  .launch-numbers strong {
    font-size: 36px;
  }
  .bar-comparison label {
    width: 75px;
  }
  .big-result {
    font-size: 57px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  header,
  .day-nav,
  button,
  .version-tabs,
  iframe,
  video,
  audio,
  .drag-lab,
  .fleet-module,
  .telemetry-state {
    display: none !important;
  }
  .hero-film {
    display: none;
  }
  .wide,
  .chapter {
    margin: 30px 0;
    padding: 0;
  }
  .dark-section {
    background: white;
    color: #222;
    padding: 0;
  }
  .dark-section h2 {
    color: #222;
  }
  .chapter {
    max-width: none;
  }
  .wide {
    break-inside: avoid;
  }
  h1 {
    font-size: 70px;
  }
  .opening {
    max-width: none;
  }
  .source-method {
    display: block;
  }
  .comparison {
    max-height: 400px;
  }
  footer {
    margin-top: 40px;
  }
}
.player-drag-weight {
  left: -35px;
  top: -35px;
}
.player-drag-label {
  left: 0;
  top: 0;
}
.player-drag-weight canvas {
  object-fit: contain;
}
.tactile > * {
  min-width: 0;
}
.drag-lab {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.drag-lab > p {
  overflow-wrap: anywhere;
}
.team-column {
  min-width: 0;
}
.team-column .member {
  min-width: 0;
}
.tactile-copy .mono {
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  .tactile .team-column {
    padding-inline: 8px;
  }
  .move-team {
    padding-inline: 11px;
  }
  .drag-lab .member canvas {
    width: 80px;
    height: 80px;
  }
}
.tactile .team-column h3 {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 25px;
}
.skip:focus {
  top: -100px;
}
.skip:focus-visible {
  top: 10px;
}
.image-zoom {
  display: block;
  border: 0;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  cursor: zoom-in;
  text-align: inherit;
  background: none;
}
.image-zoom:hover {
  background: none;
}
.image-hint {
  display: block;
  font:
    12px/1.4 DM,
    Arial,
    sans-serif;
  color: #6b7d57;
  margin-top: 8px;
}
.image-dialog {
  width: 1200px;
  padding: 20px;
}
.image-dialog img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.image-dialog h3 {
  font-size: 22px;
}
.image-dialog .source-dialog-top {
  position: sticky;
  top: -20px;
  padding: 10px 0;
  background: #f6f5f0;
}
.commit-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.commit-day {
  min-width: 0;
}
.commit-day > div {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.commit-dot {
  min-width: 0;
}
@media (max-width: 760px) {
  .commit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* The second editorial pass: interactions carry the story. */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.day-nav {
  padding: 10px max(18px, 6vw) 17px;
  gap: 7px;
  background: #f6f5f0ed;
  border: 0;
  box-shadow: 0 5px 30px #20352a0b;
}
.day-nav a {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  text-align: left;
  column-gap: 10px;
  padding: 12px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  transition:
    background 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.day-nav a > span {
  display: none;
}
.day-nav a small {
  grid-column: 2;
  font-size: 11px;
  color: #6c7862;
}
.day-symbol {
  font:
    29px Georgia,
    serif;
  font-style: normal;
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 39px;
  height: 43px;
  border-radius: 47% 53% 56% 44%;
  background: var(--day-color);
  color: #29392d;
  transform: rotate(-9deg);
  transition:
    transform 0.4s,
    border-radius 0.4s;
}
.day-nav a:nth-child(2) .day-symbol {
  border-radius: 50% 20% 50% 20%;
}
.day-nav a:nth-child(3) .day-symbol {
  border-radius: 11px;
  transform: rotate(8deg);
}
.day-nav a:nth-child(4) .day-symbol {
  border-radius: 50% 50% 25% 25%;
}
.day-nav a:nth-child(5) .day-symbol {
  border-radius: 25% 50% 25% 50%;
}
.day-nav a:hover {
  transform: translateY(-3px);
  background: #fff9;
}
.day-nav a:hover .day-symbol {
  transform: rotate(10deg) scale(1.13);
}
.day-nav a.active {
  background: #fff;
  box-shadow: 0 3px 12px #23372b12;
  border-color: #d8ddcf;
}
.day-nav a.active .day-symbol {
  animation: nav-wiggle 3s ease-in-out infinite;
}
.nav-track {
  position: absolute;
  bottom: 5px;
  height: 2px;
  left: 7vw;
  right: 7vw;
  background: #d9dfd0;
}
.nav-track:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  width: var(--reading, 0%);
  background: #6f8655;
}
.nav-ball {
  position: absolute;
  left: clamp(0%, var(--reading, 0%), 100%);
  top: -6px;
  width: 14px;
  height: 14px;
  background: conic-gradient(
    #f7f5dc 0deg 110deg,
    #496647 110deg 175deg,
    #f7f5dc 175deg 280deg,
    #496647 280deg
  );
  border: 2px solid #496647;
  border-radius: 50%;
  transform: translateX(-50%) rotate(var(--roll, 0deg));
}
@keyframes nav-wiggle {
  0%,
  100% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(6deg) translateY(-2px);
  }
}
.comparison {
  touch-action: pan-y;
  cursor: ew-resize;
  user-select: none;
  --split: 50%;
}
.comparison img {
  pointer-events: none;
}
.compare-line {
  position: absolute;
  left: 50%;
  top: -5%;
  height: 110%;
  width: 3px;
  background: #fff8dc;
  transform: translateX(-50%) skewX(-18.8deg);
  pointer-events: none;
  box-shadow: 0 0 18px #101b2870;
}
.compare-line span {
  transform: translate(-50%, -50%) skewX(18.8deg);
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #243a2b;
  background: #e1eda4;
  box-shadow: 0 4px 25px #07140e45;
  font-size: 25px;
  transition:
    background 0.2s,
    scale 0.2s;
}
.dragging .compare-line span,
.keyboard-focus .compare-line span {
  background: #fff9df;
  scale: 1.12;
}
.keyboard-focus {
  outline: 3px solid #586f39;
  outline-offset: 5px;
}
.compare-invitation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #203b2ee0;
  color: #f2f4dc;
  border: 1px solid #eef0d159;
  border-radius: 30px;
  padding: 9px 17px;
  font-size: 12px;
  pointer-events: none;
}
.time-machine .live-dot {
  font-size: 11px;
}
.stadium-atlas {
  background: #20382e;
  color: #eef0df;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
  --stadium-accent: #7dc2cf;
}
.atlas-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 28px 35px 20px;
}
.atlas-heading .mono {
  color: var(--stadium-accent);
  font-size: 11px;
}
.atlas-heading h3 {
  margin: 6px 0 0;
  font-size: 45px;
  letter-spacing: -1.8px;
}
#stadium-count {
  font: 12px/1 monospace;
  color: #aebcab;
  border: 1px solid #698169;
  padding: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: none;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
#stadium-frame {
  display: block;
  width: 100%;
  height: 570px;
  border: 0;
  background: #20382e;
}
.stadium-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 35px;
}
.stadium-bottom p {
  margin: 0;
  font-size: 15px;
  color: #d5dfc8;
}
.stadium-bottom .source-link {
  color: #d5e791;
}
.stadium-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  padding: 12px 30px 30px;
}
.stadium-tabs button {
  border: 1px solid #80967a44;
  border-radius: 10px;
  background: #ffffff05;
  color: #d6e0cb;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  text-align: left;
  transition:
    transform 0.2s,
    background 0.2s;
}
.stadium-tabs button:hover {
  transform: translateY(-3px);
  background: #ffffff10;
}
.stadium-tabs button[aria-pressed='true'] {
  color: #263b2d;
  background: var(--stadium-accent);
  border-color: var(--stadium-accent);
}
.stadium-tabs i {
  width: 15px;
  height: 15px;
  background: var(--swatch);
  border-radius: 4px 7px 4px 7px;
  border: 1px solid #ffffff80;
  flex-shrink: 0;
}
.fleet-module {
  background: #f1f0df;
  color: #293e2d;
  padding: 36px;
  border: 0;
  border-radius: 22px;
}
.fleet-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.fleet-top h3 {
  font-size: 39px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 12px 0 30px;
}
.fleet-top .mono {
  color: #6a7f52;
  font-size: 11px;
}
.fleet-module button {
  color: #344a30;
  border-color: #9ea991;
  background: transparent;
  border-radius: 25px;
  padding: 12px 18px;
}
.fleet-module button:disabled {
  opacity: 0.4;
  cursor: default;
}
.fleet-module button:not(:disabled):hover {
  background: #dce8b6;
  transform: translateY(-2px);
}
.fleet-module .solid-button {
  background: #2b4533;
  color: #eaf1d3;
  border-color: #2b4533;
}
.fleet-module .solid-button:not(:disabled):hover {
  background: #496243;
}
.fleet-steps {
  display: flex;
  gap: 7px;
  margin-bottom: 26px;
}
.fleet-steps span {
  border-radius: 20px;
  padding: 6px 14px;
  font: 11px/1.6 monospace;
  color: #7c8673;
  background: #dfe2d4;
}
.fleet-steps .current {
  background: #d1e694;
  color: #354831;
}
.fleet-playground {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 32px;
  align-items: center;
}
.fleet-door {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: relative;
}
.fleet-door b {
  font-size: 25px;
  letter-spacing: -1px;
}
.fleet-door > span:last-of-type {
  font-size: 12px;
  line-height: 1.5;
  max-width: 120px;
}
.door-light {
  width: 62px;
  height: 76px;
  background: #c9dc9a;
  border: 3px solid #5f7843;
  border-radius: 35px 35px 5px 5px;
  position: relative;
}
.door-light:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #496337;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 42px;
}
.fleet-courts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.release-court {
  padding: 20px;
  border-radius: 17px;
  background: #dce5cb;
  border: 1px solid #99ad8070;
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.release-court:nth-child(2) {
  background: #e6dcf0;
  border-color: #b9a8cf;
}
.release-tag {
  display: block;
  font: 10px monospace;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #62774e;
}
.release-court:nth-child(2) .release-tag {
  color: #827092;
}
.little-match {
  aspect-ratio: 1.5;
  border: 2px solid #8eac73;
  border-radius: 4px;
  position: relative;
  background: repeating-linear-gradient(90deg, #ccdbb700 0% 25%, #aec88f35 25% 50%);
  overflow: hidden;
}
.little-match:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #8eac73;
}
.pitch-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  aspect-ratio: 1;
  border: 1px solid #8eac73;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.runner {
  position: absolute;
  width: 22px;
  height: 20px;
  background: #bba8dc;
  border: 2px solid #59613f;
  border-radius: 47%;
  z-index: 2;
  animation: match-run 6s ease-in-out infinite;
}
.runner:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  right: 3px;
  box-shadow: 1px 0 0 1px #3f4832;
}
.runner.one {
  left: 25%;
  top: 40%;
}
.runner.two {
  background: #e69985;
  left: 66%;
  top: 55%;
  animation-delay: -3s;
}
.runner.three {
  left: 40%;
  top: 22%;
  animation-delay: -1.5s;
}
.match-ball {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fffbe7;
  border: 1px solid #3c5332;
  border-radius: 50%;
  animation: match-ball 4s ease-in-out infinite;
}
.court-score {
  position: absolute;
  left: 10px;
  top: 7px;
  font: 12px monospace;
  opacity: 0.5;
}
.release-court h4 {
  font-size: 17px;
  margin: 17px 0 4px;
}
.release-court p {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
  min-height: 38px;
  color: #637153;
}
.connection-badge {
  display: block;
  color: #647f43;
  font-size: 10px;
  border-top: 1px solid #96ae7560;
  margin-top: 12px;
  padding-top: 12px;
}
.waiting .little-match {
  filter: grayscale(0.7);
  opacity: 0.45;
}
.waiting .runner,
.waiting .match-ball,
.match-ended .runner,
.match-ended .match-ball {
  animation-play-state: paused;
}
.retired .little-match {
  opacity: 0.14;
}
.retired .connection-badge {
  color: #68745d;
}
.fleet-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.fleet-actions button {
  font-size: 12px;
}
.fleet-message {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #c3cdaf;
  margin-top: 24px;
  padding-top: 20px;
}
#fleet-symbol {
  font:
    34px Georgia,
    serif;
  color: #678b3d;
  flex: 0 0 38px;
}
#fleet-note {
  margin: 0;
  font-size: 15px;
  color: #405636;
}
.fleet-drain:not([hidden]) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  align-items: center;
}
.fleet-drain label {
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.fleet-drain input {
  accent-color: #536f37;
  width: 17px;
  height: 17px;
}
#arrival-blobs {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 400%;
  pointer-events: none;
  z-index: 3;
}
#arrival-blobs i {
  position: absolute;
  width: 23px;
  height: 21px;
  border-radius: 45%;
  background: #b6a0d7;
  border: 2px solid #425732;
  animation: arrive 1.4s both;
  animation-delay: var(--delay);
}
#arrival-blobs i:nth-child(2) {
  background: #eaa591;
}
.analytics-aside {
  font-size: 14px !important;
  color: #a8b69b;
}
.analytics-aside .source-link {
  color: #c4d791;
}
@keyframes match-run {
  0%,
  100% {
    transform: translate(-12px, -8px) rotate(-12deg);
  }
  45% {
    transform: translate(24px, 15px) rotate(8deg);
  }
  70% {
    transform: translate(5px, 20px) rotate(-4deg);
  }
}
@keyframes match-ball {
  0%,
  100% {
    transform: translate(-30px, 10px);
  }
  40% {
    transform: translate(34px, -24px);
  }
  70% {
    transform: translate(8px, 32px);
  }
}
@keyframes arrive {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(400px, 110px);
  }
}
.club-history {
  --club-step: 0;
  border-radius: 20px;
  background: #ece5d8;
  padding: 30px;
  overflow: hidden;
}
.club-history-top {
  display: flex;
  justify-content: space-between;
  color: #8b7762;
  font: 11px monospace;
}
.club-history-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 24px 0;
}
.club-history-tabs button {
  padding: 15px 12px;
  border-radius: 12px;
  border: 1px solid #baaa9444;
  background: transparent;
  text-align: left;
  font-size: 13px;
  color: #756b5b;
  transition:
    background 0.2s,
    transform 0.2s;
}
.club-history-tabs button span {
  display: block;
  font: 11px monospace;
  margin-bottom: 7px;
  opacity: 0.6;
}
.club-history-tabs button[aria-pressed='true'] {
  background: #fffdf4;
  color: #35432e;
  box-shadow: 0 4px 12px #81634912;
}
.club-history-tabs button:hover {
  transform: translateY(-3px);
}
.club-history-body {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 30px;
}
.club-history-copy {
  padding: 20px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#club-stage-date {
  font: 10px/1.7 monospace;
  color: #967555;
}
#club-stage-title {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.7px;
  margin: 22px 0;
}
#club-stage-description {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #695f4f;
}
#club-stage-quote {
  font:
    italic 22px/1.4 Georgia,
    serif;
  border: 0;
  padding: 0;
  margin: 26px 0 12px;
  color: #776748;
}
.club-history-arrows {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
}
.club-history-arrows button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #a9a28b;
  background: transparent;
  font-size: 22px;
  color: #4c5e3e;
}
.club-history-arrows button:hover {
  background: #d8e4af;
}
.club-history-visual {
  margin: 0;
  background: #f7f7ed;
  border: 1px solid #c9bca3;
  border-radius: 12px;
  height: 560px;
  overflow: auto;
  position: relative;
}
.club-history-visual img {
  width: 100%;
  height: auto;
  display: block;
}
#club-image-kind {
  position: sticky;
  display: table;
  margin: 0 15px 15px auto;
  bottom: 15px;
  padding: 7px 12px;
  border-radius: 20px;
  background: #243c30e8;
  color: #f4f0dd;
  font: 11px monospace;
}
.club-offer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
  border-top: 1px solid #bcac9044;
  padding-top: 22px;
  font-size: 13px;
  color: #71634c;
}
.club-offer b {
  font-size: 23px;
  color: #455a34;
}
.club-offer i {
  font: italic 14px Georgia;
  padding: 0 8px;
}
.tactics-lab {
  background: #e9edde;
  padding: 34px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 1px solid #d5dcc9;
}
.tactics-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tactics-heading .mono {
  color: #7b8965;
  font-size: 11px;
}
.tactics-heading h3 {
  font-size: 44px;
  letter-spacing: -2px;
  line-height: 1.08;
  margin: 16px 0;
}
.tactics-lab > p {
  font-size: 16px;
  max-width: 750px;
  color: #677459;
}
.tactics-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 25px 0;
  flex-wrap: wrap;
}
.tactics-controls > div {
  display: flex;
  gap: 7px;
}
.tactics-controls button {
  border: 1px solid #b5bea6;
  border-radius: 30px;
  background: transparent;
  padding: 9px 14px;
  font-size: 12px;
  color: #4b5e3c;
}
.tactics-controls button[aria-pressed='true'] {
  background: #344e38;
  color: #e5edce;
  border-color: #344e38;
}
.tactics-pitches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.policy-label {
  font: 10px monospace;
  color: #81906d;
  display: block;
  margin-bottom: 10px;
}
.tactics-pitches svg {
  width: 100%;
  display: block;
}
.tactics-pitches p {
  font-size: 12px;
  color: #667655;
  min-height: 36px;
}
.tactics-scrub {
  display: flex;
  gap: 15px;
  align-items: center;
  font: 11px monospace;
  color: #84916f;
}
.tactics-scrub input {
  width: 100%;
  accent-color: #6f8853;
  cursor: ew-resize;
}
.tactics-lab .tactics-key {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
  font-size: 11px;
  max-width: none;
  margin: 15px 0 26px;
}
.lavender-key {
  color: #a08cbe;
}
.coral-key {
  color: #cc8473;
}
.experiment-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid #bdc6af;
  padding-top: 25px;
}
.experiment-process div {
  position: relative;
  padding-left: 36px;
}
.experiment-process div > span {
  position: absolute;
  left: 0;
  top: 0;
  font: italic 25px Georgia;
  color: #8fa268;
}
.experiment-process b {
  display: block;
  font-weight: 500;
  font-size: 15px;
}
.experiment-process p {
  font-size: 12px;
  line-height: 1.6;
  color: #73815e;
  margin: 8px 0;
}
.power-player {
  padding: 55px;
  align-items: center;
  border-radius: 22px;
}
.power-player h3 {
  font-size: 46px;
  letter-spacing: -2px;
  line-height: 1.08;
  margin: 28px 0 22px;
}
.power-player p {
  color: #b8c7a8;
  font-size: 16px;
  max-width: 420px;
}
.power-player .source-link {
  color: #d2e297;
}
.power-clock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  max-width: 370px;
  width: 100%;
  justify-self: center;
}
.power-clock strong {
  font-size: 110px;
  line-height: 1.1;
  letter-spacing: -7px;
  font-weight: 500;
  color: #dfedaa;
}
.power-clock strong span {
  font-size: 50px;
  vertical-align: top;
  letter-spacing: 0;
}
.power-clock > span {
  font: italic 24px Georgia;
  color: #c3d593;
}
.power-clock small {
  font-size: 11px;
  color: #99af7f;
  margin-top: 22px;
}
.clock-orbit {
  position: absolute;
  inset: 0;
  border: 1px dashed #95ae6655;
  border-radius: 50%;
  animation: clock-orbit 50s linear infinite;
  pointer-events: none;
}
.clock-orbit i {
  width: 24px;
  height: 23px;
  background: #b4a0d7;
  position: absolute;
  border-radius: 45%;
  left: 50%;
  top: -12px;
}
.clock-orbit i:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff6;
}
.clock-orbit i:nth-child(2) {
  left: 4%;
  top: 75%;
  background: #d99b86;
}
.clock-orbit i:nth-child(3) {
  left: 90%;
  top: 72%;
  background: #d0de91;
}
@keyframes clock-orbit {
  to {
    transform: rotate(360deg);
  }
}
.commit-dot {
  background: var(--work-color, #adbd8d);
  border: 1px solid #4b653c20;
  border-radius: 47% 53% 43% 57%;
  transform: rotate(var(--blob-turn));
  position: relative;
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.commit-dot:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #f7f5e8;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 4px;
}
.commit-dot:hover,
.commit-dot:focus-visible,
.commit-dot.selected {
  transform: translateY(-4px) rotate(0) scale(1.22);
  box-shadow: 0 4px 8px #364c3320;
  z-index: 2;
}
.commit-detail {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #eeefe3;
  padding: 25px;
  border: 1px solid #d6dcc9;
  border-radius: 16px;
  min-height: 105px;
}
.work-icon {
  font: 34px Georgia;
  width: 60px;
  height: 55px;
  display: grid;
  place-items: center;
  background: #d8e4af;
  border-radius: 46%;
  color: #4b6740;
  flex-shrink: 0;
}
.work-date {
  font: 10px monospace;
  color: #899473;
  text-transform: uppercase;
}
.commit-detail p {
  margin: 7px 0 0;
  font-size: 17px;
}
.source-link {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  border: 1px solid currentColor;
  text-decoration: none;
  font: 10px monospace;
  line-height: 1;
  padding: 3px;
  vertical-align: middle;
  transition:
    transform 0.2s,
    background 0.2s,
    border-radius 0.2s;
}
.source-link:hover,
.source-link:focus-visible {
  transform: rotate(-9deg) scale(1.2);
  background: #bbcd7933;
  border-radius: 38% 62% 50% 50%;
}
.story-hover {
  position: fixed;
  z-index: 70;
  width: min(330px, calc(100vw - 24px));
  display: flex;
  gap: 15px;
  background: #fffcf0;
  color: #304632;
  border: 1px solid #c3cfa9;
  border-radius: 18px 18px 18px 4px;
  padding: 18px;
  box-shadow: 0 12px 40px #14261c26;
}
.story-hover[hidden] {
  display: none;
}
.hover-icon {
  font: 30px Georgia;
  background: #d8e5ad;
  color: #546c3c;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 45% 55% 42% 58%;
  flex-shrink: 0;
}
.story-hover small {
  display: block;
  font: 9px/1.6 monospace;
  letter-spacing: 0.5px;
  color: #8b9478;
}
.story-hover strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin: 5px 0;
}
.story-hover p {
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
  color: #6c795a;
}
#source-dialog {
  width: min(760px, calc(100vw - 30px));
  padding: 30px;
  border-radius: 23px;
  background: #f6f4e9;
  max-height: 85vh;
  border: 1px solid #cbd3ba;
}
#source-title {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 22px 0;
}
.note-banner {
  background: #e4eacb;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.note-banner > span {
  font: 47px Georgia;
  color: #71874f;
}
.note-banner small {
  font: 10px monospace;
  color: #80905f;
}
#source-body .note-banner p {
  font-size: 17px;
  color: #435d36;
  margin: 6px 0 0;
}
.note-image {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  object-position: top;
  margin: 18px 0 0;
  border-radius: 12px;
}
.note-timeline {
  padding-top: 8px;
}
.note-timeline > div {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.note-timeline > div > span {
  border-radius: 50%;
  background: #e4e7d4;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  font: 11px monospace;
  color: #7a8863;
  flex-shrink: 0;
}
.note-timeline h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 1px 0 8px;
}
#source-body .note-timeline p {
  font-size: 14px;
  color: #738063;
  margin: 0;
  line-height: 1.65;
}
.motion-paused .day-symbol,
.motion-paused .runner,
.motion-paused .match-ball,
.motion-paused .clock-orbit,
.motion-paused #arrival-blobs i {
  animation-play-state: paused !important;
}
@media (max-width: 1100px) {
  .day-nav {
    padding-left: 18px;
    padding-right: 18px;
  }
  .day-nav a {
    padding: 10px 8px;
    gap: 5px;
  }
  .day-symbol {
    width: 30px;
    height: 35px;
    font-size: 25px;
  }
  .stadium-tabs {
    grid-template-columns: repeat(4, 1fr);
  }
  .fleet-playground {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
  .release-court {
    padding: 14px;
  }
  .fleet-courts {
    gap: 14px;
  }
  .club-history-body {
    gap: 20px;
  }
  #club-stage-title {
    font-size: 35px;
  }
}
@media (max-width: 700px) {
  .day-nav {
    padding: 8px 8px 16px;
    gap: 2px;
  }
  .day-nav a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 5px 0;
    font-size: 11px;
    border-radius: 9px;
  }
  .day-nav a small {
    font-size: 8px;
  }
  .day-symbol {
    width: 26px;
    height: 27px;
    font-size: 20px;
  }
  .nav-track {
    left: 20px;
    right: 20px;
  }
  .compare-line span {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }
  .compare-invitation {
    font-size: 9px;
    padding: 6px 10px;
    bottom: 12px;
  }
  .compare-label {
    font-size: 8px;
  }
  .comparison {
    aspect-ratio: 1.7;
  }
  .atlas-heading {
    padding: 20px 20px 12px;
  }
  .atlas-heading h3 {
    font-size: 32px;
  }
  #stadium-count {
    width: 54px;
    height: 54px;
    font-size: 10px;
  }
  #stadium-frame {
    height: 340px;
  }
  .stadium-bottom {
    padding: 14px 20px;
  }
  .stadium-bottom p {
    font-size: 12px;
  }
  .stadium-tabs {
    padding: 5px 15px 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .stadium-tabs button {
    padding: 10px 7px;
    font-size: 10px;
    gap: 5px;
  }
  .stadium-tabs i {
    width: 11px;
    height: 11px;
  }
  .fleet-module {
    padding: 22px 18px;
  }
  .fleet-top h3 {
    font-size: 29px;
  }
  .fleet-top .mono {
    font-size: 9px;
  }
  .fleet-top > button {
    font-size: 10px;
    padding: 8px 10px;
    white-space: nowrap;
  }
  .fleet-steps {
    gap: 4px;
  }
  .fleet-steps span {
    font-size: 8px;
    padding: 6px 8px;
  }
  .fleet-playground {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .fleet-door {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .door-light {
    width: 25px;
    height: 35px;
    border-width: 2px;
  }
  .door-light:after {
    top: 20px;
    right: 4px;
    width: 4px;
    height: 4px;
  }
  .fleet-door b {
    font-size: 19px;
  }
  .fleet-door > span:last-of-type {
    font-size: 9px;
    max-width: 90px;
    text-align: left;
  }
  .fleet-courts {
    gap: 9px;
  }
  .release-court {
    padding: 11px;
  }
  .release-tag {
    font-size: 8px;
    letter-spacing: 0;
  }
  .release-court h4 {
    font-size: 13px;
  }
  .release-court p {
    font-size: 10px;
    min-height: 45px;
  }
  .connection-badge {
    font-size: 8px;
    min-height: 35px;
  }
  .runner {
    width: 16px;
    height: 14px;
    border-width: 1px;
  }
  .runner:after {
    width: 3px;
    height: 3px;
  }
  .match-ball {
    width: 8px;
    height: 8px;
  }
  .court-score {
    font-size: 8px;
  }
  .fleet-actions {
    gap: 7px;
  }
  .fleet-actions button {
    font-size: 11px;
    padding: 10px 13px;
  }
  #fleet-note {
    font-size: 13px;
  }
  .fleet-drain label {
    font-size: 11px;
  }
  #arrival-blobs {
    width: 90%;
    left: 5%;
    top: 0;
  }
  @keyframes arrive {
    0% {
      opacity: 0;
      transform: translate(0, 0);
    }
    15%,
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate(210px, 95px);
    }
  }
  .club-history {
    padding: 20px 16px;
  }
  .club-history-top {
    font-size: 9px;
  }
  .club-history-top .mono {
    font-size: 9px;
  }
  .club-history-tabs {
    gap: 4px;
    margin: 19px 0;
  }
  .club-history-tabs button {
    font-size: 9px;
    padding: 10px 6px;
  }
  .club-history-tabs button span {
    font-size: 9px;
  }
  .club-history-body {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .club-history-copy {
    padding: 5px 4px;
  }
  #club-stage-title {
    font-size: 34px;
    margin: 15px 0;
  }
  #club-stage-description {
    font-size: 14px;
  }
  #club-stage-quote {
    font-size: 20px;
    margin: 18px 0 10px;
  }
  .club-history-arrows {
    margin-top: -42px;
    align-self: flex-end;
    padding-top: 0;
  }
  .club-history-arrows button {
    width: 38px;
    height: 38px;
  }
  .club-history-visual {
    height: 390px;
  }
  .club-offer {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    font-size: 12px;
  }
  .tactics-lab {
    padding: 24px 18px;
  }
  .tactics-heading .mono {
    font-size: 9px;
  }
  .tactics-heading h3 {
    font-size: 34px;
  }
  .tactics-lab > p {
    font-size: 14px;
  }
  .tactics-controls {
    gap: 10px;
  }
  .tactics-controls button {
    font-size: 10px;
    padding: 8px 11px;
  }
  .tactics-pitches {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .tactics-pitches p {
    min-height: 20px;
  }
  .experiment-process {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .experiment-process p {
    margin: 5px 0;
  }
  .tactics-lab .tactics-key {
    font-size: 9px;
    gap: 8px;
  }
  .power-player {
    padding: 30px 24px;
    gap: 30px;
  }
  .power-player h3 {
    font-size: 35px;
  }
  .power-player p {
    font-size: 14px;
  }
  .power-clock {
    max-width: 270px;
  }
  .power-clock strong {
    font-size: 90px;
  }
  .power-clock > span {
    font-size: 21px;
  }
  .power-clock small {
    font-size: 10px;
  }
  .commit-detail {
    padding: 18px;
    gap: 13px;
  }
  .work-icon {
    width: 43px;
    height: 43px;
    font-size: 26px;
  }
  .work-date {
    font-size: 8px;
  }
  .commit-detail p {
    font-size: 14px;
  }
  #source-dialog {
    padding: 22px;
  }
  #source-title {
    font-size: 29px;
  }
  .note-banner {
    padding: 17px;
    gap: 14px;
  }
  #source-body .note-banner p {
    font-size: 15px;
  }
  .note-timeline > div {
    gap: 13px;
  }
}
@keyframes arrive {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  15% {
    opacity: 1;
  }
  40% {
    transform: translate(25px, var(--arrival-via));
  }
  75% {
    opacity: 1;
    transform: translate(var(--arrival-x), var(--arrival-via));
  }
  100% {
    opacity: 0;
    transform: translate(var(--arrival-x), var(--arrival-y));
  }
}
.club-history-visual {
  height: auto;
  max-height: 560px;
  align-self: center;
}
.club-history-visual .image-zoom {
  border-radius: 0;
  display: block;
}
.club-history-visual .image-zoom:has(img[hidden]) {
  display: none;
}
.club-history-visual .image-zoom + .image-zoom:not(:has(img[hidden])) {
  border-top: 8px solid #ece5d8;
}
#club-image-kind {
  position: absolute;
  top: 12px;
  bottom: auto;
  right: 12px;
  margin: 0;
  pointer-events: none;
  opacity: 0.9;
}
@media (max-width: 700px) {
  .club-history-visual {
    height: auto;
    max-height: 440px;
  }
  #club-image-kind {
    font-size: 8px;
    padding: 5px 8px;
    top: 8px;
    right: 8px;
  }
}

/* Use the same dark, undecorated wordmark beside both ink logo marks. */
header .brand,
footer .brand {
  color: #2f4032;
  text-decoration: none;
}
