/* The website of playphaethon.com, in the design approved on 2026-09-26: the launcher's
   palette and typefaces, a hero band with the games' own source flowing through it, a frame
   of two hairlines with hex bands in the margins, and sections ruled like a debugger's
   listing. Every font is served from /static/fonts/; nothing is loaded from another host. */

@font-face { font-family: "Inter"; src: url("fonts/Inter-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/Inter-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("fonts/PlusJakartaSans-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/JetBrainsMono-latin-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/JetBrainsMono-latin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/JetBrainsMono-latin-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/JetBrainsMono-latin-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --bg: #0b1618;
  --bg-2: #0f1f22;
  --card: #122527;
  --border: #23474c;
  --text: #f0e9d8;
  --text-2: #a9bdb3;
  --gold: #f2a93b;
  --blue: #37b6e9;
  --green: #3fd97a;
  --orange: #f5c043;
  --gold-grad: linear-gradient(180deg, #f7b84a 0%, #b86b24 100%);
  --wordmark-grad: linear-gradient(180deg, #ffd566 0%, #f28a1e 100%);
  --heading: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
  --inset: clamp(24px, 4vw, 64px);
  --gutter: clamp(16px, 6vw, 96px);
  --col: min(calc(1120px + 2 * var(--inset)), calc(100% - 2 * var(--gutter)));
}
html, body { height: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.6 var(--body); overflow-x: hidden; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: #9be3f7; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { margin: 0; font-family: var(--heading); font-weight: 800; letter-spacing: -0.01em; line-height: 1.1; text-wrap: balance; }
.skip-link { position: absolute; z-index: 40; left: 16px; top: -60px; padding: 10px 16px; border-radius: 999px; background: var(--gold); color: var(--bg); font: 700 14px var(--heading); }
.skip-link:focus { top: 16px; color: var(--bg); }
main:focus { outline: none; }
.icon { display: inline-block; flex: none; width: 24px; height: 24px; }

/* ---- The frame: two hairlines at the content edges, the hex bands in the gutters ---- */
.frame { --band: min(176px, calc((100% - var(--col)) / 2 - 12px)); position: relative; }
.frame__band { position: absolute; top: 0; bottom: 0; width: var(--band); box-sizing: border-box; padding: 6px 10px; overflow: hidden; pointer-events: none; font: 500 10.5px/18px var(--mono); color: rgba(169, 189, 179, 0.11); word-break: normal; text-align: justify; border-inline: 1px solid var(--border); z-index: 0; }
.frame__band--l { left: calc((100% - var(--col)) / 2 - var(--band)); }
.frame__band--r { right: calc((100% - var(--col)) / 2 - var(--band)); }
.frame__band span { transition: color 0.9s ease; }
.frame__band span.is-hot { color: rgba(242, 169, 59, 0.8); transition: none; }

/* ---- Sections: a ruled top edge with a label pair, crosses at the frame, a grid behind ---- */
.sec { --cell: var(--bg-2); --grid: rgba(35, 71, 76, 0.42); --step: 96px; position: relative; z-index: 1; border-top: 1px solid var(--border); padding-block: 88px 96px; }
.sec::after { content: ""; position: absolute; top: 0; bottom: 0; left: calc((100% - var(--col)) / 2); right: calc((100% - var(--col)) / 2); z-index: 0; pointer-events: none; background-image: radial-gradient(ellipse 58% 62% at 36% 42%, var(--bg) 0%, rgba(11, 22, 24, 0.9) 35%, rgba(11, 22, 24, 0.55) 62%, rgba(11, 22, 24, 0) 100%), linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 100% 100%, var(--step) var(--step), var(--step) var(--step); background-position: 0 0, 0 -1px, 0 0; }
.sec::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 16px; pointer-events: none; --tick: linear-gradient(90deg, var(--border) 0 1px, transparent 1px); background-image: var(--tick), var(--tick), var(--tick); background-repeat: repeat-x; background-size: 28px 5px, 140px 9px, 280px 16px; }
.sec__rule { position: absolute; z-index: 2; top: -1px; left: calc((100% - var(--col)) / 2); right: calc((100% - var(--col)) / 2); display: flex; justify-content: space-between; padding-inline: 22px; transform: translateY(-50%); pointer-events: none; }
.sec__rule span { font: 600 11px/1 var(--mono); letter-spacing: 0.06em; color: var(--text-2); background: var(--bg); padding: 4px 8px; }
.sec--alt { --cell: var(--card); background: var(--bg-2); }
.sec--alt::after { display: none; }
.sec--alt .sec__rule span { background: var(--bg-2); }
.sec__inner { position: relative; z-index: 1; width: var(--col); box-sizing: border-box; padding-inline: var(--inset); margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.chip { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-left: calc(-1 * var(--inset)); font: 700 11px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--bg); background: var(--gold); padding: 5px 8px 4px; }
.sec h2 { font-size: clamp(32px, 4.6vw, 56px); max-width: 22ch; }
.lede { max-width: 62ch; color: var(--text-2); font-size: clamp(17px, 1.4vw, 20px); }
.sec--plain::after, .sec--plain::before { display: none; }
.sec--plain { background: var(--bg); }
.sec--center .sec__inner { align-items: center; text-align: center; }
.sec--center .chip { margin-left: 0; }
.sec--center h2 { max-width: 20ch; }
.sec--center .lede { max-width: 66ch; }
.cross { position: absolute; z-index: 2; width: 11px; height: 11px; pointer-events: none; }
.cross::before, .cross::after { content: ""; position: absolute; background: var(--text-2); opacity: 0.6; }
.cross::before { left: 5px; top: 0; width: 1px; height: 11px; }
.cross::after { top: 5px; left: 0; width: 11px; height: 1px; }
.cross--tl { top: -6px; left: calc((100% - var(--col)) / 2 - 6px); }
.cross--tr { top: -6px; right: calc((100% - var(--col)) / 2 - 6px); }
.readout { font: 500 12px/1 var(--mono); color: var(--text-2); }

/* ---- Double panels: an outer rim with a floating inner card of columns ---- */
.duo { width: 100%; margin-top: 20px; padding: 6px; box-sizing: border-box; border: 1px solid var(--border); border-radius: 16px; background: var(--bg-2); text-align: left; }
.duo__in { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(58, 106, 112, 0.7); border-radius: 11px; background: var(--card); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35); }
.duo__col { padding: 26px 26px 30px; }
.duo__col + .duo__col { border-left: 1px solid var(--border); }
.duo__col h3 { display: flex; align-items: center; gap: 10px; font-size: 19px; margin-bottom: 10px; }
.duo__col .icon { width: 22px; height: 22px; color: var(--gold); stroke-width: 1.8; }
.duo__col p, .duo__col li { margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.6; }
.duo__col p + p { margin-top: 10px; }
.duo__col ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 10px; }
.duo__col a { color: var(--gold); }
.duo--two .duo__in { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ---- Hero: the source field, the veil, the header bar and the title ---- */
.hero { position: relative; min-height: clamp(520px, 74vh, 880px); box-sizing: border-box; border-bottom: 1px solid var(--border); display: flex; flex-direction: column; background: var(--bg); }
.hero__field { position: absolute; inset: 0; width: 100%; height: 100%; display: block; clip-path: inset(0); }
.hero__veil { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 50% 44% at 50% 50%, rgba(11, 22, 24, 0.84), rgba(11, 22, 24, 0.25) 70%, rgba(11, 22, 24, 0) 88%), linear-gradient(90deg, #0b1618 0%, rgba(11, 22, 24, 0.85) 9%, rgba(11, 22, 24, 0.35) 22%, rgba(11, 22, 24, 0) 36%, rgba(11, 22, 24, 0) 64%, rgba(11, 22, 24, 0.35) 78%, rgba(11, 22, 24, 0.85) 91%, #0b1618 100%); }
.hero::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 170px; background: linear-gradient(0deg, rgba(11, 22, 24, 0) 0%, rgba(11, 22, 24, 0.3) 40%, rgba(11, 22, 24, 0.72) 57%, rgba(11, 22, 24, 0.96) 100%); pointer-events: none; z-index: 1; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(180deg, rgba(11, 22, 24, 0) 0%, rgba(11, 22, 24, 0.35) 60%, rgba(11, 22, 24, 0.7) 100%); pointer-events: none; z-index: 1; }
.hero__body::before { content: ""; position: absolute; left: 50%; top: 50%; z-index: -1; width: min(110%, 1100px); height: 130%; transform: translate(-50%, -50%); background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(11, 22, 24, 0.94) 0%, rgba(11, 22, 24, 0.78) 40%, rgba(11, 22, 24, 0) 75%); pointer-events: none; }
.hero__body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 26px; padding: 64px 16px; }
.hero__title { font-size: clamp(30px, 4.2vw, 60px); max-width: 18ch; letter-spacing: -0.02em; line-height: 1.02; }
.hero--short { min-height: clamp(320px, 44vh, 440px); }
.hero--short .hero__body { padding: 40px 16px 56px; gap: 16px; }
.hero--short .hero__title { font-size: clamp(30px, 3.8vw, 54px); max-width: 20ch; }
.hero__lede { margin: 0; max-width: 62ch; color: var(--text-2); font-size: clamp(16px, 1.25vw, 18px); }
.hero--docs { min-height: 210px; }
.hero--docs .hero__field { opacity: 0.55; }
.hero--docs .hero__body::before { left: 0; width: 70%; transform: translateY(-50%); background: radial-gradient(ellipse 60% 60% at 30% 50%, rgba(11, 22, 24, 0.94) 0%, rgba(11, 22, 24, 0.75) 45%, rgba(11, 22, 24, 0) 78%); }
.hero--docs .hero__body { align-items: flex-start; text-align: left; width: var(--col); box-sizing: border-box; padding: 26px var(--inset) 36px; margin: 0 auto; gap: 10px; }
.hero--docs .hero__title { font-size: clamp(30px, 3.6vw, 48px); max-width: 24ch; }
.crumbs { font: 500 12px/1 var(--mono); color: var(--text-2); }
.crumbs a { color: var(--text-2); }
.crumbs a:hover { color: var(--text); }

/* ---- The header bar: the pinned wordmark, the three menus, the source mark and Log in ---- */
.bar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 74px; box-sizing: border-box; padding-inline: calc((100% - var(--col)) / 2 + var(--inset)); border-bottom: 1px solid var(--border); }
.bar__brand { position: fixed; z-index: 30; top: 28px; left: calc((100% - var(--col)) / 2 + var(--inset)); display: inline-flex; width: 150px; }
.bar__brand svg { width: 100%; height: auto; display: block; }
.bar__slot { width: 150px; }
.bar__mid { display: flex; align-items: center; gap: 6px; }
.bar__toggle { display: none; }
.menu__trigger, .menu__link, .bar__toggle { align-items: center; white-space: nowrap; gap: 6px; height: 38px; padding: 0 12px; border: 1px solid transparent; border-radius: 10px; background: none; color: var(--text); font: 700 15px var(--heading); cursor: pointer; }
.menu__trigger, .menu__link { display: inline-flex; }
.menu__trigger .icon, .bar__toggle .icon { width: 15px; height: 15px; color: var(--text-2); }
.menu__trigger:hover, .menu__link:hover, .bar__toggle:hover { color: var(--text); background: rgba(240, 233, 216, 0.05); }
.menu__trigger[aria-expanded="true"], .bar__toggle[aria-expanded="true"] { border-color: var(--border); background: rgba(11, 22, 24, 0.7); }
.menu { position: absolute; left: 50%; top: 80px; z-index: 5; width: min(1040px, calc(100vw - 32px)); transform: translateX(-50%); }
.menu__panel { position: absolute; left: 0; right: 0; top: 0; padding: 10px; border: 1px solid var(--border); border-radius: 16px; background: #0a1416; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.2s ease, transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.24s; }
.menu__panel.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.menu__label { display: none; margin: 4px 8px 10px; font: 600 10px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-2); }
.menu__inner { display: grid; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); padding: 14px 6px; border: 1px solid rgba(58, 106, 112, 0.7); border-radius: 10px; background: #0e1c1f; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45); }
.menu__inner--2 { --cols: 2; }
.menu__inner--3 { --cols: 3; }
.menu__col { display: flex; flex-direction: column; gap: 6px; padding: 0 8px; }
.menu__col + .menu__col { border-left: 1px solid rgba(35, 71, 76, 0.7); }
.menu__item { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; color: var(--text); border-radius: 8px; }
.menu__item:hover { background: rgba(240, 233, 216, 0.05); color: var(--text); }
.menu__item .icon { width: 20px; height: 20px; margin-top: 2px; color: var(--text-2); }
.menu__item b { display: block; font: 700 16px var(--heading); margin-bottom: 4px; }
.menu__item span { font-size: 14px; line-height: 1.5; color: var(--text-2); }
.menu__item--soon { opacity: 0.6; }
.menu__item--soon b::after { content: "soon"; margin-left: 8px; font: 700 10px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); vertical-align: 2px; }
.bar__pills { display: flex; align-items: center; gap: 10px; }
.bar__icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-right: 4px; color: var(--text-2); }
.bar__icon svg { width: 22px; height: 22px; }
.bar__icon .fj-o, .bar__icon .fj-r { transition: stroke 0.2s; }
.bar__icon:hover .fj-o { stroke: #ff6600; }
.bar__icon:hover .fj-r { stroke: #d40000; }
.bar__btn { display: inline-flex; align-items: center; height: 34px; padding: 0 16px; border-radius: 999px; font: 700 13px var(--heading); white-space: nowrap; }
.bar__btn--ghost { border: 1px solid var(--border); color: var(--text); background: rgba(11, 22, 24, 0.55); }
.bar__btn--ghost:hover { border-color: var(--text-2); color: var(--text); }

/* ---- Buttons ---- */
.cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 6px; }
.cta--start { justify-content: flex-start; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; border-radius: 999px; font: 700 15px var(--heading); }
.btn--gold { background: var(--gold); color: var(--bg); }
.btn--gold:hover { background: #ffbd52; color: var(--bg); }
.btn--dl { gap: 12px; min-height: 54px; padding: 0 26px 0 20px; text-align: left; box-shadow: 0 0 0 1px rgba(255, 213, 102, 0.35), 0 10px 30px rgba(242, 169, 59, 0.22); transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.2s ease; }
.btn--dl:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(255, 213, 102, 0.6), 0 14px 36px rgba(242, 169, 59, 0.32); }
.btn--dl .icon { width: 22px; height: 22px; stroke-width: 2; }
.btn--dl span { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.btn--dl small { font: 500 11px/1 var(--mono); letter-spacing: 0.02em; color: rgba(11, 22, 24, 0.7); }
.btn--ghost { border: 1px solid var(--border); background: rgba(11, 22, 24, 0.55); color: var(--text); font-weight: 700; }
.btn--ghost:hover { border-color: var(--text-2); color: var(--text); }
.btn--cream { background: #fff4dc; color: var(--bg); }
.btn--cream:hover { background: #fffaf0; color: var(--bg); }
.btn--tint { background: rgba(11, 22, 24, 0.16); color: var(--bg); }
.btn--tint:hover { background: rgba(11, 22, 24, 0.24); color: var(--bg); }
.textlink { color: var(--gold); font-weight: 600; font-size: 17px; margin-top: -8px; }
.textlink:hover { color: #ffbd52; text-decoration: underline; text-underline-offset: 4px; }

/* ---- The closer: one gold card on flat ground, its tiles gathering on hover ---- */
.closer { position: relative; z-index: 1; border-top: 1px solid var(--border); padding-block: 14px; background: var(--bg); }
.card { --card: var(--gold); position: relative; width: var(--col); margin: 0 auto; overflow: hidden; border-radius: 14px; background: var(--card); color: var(--bg); isolation: isolate; }
.card__dump { position: absolute; inset: 0; z-index: 0; padding: 10px 18px; overflow: hidden; pointer-events: none; font: 500 10.5px/18px var(--mono); color: rgba(11, 22, 24, 0.13); white-space: nowrap; transition: opacity 0.6s ease; }
.card.is-gathered .card__dump { opacity: 0.3; }
.card__dump .rows { width: max-content; height: 100%; margin: 0 auto; padding: 0 18px; box-sizing: border-box; border-left: 1px solid rgba(11, 22, 24, 0.22); border-right: 1px solid rgba(11, 22, 24, 0.22); }
.card__dump .row { display: flex; gap: 0 14px; }
.card__dump b { font-weight: 600; color: rgba(11, 22, 24, 0.22); }
.card__dump .by { display: inline-block; width: 2ch; margin-right: 1ch; transition: color 0.9s ease; }
.card__dump .by.is-hot { color: rgba(11, 22, 24, 0.55); transition: none; }
.card__dump i { font-style: normal; color: rgba(11, 22, 24, 0.2); letter-spacing: 0.02em; }
.card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: radial-gradient(ellipse 38% 100% at 50% 100%, rgba(255, 244, 214, 0.95), rgba(255, 232, 170, 0.45) 45%, rgba(255, 232, 170, 0) 75%); pointer-events: none; }
.card__body::before { content: ""; position: absolute; left: 12%; right: 12%; top: 30px; bottom: 30px; z-index: -1; background: radial-gradient(ellipse 50% 60% at 50% 50%, var(--card) 0%, var(--card) 38%, rgba(242, 169, 59, 0) 78%); pointer-events: none; }
.card__body { position: relative; z-index: 2; text-align: center; padding: 96px 24px 88px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.card__body h2 { font-size: clamp(30px, 4.2vw, 56px); max-width: 18ch; }
.card__body p { margin: 0; max-width: 52ch; font-size: clamp(16px, 1.3vw, 19px); color: rgba(11, 22, 24, 0.82); }
.card__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 10px; }
.card .band { position: relative; z-index: 2; width: auto; margin: 0; background: #d98d22; color: #fff4dc; }
.cluster { position: absolute; top: 50%; z-index: 1; width: 200px; height: 290px; margin-top: -150px; }
.cluster--l { left: clamp(16px, 4%, 64px); }
.cluster--r { right: clamp(16px, 4%, 64px); }
.cluster::before { content: ""; position: absolute; left: 14px; top: 44px; width: 172px; height: 172px; border-radius: 14px; background: rgba(11, 22, 24, 0.12); border: 1px solid rgba(11, 22, 24, 0.22); opacity: 0; transform: scale(0.96); transition: opacity 0.3s ease, transform 0.3s ease; }
.cluster::after { content: ""; position: absolute; left: 14px; width: 172px; height: 2px; top: 44px; border-radius: 2px; background: rgba(11, 22, 24, 0.55); box-shadow: 0 0 10px 3px rgba(255, 244, 214, 0.55); opacity: 0; }
.cluster b { position: absolute; left: 0; right: 0; top: 228px; text-align: center; font: 600 12px/1 var(--mono); letter-spacing: 0.04em; color: #0f5132; opacity: 0; transform: translateY(6px); transition: opacity 0.3s ease, transform 0.3s ease; }
@keyframes scan { 0% { top: 44px; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { top: 214px; opacity: 0; } }
.tile { position: absolute; top: 0; left: 0; width: 72px; height: 72px; transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.45s ease; }
.tile.is-out { opacity: 0; transition: opacity 0.4s ease; }
.tile > i { display: grid; place-items: center; width: 100%; height: 100%; box-sizing: border-box; border-radius: 12px; background: rgba(11, 22, 24, 0.14); border: 1px solid rgba(11, 22, 24, 0.28); animation: bob 5.5s ease-in-out var(--d) infinite; }
.tile .icon { width: 28px; height: 28px; stroke-width: 1.6; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.card.is-gathered .tile > i { animation: none; }
.card.is-gathered .cluster::before { opacity: 1; transform: none; transition-delay: 1.3s; }
.card.is-gathered .cluster::after { animation: scan 1s ease-in-out 1.7s 1 both; }
.card.is-gathered .cluster b { opacity: 1; transform: none; transition-delay: 2.75s; }

/* ---- The ticker ---- */
.band { position: relative; z-index: 1; width: var(--col); margin: 0 auto; overflow: hidden; background: var(--gold); color: var(--bg); }
.band__track { display: flex; width: max-content; padding: 15px 0; font: 500 13px var(--mono); animation: band 90s linear infinite; }
.tk { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; padding-right: 56px; }
.tk em { font-style: normal; color: rgba(255, 244, 214, 0.6); }
.tk b { font-weight: 700; font-size: 10px; letter-spacing: 0.12em; padding: 3px 6px 2px; border-radius: 4px; background: rgba(11, 22, 24, 0.22); color: #fff4dc; }
.tk b.tk--ok { background: rgba(63, 217, 122, 0.28); }
.tk i { font-style: normal; color: rgba(255, 244, 214, 0.75); }
@keyframes band { to { transform: translateX(-50%); } }

/* ---- Site map, status chips and colophon: flat ground, no grid ---- */
.foot { position: relative; z-index: 1; border-top: 1px solid var(--border); padding-block: 72px 80px; background: var(--bg); }
.foot__inner { width: var(--col); box-sizing: border-box; padding-inline: var(--inset); margin: 0 auto; display: grid; grid-template-columns: minmax(180px, 1fr) 3fr; gap: 40px; }
.foot__brand svg { width: 160px; height: auto; display: block; }
.foot__note { margin: 22px 0 0; max-width: 34ch; font-size: 14px; line-height: 1.55; color: var(--text-2); }
.foot__note b { color: var(--text); font-weight: 600; }
.foot__note .icon { display: inline-block; width: 16px; height: 16px; color: var(--gold); vertical-align: -3px; margin-right: 7px; }
.foot__cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.foot h2 { margin: 0 0 14px; font: 600 13px/1.6 var(--body); letter-spacing: 0; color: var(--text-2); }
.foot__cols a { display: block; color: var(--text); font-size: 16px; line-height: 1.5; margin-bottom: 8px; }
.foot__cols a:hover { color: var(--gold); }
.foot__status { width: var(--col); box-sizing: border-box; padding: 0 var(--inset); margin: 22px auto 0; display: flex; flex-wrap: wrap; gap: 6px; }
.stchip { display: inline-flex; align-items: center; gap: 7px; height: 24px; padding: 0 9px; border: 1px solid var(--border); border-radius: 999px; font: 500 11px/1 var(--mono); color: var(--text-2); }
.stchip i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.stchip--ok { color: var(--green); border-color: rgba(63, 217, 122, 0.35); }
.colophon { position: relative; z-index: 1; border-top: 1px solid var(--border); background: var(--bg); }
.colophon__inner { width: var(--col); box-sizing: border-box; padding: 22px var(--inset); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 28px; font-size: 13px; color: var(--text-2); }
.colophon__inner p { margin: 0; max-width: 90ch; }
.colophon nav { display: flex; gap: 22px; }
.colophon a { color: var(--text-2); }
.colophon a:hover { color: var(--text); }
.colophon__credit a { text-decoration: underline; text-underline-offset: 3px; }

/* ---- Strips: cell rows that run frame line to frame line, with node marks ---- */
.strip { position: relative; display: grid; margin-inline: calc(-1 * var(--inset)); border: 1px solid var(--border); }
.strip > :not(.node) { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 30px 28px 34px; background: var(--bg); }
.strip h3 { font-size: 20px; }
.strip p { margin: 0; color: var(--text-2); font-size: 15px; }
.node, .strip > :not(.node)::before, .strip > :not(.node)::after, .strip::before, .strip::after { content: ""; position: absolute; z-index: 2; width: 7px; height: 7px; box-sizing: border-box; background: var(--bg); border: 1px solid #3f727a; }
.strip > :not(.node)::before { top: -4px; left: -4px; }
.strip > :not(.node)::after { bottom: -4px; left: -4px; }
.strip::before { top: -4px; right: -4px; }
.strip::after { bottom: -4px; right: -4px; }
.node--rm { right: -4px; top: 50%; margin-top: -4px; }
.games { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.games > * + * { border-left: 1px solid var(--border); }
.game .icon { width: 26px; height: 26px; color: var(--accent); stroke-width: 1.7; margin-bottom: 10px; }
.game .sub { font-weight: 700; font-size: 14px; color: var(--accent); }
.game .meta { font: 700 11px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-2); }
.game .fact { font: 500 11px/1 var(--mono); color: var(--text-2); margin-top: 2px; }
.game .disc { position: absolute; top: 26px; right: 24px; text-align: right; opacity: 0; transform: translateY(-4px); font: 500 10.5px/1.5 var(--mono); color: var(--accent); transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; }
.game:hover .disc, .game:focus-within .disc { opacity: 1; transform: none; }
.game h3 a { color: inherit; }
.game h3 a:hover { color: var(--accent); }
.accent--gold { --accent: var(--gold); }
.accent--blue { --accent: var(--blue); }
.accent--green { --accent: var(--green); }
.accent--orange { --accent: var(--orange); }
.steps { grid-template-columns: repeat(3, minmax(0, 1fr)); counter-reset: step; }
.steps > * + * { border-left: 1px solid var(--border); }
.step h3::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 12px; font: 600 12px/1 var(--mono); letter-spacing: 0.16em; color: var(--gold); }
.grid2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid2 > div:nth-child(even) { border-left: 1px solid var(--border); }
.grid2 > div:nth-child(n + 3) { border-top: 1px solid var(--border); }
.legal { font-size: 13px; color: var(--text-2); max-width: 80ch; }
.goal .icon, .feat .icon { width: 26px; height: 26px; color: var(--gold); stroke-width: 1.7; margin-bottom: 10px; }
.goal h3, .feat h3 { font-size: 18px; }
.people .icon, .plan .icon { width: 24px; height: 24px; color: var(--text-2); stroke-width: 1.7; margin-bottom: 10px; }
.people h3, .plan h3 { font-size: 17px; }
.people a { color: var(--gold); font: 500 13px var(--mono); }
.people .pending { color: var(--text-2); font: 500 13px var(--mono); }
.plan .st { display: inline-block; margin-bottom: 8px; font: 700 10px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.state .icon { width: 26px; height: 26px; stroke-width: 1.7; margin-bottom: 10px; color: var(--accent); }
.state h3 { font-size: 18px; }
.state .st { display: inline-block; margin-bottom: 8px; font: 700 11px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }

/* ---- Prose, the maintainer's notes ---- */
.prose { max-width: 66ch; color: var(--text-2); font-size: clamp(16px, 1.2vw, 18px); line-height: 1.65; }
.prose p { margin: 0 0 18px; }
.prose a { color: var(--gold); }
.prose a:hover { color: #ffbd52; text-decoration: underline; text-underline-offset: 4px; }
.prose ul { margin: 0 0 18px; padding-left: 22px; }
.prose li::marker { color: var(--gold); }
.maintainer { margin: 4px 0 0; padding: 22px 26px; max-width: 72ch; border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--bg-2); }
.maintainer span { display: block; margin-bottom: 10px; font: 600 10px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.maintainer p { margin: 0; color: var(--text); font-size: 16px; line-height: 1.65; }

/* ---- List panels: the FAQ, the milestones, the launcher's releases, the posts ---- */
.faq, .ms, .vers, .posts { width: 100%; box-sizing: border-box; border: 1px solid var(--border); border-radius: 16px; background: var(--bg); }
.faq, .ms { padding: 8px 36px; }
.faq__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 32px; padding: 28px 0; }
.faq__row + .faq__row { border-top: 1px dashed rgba(35, 71, 76, 0.9); }
.faq__row h3 { font-size: 19px; line-height: 1.3; }
.faq__row p, .faq__row li { margin: 0 0 10px; color: var(--text-2); font-size: 15px; line-height: 1.6; }
.faq__row p:last-child { margin-bottom: 0; }
.faq__row ul { margin: 0 0 10px; padding-left: 20px; }
.faq__row a { color: var(--gold); }
.faq__row a:hover { text-decoration: underline; text-underline-offset: 4px; }
.faq__row code { font: 500 0.88em var(--mono); color: var(--text); background: rgba(240, 233, 216, 0.07); padding: 1px 6px; border-radius: 4px; }
.ms__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 32px; padding: 26px 0; }
.ms__row + .ms__row { border-top: 1px dashed rgba(35, 71, 76, 0.9); }
.ms__row--closed { opacity: 0.55; }
.ms__head h3 { font-size: 19px; line-height: 1.3; margin-bottom: 8px; }
.ms__id { font: 500 11px/1 var(--mono); color: var(--text-2); }
.ms__bar { height: 4px; background: rgba(35, 71, 76, 0.9); overflow: hidden; margin-top: 8px; }
.ms__bar i { display: block; width: var(--p); height: 100%; background: var(--gold); }
.ms__count { display: block; margin: 8px 0 10px; font: 500 11px/1 var(--mono); color: var(--text-2); }
.ms__body p { margin: 0; color: var(--text-2); font-size: 14px; line-height: 1.6; }
.ms__body a { color: var(--gold); }
.rungs { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.rungs__group { padding: 20px 22px 12px; border: 1px solid var(--border); border-radius: 14px; background: var(--bg); }
.rungs__group h3 { font-size: 15px; margin-bottom: 10px; color: var(--text-2); }
.rung { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 4px 12px; padding: 10px 0; border-top: 1px dashed rgba(35, 71, 76, 0.9); color: var(--text); font-size: 14px; line-height: 1.45; }
.rung:hover span { color: var(--gold); }
.rung b { font: 600 12px/1.6 var(--mono); color: var(--text-2); }
.rung em { grid-column: 2; font-style: normal; display: flex; flex-wrap: wrap; gap: 6px; }
.rung em i { font: 500 10px/1 var(--mono); letter-spacing: 0.06em; padding: 3px 6px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-2); font-style: normal; }
.after { width: 100%; padding-top: 28px; border-top: 1px solid var(--border); }
.after:first-of-type { border-top: 0; padding-top: 0; }
.after h3 { font-size: 24px; margin-bottom: 12px; }
.after .duo { margin-top: 4px; }
.not ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.not li { padding: 22px 24px; background: var(--bg); color: var(--text-2); font-size: 15px; line-height: 1.55; }
.rels { width: 100%; display: flex; flex-direction: column; gap: 18px; }
.rel { padding: 6px; border: 1px solid var(--border); border-radius: 16px; background: var(--bg-2); }
.rel__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 18px 26px 14px; }
.rel__head h3 { font: 700 22px var(--heading); }
.rel__head span { font: 500 12px/1 var(--mono); color: var(--text-2); }
.rel--next .rel__head span { color: var(--gold); }
.rel__body { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); border: 1px solid rgba(58, 106, 112, 0.7); border-radius: 11px; background: var(--card); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35); }
.rel__group { padding: 20px 24px 22px; }
.rel__group + .rel__group { border-left: 1px solid var(--border); }
.rel__group h4 { margin: 0 0 10px; font: 600 10px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-2); }
.rel__group ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 8px; }
.rel__group li { color: var(--text-2); font-size: 15px; line-height: 1.55; }
.rel__group li::marker { color: var(--gold); }
.rel__group strong { color: var(--text); }
.rel__group p { margin: 0 0 10px; color: var(--text-2); font-size: 15px; line-height: 1.6; max-width: 90ch; }
.rel__group p:last-child { margin-bottom: 0; }
.rel__group a { color: var(--gold); }
.vers { padding: 4px 32px; }
.ver { display: grid; grid-template-columns: 120px 110px minmax(0, 1fr); gap: 20px; align-items: baseline; padding: 16px 0; }
.ver + .ver { border-top: 1px dashed rgba(35, 71, 76, 0.9); }
.ver__tag { font: 700 14px var(--heading); color: var(--text); }
.ver time { font: 500 12px/1 var(--mono); color: var(--text-2); }
.ver p { margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.55; }

/* ---- News: the lead post and the list ---- */
.lead-post { width: 100%; padding: 6px; box-sizing: border-box; border: 1px solid var(--border); border-radius: 16px; background: var(--bg-2); }
.lead-post__in { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); border: 1px solid rgba(58, 106, 112, 0.7); border-radius: 11px; background: var(--card); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35); }
.lead-post__main { display: block; padding: 34px 36px 38px; color: var(--text); }
.lead-post__main:hover { color: var(--text); }
.lead-post__main time, .post__meta time { display: block; font: 500 12px/1 var(--mono); color: var(--text-2); margin-bottom: 14px; }
.lead-post__main h3 { font-size: clamp(26px, 2.6vw, 34px); max-width: 22ch; margin-bottom: 12px; }
.lead-post__main p { margin: 0 0 22px; color: var(--text-2); font-size: 16px; line-height: 1.65; max-width: 60ch; }
.lead-post__main:hover h3 { color: var(--gold); }
.lead-post__side { min-width: 0; padding: 34px 32px; border-left: 1px solid var(--border); display: flex; flex-direction: column; gap: 14px; }
.lead-post__side h4 { margin: 0; font: 600 10px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-2); }
.lead-post__side .tk { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 9px; white-space: normal; line-height: 1.5; padding-right: 0; color: var(--text); }
.lead-post__side .tk em { color: var(--text-2); }
.lead-post__side .tk b { background: rgba(240, 233, 216, 0.08); color: var(--text); }
.lead-post__side .tk b.tk--ok { background: rgba(63, 217, 122, 0.22); color: var(--green); }
.lead-post__side .tk i { color: var(--text-2); }
.tags i, .post__meta span i { display: inline-block; font: 500 10px/1 var(--mono); letter-spacing: 0.08em; padding: 3px 7px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-2); font-style: normal; margin-right: 6px; }
.posts { padding: 4px 36px; }
.post { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; padding: 26px 0; color: var(--text); }
.post:hover { color: var(--text); }
.post + .post { border-top: 1px dashed rgba(35, 71, 76, 0.9); }
.post__body h3 { font-size: 21px; margin-bottom: 8px; transition: color 0.2s; }
.post:hover .post__body h3 { color: var(--gold); }
.post__body p { margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.6; max-width: 70ch; }

/* ---- The timeline, with the runner that lights each landing as it passes ---- */
.tl { position: relative; width: 100%; padding-left: 28px; box-sizing: border-box; }
.tl::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 1px; background: var(--border); }
.tl__month { position: relative; margin: 34px 0 14px; }
.tl__month:first-of-type { margin-top: 0; }
.tl__month span { display: inline-block; padding: 5px 10px; margin-left: -28px; border: 1px solid var(--border); border-radius: 999px; background: var(--bg); font: 600 11px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-2); }
.tl__month--ahead span { border-style: dashed; }
.tl__item { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; padding: 16px 0 22px; }
.tl__node { position: absolute; left: -25px; top: 24px; width: 7px; height: 7px; box-sizing: border-box; background: var(--gold); border: 1px solid var(--gold); }
.tl__item--ahead .tl__node { background: var(--bg); border-color: var(--text-2); }
.tl__node::after { content: ""; position: absolute; inset: -6px; border: 1px solid var(--gold); border-radius: 2px; opacity: 0; transform: scale(0.4); }
.tl__node.is-hit::after { animation: pulse 0.9s ease-out 1; }
@keyframes pulse { 0% { opacity: 0.9; transform: scale(0.4); } 100% { opacity: 0; transform: scale(1.9); } }
.tl__runner { position: absolute; left: 4px; top: 0; width: 5px; height: 12px; margin-top: -12px; border-radius: 3px; background: rgba(242, 169, 59, 0.95); box-shadow: 0 0 16px 5px rgba(242, 169, 59, 0.35), 0 0 40px 14px rgba(242, 169, 59, 0.14); opacity: 0; transition: opacity 0.7s ease; pointer-events: none; }
.tl__item time { display: flex; align-items: center; align-self: start; gap: 10px; width: calc(100% + 24px); margin-left: -18px; padding-top: 2px; font: 500 12px/1.6 var(--mono); color: var(--text-2); white-space: nowrap; }
.tl__item time::before { content: ""; flex: none; width: 12px; height: 1px; background: #3f727a; }
.tl__item time::after { content: ""; flex: 1; height: 1px; background: #3f727a; }
.tl__body { position: relative; z-index: 1; }
.tl__body h3 { font-size: 20px; margin-bottom: 6px; }
.tl__body p { margin: 0 0 10px; color: var(--text-2); font-size: 15px; line-height: 1.6; max-width: 70ch; }
.tl__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; font: 500 11px/1 var(--mono); }
.tl__meta b { font-weight: 500; letter-spacing: 0.08em; padding: 3px 7px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-2); }
.tl__meta a { color: var(--gold); margin-left: 4px; }
.tl__item--ahead { opacity: 0.7; }

/* ---- Articles: a news post or a short page, in the docs' article styles ---- */
.article { position: relative; z-index: 1; width: var(--col); box-sizing: border-box; padding: 56px var(--inset) 96px; margin: 0 auto; background: var(--bg); }
.doc { max-width: 72ch; font-size: 16px; line-height: 1.7; color: var(--text-2); }
.doc > :first-child { margin-top: 0; }
.doc h2 { position: relative; margin: 44px 0 14px; padding-top: 22px; border-top: 1px solid var(--border); font-size: 26px; color: var(--text); }
.doc h2::before { content: ""; position: absolute; left: 0; top: -1px; width: 28px; height: 1px; background: var(--gold); }
.doc h3 { margin: 28px 0 10px; font-size: 19px; color: var(--text); }
.doc p { margin: 0 0 16px; }
.doc a { color: var(--gold); overflow-wrap: break-word; }
.doc a:hover { color: #ffbd52; text-decoration: underline; text-underline-offset: 4px; }
.doc strong { color: var(--text); }
.doc code { font: 500 0.88em var(--mono); color: var(--text); background: rgba(240, 233, 216, 0.07); padding: 1px 6px; border-radius: 4px; }
.doc pre { margin: 0 0 18px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-2); overflow: auto; }
.doc pre code { background: none; padding: 0; font-size: 13px; line-height: 1.6; }
.doc pre.license-text { white-space: pre-wrap; font: 400 13px/1.6 var(--mono); }
.doc ul, .doc ol { margin: 0 0 16px; padding-left: 22px; }
.doc li { margin-bottom: 8px; }
.doc li::marker { color: var(--gold); font-weight: 600; }
.doc table { width: 100%; margin: 0 0 20px; border-collapse: collapse; font-size: 14px; }
.doc th { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); font: 600 10px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-2); }
.doc td { padding: 10px 12px; border-bottom: 1px solid rgba(35, 71, 76, 0.6); vertical-align: top; }
.doc td:first-child { color: var(--text); font-weight: 600; white-space: nowrap; }
.doc__foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--border); font: 500 12px/1.6 var(--mono); color: var(--text-2); }
.doc__foot a { color: var(--gold); }

/* ---- Narrow screens: one menu button, stacked panels, stacked strips ---- */
@media (max-width: 1100px) {
  .ver { grid-template-columns: 110px 100px minmax(0, 1fr); }
}
@media (max-width: 860px) {
  .games, .steps, .grid2, .foot__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .games > * + *, .steps > * + * { border-left: 0; }
  .games > :nth-child(even), .steps > :nth-child(even) { border-left: 1px solid var(--border); }
  .games > :nth-child(n + 3), .steps > :nth-child(n + 3) { border-top: 1px solid var(--border); }
  .duo__in, .duo--two .duo__in { grid-template-columns: 1fr; }
  .duo__col + .duo__col { border-left: 0; border-top: 1px solid var(--border); }
  .foot__inner { grid-template-columns: 1fr; }
  .cluster { display: none; }
  .bar { gap: 12px; }
  .bar__mid { display: none; }
  .bar__toggle { display: inline-flex; margin-left: auto; }
  .bar__slot { width: 120px; }
  .bar__brand { width: 120px; top: 30px; }
  .menu { display: none; top: 80px; max-height: calc(100vh - 100px); overflow-y: auto; }
  .menu.is-stacked { display: flex; flex-direction: column; gap: 10px; padding: 10px; box-sizing: border-box; border-radius: 20px; background: rgba(11, 22, 24, 0.97); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); }
  .menu.is-stacked .menu__panel { position: relative; opacity: 1; visibility: visible; transform: none; transition: none; }
  .menu.is-stacked .menu__label { display: block; }
  .menu.is-stacked .menu__inner { grid-template-columns: 1fr; padding: 6px; }
  .menu.is-stacked .menu__col + .menu__col { border-left: 0; border-top: 1px solid rgba(35, 71, 76, 0.7); padding-top: 6px; }
  .menu.is-stacked .menu__item { padding: 10px 12px; }
  .ms__row, .faq__row { grid-template-columns: 1fr; gap: 12px; }
  .faq, .ms { padding: 4px 20px; }
  .rungs, .not ul { grid-template-columns: 1fr; }
  .rel__group + .rel__group { border-left: 0; border-top: 1px solid var(--border); }
  .lead-post__in { grid-template-columns: 1fr; }
  .lead-post__side { border-left: 0; border-top: 1px solid var(--border); }
  .post { grid-template-columns: 1fr; gap: 10px; }
  .posts { padding: 4px 20px; }
}
@media (max-width: 760px) {
  .ver { grid-template-columns: 1fr; gap: 4px; }
  .vers { padding: 4px 20px; }
  .tl__item { grid-template-columns: 1fr; gap: 6px; }
  .tl__item time { width: auto; }
  .tl__item time::after { display: none; }
}
@media (max-width: 520px) {
  .games, .steps, .grid2, .foot__cols { grid-template-columns: 1fr; }
  .strip > div + div, .strip > article + article { border-left: 0; border-top: 1px solid var(--border); }
  .node--rm { display: none; }
  .bar__icon { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .band__track { animation: none; }
  .tile > i { animation: none; }
  .hero__field { opacity: 0.6; }
  .tl__node::after { animation: none; }
}
