:root {
  --navy: #06295b;
  --ink: #03142e;
  --surface: #082b59;
  --surface-2: #0b376e;
  --gold: #ffc400;
  --green: #08b45b;
  --paper: #03142e;
  --white: #fff;
  --text: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --radius: 18px;
  --shadow: 0 18px 48px rgba(9, 30, 66, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #f5f8ff;
  background: var(--paper);
  font-family: Inter, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -50px; z-index: 100; padding: 10px 14px; background: var(--gold); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.topline { height: 5px; background: var(--gold); }
.header { position: relative; z-index: 20; background: #021127; color: white; border-bottom: 1px solid rgba(255,255,255,.09); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.beta-badge { display: inline-flex; margin-left: 7px; padding: 3px 6px; border: 1px solid rgba(255,215,0,.7); border-radius: 5px; color: var(--gold); font-size: 8px; font-weight: 950; letter-spacing: .12em; vertical-align: middle; }
.brand-mark { width: 46px; height: 46px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; display: grid; place-items: center; background: transparent; color: white; font-size: 23px; }
.brand-cn { font-size: 21px; font-weight: 900; }
.brand-en { margin-top: 2px; color: #b9c5dc; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #cbd5e7; font-size: 13px; font-weight: 750; }
.nav-links a[aria-current="page"], .nav-links a:hover { color: white; }
.nav-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 10px; border: 0; background: var(--green); color: #032315; font-size: 13px; font-weight: 900; cursor: pointer; }
.button.secondary { border: 1px solid rgba(255,255,255,.35); background: rgba(7,22,50,.55); color: white; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: transparent; color: white; cursor: pointer; }
.nav-tools { display: flex; gap: 8px; }
.icon-button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; color: white; cursor: pointer; }

.scores { background: #061d3d; border-bottom: 1px solid rgba(255,255,255,.1); }
.scores-inner { display: grid; grid-template-columns: 150px minmax(0,1fr) 90px; }
.score-label, .score { min-height: 84px; padding: 17px 20px; border-right: 1px solid var(--line); }
.score-rail { display: flex; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.score-rail::-webkit-scrollbar { display: none; }
.score-rail .score { min-width: calc(100% / 3); scroll-snap-align: start; }
.score-controls { display: flex; align-items: center; gap: 7px; padding-left: 12px; }
.score-control { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy); cursor: pointer; }
.score-label { padding-left: 0; color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.score-label strong { display: block; margin-top: 6px; color: var(--text); font-size: 15px; letter-spacing: 0; }
.score { display: grid; grid-template-columns: 53px 1fr 48px; align-items: center; font-size: 12px; }
.score time, .score-meta { color: var(--muted); font-size: 10px; }
.score-teams { display: grid; gap: 7px; font-weight: 800; }
.score-meta { text-align: right; }

.ad-band { padding: 22px 0; background: #f0f2f5; border-bottom: 1px solid #e7e9ee; }
.ad-slot { width: min(970px, 100%); min-height: 90px; margin-inline: auto; border: 1px dashed #cbd2dc; background: #fafbfc; color: #7b8595; display: grid; place-items: center; position: relative; text-align: center; letter-spacing: .08em; text-transform: uppercase; }
.ad-slot::before { content: "广告 / Sponsored"; position: absolute; left: 10px; top: 8px; color: #9ca5b2; font-size: 9px; }
.ad-slot strong { font-size: 17px; }
.ad-slot[role="link"] { cursor: pointer; }

.hero { min-height: 560px; color: white; background: var(--ink); }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.05fr .82fr; gap: 76px; align-items: center; }
.hero h1 { max-width: 650px; margin: 0 0 17px; font-size: clamp(42px, 4.3vw, 58px); line-height: 1.12; letter-spacing: -.04em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-en { margin-bottom: 21px; color: #d7dfef; font-size: 17px; font-weight: 750; }
.hero-copy p { max-width: 570px; color: #c5cfe2; line-height: 1.8; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button.gold { background: var(--gold); color: #241b00; }
.trophy-hero { overflow: hidden; position: relative; background: #020d1e; }
.trophy-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,30,.98) 0%, rgba(2,13,30,.9) 37%, rgba(2,13,30,.18) 67%, rgba(2,13,30,0) 100%); pointer-events: none; }
.trophy-hero .hero-grid { position: relative; z-index: 1; }
.hero-copy { position: relative; z-index: 2; }
.hero-trophy { position: absolute; inset: 0; z-index: -1; }
.hero-trophy img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-notice { position: relative; z-index: 2; min-height: 56px; display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.14); color: #d0d8e7; font-size: 12px; flex-wrap: wrap; }
.hero-notice b { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-left: 6px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.hero-notice .data-state { margin-left: auto; }
.flag-image { display: block; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; box-shadow: 0 5px 14px rgba(0,0,0,.22); }
.flag-small { width: 30px; }
.flag-medium { width: 48px; }
.flag-large { width: 72px; }
.featured-matches-section { padding: 28px 0 30px; background: linear-gradient(180deg, #06285a, #031a3a); }
.featured-matches-section .section-title, .featured-matches-section .text-link { color: white; }
.featured-matches-section .section-head { margin-bottom: 18px; }
.fixture-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; min-width: 0; }
.fixture-card { padding: 21px; border: 1px solid rgba(93,159,225,.28); border-radius: 12px; background: linear-gradient(145deg, #0a356b, #05234a); box-shadow: 0 14px 32px rgba(0,0,0,.16); text-align: center; }
.fixture-teams { display: grid; grid-template-columns: 1fr 42px 1fr; gap: 8px; align-items: center; }
.fixture-teams > div { display: grid; justify-items: center; gap: 9px; }
.fixture-teams > b { font-size: 22px; }
.fixture-card p { color: #c1cde0; font-size: 11px; }
.fixture-card > a { display: inline-flex; justify-content: center; padding: 10px 18px; border: 1px solid rgba(106,180,244,.55); border-radius: 8px; font-size: 11px; font-weight: 850; }
.fixture-controls { display: none; }
.fixture-meta, .schedule-meta, .prediction-meta { margin-top: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.match-status { display: inline-flex; min-width: 42px; justify-content: center; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; color: #f8fbff; }
.match-status.live { background: #16a34a; }
.match-status.ht { background: #0ea5e9; }
.match-status.ft { background: #7c3aed; }
.match-status.pst { background: #d97706; }
.match-status.ns, .match-status.canc { background: #6b7280; }
.live-score { display: inline-flex; min-height: 24px; align-items: center; justify-content: center; padding: 4px 9px; border-radius: 7px; border: 1px solid rgba(255,255,255,.28); color: #e2e8f0; font-weight: 900; }
.match-panel { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(6,19,44,.9); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.panel-head { display: flex; justify-content: space-between; color: #aebad0; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.panel-teams { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; margin: 27px 0 23px; text-align: center; }
.nation { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 10px; border: 4px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 15px; font-weight: 950; }
.nation.br { background: #ffdf22; color: #073b83; }
.nation.ma { background: #c9152d; color: white; }
.panel-team strong { display: block; }
.panel-team small { color: #93a0b9; font-size: 9px; }
.versus { color: var(--gold); font-size: 22px; font-weight: 950; }
.versus small { display: block; color: #8c9ab3; font-size: 9px; }
.trend { display: grid; grid-template-columns: repeat(3,1fr); padding: 16px 0; border-block: 1px solid rgba(255,255,255,.1); }
.trend div { text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.trend div:last-child { border: 0; }
.trend b { display: block; font-size: 18px; }
.trend small { color: #8e9bb4; font-size: 9px; text-transform: uppercase; }
.panel-link { display: flex; justify-content: space-between; margin-top: 18px; font-size: 11px; font-weight: 850; }
.panel-link a { color: var(--gold); }

.section { padding: 76px 0; }
.section.white { background: #f7f9fc; color: var(--text); }
.section.dark { background: var(--ink); color: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.kicker { margin-bottom: 7px; color: var(--green); font-size: 10px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.section-title { margin: 0; color: var(--navy); font-size: 34px; line-height: 1.15; letter-spacing: -.025em; }
.dark .section-title { color: white; }
.section-title span { display: block; margin-top: 6px; color: #8a95a8; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.text-link { padding-bottom: 5px; border-bottom: 2px solid var(--gold); color: var(--navy); font-size: 12px; font-weight: 900; white-space: nowrap; }
.dark .text-link { color: white; }
.data-state { margin: 10px 0 14px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 11px; line-height: 1.5; color: #9a9fb0; }
.data-state strong { color: #2a3c5b; }
.data-state-dot { width: 8px; height: 8px; border-radius: 50%; background: #6b7280; }
.data-state.live { border-color: rgba(16,185,129,.5); background: rgba(16,185,129,.08); color: #0f4f35; }
.data-state.live strong { color: #0f4f35; }
.data-state.live .data-state-dot { background: #16a34a; }
.data-state.cached { border-color: rgba(251,191,36,.5); background: rgba(251,191,36,.08); color: #7a4f0d; }
.data-state.cached strong { color: #7a4f0d; }
.data-state.cached .data-state-dot { background: #d97706; }
.data-state.demo { border-color: rgba(148,163,184,.5); background: rgba(148,163,184,.08); color: #334155; }
.data-state.demo strong { color: #334155; }
.data-state.demo .data-state-dot { background: #64748b; }

.featured { display: grid; grid-template-columns: 1.55fr 1fr; gap: 22px; }
.media-card { overflow: hidden; position: relative; min-height: 405px; border-radius: var(--radius); color: white; background-position: center; background-size: cover; box-shadow: var(--shadow); }
.media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,16,38,.97), transparent 72%); }
.media-copy { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; }
.media-copy h3 { margin: 9px 0; font-size: 29px; }
.media-copy p { max-width: 630px; margin: 0; color: #cad3e2; font-size: 13px; line-height: 1.65; }
.tiny-meta { color: #aab7cb; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gold-link { display: inline-block; margin-top: 15px; color: var(--gold); font-size: 11px; font-weight: 900; }
.side-list { display: grid; gap: 18px; }
.match-card { display: grid; grid-template-columns: 118px 1fr; gap: 18px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.match-card img { width: 118px; height: 135px; border-radius: 12px; object-fit: cover; }
.match-card h3 { margin: 7px 0; color: var(--navy); font-size: 18px; }
.match-card p { margin: 0 0 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }

.prediction-lead { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border-radius: 22px; background: white; color: var(--text); }
.prediction-lead img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.prediction-copy { padding: 38px 40px; }
.prediction-copy h3 { margin: 10px 0 14px; color: var(--navy); font-size: 30px; line-height: 1.2; }
.prediction-copy p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.pick { margin: 22px 0; padding: 14px 17px; border-left: 4px solid var(--green); background: #effaf4; }
.pick small { color: #607083; font-weight: 800; }
.pick strong { display: block; margin-top: 4px; color: #0e6837; font-size: 18px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 21px; }
.stat { padding: 11px 8px; border: 1px solid var(--line); border-radius: 10px; text-align: center; }
.stat b { display: block; color: var(--navy); }
.stat small { color: #8791a2; font-size: 9px; }
.native-ad { min-height: 120px; margin: 34px auto; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); color: #c4cede; }
.prediction-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.055); }
.article-card img { width: 100%; height: 165px; object-fit: cover; }
.article-body { padding: 20px; }
.article-body h3 { margin: 8px 0; font-size: 17px; line-height: 1.4; }
.article-body p { color: #acb9cf; font-size: 11px; line-height: 1.65; }
.disclaimer { margin-top: 25px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); color: #8796af; font-size: 10px; text-align: center; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.team-card { min-height: 120px; display: flex; align-items: center; gap: 16px; padding: 22px; border: 1px solid #dce4ef; border-radius: 10px; background: white; }
.team-badge { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #edf1f6; color: #7e899a; font-size: 10px; font-weight: 900; }
.team-card strong { display: block; color: var(--navy); }
.team-card small { color: #8b96a9; }
.team-card b { margin-left: auto; color: #a6afbd; }

.features { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.feature-lead { min-height: 510px; background: url("../images/hero-stadium.png") center/cover no-repeat; }
.feature-list { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.feature-row { min-height: 101px; display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 14px; padding: 18px 22px; background: white; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border: 0; }
.feature-row b:first-child { color: #c0c8d5; font-size: 12px; }
.feature-row strong { display: block; color: var(--navy); }
.feature-row small { color: #8d97a7; }

.platform { padding: 90px 0; background: var(--navy); color: white; }
.platform-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.platform h2 { margin: 0; font-size: 37px; }
.platform p { color: #abb8ce; font-size: 13px; line-height: 1.8; }
.info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.info-card { min-height: 140px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.055); }
.info-card strong { display: block; margin: 15px 0 6px; font-size: 14px; }
.info-card span { color: #96a6bf; font-size: 10px; line-height: 1.6; }
.info-card.risk { border-color: rgba(255,215,0,.38); }

.footer { padding: 62px 0 27px; background: #041027; color: #9dabc2; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 65px; padding-bottom: 43px; }
.footer p, .footer a { font-size: 11px; line-height: 1.8; }
.footer h3 { margin: 0 0 17px; color: white; font-size: 12px; text-transform: uppercase; }
.footer a { display: block; margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }
.age { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 10px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 950; }

.page-hero { padding: 78px 0 68px; background: radial-gradient(circle at 80% 20%, #0a3973, var(--ink) 55%); color: white; }
.page-hero h1 { max-width: 820px; margin: 0 0 15px; font-size: clamp(38px, 5vw, 62px); line-height: 1.1; }
.page-hero p { max-width: 720px; color: #bdc9dc; line-height: 1.8; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 46px; }
.prose { padding: 75px 0; background: #f7f9fc; color: var(--text); }
.prose h2 { margin-top: 42px; color: var(--navy); font-size: 28px; }
.prose h3 { color: var(--navy); }
.prose p, .prose li { color: #526174; line-height: 1.85; }
.prose-card { margin-bottom: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.sidebar { padding-top: 75px; }
.sidebar-card { position: sticky; top: 20px; padding: 24px; border-radius: 15px; background: var(--navy); color: white; }
.sidebar-card p { color: #b9c5d8; font-size: 12px; line-height: 1.7; }
.filter-bar { display: grid; grid-template-columns: minmax(0,1fr) 210px auto; gap: 12px; align-items: end; margin-bottom: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.filter-bar label, .site-dialog label { display: grid; gap: 7px; color: var(--navy); font-size: 11px; font-weight: 850; }
.filter-bar input, .filter-bar select, .site-dialog input, .site-dialog select, .site-dialog textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfd6e1; border-radius: 9px; background: white; color: var(--text); font: inherit; font-size: 13px; }
.filter-status { padding-bottom: 12px; color: var(--muted); font-size: 11px; white-space: nowrap; }
[hidden] { display: none !important; }
.utility-actions { position: fixed; z-index: 40; right: 18px; bottom: 18px; display: flex; gap: 8px; }
.utility-actions button { width: 44px; min-height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: var(--ink); color: white; box-shadow: var(--shadow); cursor: pointer; }
.utility-actions button span { display: none; }
.site-dialog { width: min(620px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.site-dialog::backdrop { background: rgba(4,16,39,.72); backdrop-filter: blur(4px); }
.dialog-shell { display: grid; gap: 17px; padding: 26px; }
.dialog-head { display: flex; justify-content: space-between; align-items: start; }
.dialog-head small { color: var(--green); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dialog-head h2 { margin: 4px 0 0; color: var(--navy); }
.dialog-head button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.search-results { max-height: 390px; overflow-y: auto; display: grid; gap: 7px; }
.search-results > a { display: grid; gap: 4px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; }
.search-results > a:hover { border-color: var(--green); background: #f2fbf6; }
.search-results span, .search-results p { color: var(--muted); font-size: 11px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button.ghost { border: 1px solid var(--line); background: white; color: var(--navy); }
.form-status { min-height: 20px; margin: 0; color: #0e6837; font-size: 11px; }
.schedule-card { display: grid; grid-template-columns: 280px 1fr auto; gap: 24px; align-items: center; }
.schedule-card .tiny-meta { grid-column: 2; }
.schedule-card p { grid-column: 2; margin: -12px 0 0; }
.schedule-card > a { grid-column: 3; grid-row: 1 / 4; }
.schedule-matchup { grid-row: 1 / 4; display: grid; grid-template-columns: 1fr 30px 1fr; gap: 12px; align-items: center; }
.schedule-matchup > div { display: grid; justify-items: center; gap: 7px; color: var(--navy); }
.prediction-list { background: var(--ink); color: white; }
.prediction-list .section-title, .prediction-list .text-link { color: white; }
.prediction-flags { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: var(--gold); }
.team-hero-flag, .match-hero-flags { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.match-hero-flags b { color: var(--gold); font-size: 22px; }
.team-hero-identity { display: flex; align-items: center; gap: 24px; }
.team-hero-identity h1 { margin-bottom: 9px; }
.match-hero-team { display: grid; justify-items: center; gap: 8px; }
.match-hero-vs { color: var(--gold); font-size: 22px; font-weight: 950; }
.search-result-flags { display: flex; align-items: center; gap: 5px; grid-row: 1 / 3; }

@media (max-width: 1024px) {
  .container { width: min(100% - 40px, 920px); }
  .nav-links { position: fixed; inset: 89px 0 auto; display: none; padding: 24px; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav > .nav-cta { display: none; }
  .menu-button { display: block; }
  .scores-inner { grid-template-columns: 130px minmax(0,1fr) 88px; }
  .score-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .score-rail .score { min-width: 250px; scroll-snap-align: start; }
  .score-label { padding-left: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero h1 { font-size: 44px; }
  .trophy-hero .hero-copy { max-width: 445px; }
  .trophy-hero::before { background: linear-gradient(90deg, rgba(2,13,30,.99), rgba(2,13,30,.9) 56%, rgba(2,13,30,.1) 78%); }
  .hero-trophy img { object-position: 78% center; }
  .featured, .features, .platform-grid, .content-grid { grid-template-columns: 1fr; }
  .side-list { grid-template-columns: repeat(2,1fr); }
  .prediction-lead { grid-template-columns: 1fr; }
  .prediction-lead img { min-height: 380px; max-height: 450px; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 30px; }
  .sidebar { padding-top: 0; padding-bottom: 70px; }
  .sidebar-card { position: static; }
  .fixture-grid { overflow-x: auto; scroll-snap-type: x mandatory; }
  .fixture-card { min-width: 330px; scroll-snap-align: start; }
  .fixture-controls { display: flex; justify-content: flex-end; padding-top: 12px; }
  .schedule-card { grid-template-columns: 240px 1fr; }
  .schedule-card > a { grid-column: 2; grid-row: auto; justify-self: start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 620px); }
  .nav { min-height: 76px; gap: 10px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-cn { font-size: 18px; }
  .beta-badge { margin-left: 3px; padding: 2px 3px; font-size: 6px; }
  .nav-tools .icon-button { display: none; }
  .nav-links { top: 81px; }
  .scores-inner { grid-template-columns: 105px minmax(0,1fr) 76px; }
  .score-rail .score { min-width: 220px; }
  .score-controls { padding-left: 5px; gap: 4px; }
  .score-control { width: 31px; height: 31px; }
  .score-label, .score { min-height: 75px; }
  .ad-band { padding: 14px 0; }
  .ad-slot { min-height: 74px; padding: 28px 15px 12px; }
  .ad-slot strong { font-size: 13px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 62px 0 38px; }
  .hero h1 { max-width: 330px; font-size: 36px; }
  .hero-en { font-size: 14px; line-height: 1.5; }
  .hero-copy p { max-width: 315px; font-size: 13px; }
  .trophy-hero { min-height: 660px; }
  .trophy-hero::before { background: linear-gradient(180deg, rgba(2,13,30,.97) 0%, rgba(2,13,30,.87) 47%, rgba(2,13,30,.08) 77%); }
  .hero-trophy { top: 220px; height: 440px; }
  .hero-trophy img { object-position: 72% bottom; }
  .hero-notice { padding: 14px 0; align-items: flex-start; line-height: 1.6; }
  .featured-matches-section { padding-top: 34px; }
  .fixture-grid { margin-right: -14px; padding-right: 14px; }
  .fixture-card { min-width: 310px; }
  .match-panel { padding: 22px 18px; }
  .section, .platform { padding: 68px 0; }
  .section-head { align-items: start; }
  .section-title { font-size: 29px; }
  .featured { grid-template-columns: 1fr; }
  .side-list { grid-template-columns: 1fr; }
  .main-match { min-height: 390px; }
  .match-card { grid-template-columns: 105px 1fr; padding: 14px; }
  .match-card img { width: 105px; height: 125px; }
  .prediction-copy { padding: 27px 23px; }
  .prediction-copy h3 { font-size: 24px; }
  .prediction-grid, .info-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .feature-lead { min-height: 410px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 70px 0 58px; }
  .filter-bar { grid-template-columns: 1fr; }
  .filter-status { padding: 0; }
  .dialog-shell { padding: 21px; }
  .schedule-card { grid-template-columns: 1fr; }
  .schedule-card .tiny-meta, .schedule-card p, .schedule-card > a { grid-column: 1; grid-row: auto; }
  .schedule-matchup { grid-row: auto; }
  .flag-large { width: 62px; }
}

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