:root {
  --accent: #38a987;
  --accent-hover: #25866c;
  --accent-soft: #edf8f4;
  --accent-border: #c6e5db;
  --ink: #122e32;
  --ink-2: #2c4549;
  --muted: #607377;
  --muted-2: #87989a;
  --bg: #f2f1e9;
  --surface: #fffdf7;
  --surface-2: #f6f5ee;
  --line: #dfe4de;
  --line-strong: #ced8d3;
  --green: #38b990;
  --green-dark: #217d67;
  --green-soft: #edf8f4;
  --gold: #d3a83f;
  --gold-soft: #fff8e6;
  --prediction: #d3a83f;
  --prediction-dark: #7f6320;
  --prediction-soft: #fff8e6;
  --night: #071b20;
  --night-2: #0b2a2f;
  --dark: #071b20;
  --shadow-sm: 0 5px 17px rgba(6, 35, 38, .07);
  --shadow-md: 0 16px 38px rgba(6, 35, 38, .12);
  --radius-sm: 5px;
  --radius: 8px;
  --radius-lg: 12px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none!important; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .58; }
button, a, input, select, textarea { transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(56,185,144,.24); outline-offset: 2px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
.icon-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.ui-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.page-shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; min-width: 0; }
.view { display: none; min-height: calc(100vh - 64px); }
.view.active { display: block; }
.section-kicker { display: block; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: 1.35px; line-height: 1.4; }
.match-empty, .ranking-empty { padding: 28px 18px; color: var(--muted); text-align: center; font-size: 12px; }
.primary-action { min-height: 42px; padding: 0 18px; color: #fff; background: var(--accent); border-radius: var(--radius-sm); font-weight: 800; }
.primary-action:hover { background: var(--accent-hover); }
.outline-button { min-height: 38px; padding: 0 14px; color: var(--ink-2); background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); }
.outline-button:hover { color: var(--accent); border-color: var(--accent-border); }

/* Header */
.site-header { height: 64px; position: sticky; top: 0; z-index: 60; color: var(--ink); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 4px 16px rgba(25,31,36,.04); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), var(--shell)); height: 64px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { min-width: 206px; height: 64px; display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 9px rgba(20,24,32,.14)); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 19px; letter-spacing: .5px; }
.brand-copy small { color: var(--muted-2); font-size: 8px; font-weight: 700; letter-spacing: 1.7px; }
.main-nav { height: 64px; display: flex; align-items: stretch; gap: 4px; }
.nav-item { min-width: 82px; padding: 0 18px; position: relative; display: flex; align-items: center; justify-content: center; color: var(--ink-2); background: transparent; font-size: 14px; font-weight: 700; }
.nav-item:hover { color: var(--accent); background: #fff8f9; }
.nav-item.active { color: var(--accent); background: var(--accent-soft); }
.nav-item.active::after { content: ""; height: 3px; position: absolute; left: 18px; right: 18px; bottom: -1px; background: var(--accent); border-radius: 3px 3px 0 0; }
.prediction-nav::before { content: "AI"; margin-right: 5px; padding: 2px 4px; color: #fff; background: var(--accent); border-radius: 3px; font-size: 7px; vertical-align: 2px; }
.header-actions { margin-left: auto; }
.account-button { min-height: 40px; padding: 4px 12px 4px 5px; display: flex; align-items: center; gap: 8px; color: var(--ink-2); background: var(--surface-2); border: 1px solid var(--line); border-radius: 22px; font-size: 12px; font-weight: 700; }
.account-button > .ui-icon { display: none; }
.account-button:hover { color: var(--accent); border-color: var(--accent-border); }
.account-avatar { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; font-size: 11px; font-weight: 900; }
.mobile-nav { display: none; }
.search-panel { display: none; }

/* Home */
.ticker-band { color: #fff; background: var(--dark); }
.ticker-inner { height: 38px; display: flex; align-items: center; gap: 14px; }
.ticker-inner strong { padding: 4px 9px; color: #fff; background: var(--accent); border-radius: 3px; font-size: 10px; }
.ticker-window { min-width: 0; flex: 1; overflow: hidden; }
.ticker-window p { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #e5e8ea; font-size: 11px; }
.ticker-inner time { color: #8d989f; font-size: 9px; }
.home-layout { padding: 18px 0 58px; }
.home-stage { display: grid; grid-template-columns: 180px minmax(0,1fr) 286px; gap: 16px; align-items: stretch; }
.sport-shortcuts, .hero-story, .side-section, .popular-competitions, .hot-match-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.sport-shortcuts { overflow: hidden; }
.shortcut-title { height: 52px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.shortcut-title strong { font-size: 14px; }
.shortcut-title span { color: var(--muted-2); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.sport-shortcuts > button { width: 100%; min-height: 67px; padding: 9px 12px; position: relative; display: grid; grid-template-columns: 32px 1fr 14px; grid-template-rows: 1fr 1fr; column-gap: 10px; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); text-align: left; }
.sport-shortcuts > button:last-child { border-bottom: 0; }
.sport-shortcuts > button:hover { color: var(--accent); background: var(--accent-soft); }
.shortcut-icon { width: 32px; height: 32px; grid-row: 1 / 3; align-self: center; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: 50%; font-size: 10px; }
.shortcut-icon.intel { color: var(--green); background: var(--green-soft); }
.shortcut-icon.prediction { color: var(--gold); background: var(--gold-soft); }
.shortcut-icon.basketball { color: #d87923; background: #fff3e9; }
.sport-shortcuts b { align-self: end; font-size: 12px; }
.sport-shortcuts small { align-self: start; color: var(--muted-2); font-size: 8px; }
.shortcut-arrow { width: 13px; grid-column: 3; grid-row: 1 / 3; align-self: center; color: #aab1b7; }
.hero-story { min-height: 320px; position: relative; overflow: hidden; color: #fff; background: #20262a; border: 0; }
.hero-story > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(18,20,22,.90) 0%,rgba(18,20,22,.58) 48%,rgba(18,20,22,.12) 100%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 55%); }
.hero-content { max-width: 78%; padding: 0 36px 34px; position: absolute; left: 0; bottom: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 10px; font-weight: 800; }
.eyebrow i { width: 18px; height: 3px; display: block; background: var(--accent); }
.hero-content h1 { margin: 12px 0 7px; font-size: clamp(25px,2.4vw,36px); line-height: 1.18; }
.hero-content p { margin: 0; color: rgba(255,255,255,.77); font-size: 11px; line-height: 1.6; }
.hero-actions { margin-top: 18px; display: flex; gap: 9px; }
.hero-actions button,.hero-actions a { min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); font-size: 11px; font-weight: 800; }
.hero-primary { color: #fff; background: var(--accent); box-shadow: 0 7px 18px rgba(200,16,46,.28); }
.hero-primary:hover { background: var(--accent-hover); }
.hero-secondary { color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.42); backdrop-filter: blur(6px); }
.side-section { overflow: hidden; }
.side-heading { min-height: 50px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); }
.side-heading h3 { margin: 0; font-size: 14px; }
.side-heading > div h3 { margin-top: 2px; }
.side-heading > span { color: var(--accent); font-size: 9px; font-weight: 800; }
.stage-prediction-panel { display: flex; flex-direction: column; border-top: 3px solid var(--accent); }
.stats-overview { padding: 16px 14px 10px; display: grid; grid-template-columns: 94px 1fr; gap: 12px; align-items: center; }
.stats-ring { --hit-rate: 0deg; width: 88px; aspect-ratio: 1; position: relative; display: grid; place-content: center; text-align: center; border-radius: 50%; background: conic-gradient(var(--accent) var(--hit-rate),#edf0f2 0); }
.stats-ring::after { content: ""; width: 68px; aspect-ratio: 1; position: absolute; inset: 10px; background: #fff; border-radius: 50%; }
.stats-ring strong, .stats-ring span { position: relative; z-index: 1; }
.stats-ring strong { font-size: 20px; }
.stats-ring span { margin-top: 2px; color: var(--muted); font-size: 8px; }
.stats-totals { min-width: 0; }
.stats-totals p { margin: 0; min-height: 27px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px dashed var(--line); }
.stats-totals p:last-child { border-bottom: 0; }
.stats-totals span { color: var(--muted); font-size: 8px; }
.stats-totals strong { font-size: 11px; }
.daily-chart { min-height: 70px; padding: 5px 14px 10px; display: flex; align-items: flex-end; justify-content: center; gap: 6px; }
.daily-column { min-width: 22px; flex: 1; text-align: center; }
.daily-column span { display: block; margin-top: 4px; color: var(--muted-2); font-size: 7px; }
.daily-bars { height: 48px; display: flex; align-items: flex-end; justify-content: center; gap: 2px; }
.daily-bars i { width: 4px; min-height: 1px; display: block; border-radius: 2px 2px 0 0; }
.bar-hit { background: var(--green); }.bar-miss { background: var(--accent); }.bar-push { background: var(--gold); }
.stats-detail-button { width: calc(100% - 28px); min-height: 36px; margin: auto 14px 14px; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: var(--radius-sm); font-size: 10px; font-weight: 800; }
.stats-detail-button[aria-disabled="true"],.match-content-entry[aria-disabled="true"] { opacity: .52; cursor: not-allowed; }
.popular-competitions { min-height: 52px; margin-top: 14px; padding: 7px 12px; display: flex; align-items: center; gap: 3px; overflow: hidden; box-shadow: none; }
.popular-competitions strong { min-width: 105px; display: flex; align-items: center; gap: 7px; color: var(--accent); font-size: 13px; }
.popular-competitions strong .ui-icon { width: 17px; }
.popular-competitions button { min-height: 34px; padding: 0 13px; flex: 0 0 auto; color: var(--ink-2); background: transparent; border-radius: var(--radius-sm); font-size: 11px; }
.popular-competitions button:hover { color: var(--accent); background: var(--accent-soft); }
.popular-competitions .competition-more { margin-left: auto; display: flex; align-items: center; gap: 2px; color: var(--accent); }
.competition-more .ui-icon { width: 13px; }
.home-content-grid { margin-top: 20px; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 20px; align-items: start; }
.main-column, .side-column { min-width: 0; }
.section-block { margin-bottom: 28px; }
.section-heading { min-height: 46px; margin-bottom: 10px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.section-heading h2 { margin: 4px 0 0; font-size: 21px; }
.quiet-link { padding: 8px 0; color: var(--muted); background: transparent; font-size: 10px; }
.quiet-link:hover { color: var(--accent); }
.hot-match-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.hot-match-card { min-width: 0; min-height: 246px; padding: 15px; position: relative; overflow: hidden; display: flex; flex-direction: column; box-shadow: none; }
.hot-match-card:hover { transform: translateY(-2px); border-color: var(--accent-border); box-shadow: var(--shadow-md); }
.hot-match-card.has-prediction { border-color: rgba(200,16,46,.22); background: linear-gradient(155deg,#fff 0%,#fff8f9 100%); }
.hot-match-card.is-priority-prediction { border-color: #d5aa48; background: radial-gradient(circle at 100% 0,rgba(224,188,91,.18),transparent 40%),linear-gradient(145deg,#fff 0%,#fff8f5 66%,#fffdf5 100%); box-shadow: 0 10px 28px rgba(102,27,40,.10); }
.hot-prediction-ribbon { position: absolute; right: -34px; top: 16px; width: 130px; padding: 4px 0; color: #fff; background: linear-gradient(90deg,#b48424,#d7ae4c); box-shadow: 0 3px 10px rgba(95,67,13,.20); font-size: 9px; font-weight: 900; letter-spacing: .8px; text-align: center; transform: rotate(38deg); }
.hot-match-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; }
.hot-match-meta span { color: var(--accent); font-weight: 800; }
.hot-match-meta time.is-live { padding: 2px 7px; color: #fff; background: var(--accent); border-radius: 10px; font-weight: 900; }
.hot-match-card h3 { margin: 12px 0 5px; font-size: 16px; }
.hot-match-card > p { margin: 0; color: var(--muted); font-size: 9px; }
.match-pick-summary { min-width: 0; margin-top: 12px; padding: 9px 10px; display: grid; grid-template-columns: 62px minmax(0,1fr) auto; align-items: center; gap: 7px; background: var(--surface-2); border-left: 3px solid var(--line); border-radius: 6px; }
.match-pick-summary span, .match-pick-summary small { color: var(--muted); font-size: 8px; }
.match-pick-summary strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.match-pick-summary.is-published { padding: 12px; display: block; color: #fff; background: linear-gradient(135deg,#2a1017 0%,#6f1022 56%,#a50d2b 100%); border: 1px solid rgba(236,205,126,.32); border-left-width: 1px; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.match-pick-head,.match-pick-main,.prediction-scoreline { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.match-pick-head span { color: #f1d78d; font-size: 10px; font-weight: 900; letter-spacing: .8px; }
.match-pick-head em { padding: 3px 7px; color: #462e00; background: linear-gradient(135deg,#f5dda0,#d7ad4d); border-radius: 10px; font-size: 8px; font-style: normal; font-weight: 900; }
.match-pick-main { margin-top: 7px; align-items: flex-end; }
.match-pick-main > strong { color: #fff; font-size: 18px; line-height: 1.2; }
.match-pick-main > b { flex: 0 0 auto; color: #f5dda0; font-size: 20px; line-height: 1; text-align: right; }
.match-pick-main > b small { margin-bottom: 3px; display: block; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 700; }
.prediction-confidence-track { height: 4px; margin-top: 10px; overflow: hidden; background: rgba(255,255,255,.15); border-radius: 4px; }
.prediction-confidence-track i { height: 100%; display: block; background: linear-gradient(90deg,#e5bc5d,#ffe8a6); border-radius: inherit; box-shadow: 0 0 8px rgba(255,224,142,.45); }
.prediction-scoreline { margin-top: 9px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); justify-content: flex-start; flex-wrap: wrap; }
.prediction-scoreline span { color: rgba(255,255,255,.68); font-size: 9px; }
.prediction-scoreline b { margin-left: 4px; color: #fff; font-size: 11px; }
.hot-match-actions { margin-top: auto; padding-top: 11px; display: flex; gap: 7px; }
.hot-match-actions button,.hot-match-actions a { min-height: 32px; padding: 0 11px; flex: 1; display: inline-flex; align-items: center; justify-content: center; color: var(--green-dark); background: var(--green-soft); border: 1px solid #cce7df; border-radius: 4px; font-size: 9px; font-weight: 800; }
.hot-match-actions [data-home-action="prediction"], .hot-match-actions button:last-child { color: #fff; background: var(--accent); border-color: var(--accent); }
.intelligence-showcase { min-width: 0; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); gap: 12px; }
.intelligence-feature-column, .intelligence-match-list { min-width: 0; }
.intelligence-feature-card { width: 100%; min-height: 424px; padding: 20px; position: relative; overflow: hidden; display: flex; flex-direction: column; color: #fff; background: linear-gradient(145deg,#102a25 0%,#123f34 54%,#0a201c 100%); border: 1px solid #244d43; border-radius: var(--radius); box-shadow: var(--shadow-sm); text-align: left; isolation: isolate; }
.intelligence-feature-card::after { content: ""; width: 210px; height: 210px; position: absolute; right: -58px; top: -72px; z-index: -1; background: radial-gradient(circle,rgba(36,203,164,.20),transparent 68%); }
.intelligence-feature-card:hover { transform: translateY(-2px); border-color: #3c7c6d; box-shadow: var(--shadow-md); }
.intelligence-feature-cover { width: 100%; height: 100%; position: absolute; inset: 0; z-index: -3; object-fit: cover; opacity: .16; filter: saturate(.6) contrast(1.1); }
.intelligence-pitch-pattern { position: absolute; inset: 0; z-index: -2; opacity: .14; background: linear-gradient(90deg,transparent 49.7%,#b4e8dc 50%,transparent 50.3%),radial-gradient(circle at 50% 50%,transparent 0 48px,#b4e8dc 49px 50px,transparent 51px),linear-gradient(#b4e8dc,#b4e8dc) 0 50%/100% 1px no-repeat; }
.intelligence-feature-head, .intelligence-item-head, .intelligence-feature-foot, .intelligence-item-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.intelligence-feature-head time { color: #9bc8bd; font-size: 9px; }
.intelligence-latest-label { display: inline-flex; align-items: center; gap: 6px; color: #92f1da; font-size: 9px; font-weight: 900; letter-spacing: .4px; }
.intelligence-latest-label > i { width: 7px; height: 7px; display: block; background: #39d4ae; border-radius: 50%; box-shadow: 0 0 0 4px rgba(57,212,174,.13); }
.intelligence-feature-match { margin-top: 20px; }
.intelligence-feature-match > span { color: #a4c9c0; font-size: 9px; }
.intelligence-feature-match h3 { margin: 8px 0 0; font-size: 23px; line-height: 1.35; }
.intelligence-feature-match h3 em, .intelligence-match-item h3 em { margin: 0 6px; color: #65d5ba; font-size: .58em; font-style: normal; font-weight: 800; }
.intelligence-signal-list { margin: 18px 0; display: grid; gap: 7px; }
.intelligence-signal { padding: 10px 11px; background: rgba(255,255,255,.06); border: 1px solid rgba(175,226,214,.12); border-left: 3px solid #38bd9d; border-radius: 4px; }
.intelligence-signal span { color: #7ce1c9; font-size: 8px; font-weight: 900; }
.intelligence-signal p { margin: 4px 0 0; display: -webkit-box; overflow: hidden; color: #eef7f4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 10px; line-height: 1.58; }
.intelligence-feature-foot { margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(184,226,217,.14); }
.intelligence-feature-foot > span { color: #9bbdb5; font-size: 8px; }
.intelligence-feature-foot > strong { color: #fff; font-size: 9px; }.intelligence-feature-foot b { margin-left: 5px; color: #72dfc5; }
.intelligence-match-list { display: grid; grid-template-rows: repeat(4,minmax(0,1fr)); gap: 8px; }
.intelligence-match-item { min-width: 0; min-height: 100px; padding: 12px 13px; display: flex; flex-direction: column; color: var(--ink); background: #fff; border: 1px solid var(--line); border-left: 3px solid #b9d9d1; border-radius: var(--radius); box-shadow: var(--shadow-sm); text-align: left; }
.intelligence-match-item:hover { transform: translateX(2px); background: #fbfefd; border-color: #9bcabe; border-left-color: var(--green); box-shadow: var(--shadow-md); }
.intelligence-item-head span { color: var(--green-dark); font-size: 8px; font-weight: 900; }.intelligence-item-head time { color: var(--muted-2); font-size: 8px; }
.intelligence-match-item h3 { margin: 5px 0 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.intelligence-match-item p { margin: 0 0 7px; display: -webkit-box; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 8px; line-height: 1.5; }
.intelligence-item-foot { margin-top: auto; }
.intelligence-category-tags { min-width: 0; display: flex; gap: 4px; overflow: hidden; }.intelligence-category-tags i { padding: 3px 5px; flex: 0 0 auto; color: #48766b; background: var(--green-soft); border-radius: 3px; font-size: 7px; font-style: normal; white-space: nowrap; }
.intelligence-item-foot > strong { flex: 0 0 auto; color: var(--accent); font-size: 8px; }.intelligence-item-foot b { margin-left: 3px; }
.intelligence-showcase-empty { min-height: 210px; grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: #fff; border: 1px dashed var(--line-strong); border-radius: var(--radius); text-align: center; }.intelligence-showcase-empty strong { font-size: 16px; }.intelligence-showcase-empty p { margin: 0; color: var(--muted); font-size: 9px; }
.side-column { display: grid; gap: 14px; }
.competition-tabs { padding: 9px 12px; display: flex; gap: 5px; border-bottom: 1px solid var(--line); overflow: hidden; }
.competition-tabs button { min-height: 27px; padding: 0 8px; flex: 0 1 auto; color: var(--muted); background: var(--surface-2); border-radius: 4px; font-size: 8px; white-space: nowrap; }
.competition-tabs button.active { color: #fff; background: var(--dark); }
.standing-row, .scorer-row { min-height: 36px; padding: 0 13px; display: grid; align-items: center; border-bottom: 1px solid var(--line); font-size: 9px; }
.standing-row { grid-template-columns: 24px minmax(0,1fr) 32px 30px; }
.scorer-row { grid-template-columns: 24px minmax(0,1fr) 34px; }
.standing-row:last-child, .scorer-row:last-child { border-bottom: 0; }
.standing-row small, .scorer-row small { display: block; color: var(--muted-2); font-size: 7px; }
.standing-row strong:last-child, .scorer-row strong:last-child { color: var(--accent); text-align: right; }
.app-callout { padding: 20px; color: #fff; background: linear-gradient(145deg,#1d2226,#111416); border: 0; border-top: 3px solid var(--accent); }
.app-callout > span { color: #ff7188; font-size: 9px; font-weight: 900; }
.app-callout h3 { margin: 7px 0; font-size: 18px; }
.app-callout p { margin: 0; color: #aeb6bb; font-size: 10px; line-height: 1.65; }
.app-callout button { width: 100%; min-height: 36px; margin-top: 14px; color: #fff; background: var(--accent); border-radius: 4px; font-size: 10px; font-weight: 800; }

/* Match center */
.inner-page { padding: 20px 0 56px; }
.match-page-head { min-height: 74px; margin-bottom: 14px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.match-page-head h1 { margin: 2px 0; font-size: 22px; }
.match-page-head p { margin: 0; color: var(--muted); font-size: 9px; }
.match-head-controls { display: flex; align-items: center; gap: 12px; }
.segmented { padding: 3px; display: flex; background: #eef1f3; border-radius: 6px; }
.segmented button { min-height: 34px; padding: 0 14px; color: var(--muted); background: transparent; border-radius: 4px; font-size: 10px; }
.segmented button.active { color: #fff; background: var(--dark); box-shadow: 0 3px 10px rgba(23,27,31,.14); font-weight: 800; }
.date-field { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; }
.match-date-input { width: 138px; height: 38px; padding: 0 9px; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: 5px; outline: 0; font-size: 10px; }
.match-date-input:focus { border-color: var(--accent); }
.match-dashboard-layout { display: grid; grid-template-columns: minmax(0,1fr) 286px; gap: 16px; align-items: start; }
.match-schedule-column { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.match-schedule-toolbar { min-height: 52px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.match-schedule-toolbar h2 { margin: 2px 0 0; font-size: 16px; }
.schedule-hint { color: var(--muted-2); font-size: 8px; }
.date-strip { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); background: var(--surface-2); border-bottom: 1px solid var(--line); }
.date-strip button { min-width: 0; min-height: 58px; color: var(--muted); background: transparent; border-right: 1px solid var(--line); }
.date-strip button:last-child { border-right: 0; }
.date-strip button:hover { color: var(--accent); background: #fff; }
.date-strip button.active { color: var(--accent); background: #fff; box-shadow: inset 0 -3px 0 var(--accent); }
.date-strip small, .date-strip b { display: block; }
.date-strip small { margin-bottom: 3px; font-size: 8px; }.date-strip b { font-size: 15px; }
.external-data-note { margin: 12px; padding: 9px 12px; display: flex; align-items: center; gap: 12px; color: #5f6d67; background: var(--green-soft); border: 1px solid #cde6df; border-radius: 5px; font-size: 9px; line-height: 1.5; }
.external-data-note strong { color: var(--green-dark); white-space: nowrap; }
.league-group { border-top: 1px solid var(--line); }
.league-group:first-of-type { border-top: 0; }
.league-heading { min-height: 42px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f6f8f9; border-bottom: 1px solid var(--line); }
.league-heading h3 { margin: 0; display: flex; align-items: center; gap: 7px; font-size: 12px; }
.league-heading > span { color: var(--muted); font-size: 9px; }
.match-phase-badge, .match-state { display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; font-style: normal; font-weight: 800; white-space: nowrap; }
.match-phase-badge { padding: 3px 6px; font-size: 7px; }
.match-phase-badge.phase-0, .match-state.phase-0 { color: #fff; background: var(--accent); }
.match-phase-badge.phase-1, .match-state.phase-1 { color: #59636b; background: #e8ecef; }
.match-phase-badge.phase-2, .match-state.phase-2 { color: #777f85; background: #eceeef; }
.match-phase-badge.phase-3, .match-state.phase-3 { color: #805b16; background: #fff0c9; }
.match-row-wrap { border-bottom: 1px solid var(--line); }
.match-row-wrap:last-child { border-bottom: 0; }
.match-row-wrap.has-prediction { background: linear-gradient(90deg,rgba(200,16,46,.035),transparent 72%); }
.match-row { min-height: 66px; padding: 7px 14px; display: grid; grid-template-columns: 126px 58px minmax(0,1fr) 142px; align-items: center; gap: 10px; }
.match-row:hover { background: #fcfcfd; }
.match-time-block { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.match-time { color: var(--ink-2); font-size: 11px; font-weight: 800; white-space: nowrap; }
.match-time.live { color: var(--accent); }
.match-time-block small { width: 100%; overflow: hidden; color: var(--muted-2); font-size: 7px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.match-state { min-height: 23px; padding: 0 7px; justify-self: start; font-size: 7px; }
.match-teams { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) 58px minmax(0,1fr); align-items: center; gap: 10px; text-align: center; font-size: 11px; font-weight: 700; }
.match-teams span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.match-teams strong { font-size: 13px; white-space: nowrap; }
.match-row-actions { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.match-row-actions button,.match-row-actions a { min-width: 0; min-height: 30px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; color: var(--green-dark); background: var(--green-soft); border: 1px solid #cce5de; border-radius: 4px; font-size: 8px; font-weight: 800; }
.match-row-actions [data-match-action="prediction"] { color: #fff; background: var(--accent); border-color: var(--accent); }
.match-content-empty { grid-column: 1 / -1; color: #a1a9af; text-align: center; font-size: 8px; }
.match-prediction-highlight { margin: 0 14px 10px; padding: 10px 12px; display: grid; grid-template-columns: 102px minmax(150px,1fr) 132px minmax(160px,.8fr); align-items: center; gap: 12px; color: #fff; background: linear-gradient(135deg,#261116 0%,#641021 58%,#931029 100%); border: 1px solid rgba(222,178,75,.28); border-radius: 6px; box-shadow: 0 5px 16px rgba(98,15,32,.10); }
.match-prediction-highlight.is-priority { background: radial-gradient(circle at 100% 0,rgba(241,203,101,.18),transparent 36%),linear-gradient(135deg,#211014,#651020 58%,#9b0f2b 100%); border-color: #d4a743; box-shadow: 0 7px 20px rgba(113,22,38,.16); }
.match-prediction-label { color: #f1d17e; font-size: 10px; font-weight: 900; letter-spacing: .7px; white-space: nowrap; }
.match-prediction-highlight > strong { min-width: 0; overflow: hidden; color: #fff; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.match-list-confidence { min-width: 0; display: grid; grid-template-columns: auto auto; align-items: center; gap: 3px 8px; }
.match-list-confidence > span { color: rgba(255,255,255,.62); font-size: 9px; }
.match-list-confidence > b { color: #f6dc95; font-size: 17px; text-align: right; }
.match-list-confidence > i { height: 4px; grid-column: 1 / -1; overflow: hidden; background: rgba(255,255,255,.16); border-radius: 3px; }
.match-list-confidence > i em { height: 100%; display: block; background: linear-gradient(90deg,#d9aa46,#ffe59e); border-radius: inherit; }
.match-list-score { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.match-list-score span { color: rgba(255,255,255,.62); font-size: 9px; white-space: nowrap; }.match-list-score b { margin-left: 3px; color: #fff; font-size: 12px; }
.match-prediction-result { margin: 0 14px 12px; padding: 10px 12px; display: grid; grid-template-columns: 112px minmax(0,1fr) auto; align-items: center; gap: 10px; color: #fff; background: #1c2023; border-left: 3px solid var(--accent); border-radius: 4px; }
.match-result-heading { display: flex; flex-direction: column; gap: 3px; }.match-result-heading span { color: #ff7389; font-size: 8px; font-weight: 900; }.match-result-heading strong { font-size: 9px; white-space: nowrap; }
.match-review-picks { min-width: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.match-review-pick { padding: 5px 7px; display: inline-flex; align-items: center; gap: 6px; background: #293035; border-radius: 3px; }
.match-review-pick small { color: #f1d17e; font-size: 8px; }
.match-review-pick b { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; }.match-review-pick em { padding: 2px 4px; color: #cbd2d6; background: #3a4247; border-radius: 2px; font-size: 7px; font-style: normal; }
.match-review-pick.hit em, .match-review-pick.half_hit em { color: #baf1e3; background: var(--green-dark); }.match-review-pick.miss em, .match-review-pick.half_miss em { color: #ffd5dc; background: var(--accent-hover); }.match-review-pick.push em { color: #ffefc2; background: #765c22; }
.match-prediction-result > button,.match-prediction-result > a { min-height: 29px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--accent); border-radius: 3px; font-size: 8px; font-weight: 800; white-space: nowrap; }
.match-insight-column { min-width: 0; position: sticky; top: 80px; display: grid; gap: 14px; }
.match-content-hub, .match-review-overview { padding: 16px; color: #fff; background: #1a1f22; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.match-content-hub { border-top: 3px solid var(--green); }
.match-content-heading { margin-bottom: 10px; display: flex; justify-content: space-between; gap: 10px; }.match-content-heading h2 { margin: 2px 0 0; font-size: 16px; }.match-content-heading > span { color: #98a2a8; font-size: 7px; }
.match-content-entry-grid { display: grid; gap: 7px; }
.match-content-entry { min-height: 74px; padding: 12px 38px 12px 13px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; color: #fff; background: #242b2f; border: 1px solid #333b40; border-left: 3px solid var(--green); border-radius: 5px; text-align: left; }
.match-content-entry.prediction-entry { background: #281d20; border-left-color: var(--accent); }
.match-content-entry > span { color: #77dcc5; font-size: 8px; font-weight: 900; }.match-content-entry.prediction-entry > span { color: #ff8195; }.match-content-entry strong { font-size: 12px; }.match-content-entry small { color: #9ca6ab; font-size: 8px; }.match-content-entry i { position: absolute; right: 14px; color: #fff; font-style: normal; }
.match-day-statistics { min-width: 0; padding: 15px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.match-day-stats-head,.match-stat-subhead,.prediction-method-row > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.match-day-stats-head { margin-bottom: 11px; }.match-day-stats-head h2 { margin: 2px 0 0; font-size: 16px; }.match-day-stats-head > span { color: var(--muted); font-size: 8px; text-align: right; }
.match-day-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.match-day-summary-grid > div { min-width: 0; min-height: 61px; padding: 9px; display: flex; flex-direction: column; justify-content: center; gap: 4px; background: linear-gradient(145deg,#faf6f7,#fff); border: 1px solid #f0dfe3; border-radius: 5px; }
.match-day-summary-grid span { color: var(--muted); font-size: 8px; }.match-day-summary-grid strong { min-width: 0; overflow: hidden; color: var(--accent); font-size: 19px; text-overflow: ellipsis; white-space: nowrap; }
.match-stat-section { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.match-stat-subhead { margin-bottom: 7px; }.match-stat-subhead strong { font-size: 11px; }.match-stat-subhead span { color: var(--muted); font-size: 8px; }
.match-stat-list { max-height: 256px; display: grid; gap: 6px; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; }
.match-stat-row { min-width: 0; padding: 9px 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; color: var(--ink); background: var(--surface-2); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 5px; text-align: left; }
.match-stat-row:hover { background: #fff8f9; border-color: var(--accent-border); }.match-stat-row > span,.match-stat-row small { width: 100%; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.match-stat-row strong { width: 100%; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.match-stat-row em { color: var(--green-dark); font-size: 8px; font-style: normal; font-weight: 800; }
.prediction-method-list { display: grid; gap: 8px; }.prediction-method-row { padding: 8px 9px; background: #f8f9fa; border-radius: 5px; }.prediction-method-row strong { font-size: 10px; }.prediction-method-row span { color: var(--muted); font-size: 8px; }.prediction-method-row > div:last-child { margin-top: 6px; }.prediction-method-row i { height: 5px; flex: 1; overflow: hidden; background: #e5e8ea; border-radius: 4px; }.prediction-method-row i em { height: 100%; display: block; background: linear-gradient(90deg,var(--accent),#d9aa46); border-radius: inherit; }.prediction-method-row b { color: var(--muted); font-size: 8px; white-space: nowrap; }
.match-day-stats-empty { min-height: 116px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--muted); background: var(--surface-2); border-radius: 5px; text-align: center; }.match-day-stats-empty strong { color: var(--ink-2); font-size: 12px; }.match-day-stats-empty span { font-size: 9px; line-height: 1.5; }
.match-review-overview { border-left: 4px solid var(--accent); }.match-review-overview h2 { margin: 3px 0 12px; font-size: 16px; }
.match-review-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.match-review-metrics > div { min-height: 58px; padding: 9px; display: flex; flex-direction: column; justify-content: center; gap: 3px; background: #272d31; border-radius: 4px; }.match-review-metrics span { color: #9ea8ae; font-size: 8px; }.match-review-metrics strong { font-size: 19px; }.match-review-overview > p { margin: 10px 0 0; color: #aeb7bc; font-size: 8px; }

/* Intelligence and predictions */
.portal-content-page { max-width: var(--shell); }
.content-page-head { min-height: 112px; margin-bottom: 14px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: linear-gradient(120deg,#19201e,#0d5648); border-radius: var(--radius); overflow: hidden; }
.prediction-page-head { background: linear-gradient(120deg,#201b1c,#7e1025); }
.content-page-head h1 { margin: 5px 0; font-size: 25px; }.content-page-head p { margin: 0; color: rgba(255,255,255,.70); font-size: 10px; }
.content-page-head .section-kicker { color: #83e5ce; }.prediction-page-head .section-kicker { color: #ff97a7; }
.back-link { margin-bottom: 8px; padding: 0; color: rgba(255,255,255,.72); background: transparent; font-size: 9px; }.back-link:hover { color: #fff; }
.content-date-badge { padding: 8px 12px; color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: 4px; font-size: 9px; white-space: nowrap; }
.responsible-note { margin-bottom: 12px; padding: 10px 14px; display: flex; gap: 12px; color: #71591f; background: var(--gold-soft); border: 1px solid #edd9a8; border-radius: 5px; font-size: 9px; }.responsible-note strong { color: #8a6517; }
.content-workspace { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 14px; align-items: start; }
.content-match-sidebar, .portal-content-detail { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.content-match-sidebar { position: sticky; top: 80px; overflow: hidden; }
.content-sidebar-title { min-height: 52px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: var(--surface-2); border-bottom: 1px solid var(--line); }.content-sidebar-title strong { font-size: 12px; }.content-sidebar-title span { color: var(--muted); font-size: 7px; }
.context-match-strip { max-height: calc(100vh - 180px); padding: 6px; display: grid; gap: 5px; overflow-y: auto; scrollbar-width: thin; }
.context-match-button { width: 100%; min-height: 68px; padding: 10px 11px; color: var(--ink); background: #fff; border: 1px solid transparent; border-left: 3px solid transparent; border-radius: 4px; text-align: left; }
.context-match-button:hover { background: var(--surface-2); }.context-match-button.active { background: var(--green-soft); border-color: #cae5de; border-left-color: var(--green); }.prediction-workspace .context-match-button.active { background: var(--accent-soft); border-color: var(--accent-border); border-left-color: var(--accent); }
.context-match-button span, .context-match-button small { display: block; color: var(--muted); font-size: 8px; }.context-match-button strong { display: block; margin: 5px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.portal-content-detail { min-height: 420px; padding: 22px; }
.selected-match-heading { margin: -22px -22px 22px; padding: 18px 22px; background: #fbfcfc; border-bottom: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; }.selected-match-heading span { color: var(--green-dark); font-size: 8px; font-weight: 800; }.prediction-workspace .selected-match-heading span { color: var(--accent); }.selected-match-heading h2 { margin: 6px 0 0; font-size: 20px; }
.intel-detail { margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.intel-detail:last-child { margin-bottom: 0; border-bottom: 0; }.intel-detail img { width: 100%; max-height: 360px; margin-bottom: 15px; object-fit: cover; border-radius: 6px; }.intel-detail-meta { display: flex; justify-content: space-between; gap: 12px; }.intel-detail-meta time { color: var(--muted); font-size: 8px; }.tag { color: var(--green-dark); font-size: 9px; font-weight: 900; }.intel-detail h3 { margin: 8px 0; font-size: 18px; }.intel-detail p { margin: 0; color: #424a50; font-size: 12px; line-height: 1.9; }
.prediction-source-list { display: grid; }.prediction-source-entry { padding: 0 0 24px; }.prediction-source-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.prediction-source-head > div { display: flex; align-items: center; gap: 9px; }.prediction-source-head span { color: var(--accent); font-size: 10px; font-weight: 900; }.prediction-source-head time { color: var(--muted); font-size: 8px; }.prediction-source-head b { padding: 4px 7px; color: var(--accent); background: var(--accent-soft); border-radius: 3px; font-size: 8px; }
.prediction-market-grid { margin: 12px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.prediction-market-card { min-height: 132px; padding: 13px; display: flex; flex-direction: column; background: #fffafb; border: 1px solid var(--accent-border); border-top: 3px solid var(--accent); border-radius: 5px; }.prediction-market-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.prediction-market-row > span { color: var(--accent); font-size: 8px; font-weight: 800; }.prediction-market-card h3 { margin: 10px 0; font-size: 16px; }.prediction-market-card > p { margin: auto 0 0; color: var(--muted); font-size: 8px; }
.review-status { min-width: 45px; padding: 3px 6px; display: inline-block; color: #fff; background: var(--muted); border-radius: 3px; text-align: center; font-size: 7px; }.review-status.hit,.review-status.half_hit { background: var(--green); }.review-status.miss,.review-status.half_miss { background: var(--accent); }.review-status.push { color: #5b430d; background: #edc76d; }.review-status.void,.review-status.pending { color: #657078; background: #e7ebed; }
.market-confidence { display: grid; gap: 5px; }.market-confidence > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; }.market-confidence b { color: var(--ink); }.market-confidence > i { height: 4px; display: block; overflow: hidden; background: #eadde0; border-radius: 2px; }.market-confidence > i em { width: var(--confidence); height: 100%; display: block; background: var(--accent); border-radius: 2px; }
.prediction-score-summary { margin: 0 0 16px; display: grid; grid-template-columns: 105px 105px minmax(0,1fr); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }.prediction-score-summary > div { min-height: 62px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid var(--line); }.prediction-score-summary > div:last-child { border-right: 0; }.prediction-score-summary span { color: var(--muted); font-size: 8px; }.prediction-score-summary strong { font-size: 10px; line-height: 1.5; }
.full-analysis-heading { min-height: 42px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--accent); }.full-analysis-heading > span { font-size: 14px; font-weight: 900; }.full-analysis-heading small { color: var(--muted); font-size: 8px; }
.analysis-sections { display: grid; }.analysis-sections section { padding: 17px 2px; border-bottom: 1px solid var(--line); }.analysis-sections section:last-child { border-bottom: 0; }.analysis-sections h4 { margin: 0 0 8px; color: var(--accent); font-size: 12px; }.analysis-sections p { margin: 0; color: #424a50; font-size: 11px; line-height: 1.9; }

/* World Cup final special */
.featured-special-slot { padding-top: 12px; }.featured-special-banner { width: 100%; min-height: 86px; padding: 14px 18px; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 15px; color: #fff; background: linear-gradient(110deg,#14181d 0%,#71101f 55%,#c8102e 100%); border: 1px solid rgba(224,184,92,.55); border-radius: 8px; box-shadow: 0 12px 34px rgba(44,12,18,.18); text-align: left; overflow: hidden; }.special-banner-cup { width: 46px; height: 46px; display: grid; place-items: center; color: #171a1e; background: linear-gradient(145deg,#f4dc9b,#b98a2f); border-radius: 50%; font-size: 19px; box-shadow: 0 0 0 5px rgba(224,184,92,.12); }.featured-special-banner div { min-width: 0; }.featured-special-banner small { color: #e6c977; font-size: 8px; letter-spacing: 1.2px; }.featured-special-banner strong { margin: 4px 0 2px; display: block; font-size: 21px; }.featured-special-banner strong em { margin: 0 8px; color: #e5c66e; font-style: normal; font-size: 11px; }.featured-special-banner p { margin: 0; color: #e9dfe1; font-size: 9px; }.special-banner-status { display: grid; justify-items: end; gap: 7px; color: #f0d580; font-size: 9px; }.special-banner-status b { padding: 7px 10px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 4px; font-size: 9px; }
.special-page { min-height: 75vh; color: #22282d; background: #f2f3f4; }.special-loading { min-height: 62vh; display: grid; place-items: center; color: var(--muted); }.special-hero { position: relative; overflow: hidden; color: #fff; background: #11171b; }.special-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: 2; height: 4px; background: linear-gradient(90deg,#c60b1e,#d8b65c,#74acdf); }.special-hero-media { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 62%; opacity: .54; filter: saturate(.72) contrast(1.12) brightness(.62); }.special-hero-media-shade { position: absolute; inset: 0; background: radial-gradient(circle at 18% 42%,rgba(198,11,30,.58),transparent 34%),radial-gradient(circle at 82% 42%,rgba(116,172,223,.34),transparent 31%),linear-gradient(90deg,rgba(12,17,21,.88),rgba(17,22,27,.52) 48%,rgba(10,15,18,.88)),linear-gradient(0deg,rgba(8,12,15,.92),transparent 60%); }.special-pitch-lines { width: 650px; height: 650px; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: translate(-50%,-48%); }.special-pitch-lines::before,.special-pitch-lines::after { content: ""; position: absolute; background: rgba(255,255,255,.08); }.special-pitch-lines::before { width: 1px; height: 100%; left: 50%; }.special-pitch-lines::after { height: 1px; width: 100%; top: 50%; }.special-hero-inner { min-height: 565px; padding-top: 24px; padding-bottom: 36px; position: relative; z-index: 1; text-align: center; }.special-back { display: block; color: #d5dadd; background: rgba(10,14,17,.28); border-radius: 4px; padding: 7px 10px; font-size: 12px; }.special-final-label { margin-top: 22px; color: #f0d47b; font-size: 11px; font-weight: 900; letter-spacing: 2px; }.special-final-label span { margin-right: 6px; }.special-hero h1 { margin: 10px 0 5px; font-size: clamp(32px,4vw,50px); letter-spacing: -1px; text-shadow: 0 4px 18px rgba(0,0,0,.4); }.special-hero > .special-hero-inner > p { margin: 0; color: #e1e5e7; font-size: 14px; }.special-scoreboard { max-width: 820px; margin: 30px auto 22px; display: grid; grid-template-columns: 1fr 190px 1fr; align-items: center; gap: 28px; }.special-team { display: grid; justify-items: center; gap: 8px; }.special-team img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.35)); }.special-team strong { font-size: 26px; }.special-team small { color: #d0d5d8; font-size: 12px; }.special-score-center { display: grid; justify-items: center; gap: 8px; }.special-score-center > span { padding: 6px 11px; color: #171a1d; background: #e1c369; border-radius: 20px; font-size: 11px; font-weight: 900; }.special-score-center > b { font-size: 38px; letter-spacing: 2px; }.special-score-center time { color: #f0d985; font-size: 18px; font-weight: 900; font-variant-numeric: tabular-nums; }.special-match-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; color: #d2d7da; font-size: 11px; }.special-fresh { color: #72d2a0; }.special-stale { color: #f0bf65; }
.special-content { padding: 24px 0 50px; }.special-prediction-panel,.special-section { margin-bottom: 18px; padding: 22px; background: #fff; border: 1px solid #dde1e3; border-radius: 8px; box-shadow: 0 8px 26px rgba(27,32,36,.06); }.special-prediction-panel { border-top: 4px solid #c8102e; }.special-section-head { margin-bottom: 17px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }.special-section-head span { color: #b08a32; font-size: 8px; font-weight: 900; letter-spacing: 1.2px; }.special-section-head h2 { margin: 4px 0 0; font-size: 22px; }.special-section-head > b { color: var(--muted); font-size: 8px; }.special-pick-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(230px,.7fr); gap: 14px; }.special-primary-pick { min-height: 205px; padding: 24px; color: #fff; background: linear-gradient(135deg,#171b20,#4b0c16 72%,#a30c25); border-radius: 7px; }.special-primary-pick > span { color: #ebcf7d; font-size: 9px; font-weight: 900; }.special-primary-pick h2 { margin: 10px 0; font-size: 34px; }.special-primary-pick p { max-width: 720px; color: #dddfe1; font-size: 11px; line-height: 1.8; }.special-primary-pick > div { display: flex; align-items: center; gap: 9px; }.special-primary-pick i { color: #aeb6bb; font-size: 8px; font-style: normal; }.special-primary-pick strong { padding: 6px 9px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); border-radius: 4px; }.special-pick-layout > aside { padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: #f6f1e6; border: 1px solid #e4d4ae; border-radius: 7px; }.special-pick-layout > aside > span { color: #9a7629; font-size: 8px; }.special-pick-layout > aside h3 { margin: 7px 0 4px; font-size: 23px; }.special-pick-layout > aside > b { color: #c8102e; }.special-pick-layout > aside p { margin: 13px 0; color: #6c6250; font-size: 9px; }.special-analysis { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 14px; background: #e4e7e9; border: 1px solid #e4e7e9; }.special-analysis section { padding: 16px; background: #fff; }.special-analysis h4 { margin: 0 0 8px; color: #c8102e; font-size: 11px; }.special-analysis p { margin: 0; color: #4b5359; font-size: 9px; line-height: 1.75; }
.special-intel-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.special-intel-card { min-width: 0; padding: 18px; border: 1px solid #e0e3e5; border-top: 3px solid #2c8b65; border-radius: 6px; }.special-intel-card > span { color: #2c8b65; font-size: 8px; font-weight: 900; }.special-intel-card h3 { margin: 8px 0; font-size: 15px; }.special-intel-card p { margin: 0; color: #4b5359; font-size: 10px; line-height: 1.85; }.special-intel-card small { margin-top: 14px; display: block; color: var(--muted); font-size: 7px; }.special-journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.special-journey-team { overflow: hidden; border: 1px solid #e1e4e6; border-radius: 7px; }.special-journey-head { min-height: 72px; padding: 10px 16px; display: flex; align-items: center; gap: 12px; color: #fff; background: #6c101e; }.special-journey-team.argentina .special-journey-head { color: #18232c; background: #8fc3e7; }.special-journey-head img { width: 48px; height: 48px; object-fit: contain; }.special-journey-head strong { font-size: 15px; }.journey-step { min-height: 47px; padding: 8px 14px; display: grid; grid-template-columns: minmax(0,1fr) 48px 100px; align-items: center; border-bottom: 1px solid #eceeef; font-size: 9px; }.journey-step:last-child { border-bottom: 0; }.journey-step b { color: #c8102e; text-align: center; }.journey-step small { color: var(--muted); text-align: right; }.comparison-grid { max-width: 760px; margin: auto; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; text-align: center; }.comparison-grid > div { padding: 20px; display: grid; grid-template-columns: 1fr auto auto auto auto; align-items: baseline; gap: 6px 9px; background: #f6f7f8; border-radius: 7px; }.comparison-grid > div span { grid-column: 1 / -1; margin-bottom: 8px; font-size: 16px; font-weight: 900; }.comparison-grid > div strong { color: #c8102e; font-size: 23px; }.comparison-grid > div small { color: var(--muted); }.comparison-grid > div b { grid-column: 1 / -1; margin-top: 8px; color: #2c8b65; font-size: 9px; }.comparison-grid > em { color: #b79543; font-style: normal; font-weight: 900; }.special-lineups { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.special-lineups section { padding: 16px; background: #f7f8f8; border-radius: 6px; }.special-lineups h3 { margin: 0 0 11px; font-size: 14px; }.special-lineups section > div { min-height: 34px; display: grid; grid-template-columns: 28px minmax(0,1fr) 80px; align-items: center; border-bottom: 1px solid #e5e8e9; font-size: 9px; }.special-lineups section > p { color: var(--muted); font-size: 9px; }.score-breakdown { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.score-breakdown > div { padding: 14px; display: grid; gap: 6px; background: #15191d; border-radius: 5px; text-align: center; }.score-breakdown span { color: #aeb6bb; font-size: 8px; }.score-breakdown strong { color: #f0d47b; font-size: 16px; }.special-stats { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }.special-stats > div { min-width: 0; padding: 10px; display: grid; grid-template-columns: 1fr auto auto; gap: 8px; background: #f6f7f8; font-size: 8px; }.special-events { margin-top: 14px; display: grid; gap: 6px; }.special-event { padding: 10px 12px; display: grid; grid-template-columns: 50px 110px minmax(0,1fr); align-items: center; background: #f6f7f8; font-size: 9px; }.special-event p { margin: 0; }
.special-match-action { color: #513e11!important; background: #e6c76e!important; border-color: #d0ae4e!important; font-weight: 900!important; }
.special-logo-wrap { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; }.special-logo-wrap.hero-logo { width: 112px; height: 112px; }.special-logo-wrap img { max-width: 100%; max-height: 100%; }.special-logo-fallback { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: linear-gradient(#aa151b 0 28%,#f1bf00 28% 72%,#aa151b 72%); border: 3px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 12px 20px rgba(0,0,0,.25); font-size: 17px; font-style: normal; font-weight: 900; }.special-logo-fallback.argentina { color: #17364a; background: linear-gradient(#74acdf 0 33%,#fff 33% 66%,#74acdf 66%); }.special-logo-wrap:not(.hero-logo) .special-logo-fallback { font-size: 9px; }
.special-venue-section { overflow: hidden; border-top: 4px solid #b5903e; }.special-venue-layout { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(300px,.75fr); gap: 16px; }.special-map-shell { min-width: 0; min-height: 480px; position: relative; overflow: hidden; background: #0d1416; border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(224,199,121,.28); }.special-venue-map { width: 100%; height: 480px; }.special-map-shell .cesium-viewer,.special-map-shell .cesium-viewer-cesiumWidgetContainer,.special-map-shell .cesium-widget,.special-map-shell canvas { width: 100%!important; height: 100%!important; }.special-map-shell .cesium-viewer-bottom { right: 8px; left: auto; bottom: 7px; }.special-map-shell .cesium-credit-logoContainer { display: none!important; }.special-map-topline { min-height: 42px; padding: 7px 9px 7px 12px; position: absolute; top: 12px; left: 12px; right: 12px; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: rgba(10,15,18,.78); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; box-shadow: 0 7px 24px rgba(0,0,0,.2); backdrop-filter: blur(10px); font-size: 12px; }.special-map-topline span,.special-map-topline > div { display: flex; align-items: center; gap: 8px; }.special-map-topline span { font-weight: 800; }.special-map-topline span i { width: 8px; height: 8px; background: #e1c369; border-radius: 50%; box-shadow: 0 0 0 5px rgba(225,195,105,.13); }.special-map-topline button { min-height: 30px; padding: 0 10px; color: #fff; background: #c8102e; border-radius: 4px; font-size: 11px; font-weight: 800; }.special-map-topline #special-map-mode { color: #e8cf86; background: rgba(255,255,255,.08); border: 1px solid rgba(232,207,134,.35); }.special-map-level-note { max-width: calc(100% - 24px); padding: 7px 10px; position: absolute; left: 12px; bottom: 12px; z-index: 4; color: #d9dddf; background: rgba(10,15,18,.75); border-radius: 4px; font-size: 10px; line-height: 1.5; backdrop-filter: blur(8px); }.special-map-fallback { position: absolute; inset: 0; z-index: 3; padding: 90px 28px 28px; color: #fff; background: radial-gradient(circle at 50% 50%,rgba(200,16,46,.2),transparent 36%),linear-gradient(145deg,#14201e,#0d1416); text-align: center; }.special-map-fallback strong { font-size: 20px; }.special-map-fallback p { max-width: 380px; margin: 10px auto 0; color: #b9c1c4; font-size: 13px; line-height: 1.7; }.special-venue-info { min-width: 0; padding: 22px; display: flex; flex-direction: column; gap: 16px; color: #fff; background: linear-gradient(155deg,#171d21,#281016 76%,#6f0b1b); border: 1px solid #342f30; border-radius: 8px; }.special-venue-title > span { color: #e2c36f; font-size: 11px; font-weight: 900; letter-spacing: 1.2px; }.special-venue-title h3 { margin: 7px 0 4px; font-size: 23px; }.special-venue-title p { margin: 0; color: #b6bec3; font-size: 12px; }.special-venue-match { padding: 14px; display: grid; gap: 7px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 6px; }.special-venue-match > span { color: #e2c36f; font-size: 11px; }.special-venue-match strong { font-size: 17px; }.special-venue-match em { margin: 0 5px; color: #74acdf; font-size: 11px; font-style: normal; }.special-venue-match small { color: #c1c8cc; font-size: 11px; }.special-weather-panel { margin-top: auto; padding: 14px; background: rgba(8,12,14,.44); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; }.special-weather-main { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; }.special-weather-main > i { width: 42px; height: 42px; display: grid; place-items: center; color: #172026; background: #e1c369; border-radius: 50%; font-size: 16px; font-style: normal; font-weight: 900; }.special-weather-main > div { min-width: 0; display: grid; gap: 2px; }.special-weather-main span,.special-weather-grid span,.special-weather-unavailable span { color: #aeb7bc; font-size: 10px; }.special-weather-main strong { font-size: 16px; }.special-weather-main small { color: #9da6ab; font-size: 9px; }.special-weather-main > b { color: #f0d47b; font-size: 25px; }.special-weather-grid { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.special-weather-grid > div { min-width: 0; padding: 9px; display: grid; gap: 4px; background: rgba(255,255,255,.06); border-radius: 4px; }.special-weather-grid strong { font-size: 12px; }.special-weather-source { margin-top: 11px; display: block; color: #8f999e; font-size: 9px; line-height: 1.5; }.special-weather-unavailable { min-height: 130px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }.special-weather-unavailable strong { font-size: 16px; }.special-weather-unavailable small { color: #9da6ab; font-size: 10px; }

/* Admin */
body:has(#view-admin.active) .site-header { display: none; }
body:has(#view-admin.active) .view { min-height: 100vh; }
.admin-page { width: 100%; max-width: none; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 220px minmax(0,1fr); background: #f1f3f5; }
.admin-sidebar { min-height: 100vh; padding: 18px 12px; position: sticky; top: 0; align-self: start; display: flex; flex-direction: column; color: #fff; background: #171b1f; }
.admin-brand { min-height: 62px; padding: 0 8px 16px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #30363a; }.admin-brand-logo { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.22)); }.admin-brand > div { display: flex; flex-direction: column; gap: 3px; }.admin-brand strong { font-size: 14px; }.admin-brand small { color: #8f989e; font-size: 8px; }
.admin-tabs { margin-top: 18px; display: grid; gap: 5px; }.admin-tabs button { min-height: 44px; padding: 0 12px; display: flex; align-items: center; gap: 10px; color: #aeb6bb; background: transparent; border-radius: 5px; text-align: left; font-size: 11px; font-weight: 700; }.admin-tabs button span { color: #687178; font-size: 8px; }.admin-tabs button:hover { color: #fff; background: #242a2e; }.admin-tabs button.active { color: #fff; background: var(--accent); }.admin-tabs button.active span { color: #ffcad2; }
.admin-back { margin-top: auto; min-height: 40px; color: #9da6ab; background: transparent; border-top: 1px solid #30363a; font-size: 9px; text-align: left; }
.admin-main { min-width: 0; padding: 0 28px 46px; }
.admin-topbar { min-height: 76px; margin: 0 -28px 22px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fff; border-bottom: 1px solid var(--line); }.admin-topbar h1 { margin: 2px 0 0; font-size: 21px; }.admin-account { display: flex; align-items: center; gap: 12px; }.admin-account > span { color: var(--muted); font-size: 9px; }
.admin-panel { display: none; }.admin-panel.active { display: block; }
.admin-section-head { margin-bottom: 12px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); }.admin-section-head h2 { margin: 3px 0; font-size: 18px; }.admin-section-head p { margin: 0; color: var(--muted); font-size: 9px; }
.settings-form, .content-form, .admin-table, .role-card, .review-admin-section { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.settings-form { max-width: 680px; padding: 20px; display: grid; gap: 15px; }
.settings-form label, .content-form label, .auth-form label { display: grid; gap: 6px; color: var(--muted); font-size: 9px; }
.settings-form input, .content-form input, .content-form select, .content-form textarea, .auth-form input { width: 100%; min-width: 0; padding: 9px 10px; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: 4px; outline: 0; }
.settings-form input, .content-form input, .content-form select, .auth-form input { min-height: 39px; }.content-form textarea { resize: vertical; line-height: 1.6; }
.settings-form input:focus, .content-form input:focus, .content-form select:focus, .content-form textarea:focus, .auth-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(200,16,46,.08); }
.toggle-row { grid-template-columns: 20px 1fr!important; align-items: center; }.toggle-row input { width: 18px; min-height: 18px; }
.content-admin-toolbar { min-height: 64px; margin-bottom: 12px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }.content-admin-toolbar > div { display: flex; flex-direction: column; gap: 4px; }.content-admin-toolbar strong { font-size: 14px; }.content-admin-toolbar span { color: var(--muted); font-size: 8px; }
.content-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; align-items: start; }.content-form { padding: 18px; display: grid; gap: 12px; }.form-heading span { color: var(--accent); font-size: 8px; font-weight: 900; }.form-heading h2 { margin: 4px 0 0; font-size: 16px; }.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.form-message { min-height: 16px; margin: 0; color: var(--accent); text-align: center; font-size: 9px; }.form-message[data-state="loading"] { color: var(--green-dark); }.form-message[data-state="error"] { color: #a23d35; }
.review-admin-section { margin-top: 14px; padding: 16px; }.review-admin-section > .form-heading { margin-bottom: 10px; }
.admin-table { overflow: hidden; }.admin-user-row { min-height: 56px; padding: 8px 13px; display: grid; grid-template-columns: minmax(0,1fr) 100px 140px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); font-size: 10px; }.admin-user-row:last-child { border-bottom: 0; }.admin-user-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }.admin-user-row select { height: 33px; border: 1px solid var(--line-strong); border-radius: 4px; }
.admin-prediction-row { min-height: 54px; padding: 8px 12px; display: grid; grid-template-columns: minmax(0,1fr) 54px 110px; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); font-size: 9px; }.admin-prediction-row:last-child { border-bottom: 0; }.admin-prediction-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 7px; }
.role-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }.role-card { padding: 17px; border-top: 3px solid var(--accent); }.role-card h3 { margin: 0 0 7px; font-size: 15px; }.role-card p { margin: 0; min-height: 45px; color: var(--muted); font-size: 9px; line-height: 1.65; }.role-card b { display: block; margin-top: 10px; color: var(--accent); font-size: 10px; }
.visit-admin-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.visit-period-tabs { flex: 0 0 auto; padding: 3px; display: flex; gap: 3px; background: #f1f3f5; border-radius: 6px; }.visit-period-tabs button { min-width: 62px; min-height: 34px; padding: 0 12px; color: var(--muted); background: transparent; border-radius: 4px; font-size: 11px; font-weight: 800; }.visit-period-tabs button.active { color: #fff; background: var(--accent); box-shadow: 0 4px 12px rgba(200,16,46,.18); }.visit-summary-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }.visit-summary-card,.visit-chart-card,.visit-pages-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }.visit-summary-card { min-height: 112px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border-top: 3px solid var(--accent); }.visit-summary-card:nth-child(2) { border-top-color: #b5903e; }.visit-summary-card:nth-child(3) { border-top-color: var(--green-dark); }.visit-summary-card:nth-child(4) { border-top-color: #5d6570; }.visit-summary-card span { color: var(--muted); font-size: 11px; }.visit-summary-card strong { margin-top: 8px; color: var(--ink); font-size: 27px; line-height: 1; }.visit-summary-card small { margin-top: 8px; color: var(--muted-2); font-size: 10px; }.visit-chart-card,.visit-pages-card { padding: 17px; }.visit-pages-card { margin-top: 12px; }.visit-card-heading { margin-bottom: 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }.visit-card-heading span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .4px; }.visit-card-heading h3 { margin: 4px 0 0; font-size: 17px; }.visit-card-heading > small { color: var(--muted); font-size: 10px; }.visit-chart { min-height: 250px; display: grid; grid-template-columns: repeat(var(--visit-columns,1),minmax(0,1fr)); align-items: stretch; gap: 3px; overflow: hidden; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top,#f0f2f4 0 1px,transparent 1px 25%); }.visit-chart-column { min-width: 0; height: 250px; display: grid; grid-template-rows: minmax(0,1fr) 24px; gap: 4px; align-items: end; }.visit-bars { height: 100%; min-width: 0; display: flex; align-items: flex-end; justify-content: center; gap: 2px; }.visit-bars i,.visit-bars b { width: min(9px,42%); min-height: 2px; border-radius: 2px 2px 0 0; }.visit-bars i { height: var(--pv); background: linear-gradient(180deg,#e63a56,var(--accent)); }.visit-bars b { height: var(--uv); background: linear-gradient(180deg,#e3c86f,#a68131); }.visit-chart-column > span { overflow: hidden; color: var(--muted-2); font-size: 8px; text-align: center; text-overflow: clip; white-space: nowrap; }.visit-page-row { min-height: 50px; padding: 8px 4px; display: grid; grid-template-columns: minmax(0,1fr) 86px 86px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }.visit-page-row:last-child { border-bottom: 0; }.visit-page-row strong { font-size: 12px; }.visit-page-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }.visit-page-row span { color: var(--muted); font-size: 10px; text-align: right; }.visit-page-row b { color: var(--accent); font-size: 13px; }.analytics-empty { grid-column: 1 / -1; min-height: 120px; display: grid; place-items: center; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); font-size: 12px; }
.visit-detail-card { overflow: hidden; }.visit-detail-head,.visit-detail-row { min-width: 0; display: grid; grid-template-columns: 128px 140px 145px minmax(150px,.85fr) minmax(180px,1fr); align-items: center; gap: 10px; }.visit-detail-head { min-height: 36px; padding: 0 10px; color: var(--muted); background: #f4f5f6; border: 1px solid var(--line); font-size: 10px; font-weight: 800; }.visit-detail-row { min-height: 62px; padding: 9px 10px; border-bottom: 1px solid var(--line); }.visit-detail-row:last-child { border-bottom: 0; }.visit-detail-row > * { min-width: 0; }.visit-detail-row time,.visit-detail-row span { color: var(--muted); font-size: 10px; }.visit-detail-row code { padding: 4px 6px; overflow: hidden; color: #8d1227; background: #fff0f3; border-radius: 3px; font-family: Consolas,monospace; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.visit-detail-row strong { display: block; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.visit-detail-row small { display: block; margin-top: 4px; overflow: hidden; color: var(--muted-2); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.visit-pagination { min-height: 52px; padding: 10px 4px 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; border-top: 1px solid var(--line); }.visit-pagination button { min-width: 74px; min-height: 34px; padding: 0 12px; color: #fff; background: var(--accent); border-radius: 4px; font-size: 10px; font-weight: 800; }.visit-pagination button:disabled { color: #9ba2a7; background: #eceff1; cursor: not-allowed; }.visit-pagination span { min-width: 150px; color: var(--muted); font-size: 10px; text-align: center; }.visit-pagination b { color: var(--accent); font-size: 12px; }
.visit-map-card { min-width: 0; margin-bottom: 12px; padding: 17px; background: #fff; border: 1px solid var(--line); border-top: 3px solid #b5903e; border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }.visit-map-heading { align-items: center; }.visit-map-actions { display: flex; align-items: center; gap: 7px; }.visit-map-actions button { min-height: 34px; padding: 0 12px; color: var(--ink-2); background: #f3f5f6; border: 1px solid var(--line); border-radius: 4px; font-size: 10px; font-weight: 800; }.visit-map-actions button:hover { color: #fff; background: var(--accent); border-color: var(--accent); }.visit-map-layout { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 12px; }.visit-map-shell { min-width: 0; height: 620px; position: relative; overflow: hidden; background: radial-gradient(circle at 45% 40%,#1c3435,#0d1519 72%); border: 1px solid #2e3a3f; border-radius: 7px; }.visit-map { width: 100%; height: 100%; }.visit-map .cesium-viewer,.visit-map .cesium-viewer-cesiumWidgetContainer,.visit-map .cesium-widget,.visit-map canvas { width: 100%!important; height: 100%!important; }.visit-map .cesium-viewer-bottom { right: 8px; left: auto; bottom: 7px; }.visit-map .cesium-credit-logoContainer { display: none!important; }.visit-map-empty { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #fff; background: radial-gradient(circle at 50% 45%,rgba(200,16,46,.18),transparent 34%),linear-gradient(145deg,rgba(15,24,27,.96),rgba(10,15,18,.94)); text-align: center; pointer-events: none; }.visit-map-empty[hidden] { display: none; }.visit-map-empty strong { font-size: 17px; }.visit-map-empty span { max-width: 330px; color: #aeb8bc; font-size: 10px; line-height: 1.6; }.visit-map-legend { max-width: calc(100% - 20px); min-height: 34px; padding: 7px 10px; position: absolute; left: 10px; bottom: 10px; z-index: 3; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #dce2e4; background: rgba(8,13,16,.76); border: 1px solid rgba(255,255,255,.12); border-radius: 5px; backdrop-filter: blur(8px); font-size: 9px; pointer-events: none; }.visit-map-legend span { display: flex; align-items: center; gap: 6px; }.visit-map-legend i,.visit-map-legend b { width: 9px; height: 9px; display: inline-block; background: var(--accent); border: 2px solid #e8c86f; border-radius: 50%; }.visit-map-legend b { background: #d7a83e; border-color: #fff; }.visit-city-panel { min-width: 0; height: 620px; padding: 14px; display: flex; flex-direction: column; gap: 12px; background: linear-gradient(155deg,#171d21,#241116); border: 1px solid #2e3337; border-radius: 7px; color: #fff; overflow: hidden; }.visit-city-panel > div:first-child { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }.visit-city-panel > div:first-child span { color: #d6b65f; font-size: 9px; font-weight: 900; letter-spacing: .7px; }.visit-city-panel > div:first-child strong { margin-top: 6px; display: block; font-size: 18px; }.visit-city-panel > div:first-child small { margin-top: 5px; display: block; color: #9da8ad; font-size: 9px; line-height: 1.5; }.visit-city-ranking { min-height: 0; flex: 1; overflow-y: auto; scrollbar-width: thin; }.visit-city-ranking .analytics-empty { min-height: 210px; color: #9da8ad; background: transparent; border-color: rgba(255,255,255,.08); }.visit-city-row { min-height: 55px; padding: 8px 2px; display: grid; grid-template-columns: 25px minmax(0,1fr) auto; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.08); }.visit-city-row:last-child { border-bottom: 0; }.visit-city-row > b { width: 23px; height: 23px; display: grid; place-items: center; color: #1b1c1d; background: #d7a83e; border-radius: 50%; font-size: 9px; }.visit-city-row div { min-width: 0; }.visit-city-row strong,.visit-city-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.visit-city-row strong { font-size: 11px; }.visit-city-row small { margin-top: 3px; color: #9ca6ab; font-size: 8px; }.visit-city-row > span { color: #f0d177; font-size: 12px; font-weight: 900; white-space: nowrap; }.visit-map-card:fullscreen { width: 100vw; height: 100vh; padding: 18px; background: #0e1518; border: 0; border-radius: 0; }.visit-map-card:fullscreen .visit-card-heading { color: #fff; }.visit-map-card:fullscreen .visit-map-layout { height: calc(100vh - 92px); }.visit-map-card:fullscreen .visit-map-shell,.visit-map-card:fullscreen .visit-city-panel { height: 100%; }.visit-map-card:fullscreen .visit-map-actions button { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }

/* Account dialog */
.portal-dialog { width: min(720px,calc(100% - 28px)); max-height: 86vh; padding: 0; overflow: hidden; background: #fff; border: 0; border-radius: 12px; box-shadow: 0 30px 90px rgba(14,18,21,.30); }.portal-dialog::backdrop { background: rgba(14,18,21,.64); backdrop-filter: blur(3px); }
.auth-dialog { width: min(430px,calc(100% - 28px)); }
.auth-dialog-title { display: flex; align-items: center; gap: 12px; }.auth-dialog-title > img { width: 44px; height: 44px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(20,24,32,.14)); }.auth-dialog-title h2 { margin: 2px 0 0; }
.dialog-header { min-height: 72px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.dialog-header h2 { margin: 4px 0 0; font-size: 19px; }.dialog-header > button { width: 34px; height: 34px; color: var(--muted); background: var(--surface-2); border-radius: 50%; font-size: 21px; }
.auth-tabs { margin: 16px 18px 0; }.auth-tabs button { flex: 1; }
.auth-tabs button:disabled { cursor: not-allowed; color: var(--muted); background: var(--surface-muted); opacity: .72; }
.auth-panel { display: none; padding: 18px; text-align: center; }.auth-panel.active { display: block; }.auth-mode-tabs { margin-bottom: 15px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }.auth-mode-tabs button { min-height: 38px; color: var(--muted); background: transparent; }.auth-mode-tabs button.active { color: var(--accent); border-bottom: 2px solid var(--accent); font-weight: 800; }
.auth-form { display: grid; gap: 12px; text-align: left; }.register-only { display: none!important; }.auth-form.register-mode .register-only { display: grid!important; }.auth-form .primary-action { margin-top: 3px; }
.wechat-qr { width: 180px; height: 180px; margin: 4px auto 13px; padding: 9px; display: grid; grid-template-columns: repeat(13,1fr); gap: 2px; border: 1px solid var(--line); }.wechat-qr i { background: #fff; }.wechat-qr i.on { background: #15191c; }.auth-panel > p { color: var(--muted); font-size: 9px; }

/* Legacy surfaces kept for compatibility but not linked in the new navigation */
.page-title { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.page-title h1 { margin: 4px 0; font-size: 25px; }.page-title p { margin: 0; color: var(--muted); font-size: 10px; }
.live-topbar, .panel-heading { min-height: 48px; display: flex; align-items: center; justify-content: space-between; }.live-score-hero, .timeline-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }.live-score-hero { padding: 20px; }.scoreboard { display: grid; grid-template-columns: 1fr 130px 1fr; align-items: center; }.team { display: flex; flex-direction: column; align-items: center; gap: 7px; }.crest { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--dark); border-radius: 50%; }.score { display: flex; justify-content: center; gap: 10px; }.score b { font-size: 38px; }.live-content-grid { margin-top: 14px; display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 14px; }.commentary-feed { padding: 16px; }.commentary-item { padding: 12px 0; display: grid; grid-template-columns: 46px 28px 1fr; border-bottom: 1px solid var(--line); font-size: 10px; }.live-sidebar { display: grid; gap: 12px; }
.chat-overlay, .chat-drawer { display: none; }.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--dark); border-radius: 5px; opacity: 0; transform: translate(-50%,18px); pointer-events: none; }.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1100px) {
  .page-shell, .header-inner { width: min(calc(100% - 28px),var(--shell)); }
  .header-inner { gap: 18px; }.brand { min-width: 186px; }.nav-item { min-width: 70px; padding-inline: 12px; }
  .home-stage { grid-template-columns: 164px minmax(0,1fr) 260px; gap: 12px; }.hero-content { padding-inline: 26px; }.stats-overview { grid-template-columns: 78px 1fr; }.stats-ring { width: 74px; }.stats-ring::after { width: 56px; inset: 9px; }.stats-ring strong { font-size: 17px; }
  .popular-competitions button { padding-inline: 9px; }.popular-competitions button:nth-of-type(n+7) { display: none; }
  .match-dashboard-layout { grid-template-columns: minmax(0,1fr) 260px; }.match-row { grid-template-columns: 110px 54px minmax(0,1fr) 128px; gap: 7px; }
  .role-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .main-nav { gap: 0; }.nav-item { min-width: 64px; padding-inline: 9px; font-size: 12px; }.nav-item.active::after { left: 10px; right: 10px; }
  .home-stage { grid-template-columns: minmax(0,1fr) 260px; }.sport-shortcuts { display: none; }
  .home-content-grid { grid-template-columns: 1fr; }.side-column { grid-template-columns: 1fr 1fr; }.side-column .app-callout { grid-column: 1 / -1; }
  .match-dashboard-layout { grid-template-columns: 1fr; }.match-insight-column { position: static; grid-template-columns: 1fr 1fr; }.match-content-entry-grid { grid-template-columns: 1fr 1fr; }
  .admin-shell { grid-template-columns: 180px minmax(0,1fr); }.admin-main { padding-inline: 18px; }.admin-topbar { margin-inline: -18px; padding-inline: 18px; }.content-form-grid { grid-template-columns: 1fr; }
  .special-intel-grid { grid-template-columns: 1fr; }.special-analysis { grid-template-columns: 1fr; }.special-stats { grid-template-columns: 1fr 1fr; }
  .visit-map-layout { grid-template-columns: minmax(0,1fr) 220px; }.visit-map-shell,.visit-city-panel { height: 560px; }
}

@media (max-width: 700px) {
  body { padding-bottom: 62px; }
  .page-shell, .header-inner { width: calc(100% - 20px); }
  .site-header { height: 58px; position: relative; backdrop-filter: none; }.header-inner { height: 58px; }.brand { min-width: 0; height: 58px; flex: 1; }.brand-logo { width: 38px; height: 38px; }.brand-copy strong { font-size: 16px; }.brand-copy small { display: none; }.main-nav { display: none; }.account-button { width: 38px; height: 38px; padding: 0; display: grid; place-items: center; background: #fff; }.account-button > .ui-icon { display: block; }.account-avatar, #account-label { display: none; }
  .mobile-nav { height: 62px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: repeat(2,1fr); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -7px 22px rgba(25,31,36,.08); backdrop-filter: blur(12px); }.mobile-nav-item { padding: 5px 0 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--muted); background: transparent; font-size: 9px; }.mobile-nav-item .ui-icon { width: 20px; height: 20px; }.mobile-nav-item.active { color: var(--accent); }.mobile-nav-item.active::before { content: ""; width: 20px; height: 2px; position: absolute; top: 0; background: var(--accent); }
  .view { min-height: calc(100vh - 120px); }.ticker-inner { height: 34px; }.ticker-inner time { display: none; }.home-layout { padding-top: 10px; }
  .home-stage { grid-template-columns: 1fr; }.stage-prediction-panel { display: none; }.hero-story { min-height: 300px; border-radius: 7px; }.hero-content { max-width: 100%; padding: 0 20px 28px; }.hero-shade { background: linear-gradient(0deg,rgba(19,21,23,.94),rgba(19,21,23,.20)); }.hero-content h1 { font-size: 26px; }
  .popular-competitions { min-height: 48px; padding-inline: 8px; overflow: hidden; }.popular-competitions strong { min-width: 90px; }.popular-competitions button { padding-inline: 7px; }.popular-competitions button:nth-of-type(n+4), .popular-competitions .competition-more { display: none; }
  .home-content-grid { margin-top: 14px; }.section-block { margin-bottom: 22px; }.section-heading h2 { font-size: 18px; }.hot-match-grid, .side-column { grid-template-columns: 1fr; }.side-column .app-callout { grid-column: auto; }
  .intelligence-showcase { grid-template-columns: 1fr; }.intelligence-feature-card { min-height: 400px; }.intelligence-match-list { grid-template-rows: none; }.intelligence-match-item { min-height: 104px; }
  .inner-page { padding: 10px 0 30px; }.match-page-head { min-height: 0; padding: 12px; align-items: flex-start; flex-direction: column; }.match-page-head h1 { font-size: 20px; }.match-head-controls { width: 100%; justify-content: space-between; }.date-field > span { display: none; }.segmented button { padding-inline: 10px; }.match-date-input { width: 132px; }
  .match-schedule-toolbar { min-height: 48px; }.date-strip button { min-height: 54px; }.external-data-note { align-items: flex-start; flex-direction: column; gap: 3px; }.external-data-note strong { white-space: normal; }
  .match-row { min-height: 76px; padding: 8px; grid-template-columns: 70px 46px minmax(0,1fr) 82px; gap: 5px; }.match-time-block small { display: -webkit-box; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.match-teams { grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr); gap: 4px; font-size: 9px; }.match-teams strong { font-size: 11px; }.match-row-actions { gap: 3px; }.match-row-actions button,.match-row-actions a { min-height: 28px; padding: 0 2px; font-size: 7px; }.match-content-empty { font-size: 7px; }.match-prediction-result { grid-template-columns: 1fr; }.match-prediction-result > button,.match-prediction-result > a { justify-self: start; }.match-insight-column { grid-template-columns: 1fr; }.match-content-entry-grid { grid-template-columns: 1fr 1fr; }
  .content-page-head { min-height: 102px; padding: 15px; align-items: flex-start; }.content-page-head h1 { font-size: 21px; }.content-page-head p { max-width: 250px; }.content-date-badge { padding: 6px 8px; }.content-workspace { grid-template-columns: 1fr; }.content-match-sidebar { position: static; }.content-sidebar-title { min-height: 44px; }.context-match-strip { max-height: 226px; padding: 6px; grid-template-columns: 1fr; overflow-x: hidden; }.context-match-button { min-height: 60px; }.portal-content-detail { min-height: 320px; padding: 15px; }.selected-match-heading { margin: -15px -15px 17px; padding: 15px; }.selected-match-heading h2 { font-size: 17px; }.prediction-market-grid { grid-template-columns: 1fr; }.prediction-score-summary { grid-template-columns: 1fr 1fr; }.prediction-score-summary > div:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }.full-analysis-heading { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  body:has(#view-admin.active) { padding-bottom: 0; }.admin-shell { grid-template-columns: 1fr; }.admin-sidebar { min-height: auto; padding: 10px; position: static; }.admin-brand { min-height: 48px; padding-bottom: 9px; }.admin-tabs { margin-top: 9px; grid-template-columns: repeat(5,1fr); gap: 3px; }.admin-tabs button { min-height: 40px; padding: 0 4px; justify-content: center; font-size: 8px; }.admin-tabs button span { display: none; }.admin-back { display: none; }.admin-main { padding: 0 10px 30px; }.admin-topbar { min-height: 66px; margin: 0 -10px 12px; padding: 0 10px; }.admin-account > span { display: none; }.content-admin-toolbar { align-items: flex-start; flex-direction: column; }.form-pair { grid-template-columns: 1fr; }.role-grid { grid-template-columns: 1fr 1fr; }.admin-user-row { grid-template-columns: minmax(0,1fr) 92px; }.admin-user-row > span { display: none; }.visit-admin-head { align-items: flex-start; flex-direction: column; }.visit-period-tabs { width: 100%; }.visit-period-tabs button { min-width: 0; flex: 1; }.visit-summary-grid { grid-template-columns: 1fr 1fr; }.visit-summary-card { min-height: 98px; }.visit-summary-card strong { font-size: 23px; }.visit-chart-card,.visit-pages-card { padding: 12px; }.visit-chart { min-height: 220px; gap: 1px; }.visit-chart-column { height: 220px; }.visit-chart-column > span { font-size: 7px; }.visit-page-row { grid-template-columns: minmax(0,1fr) 62px 62px; gap: 5px; }
  .visit-map-card { padding: 12px; }.visit-map-heading { align-items: flex-start; flex-direction: column; }.visit-map-actions { width: 100%; }.visit-map-actions button { flex: 1; }.visit-map-layout { grid-template-columns: 1fr; }.visit-map-shell { height: 480px; }.visit-city-panel { height: auto; max-height: 340px; }.visit-city-ranking { max-height: 230px; }.visit-map-card:fullscreen { padding: 10px; overflow-y: auto; }.visit-map-card:fullscreen .visit-map-layout { height: auto; }.visit-map-card:fullscreen .visit-map-shell { height: calc(100vh - 150px); min-height: 360px; }.visit-map-card:fullscreen .visit-city-panel { display: none; }
  .portal-dialog { border-radius: 9px; }
  .featured-special-slot { padding-top: 8px; }.featured-special-banner { min-height: 112px; padding: 12px; grid-template-columns: 38px minmax(0,1fr); gap: 10px; }.special-banner-cup { width: 36px; height: 36px; }.featured-special-banner strong { font-size: 16px; }.special-banner-status { grid-column: 2; grid-template-columns: auto auto; align-items: center; justify-content: start; justify-items: start; }.special-hero-inner { min-height: 520px; padding-top: 15px; }.special-hero h1 { font-size: 27px; }.special-scoreboard { margin-top: 25px; grid-template-columns: 1fr 96px 1fr; gap: 7px; }.special-team img,.special-logo-wrap.hero-logo { width: 78px; height: 78px; }.special-team strong { font-size: 17px; }.special-team small { max-width: 105px; }.special-score-center > b { font-size: 25px; }.special-score-center time { font-size: 11px; }.special-match-meta { max-width: 320px; margin: auto; gap: 6px 12px; }.special-content { padding-top: 10px; }.special-prediction-panel,.special-section { padding: 14px; margin-bottom: 10px; }.special-section-head h2 { font-size: 18px; }.special-pick-layout { grid-template-columns: 1fr; }.special-primary-pick { min-height: 190px; padding: 18px; }.special-primary-pick h2 { font-size: 30px; }.special-analysis { margin-top: 10px; }.special-journey-grid,.special-lineups { grid-template-columns: 1fr; }.comparison-grid { grid-template-columns: 1fr; gap: 8px; }.comparison-grid > em { display: none; }.score-breakdown { grid-template-columns: 1fr 1fr; }.special-stats { grid-template-columns: 1fr; }.special-event { grid-template-columns: 44px minmax(0,1fr); }.special-event p { grid-column: 1 / -1; margin-top: 4px; }.journey-step { grid-template-columns: minmax(0,1fr) 42px 84px; }
}

.report-member-tools { min-height: 54px; padding: 9px max(18px,calc((100vw - 1240px)/2)); position: sticky; top: 64px; z-index: 25; display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #dceee8; background: rgba(7,32,35,.96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.report-member-tools a, .report-member-tools button { min-height: 34px; padding: 0 12px; display: inline-flex; align-items: center; color: #dceee8; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; font-size: 11px; font-weight: 800; cursor: pointer; }
.report-member-tools button.saved { color: #163f35; background: #e7ca69; border-color: #e7ca69; }
.retention-admin-card { margin: 18px 0; padding: 20px; background: #fff; border: 1px solid rgba(18,46,50,.1); border-radius: 6px; }
.content-workbench-list { margin-top: 14px; }
.content-workbench-row { min-height: 62px; padding: 10px 0; display: grid; grid-template-columns: 130px minmax(220px,1fr) 75px 75px 110px; align-items: center; gap: 12px; border-top: 1px solid rgba(18,46,50,.08); }
.content-workbench-row time, .content-workbench-row span { color: #697b7c; font-size: 11px; }
.content-workbench-row div { min-width: 0; }
.content-workbench-row div strong, .content-workbench-row div small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.content-workbench-row div small { margin-top: 4px; color: #819091; }
.content-workbench-row em { padding: 5px 7px; color: #1c765f; background: #e2f3ed; border-radius: 3px; font-size: 9px; font-style: normal; font-weight: 800; text-align: center; }
.content-workbench-row em.missing, .content-workbench-row em.stale { color: #996720; background: #fff0cb; }
.retention-summary-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.retention-summary-grid article { min-height: 120px; padding: 18px; display: grid; align-content: center; gap: 6px; background: #fff; border: 1px solid rgba(18,46,50,.1); border-top: 3px solid #16856c; border-radius: 5px; }
.retention-summary-grid span, .retention-summary-grid small { color: #748587; font-size: 10px; }
.retention-summary-grid strong { color: #123638; font-size: 27px; }
.retention-rank-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.retention-rank-row { min-height: 44px; display: grid; grid-template-columns: 24px minmax(0,1fr) 50px; align-items: center; gap: 8px; border-top: 1px solid rgba(18,46,50,.08); }
.retention-rank-row b { color: #a7832d; }
.retention-rank-row strong { text-align: right; }
@media (max-width: 900px) {
  .content-workbench-row { grid-template-columns: 90px minmax(160px,1fr) 65px 65px; }
  .content-workbench-row em { grid-column: 2 / -1; justify-self: start; }
  .retention-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .retention-rank-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .report-member-tools { top: 58px; padding-inline: 12px; overflow-x: auto; justify-content: flex-start; }
  .report-member-tools a, .report-member-tools button { flex: 0 0 auto; }
  .content-workbench-row { grid-template-columns: 74px minmax(0,1fr); }
  .content-workbench-row > span { display: none; }
  .content-workbench-row em { grid-column: 2; }
}

@media (max-width: 390px) {
  .hero-content { padding-inline: 17px; }.hero-actions button { padding-inline: 12px; }
  .popular-competitions button:nth-of-type(n+3) { display: none; }
  .match-head-controls { align-items: flex-end; flex-direction: column-reverse; }.match-head-controls .segmented { width: 100%; }.match-head-controls .segmented button { flex: 1; }.date-field { width: 100%; }.match-date-input { width: 100%; }
  .match-row { grid-template-columns: 63px 42px minmax(0,1fr) 72px; padding-inline: 6px; }.match-state { padding-inline: 4px; }.match-row-actions button { font-size: 6.5px; }.league-heading { padding-inline: 9px; }
  .intelligence-feature-card { min-height: 420px; padding: 16px; }.intelligence-feature-match h3 { font-size: 20px; }.intelligence-signal p { font-size: 9px; }.intelligence-category-tags i:nth-child(n+3) { display: none; }
  .content-page-head p { display: none; }.content-date-badge { font-size: 7px; }.role-grid { grid-template-columns: 1fr; }
  .featured-special-banner { grid-template-columns: 32px minmax(0,1fr); }.special-banner-cup { width: 31px; height: 31px; }.special-banner-status b { padding-inline: 7px; font-size: 7px; }.special-team img,.special-logo-wrap.hero-logo { width: 68px; height: 68px; }.special-scoreboard { grid-template-columns: 1fr 86px 1fr; }.special-team strong { font-size: 15px; }.special-primary-pick p,.special-intel-card p { font-size: 9px; }.comparison-grid > div { grid-template-columns: 1fr auto auto; }.comparison-grid > div strong:nth-of-type(2),.comparison-grid > div small:nth-of-type(2) { grid-row: 3; }.special-section-head { align-items: flex-start; }
}

.special-map-static { position: absolute; inset: 0; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; overflow: hidden; background: #10201e; transition: opacity .3s ease; }.special-map-static::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,10,12,.34),transparent 34%,rgba(5,10,12,.23)),radial-gradient(circle at 66% 58%,transparent 0 15%,rgba(5,10,12,.12) 70%); pointer-events: none; }.special-map-static > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) brightness(.7) contrast(1.1); }.special-static-venue { position: absolute; left: 66.25%; top: 57.85%; z-index: 2; display: grid; justify-items: center; gap: 2px; color: #fff; text-align: center; transform: translate(-50%,-50%); text-shadow: 0 2px 8px rgba(0,0,0,.9); white-space: nowrap; }.special-static-venue i { width: 20px; height: 20px; margin-bottom: 4px; background: #c8102e; border: 4px solid #f0d47b; border-radius: 50%; box-shadow: 0 0 0 8px rgba(200,16,46,.18),0 6px 18px rgba(0,0,0,.45); }.special-static-venue b { padding: 5px 8px; background: rgba(12,18,20,.82); border-radius: 4px; font-size: 13px; }.special-static-venue small { padding: 3px 7px; color: #dde3e5; background: rgba(12,18,20,.72); border-radius: 3px; font-size: 10px; }.special-venue-map { position: relative; z-index: 2; opacity: 0; pointer-events: none; transition: opacity .3s ease; }.special-map-shell.is-3d .special-map-static { opacity: 0; pointer-events: none; }.special-map-shell.is-3d .special-venue-map { opacity: 1; pointer-events: auto; }
.special-globe-fallback { display: none; position: absolute; inset: 0; z-index: 3; place-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 50%,rgba(48,88,105,.2),transparent 46%),linear-gradient(145deg,rgba(6,12,17,.35),rgba(4,8,12,.12)); cursor: grab; touch-action: none; user-select: none; }.special-map-shell.is-3d .special-globe-fallback { display: grid; }.special-globe-fallback.is-dragging { cursor: grabbing; }.special-globe-fallback::before { content: ""; width: 78%; height: 20%; position: absolute; left: 11%; bottom: 8%; background: radial-gradient(ellipse,rgba(0,0,0,.58),transparent 68%); filter: blur(12px); }.special-globe-sphere { width: min(64%,360px); aspect-ratio: 1; position: relative; overflow: hidden; background-color: #173f54; background-image: url('/api/map-tile/0/0/0.jpg'); background-repeat: repeat-x; background-size: 200% 100%; border: 1px solid rgba(136,205,232,.52); border-radius: 50%; box-shadow: inset -70px -20px 90px rgba(0,0,0,.78),inset 28px 8px 40px rgba(137,216,239,.15),0 0 42px rgba(75,166,200,.32),0 24px 55px rgba(0,0,0,.48); transform-origin: center; will-change: transform,background-position; }.special-globe-sphere::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 30% 25%,rgba(255,255,255,.2),transparent 30%),linear-gradient(90deg,rgba(0,0,0,.06),transparent 45%,rgba(0,0,0,.48)); border-radius: 50%; pointer-events: none; }.special-globe-sphere::after { content: ""; position: absolute; inset: 0; z-index: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 26px rgba(117,204,232,.22); pointer-events: none; }.special-globe-marker { position: absolute; left: 28%; top: 35%; z-index: 2; display: grid; justify-items: center; gap: 2px; text-align: center; text-shadow: 0 2px 7px #000; transition: left .3s ease,top .3s ease; }.special-globe-fallback.is-venue-focused .special-globe-marker { left: 46%; top: 43%; }.special-globe-marker i { width: 15px; height: 15px; margin-bottom: 3px; background: var(--accent); border: 3px solid #f0d47b; border-radius: 50%; box-shadow: 0 0 0 7px rgba(200,16,46,.2); }.special-globe-marker b,.special-globe-marker small { padding: 3px 6px; background: rgba(7,13,17,.78); border-radius: 3px; white-space: nowrap; }.special-globe-marker b { font-size: 11px; }.special-globe-marker small { color: #dce4e8; font-size: 8px; }.special-globe-fallback > em { position: absolute; left: 16px; bottom: 48px; z-index: 2; color: #c8d8df; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .8px; }

/* Readability pass: keep the compact sports layout without micro text */
body { font-size: 14px; }
.brand-copy small,.shortcut-title span,.sport-shortcuts small,.stats-ring span,.stats-totals span,.daily-column span,.intelligence-category-tags i,.standing-row small,.scorer-row small,.match-time-block small,.match-content-empty,.content-sidebar-title span,.context-match-button span,.context-match-button small,.intel-detail-meta time,.admin-brand small,.admin-tabs button span,.admin-account > span,.content-admin-toolbar span,.admin-user-row small,.admin-prediction-row small { font-size: 10px; }
.section-kicker,.ticker-inner strong,.ticker-window p,.ticker-inner time,.account-button,.eyebrow,.hero-content p,.hero-actions button,.side-heading > span,.stats-detail-button,.popular-competitions button,.quiet-link,.hot-match-meta,.hot-match-card > p,.match-pick-summary span,.match-pick-summary small,.hot-match-actions button,.intelligence-feature-head time,.intelligence-latest-label,.intelligence-feature-match > span,.intelligence-signal span,.intelligence-feature-foot > span,.intelligence-feature-foot > strong,.intelligence-item-head span,.intelligence-item-head time,.intelligence-match-item p,.intelligence-item-foot > strong,.competition-tabs button,.app-callout > span,.match-page-head p,.date-field,.schedule-hint,.external-data-note,.league-heading > span,.match-phase-badge,.match-state,.match-row-actions button,.match-result-heading span,.match-review-pick b,.match-review-pick em,.match-prediction-result > button,.match-content-heading > span,.match-content-entry > span,.match-content-entry small,.match-review-metrics span,.match-review-overview > p,.content-page-head p,.back-link,.content-date-badge,.responsible-note,.selected-match-heading span,.tag,.prediction-score-summary span,.full-analysis-heading small,.settings-form label,.content-form label,.auth-form label,.form-heading span,.form-message,.role-card p,.role-card b,.auth-panel > p,.mobile-nav-item { font-size: 11px; }
.sport-shortcuts b,.hero-content p,.side-heading h3,.stats-totals strong,.hot-match-card h3,.match-pick-summary strong,.intelligence-signal p,.intelligence-match-item h3,.standing-row,.scorer-row,.app-callout p,.segmented button,.match-date-input,.league-heading h3,.match-time,.match-teams,.match-content-entry strong,.context-match-button strong,.intel-detail p,.analysis-sections p,.admin-tabs button,.admin-section-head p,.content-admin-toolbar strong,.admin-user-row,.admin-prediction-row,.role-card b,.commentary-item { font-size: 12px; }
.match-teams strong,.match-content-heading h2,.selected-match-heading h2,.intel-detail h3,.full-analysis-heading > span,.analysis-sections h4,.form-heading h2,.role-card h3 { font-size: 16px; }
.intelligence-feature-match h3 { font-size: 25px; }.intelligence-match-item p { line-height: 1.6; }.match-row-actions button { min-height: 32px; }.match-state { min-height: 25px; }.context-match-button { min-height: 66px; }
.special-section-head span,.special-section-head > b,.special-primary-pick > span,.special-primary-pick i,.special-pick-layout > aside > span,.special-intel-card > span,.special-intel-card small,.score-breakdown span,.special-stats > div,.special-event,.special-lineups section > div,.journey-step { font-size: 11px; }
.special-primary-pick { background: linear-gradient(135deg,rgba(18,23,27,.97),rgba(75,12,22,.93) 72%,rgba(163,12,37,.9)),url('/assets/world-cup-final-hero-v1.jpg') center/cover no-repeat; }.special-primary-pick p,.special-pick-layout > aside p,.special-analysis p,.special-intel-card p,.special-lineups section > p { font-size: 13px; }.special-analysis h4 { font-size: 14px; }.special-intel-card h3,.special-journey-head strong,.special-lineups h3 { font-size: 17px; }.special-section-head h2 { font-size: 24px; }

@media (max-width: 900px) {
  .special-venue-layout { grid-template-columns: 1fr; }
  .special-venue-info { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }.special-weather-panel { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .mobile-nav-item { font-size: 11px; }.match-row { grid-template-columns: 76px 50px minmax(0,1fr) 92px; }.match-teams { font-size: 11px; }.match-teams strong { font-size: 13px; }.match-row-actions button { padding-inline: 3px; font-size: 10px; }
  .special-hero-media { object-position: 55% center; }.special-hero > .special-hero-inner > p { font-size: 13px; }.special-team small { font-size: 10px; }.special-match-meta { font-size: 10px; }.special-map-shell,.special-venue-map { min-height: 380px; height: 380px; }.special-venue-info { padding: 17px; grid-template-columns: 1fr; }.special-weather-panel { grid-column: auto; }.special-map-level-note { right: 12px; font-size: 9px; }.special-primary-pick p,.special-pick-layout > aside p,.special-analysis p,.special-intel-card p { font-size: 12px; }.special-intel-card small,.journey-step,.special-lineups section > div { font-size: 10px; }
}

@media (max-width: 390px) {
  .match-row { grid-template-columns: 68px 46px minmax(0,1fr) 80px; }.match-row-actions button { font-size: 9px; }.special-banner-status b { font-size: 9px; }.special-team strong { font-size: 17px; }.special-section-head span,.special-section-head > b { font-size: 10px; }.special-primary-pick p,.special-intel-card p { font-size: 12px; }.special-map-topline { left: 8px; right: 8px; top: 8px; }.special-map-level-note { left: 8px; right: 8px; bottom: 8px; max-width: none; }
}

.map-quality-inline { margin-left: 8px; padding-left: 12px; position: relative; color: #f0d47b; font-size: 9px; font-weight: 900; white-space: nowrap; }
.map-quality-inline[hidden] { display: none!important; }
.map-quality-inline::before { width: 6px; height: 6px; position: absolute; left: 1px; top: 50%; content: ''; background: #f0c25d; border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 0 rgba(240,194,93,.4); animation: map-quality-inline-pulse 1.15s ease-out infinite; }
.map-quality-inline[data-state="ready"] { color: #88d9ba; }
.map-quality-inline[data-state="ready"]::before { background: #54c89d; animation: none; }
.map-quality-inline[data-state="delayed"] { color: #ff9baa; }
.map-quality-inline[data-state="delayed"]::before { background: #e85c70; animation: none; }
@keyframes map-quality-inline-pulse { 70% { box-shadow: 0 0 0 6px rgba(240,194,93,0); } 100% { box-shadow: 0 0 0 0 rgba(240,194,93,0); } }
.report-map-tools > span { display: flex; align-items: center; }

.special-map-static { display: block; }
.special-map-static { touch-action: none; cursor: grab; user-select: none; }.special-map-static.is-dragging { cursor: grabbing; }.special-map-plane { width: 100%; height: 100%; position: absolute; inset: 0; transform-origin: center; will-change: transform; }.special-map-plane > img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; filter: saturate(.82) brightness(.7) contrast(1.1); }.special-map-topline [data-map-zoom] { width: 30px; padding: 0; font-size: 17px; }.special-map-topline button { touch-action: manipulation; }
.special-map-tiles { position: absolute; inset: 0; overflow: hidden; background: #152522; }.special-map-tile { width: 256px; height: 256px; max-width: none; position: absolute; left: 0; top: 0; object-fit: cover; pointer-events: none; user-select: none; filter: saturate(.84) brightness(.74) contrast(1.08); }.special-static-venue { left: 0; top: 0; }.special-map-level-note b { color: #f0d47b; }.special-map-actions { min-width: 0; }.special-map-mode-switch { display: inline-flex; align-items: center; padding: 2px; gap: 2px!important; background: rgba(255,255,255,.1); border: 1px solid rgba(232,207,134,.25); border-radius: 5px; }.special-map-mode-switch button { min-height: 26px; padding: 0 9px; color: #d7dcde; background: transparent; border-radius: 3px; }.special-map-mode-switch button.is-active { color: #161b1e; background: #e8cf86; box-shadow: 0 2px 8px rgba(0,0,0,.2); }.special-map-mode-switch button:disabled { opacity: .48; cursor: wait; }.special-map-shell:fullscreen,.special-map-shell.is-map-expanded { width: 100vw!important; height: 100vh!important; min-height: 100vh!important; margin: 0; background: #0d1416; border-radius: 0; }.special-map-shell.is-map-expanded { position: fixed; inset: 0; z-index: 200; }.special-map-shell:fullscreen .special-map-static,.special-map-shell.is-map-expanded .special-map-static,.special-map-shell:fullscreen .special-venue-map,.special-map-shell.is-map-expanded .special-venue-map { height: 100%!important; min-height: 100%!important; }.special-map-shell:fullscreen .special-map-topline,.special-map-shell.is-map-expanded .special-map-topline { top: 16px; left: 16px; right: 16px; }.special-map-shell:fullscreen .special-map-level-note,.special-map-shell.is-map-expanded .special-map-level-note { left: 16px; right: auto; bottom: 16px; max-width: calc(100% - 32px); }.map-expanded { overflow: hidden!important; }
.special-map-shell:fullscreen .special-globe-sphere,.special-map-shell.is-map-expanded .special-globe-sphere { width: min(62vw,62vh,760px); }

/* Match calendar and universal match report */
.calendar-launch { min-height: 36px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; color: #3a4145; background: #fff; border: 1px solid #d9dcde; border-radius: 5px; font-size: 12px; font-weight: 800; }
.calendar-launch:hover,.calendar-launch[aria-expanded="true"] { color: var(--accent); border-color: rgba(200,16,46,.38); background: #fff5f6; }
.calendar-launch span { color: var(--accent); font-size: 18px; line-height: 1; }
.match-calendar-panel { margin: -4px 0 14px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.match-calendar-panel[hidden] { display: none; }
.match-calendar-head { min-height: 44px; display: grid; grid-template-columns: 38px minmax(0,1fr) 38px; align-items: center; gap: 10px; }
.match-calendar-head > button { width: 36px; height: 36px; color: #30373b; background: #f4f5f6; border: 1px solid #e1e3e5; border-radius: 5px; font-size: 25px; }
.match-calendar-head > button:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.match-calendar-head > div { text-align: center; }
.match-calendar-head strong,.match-calendar-head span { display: block; }
.match-calendar-head strong { font-size: 17px; }.match-calendar-head span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.match-calendar-weekdays,.match-calendar-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); }
.match-calendar-weekdays { margin-top: 8px; color: #81878b; background: #f5f6f7; border: 1px solid #e7e9ea; border-bottom: 0; }
.match-calendar-weekdays span { padding: 7px; text-align: center; font-size: 11px; font-weight: 800; }
.match-calendar-grid { overflow: hidden; border-top: 1px solid #e4e6e8; border-left: 1px solid #e4e6e8; border-radius: 0 0 6px 6px; }
.match-calendar-grid > button,.calendar-blank { min-width: 0; min-height: 78px; padding: 8px; position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; color: #555c60; background: #fff; border-right: 1px solid #e4e6e8; border-bottom: 1px solid #e4e6e8; text-align: left; }
.calendar-blank { background: #fafafa; }.match-calendar-grid > button:hover { z-index: 1; background: #fff8f9; box-shadow: inset 0 0 0 1px rgba(200,16,46,.45); }
.match-calendar-grid > button b { font-size: 15px; }.match-calendar-grid > button strong { color: #30373b; font-size: 11px; }.match-calendar-grid > button span { color: #b1b5b8; font-size: 10px; }.match-calendar-grid > button small { max-width: 100%; overflow: hidden; color: #2f8e64; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.match-calendar-grid > button.has-match::after { content: ""; width: 5px; height: 5px; position: absolute; top: 10px; right: 9px; background: var(--accent); border-radius: 50%; }.match-calendar-grid > button.is-live::after { background: #24a86d; box-shadow: 0 0 0 4px rgba(36,168,109,.13); }.match-calendar-grid > button.is-selected { color: var(--accent); background: #fff4f5; box-shadow: inset 0 0 0 2px var(--accent); }.match-calendar-grid > button.is-today b::after { content: "今"; margin-left: 4px; padding: 1px 3px; color: #fff; background: #20272b; border-radius: 2px; font-size: 8px; vertical-align: 2px; }
.match-calendar-loading { min-height: 220px; grid-column: 1 / -1; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
.match-calendar-legend { padding-top: 10px; display: flex; justify-content: flex-end; gap: 18px; color: #777e82; font-size: 10px; }.match-calendar-legend span { display: inline-flex; align-items: center; gap: 5px; }.match-calendar-legend i { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }.match-calendar-legend i.has-content { background: #2d986b; }.match-calendar-legend i.is-live { background: #18af6e; box-shadow: 0 0 0 3px rgba(24,175,110,.12); }

.match-report-page { min-height: calc(100vh - 64px); color: #20272b; background: #f1f3f4; overflow-x: clip; }
.report-loading,.report-empty { min-height: 68vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #7b8286; background: #f1f3f4; font-size: 14px; }.report-empty strong { color: #22292d; font-size: 22px; }.report-empty button { margin-bottom: 14px; color: var(--accent); background: transparent; font-weight: 800; }
.report-hero { min-height: 405px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 16% 50%,rgba(200,16,46,.58),transparent 32%),radial-gradient(circle at 84% 55%,rgba(29,103,78,.32),transparent 34%),linear-gradient(135deg,#111719,#202a2d 48%,#111719); }
.report-hero.has-image::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(10,14,16,.9),rgba(13,18,20,.54),rgba(10,14,16,.9)),linear-gradient(0deg,rgba(7,10,12,.9),transparent 65%),var(--report-hero-image); background-size: cover; background-position: center; filter: saturate(.82); }
.report-hero::after { content: ""; height: 4px; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg,var(--accent),#e5c873 50%,#249066); }
.report-hero-inner { padding-top: 17px; position: relative; z-index: 1; }
.report-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #cdd3d6; font-size: 12px; }.report-topline button { padding: 7px 9px; color: #f0f2f3; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; font-weight: 800; }.report-topline button:hover { background: var(--accent); }
.report-match-stage { width: max-content; margin: 20px auto 0; padding: 5px 11px; color: #171c1f; background: #e5c873; border-radius: 20px; font-size: 11px; font-weight: 900; }
.report-scoreboard { max-width: 800px; margin: 20px auto 22px; display: grid; grid-template-columns: 1fr 180px 1fr; align-items: center; gap: 25px; text-align: center; }
.report-team { min-width: 0; display: grid; justify-items: center; gap: 7px; }.report-team img,.report-team > i { width: 86px; height: 86px; object-fit: contain; }.report-team > i { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,var(--accent),#701022); border: 3px solid rgba(255,255,255,.72); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.3); font-size: 31px; font-style: normal; font-weight: 900; }.report-team strong { font-size: 24px; }.report-team small { color: #bdc5c8; font-size: 11px; }
.report-score-center { display: grid; gap: 7px; justify-items: center; }.report-score-center time { color: #e8d58e; font-size: 14px; font-weight: 800; }.report-score-center b { font-size: 36px; letter-spacing: 2px; }.report-score-center span { color: #aeb8bc; font-size: 10px; }
.report-switch { max-width: 500px; margin: auto; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; background: rgba(6,10,12,.52); border: 1px solid rgba(255,255,255,.14); border-radius: 7px; backdrop-filter: blur(10px); }.report-switch button { min-height: 44px; color: #d3d9db; background: transparent; border-radius: 5px; font-size: 14px; font-weight: 900; }.report-switch button b { min-width: 21px; margin-left: 5px; padding: 2px 5px; display: inline-block; color: inherit; background: rgba(255,255,255,.1); border-radius: 10px; font-size: 9px; }.report-switch button.active { color: #fff; background: var(--accent); box-shadow: 0 6px 18px rgba(200,16,46,.3); }
.report-content { padding-top: 18px; padding-bottom: 46px; }.report-intro { margin-bottom: 14px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #fff; border: 1px solid #e0e3e5; border-radius: 7px; box-shadow: var(--shadow-sm); }.report-intro span { color: #29906a; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }.report-intro h1 { margin: 3px 0; font-size: 24px; }.report-intro p { margin: 0; color: #6d7478; font-size: 12px; }.report-intro time { color: #7f868a; font-size: 11px; white-space: nowrap; }.prediction-intro span { color: var(--accent); }
.report-module-list { display: grid; gap: 12px; }.report-module { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dee1e3; border-radius: 7px; box-shadow: 0 3px 12px rgba(25,31,34,.035); }.report-module > header { min-height: 72px; padding: 13px 18px; display: flex; align-items: center; gap: 13px; background: linear-gradient(90deg,#f8f9f9,#fff); border-bottom: 1px solid #e5e7e8; }.report-module > header > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; color: #fff; background: #222b2e; border-radius: 5px; font-size: 12px; font-weight: 900; }.report-module > header h2 { margin: 0 0 3px; font-size: 18px; }.report-module > header p { margin: 0; color: #7a8185; font-size: 11px; }.report-module-body { min-width: 0; padding: 18px; }.report-module.venue-module > header > span,.report-module.live-module > header > span { background: #248965; }.report-module.market-module > header > span,.report-module.prediction-module > header > span { background: var(--accent); }.report-module.review-module > header > span { color: #282014; background: #e1c369; }
.report-pending { min-height: 80px; padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #8b9296; background: #f7f8f8; border: 1px dashed #d9dddf; border-radius: 5px; text-align: center; }.report-pending strong { color: #50575b; font-size: 14px; }.report-pending span { font-size: 11px; }
.report-info-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #e4e6e7; border-left: 1px solid #e4e6e7; }.report-info-grid > div { min-width: 0; min-height: 67px; padding: 11px 13px; display: grid; align-content: center; gap: 5px; border-right: 1px solid #e4e6e7; border-bottom: 1px solid #e4e6e7; }.report-info-grid span { color: #81878b; font-size: 10px; }.report-info-grid strong { overflow-wrap: anywhere; font-size: 13px; }
.report-intel-list { display: grid; gap: 12px; }.report-intel-list > article { min-width: 0; padding: 16px; display: grid; grid-template-columns: minmax(0,1fr); gap: 13px; background: #f8f9f9; border-left: 3px solid #2b936d; border-radius: 4px; }.report-intel-list img { width: 100%; max-height: 330px; object-fit: cover; border-radius: 5px; }.report-item-meta { display: flex; justify-content: space-between; gap: 10px; color: #858c90; font-size: 10px; }.report-item-meta span { color: #23815f; font-weight: 900; }.report-intel-list h3 { margin: 7px 0; font-size: 16px; }.report-intel-list p { margin: 0; color: #4f575b; font-size: 13px; line-height: 1.85; }.report-intel-list article small { margin-top: 8px; display: block; color: #92989b; font-size: 10px; }
.report-standings { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.report-standings > div { min-width: 0; padding: 13px; display: grid; grid-template-columns: 30px minmax(0,1fr) auto auto; align-items: center; gap: 8px; background: #f6f7f7; border: 1px solid #e4e6e7; border-radius: 5px; }.report-standings b { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: #283135; border-radius: 4px; }.report-standings strong { font-size: 13px; }.report-standings span,.report-standings small { color: #868d91; font-size: 10px; }.report-standings em { color: var(--accent); font-size: 13px; font-style: normal; font-weight: 900; }.report-standings small { grid-column: 2 / -1; }
.report-lineups { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.report-lineups > section { min-width: 0; padding: 14px; background: #f7f8f8; border: 1px solid #e3e5e6; border-radius: 5px; }.report-lineups header { display: flex; justify-content: space-between; gap: 10px; }.report-lineups header strong { font-size: 14px; }.report-lineups header span { color: var(--accent); font-size: 11px; font-weight: 900; }.report-lineups section > div:not(.report-pending) { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }.report-lineups section > div > span { padding: 5px 7px; background: #fff; border: 1px solid #e1e3e4; border-radius: 3px; font-size: 10px; }
.report-stat-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }.report-stat-grid > div { min-width: 0; padding: 10px 12px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; background: #f6f7f7; border-radius: 4px; text-align: center; }.report-stat-grid span { color: #737a7e; font-size: 10px; }.report-stat-grid b { font-size: 13px; }.report-stat-grid b:first-child { text-align: right; }.report-stat-grid b:last-child { text-align: left; }
.report-event-list { display: grid; gap: 6px; }.report-event-list > div { padding: 9px 11px; display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 8px; background: #f7f8f8; border-radius: 4px; }.report-event-list time { color: var(--accent); font-size: 11px; font-weight: 900; }.report-event-list span { font-size: 12px; }
.report-venue-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(260px,.65fr); gap: 12px; }.report-map-shell { min-width: 0; height: 410px; position: relative; overflow: hidden; background: #10191d; border-radius: 6px; }.report-map { width: 100%; height: 100%; }.report-map .cesium-viewer,.report-map .cesium-widget,.report-map .cesium-widget canvas { width: 100%!important; height: 100%!important; }.report-map .cesium-viewer-bottom { display: none; }.report-map-tools { position: absolute; top: 10px; left: 10px; right: 10px; z-index: 3; padding: 6px 7px 6px 11px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; color: #fff; background: rgba(8,13,16,.76); border: 1px solid rgba(255,255,255,.13); border-radius: 5px; backdrop-filter: blur(8px); }.report-map-tools span { margin-right: auto; font-size: 11px; font-weight: 900; }.report-map-tools button { min-height: 29px; padding: 0 9px; color: #dbe0e2; background: rgba(255,255,255,.08); border-radius: 3px; font-size: 10px; font-weight: 800; }.report-map-tools button.active { color: #171d20; background: #e1c369; }.report-map-shell:fullscreen { width: 100vw; height: 100vh; border-radius: 0; }.report-map-error { height: 100%; display: grid; place-items: center; color: #cbd3d6; font-size: 13px; }.report-venue-layout > aside { min-width: 0; padding: 13px; color: #fff; background: linear-gradient(150deg,#172125,#2b1117); border-radius: 6px; }.report-venue-layout > aside .report-info-grid { grid-template-columns: 1fr; border-color: rgba(255,255,255,.1); }.report-venue-layout > aside .report-info-grid > div { min-height: 58px; border-color: rgba(255,255,255,.1); }.report-venue-layout > aside .report-info-grid span { color: #9eaaaf; }.report-weather { margin-top: 10px; padding: 12px; color: #e8d58e; background: rgba(255,255,255,.07); border-radius: 4px; font-size: 11px; line-height: 1.6; }
.prediction-verdict { margin-bottom: 14px; padding: 22px; color: #fff; background: radial-gradient(circle at 90% 10%,rgba(225,195,105,.2),transparent 30%),linear-gradient(135deg,#151c1f,#321017); border-top: 4px solid var(--accent); border-radius: 7px; box-shadow: 0 10px 24px rgba(25,17,19,.12); }.prediction-verdict-head { display: flex; align-items: center; justify-content: space-between; }.prediction-verdict-head span { color: #f0d37d; font-size: 11px; font-weight: 900; letter-spacing: 1px; }.prediction-verdict-head b { padding: 6px 10px; color: #fff; background: var(--accent); border-radius: 20px; font-size: 12px; }.prediction-verdict > h1 { margin: 12px 0 17px; font-size: 32px; }.prediction-verdict .report-info-grid { border-color: rgba(255,255,255,.12); }.prediction-verdict .report-info-grid > div { border-color: rgba(255,255,255,.12); }.prediction-verdict .report-info-grid span { color: #aeb7bb; }.prediction-verdict .report-info-grid strong { color: #fff; }.prediction-basis-grid { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.prediction-basis-grid > section { padding: 15px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 5px; }.prediction-basis-grid h3 { margin: 0 0 10px; color: #e9cf81; font-size: 14px; }.prediction-basis-grid ol { margin: 0; padding-left: 20px; }.prediction-basis-grid li { margin-bottom: 8px; color: #d9dfe1; font-size: 11px; line-height: 1.65; }.prediction-basis-grid li strong,.prediction-basis-grid li span { display: block; }.prediction-basis-grid li strong { color: #fff; }.prediction-verdict > footer { margin-top: 14px; color: #929ea3; font-size: 10px; }
.report-prediction-sources { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.report-prediction-sources article { min-width: 0; padding: 15px; background: #f8f9f9; border: 1px solid #e3e5e6; border-top: 3px solid var(--accent); border-radius: 5px; }.report-prediction-sources article > div,.report-prediction-sources footer { display: flex; justify-content: space-between; gap: 10px; }.report-prediction-sources span,.report-prediction-sources time,.report-prediction-sources footer { color: #858c90; font-size: 10px; }.report-prediction-sources h3 { margin: 10px 0 6px; color: var(--accent); font-size: 19px; }.report-prediction-sources p { margin: 0 0 13px; color: #525a5e; font-size: 12px; line-height: 1.75; }.report-prediction-sources footer strong { color: #3b4347; }.report-prediction-sources footer b { color: var(--accent); }
.report-review-list { display: grid; gap: 8px; }.report-review-list > div { padding: 12px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; background: #f7f8f8; border-radius: 4px; }.report-review-list p { grid-column: 2 / -1; margin: 0; color: #6f777b; font-size: 11px; }

/* Venue data console */
.venue-admin-status { margin-bottom: 13px; display: flex; flex-wrap: wrap; gap: 6px; }
.venue-admin-status button { min-height: 34px; padding: 0 12px; color: #5f676c; background: #f3f4f5; border: 1px solid #e0e3e5; border-radius: 4px; font-size: 10px; font-weight: 800; }
.venue-admin-status button.active { color: #fff; background: #20272b; border-color: #20272b; }
.venue-admin-table { min-width: 0; overflow: hidden; }
.venue-admin-row { min-height: 66px; padding: 10px 12px; display: grid; grid-template-columns: minmax(180px,1.5fr) 66px 150px 55px 48px 70px; align-items: center; gap: 9px; border-bottom: 1px solid #e6e8e9; }
.venue-admin-row > div { min-width: 0; display: grid; gap: 4px; }.venue-admin-row strong,.venue-admin-row small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.venue-admin-row strong { font-size: 12px; }.venue-admin-row small { color: #858c90; font-size: 9px; }
.venue-admin-row > span,.venue-admin-row code { color: #737b80; font-size: 9px; }.venue-admin-row code { font-family: Consolas,monospace; }
.venue-admin-row > button { min-height: 30px; color: #fff; background: #c8102e; border-radius: 4px; font-size: 9px; font-weight: 800; }
.venue-data-status { padding: 4px 6px; color: #fff!important; background: #29906a; border-radius: 3px; text-align: center; }.venue-data-status.missing_coordinates,.venue-data-status.pending { background: #b58a31; }.venue-data-status.conflict { background: #c8102e; }
.venue-override-form { margin-top: 16px; padding: 18px; background: #fff; border: 1px solid #dfe2e4; border-top: 4px solid #29906a; border-radius: 7px; box-shadow: 0 10px 28px rgba(25,31,34,.07); }
.venue-form-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }.venue-form-grid label { display: grid; gap: 6px; color: #5f676b; font-size: 9px; font-weight: 800; }.venue-form-grid input { min-width: 0; min-height: 39px; padding: 0 10px; border: 1px solid #dfe2e4; border-radius: 4px; }.venue-address-field { grid-column: 1 / -1; }
.venue-admin-map { width: 100%; height: 360px; margin-top: 14px; overflow: hidden; background: #152025; border-radius: 6px; }.venue-admin-map .cesium-viewer,.venue-admin-map .cesium-widget,.venue-admin-map canvas { width: 100%!important; height: 100%!important; }.venue-admin-map .cesium-viewer-bottom { display: none; }
.venue-form-grid textarea { width: 100%; min-height: 86px; padding: 10px 11px; resize: vertical; border: 1px solid #d8dcde; border-radius: 4px; color: #242b2f; background: #fff; font: inherit; }
.venue-media-fields { margin: 14px 0 0; padding: 14px; border: 1px solid #e1e4e6; border-radius: 6px; background: #f8f9f9; }.venue-media-fields legend { padding: 0 7px; color: #687176; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.venue-form-actions { margin-top: 13px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }.venue-form-actions span { color: #747c80; font-size: 10px; }

@media (max-width: 760px) {
  .venue-admin-row { grid-template-columns: minmax(0,1fr) 65px 58px; }.venue-admin-row code,.venue-admin-row > span:nth-of-type(2),.venue-admin-row > span:nth-of-type(3) { display: none; }.venue-form-grid { grid-template-columns: 1fr 1fr; }.venue-admin-map { height: 300px; }
  .match-head-controls { flex-wrap: wrap; }.calendar-launch { flex: 1; justify-content: center; }.date-field { flex: 1; }.match-date-input { width: 100%; }.match-calendar-panel { margin-top: -5px; padding: 8px; }.match-calendar-grid > button,.calendar-blank { min-height: 58px; padding: 6px; }.match-calendar-grid > button b { font-size: 13px; }.match-calendar-grid > button strong { font-size: 9px; }.match-calendar-grid > button small { display: none; }.match-calendar-legend { justify-content: flex-start; flex-wrap: wrap; gap: 10px; }
  .report-hero { min-height: 360px; }.report-hero-inner { padding: 12px 12px 0; }.report-topline { font-size: 10px; }.report-topline > span { max-width: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.report-scoreboard { margin: 20px 0; grid-template-columns: 1fr 92px 1fr; gap: 6px; }.report-team img,.report-team > i { width: 61px; height: 61px; }.report-team > i { font-size: 22px; }.report-team strong { font-size: 17px; }.report-team small { font-size: 9px; }.report-score-center time { font-size: 10px; }.report-score-center b { font-size: 24px; }.report-switch button { min-height: 42px; font-size: 13px; }
  .report-content { padding: 10px 10px 32px; }.report-intro { padding: 14px; align-items: flex-start; flex-direction: column; gap: 7px; }.report-intro h1 { font-size: 21px; }.report-intro p { font-size: 11px; }.report-module > header { min-height: 65px; padding: 11px 12px; }.report-module > header > span { width: 32px; height: 32px; flex-basis: 32px; }.report-module > header h2 { font-size: 16px; }.report-module > header p { font-size: 10px; }.report-module-body { padding: 11px; }.report-info-grid { grid-template-columns: 1fr 1fr; }.report-info-grid > div { min-height: 61px; padding: 9px; }.report-intel-list > article { padding: 12px; }.report-intel-list p { font-size: 12px; }.report-standings,.report-lineups,.prediction-basis-grid,.report-prediction-sources { grid-template-columns: 1fr; }.report-standings > div { grid-template-columns: 30px minmax(0,1fr) auto; }.report-standings em { grid-column: 3; }.report-venue-layout { grid-template-columns: 1fr; }.report-map-shell { height: 365px; }.report-map-tools span { display: none; }.report-map-tools { left: 7px; right: 7px; top: 7px; }.report-venue-layout > aside .report-info-grid { grid-template-columns: 1fr 1fr; }.prediction-verdict { padding: 15px 12px; }.prediction-verdict > h1 { margin: 10px 0 14px; font-size: 26px; }.prediction-verdict .report-info-grid > div:first-child { grid-column: 1 / -1; }.report-stat-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .special-map-topline > span { display: none; }.special-map-topline > div { width: 100%; justify-content: flex-end; gap: 4px; }.special-map-topline button { padding-inline: 7px; }.special-map-topline [data-map-zoom] { width: 28px; }.special-map-mode-switch button { padding-inline: 7px; }.special-map-level-note { padding-right: 8px; }
}

@media (max-width: 700px) {
  .visit-detail-head { display: none; }.visit-detail-row { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px 10px; }.visit-detail-row > div:last-child { grid-column: 1 / -1; padding-top: 7px; border-top: 1px dashed var(--line); }.visit-detail-row code { justify-self: start; }.visit-detail-row span { text-align: right; }.visit-pagination { justify-content: space-between; gap: 5px; }.visit-pagination button { min-width: 64px; padding-inline: 8px; }.visit-pagination span { min-width: 0; flex: 1; }
}

@media (max-width: 700px) {
  .match-prediction-highlight { margin: 0 8px 9px; padding: 10px; grid-template-columns: 88px minmax(0,1fr) 100px; gap: 7px; }
  .match-prediction-label { font-size: 9px; }
  .match-prediction-highlight > strong { font-size: 14px; }
  .match-list-confidence > b { font-size: 15px; }
  .match-list-score { grid-column: 1 / -1; padding-top: 7px; justify-content: flex-start; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 390px) {
  .match-prediction-highlight { grid-template-columns: 78px minmax(0,1fr) 88px; }
  .match-list-score { gap: 8px; }
}

/* Visitor globe empty state keeps the 3D earth visible behind the message. */
.visit-map-empty { width: min(360px,calc(100% - 36px)); min-height: 96px; padding: 18px; inset: auto; left: 50%; top: 50%; background: rgba(9,15,18,.78); border: 1px solid rgba(255,255,255,.15); border-radius: 7px; box-shadow: 0 12px 34px rgba(0,0,0,.28); backdrop-filter: blur(8px); transform: translate(-50%,-50%); }
.visit-map-empty { width: min(320px,calc(100% - 28px)); min-height: 76px; padding: 13px 15px; left: 14px; top: 14px; transform: none; }

/* Tianditu imagery and transparent Chinese annotation overlay. */
.special-map-tile.special-map-label-tile { z-index: 1; filter: none; }
.special-globe-sphere { background-image: url('/api/map-label-tile/0/0/0.png?v=20260721-2'),url('/api/map-tile/0/0/0.jpg'); background-repeat: repeat-x,repeat-x; background-size: 200% 100%,200% 100%; }

/* Visitor map follows the match-special 2D/3D interaction while loading only visible tiles. */
.visit-map-actions { flex-wrap: wrap; }
.visit-map-mode-switch { display: inline-flex; padding: 2px; gap: 2px; background: #e9ecef; border: 1px solid var(--line); border-radius: 5px; }
.visit-map-mode-switch button { min-height: 28px; border: 0; }
.visit-map-mode-switch button.is-active { color: #fff; background: var(--accent); }
.visit-map-static { width: 100%; height: 100%; position: relative; overflow: hidden; background: #152522; cursor: grab; touch-action: none; user-select: none; }
.visit-map-static.is-dragging { cursor: grabbing; }
.visit-map-static .special-map-tiles { z-index: 0; }
.special-map-shell.is-3d.has-cesium-3d .special-globe-fallback { display: none!important; }
.visit-map { display: none; }
.visit-map-shell.is-3d .visit-map-static { display: none; }
.visit-map-shell.is-3d .visit-map { display: block; }
.visit-static-markers { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.visit-static-marker { position: absolute; left: 0; top: 0; display: grid; justify-items: center; transform: translate(-50%,-50%); }
.visit-static-marker > b { min-width: 34px; height: 34px; padding: 0 7px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,#ec3451,#990e26); border: 3px solid #ebcc72; border-radius: 18px; box-shadow: 0 5px 16px rgba(92,4,19,.38); font-size: 11px; }
.visit-static-marker > span { max-width: 112px; margin-top: 5px; padding: 3px 7px; overflow: hidden; color: #fff; background: rgba(8,13,16,.78); border-radius: 4px; font-size: 9px; font-weight: 800; text-overflow: ellipsis; text-shadow: 0 1px 3px #000; white-space: nowrap; }

@media (max-width: 760px) {
  .visit-map-mode-switch { flex: 1 1 120px; }
  .visit-map-actions #visit-map-zoom-out,.visit-map-actions #visit-map-zoom-in { flex: 0 0 36px; padding: 0; }
  .visit-map-actions #visit-map-reset,.visit-map-actions #visit-map-world,.visit-map-actions #visit-map-fullscreen { min-width: 88px; flex: 1 1 88px; white-space: nowrap; }
}

/* Earth Football visual system */
body { background: var(--bg); }
.site-header { color: #eef8f4; background: rgba(7,27,32,.97); border-bottom-color: rgba(255,255,255,.09); box-shadow: 0 8px 28px rgba(3,20,23,.16); }
.brand-logo { filter: drop-shadow(0 5px 12px rgba(0,0,0,.24)); }
.brand-copy strong { color: #fff; }
.brand-copy small { color: rgba(238,248,244,.55); }
.nav-item { color: rgba(238,248,244,.72); }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.055); }
.nav-item.active { color: #fff; background: rgba(115,213,181,.1); }
.nav-item.active::after { background: var(--gold); }
.header-actions .account-button { color: #e9f5f1; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); }
.header-actions .account-button:hover { color: #fff3c2; border-color: rgba(239,200,103,.55); }
.account-avatar { color: var(--night); background: var(--gold); }
.section-kicker { color: var(--green-dark); }
.primary-action { color: #06201e; background: var(--gold); }
.primary-action:hover { color: #071b20; background: #e7bd53; }
.outline-button:hover { color: var(--green-dark); border-color: var(--accent-border); }

.match-page-head { color: #eff9f5; background: linear-gradient(125deg,var(--night),#10413f); border-color: #1b4b49; border-top: 3px solid var(--gold); box-shadow: 0 15px 34px rgba(4,29,32,.13); }
.match-page-head p { color: rgba(238,248,244,.62); }
.match-page-head .section-kicker { color: var(--mint, #73d5b5); }
.match-page-head .segmented { background: rgba(255,255,255,.09); }
.match-page-head .segmented button { color: rgba(255,255,255,.65); }
.match-page-head .segmented button.active { color: var(--night); background: var(--gold); box-shadow: none; }
.match-page-head .date-field { color: rgba(255,255,255,.65); }
.match-schedule-column,.match-day-statistics,.content-match-sidebar,.portal-content-detail { background: var(--surface); }
.match-schedule-toolbar,.league-heading { background: #f7f6ef; }
.date-strip { background: #eeefe8; }
.date-strip button.active { color: var(--green-dark); background: var(--surface); box-shadow: inset 0 -3px 0 var(--gold); }
.match-row:hover { background: #f8fbf8; }
.match-row-wrap.has-prediction { background: linear-gradient(90deg,rgba(211,168,63,.08),transparent 75%); }
.match-row-actions [data-match-action="prediction"] { color: #1b271f; background: var(--gold); border-color: var(--gold); }
.match-row-actions [data-match-action="prediction"]:hover { background: #e5bd57; }
.prediction-nav::before { color: #17251f; background: var(--gold); }
.hot-match-card.has-prediction { border-color: rgba(211,168,63,.35); background: linear-gradient(155deg,var(--surface),#fffaf0); }
.hot-match-card.is-priority-prediction { border-color: var(--gold); background: radial-gradient(circle at 100% 0,rgba(239,200,103,.16),transparent 40%),linear-gradient(145deg,var(--surface),#fffaf0); }
.match-pick-summary.is-published { background: linear-gradient(132deg,#071b20,#10413f 70%,#1a594d); border-color: rgba(239,200,103,.42); }
.hot-match-actions [data-home-action="prediction"],.hot-match-actions button:last-child { color: #17251f; background: var(--gold); border-color: var(--gold); }
.match-prediction-highlight { background: linear-gradient(128deg,#071b20,#0d3738 62%,#175247); border-color: rgba(239,200,103,.46); box-shadow: 0 8px 22px rgba(5,35,37,.13); }
.match-prediction-highlight.is-priority { background: radial-gradient(circle at 100% 0,rgba(239,200,103,.18),transparent 38%),linear-gradient(128deg,#071b20,#0d3738 62%,#1a594d); border-color: var(--gold); box-shadow: 0 10px 26px rgba(5,35,37,.17); }
.match-prediction-label,.match-list-confidence > b { color: #f2d987; }
.match-list-confidence > i em { background: linear-gradient(90deg,var(--mint, #73d5b5),#f5db88); }
.match-prediction-result { background: #10272b; border-left-color: var(--gold); }
.match-result-heading span { color: #8de2c8; }
.match-prediction-result > button,.match-prediction-result > a { color: #10251f; background: var(--gold); }
.bar-miss { background: #b34c43; }
.match-review-pick.miss em,.match-review-pick.half_miss em,.review-status.miss,.review-status.half_miss { color: #fff; background: #b34c43; }
.match-content-hub,.match-review-overview { background: var(--night); }
.match-content-entry { background: #102b2f; border-color: #21464a; }
.match-content-entry.prediction-entry { background: #2c2a20; border-color: #554b2c; border-left-color: var(--gold); }
.match-content-entry.prediction-entry > span { color: #f2d987; }
.match-day-statistics { border-top-color: var(--gold); }
.match-day-summary-grid > div { background: #faf8ef; border-color: #e9dfbf; }
.match-day-summary-grid strong { color: var(--prediction-dark); }
.match-stat-row { border-left-color: var(--gold); }
.match-stat-row:hover { background: #fffaf0; border-color: #e6d39e; }
.prediction-method-row i em { background: linear-gradient(90deg,var(--green),var(--gold)); }

.prediction-page-head { background: radial-gradient(circle at 88% 30%,rgba(239,200,103,.18),transparent 34%),linear-gradient(120deg,var(--night),#144b43); border-bottom: 3px solid var(--gold); }
.prediction-page-head .section-kicker { color: #f2d987; }
.prediction-workspace .context-match-button.active { color: var(--ink); background: var(--prediction-soft); border-color: #ead9a8; border-left-color: var(--gold); }
.prediction-workspace .selected-match-heading span,.prediction-source-head span { color: var(--prediction-dark); }
.prediction-source-head b { color: var(--prediction-dark); background: var(--prediction-soft); }
.prediction-market-card { background: #fffaf0; border-color: #ead9a8; border-top-color: var(--gold); }
.prediction-market-row > span { color: var(--prediction-dark); }
.market-confidence > i { background: #ece4cb; }
.market-confidence > i em { background: linear-gradient(90deg,#b88c2d,var(--gold)); }
.full-analysis-heading { border-bottom-color: var(--gold); }
.analysis-sections h4 { color: var(--prediction-dark); }

.report-hero { background: radial-gradient(circle at 18% 50%,rgba(56,185,144,.28),transparent 33%),radial-gradient(circle at 84% 50%,rgba(239,200,103,.16),transparent 30%),linear-gradient(135deg,#071b20,#12383a 52%,#071b20); }
.report-hero::after { background: linear-gradient(90deg,var(--green),var(--gold) 55%,#73d5b5); }
.report-switch button.active { color: #10251f; background: var(--gold); box-shadow: 0 6px 18px rgba(211,168,63,.22); }
.report-module { background: var(--surface); border-color: var(--line); }
.report-module > header { background: linear-gradient(90deg,#f5f5ed,var(--surface)); }
.report-module.market-module > header > span,.report-module.prediction-module > header > span { color: #17251f; background: var(--gold); }
.report-venue-layout > aside { background: linear-gradient(150deg,#10272b,#16433f); }
.prediction-verdict { background: radial-gradient(circle at 90% 10%,rgba(239,200,103,.18),transparent 31%),linear-gradient(135deg,#071b20,#16433f); border-top-color: var(--gold); box-shadow: 0 12px 28px rgba(5,35,37,.14); }
.prediction-verdict-head b { color: #17251f; background: var(--gold); }
.report-prediction-sources article { background: #fffbf1; border-color: #e7ddc3; border-top-color: var(--gold); }
.report-prediction-sources h3,.report-prediction-sources footer b { color: var(--prediction-dark); }
.featured-special-banner { background: linear-gradient(110deg,#071b20,#10413f 66%,#1c5d50); }
.special-prediction-panel { border-top-color: var(--gold); }
.special-primary-pick { background: linear-gradient(135deg,#071b20,#10413f 72%,#1a594d); }
.special-pick-layout > aside > b,.special-analysis h4,.comparison-grid > div strong { color: var(--prediction-dark); }
.special-map-topline button { color: #17251f; background: var(--gold); }
.special-map-fallback { background: radial-gradient(circle at 50% 50%,rgba(56,185,144,.2),transparent 36%),linear-gradient(145deg,#102a2d,#071b20); }
.special-venue-info { background: linear-gradient(155deg,#071b20,#10413f 76%,#1a594d); border-color: #28554f; }
.special-static-venue i { background: var(--green); border-color: var(--gold); box-shadow: 0 0 0 8px rgba(56,185,144,.18),0 6px 18px rgba(0,0,0,.45); }

.portal-dialog { background: var(--surface); border: 1px solid rgba(115,213,181,.3); box-shadow: 0 30px 90px rgba(2,22,25,.38); }
.dialog-header { color: #eff9f5; background: var(--night); border-bottom-color: rgba(255,255,255,.1); }
.dialog-header .section-kicker { color: var(--gold); }
.dialog-header > button { color: #dcebe6; background: rgba(255,255,255,.08); }
.auth-tabs,.segmented { background: #e9eee9; }
.auth-mode-tabs button.active { color: var(--green-dark); border-bottom-color: var(--gold); }
.settings-form input:focus,.content-form input:focus,.content-form select:focus,.content-form textarea:focus,.auth-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(56,185,144,.12); }

.admin-shell { background: #eef0e9; }
.admin-sidebar { background: linear-gradient(180deg,#071b20,#0b2a2f 72%,#102f32); }
.admin-brand { border-bottom-color: rgba(255,255,255,.1); }
.admin-brand small { color: rgba(238,248,244,.5); }
.admin-tabs button { color: rgba(238,248,244,.64); }
.admin-tabs button:hover { color: #fff; background: rgba(255,255,255,.07); }
.admin-tabs button.active { color: #10251f; background: var(--gold); }
.admin-tabs button.active span { color: #72591f; }
.admin-back { color: rgba(238,248,244,.68); background: rgba(255,255,255,.06); }
.admin-topbar { background: var(--surface); }
.settings-form,.content-form,.admin-table,.role-card,.review-admin-section { background: var(--surface); }
.venue-admin-row > button { color: #10251f; background: var(--gold); }
.venue-data-status.conflict { background: #b34c43; }
.visit-map-mode-switch button.is-active { color: #10251f; background: var(--gold); }
.visit-static-marker > b { color: #10251f; background: linear-gradient(145deg,#73d5b5,#2a9276); border-color: var(--gold); box-shadow: 0 5px 16px rgba(5,45,40,.35); }
.visit-detail-row code { color: #176d5a; background: var(--green-soft); }

@media (max-width: 700px) {
  .site-header { background: var(--night); }
  .header-actions .account-button { color: #eff9f5; background: rgba(255,255,255,.08); }
  .mobile-nav { grid-template-columns: repeat(3,minmax(0,1fr)); background: rgba(7,27,32,.98); border-top-color: rgba(255,255,255,.09); box-shadow: 0 -8px 24px rgba(3,20,23,.18); }
  .mobile-nav-item { min-width: 0; color: rgba(238,248,244,.62); }
  .mobile-nav-item.active { color: #f2d987; }
  .mobile-nav-item.active::before { background: var(--gold); }
  .match-page-head { padding: 15px; }
  .match-page-head .date-field { width: 100%; }
  .match-page-head .match-date-input { color: var(--ink); background: #fffdf7; }
  .admin-sidebar { background: var(--night); }
}

.report-map-shell.is-map-expanded {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 220;
  border-radius: 0;
}
