:root {
  --bg: #07110f;
  --panel: #101e1a;
  --panel-2: #142922;
  --text: #f7f1e7;
  --muted: #aeb9b1;
  --line: rgba(247, 241, 231, 0.14);
  --gold: #f0b94d;
  --green: #5ee08b;
  --aqua: #5adbcf;
  --red: #ff6f54;
  --violet: #9c7bff;
  --shadow: 0 28px 76px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(90, 219, 207, 0.2), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(240, 185, 77, 0.18), transparent 30rem),
    linear-gradient(180deg, #07110f 0%, #0b1713 58%, #07110f 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 17, 15, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  padding: 10px;
  backdrop-filter: blur(16px);
}

.brand,
.top-nav,
.hero-actions,
.facts,
.winner-head {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 950;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: var(--gold);
  color: #111;
  font-size: 23px;
  font-weight: 950;
}

.top-nav {
  gap: 4px;
}

.top-nav a,
.secondary-btn {
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 850;
}

.top-nav a:hover,
.secondary-btn:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.header-cta,
.primary-btn,
.casino-card a,
.footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  background: var(--gold);
  color: #111;
  padding: 12px 16px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(240, 185, 77, 0.2);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
  gap: 26px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 58px 0 38px;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 8vw, 92px);
  line-height: 0.96;
  font-weight: 950;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
  font-weight: 940;
}

h3 {
  margin-bottom: 7px;
  font-size: 22px;
}

.lead,
.intro p,
.section-head p,
.casino-copy p,
.winner-card p,
.offer-panel span,
.check-grid p,
.coin-grid p,
.faq p,
.footer p {
  color: var(--muted);
  line-height: 1.65;
}

.lead {
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.winner-card,
.quick-strip div,
.casino-card,
.coin-grid div,
.copy-panel,
.check-grid div,
.pros,
.cons,
details,
.go-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 30, 26, 0.88);
  box-shadow: var(--shadow);
}

.winner-card {
  padding: 22px;
}

.winner-head {
  justify-content: space-between;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 900;
}

.winner-head strong {
  color: var(--gold);
}

.casino-logo-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: center;
}

.casino-logo-row > span {
  display: grid;
  place-items: center;
  width: 78px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--red));
  color: #111;
  font-size: 26px;
  font-weight: 950;
}

.offer-panel {
  border: 1px solid rgba(240, 185, 77, 0.36);
  border-radius: 8px;
  background: rgba(240, 185, 77, 0.1);
  margin: 20px 0;
  padding: 15px;
}

.offer-panel b,
.offer-panel span {
  display: block;
}

.offer-panel b {
  margin-bottom: 6px;
  color: var(--gold);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.mini-stats div {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  padding: 12px;
}

.mini-stats b,
.mini-stats span {
  display: block;
}

.mini-stats span {
  color: var(--muted);
  font-size: 13px;
}

.full {
  width: 100%;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.quick-strip div,
.coin-grid div,
.check-grid div,
.copy-panel,
.pros,
.cons {
  box-shadow: none;
  padding: 18px;
}

.quick-strip span,
.quick-strip b {
  display: block;
}

.quick-strip span {
  color: var(--muted);
  font-size: 14px;
}

.quick-strip b {
  margin-top: 5px;
  color: var(--gold);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 76px;
}

.intro,
.split,
.pros-cons {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: start;
}

.intro {
  border-bottom: 1px solid var(--line);
  padding-bottom: 46px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.casino-list {
  display: grid;
  gap: 12px;
}

.casino-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(300px, 0.78fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
}

.casino-card.featured {
  border-color: rgba(240, 185, 77, 0.54);
  background: linear-gradient(120deg, rgba(240, 185, 77, 0.12), rgba(16, 30, 26, 0.88));
}

.rank {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 7px;
  background: var(--panel-2);
  color: var(--gold);
  font-weight: 950;
}

.facts {
  flex-wrap: wrap;
  gap: 8px;
}

.facts span {
  border-radius: 999px;
  background: rgba(90, 219, 207, 0.1);
  color: var(--aqua);
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 850;
}

.coin-grid,
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.coin-grid b,
.check-grid b {
  display: block;
  margin-bottom: 8px;
}

.check-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 28px;
  font-weight: 950;
}

.pros ul,
.cons ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.faq {
  padding-bottom: 76px;
}

details {
  box-shadow: none;
  margin-bottom: 12px;
  padding: 18px;
}

summary {
  cursor: pointer;
  color: var(--gold);
  font-weight: 950;
}

details p {
  margin: 12px 0 0;
}

.footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: #050907;
  padding: 22px max(16px, calc((100% - 1180px) / 2));
}

.footer p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.go-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.go-shell {
  width: min(720px, 100%);
  padding: clamp(24px, 5vw, 48px);
}

.go-shell .brand {
  margin-bottom: 28px;
}

.go-shell h1 {
  font-size: clamp(34px, 6vw, 58px);
}

.go-shell code {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  padding: 2px 6px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .hero,
  .intro,
  .split,
  .pros-cons {
    grid-template-columns: 1fr;
  }

  .quick-strip,
  .coin-grid,
  .check-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .casino-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .facts,
  .casino-card a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .section,
  .quick-strip {
    width: calc(100% - 18px);
  }

  .site-header {
    margin-top: 9px;
  }

  .brand {
    font-size: 14px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .quick-strip,
  .coin-grid,
  .check-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .casino-logo-row,
  .casino-card {
    grid-template-columns: 1fr;
  }

  .footer {
    display: block;
  }

  .footer a {
    margin-top: 16px;
  }
}
