:root {
  color-scheme: dark;
  --bg: #1a0022;
  --bg-deep: #120018;
  --panel: rgba(45, 4, 55, .82);
  --line: rgba(255, 207, 83, .32);
  --text: #fff7ff;
  --muted: #e7cfe8;
  --gold: #ffc83d;
  --gold-deep: #9f6700;
  --pink: #ff5bd8;
  --violet: #6f1288;
  --shadow: 0 28px 90px rgba(0, 0, 0, .5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at var(--x, 72%) var(--y, 8%), rgba(255, 91, 216, .18), transparent 24rem),
    radial-gradient(circle at 12% 18%, rgba(255, 200, 61, .12), transparent 22rem),
    linear-gradient(180deg, var(--bg) 0%, #24002e 42%, var(--bg-deep) 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("../assets/banner.webp");
  background-position: center top;
  background-size: cover;
  opacity: .18;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(26, 0, 34, .2), rgba(18, 0, 24, .94) 58%);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 260px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  padding: .55rem clamp(1rem, 4vw, 3.2rem);
  border-bottom: 2px solid rgba(255, 91, 216, .32);
  background: rgba(28, 0, 37, .94);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: min(186px, 100%);
  height: auto;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .12)) drop-shadow(0 0 14px rgba(255, 200, 61, .2));
}

.main-nav,
.site-footer nav,
.header-actions {
  display: flex;
  align-items: center;
}

.main-nav {
  justify-content: center;
  gap: clamp(1.2rem, 4vw, 3.2rem);
}

.main-nav a {
  position: relative;
  padding: .45rem .1rem;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .28);
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.25rem;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--pink));
  opacity: 0;
  transform: scaleX(.5);
  transition: .2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  justify-content: flex-end;
  gap: .45rem;
}

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: .72rem 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .34);
}

.header-cta,
.primary-btn {
  border: 2px solid var(--gold);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), transparent 38%),
    linear-gradient(180deg, #7d178f 0%, #4b075d 100%);
  color: #fff;
  box-shadow:
    inset 0 0 0 2px rgba(255, 200, 61, .36),
    0 0 0 1px rgba(255, 200, 61, .26),
    0 7px 0 var(--gold-deep),
    0 14px 22px rgba(0, 0, 0, .28);
}

.header-cta:hover,
.primary-btn:hover {
  transform: translateY(1px);
  box-shadow:
    inset 0 0 0 2px rgba(255, 200, 61, .4),
    0 0 0 1px rgba(255, 200, 61, .32),
    0 5px 0 var(--gold-deep),
    0 10px 20px rgba(0, 0, 0, .24);
}

.secondary-btn {
  border: 1px solid rgba(255, 200, 61, .42);
  background: rgba(34, 0, 43, .72);
  color: var(--text);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 576px;
  padding: clamp(2.3rem, 5vw, 4.6rem) clamp(1rem, 10vw, 13.5rem) clamp(1.3rem, 4vw, 2rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-bottom: 2px solid rgba(255, 91, 216, .42);
  background:
    linear-gradient(90deg, rgba(26, 0, 34, .9) 0%, rgba(26, 0, 34, .5) 37%, rgba(26, 0, 34, .12) 74%),
    linear-gradient(180deg, rgba(18, 0, 24, .04), rgba(18, 0, 24, .5) 88%),
    url("../assets/banner.webp") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(18, 0, 24, .82));
}

.hero-copy {
  width: min(520px, 100%);
  min-width: 0;
  text-align: center;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  display: grid;
  gap: .1em;
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: clamp(3.1rem, 5.4vw, 5.6rem);
  font-weight: 1000;
  line-height: .86;
  text-transform: none;
  text-shadow: 0 6px 0 rgba(0, 0, 0, .48), 0 18px 34px rgba(0, 0, 0, .42);
}

h1 strong {
  color: var(--gold);
  font-size: 1.03em;
  text-shadow: 0 5px 0 rgba(112, 66, 0, .86), 0 16px 30px rgba(0, 0, 0, .34);
}

h2 {
  margin-bottom: .9rem;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: .45rem;
  font-size: 1.05rem;
}

.lead {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  color: #f6ddf6;
  font-size: 1.16rem;
  font-weight: 850;
}

.hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.7rem;
}

.bonus-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 1.2rem;
  border: 3px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(180deg, #b77912, #5d2b00);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .16), 0 7px 0 rgba(74, 41, 0, .88), 0 18px 34px rgba(0, 0, 0, .38);
  padding: .42rem 1.3rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 950;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .32);
}

.hero-btn {
  min-width: min(360px, 100%);
  min-height: 62px;
  border-color: #ffcbe9;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .35), transparent 32%),
    linear-gradient(180deg, #ff34b8 0%, #c30075 100%);
  color: #fff;
  font-size: 1.5rem;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .22),
    0 7px 0 #8d0054,
    0 16px 26px rgba(0, 0, 0, .35);
}

.ticker {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 91, 216, .36);
  border-bottom: 1px solid rgba(255, 91, 216, .36);
  background: rgba(37, 0, 49, .92);
  min-height: 60px;
}

.jackpot-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  height: 100%;
  border-right: 1px solid rgba(255, 91, 216, .28);
  background:
    linear-gradient(90deg, rgba(50, 0, 66, 1), rgba(50, 0, 66, .94)),
    rgba(37, 0, 49, 1);
  box-shadow: 16px 0 28px rgba(37, 0, 49, .95);
  padding: 0 1rem;
  text-transform: uppercase;
}

.jackpot-box span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 950;
}

.jackpot-box strong {
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 1000;
  white-space: nowrap;
}

.ticker b {
  color: var(--gold);
}

.ticker-window {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.ticker-window::before,
.ticker-window::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  pointer-events: none;
}

.ticker-window::before {
  left: 0;
  background: linear-gradient(90deg, rgba(37, 0, 49, 1), transparent);
}

.ticker-window::after {
  right: 0;
  background: linear-gradient(270deg, rgba(37, 0, 49, 1), transparent);
}

.ticker-track {
  display: flex;
  gap: 2rem;
  min-width: max-content;
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
  padding-left: 2rem;
  animation: ticker 28s linear infinite;
  will-change: transform;
}

.ticker-track span {
  flex: 0 0 auto;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-46%);
  }
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1128px;
  margin: 0 auto;
  padding: 2.2rem clamp(1rem, 4vw, 2rem) 2.7rem;
}

.stats-strip article {
  display: grid;
  min-height: 98px;
  place-items: center;
  border: 1px solid rgba(255, 91, 216, .35);
  border-radius: 10px;
  background: rgba(42, 8, 54, .74);
  text-align: center;
}

.stats-strip strong {
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1;
  text-shadow: 0 4px 0 rgba(112, 66, 0, .86);
}

.stats-strip span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem) 4rem;
}

.quick-grid article,
.toc,
.article-section,
.faq-section,
.final-cta {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 26%),
    var(--panel);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.quick-grid article {
  min-height: 190px;
  border-radius: 8px;
  padding: 1.1rem;
}

.tile-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--pink), var(--violet));
  color: #fff;
  font-weight: 950;
}

.quick-grid p,
.article-section p,
.faq-section p,
.final-cta p {
  color: var(--muted);
}

.content-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem) 5rem;
}

.toc {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: .4rem;
  border-radius: 8px;
  padding: 1rem;
}

.toc strong {
  margin-bottom: .35rem;
}

.toc a {
  border-radius: 8px;
  color: var(--muted);
  padding: .55rem .65rem;
}

.toc a:hover {
  background: rgba(255, 200, 61, .1);
  color: var(--text);
}

.article-flow {
  display: grid;
  gap: 1rem;
}

.article-section,
.faq-section,
.final-cta {
  border-radius: 8px;
  padding: clamp(1.2rem, 4vw, 2.2rem);
}

.info-row,
.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.info-row > div {
  border: 1px solid rgba(255, 200, 61, .22);
  border-radius: 8px;
  background: rgba(18, 0, 24, .4);
  padding: 1rem;
}

.content-media {
  min-width: 0;
}

.banner-panel,
.phone-panel {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 200, 61, .26);
  border-radius: 8px;
  background: rgba(18, 0, 24, .5);
}

.banner-panel img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.phone-panel {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 91, 216, .24), transparent 18rem),
    linear-gradient(180deg, #24002e, #110017);
}

.phone-panel img {
  width: min(440px, 92%);
  margin: -1.5rem auto;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, .58));
}

.game-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.2rem;
}

.game-list span {
  border: 1px solid rgba(255, 200, 61, .32);
  border-radius: 999px;
  background: rgba(255, 91, 216, .1);
  color: #ffe8ff;
  padding: .55rem .75rem;
  font-weight: 850;
}

.notice {
  display: grid;
  gap: .2rem;
  margin-top: 1.2rem;
  border-left: 4px solid var(--gold);
  background: rgba(255, 200, 61, .1);
  padding: 1rem;
}

details {
  border-top: 1px solid rgba(255, 200, 61, .22);
  padding: 1rem 0;
}

summary {
  cursor: pointer;
  font-weight: 950;
}

.final-cta {
  max-width: 1180px;
  margin: 0 auto 4rem;
  text-align: center;
}

.final-cta p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 91, 216, .28);
  background: rgba(18, 0, 24, .78);
  padding: 1.2rem clamp(1rem, 4vw, 3.5rem);
  color: var(--muted);
}

.footer-brand img {
  width: 150px;
  height: auto;
}

.site-footer nav {
  gap: .7rem;
}

.site-footer nav a {
  color: var(--muted);
  font-weight: 800;
}

.top-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--pink), var(--violet));
  color: var(--text);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: .2s ease;
}

.top-button.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    position: relative;
  }

  .main-nav,
  .header-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .content-shell,
  .split-section,
  .split-section.reverse,
  .info-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 640px;
    align-items: end;
    padding: 2rem 1rem 2.4rem;
  }

  .hero::before {
    inset: 0;
    background-position: 56% top;
    background:
      linear-gradient(180deg, rgba(26, 0, 34, .18) 0%, rgba(26, 0, 34, .8) 54%, rgba(18, 0, 24, .94) 100%),
      url("../assets/banner.webp") 56% top / cover no-repeat;
  }

  .hero-copy {
    width: min(540px, 100%);
    margin: 0 auto;
    padding: 0;
  }

  h1 {
    font-size: clamp(2.9rem, 9vw, 5rem);
  }

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

  .toc {
    position: static;
  }

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

  .jackpot-box {
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 91, 216, .28);
    box-shadow: 0 12px 22px rgba(37, 0, 49, .72);
  }

  .ticker-track {
    padding: .75rem 0;
  }

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

@media (max-width: 620px) {
  .site-header {
    min-height: auto;
  }

  .brand img {
    width: 168px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: .35rem;
  }

  .main-nav a {
    font-size: .86rem;
  }

  .header-actions,
  .hero-actions {
    width: 100%;
  }

  .header-cta,
  .primary-btn,
  .secondary-btn {
    flex: 1;
    padding-right: .7rem;
    padding-left: .7rem;
  }

  .header-cta {
    min-height: 42px;
    font-size: .88rem;
    box-shadow:
      inset 0 0 0 2px rgba(255, 200, 61, .32),
      0 4px 0 var(--gold-deep),
      0 10px 18px rgba(0, 0, 0, .24);
  }

  .hero {
    min-height: 570px;
    padding: 1.8rem 1rem 2rem;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(26, 0, 34, .18) 0%, rgba(26, 0, 34, .76) 45%, rgba(18, 0, 24, .97) 100%),
      url("../assets/banner.webp") 60% top / auto 62% no-repeat,
      linear-gradient(180deg, #2a0036, #120018);
  }

  .bonus-ribbon {
    margin-bottom: .95rem;
    padding: .36rem .65rem;
    font-size: .83rem;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
    line-height: .88;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-btn {
    min-height: 56px;
    font-size: 1.15rem;
  }

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

  .stats-strip {
    grid-template-columns: 1fr;
    padding-top: 1.2rem;
  }

  .stats-strip article {
    min-height: 82px;
  }

  .ticker-track {
    animation-duration: 18s;
  }

  .banner-panel img {
    min-height: 240px;
  }

  .phone-panel img {
    width: min(360px, 96%);
  }
}
