:root {
  --bg: #050911;
  --bg-2: #08101b;
  --panel: rgba(12, 22, 35, .86);
  --panel-2: rgba(16, 29, 45, .92);
  --panel-3: rgba(6, 12, 22, .88);
  --text: #f2f6ff;
  --soft: #c5d0e0;
  --muted: #7f8fa5;
  --line: rgba(208, 218, 234, .10);
  --line-strong: rgba(208, 218, 234, .18);
  --cyan: #7ee7ff;
  --blue: #6b8cff;
  --mint: #65f1d0;
  --gold: #f0c86a;
  --good: #63efb7;
  --bad: #ff6d83;
  --warn: #ffd166;
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 17% 2%, rgba(126, 231, 255, .16), transparent 29%),
    radial-gradient(circle at 82% 8%, rgba(107, 140, 255, .15), transparent 30%),
    radial-gradient(circle at 64% 82%, rgba(101, 241, 208, .07), transparent 34%),
    linear-gradient(180deg, #07101d 0%, #050911 54%, #04070d 100%);
}
a { color: inherit; }
.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 13%, black, transparent 74%);
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background: repeating-linear-gradient(45deg, #fff 0 1px, transparent 1px 7px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 16px 8px;
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(1180px, calc(100% - 8px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 10, 18, .76);
  box-shadow: 0 18px 70px rgba(0,0,0,.28);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  min-width: max-content;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #06101a;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  box-shadow: 0 0 28px rgba(126,231,255,.22);
}
.brand strong { display: block; line-height: 1; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.nav-links { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a {
  text-decoration: none;
  color: var(--soft);
  font-size: 13px;
  font-weight: 850;
  padding: 10px 14px;
  border-radius: 999px;
}
.nav-links a:hover { background: rgba(255,255,255,.06); color: white; }

.shell { width: min(1180px, calc(100% - 28px)); margin: 24px auto 72px; }
.panel {
  background: linear-gradient(180deg, rgba(15, 28, 44, .90), rgba(8, 15, 27, .88));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.hero { display: grid; grid-template-columns: minmax(0, 1fr) 365px; gap: 20px; align-items: stretch; }
.hero-copy { padding: clamp(28px, 5vw, 58px); position: relative; }
.hero-copy:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  bottom: -240px;
  background: radial-gradient(circle, rgba(126,231,255,.16), transparent 65%);
}
.eyebrow { margin: 0 0 16px; color: var(--cyan); font-size: 12px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.small { font-size: 11px; margin-bottom: 9px; }
h1 {
  margin: 0;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: .95;
  letter-spacing: -.068em;
  max-width: 820px;
}
.lead { max-width: 760px; color: #b7c5d8; font-size: 17px; line-height: 1.75; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; position: relative; z-index: 2; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
  font-size: 14px;
}
.btn.primary { color: #04111b; background: linear-gradient(135deg, var(--mint), var(--cyan)); box-shadow: 0 16px 38px rgba(126,231,255,.16); }
.btn.secondary { color: var(--text); border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); }

.score-panel { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.live-row { color: var(--soft); font-weight: 950; display: flex; align-items: center; gap: 10px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(101,241,208,.10); }
.big-score {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(126,231,255,.13), rgba(255,255,255,.045));
  border: 1px solid rgba(126,231,255,.16);
}
.big-score span { color: var(--muted); font-weight: 850; font-size: 13px; }
.big-score strong { display: block; font-size: 58px; line-height: 1; letter-spacing: -.07em; margin: 14px 0 10px; }
.big-score small { color: var(--soft); line-height: 1.5; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-grid div { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.055); }
.mini-grid span { display: block; color: var(--muted); font-size: 12px; font-weight: 850; }
.mini-grid b { display: block; margin-top: 7px; font-size: 30px; letter-spacing: -.05em; }
.updated { margin: auto 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0; }
.quick-card {
  padding: 20px;
  min-height: 118px;
  border-radius: var(--radius-lg);
  background: rgba(15, 28, 44, .74);
  border: 1px solid var(--line);
  box-shadow: 0 16px 50px rgba(0,0,0,.22);
}
.quick-card.hot { background: linear-gradient(135deg, rgba(126,231,255,.14), rgba(15,28,44,.76)); border-color: rgba(126,231,255,.22); }
.quick-card span { color: var(--muted); font-size: 13px; font-weight: 850; }
.quick-card strong { display: block; font-size: clamp(27px, 3vw, 42px); line-height: 1; margin: 14px 0 9px; letter-spacing: -.06em; }
.quick-card small { color: #aebcd1; line-height: 1.45; }

.day-dashboard { padding: 24px; margin-bottom: 20px; }
.dashboard-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 420px); gap: 18px; align-items: end; margin-bottom: 20px; }
.dashboard-head h2, .main-title h2, .plans h2, .method h2 { margin: 0; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.045em; }
.dashboard-head p:not(.eyebrow), .main-title span, .plans p { color: var(--muted); line-height: 1.55; margin: 0; }
.day-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.day-column h3 { margin: 0 0 12px; color: var(--soft); font-size: 15px; }
.day-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.day-card {
  text-decoration: none;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.075);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.day-card:hover { transform: translateY(-2px); border-color: rgba(126,231,255,.35); background: rgba(126,231,255,.06); }
.day-label { color: var(--text); font-weight: 950; }
.day-card strong { display: block; font-size: 36px; line-height: 1; letter-spacing: -.065em; color: var(--cyan); }
.day-card small { color: var(--muted); font-size: 12px; line-height: 1.35; }
.day-card.tone-good strong { color: var(--good); }
.day-card.tone-bad strong { color: var(--bad); }
.day-card.tone-mid strong { color: var(--gold); }
.day-card.tone-pending strong { color: var(--soft); }
.day-card.tone-empty { opacity: .58; }
.day-card.tone-empty strong { color: #657187; }
.day-card.tone-future strong { color: var(--cyan); }

.filters { padding: 16px; margin-bottom: 22px; }
.filters form { display: grid; grid-template-columns: 1.6fr repeat(4, minmax(130px, 1fr)) auto; gap: 12px; align-items: end; }
label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 900; }
input, select, button {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(4, 10, 18, .68);
  color: var(--text);
  padding: 0 13px;
  font: inherit;
  outline: none;
}
input:focus, select:focus { border-color: rgba(126,231,255,.45); box-shadow: 0 0 0 4px rgba(126,231,255,.07); }
button { cursor: pointer; border: 0; color: #04111b; font-weight: 950; background: linear-gradient(135deg, var(--mint), var(--cyan)); padding: 0 18px; }

.stack { display: grid; gap: 16px; margin-top: 22px; }
.main-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 8px 2px 0; }
.main-title span { max-width: 470px; text-align: right; }
.subtle-title { opacity: .86; }
.section-anchor, .day-section { scroll-margin-top: 94px; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.date-kicker { margin: 0 0 8px; color: var(--muted); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.section-head h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.06em; }
.section-count {
  min-width: 108px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
  text-align: center;
}
.section-count strong { display: block; font-size: 34px; line-height: 1; color: var(--cyan); }
.section-count span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 900; }
.match-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 18px; }
.match-card {
  position: relative;
  border-radius: 20px;
  padding: 18px;
  background: rgba(5, 12, 22, .74);
  border: 1px solid rgba(255,255,255,.075);
}
.match-card:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 20px 0 0 20px; background: rgba(126,231,255,.5); }
.match-card.result-won:before { background: var(--good); }
.match-card.result-lost:before { background: var(--bad); }
.match-card.result-pending:before { background: var(--cyan); }
.match-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.match-card h3 { margin: 14px 0 14px; font-size: 19px; line-height: 1.28; letter-spacing: -.03em; }
.prediction-box {
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(126,231,255,.12), rgba(255,255,255,.035));
  border: 1px solid rgba(126,231,255,.13);
  margin-bottom: 12px;
}
.prediction-box span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; margin-bottom: 4px; }
.prediction-box strong { font-size: 20px; letter-spacing: -.03em; }
.badges { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.075);
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}
.badge.signal { color: #07101d; background: linear-gradient(135deg, rgba(101,241,208,.95), rgba(126,231,255,.94)); border: 0; }
.premium-badge { color: #130f04; background: rgba(240,200,106,.90); border: 0; }
.muted-badge { color: #8e9db3; }
.match-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; margin-top: 14px; }
.match-footer strong { color: var(--text); }
.result-pill { padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 950; background: rgba(255,255,255,.06); color: var(--soft); white-space: nowrap; }
.result-pill.won { color: #04110b; background: var(--good); }
.result-pill.lost { color: white; background: rgba(255,109,131,.72); }
.result-pill.pending { color: #06101a; background: var(--cyan); }
.result-pill.void { color: #06101a; background: var(--warn); }
.empty-state { padding: 28px; color: var(--muted); }

.plans, .method { margin-top: 22px; padding: 28px; }
.plans { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.plans p { max-width: 720px; margin-top: 12px; }
.plan-buttons { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; min-width: 260px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.method-grid article { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.method-grid strong { display: block; margin-bottom: 8px; }
.method-grid p { margin: 0; color: var(--muted); line-height: 1.58; }
.footer { width: min(1180px, calc(100% - 28px)); margin: 0 auto 32px; color: var(--muted); display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; font-size: 13px; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; }
  .quick-stats { grid-template-columns: repeat(2, 1fr); }
  .day-columns { grid-template-columns: 1fr; }
  .filters form { grid-template-columns: repeat(2, 1fr); }
  .filters label:first-child { grid-column: 1 / -1; }
  .filters button { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-header { padding-inline: 10px; }
  .nav-shell { border-radius: 24px; align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; justify-content: flex-start; }
  .shell { width: min(100% - 18px, 1180px); margin-top: 12px; }
  .hero-copy { padding: 28px 22px; }
  h1 { font-size: 43px; }
  .lead { font-size: 16px; }
  .score-panel { padding: 18px; }
  .quick-stats { grid-template-columns: 1fr; }
  .dashboard-head, .main-title { display: block; }
  .main-title span { display: block; text-align: left; margin-top: 8px; }
  .day-dashboard { padding: 18px; }
  .day-cards { grid-template-columns: 1fr; }
  .filters form { grid-template-columns: 1fr; }
  .match-grid { grid-template-columns: 1fr; padding: 14px; }
  .section-head { padding: 18px; }
  .plans { display: block; }
  .plan-buttons { justify-content: flex-start; margin-top: 18px; }
  .method-grid { grid-template-columns: 1fr; }
}
