:root {
  --ink: #07152b;
  --ink-2: #122540;
  --paper: #f2f0e8;
  --paper-2: #fffdf7;
  --line: #cfd8e4;
  --muted: #607089;
  --blue: #1f57ff;
  --sky: #00bce8;
  --acid: #c7ff4a;
  --orange: #ff6b35;
  --red: #ef3f51;
  --green: #087c64;
  --shadow: 0 24px 70px rgba(7, 21, 43, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(7, 21, 43, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 21, 43, .035) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: #fff; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(7, 21, 43, .12);
  background: rgba(242, 240, 232, .92);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: -.035em; text-decoration: none; }
.logo-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #fff;
  background: var(--ink);
  box-shadow: inset 0 -6px 0 var(--blue);
}
.logo-copy { line-height: .95; }
.logo-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.nav { display: flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--blue); }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid #b9c7d7; border-radius: 999px; background: var(--paper-2); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #13b981; box-shadow: 0 0 0 5px rgba(19, 185, 129, .12); }

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  padding: 68px 0 54px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 8%, rgba(31, 87, 255, .78), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(0, 188, 232, .3), transparent 32%),
    var(--ink);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background: repeating-linear-gradient(118deg, transparent 0 46px, rgba(255, 255, 255, .12) 47px, transparent 48px 96px);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--acid); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: currentColor; }
.display {
  max-width: 720px;
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(64px, 8.5vw, 120px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.display .outline { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.78); }
.hero-lead { max-width: 640px; margin: 27px 0 0; color: #dbe8f7; font-size: clamp(18px, 2vw, 22px); line-height: 1.48; }
.hero-matchline { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; max-width: 560px; margin-top: 24px; padding: 15px 17px; border-left: 5px solid var(--acid); background: rgba(255,255,255,.09); }
.hero-matchline small { grid-row: 1 / 3; align-self: center; color: var(--acid); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.hero-matchline strong { font-size: 18px; }
.hero-matchline span { color: #b9c9dc; font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 900; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); box-shadow: 0 12px 32px rgba(199, 255, 74, .18); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }

.cast-board { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; transform: rotate(1.5deg); }
.cast-board::after { content: "6"; position: absolute; right: -23px; bottom: -62px; z-index: -1; color: rgba(255,255,255,.06); font-family: Impact, sans-serif; font-size: 260px; line-height: 1; }
.cast-tile { position: relative; overflow: hidden; min-height: 218px; border: 1px solid rgba(255,255,255,.25); background: #102844; }
.cast-tile:nth-child(1), .cast-tile:nth-child(4) { transform: translateY(24px); }
.cast-tile img { display: block; width: 100%; height: 100%; min-height: 218px; object-fit: cover; filter: saturate(1.08) contrast(1.03); }
.cast-tile span { position: absolute; left: 9px; right: 9px; bottom: 9px; padding: 7px 8px; color: #fff; background: rgba(7,21,43,.82); font-size: 10px; font-weight: 950; letter-spacing: .1em; text-align: center; }

.ticker { overflow: hidden; color: var(--ink); background: var(--acid); border-bottom: 2px solid var(--ink); }
.ticker-track { width: max-content; padding: 13px 0; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.ticker-track span { margin: 0 20px; }

.section { padding: 88px 0; }
.section-dark { color: #fff; background: var(--ink); }
.section-blue { color: #fff; background: var(--blue); }
.section-kicker { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.section-dark .section-kicker, .section-blue .section-kicker { color: var(--acid); }
.section-title { max-width: 850px; margin: 0; font-size: clamp(39px, 5vw, 72px); line-height: .96; letter-spacing: -.055em; }
.section-intro { max-width: 740px; margin: 22px 0 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.section-dark .section-intro, .section-blue .section-intro { color: #cbd9eb; }

.match-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 50px; margin-top: 42px; align-items: center; }
.match-poster { position: relative; }
.match-poster img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; border-radius: 4px 42px 4px 42px; box-shadow: 18px 18px 0 var(--blue), var(--shadow); }
.match-number { position: absolute; left: -26px; top: -34px; padding: 11px 15px; color: var(--ink); background: var(--acid); border: 3px solid var(--ink); font-family: Impact, sans-serif; font-size: 28px; transform: rotate(-6deg); }
.match-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { padding: 8px 11px; border: 1px solid #aebed0; border-radius: 999px; background: var(--paper-2); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.teams { margin: 0; font-size: clamp(46px, 6vw, 78px); line-height: .92; letter-spacing: -.055em; }
.versus { color: var(--blue); }
.match-copy { margin: 22px 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.odds-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 24px 0; border: 1px solid var(--ink); background: var(--ink); }
.odd-cell { padding: 14px; background: var(--paper-2); }
.odd-cell small { display: block; color: var(--muted); font-size: 10px; font-weight: 900; }
.odd-cell strong { display: block; margin-top: 3px; font-size: 26px; }

.roster { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.2); }
.roster-row { --accent: var(--sky); display: grid; grid-template-columns: 92px 160px 1fr 210px 32px; gap: 22px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; transition: background .2s, padding .2s; }
.roster-row:hover { padding-left: 12px; background: rgba(255,255,255,.04); }
.roster-row img { width: 84px; height: 84px; object-fit: cover; border-radius: 3px 18px 3px 18px; border: 2px solid var(--accent); }
.roster-name { color: var(--accent); font-size: 24px; font-weight: 950; }
.roster-role { color: #96abc4; font-size: 12px; line-height: 1.35; }
.roster-pick strong { display: block; font-size: 19px; }
.roster-pick span { display: block; margin-top: 6px; color: #aebed3; font-size: 13px; }
.roster-quote { color: #dbe6f3; font-size: 14px; line-height: 1.45; }
.arrow { color: var(--acid); font-size: 26px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; border: 2px solid var(--ink); background: var(--ink); }
.step { min-height: 260px; padding: 28px; background: var(--paper-2); border-right: 1px solid var(--ink); }
.step:last-child { border: 0; }
.step-num { color: var(--blue); font-family: Impact, sans-serif; font-size: 64px; }
.step h3 { margin: 8px 0 12px; font-size: 24px; }
.step p { margin: 0; color: var(--muted); line-height: 1.55; }

.leaderboard-section { background: #e7edf8; }
.leaderboard-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 42px; align-items: end; }
.leaderboard-table { margin-top: 38px; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: 12px 12px 0 var(--blue); }
.leaderboard-row { display: grid; grid-template-columns: 72px 190px minmax(220px,1fr) 120px 145px; gap: 16px; align-items: center; min-height: 74px; padding: 10px 18px; border-bottom: 1px solid #b8c4d2; text-decoration: none; }
.leaderboard-row:last-child { border-bottom: 0; }
.leaderboard-row:not(.leaderboard-head):hover { background: rgba(31,87,255,.06); }
.leaderboard-head { min-height: 44px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.leaderboard-person { display: flex; align-items: center; gap: 10px; color: var(--accent); }
.leaderboard-person img { width: 46px; height: 46px; border: 2px solid var(--accent); border-radius: 50%; object-fit: cover; }
.rank-number { font-family: Impact, sans-serif; color: var(--blue); font-size: 34px; }
.bank-delta { font-weight: 900; }
.bank-delta.is-up { color: var(--green); }
.bank-delta.is-down { color: var(--red); }
.leaderboard-note { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.day-winner { margin-top: 28px; display: flex; align-items: center; gap: 22px; padding: 24px; border: 2px solid var(--accent); background: var(--ink); color: var(--paper); box-shadow: 8px 8px 0 var(--accent); }
.day-winner img { width: 104px; height: 104px; object-fit: cover; border-radius: 50%; border: 4px solid var(--accent); }
.day-winner span { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-winner h3 { font-size: 34px; margin: 5px 0; }
.day-winner p { margin: 0; color: #c4cfdf; }
.profit-chart { margin-top: 26px; padding: 24px; border: 2px solid var(--ink); background: var(--paper-2); }
.chart-axis { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin-bottom: 18px; }
.profit-line { display: grid; grid-template-columns: 110px 1fr 110px; gap: 15px; align-items: center; padding: 9px 0; color: inherit; text-decoration: none; }
.profit-line span { font-weight: 900; }
.profit-line i { display: block; height: 13px; border: 1px solid var(--ink); background: #dfe4e9; overflow: hidden; }
.profit-line em { display: block; height: 100%; background: var(--accent); }
.profit-line strong { text-align: right; }
.profit-line .is-up { color: #087c64; }
.profit-line .is-down { color: #c52f49; }

.match-hero { padding: 62px 0 72px; color: #fff; background: radial-gradient(circle at 75% 10%, #284f9f, transparent 36%), var(--ink); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: #9cb0ca; font-size: 13px; }
.breadcrumb a { text-decoration: none; }
.match-head-grid { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: end; }
.match-title { margin: 0; font-family: Impact, sans-serif; font-size: clamp(62px, 9vw, 112px); line-height: .82; letter-spacing: -.02em; text-transform: uppercase; }
.match-title span { color: var(--acid); }
.match-side { border-left: 1px solid rgba(255,255,255,.3); padding-left: 28px; }
.match-side p { color: #c7d4e5; line-height: 1.6; }
.live-centre { padding: 34px 0; background: #e7edf1; border-bottom: 2px solid var(--ink); }
.live-board { background: var(--paper); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); }
.live-board-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; color: #fff; background: var(--ink); }
.live-board-head > div { display: flex; gap: 12px; align-items: center; }.live-board-head small { color: #aab9cc; }
.live-badge { padding: 6px 9px; color: #fff; background: #e82e4f; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.live-clock { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); background: #fff; }.live-clock > div { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 13px 20px; }.live-clock > div + div { border-left: 1px solid var(--ink); }.live-clock small { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; }.live-clock strong { font-variant-numeric: tabular-nums; text-align: right; }.live-clock > div:last-child strong { color: var(--blue); }
.live-score { position: relative; display: flex; justify-content: center; align-items: center; gap: 24px; padding: 26px 20px; border-bottom: 1px solid var(--ink); }
.live-score > div { display: flex; align-items: center; gap: 18px; font-size: 23px; font-weight: 900; }.live-score strong { font-size: 58px; }.live-score i { font-size: 37px; font-style: normal; }.live-score em { padding: 7px 10px; color: #fff; background: #e82e4f; font-style: normal; font-weight: 900; }
.live-columns { display: grid; grid-template-columns: 1.25fr .75fr; }.live-columns > section,.live-columns > aside { padding: 24px; }.live-columns > aside { border-left: 1px solid var(--ink); background: #f0f3f2; }.live-columns h2 { margin: 0 0 15px; font-size: 21px; }.live-columns h2:not(:first-child) { margin-top: 27px; }
#live-scorers { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.scorer-card { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 11px 12px; border: 1px solid #b8c4d2; border-left: 5px solid var(--blue); background: #fff; }.scorer-ball { display: grid!important; width: 32px; height: 32px; place-items: center; margin: 0!important; border-radius: 50%; background: #e9f0ff; font-size: 18px!important; }.scorer-card b { display: block; }.scorer-card span { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }.scorer-card time { color: var(--blue); font-size: 17px; font-weight: 950; }
.event-stream { display: grid; gap: 8px; max-height: 430px; overflow: auto; padding-right: 4px; }.match-event { display: grid; grid-template-columns: 52px 40px 1fr; gap: 10px; align-items: center; min-height: 62px; padding: 8px 12px 8px 0; border: 1px solid #c5ced6; border-left: 5px solid #8c9bad; background: #fff; }.match-event time { color: var(--blue); font-size: 17px; font-weight: 950; text-align: center; font-variant-numeric: tabular-nums; }.event-icon { display: grid!important; width: 36px; height: 36px; place-items: center; margin: 0!important; border-radius: 50%; color: #fff!important; background: #8c9bad; font-size: 18px!important; font-weight: 950; }.event-copy b { display: block; line-height: 1.25; }.event-copy span { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }.event-goal { border-left-color: #159c66; background: #f3fff9; }.event-goal .event-icon { background: #d8f6e9; }.event-yellow { border-left-color: #e7b900; }.event-yellow .event-icon { width: 22px; height: 30px; margin-left: 7px!important; border-radius: 3px; background: #ffd62e; box-shadow: inset 0 0 0 1px #c99b00; }.event-red { border-left-color: #d62440; }.event-red .event-icon { width: 22px; height: 30px; margin-left: 7px!important; border-radius: 3px; background: #ef3650; box-shadow: inset 0 0 0 1px #a91028; }.event-sub { border-left-color: #7459e8; }.event-sub .event-icon { background: #7459e8; }.event-period { background: #eef2f5; }.event-period .event-icon { background: var(--ink); }
.event-var,.event-var-confirm,.event-var-cancel { border-left-color: #a443d4; background: #fbf4ff; }.event-var .event-icon,.event-var-confirm .event-icon,.event-var-cancel .event-icon { width: 40px; border-radius: 6px; background: #67228c; font-size: 10px!important; letter-spacing: .06em; }.event-var-cancel { border-left-color: #e82e4f; background: #fff1f3; }.event-var-cancel .event-icon { background: #e82e4f; }.event-var-cancel .event-copy b { color: #bd1734; }.event-correction { border-left-color: #e87520; background: #fff7ec; }.event-correction .event-icon { background: #e87520; }
.coverage-links { display: grid; gap: 8px; }.coverage-links a { display: grid; grid-template-columns: 1fr 22px; padding: 12px; color: inherit; border: 1px solid var(--ink); background: #fff; text-decoration: none; }.coverage-links small { grid-column: 1; color: var(--muted); }.coverage-links b { grid-column: 1; }.coverage-links span { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.lineups { border-top: 1px solid var(--ink); }.lineups summary { cursor: pointer; padding: 18px 24px; font-size: 18px; font-weight: 900; }.lineups[open] summary { border-bottom: 1px solid var(--ink); }#live-lineups { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px; }#live-lineups section { padding: 16px; background: #f0f3f2; }#live-lineups h3 { margin-top: 0; }#live-lineups h3 small { color: var(--muted); }#live-lineups h4 { margin: 18px 0 7px; color: var(--blue); font-size: 12px; text-transform: uppercase; }#live-lineups p { display: flex; justify-content: space-between; gap: 8px; margin: 5px 0; font-size: 13px; }#live-lineups p span { color: var(--muted); }.live-empty { color: var(--muted); }
.fixed-stamp { display: inline-block; margin-top: 12px; padding: 10px 13px; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 950; letter-spacing: .1em; transform: rotate(-1deg); }

.battle-table { margin-top: 38px; border-top: 2px solid var(--ink); }
.battle-row { --accent: var(--blue); display: grid; grid-template-columns: 70px 145px minmax(200px,1fr) 95px 115px 140px; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid #b8c4d2; text-decoration: none; }
.battle-row:hover { background: rgba(31,87,255,.055); }
.battle-row img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; border: 3px solid var(--accent); }
.battle-agent strong { display: block; color: var(--accent); font-size: 19px; }
.battle-agent span { color: var(--muted); font-size: 11px; }
.battle-pick { font-weight: 850; }
.battle-number { font-family: Impact, sans-serif; font-size: 24px; }
.battle-label { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.facts-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.facts-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.facts-list li { position: relative; padding: 18px 12px 18px 38px; border-bottom: 1px solid #b8c4d2; line-height: 1.55; }
.facts-list li::before { content: "↗"; position: absolute; left: 7px; top: 17px; color: var(--blue); font-weight: 950; }
.source-list { display: grid; gap: 8px; }
.source-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border: 1px solid #b9c5d2; background: var(--paper-2); font-size: 13px; font-weight: 800; text-decoration: none; }
.source-link:hover { border-color: var(--blue); color: var(--blue); }
.waiting-panel { padding: 32px; border: 2px solid var(--ink); background: var(--acid); }
.waiting-panel h2 { margin: 0; font-size: 34px; }
.waiting-panel p { max-width: 720px; margin-bottom: 0; line-height: 1.55; }
.result-panel { display: grid; grid-template-columns: 1fr minmax(240px, 420px); gap: 32px; align-items: center; }
.result-panel img { border: 2px solid var(--ink); box-shadow: 9px 9px 0 var(--blue); }
.postmortem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }
.postmortem-card { padding: 22px; border: 2px solid var(--ink); border-top: 8px solid var(--accent); background: var(--paper-2); }
.postmortem-card > div { display: grid; grid-template-columns: 56px 1fr; column-gap: 12px; align-items: center; }
.postmortem-card img { grid-row: 1 / 3; width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.postmortem-card h3 { margin: 0; color: var(--accent); }
.postmortem-card span { color: var(--muted); font-size: 12px; font-weight: 900; }
.postmortem-card blockquote { margin: 20px 0; font-size: 20px; font-weight: 850; line-height: 1.4; }
.postmortem-card a { font-size: 12px; font-weight: 900; }

.article-hero { --accent: var(--blue); overflow: hidden; color: #fff; background: var(--ink); }
.article-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; }
.article-hero-copy { align-self: center; padding: 62px 54px 62px 0; }
.article-agent { color: var(--accent); font-size: 14px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.article-title { margin: 20px 0; font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(48px, 5.6vw, 78px); font-weight: 950; line-height: .96; letter-spacing: -.055em; }
.article-deck { max-width: 660px; margin: 0; color: #d5e1f0; font-size: 20px; line-height: 1.52; }
.article-byline { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 25px; color: #96aac3; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-portrait { position: relative; min-height: 640px; background: var(--accent); }
.article-portrait img { width: 100%; height: 100%; object-fit: cover; }
.article-portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); pointer-events: none; }
.portrait-tag { position: absolute; right: 20px; bottom: 20px; padding: 10px 13px; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 950; letter-spacing: .08em; }

.article-stage { padding: 64px 0 88px; }
.article-grid { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 72px; align-items: start; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.76; }
.article-body .standfirst { margin: 0 0 42px; font-size: 27px; line-height: 1.5; color: #263d59; }
.article-body h2 { margin: 55px 0 15px; font-family: "Segoe UI", Arial, sans-serif; font-size: 35px; line-height: 1.08; letter-spacing: -.035em; }
.article-body p { margin: 0 0 22px; }
.article-body strong { color: var(--blue); }
.pull-quote { margin: 48px 0; padding: 28px 0 28px 30px; border-left: 8px solid var(--accent); font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 900; line-height: 1.12; letter-spacing: -.035em; }
.article-figure { margin: 48px 0; }
.article-figure img { display: block; width: 100%; height: auto; object-fit: contain; border: 1px solid #9fadc0; box-shadow: 12px 12px 0 var(--ink); }
.article-figure figcaption { margin-top: 20px; color: var(--muted); font-family: "Segoe UI", Arial, sans-serif; font-size: 13px; line-height: 1.55; }
.article-figure--portrait { width: min(100%, 560px); margin-left: auto; margin-right: auto; }
.risk-box { margin: 42px 0; padding: 24px 28px; border: 2px solid var(--ink); background: #fff2e8; font-family: "Segoe UI", Arial, sans-serif; }
.risk-box span { display: block; margin-bottom: 8px; color: var(--red); font-size: 11px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.risk-box p { margin: 0; font-size: 17px; line-height: 1.55; }
.article-result { margin: 50px 0; padding: 30px; color: #fff; background: var(--ink); border-top: 9px solid var(--accent); font-family: "Segoe UI", Arial, sans-serif; }
.article-result .result-label { color: var(--accent); font-size: 11px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.article-result h2 { margin: 13px 0 8px; color: #fff; }
.article-result .result-bank { color: #b9c9dc; }
.article-result { scroll-margin-top: 90px; }
.article-result h3 { margin: 32px 0 12px; line-height: 1.3; }
.article-result strong { color: #c7ff4a; }
.article-result .source-link { color: var(--ink); }
.article-result figcaption { color: #b9c9dc; }
.article-result blockquote { margin: 24px 0; padding-left: 18px; border-left: 5px solid var(--accent); font-size: 24px; font-weight: 900; line-height: 1.35; }

.article-aside { position: sticky; top: 94px; }
.pick-ticket { overflow: hidden; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: 9px 9px 0 var(--accent); }
.ticket-top { padding: 11px 15px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.ticket-body { padding: 20px; }
.ticket-pick { margin: 0 0 18px; font-size: 25px; font-weight: 950; line-height: 1.1; }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ticket-grid div { padding-top: 10px; border-top: 1px solid #c4ced9; }
.ticket-grid small { display: block; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ticket-grid strong { display: block; margin-top: 3px; font-size: 19px; }
.ticket-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.aside-links { margin-top: 28px; }
.aside-links a { display: block; padding: 12px 0; border-bottom: 1px solid #bbc6d3; font-size: 13px; font-weight: 850; text-decoration: none; }
.aside-links a:hover { color: var(--blue); }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 36px 0 48px; border: 2px solid var(--ink); }
.signal { padding: 18px; border-right: 1px solid var(--ink); background: var(--paper-2); font-family: "Segoe UI", Arial, sans-serif; }
.signal:last-child { border: 0; }
.signal small { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.signal strong { display: block; margin: 7px 0 4px; color: var(--accent); font-size: 26px; }
.signal span { font-size: 11px; line-height: 1.35; }

.next-story { padding: 54px 0; color: #fff; background: var(--blue); }
.next-story a { display: flex; align-items: center; justify-content: space-between; gap: 24px; text-decoration: none; }
.next-story small { color: #c7d6ff; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.next-story h2 { margin: 8px 0 0; font-size: clamp(32px, 5vw, 58px); line-height: 1; }
.next-arrow { font-size: 62px; }

.site-footer { padding: 46px 0; color: #9db0c8; background: var(--ink); font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.footer-grid p { margin: 0; line-height: 1.6; }
.footer-grid p:last-child { text-align: right; }

/* Игровой день и архив */
.day-hero { padding: 74px 0 64px; color: #fff; background: radial-gradient(circle at 78% 22%, #263a67 0, transparent 31%), var(--ink); }
.day-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 72px; align-items: center; }
.winner-podium { padding: 28px; text-align: center; color: #fff; border: 2px solid var(--accent); background: #101f38; box-shadow: 12px 12px 0 var(--accent); }
.winner-podium > span { color: var(--accent); font-size: 12px; font-weight: 950; letter-spacing: .13em; }
.winner-podium img { display: block; width: 150px; height: 150px; margin: 20px auto 14px; border-radius: 50%; object-fit: cover; border: 5px solid var(--accent); }
.winner-podium h2 { margin: 0; font-size: 38px; }.winner-podium > strong { display: block; color: var(--accent); font-size: 44px; }.winner-podium p { color: #b9c9dc; line-height: 1.5; }.winner-podium p b { color: #fff; }
.day-scorebar { background: var(--blue); color: #fff; }.day-scorebar .shell { display: grid; grid-template-columns: repeat(5,1fr); }.day-scorebar .shell > div { padding: 18px; border-right: 1px solid #ffffff45; }.day-scorebar strong,.day-scorebar span { display: block; }.day-scorebar strong { font-size: 25px; }.day-scorebar span { margin-top: 3px; font-size: 12px; color: #dce4ff; }
.daily-matches { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.daily-match { display: flex; min-height: 410px; flex-direction: column; padding: 24px; color: var(--ink); text-decoration: none; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: 8px 8px 0 var(--ink); }.daily-match:hover { transform: translateY(-3px); }.daily-match-top { display:flex; align-items:center; gap:10px; font-size:11px; }.daily-match-top > span { padding: 7px; color:#fff; background:var(--blue); font-weight:900; }.daily-match-top b { flex:1; }.daily-match-top em { color:var(--green); font-style:normal; font-weight:900; }.daily-match h3 { font-size: 30px; line-height:1.15; }.daily-match h3 strong { color:var(--blue); white-space:nowrap; }.daily-match p { color:var(--muted); line-height:1.55; }.mini-odds { display:flex; gap:6px; margin-top:auto; }.mini-odds span { flex:1; padding:9px 4px; text-align:center; background:#e8edf4; font-size:12px; font-weight:900; }.daily-match footer { display:flex; justify-content:space-between; gap:12px; margin-top:18px; padding-top:16px; border-top:1px solid var(--line); font-size:12px; }.daily-match footer b { color:var(--blue); white-space:nowrap; }.data-note,.reconstruction-note { margin-top:22px; padding:15px 18px; background:#fff5d7; border-left:5px solid #e5ae13; color:#604b10; line-height:1.5; }
.archive-callout { display:flex; align-items:center; justify-content:space-between; gap:45px; padding:36px; color:#fff; background:var(--ink); }.archive-callout h2 { margin-top:0; font-size:34px; }.archive-callout p { max-width:760px; color:#bdc9d9; line-height:1.6; }
.archive-hero { padding:70px 0; color:#fff; background:var(--ink); }.archive-hero h1 { margin:12px 0; font-size:clamp(48px,8vw,90px); }.archive-hero p { max-width:790px; color:#b8c5d8; font-size:20px; line-height:1.6; }
.archive-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:25px; }.archive-day,.archive-next { padding:30px; border:2px solid var(--ink); background:#fff; }.archive-day { color:inherit; text-decoration:none; box-shadow:10px 10px 0 var(--blue); }.archive-day > div:first-child { display:flex; justify-content:space-between; }.archive-day span { font-weight:950; }.archive-day time { color:var(--muted); }.archive-day > strong { display:block; margin:32px 0; font-size:28px; }.archive-winner { display:flex; align-items:center; gap:16px; }.archive-winner img { width:82px; height:82px; border-radius:50%; object-fit:cover; }.archive-winner p,.archive-winner b { display:block; }.archive-winner b { margin-top:5px; font-size:22px; }.archive-day footer { margin-top:25px; padding-top:18px; border-top:1px solid var(--line); color:var(--blue); font-weight:900; }.archive-next { border-style:dashed; color:var(--muted); }.archive-next h2 { color:var(--ink); }.archive-subtitle { margin-top:70px; }
.hero-history-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }.hero-history-grid a { display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:14px; padding:14px; color:inherit; text-decoration:none; border:1px solid var(--line); background:#fff; }.hero-history-grid img { width:58px;height:58px;border-radius:50%;object-fit:cover; }.hero-history-grid b,.hero-history-grid small { display:block; }.hero-history-grid small { margin-top:4px;color:var(--muted); }
.day-timeline { border-left:3px solid var(--blue); }.timeline-match { display:grid; grid-template-columns:90px 1fr; gap:22px; padding:0 0 58px; }.timeline-num { margin-left:-23px; width:44px;height:44px;display:grid;place-items:center;color:#fff;background:var(--blue);font-weight:950; }.timeline-main h2 { font-size:38px; }.timeline-main h2 a { color:inherit;text-decoration:none; }.timeline-main h2 strong { color:var(--blue); }.compact-picks { display:grid;grid-template-columns:repeat(2,1fr);gap:8px; }.compact-picks a { display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:11px;color:inherit;text-decoration:none;background:#fff;border:1px solid var(--line); }.compact-picks img { width:42px;height:42px;border-radius:50%;object-fit:cover; }.compact-picks b,.compact-picks small { display:block; }.compact-picks small { margin-top:3px;color:var(--muted); }
.match-history-hero { padding:64px 0; color:#fff;background:var(--ink); }.match-history-hero h1 { font-size:clamp(42px,7vw,80px);line-height:1;margin:24px 0; }.match-history-hero h1 strong { color:var(--acid);white-space:nowrap; }.match-history-hero .reconstruction-note { max-width:850px; }.odds-strip.wide { max-width:800px; }
.prediction-ledger { display:grid;grid-template-columns:repeat(2,1fr);gap:18px; }.prediction-ledger article { padding:24px;background:#fff;border-top:7px solid var(--accent);box-shadow:var(--shadow); }.prediction-ledger article > header { display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px; }.prediction-ledger header img { width:58px;height:58px;border-radius:50%;object-fit:cover; }.prediction-ledger header b,.prediction-ledger header small { display:block; }.prediction-ledger header small { color:var(--muted);margin-top:3px; }.prediction-ledger header > strong { text-align:right;text-transform:uppercase;font-size:13px; }.prediction-ledger h3 { font-size:22px; }.before-after { display:grid;grid-template-columns:1fr 1fr;gap:12px; }.before-after p { margin:0;padding:14px;background:#f1f4f8;line-height:1.5; }.before-after b { display:block;margin-bottom:8px;font-size:11px;color:var(--blue);letter-spacing:.1em; }.prediction-ledger footer { margin-top:16px;padding-top:13px;border-top:1px solid var(--line);font-size:13px; }
.hero-profile { padding:55px 0;color:#fff;background:var(--ink); }.hero-profile .shell { display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:30px; }.hero-profile img { width:180px;height:180px;border-radius:50%;object-fit:cover;border:6px solid var(--accent); }.hero-profile h1 { margin:7px 0;font-size:64px; }.hero-profile span { color:var(--accent);font-weight:900; }.profile-bank { text-align:right; }.profile-bank small,.profile-bank strong,.profile-bank span { display:block; }.profile-bank strong { margin:8px 0;font-size:38px;color:#fff; }.hero-picks { border-top:2px solid var(--ink); }.hero-picks a { display:grid;grid-template-columns:55px 1fr 120px 130px;align-items:center;gap:15px;padding:18px;color:inherit;text-decoration:none;border-bottom:1px solid var(--line); }.hero-picks a > span { font-size:24px;font-weight:950;color:var(--blue); }.hero-picks small,.hero-picks strong { display:block; }.hero-picks small { margin-bottom:5px;color:var(--muted); }.hero-picks em { font-style:normal;font-weight:900; }.is-up { color:var(--green)!important; }.is-down { color:var(--red)!important; }

@media (max-width: 900px) {
  .day-hero-grid,.archive-grid { grid-template-columns:1fr; }
  .daily-matches { grid-template-columns:1fr; }
  .winner-podium { max-width:440px; }
  .prediction-ledger { grid-template-columns:1fr; }
  .hero-profile .shell { grid-template-columns:130px 1fr; }.hero-profile img { width:130px;height:130px; }.profile-bank { grid-column:1/-1;text-align:left; }
  .hero-grid, .match-feature, .match-head-grid, .facts-layout, .article-hero-grid, .article-grid, .leaderboard-heading, .result-panel { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .cast-board { margin-top: 16px; transform: none; }
  .cast-tile { min-height: 180px; }
  .cast-tile img { min-height: 180px; }
  .cast-tile:nth-child(1), .cast-tile:nth-child(4) { transform: none; }
  .roster-row { grid-template-columns: 76px 130px 1fr 30px; }
  .roster-row img { width: 68px; height: 68px; }
  .roster-quote { display: none; }
  .battle-row { grid-template-columns: 60px 125px 1fr 80px 90px; }
  .battle-row .stake-col { display: none; }
  .article-hero-copy { padding: 52px 0; }
  .article-portrait { min-height: 520px; }
  .article-aside { position: static; order: -1; }
  .leaderboard-row { grid-template-columns: 60px 170px 1fr 130px; }
  .leaderboard-row > *:nth-child(4) { display: none; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1180px); }
  .day-scorebar .shell { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .day-scorebar .shell > div { padding: 14px 12px; }
  .day-scorebar .shell > div:last-child { grid-column: 1 / -1; }
  .daily-match { min-height: 0; padding: 18px; box-shadow: 6px 6px 0 var(--ink); }
  .daily-match h3 { font-size: 25px; }
  .daily-match footer { display: block; }
  .daily-match footer b { display: block; margin-top: 9px; }
  .archive-callout { display: block; padding: 24px 20px; }
  .archive-callout h2 { font-size: 28px; }
  .archive-callout .button { width: 100%; margin-top: 15px; }
  .timeline-match { grid-template-columns: 48px minmax(0,1fr); gap: 8px; padding-bottom: 42px; }
  .timeline-main h2 { font-size: 28px; }
  .compact-picks { grid-template-columns: 1fr; }
  .prediction-ledger article { padding: 17px; }
  .before-after { grid-template-columns: 1fr; }
  .hero-profile { padding: 38px 0; }
  .hero-profile .shell { grid-template-columns: 88px minmax(0,1fr); gap: 16px; }
  .hero-profile img { width: 88px; height: 88px; border-width: 4px; }
  .hero-profile h1 { font-size: 42px; }
  .profile-bank strong { font-size: 30px; }
  .hero-picks a { grid-template-columns: 36px minmax(0,1fr) auto; gap: 9px; padding: 14px 8px; }
  .hero-picks a > span { font-size: 19px; }
  .hero-picks a > b { grid-column: 2 / -1; }
  .header-inner { min-height: 61px; }
  .nav a:not(.live-pill) { display: none; }
  .logo-copy { font-size: 14px; }
  .home-hero { padding: 45px 0 38px; }
  .display { font-size: 61px; }
  .display .outline { -webkit-text-stroke-width: 1px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .cast-board { grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .cast-tile, .cast-tile img { min-height: 126px; }
  .cast-tile span { left: 4px; right: 4px; bottom: 4px; padding: 5px 3px; font-size: 8px; }
  .section { padding: 61px 0; }
  .section-title { font-size: 42px; }
  .match-poster img { box-shadow: 9px 9px 0 var(--blue), var(--shadow); }
  .match-number { left: -4px; }
  .teams { font-size: 48px; }
  .roster-row { grid-template-columns: 62px 94px minmax(0,1fr) 20px; gap: 10px; }
  .roster-row img { width: 58px; height: 58px; }
  .roster-name { font-size: 17px; }
  .roster-role { font-size: 9px; }
  .roster-pick strong { font-size: 14px; }
  .roster-pick span { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .match-hero { padding: 42px 0 48px; }
  .match-title { font-size: 63px; }
  .live-board { box-shadow: 6px 6px 0 var(--blue); }
  .live-board-head { align-items: flex-start; gap: 8px; }.live-board-head small { text-align: right; font-size: 9px; }
  .live-clock { grid-template-columns: 1fr; }.live-clock > div { padding: 11px 13px; }.live-clock > div + div { border-left: 0; border-top: 1px solid var(--ink); }.live-clock small { font-size: 9px; }
  .live-score { gap: 10px; padding: 20px 10px; }.live-score > div { gap: 8px; font-size: 14px; }.live-score strong { font-size: 38px; }.live-score em { font-size: 12px; }
  .live-columns { grid-template-columns: 1fr; }.live-columns > aside { border-left: 0; border-top: 1px solid var(--ink); }#live-lineups { grid-template-columns: 1fr; padding: 12px; }
  #live-scorers { grid-template-columns: 1fr; }.match-event { grid-template-columns: 46px 36px 1fr; padding-right: 8px; }.match-event time { font-size: 15px; }
.match-side { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .battle-row { grid-template-columns: 52px 84px minmax(0,1fr) 54px; gap: 8px; }
  .battle-row img { width: 48px; height: 48px; }
  .battle-agent strong { font-size: 14px; }
  .battle-agent span { font-size: 9px; }
  .battle-pick { font-size: 12px; }
  .battle-number { font-size: 20px; }
  .battle-row .prob-col { display: none; }
  .leaderboard-table { overflow-x: auto; box-shadow: 7px 7px 0 var(--blue); }
  .leaderboard-row { grid-template-columns: 42px 128px minmax(150px,1fr) 105px; min-width: 470px; padding: 9px 12px; gap: 8px; }
  .leaderboard-person img { width: 38px; height: 38px; }
  .leaderboard-person b { font-size: 12px; }
  .rank-number { font-size: 27px; }
  .postmortem-grid { grid-template-columns: 1fr; }
  .day-winner { align-items: flex-start; }
  .day-winner img { width: 78px; height: 78px; }
  .day-winner h3 { font-size: 25px; }
  .profit-line { grid-template-columns: 76px 1fr 74px; gap: 7px; font-size: 11px; }
  .article-hero-grid { display: flex; flex-direction: column-reverse; }
  .article-portrait { min-height: 365px; }
  .article-hero-copy { padding: 33px 0 43px; }
  .article-title { font-size: 43px; line-height: 1; }
  .article-deck { font-size: 17px; }
  .article-stage { padding: 38px 0 62px; }
  .article-body { font-size: 18px; line-height: 1.7; }
  .article-body .standfirst { font-size: 22px; }
  .article-body h2 { font-size: 29px; }
  .pull-quote { font-size: 29px; padding-left: 20px; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal { border-right: 0; border-bottom: 1px solid var(--ink); }
  .article-figure img { box-shadow: 7px 7px 0 var(--ink); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p:last-child { text-align: left; }
}
