:root {
  --bg: #f7f5f0;
  --bg-soft: #fffdf9;
  --panel: rgba(255, 255, 255, 0.88);
  --panel-strong: #ffffff;
  --card: #ffffff;
  --card-soft: rgba(12, 28, 48, 0.04);
  --text: #122033;
  --text-muted: #58657a;
  --ink: #102032;
  --gold: #c79217;
  --gold-deep: #a77709;
  --line: rgba(16, 32, 51, 0.1);
  --shadow: 0 24px 60px rgba(22, 34, 52, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(242, 191, 77, 0.16), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(126, 155, 201, 0.18), transparent 26%),
    linear-gradient(180deg, #f9f7f2 0%, #f6f3ed 46%, #f1ede5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 32, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 51, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 92%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 72px;
}

.site-header {
  position: sticky;
  top: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  height: 54px;
  width: auto;
}

.site-nav {
  display: flex;
  gap: 24px;
}

.site-nav a,
.section-heading a {
  color: var(--text-muted);
  text-decoration: none;
}

.nav-cta,
.button,
.signup-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.nav-cta,
.button-primary,
.signup-form button {
  color: #07111f;
  background: linear-gradient(135deg, #f5ca68 0%, #e4a925 100%);
  box-shadow: 0 14px 28px rgba(242, 191, 77, 0.2);
}

.button-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(16, 32, 51, 0.03);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  margin-top: 28px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 236, 0.96) 55%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: var(--shadow);
}

.eyebrow,
.card-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.signup-panel h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.75rem, 5vw, 4.6rem);
}

.hero-text {
  max-width: 58ch;
  margin: 22px 0 26px;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-actions,
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-meta {
  margin-top: 22px;
}

.hero-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(16, 32, 51, 0.05);
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hero-feature {
  display: grid;
  gap: 18px;
}

.feature-card,
.mini-card,
.result-card,
.video-feature,
.video-card,
.news-card,
.tip-card,
.signup-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.feature-jackpot {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(242, 191, 77, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255, 251, 242, 0.96), rgba(244, 239, 230, 0.96));
}

.feature-game {
  margin-top: 8px;
  font-size: 1.1rem;
  color: var(--text-muted);
}

.feature-amount {
  margin: 10px 0;
  font-size: clamp(3rem, 8vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.feature-subline {
  margin-bottom: 18px;
  color: var(--text-muted);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.mini-card {
  min-height: 154px;
  padding: 20px;
  background: rgba(16, 32, 51, 0.03);
}

.mini-card strong,
.news-card h3,
.tip-card h3,
.video-card h3 {
  display: block;
  margin: 0 0 10px;
}

.mini-card p,
.mini-card small,
.news-card p,
.news-card span,
.tip-card p,
.video-card p,
.video-copy p,
.result-meta,
dl,
dd {
  color: var(--text-muted);
}

.muted-card {
  background:
    linear-gradient(180deg, rgba(16, 32, 51, 0.02), rgba(242, 191, 77, 0.12));
}

.section {
  margin-top: 26px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-heading h2,
.signup-panel h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.compact-heading {
  align-items: center;
}

.section-note {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.results-grid,
.news-grid,
.tips-grid {
  display: grid;
  gap: 18px;
}

.results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
}

.result-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.result-head h3,
.video-copy h3 {
  margin: 0;
  font-size: 1.5rem;
}

.card-link,
.feature-link,
.mini-link {
  color: inherit;
  text-decoration: none;
}

.card-link:hover,
.feature-link:hover,
.mini-link:hover {
  text-decoration: underline;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(16, 32, 51, 0.08);
  font-size: 0.92rem;
  font-weight: 700;
}

.pill-gold {
  color: #07111f;
  background: linear-gradient(135deg, #f7d37b 0%, #d69c22 100%);
}

.ball-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ball-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #f7f4ee;
  color: #102032;
  font-weight: 900;
}

.ball-row .ball-special {
  background: linear-gradient(135deg, #f6c244 0%, #da9524 100%);
}

dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--text-muted);
}

dd {
  margin: 0;
  font-weight: 700;
}

.media-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(242, 191, 77, 0.12), transparent 20%),
    rgba(255, 255, 255, 0.76);
}

.youtube-embed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.youtube-embed-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
  border: 1px solid rgba(10, 25, 47, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(13, 33, 61, 0.08);
}

.youtube-card-copy {
  margin-bottom: 16px;
}

.youtube-card-copy h3 {
  margin: 8px 0 10px;
}

.youtube-card-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.youtube-frame-shell {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(6, 14, 27, 0.05)),
    radial-gradient(circle at top right, rgba(242, 191, 77, 0.32), transparent 28%),
    linear-gradient(135deg, #d9e3f0 0%, #bfd0e8 48%, #f1ede4 100%);
  aspect-ratio: 16 / 9;
}

.youtube-frame-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.video-feature,
.video-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
}

.video-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}

.video-thumb,
.video-thumb-feature {
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(6, 14, 27, 0.05)),
    radial-gradient(circle at top right, rgba(242, 191, 77, 0.32), transparent 28%),
    linear-gradient(135deg, #d9e3f0 0%, #bfd0e8 48%, #f1ede4 100%);
}

.video-thumb-feature {
  min-height: 320px;
}

.video-copy {
  padding: 26px;
}

.play-badge {
  display: inline-flex;
  margin: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #07111f;
  background: #ffffff;
  font-weight: 700;
}

.video-list {
  display: grid;
  gap: 18px;
}

.video-card {
  padding: 16px;
}

.video-card .video-thumb {
  min-height: 132px;
  margin-bottom: 14px;
  border-radius: 18px;
}

.news-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.news-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
}

.spotlight {
  grid-row: span 2;
  background:
    radial-gradient(circle at top right, rgba(242, 191, 77, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(245, 239, 228, 0.98));
}

.tips-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-grid,
.article-grid,
.split-layout {
  display: grid;
  gap: 18px;
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-card,
.article-card,
.content-card,
.faq-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
  box-shadow: var(--shadow);
}

.value-card h3,
.content-card h2,
.article-card h2 {
  margin-top: 0;
}

.article-card a {
  color: var(--gold-deep);
  font-weight: 700;
  text-decoration: none;
}

.content-list {
  padding-left: 18px;
  color: var(--text-muted);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-card h3 {
  margin-top: 0;
}

.page-hero {
  margin-top: 28px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 236, 0.96) 55%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: var(--shadow);
}

.article-layout {
  display: grid;
  gap: 26px;
}

.answer-box {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 251, 242, 0.98), rgba(247, 244, 238, 0.98));
  box-shadow: var(--shadow);
}

.answer-box p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.7;
}

.article-hero h1 {
  max-width: 14ch;
}

.article-body {
  line-height: 1.75;
}

.article-body h2 {
  margin: 28px 0 10px;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  color: var(--text-muted);
}

.related-links .value-card h3 {
  margin-top: 0;
}

.related-links .value-card a {
  color: var(--text);
  text-decoration: none;
}

.page-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.7rem, 4.7vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.page-hero p:last-child {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.filter-chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(16, 32, 51, 0.04);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip.is-active {
  color: #07111f;
  background: linear-gradient(135deg, #f5ca68 0%, #e4a925 100%);
}

.full-results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tip-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
}

.signup-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 26px;
  padding: 28px;
  background:
    radial-gradient(circle at 85% 20%, rgba(242, 191, 77, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.98));
}

.signup-panel h2 {
  max-width: 14ch;
}

.signup-form {
  display: flex;
  gap: 12px;
  width: min(100%, 460px);
}

.signup-form input {
  flex: 1;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(16, 32, 51, 0.04);
  font: inherit;
}

.form-status {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.form-status.is-error {
  color: #a53b12;
}

.form-status.is-success {
  color: #14613d;
}

.stack-form {
  display: grid;
  gap: 14px;
}

.stack-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

.stack-form input,
.stack-form select {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  background: rgba(16, 32, 51, 0.04);
  font: inherit;
}

.stack-form button[disabled],
.signup-form button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.bot-field,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding: 26px 6px 0;
  color: var(--text-muted);
}

.footer-brand {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
}

@media (max-width: 1080px) {
  .hero,
  .youtube-embed-grid,
  .video-grid,
  .video-feature,
  .signup-panel,
  .results-grid,
  .news-grid,
  .tips-grid,
  .value-grid,
  .article-grid,
  .split-layout,
  .full-results-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 100%;
  }

  .signup-panel h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    margin-top: 12px;
  }

  .site-header,
  .site-nav,
  .hero-actions,
  .hero-meta,
  .signup-form,
  .section-heading,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    gap: 14px;
  }

  .brand img {
    height: 42px;
  }

  .hero,
  .section,
  .signup-panel {
    padding: 22px;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }

  .ball-row span {
    width: 36px;
  }
}
