/* Bet X Run Club — общий стиль (Pin-Up / iGaming vibe) */
:root {
  --bg0: #06070d;
  --bg1: #10121c;
  --surface: #15192a;
  --surface2: #1c2234;
  --border: rgba(255, 255, 255, 0.1);
  --border-platinum: rgba(226, 232, 240, 0.22);
  --text: #f8fafc;
  --muted: #a8b4c8;
  --red: #f43f5e;
  --red-d: #be123c;
  --green: #34d399;
  --green-glow: rgba(52, 211, 153, 0.5);
  --gold: #fde047;
  --gold-deep: #ca8a04;
  --gold-glow: rgba(253, 224, 71, 0.42);
  --platinum: #f1f5f9;
  --chrome: linear-gradient(180deg, #ffffff 0%, #e2e8f0 38%, #94a3b8 58%, #64748b 100%);
  --chrome-gold: linear-gradient(135deg, #fffbeb 0%, #fde047 42%, #eab308 72%, #a16207 100%);
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.58);
  --shadow-gold: 0 12px 48px rgba(253, 224, 71, 0.14);
  --font: "Segoe UI", system-ui, -apple-system, "Inter", sans-serif;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(900px 480px at 50% -10%, rgba(255, 255, 255, 0.06), transparent 55%),
    radial-gradient(700px 400px at 0% 50%, rgba(253, 224, 71, 0.04), transparent 50%),
    var(--bg0);
  min-height: 100vh;
  line-height: 1.55;
}

/* фон: сетка + мягкое свечение */
.bg-stage {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1000px 560px at 10% -6%, rgba(244, 63, 94, 0.32), transparent 52%),
    radial-gradient(820px 480px at 92% 6%, rgba(52, 211, 153, 0.24), transparent 48%),
    radial-gradient(720px 520px at 50% 108%, rgba(253, 224, 71, 0.14), transparent 48%),
    radial-gradient(600px 420px at 78% 72%, rgba(241, 245, 249, 0.08), transparent 55%),
    linear-gradient(180deg, #0c0e18 0%, #07080f 38%, #05060c 100%);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 65% at 50% 18%, black 22%, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--green);
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

/* ——— top bar ——— */
.topbar {
  background: linear-gradient(180deg, rgba(18, 20, 32, 0.95) 0%, rgba(8, 9, 14, 0.92) 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  box-shadow: 0 1px 0 rgba(253, 224, 71, 0.06);
  backdrop-filter: blur(12px);
  font-size: 13px;
  color: var(--muted);
}

.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar strong {
  color: #e2e8f0;
  font-weight: 600;
  text-shadow: 0 0 24px rgba(241, 245, 249, 0.15);
}

/* ——— header ——— */
header.main-head {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(16, 18, 28, 0.98) 0%, rgba(10, 11, 18, 0.9) 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.1);
  box-shadow:
    0 1px 0 rgba(253, 224, 71, 0.05),
    0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.head-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(226, 232, 240, 0.35);
  box-shadow:
    0 0 0 1px rgba(253, 224, 71, 0.25),
    0 0 20px rgba(253, 224, 71, 0.12),
    0 0 28px rgba(244, 63, 94, 0.2),
    0 10px 32px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
  object-fit: cover;
}

.logo-type {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo-type .logo-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.04em;
  line-height: 1;
  font-size: clamp(1.75rem, 4.5vw, 2.65rem);
  font-family: "Segoe UI Black", "Segoe UI", system-ui, sans-serif;
}

.logo-type .bet,
.logo-type .logo-x,
.logo-type .run {
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 0.045em rgba(255, 255, 255, 0.14);
  paint-order: stroke fill;
}

/* BET — бриллиант / платина (грани) */
.logo-type .bet {
  letter-spacing: 0.04em;
  background:
    linear-gradient(118deg, transparent 42%, rgba(255, 255, 255, 0.95) 50%, transparent 58%),
    linear-gradient(165deg, #ffffff 0%, #f1f5f9 18%, #cbd5e1 38%, #94a3b8 55%, #e2e8f0 72%, #f8fafc 88%, #64748b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 16px rgba(241, 245, 249, 0.55)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

/* X — платина, крупный акцент */
.logo-type .logo-x {
  letter-spacing: 0;
  padding: 0;
  font-size: 2.15em;
  line-height: 0.78;
  align-self: center;
  transform: translateY(-0.03em);
  -webkit-text-stroke: 0.05em rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 25%, #cbd5e1 50%, #94a3b8 75%, #f1f5f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 10px rgba(226, 232, 240, 0.5));
}

/* RUN — прежний изумрудный градиент */
.logo-type .run {
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #d1fae5 0%, #34d399 48%, #059669 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 16px var(--green-glow));
}

.logo-type .club {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #cbd5e1 0%, #fde047 50%, #cbd5e1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 2px;
  filter: drop-shadow(0 0 12px rgba(253, 224, 71, 0.25));
}

nav.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

nav.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #e2e8f0;
  border: 1px solid transparent;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

nav.main-nav a:hover {
  border-color: rgba(226, 232, 240, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  color: var(--text);
  box-shadow: 0 0 20px rgba(253, 224, 71, 0.06);
}

nav.main-nav a.active {
  color: var(--text);
  border-color: rgba(52, 211, 153, 0.45);
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.14) 0%, rgba(52, 211, 153, 0.05) 100%);
  box-shadow:
    0 0 28px rgba(52, 211, 153, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  white-space: nowrap;
}

.btn:active {
  transform: translateY(1px);
}

.btn-ghost {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-color: rgba(226, 232, 240, 0.18);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-ghost:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-color: rgba(253, 224, 71, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    var(--shadow-gold);
}

.btn-primary {
  background: linear-gradient(180deg, #6ee7b7 0%, #34d399 38%, #059669 100%);
  color: #022c22;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow:
    0 10px 40px rgba(52, 211, 153, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(5, 46, 22, 0.25);
}

.btn-primary:hover {
  box-shadow:
    0 14px 48px rgba(52, 211, 153, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 24px rgba(253, 224, 71, 0.12);
}

.btn-hot {
  background: linear-gradient(180deg, #fb7185 0%, #f43f5e 48%, #be123c 100%);
  color: #fff7f7;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 10px 40px rgba(244, 63, 94, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* mobile nav */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 20px;
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  nav.main-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 72px;
    padding: 10px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(22, 24, 36, 0.99) 0%, rgba(12, 14, 22, 0.98) 100%);
    border: 1px solid rgba(226, 232, 240, 0.14);
    flex-direction: column;
    box-shadow: var(--shadow), var(--shadow-gold);
  }
  nav.main-nav.open {
    display: flex;
  }
  nav.main-nav a {
    width: 100%;
    border-radius: 12px;
  }
  .head-actions .btn span {
    display: none;
  }
}

/* ——— hero ——— */
.hero {
  padding: 36px 0 8px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.hero-card {
  background: linear-gradient(150deg, rgba(32, 38, 58, 0.92) 0%, rgba(18, 21, 34, 0.96) 45%, rgba(12, 14, 22, 0.98) 100%);
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 22px;
  padding: 28px 28px 26px;
  box-shadow: var(--shadow), 0 0 60px rgba(253, 224, 71, 0.06);
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(
    125deg,
    rgba(244, 63, 94, 0.65) 0%,
    rgba(253, 224, 71, 0.45) 22%,
    rgba(241, 245, 249, 0.35) 38%,
    transparent 45%,
    transparent 58%,
    rgba(52, 211, 153, 0.55) 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(80% 50% at 50% -10%, rgba(255, 255, 255, 0.08), transparent 55%);
  pointer-events: none;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a7f3d0;
  margin-bottom: 12px;
  text-shadow: 0 0 20px rgba(52, 211, 153, 0.35);
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

.hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.6vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero h1 .hl-red {
  color: #fecdd3;
  text-shadow: 0 0 48px rgba(244, 63, 94, 0.45);
}

.hero h1 .hl-green {
  color: #d1fae5;
  text-shadow: 0 0 40px rgba(52, 211, 153, 0.45);
}

.hero-lead {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 52ch;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-note {
  font-size: 13px;
  color: #cbd5e1;
  border-left: 3px solid;
  border-color: #fde047;
  padding-left: 12px;
  box-shadow: -8px 0 24px -6px rgba(253, 224, 71, 0.2);
}

.hero-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stat {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stat b {
  display: block;
  font-size: 20px;
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat span {
  font-size: 12px;
  color: var(--muted);
}

.jackpot-tile {
  flex: 1;
  border-radius: var(--radius);
  padding: 16px 18px;
  background:
    radial-gradient(120% 90% at 8% 0%, rgba(253, 224, 71, 0.18), transparent 50%),
    radial-gradient(100% 80% at 92% 100%, rgba(244, 63, 94, 0.22), transparent 55%),
    linear-gradient(145deg, #252032 0%, #141a28 50%, #0e1018 100%);
  border: 1px solid rgba(253, 224, 71, 0.35);
  box-shadow:
    0 0 40px rgba(253, 224, 71, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.jackpot-tile .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fde68a;
  text-shadow: 0 0 16px var(--gold-glow);
}

.jackpot-tile .sum {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-top: 4px;
  background: var(--chrome-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 12px rgba(253, 224, 71, 0.35));
}

/* ——— sections ——— */
section.block {
  padding: 22px 0 10px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.section-head h2 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #f8fafc 0%, #e2e8f0 55%, #fde047 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.link-more {
  font-size: 14px;
  font-weight: 700;
  color: #6ee7b7;
  text-shadow: 0 0 18px rgba(52, 211, 153, 0.35);
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.game-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.1);
  background: var(--surface2);
  min-height: 140px;
  cursor: default;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.game-card:hover {
  border-color: rgba(253, 224, 71, 0.28);
  box-shadow: 0 0 32px rgba(253, 224, 71, 0.1), 0 12px 36px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

.game-card .thumb {
  height: 140px;
  background:
    radial-gradient(circle at 25% 18%, rgba(253, 224, 71, 0.12), transparent 42%),
    radial-gradient(circle at 30% 20%, rgba(52, 211, 153, 0.28), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(244, 63, 94, 0.22), transparent 45%),
    linear-gradient(145deg, #242a3e, #12151f);
}

.game-card .meta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 1;
}

.game-card .meta b {
  font-size: 15px;
}

.game-card .meta span {
  display: block;
  font-size: 12px;
  color: #cbd5e1;
}

.badge-soon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(30, 27, 20, 0.92) 0%, rgba(0, 0, 0, 0.65) 100%);
  border: 1px solid rgba(253, 224, 71, 0.55);
  color: #fef9c3;
  box-shadow:
    0 0 20px rgba(253, 224, 71, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* providers grid */
.prov-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

@media (max-width: 900px) {
  .prov-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.prov-card {
  border-radius: var(--radius);
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: linear-gradient(180deg, rgba(28, 34, 52, 0.95) 0%, rgba(16, 18, 28, 0.92) 100%);
  padding: 18px 14px;
  text-align: center;
  min-height: 100px;
  display: grid;
  place-items: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.prov-card:hover {
  border-color: rgba(253, 224, 71, 0.3);
  box-shadow: 0 0 28px rgba(253, 224, 71, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.prov-card .mono {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.06em;
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.prov-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

/* live strip */
.live-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 900px) {
  .live-row {
    grid-template-columns: 1fr;
  }
}

.live-card {
  border-radius: var(--radius);
  border: 1px solid rgba(226, 232, 240, 0.12);
  overflow: hidden;
  background: linear-gradient(180deg, #12151f 0%, #0a0c12 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.live-card .cover {
  height: 160px;
  background:
    radial-gradient(circle at 50% 15%, rgba(253, 224, 71, 0.1), transparent 45%),
    radial-gradient(circle at 50% 20%, rgba(52, 211, 153, 0.28), transparent 55%),
    linear-gradient(180deg, #222a3e, #0b0d14);
  display: grid;
  place-items: center;
  color: #cbd5e1;
  font-weight: 700;
  font-size: 14px;
}

.live-card .body {
  padding: 14px 16px 16px;
}

.live-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.live-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

/* legal strip */
.legal-strip {
  margin: 36px 0 24px;
  border-radius: 18px;
  border: 1px solid rgba(253, 224, 71, 0.2);
  background: linear-gradient(135deg, rgba(22, 24, 36, 0.95) 0%, rgba(12, 14, 22, 0.92) 100%);
  padding: 18px 20px;
  font-size: 14px;
  color: #e2e8f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 40px rgba(253, 224, 71, 0.05);
}

.legal-strip a {
  color: var(--green);
  font-weight: 700;
}

footer.site-ft {
  border-top: 1px solid rgba(226, 232, 240, 0.12);
  padding: 28px 0 40px;
  color: var(--muted);
  font-size: 13px;
  background: linear-gradient(180deg, transparent 0%, rgba(253, 224, 71, 0.03) 100%);
}

.ft-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}

@media (max-width: 900px) {
  .ft-grid {
    grid-template-columns: 1fr;
  }
}

.ft-grid h4 {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cbd5e1;
}

.ft-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-grid li {
  margin: 8px 0;
}

.ft-grid a {
  color: #cbd5e1;
}

.ft-grid a:hover {
  color: var(--green);
}

/* ——— sportsbook ——— */
.sports-page {
  padding: 24px 0 48px;
}

.sports-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

@media (max-width: 960px) {
  .sports-hero {
    grid-template-columns: 1fr;
  }
}

.sports-hero-main {
  background: linear-gradient(150deg, rgba(32, 38, 58, 0.92) 0%, rgba(18, 21, 34, 0.96) 45%, rgba(12, 14, 22, 0.98) 100%);
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 22px;
  padding: 26px 26px 24px;
  box-shadow: var(--shadow), 0 0 60px rgba(253, 224, 71, 0.05);
  position: relative;
  overflow: hidden;
}

.sports-hero-main::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(
    125deg,
    rgba(52, 211, 153, 0.5) 0%,
    rgba(253, 224, 71, 0.4) 30%,
    rgba(241, 245, 249, 0.25) 45%,
    transparent 50%,
    rgba(244, 63, 94, 0.45) 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.sports-hero-main > * {
  position: relative;
  z-index: 1;
}

.sports-hero-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #f8fafc 0%, #a7f3d0 40%, #fde047 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sports-hero-lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 58ch;
  line-height: 1.55;
}

.sports-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sports-stat-card {
  flex: 1;
  border-radius: var(--radius);
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(28, 34, 52, 0.95) 0%, rgba(12, 14, 22, 0.92) 100%);
  border: 1px solid rgba(226, 232, 240, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sports-stat-card.sports-stat-gold {
  border-color: rgba(253, 224, 71, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 28px rgba(253, 224, 71, 0.08);
}

.sports-stat-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.sports-stat-value {
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sports-stat-gold .sports-stat-value {
  background: var(--chrome-gold);
  -webkit-background-clip: text;
  background-clip: text;
}

.sports-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.sports-chip {
  flex: 0 0 auto;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.sports-chip:disabled {
  cursor: default;
  opacity: 0.55;
}

.sports-chip-active {
  border-color: rgba(52, 211, 153, 0.45);
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.14) 0%, rgba(52, 211, 153, 0.05) 100%);
  box-shadow: 0 0 22px rgba(52, 211, 153, 0.15);
  color: var(--text);
}

.sports-layout {
  display: grid;
  grid-template-columns: 1fr min(320px, 34%);
  gap: 22px;
  align-items: start;
}

@media (max-width: 960px) {
  .sports-layout {
    grid-template-columns: 1fr;
  }
}

.sports-feed {
  min-width: 0;
}

.sports-section-head {
  margin-bottom: 14px;
}

.sports-h2 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #f8fafc 0%, #e2e8f0 60%, #fde047 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sports-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fecdd3;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(244, 63, 94, 0.35);
  background: rgba(244, 63, 94, 0.1);
}

.sports-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.8);
  animation: pulse 1.4s ease-in-out infinite;
}

.match-card {
  border-radius: var(--radius);
  border: 1px solid rgba(226, 232, 240, 0.1);
  background: linear-gradient(180deg, rgba(24, 28, 42, 0.98) 0%, rgba(14, 16, 24, 0.95) 100%);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.match-card:hover {
  border-color: rgba(253, 224, 71, 0.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.match-card-live {
  border-color: rgba(244, 63, 94, 0.28);
  box-shadow: 0 0 28px rgba(244, 63, 94, 0.08);
}

.match-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.match-league {
  color: #cbd5e1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.match-time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.match-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fecdd3;
}

.match-card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px 16px;
}

@media (max-width: 640px) {
  .match-card-body {
    grid-template-columns: 1fr;
  }
}

.match-teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-weight: 800;
  font-size: 15px;
}

.match-team {
  color: var(--text);
}

.match-vs {
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.match-score {
  font-weight: 900;
  font-size: 16px;
  color: #fde047;
  text-shadow: 0 0 16px rgba(253, 224, 71, 0.35);
  font-variant-numeric: tabular-nums;
}

.match-odds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.match-odds-wide {
  min-width: 0;
}

.odds-cell {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 64px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  color: var(--text);
  font-family: inherit;
  cursor: default;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.odds-cell:not(:disabled) {
  cursor: pointer;
}

.odds-cell:not(:disabled):hover {
  border-color: rgba(52, 211, 153, 0.45);
  box-shadow: 0 0 18px rgba(52, 211, 153, 0.2);
}

.odds-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  max-width: 120px;
  text-align: center;
  line-height: 1.2;
}

.odds-val {
  font-size: 15px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  background: var(--chrome-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sports-aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 88px;
}

@media (max-width: 960px) {
  .sports-aside {
    position: static;
  }
}

.sports-aside-card {
  border-radius: var(--radius);
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: linear-gradient(180deg, rgba(22, 26, 40, 0.96) 0%, rgba(10, 12, 18, 0.94) 100%);
  padding: 16px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sports-aside-card.sports-aside-accent {
  border-color: rgba(253, 224, 71, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 24px rgba(253, 224, 71, 0.06);
}

.sports-aside-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e2e8f0;
}

.sports-aside-text {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.sports-aside-btn {
  width: 100%;
}

.sports-aside-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sports-aside-links li {
  margin: 8px 0;
}

.sports-aside-links a {
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
}

.sports-aside-links a:hover {
  color: var(--green);
}

/* casino + sports teaser (главная) */
.casino-sport-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.casino-sport-split-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1100px) {
  .casino-sport-split-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .casino-sport-split {
    grid-template-columns: 1fr;
  }
}

.split-card {
  border-radius: var(--radius);
  border: 1px solid rgba(226, 232, 240, 0.12);
  padding: 20px 20px 18px;
  background: linear-gradient(145deg, rgba(28, 34, 50, 0.95), rgba(14, 16, 24, 0.92));
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.split-card:hover {
  border-color: rgba(253, 224, 71, 0.22);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.split-card h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.split-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  flex: 1;
}

.split-card-sport {
  border-color: rgba(52, 211, 153, 0.2);
}

.split-card-sport:hover {
  border-color: rgba(52, 211, 153, 0.4);
  box-shadow: 0 0 32px rgba(52, 211, 153, 0.1);
}

.split-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ——— events / specials ——— */
.pulse-gold {
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold-glow);
}

.events-hero-title {
  background: linear-gradient(90deg, #f8fafc 0%, #fde047 45%, #f8fafc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.events-hero-main::before {
  background: linear-gradient(
    125deg,
    rgba(253, 224, 71, 0.55) 0%,
    rgba(241, 245, 249, 0.35) 35%,
    transparent 50%,
    rgba(52, 211, 153, 0.35) 100%
  );
}

.events-chip-active {
  border-color: rgba(253, 224, 71, 0.5);
  background: linear-gradient(180deg, rgba(253, 224, 71, 0.16) 0%, rgba(253, 224, 71, 0.05) 100%);
  box-shadow: 0 0 24px rgba(253, 224, 71, 0.15);
  color: var(--text);
}

.events-h2 {
  background: linear-gradient(90deg, #f8fafc 0%, #fde047 70%, #e2e8f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.events-badge-special {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fef9c3;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(253, 224, 71, 0.4);
  background: rgba(253, 224, 71, 0.1);
}

.events-live-tag {
  color: #fde68a;
}

.event-card-body {
  grid-template-columns: 1fr;
  gap: 12px;
}

.event-market {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
}

.event-desc {
  font-size: 12px;
  color: var(--muted);
}

.event-card:hover {
  border-color: rgba(253, 224, 71, 0.28);
}

.event-card.match-card-live {
  border-color: rgba(253, 224, 71, 0.32);
  box-shadow: 0 0 28px rgba(253, 224, 71, 0.1);
}

.split-card-events {
  border-color: rgba(253, 224, 71, 0.22);
}

.split-card-events:hover {
  border-color: rgba(253, 224, 71, 0.4);
  box-shadow: 0 0 32px rgba(253, 224, 71, 0.1);
}

/* site-runtime: обслуживание */
html.site-runtime-pending body {
  visibility: hidden;
}

html:not(.site-runtime-pending) body {
  visibility: visible;
}

body.site-maintenance-on {
  overflow: hidden;
}

.site-maintenance {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(800px 480px at 20% -10%, rgba(253, 224, 71, 0.12), transparent 50%),
    radial-gradient(600px 400px at 90% 60%, rgba(52, 211, 153, 0.08), transparent 45%),
    linear-gradient(180deg, #06070d 0%, #0a0c14 100%);
}

.site-maintenance-card {
  max-width: 440px;
  text-align: center;
  padding: 28px 26px;
  border-radius: 20px;
  border: 1px solid rgba(253, 224, 71, 0.28);
  background: linear-gradient(145deg, rgba(28, 34, 50, 0.98), rgba(12, 14, 22, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 48px rgba(253, 224, 71, 0.08);
}

.site-maintenance-icon {
  font-size: 42px;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 16px rgba(253, 224, 71, 0.35));
}

.site-maintenance-card h1 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  background: linear-gradient(90deg, #f8fafc 0%, #fde047 60%, #e2e8f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-maintenance-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.site-maint-eta {
  margin: 16px 0 0 !important;
  font-size: 13px !important;
  color: #fde68a !important;
}
