:root {
  --paper: #f7f7f4;
  --paper-raised: #ffffff;
  --paper-inset: #efefeb;
  --ink: #181a20;
  --ink-soft: #4e5360;
  --ink-faint: #747987;
  --line: rgba(24, 26, 32, 0.14);
  --line-soft: rgba(24, 26, 32, 0.08);
  --line-strong: rgba(24, 26, 32, 0.28);
  --cobalt: #1546d8;
  --cobalt-dark: #0d2f9d;
  --cobalt-pale: #e8edff;
  --coral: #ff6f61;
  --coral-pale: #fff0ed;
  --success: #14754a;
  --success-pale: #e7f5ed;
  --night: #171a22;
  --night-soft: #20242e;
  --radius-s: 4px;
  --radius-m: 8px;
  --radius-l: 12px;
  --shell: 1200px;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: "Avenir Next", Avenir, Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; border-radius: var(--radius-s); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 247, 244, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 28px; height: 28px; display: inline-grid; place-items: center; color: white; background: var(--cobalt); border-radius: var(--radius-s); font-family: var(--mono); font-size: 19px; line-height: 1; }
.brand-suffix { color: var(--cobalt); font-family: var(--mono); font-size: .76em; font-weight: 500; letter-spacing: -.04em; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 30px; }
.main-nav a, .header-cta { font-size: 13px; font-weight: 700; text-decoration: none; }
.main-nav a { color: var(--ink-soft); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cobalt); }
.header-cta { padding: 9px 13px; color: white; background: var(--ink); border-radius: var(--radius-s); }
.header-cta:hover { background: var(--cobalt); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.sr-only) { width: 21px; height: 2px; display: block; margin: 4px; background: var(--ink); }

.hero { padding: 76px 0 48px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; align-items: center; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 9px; border: 1px solid var(--line); border-radius: var(--radius-s); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #23aa6f; box-shadow: 0 0 0 3px rgba(35, 170, 111, .12); }
.version-kicker { margin: 34px 0 11px; color: var(--cobalt); font: 500 12px/1 var(--mono); letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 22px; font-size: clamp(44px, 5.2vw, 72px); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--cobalt); }
.hero-lead { max-width: 570px; margin-bottom: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 18px; border-radius: var(--radius-s); text-decoration: none; font-size: 13px; font-weight: 800; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.button-primary { color: white; background: var(--cobalt); border: 1px solid var(--cobalt); }
.button-primary:hover { background: var(--cobalt-dark); }
.button-quiet { border: 1px solid var(--line-strong); }
.button-quiet:hover { color: var(--cobalt); border-color: var(--cobalt); }
.release-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 38px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.release-meta div { padding-right: 16px; }
.release-meta dt { color: var(--ink-faint); font: 400 10px/1.4 var(--mono); text-transform: uppercase; }
.release-meta dd { margin: 5px 0 0; font-size: 12px; font-weight: 800; }
.release-meta .good { color: var(--success); }
.hero-visual { position: relative; min-height: 550px; background: var(--night); border-radius: var(--radius-l); overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
.hero-visual img { width: 100%; height: 550px; object-fit: cover; object-position: center; }
.image-label { position: absolute; left: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 3px; padding: 11px 14px; color: white; background: rgba(20, 22, 29, .86); border-left: 3px solid var(--coral); backdrop-filter: blur(8px); }
.image-label span { color: #b9c7fa; font: 500 9px/1.2 var(--mono); letter-spacing: .12em; }
.image-label strong { font-size: 13px; }
.build-stamp { position: absolute; top: 18px; right: 18px; padding: 9px 10px; color: white; background: var(--cobalt); border-radius: var(--radius-s); font: 500 8px/1.3 var(--mono); letter-spacing: .08em; }
.build-stamp strong { font-size: 14px; }

.release-strip { color: white; background: var(--ink); }
.strip-grid { min-height: 94px; display: grid; grid-template-columns: repeat(3, 1fr) 1.55fr; align-items: stretch; }
.strip-grid p { margin: 0; padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); color: #aeb3bf; font-size: 11px; }
.strip-grid p:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.strip-grid strong { color: white; font-size: 13px; }
.strip-grid .mono { margin-bottom: 4px; color: var(--coral); font: 500 9px/1 var(--mono); }
.strip-grid .strip-summary { padding-left: 28px; color: #d9dce3; font-size: 12px; line-height: 1.55; }

.section { padding: 112px 0; }
.section-index { margin-bottom: 12px; color: var(--cobalt); font: 500 11px/1.3 var(--mono); letter-spacing: .11em; }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .balance-intro h2, .performance-section h2 { margin-bottom: 14px; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading > p, .section-heading > div > p:last-child, .balance-intro > p { max-width: 660px; color: var(--ink-soft); }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.heading-row > div > p:last-child { margin-bottom: 0; }
.filters { flex: none; display: flex; gap: 4px; padding: 4px; background: var(--paper-inset); border-radius: var(--radius-m); }
.filter { padding: 8px 12px; color: var(--ink-soft); background: transparent; border: 0; border-radius: var(--radius-s); font-size: 11px; font-weight: 700; cursor: pointer; }
.filter:hover { color: var(--ink); }
.filter.is-active { color: white; background: var(--ink); }
.filter:focus-visible, .button:focus-visible, a:focus-visible, summary:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(21,70,216,.3); outline-offset: 3px; }

.version-rail { position: relative; }
.version-rail::before { content: ""; position: absolute; top: 0; bottom: 0; left: 168px; width: 2px; background: var(--cobalt); }
.patch-entry { position: relative; display: grid; grid-template-columns: 140px minmax(0, 1fr) 82px; gap: 46px; padding: 0 0 42px; }
.patch-entry:last-child { padding-bottom: 0; }
.rail-node { position: absolute; top: 8px; left: 162px; width: 14px; height: 14px; border: 3px solid var(--paper); border-radius: 50%; background: var(--cobalt); box-shadow: 0 0 0 1px var(--cobalt); }
.patch-version { text-align: right; }
.patch-version span { display: block; color: var(--ink-faint); font: 400 9px/1.4 var(--mono); }
.patch-version strong { font: 500 22px/1.3 var(--mono); }
.patch-main { padding: 22px 26px 16px; background: var(--paper-raised); border: 1px solid var(--line); border-radius: var(--radius-m); }
.patch-topline { display: flex; gap: 6px; margin-bottom: 13px; }
.badge { display: inline-flex; align-items: center; width: max-content; min-height: 20px; padding: 0 7px; border-radius: var(--radius-s); font: 500 9px/1 var(--mono); letter-spacing: .05em; }
.badge-coral { color: #8e2e25; background: var(--coral-pale); }
.badge-blue { color: var(--cobalt-dark); background: var(--cobalt-pale); }
.badge-stable { color: var(--success); background: var(--success-pale); }
.patch-main h3 { margin-bottom: 8px; font-size: 21px; letter-spacing: -.025em; }
.patch-main > p { margin-bottom: 14px; color: var(--ink-soft); font-size: 14px; }
details { border-top: 1px solid var(--line-soft); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 0 0; color: var(--cobalt); font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
details[open] summary span { transform: rotate(45deg); }
details ul { margin: 14px 0 4px; padding-left: 18px; color: var(--ink-soft); font-size: 13px; }
.impact { align-self: start; margin: 22px 0 0; font-size: 12px; font-weight: 800; }
.impact span { display: block; color: var(--ink-faint); font: 400 9px/1.4 var(--mono); }
.empty-state { padding: 30px; text-align: center; border: 1px dashed var(--line-strong); }

.category-section { background: var(--paper-raised); }
.narrow { max-width: 720px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.change-card { min-height: 400px; padding: 32px; border-right: 1px solid var(--line); }
.change-card:last-child { border-right: 0; }
.card-code { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 56px; border-radius: var(--radius-s); font: 500 20px/1 var(--mono); }
.added .card-code { color: white; background: var(--cobalt); }
.changed .card-code { color: #8e2e25; background: var(--coral-pale); }
.fixed .card-code { color: var(--success); background: var(--success-pale); }
.card-label { margin-bottom: 7px; color: var(--ink-faint); font: 500 9px/1.4 var(--mono); letter-spacing: .1em; }
.change-card h3 { margin-bottom: 11px; font-size: 22px; }
.change-card > p:not(.card-label) { color: var(--ink-soft); font-size: 14px; }
.change-card ul { margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line-soft); list-style: none; font-size: 12px; }
.change-card li { position: relative; padding: 4px 0 4px 16px; }
.change-card li::before { content: ""; position: absolute; top: 12px; left: 0; width: 6px; height: 2px; background: var(--cobalt); }

.balance-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.balance-intro > p { margin-bottom: 28px; }
.editor-note { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 16px; background: var(--cobalt-pale); border-radius: var(--radius-m); }
.editor-note > span { width: 26px; height: 26px; display: grid; place-items: center; color: white; background: var(--cobalt); border-radius: 50%; font-family: var(--mono); font-size: 11px; }
.editor-note p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.editor-note strong { display: block; color: var(--ink); }
.comparison { background: var(--paper-raised); border: 1px solid var(--line); border-radius: var(--radius-m); overflow: hidden; }
.comparison > header { padding: 24px 26px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.comparison h3 { margin: 8px 0 0; font-size: 20px; }
.version-arrow { font: 500 12px/1 var(--mono); }
.version-arrow b { margin: 0 7px; color: var(--cobalt); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; }
.compare-grid section { padding: 26px; }
.compare-grid .before { background: var(--paper-inset); }
.compare-grid .after { background: var(--paper-raised); border-left: 1px solid var(--line); }
.compare-grid section > p { color: var(--ink-faint); font: 500 9px/1 var(--mono); letter-spacing: .1em; }
.compare-grid dl { margin: 0; }
.compare-grid dl div { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.compare-grid dt { color: var(--ink-soft); font-size: 12px; }
.compare-grid dd { margin: 0; font: 500 15px/1 var(--mono); }
.compare-grid small { color: var(--success); font-size: 9px; }
.comparison > footer { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 20px 26px; color: white; background: var(--cobalt); }
.comparison > footer span { font: 500 9px/1.5 var(--mono); letter-spacing: .08em; }
.comparison > footer p { margin: 0; font-size: 12px; }

.performance-section { color: white; background: var(--night); }
.performance-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.section-index.light { color: #92aaff; }
.performance-section h2 { font-size: clamp(38px, 4.5vw, 58px); }
.performance-section h2 + p { max-width: 500px; color: #b7bbc7; }
.perf-legend { display: flex; gap: 22px; margin-top: 28px; color: #b7bbc7; font: 400 10px/1 var(--mono); }
.perf-legend i { width: 8px; height: 8px; display: inline-block; margin-right: 7px; background: #626977; border-radius: 50%; }
.perf-legend .new { background: var(--coral); }
.perf-panel { padding: 32px; background: var(--night-soft); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-m); }
.metric { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.metric > span { color: #aeb3bf; font: 500 9px/1.4 var(--mono); letter-spacing: .08em; }
.metric strong { grid-row: span 2; color: var(--coral); font: 500 42px/1 var(--mono); }
.metric small { color: #747b8a; font-size: 10px; }
.bar-chart { padding: 25px 0; }
.bar-chart div { display: grid; grid-template-columns: 38px 1fr 60px; gap: 12px; align-items: center; margin: 12px 0; }
.bar-chart span, .bar-chart b { color: #abb0bb; font: 400 10px/1 var(--mono); }
.bar-chart i { width: var(--bar); height: 9px; display: block; background: #5b6170; border-radius: 2px; }
.bar-chart i.improved { background: var(--coral); }
.perf-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.perf-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.perf-list span { color: #aeb3bf; }
.perf-list strong { font-weight: 600; }

.developer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.developer-image { position: relative; }
.developer-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius-m); }
.developer-image > span { position: absolute; left: 16px; bottom: 16px; padding: 8px 10px; color: white; background: var(--ink); border-radius: var(--radius-s); font: 500 9px/1 var(--mono); letter-spacing: .08em; }
.developer-copy blockquote { margin: 0 0 24px; font-size: clamp(25px, 3vw, 38px); font-weight: 700; line-height: 1.28; letter-spacing: -.04em; }
.developer-copy > p:not(.section-index) { color: var(--ink-soft); }
.text-link { display: inline-flex; gap: 12px; color: var(--cobalt); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.mini-note { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.mini-note strong, .mini-note span { padding: 4px 7px; font: 500 9px/1.3 var(--mono); }
.mini-note strong { color: white; background: var(--cobalt); }
.mini-note span { background: var(--paper-inset); }

.games-section { padding-top: 40px; }
.updated-note { display: flex; align-items: center; gap: 9px; color: var(--ink-faint); font: 400 10px/1.4 var(--mono); }
.game-list { border-top: 1px solid var(--line-strong); }
.game-list article { display: grid; grid-template-columns: 44px minmax(220px, 1fr) 110px 84px 62px; gap: 18px; align-items: center; min-height: 82px; padding: 14px 8px; border-bottom: 1px solid var(--line); }
.game-initial { width: 38px; height: 38px; display: grid; place-items: center; border-radius: var(--radius-s); color: white; font: 500 11px/1 var(--mono); }
.game-initial.cobalt { background: var(--cobalt); }.game-initial.coral { background: var(--coral); }.game-initial.dark { background: var(--ink); }.game-initial.pale { color: var(--cobalt); background: var(--cobalt-pale); }
.game-list h3 { margin: 0; font-size: 14px; }
.game-list p { margin: 2px 0 0; color: var(--ink-faint); font-size: 10px; }
.game-list article > strong { font: 500 11px/1 var(--mono); }
.game-list time { color: var(--ink-faint); font-size: 10px; text-align: right; }

.site-footer { color: white; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 70px; padding-top: 60px; padding-bottom: 54px; }
.footer-brand { margin-bottom: 16px; color: white; }
.footer-brand + p { max-width: 430px; color: #aeb3bf; font-size: 12px; }
.footer-top nav { display: flex; flex-direction: column; gap: 10px; }
.footer-top nav a { color: #cfd2d9; font-size: 12px; text-decoration: none; }
.footer-top nav a:hover { color: white; }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #858b98; font: 400 9px/1.4 var(--mono); }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom nav a { color: #b9bec8; font-size: 10px; text-decoration: none; }

.legal-main { background: var(--paper-raised); }
.legal-hero { padding: 84px 0 70px; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-shell { max-width: 920px; }
.legal-hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(44px, 6vw, 74px); line-height: 1; letter-spacing: -.06em; }
.legal-hero h1 + p { max-width: 650px; color: var(--ink-soft); font-size: 17px; }
.legal-updated { margin: 28px 0 0; color: var(--ink-faint); font: 400 10px/1.5 var(--mono); }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 100px; padding-top: 72px; padding-bottom: 100px; }
.legal-layout aside nav { position: sticky; top: 98px; display: flex; flex-direction: column; gap: 9px; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-m); }
.legal-layout aside strong { margin-bottom: 5px; font: 500 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.legal-layout aside a { color: var(--ink-soft); font-size: 11px; text-decoration: none; }
.legal-layout aside a:hover { color: var(--cobalt); }
.legal-content section { position: relative; padding-bottom: 46px; margin-bottom: 46px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content section > span { position: absolute; left: -46px; top: 5px; color: var(--cobalt); font: 500 10px/1 var(--mono); }
.legal-content h2 { margin-bottom: 17px; font-size: 28px; letter-spacing: -.04em; }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 14px; }
.legal-content li { margin: 8px 0; }
.legal-content a { color: var(--cobalt); }

@media (max-width: 980px) {
  .hero-grid, .balance-layout, .developer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 460px; }
  .hero-visual img { height: 460px; }
  .strip-grid { grid-template-columns: repeat(3, 1fr); }
  .strip-grid .strip-summary { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); }
  .category-grid { grid-template-columns: 1fr; }
  .change-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .change-card:last-child { border-bottom: 0; }
  .card-code { margin-bottom: 30px; }
  .balance-layout { gap: 46px; }
  .performance-grid { grid-template-columns: 1fr; gap: 40px; }
  .developer-image { order: 2; }
  .legal-layout { grid-template-columns: 180px 1fr; gap: 60px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; gap: 8px; }
  .nav-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 12px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 10px 0; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(38px, 10.5vw, 44px); letter-spacing: -.07em; }
  .hero-visual, .hero-visual img { height: 390px; min-height: 390px; }
  .hero-visual img { object-position: 62% center; }
  .release-meta { grid-template-columns: repeat(3, 1fr); }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid p, .strip-grid p:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .strip-grid .strip-summary { grid-column: auto; }
  .section { padding: 78px 0; }
  .heading-row { display: block; }
  .filters { width: max-content; max-width: 100%; margin-top: 24px; overflow-x: auto; }
  .version-rail::before { left: 7px; }
  .patch-entry { grid-template-columns: 1fr; gap: 10px; padding-left: 30px; padding-bottom: 34px; }
  .rail-node { left: 1px; }
  .patch-version { text-align: left; }
  .patch-version strong { font-size: 16px; }
  .impact { margin-top: 0; }
  .patch-main { padding: 20px; }
  .category-grid { border-radius: var(--radius-m); overflow: hidden; }
  .change-card { padding: 25px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-grid .after { border-left: 0; border-top: 1px solid var(--line); }
  .comparison > footer { grid-template-columns: 1fr; gap: 5px; }
  .perf-panel { padding: 22px; }
  .metric { grid-template-columns: 1fr; }
  .metric strong { grid-row: auto; margin: 8px 0; }
  .game-list article { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .game-list article .badge { display: none; }
  .game-list article > strong { grid-column: 2; }
  .game-list time { grid-column: 3; grid-row: 1 / span 2; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .legal-hero { padding: 62px 0 50px; }
  .legal-layout { grid-template-columns: 1fr; gap: 44px; padding-top: 44px; }
  .legal-layout aside nav { position: static; }
  .legal-content section > span { position: static; display: block; margin-bottom: 8px; }
}

@media (max-width: 480px) {
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .release-meta { gap: 10px; }
  .release-meta div { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
