:root {
  color-scheme: dark;
  --bg: #071426;
  --panel: #0c1d33;
  --panel-2: #10263f;
  --line: #264964;
  --ink: #f5f9ff;
  --muted: #9eb4c9;
  --cyan: #69d8e5;
  --blue: #88b4ff;
  --green: #61e58d;
  --orange: #ff9a57;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 82% 4%, #172554 0, transparent 31rem), var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header, footer { min-height: 74px; padding: 0 max(24px, calc((100vw - 1460px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(6, 18, 33, .9); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .055em; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, var(--cyan), #4f8bea); color: #06192a; font-size: 24px; }
nav { display: flex; gap: 28px; color: var(--muted); font-weight: 750; }
nav a:hover { color: var(--cyan); }
main { width: min(1460px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 100px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; padding-bottom: 48px; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-size: .78rem; font-weight: 900; letter-spacing: .11em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 6rem); line-height: .96; letter-spacing: -.055em; }
h1 span { color: var(--blue); }
.hero-copy { max-width: 850px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.65; }
.date-control { display: grid; grid-template-columns: 48px minmax(180px, 1fr) 48px; min-width: 330px; align-items: center; border: 1px solid var(--line); background: var(--panel); border-radius: 18px; overflow: hidden; }
.date-control button { height: 76px; border: 0; background: transparent; color: var(--cyan); font-size: 2rem; cursor: pointer; }
.date-control button:hover { background: var(--panel-2); }
.date-control div { display: grid; gap: 4px; text-align: center; }
.date-control span { color: var(--muted); font-size: .67rem; letter-spacing: .12em; }
.date-control strong { font-size: 1rem; }
.snapshot-bar { min-height: 58px; margin-bottom: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(12, 29, 51, .78); color: var(--muted); }
.snapshot-bar div { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(97, 229, 141, .12); }
.section-heading, .analysis-header, .model-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-heading h2, .analysis-header h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.04em; }
.count-pill { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--cyan); white-space: nowrap; font-size: .84rem; font-weight: 800; }
.fixture-list { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(275px, 1fr); gap: 14px; margin: 24px 0 60px; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; }
.fixture-card { min-height: 170px; padding: 22px; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, var(--panel), rgba(16, 38, 63, .72)); cursor: pointer; scroll-snap-align: start; }
.fixture-card:hover, .fixture-card.is-active { border-color: var(--cyan); box-shadow: inset 0 0 0 1px rgba(105,216,229,.3); transform: translateY(-2px); }
.fixture-card small { color: var(--cyan); font-weight: 850; }
.fixture-card strong { display: block; margin: 20px 0 8px; font-size: 1.15rem; line-height: 1.35; }
.fixture-card span { color: var(--muted); font-size: .85rem; }
.empty-state { padding: 48px; margin: 24px 0 60px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); }
.empty-state strong { color: var(--ink); }
.analysis { display: grid; gap: 24px; }
.analysis-header, .recommendations, .model-panel, .summary-panel { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(12, 29, 51, .88); }
.analysis-header h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.section-heading.compact { align-items: center; }
.section-heading.compact h3, .model-heading h3 { margin: 0; font-size: 1.5rem; }
.section-heading.compact > p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.5; }
.recommendation-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.recommendation { min-height: 145px; padding: 20px; border: 1px solid rgba(97,229,141,.45); border-radius: 16px; background: linear-gradient(145deg, rgba(35, 111, 80, .26), rgba(11, 32, 48, .85)); }
.recommendation small { color: var(--green); font-weight: 900; letter-spacing: .08em; }
.recommendation strong { display: block; margin: 16px 0 8px; font-size: 1.1rem; }
.recommendation span { color: var(--muted); font-size: .8rem; }
.recommendation-empty { grid-column: 1 / -1; color: var(--muted); }
.team-tabs { display: flex; gap: 10px; }
.team-tabs button { min-height: 48px; padding: 0 20px; color: var(--muted); border: 1px solid var(--line); border-radius: 13px; background: var(--panel); font-weight: 850; cursor: pointer; }
.team-tabs button.is-active { color: #062035; background: var(--cyan); border-color: var(--cyan); }
.model-heading { margin-bottom: 22px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; min-width: 1120px; border-collapse: collapse; }
th, td { padding: 14px 12px; border-top: 1px solid var(--line); text-align: center; }
th { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
td:first-child, td:nth-child(2), th:first-child, th:nth-child(2) { text-align: left; }
td:first-child { color: var(--cyan); font-weight: 900; }
td:nth-child(2) { min-width: 180px; font-weight: 800; }
.score-pair { white-space: nowrap; }
.score-pair b { color: var(--ink); }
.score-pair span { color: var(--muted); }
.positive { color: var(--green); }
.negative { color: #ff7e98; }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.range-card { position: relative; min-height: 128px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel-2); }
.range-card small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.range-card strong { display: block; margin: 11px 0 10px; color: var(--cyan); font-size: 1.45rem; }
.range-lines { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: .78rem; }
.range-lines span { padding: 4px 7px; border-radius: 7px; background: rgba(7, 20, 38, .52); }
.range-card.is-confirmed { border-color: rgba(90, 221, 204, .9); background: linear-gradient(145deg, rgba(31, 137, 137, .24), rgba(16, 33, 57, .96)); box-shadow: inset 0 0 0 1px rgba(90, 221, 204, .12), 0 14px 34px rgba(5, 14, 28, .26); }
.confirmed-badge { position: absolute; top: 10px; right: 10px; padding: 4px 7px; border-radius: 999px; color: #06232a; background: var(--cyan); font-size: .62rem; font-weight: 900; letter-spacing: .06em; }
footer { min-height: 110px; border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); }
footer p { margin: 0; }
@media (max-width: 960px) {
  nav { gap: 16px; font-size: .85rem; }
  .hero { grid-template-columns: 1fr; }
  .date-control { width: 100%; }
  .recommendation-list, .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading.compact { align-items: start; flex-direction: column; }
}
@media (max-width: 620px) {
  .site-header { min-height: 66px; padding: 0 16px; }
  .site-header nav a:not(:first-child) { display: none; }
  .brand-mark { width: 37px; height: 37px; }
  main { width: min(100% - 28px, 1460px); padding: 44px 0 72px; }
  h1 { font-size: 3.1rem; }
  .snapshot-bar { align-items: flex-start; flex-direction: column; padding: 16px; }
  .section-heading, .analysis-header, .model-heading { align-items: flex-start; flex-direction: column; }
  .fixture-list { grid-auto-columns: 86%; }
  .analysis-header, .recommendations, .model-panel, .summary-panel { padding: 20px 16px; border-radius: 16px; }
  .recommendation-list, .summary-grid { grid-template-columns: 1fr; }
  .team-tabs button { flex: 1; padding: 0 10px; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; padding: 24px 16px; }
}
