:root {
  --paper: #f6f0e2;
  --paper-raised: #fdfaf2;
  --paper-shade: #efe5cf;
  --ink: #262015;
  --graphite: #5f563f;
  --ledger-line: #d8c9a2;
  --ledger-red: #b3261e;
  --pass-green: #1e6b3b;
  --marker-amber: #8a5a00;
  --pencil-blue: #205ea8;
  --radius-paper: 0.25rem;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html, body { max-width: 100%; }
body { min-width: 0; min-height: 100vh; margin: 0; background: var(--paper); }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; overflow-wrap: anywhere; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin-bottom: 0.75rem; font-size: 2rem; line-height: 1.04; letter-spacing: -0.015em; text-transform: uppercase; }
h2 { margin-bottom: 0.5rem; font-size: 1.125rem; line-height: 1.2; letter-spacing: 0.02em; text-transform: uppercase; }
h3 { font-size: 1rem; }
img { max-width: 100%; }
strong, b { font-weight: 800; }

body::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 0.375rem;
  background: var(--ledger-red);
}

.site-header, .page-shell { width: min(100% - 2rem, 72rem); min-width: 0; margin: auto; }
.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  padding: 1.25rem 0 0.9rem;
  border-bottom: 0.25rem double var(--ink);
}
.brand { min-width: 0; font-size: 1.25rem; font-weight: 900; letter-spacing: 0.01em; text-decoration: none; text-transform: uppercase; overflow-wrap: anywhere; }
.tagline, .muted, .empty { color: var(--graphite); }
.tagline { min-width: 0; margin: 0; font-size: 0.8125rem; letter-spacing: 0.02em; overflow-wrap: anywhere; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem; }
.site-header nav a { font-size: 0.875rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: 0.04em; border-bottom: 1px solid transparent; }
.site-header nav a:hover { color: var(--ledger-red); border-bottom-color: var(--ledger-red); }
.site-header nav .muted { font-size: 0.8125rem; }
.page-shell { padding: 2rem 0 4rem; }
.skip-link { position: fixed; z-index: 20; top: 0.75rem; left: 0.75rem; padding: 0.5rem 0.75rem; background: var(--paper-raised); color: var(--ink); font-weight: 800; border: 1px solid var(--ink); transform: translateY(-250%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 0.1875rem solid var(--pencil-blue); outline-offset: 0.1875rem; }

.hero { max-width: 52rem; margin-bottom: 2rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--ledger-red); }
.eyebrow { margin-bottom: 0.5rem; color: var(--graphite); font-family: var(--mono); font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.feed-meta, .card-heading, .section-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; }
.feed-meta { margin-top: 0.9rem; }

.sport-sections { display: grid; gap: 1.75rem; }
.sport-section {
  min-width: 0;
  border: 1px solid var(--ledger-line);
  border-top: 0.25rem double var(--ink);
  background: var(--paper-raised);
  box-shadow: 0 1px 0 rgba(74, 56, 18, 0.05), 0 14px 28px -24px rgba(74, 56, 18, 0.45);
}
.section-heading { padding: 0.8rem 1rem 0.7rem; border-bottom: 1px solid var(--ledger-red); }
.section-heading h2 { margin: 0; font-family: var(--mono); font-size: 0.8125rem; letter-spacing: 0.16em; }
.section-heading .muted { font-size: 0.75rem; }
.game-list { padding: 0.25rem 1rem 0; }

.game-row {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--ledger-line);
  text-decoration: none;
}
.game-list .game-row:last-child { border-bottom: 0; }
.game-row:hover { background: var(--paper-shade); }
.game-row:focus-visible { background: var(--paper-shade); }

.team-logo-wrap { display: flex; width: 3.25rem; min-width: 3.25rem; }
.team-logo {
  display: grid;
  width: 2.125rem;
  height: 2.125rem;
  margin-right: -0.5rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  object-fit: contain;
  background: var(--paper-raised);
  box-shadow: 0 0 0 1px var(--paper-raised), 0 0 0 2px var(--ledger-line);
}
.team-logo-fallback { place-items: center; padding: 0.25rem; color: var(--ink); font-size: 0.625rem; font-weight: 900; }

.game-summary, .game-values, .winner-preview { display: grid; min-width: 0; gap: 0.3rem; }
.matchup-name, .matchup-side, .team-heading { display: flex; flex-wrap: wrap; min-width: 0; align-items: center; gap: 0.25rem 0.5rem; overflow-wrap: anywhere; }
.matchup-name { font-size: 0.9375rem; font-weight: 800; }
.team-role { display: inline-flex; width: fit-content; color: var(--graphite); font-family: var(--mono); font-size: 0.625rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.team-role-away, .versus { color: var(--graphite); }
.versus { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.game-clock, .lineup-status, .h2h-line { font-size: 0.8125rem; }
.h2h-line { display: block; color: var(--muted, inherit); }
.mlb-live-detail {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.35rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--ledger-line);
  border-left: 0.2rem solid var(--ledger-red);
  background: var(--paper);
}
.mlb-live-detail[hidden] { display: none; }
.mlb-live-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.65rem; }
.mlb-live-topline > [data-role="mlb-inning"], .mlb-live-count, .mlb-live-topline > [data-role="mlb-outs"] {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}
.mlb-live-count { font-size: 1.2rem; letter-spacing: 0.02em; }
.mlb-live-topline .status-chip { font-size: 0.625rem; }
.mlb-live-players { display: flex; flex-wrap: wrap; gap: 0.35rem 0.9rem; min-width: 0; font-size: 0.8125rem; }
.mlb-live-players strong { overflow-wrap: anywhere; }
.mlb-live-label { color: var(--graphite); font-family: var(--mono); font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.08em; }
.mlb-base-diamond { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 0.35rem; width: min(100%, 22rem); }
.mlb-base-slot {
  display: flex;
  min-width: 0;
  min-height: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.25rem 0.35rem;
  border: 1px solid var(--ledger-line);
  background: var(--paper-raised);
  color: var(--graphite);
  font-size: 0.75rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mlb-base-slot::before { content: attr(data-base-label); color: var(--graphite); font-family: var(--mono); font-size: 0.625rem; font-weight: 800; letter-spacing: 0.08em; }
.mlb-base-slot[data-occupied="true"] { border-color: var(--ledger-red); background: rgba(179, 38, 30, 0.08); color: var(--ink); font-weight: 800; }
.mlb-base-slot[data-occupied="true"]::before { color: var(--ledger-red); }
.mlb-base-second { grid-column: 2; grid-row: 1; }
.mlb-base-third { grid-column: 1; grid-row: 2; }
.mlb-base-first { grid-column: 3; grid-row: 2; }

.game-values { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; column-gap: 1rem; }
.game-values > :first-child { display: grid; gap: 0.3rem; }
.probability-summary { display: grid; gap: 0.2rem; min-width: 0; font-size: 0.6875rem; font-variant-numeric: tabular-nums; }
.probability-line { overflow-wrap: anywhere; }
.probability-line .label { display: inline-block; min-width: 3.5rem; }
.probability-live-grid { margin-top: 0.75rem; }
.score-line, .live-score-value, .probability-team strong, td, .record-score { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.score-line { font-size: 1.125rem; font-weight: 900; letter-spacing: -0.01em; }
.winner-preview { min-width: 0; text-align: right; color: var(--graphite); font-size: 0.75rem; overflow-wrap: anywhere; }
.winner-probability { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.winner-preview strong { display: block; color: var(--ink); font-size: 0.9375rem; }

.daily-records { display: grid; gap: 0.9rem; margin-top: 2.75rem; }
.record-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: 0.9rem; }
.record-card {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 1rem 1rem;
  border: 1px solid var(--ledger-line);
  border-top: 0.25rem double var(--ink);
  background: var(--paper-raised);
  box-shadow: 0 10px 20px -18px rgba(74, 56, 18, 0.5);
}
.record-score { font-size: 1.75rem; line-height: 1; letter-spacing: -0.03em; }
.label { color: var(--graphite); font-family: var(--mono); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase; }

.status-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.2rem 0.48rem;
  border: 1.5px solid currentColor;
  border-radius: 0.1875rem;
  background: transparent;
  color: var(--graphite);
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.status-fresh { color: var(--pass-green); }
.status-live { color: var(--ledger-red); }
.status-scheduled { color: var(--graphite); }
.status-final { color: var(--ink); }
.status-offline { color: var(--graphite); }
.status-cached, .status-stale, .status-partial { color: var(--marker-amber); }
.status-unavailable, .status-postponed, .status-conflict, .status-insufficient { color: var(--ledger-red); }

.prediction-assessment {
  display: inline-flex;
  justify-self: end;
  width: fit-content;
  align-items: center;
  padding: 0.28rem 0.6rem;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
  background: var(--paper-raised);
  box-shadow: 0 0 0 2px var(--paper-raised), 0 0 0 4px currentColor;
  color: var(--pass-green);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(-4deg);
}
.prediction-assessment-pass { color: var(--pass-green); }
.prediction-assessment-fail { color: var(--ledger-red); }
.prediction-assessment:not([hidden]) { animation: stamp-in 0.32s cubic-bezier(0.25, 1.15, 0.4, 1) both; }
@keyframes stamp-in {
  0% { opacity: 0; transform: rotate(-9deg) scale(1.55); }
  55% { opacity: 1; transform: rotate(-3deg) scale(0.92); }
  100% { opacity: 1; transform: rotate(-4deg) scale(1); }
}

.auth-panel { width: min(100%, 32rem); margin-inline: auto; padding: 1.5rem; border: 1px solid var(--ledger-line); border-top: 0.25rem double var(--ink); background: var(--paper-raised); box-shadow: 0 16px 32px -28px rgba(74, 56, 18, 0.6); }
.auth-panel .hero { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.auth-form { display: grid; gap: 0.7rem; margin-top: 1.5rem; }
.auth-form input, .auth-form button, .inline-form button, .language-toggle, .admin-form input, .admin-form button, .admin-user-card input, .admin-user-card button { font: inherit; }
.auth-form input, .admin-form input, .admin-user-card input {
  min-height: 2.5rem;
  padding: 0.5rem 0.65rem;
  color: var(--ink);
  background: var(--paper-raised);
  border: 1px solid var(--ink);
  border-radius: var(--radius-paper);
}
.auth-form button, .inline-form button, .language-toggle, .admin-form button, .admin-user-card button {
  width: fit-content;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  color: var(--paper-raised);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius-paper);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.auth-form button:hover, .inline-form button:hover, .admin-form button:hover, .admin-user-card button:hover { background: #403827; }
.auth-form button:active, .inline-form button:active, .admin-form button:active, .admin-user-card button:active { transform: translateY(1px); }
.language-toggle { color: var(--ink); background: transparent; min-height: 1.9rem; padding: 0.25rem 0.6rem; font-family: var(--mono); font-size: 0.75rem; }
.language-toggle:hover { color: var(--paper-raised); background: var(--ink); }
.inline-form { display: inline; }
.form-error { padding: 0.75rem 0.9rem; color: var(--ledger-red); border: 1px solid currentColor; background: rgba(179, 38, 30, 0.08); border-radius: var(--radius-paper); font-weight: 800; }

.admin-panel { display: grid; gap: 1rem; margin: 1.5rem 0; padding: 1.1rem; border: 1px solid var(--ledger-line); border-top: 0.25rem double var(--ink); background: var(--paper-raised); box-shadow: 0 14px 26px -24px rgba(74, 56, 18, 0.45); }
.admin-form, .admin-user-card { display: grid; gap: 0.65rem; }
.admin-user-list { display: grid; gap: 1rem; }
.admin-user-card { padding: 1rem; border: 1px solid var(--ledger-line); background: var(--paper); }
.admin-user-heading { display: flex; justify-content: space-between; gap: 1rem; }
.admin-user-activity { display: flex; flex-wrap: wrap; gap: 0.5rem 0.9rem; align-items: center; padding: 0.8rem 0; border-top: 1px dashed var(--ledger-line); border-bottom: 1px dashed var(--ledger-line); }
.admin-activity-details { border-top: 1px dashed var(--ledger-line); padding-top: 0.65rem; }
.activity-event-list { display: grid; gap: 0.35rem; margin: 0.65rem 0 0; padding: 0; list-style: none; color: var(--graphite); font-size: 0.75rem; }
.activity-event-list li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; }
.check-row { display: flex; align-items: center; gap: 0.5rem; }
.check-row input { min-height: auto; }

.notice, .probability-card {
  margin-bottom: 1rem;
  padding: 1rem 1.125rem;
  border: 1px solid var(--ledger-line);
  border-top: 2px solid var(--ink);
  border-radius: 0.25rem;
  background: var(--paper-raised);
  box-shadow: 0 1px 0 rgba(74, 56, 18, 0.04), 0 14px 26px -26px rgba(74, 56, 18, 0.5);
}
.feed-notice { border-top: 3px solid var(--marker-amber); }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; margin-bottom: 1.4rem; color: var(--ink); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ledger-red); }
.back-link:hover { color: var(--ledger-red); }
.back-link svg { width: 0.75rem; height: 0.75rem; flex: none; }
.matchup-header { margin-bottom: 1.75rem; }
.live-score-panel { border-top: 3px solid var(--ledger-red); }
.live-score-value { margin: 0.75rem 0 0; font-size: 2.75rem; font-weight: 900; line-height: 1; letter-spacing: -0.02em; }

.probability-grid { display: grid; gap: 0.75rem; margin: 1.25rem 0 0.75rem; }
.probability-team {
  display: grid;
  min-width: 0;
  gap: 0.3rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--ledger-line);
  background: var(--paper);
  overflow-wrap: anywhere;
}
.home-team { border-top: 2px solid var(--ink); }
.probability-team strong { font-size: 2.25rem; line-height: 1; letter-spacing: -0.02em; }
.probability-meter {
  height: 0.65rem;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.probability-meter span { display: block; width: 0; height: 100%; background: var(--ink); transition: width 180ms ease-out; }
#home-probability-meter[data-probability-kind="live"] span { background: var(--ledger-red); }

.live-player-grid { display: grid; gap: 1rem; margin-top: 1rem; }
.live-player-team { min-width: 0; padding: 0.9rem; border: 1px solid var(--ledger-line); background: var(--paper); }
.live-player-team h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin: 0 0 0.75rem; font-size: 1rem; }
.live-player-rows { display: grid; gap: 0.65rem; }
.live-player-row { display: grid; gap: 0.35rem; min-width: 0; padding-top: 0.65rem; border-top: 1px dashed var(--ledger-line); }
.live-player-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.5rem; }
.live-player-badge {
  width: fit-content;
  padding: 0.18rem 0.45rem;
  border: 1px solid var(--ledger-line);
  color: var(--graphite);
  background: var(--paper-raised);
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
}
.live-player-did_not_play, .live-player-out, .live-player-questionable { color: var(--ledger-red); border-color: currentColor; }
.live-player-active, .live-player-starter { color: var(--pass-green); border-color: currentColor; }
.live-player-replacement, .live-player-source { margin: 0; color: var(--graphite); font-size: 0.75rem; }
.live-player-stats { display: flex; flex-wrap: wrap; gap: 0.35rem 0.65rem; color: var(--ink); font-size: 0.75rem; }
.live-player-stat { overflow-wrap: anywhere; }
.live-player-stat strong { color: var(--graphite); font-weight: 700; }

.detail-grid { display: grid; gap: 0.75rem; margin-top: 1rem; }
.detail-grid div { display: grid; gap: 0.25rem; }
.table-scroll { overflow-x: auto; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 0.65rem 0.55rem; border-bottom: 1px solid var(--ledger-line); text-align: left; vertical-align: top; }
thead th { color: var(--graphite); font-family: var(--mono); font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; }
.metric-favored { color: var(--ink); font-weight: 900; }
.favored-label { display: inline-block; margin-left: 0.35rem; padding: 0.08rem 0.32rem; border: 1px dashed currentColor; color: var(--pass-green); font-family: var(--mono); font-size: 0.625rem; letter-spacing: 0.08em; text-transform: uppercase; }
.context-label { color: var(--graphite); font-family: var(--mono); font-size: 0.6875rem; letter-spacing: 0.06em; text-transform: uppercase; }
.source-list, .factor-list { display: grid; gap: 0.75rem; padding: 0; margin: 0; list-style: none; }
.source-list li { display: grid; grid-template-columns: auto auto 1fr; gap: 0.5rem; align-items: center; padding-top: 0.75rem; border-top: 1px dashed var(--ledger-line); }
.injury-disclosure { max-width: 52rem; }
.injury-grid { display: grid; gap: 1rem; margin-top: 1rem; }
.injury-team { min-width: 0; padding: 0.9rem; border: 1px solid var(--ledger-line); background: var(--paper); }
.injury-team h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin: 0 0 0.75rem; font-size: 1rem; overflow-wrap: anywhere; }
.injury-list { display: grid; gap: 0.65rem; margin: 0; padding: 0; list-style: none; }
.injury-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.25rem 0.5rem; min-width: 0; padding-top: 0.65rem; border-top: 1px dashed var(--ledger-line); }
.injury-item > :nth-child(n+3) { grid-column: 1 / -1; }
.injury-item strong, .injury-item span { overflow-wrap: anywhere; }
.injury-status {
  width: fit-content;
  padding: 0.15rem 0.45rem;
  border: 1px solid currentColor;
  color: var(--marker-amber);
  background: var(--paper-raised);
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 800;
}
.factor-list li { display: grid; grid-template-columns: 1fr auto; gap: 0.25rem 0.75rem; padding-top: 0.75rem; border-top: 1px dashed var(--ledger-line); }
.factor-list small { grid-column: 1 / -1; color: var(--graphite); }
.factor-positive { color: var(--pass-green); font-family: var(--mono); }
.factor-negative { color: var(--ledger-red); font-family: var(--mono); }
.factor-neutral { color: var(--graphite); font-family: var(--mono); }
.analysis-notes { display: grid; gap: 0.5rem; margin: 0; padding-left: 1.25rem; color: var(--graphite); }
.traceability-content h3, .traceability-content h4 { margin-bottom: 0.4rem; }
.sr-only { position: absolute; width: 0.0625rem; height: 0.0625rem; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 20rem) {
  html { scrollbar-width: none; }
  html::-webkit-scrollbar { width: 0; height: 0; }
  .site-header { padding: 1rem 0 0.75rem; }
  .page-shell { padding-top: 1.25rem; padding-bottom: 1.5rem; }
  .hero { margin-bottom: 1rem; }
  .sport-sections { gap: 1.25rem; }
  .game-values { grid-template-columns: 1fr; }
  .mlb-live-players { display: grid; grid-template-columns: 1fr; gap: 0.25rem; }
  .mlb-base-diamond { width: 100%; }
  .mlb-base-slot { font-size: 0.75rem; }
  .daily-records { margin-top: 1.5rem; }
  .record-card { padding: 0.75rem; }
  .table-scroll { overflow-x: visible; }
  .metric-table { display: block; width: 100%; }
  .metric-table thead { display: none; }
  .metric-table tbody { display: grid; gap: 0.75rem; }
  .metric-table .metric-row { display: grid; width: 100%; min-width: 0; gap: 0.5rem; padding: 0.75rem; border: 1px solid var(--ledger-line); background: var(--paper); }
  .metric-table th, .metric-table td { display: grid; grid-template-columns: minmax(0, 7rem) minmax(0, 1fr); gap: 0.5rem; width: 100%; min-width: 0; padding: 0; border: 0; overflow-wrap: anywhere; }
  .metric-table th::before, .metric-table td::before { content: attr(data-label); color: var(--graphite); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
}

@media (min-width: 48rem) {
  .site-header, .page-shell { width: min(100% - 3rem, 72rem); }
  .game-row { grid-template-columns: 3.5rem minmax(0, 1fr) auto; }
  .game-values { grid-column: auto; grid-template-columns: 4.5rem minmax(9rem, 1fr) minmax(8rem, auto); }
  .game-list { padding-inline: 1rem; }
  .probability-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: repeat(3, 1fr); }
  .injury-grid { grid-template-columns: 1fr 1fr; }
  .live-player-grid { grid-template-columns: 1fr 1fr; }
  .live-score-value { font-size: 4rem; }
  .probability-team strong { font-size: 3rem; }
}

@media (min-width: 64rem) {
  .page-shell { padding-top: 2.5rem; }
  .game-row { padding: 0.9rem 0; }
}
@media (min-width: 90rem) {
  .site-header, .page-shell { width: min(100% - 4rem, 80rem); }
  .live-score-value { font-size: 5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
