@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope[wght].woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --void-980: #07111f;
  --void-940: #0a1727;
  --ink-900: #0f2034;
  --ink-840: #142b44;
  --ink-780: #193756;
  --line-700: #294765;
  --line-600: #3b6386;
  --text-100: #f6fbff;
  --text-300: #cbd8e6;
  --text-500: #a8b8c8;
  --live-400: #21e68f;
  --aqua-400: #4bd9ff;
  --violet-420: #9b8cff;
  --gold-420: #f4c95f;
  --coral-420: #ff6b7d;
  --pitch-700: #108457;
  --pitch-line: #b7ffe0;
  --nav-height: 74px;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--void-980);
}

body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-100);
  font-size: 12px;
  line-height: 1.36;
  font-variant-numeric: tabular-nums;
}

button,
input { font: inherit; color: inherit; min-width: 0; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

html {
  overflow-x: clip;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.chat-log::-webkit-scrollbar { display: none; }
body {
  overflow-x: clip;
}

.app-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--void-940);
  border-inline: 1px solid #102338;
  position: relative;
  overflow-x: clip;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: calc(env(safe-area-inset-top) + 9px) 12px 9px;
  background: var(--void-940);
  border-bottom: 1px solid var(--line-700);
}

.brand-block { display: flex; align-items: center; gap: 9px; min-width: 0; }
.brand-icon { width: 30px; height: 30px; border: 1px solid var(--line-600); padding: 5px; background: var(--ink-900); }
.brand-word { font-family: "Manrope", system-ui, sans-serif; font-weight: 800; letter-spacing: .01em; }
.eyebrow { margin: 0 0 2px; color: var(--text-500); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
h1,
h2,
h3,
p { margin-block: 0; }
h1 { font-size: 19px; line-height: 1.08; font-weight: 760; }
h2 { font-size: 16px; line-height: 1.15; font-weight: 740; }
h3 { font-size: 18px; line-height: 1.1; font-weight: 760; }
.quiet { color: var(--text-300); font-size: 11px; }

.status-button {
  display: grid;
  gap: 0;
  min-width: 64px;
  padding: 5px 7px;
  border: 1px solid var(--line-600);
  background: var(--ink-900);
  text-align: right;
}
.status-button span { color: var(--aqua-400); font-size: 12px; font-weight: 760; text-transform: uppercase; }
.status-button small { color: var(--text-500); font-size: 8px; text-transform: uppercase; }

.header-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--line-700);
  background: var(--void-940);
}
.header-metrics article {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 7px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
}
.header-metrics strong { font-size: 14px; }
.header-metrics span { color: var(--text-500); font-size: 9px; text-transform: uppercase; }

.content-shell { padding: 10px 12px calc(var(--nav-height) + env(safe-area-inset-bottom) + 18px); }
.view { display: none; animation: panelIn 160ms ease-out; }
.view.active { display: block; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.section-head img { width: 28px; height: 28px; padding: 5px; border: 1px solid var(--line-600); background: var(--ink-900); }

.match-carousel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  overflow-x: clip;
  padding-bottom: 0;
}
.match-carousel::-webkit-scrollbar { display: none; }
body[data-data-state="error"] .match-carousel,
body[data-data-state="error"] .match-hero-card,
body[data-data-state="error"] .league-directory,
body[data-data-state="error"] .live-signal-list,
body[data-data-state="error"] [data-view="statistic"] > :not(.section-head),
body[data-data-state="error"] [data-view="bets"] > :not(.section-head),
body[data-data-state="error"] [data-view="saved"] > :not(.section-head) { display: none; }
.match-card {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 9px;
  text-align: left;
  transition: border-color 120ms ease, background 120ms ease, transform 120ms ease;
}
.match-card.active { border-color: var(--live-400); background: var(--ink-840); }
.match-card:active { transform: translateY(1px); }
.league-chip { color: var(--text-300); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.live-dot::before,
.live-badge::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: var(--live-400); animation: livePulse 1.8s ease-in-out infinite; }
.teams-mini { display: grid; grid-template-columns: 30px minmax(0, 1fr) min-content minmax(0, 1fr) 30px; align-items: center; gap: 6px; }
.teams-mini img { width: 30px; height: 30px; border: 1px solid var(--line-700); }
.teams-mini b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.teams-mini em { color: var(--text-500); font-style: normal; font-size: 10px; }
.mini-edge { width: fit-content; max-width: 100%; color: var(--live-400); border: 1px solid #1f9368; padding: 3px 6px; font-size: 10px; }

.match-hero-card,
.league-directory,
.matchup-panel,
.pitch-card,
.source-ledger,
.risk-card,
.formula-strip,
.market-accordion,
.saved-grid article,
.chat-log,
.prompt-grid button,
.trend-card {
  border: 1px solid var(--line-700);
  background: var(--ink-900);
}
.match-hero-card { padding: 10px; margin-top: 2px; }
.card-topline { display: flex; justify-content: space-between; gap: 8px; color: var(--text-500); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.live-badge { color: var(--live-400); }
.scoreline { display: grid; grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr); gap: 7px; align-items: center; margin: 8px 0; }
.team-face { display: grid; gap: 5px; justify-items: center; text-align: center; }
.team-face img { width: 48px; height: 48px; border: 1px solid var(--line-600); background: var(--ink-840); }
.team-face b { max-width: 110px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.score-box { display: grid; place-items: center; min-height: 50px; border: 1px solid var(--line-600); background: var(--ink-840); }
.score-box strong { font-size: 20px; }
.score-box span { color: var(--text-500); font-size: 9px; text-transform: uppercase; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.metric-grid span,
.total-split-grid span,
.market-stats span,
.detail-kpis span { display: grid; border: 1px solid var(--line-700); background: var(--ink-840); padding: 6px; }
.metric-grid b,
.total-split-grid b,
.market-stats b,
.detail-kpis b { color: var(--text-100); font-size: 14px; }
.metric-grid em,
.total-split-grid em,
.market-stats em,
.detail-kpis em { color: var(--text-500); font-size: 9px; font-style: normal; }
.trend-card { margin-top: 7px; padding: 7px; }
.trend-card div { display: flex; justify-content: space-between; gap: 8px; color: var(--text-300); font-size: 10px; }
.trend-card b { color: var(--aqua-400); }
.trend-card svg { width: 100%; height: 52px; margin-top: 6px; border: 1px solid #1b3854; background: #0c1d2e; }
.trend-line { fill: none; stroke: var(--live-400); stroke-width: 3; stroke-linecap: square; stroke-linejoin: miter; animation: chartRise 520ms ease-out; }
.trend-fill { fill: rgba(33, 230, 143, .16); stroke: none; }
.evidence-list { margin: 7px 0 0; padding-left: 18px; color: var(--text-300); }
.evidence-list li { margin: 4px 0; }
.card-actions,
.prompt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 7px; }
.card-actions button,
.subhead button,
.accordion-panel button,
.prompt-grid button,
.saved-filter-row button {
  border: 1px solid var(--line-600);
  background: var(--ink-840);
  padding: 7px 8px;
  color: var(--text-100);
}
.card-actions button:last-child,
.subhead button { color: var(--live-400); }

.league-directory { margin-top: 9px; padding: 9px; }
.subhead { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; color: var(--text-300); }
.subhead span { font-weight: 730; }
.subhead button { padding: 4px 7px; font-size: 10px; }
.league-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center; padding: 7px 0; border-top: 1px solid #1b3854; }
.league-row:first-of-type { border-top: 0; }
.league-row img { width: 30px; height: 30px; border: 1px solid var(--line-700); }
.league-row span { color: var(--text-500); font-size: 10px; text-align: right; }
.inline-icon { width: 18px; height: 18px; opacity: .9; }

.live-signal-list {
  margin-top: 9px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 9px;
}
.live-signal-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 8px;
  align-items: center;
  padding: 7px 0;
  border-top: 1px solid #1b3854;
}
.live-signal-list article:first-of-type { border-top: 0; }
.live-signal-list span { color: var(--text-500); font-size: 10px; }
.live-signal-list em { grid-row: 1 / span 2; grid-column: 2; color: var(--live-400); font-style: normal; font-size: 11px; }

.over15-ranking {
  margin-top: 9px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 9px;
}
.ranking-list { display: grid; gap: 7px; }
.ranking-list article {
  display: grid;
  gap: 3px;
  border-top: 1px solid #1b3854;
  padding-top: 7px;
}
.ranking-list article:first-child { border-top: 0; padding-top: 0; }
.ranking-list strong { color: var(--text-100); }
.ranking-list span { color: var(--text-500); font-size: 10px; }

.schematic-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}
.schematic-strip article {
  min-width: 0;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 6px;
}
.schematic-strip img { width: 100%; height: auto; border: 1px solid #1b3854; background: #0c1d2e; }
.schematic-strip b { display: block; margin-top: 5px; color: var(--text-100); font-size: 10px; }
.schematic-strip span { display: block; margin-top: 2px; color: var(--text-500); font-size: 9px; }
.total-split-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-bottom: 7px; }
.total-split-grid span { display: grid; border: 1px solid var(--line-700); background: var(--ink-840); padding: 6px; }
.team-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 9px; }
.team-toggle button { display: flex; align-items: center; gap: 7px; min-width: 0; border: 1px solid var(--line-700); background: var(--ink-840); padding: 8px; text-align: left; color: var(--text-300); }
.team-toggle button.active { border-color: var(--live-400); color: var(--text-100); background: #14304a; }
.team-toggle img { width: 30px; height: 30px; border: 1px solid var(--line-600); flex: 0 0 auto; }
.team-toggle span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.selected-team-card { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 8px; align-items: center; margin: 0 9px 8px; padding: 8px; border: 1px solid var(--line-700); background: var(--ink-840); }
.selected-team-card img { width: 42px; height: 42px; border: 1px solid var(--line-600); }
.selected-team-card span { display: block; color: var(--text-500); font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.selected-team-card button { border: 1px solid var(--line-600); background: var(--ink-900); color: var(--aqua-400); padding: 6px 7px; font-size: 10px; white-space: nowrap; }
.comparison-bars { padding: 0 9px 9px; }
.comparison-bars div { display: grid; grid-template-columns: minmax(84px, .8fr) 48px minmax(0, 1fr); gap: 7px; align-items: center; padding: 7px 0; border-top: 1px solid #1b3854; }
.comparison-bars span { color: var(--text-300); }
.comparison-bars b { text-align: right; color: var(--text-100); }
.comparison-bars em { grid-column: 1 / -1; color: var(--text-500); font-style: normal; font-size: 9px; }
.bar-meter {
  display: block;
  width: 100%;
  height: 9px;
  border: 1px solid #21435f;
  background: #081724;
  overflow: hidden;
}
.bar-meter i {
  display: block;
  width: var(--bar-value, 0%);
  height: 100%;
  background: var(--live-400);
}
.metric-hint { margin: 0 9px 9px; color: var(--text-300); font-size: 10px; border-top: 1px solid #1b3854; padding-top: 8px; }


.pitch-card { margin-top: 9px; padding: 9px; }
.pitch-grid {
  position: relative;
  height: 284px;
  border: 1px solid #35b985;
  background: var(--pitch-700);
  overflow: hidden;
}
.pitch-grid::before { content: ""; position: absolute; inset: 14px; border: 1px solid var(--pitch-line); opacity: .55; }
.pitch-grid::after { content: ""; position: absolute; left: 14px; right: 14px; top: 50%; border-top: 1px solid var(--pitch-line); opacity: .55; }
.pitch-box { position: absolute; left: 50%; width: 128px; height: 38px; transform: translateX(-50%); border: 1px solid var(--pitch-line); opacity: .55; }
.home-box { top: 14px; border-top: 0; }
.away-box { bottom: 14px; border-bottom: 0; }
.pitch-circle { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; transform: translate(-50%, -50%); border: 1px solid var(--pitch-line); opacity: .48; }
.player-pin { position: absolute; width: 36px; height: 36px; border: 2px solid var(--text-100); background: #082238; display: grid; place-items: center; z-index: 2; }
.player-pin span { color: var(--live-400); font-size: 10px; font-weight: 800; }
.p1 { left: 61%; top: 24%; }
.p2 { left: 31%; top: 63%; }
.p3 { left: 48%; top: 42%; }
.p4 { left: 24%; top: 35%; }
.p5 { left: 68%; top: 61%; }
.p6 { left: 43%; top: 28%; }
.p7 { left: 53%; top: 70%; }

.player-cards { display: grid; gap: 7px; margin-top: 9px; }
.player-card { display: grid; grid-template-columns: 44px 1fr auto; gap: 8px; align-items: center; border: 1px solid var(--line-700); background: var(--ink-900); padding: 8px; text-align: left; }
.player-card img { width: 44px; height: 44px; border: 1px solid var(--line-600); }
.player-card em { display: block; color: var(--text-500); font-style: normal; font-size: 10px; }
.player-card strong { color: var(--gold-420); font-size: 10px; }

.formula-strip { padding: 9px; }
.formula-strip div { display: flex; justify-content: space-between; gap: 8px; }
.formula-strip span { color: var(--aqua-400); font-size: 10px; text-transform: uppercase; }
.formula-strip b { font-size: 11px; }
.formula-strip p { margin-top: 6px; color: var(--text-300); }
.market-accordion { margin-top: 9px; overflow: hidden; }
.accordion-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 8px; border: 0; background: transparent; padding: 10px; text-align: left; }
.accordion-toggle em { display: block; color: var(--text-500); font-size: 10px; font-style: normal; }
.accordion-toggle strong { color: var(--live-400); font-size: 15px; }
.accordion-panel { display: none; padding: 0 10px 10px; color: var(--text-300); }
.market-accordion.open .accordion-panel { display: block; animation: panelIn 150ms ease-out; }
.market-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 8px; }
.source-ledger,
.risk-card { margin-top: 9px; padding: 9px; }
.risk-card span { color: var(--gold-420); text-transform: uppercase; font-size: 10px; }
.risk-card p,
.source-ledger p { color: var(--text-300); margin-top: 5px; }

.saved-filter-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 8px; }
.saved-filter-row button { color: var(--text-300); padding: 6px 4px; font-size: 10px; }
.saved-filter-row button.active { color: var(--live-400); border-color: var(--live-400); }
.saved-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.saved-grid article { position: relative; padding: 8px 8px 8px 34px; }
.saved-grid article::before { content: ""; position: absolute; left: 9px; top: 10px; width: 16px; height: 16px; background: var(--aqua-400); }
.saved-grid article[data-kind="match"]::before { background: var(--live-400); }
.saved-grid article[data-kind="player"]::before { background: var(--gold-420); }
.saved-grid article[data-kind="market"]::before { background: var(--violet-420); }
.saved-grid span { display: block; color: var(--text-500); margin-top: 3px; }
.saved-matrix {
  margin-top: 9px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 9px;
}
.mini-matrix {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 6px 8px;
  border: 1px solid #1b3854;
  background: var(--ink-840);
  padding: 8px;
}
.mini-matrix span { color: var(--text-500); font-size: 10px; }
.mini-matrix b { color: var(--text-100); text-align: right; }
.saved-matrix p { color: var(--text-300); margin-top: 7px; font-size: 11px; }
.saved-review-queue {
  margin-top: 9px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 9px;
}
.saved-review-queue article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 8px;
  align-items: center;
  padding: 6px 0;
  border-top: 1px solid #1b3854;
}
.saved-review-queue article:first-of-type { border-top: 0; }
.saved-review-queue span { color: var(--text-500); font-size: 10px; }
.saved-review-queue em { grid-row: 1 / span 2; grid-column: 2; color: var(--gold-420); font-style: normal; font-size: 11px; }

.chat-log { min-height: 168px; scrollbar-width: none; overflow-y: auto; padding: 10px; display: grid; align-content: start; gap: 7px; }
.chat-log p { max-width: 86%; padding: 8px 9px; border: 1px solid var(--line-700); background: var(--ink-840); }
.chat-log [data-role="user"] { justify-self: end; border-color: var(--violet-420); }
.chat-log [data-role="assistant"] { justify-self: start; }
.prompt-grid { border: 0; background: transparent; }
.prompt-grid button { text-align: left; color: var(--violet-420); }
.chat-check-stack,
.chat-route-panel { margin-top: 9px; display: grid; gap: 7px; }
.chat-check-stack article,
.chat-route-panel article {
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 8px 9px;
}
.chat-check-stack span,
.chat-route-panel span { display: block; color: var(--text-500); margin-top: 3px; font-size: 10px; }
.chat-context-packets,
.chat-composer {
  margin-top: 9px;
  border: 1px solid var(--line-700);
  background: var(--ink-900);
  padding: 9px;
}
.chat-context-packets > span { color: var(--text-500); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.chat-context-packets div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.chat-context-packets em { border: 1px solid var(--line-600); padding: 4px 6px; color: var(--aqua-400); font-style: normal; font-size: 10px; }
.chat-composer { display: grid; grid-template-columns: 1fr auto; gap: 7px; align-items: center; }
.chat-composer span { color: var(--text-500); }
.chat-composer button { border: 1px solid var(--line-600); background: var(--ink-840); padding: 6px 9px; color: var(--violet-420); }

.detail-view {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 0;
  width: min(100%, 430px);
  transform: translate(-50%, 100%);
  visibility: hidden;
  pointer-events: none;
  border: 1px solid var(--line-600);
  border-bottom: 0;
  background: var(--ink-900);
  padding: 12px 12px calc(env(safe-area-inset-bottom) + 18px);
  transition: transform 180ms ease;
}
.detail-view.open { transform: translate(-50%, 0); visibility: visible; pointer-events: auto; }
.detail-view [data-back-button] { border: 1px solid var(--line-600); background: var(--ink-840); padding: 5px 7px; margin-bottom: 8px; }
.detail-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 9px 0; }
.detail-view p:last-child { color: var(--text-300); }

.sheet {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  align-items: end;
  justify-content: center;
  background: rgba(7, 17, 31, .74);
}
.sheet.open { display: flex; }
.sheet-card { width: min(100%, 430px); border: 1px solid var(--line-600); border-bottom: 0; background: var(--ink-900); padding: 12px 12px calc(env(safe-area-inset-bottom) + 18px); animation: panelIn 160ms ease-out; }
.sheet-card > button { float: right; border: 1px solid var(--line-600); background: var(--ink-840); width: 30px; height: 30px; }
.sheet-card p { clear: both; color: var(--text-300); }
dl { display: grid; gap: 6px; margin: 9px 0 0; }
dl div { display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid #1b3854; padding-top: 6px; }
dt { color: var(--text-500); }
dd { margin: 0; text-align: right; }

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 30;
  width: min(100%, 430px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  min-height: var(--nav-height);
  padding: 7px 8px calc(env(safe-area-inset-bottom) + 7px);
  border-top: 1px solid var(--line-700);
  background: var(--void-940);
}
.bottom-nav button {
  border: 1px solid transparent;
  background: transparent;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 5px 2px 6px;
  color: var(--text-500);
  font-size: 10px;
  transition: color 140ms ease, border-color 140ms ease, background 140ms ease;
}
.bottom-nav button::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--nav-icon) center / contain no-repeat;
  mask: var(--nav-icon) center / contain no-repeat;
}
.bottom-nav button.active { color: var(--live-400); border-color: var(--line-600); background: var(--ink-900); }

@keyframes livePulse {
  0%, 100% { opacity: .65; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes chartRise {
  from { opacity: .35; stroke-dashoffset: 24; }
}

@keyframes panelIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 370px) {
  h1 { font-size: 17px; }
  .content-shell { padding-inline: 9px; }
  .scoreline { grid-template-columns: 1fr 72px 1fr; }
  .team-face img { width: 46px; height: 46px; }
  .market-stats { grid-template-columns: repeat(2, 1fr); }
  .comparison-bars div { grid-template-columns: 82px 34px minmax(0, 1fr); }
}
