:root {
  --bg: #09000f;
  --bg-deep: #150115;
  --panel: rgba(31, 8, 34, 0.88);
  --panel-strong: rgba(40, 11, 44, 0.94);
  --panel-soft: rgba(18, 5, 22, 0.88);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.06);
  --text: #fff7ef;
  --muted: #cfbdd2;
  --gold: #ffcc66;
  --gold-strong: #ff9c1a;
  --red: #ff3d6e;
  --green: #9bff42;
  --cyan: #61e9ff;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 61, 110, 0.2), transparent 24%),
    radial-gradient(circle at 84% 15%, rgba(255, 204, 102, 0.16), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(97, 233, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #1a0214 0%, #120018 26%, #0a000f 54%, #140214 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 34px);
}

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

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

.background-glow {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.32;
}

.glow-a {
  top: 60px;
  left: -110px;
  width: 280px;
  height: 280px;
  background: rgba(255, 61, 110, 0.28);
}

.glow-b {
  right: -90px;
  bottom: 90px;
  width: 300px;
  height: 300px;
  background: rgba(255, 204, 102, 0.24);
}

.container {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-bottom: 16px;
  backdrop-filter: blur(18px);
  background: rgba(16, 1, 18, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.light-rim {
  height: 5px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 61, 110, 0.96),
    rgba(255, 204, 102, 0.98),
    rgba(155, 255, 66, 0.96),
    rgba(97, 233, 255, 0.9),
    transparent
  );
  box-shadow: 0 0 28px rgba(255, 204, 102, 0.38);
}

.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding-top: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.brand img {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 20px rgba(255, 204, 102, 0.34));
}

.brand span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand strong,
.section-title,
.stage-count,
.casino-name,
.casino-chip,
.footer-brand,
.jackpot-chip strong {
  font-family: "Bebas Neue", sans-serif;
}

.brand strong {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.brand em {
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
}

.main-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.main-nav a,
.header-cta,
.ticker-chip,
.jackpot-chip,
.casino-card,
.section-link {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.main-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 18px;
  color: #18020d;
  font-size: 0.88rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffd86f, #ff9440);
  box-shadow: 0 14px 32px rgba(255, 156, 26, 0.24);
}

.header-cta:hover,
.casino-card:hover,
.jackpot-chip:hover,
.section-link:hover {
  transform: translateY(-3px);
}

.marquee-wrap {
  margin-top: 4px;
}

.marquee-shell {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(14, 2, 16, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.24);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  animation: ticker 26s linear infinite;
}

.marquee-shell:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 10px 16px;
  border-radius: 18px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.ticker-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: none;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 204, 102, 0.12);
}

.ticker-chip span {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ticker-chip em {
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-main {
  padding-top: 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 360px;
  gap: 20px;
  align-items: start;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 34px;
  border: 1px solid rgba(255, 204, 102, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 61, 110, 0.18);
  filter: blur(30px);
  pointer-events: none;
}

.hero-stack {
  display: grid;
  gap: 16px;
}

.hero-main {
  margin-bottom: 16px;
}

.section {
  padding-top: 26px;
}

.section-wall {
  padding-bottom: 28px;
}

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

.section-title {
  font-size: 1.2rem;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.stage-count,
.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff0d0;
  font-size: 0.98rem;
  letter-spacing: 0.12em;
}

.section-link:hover {
  border-color: rgba(255, 204, 102, 0.44);
}

.premium-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.jackpot-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.jackpot-chip {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(12, 2, 15, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.jackpot-chip::before {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.18;
  filter: blur(18px);
}

.jackpot-chip strong,
.jackpot-chip span {
  position: relative;
  z-index: 1;
}

.jackpot-chip strong {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.jackpot-chip span {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.casino-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.casino-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 220px;
  padding: 18px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    var(--panel-strong);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.casino-card::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -52px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.22;
  filter: blur(24px);
}

.casino-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.casino-card:hover {
  border-color: rgba(255, 204, 102, 0.28);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 204, 102, 0.08);
}

.casino-card__top,
.casino-card__logo,
.casino-card__bottom {
  position: relative;
  z-index: 1;
}

.casino-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.casino-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.casino-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}

.casino-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  color: #19010f;
  font-size: 1.18rem;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  box-shadow: 0 12px 24px rgba(255, 156, 26, 0.24);
}

.casino-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(4, 4, 10, 0.36);
}

.casino-card__logo img {
  width: 100%;
  max-width: 280px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.32));
}

.casino-card__bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.casino-name {
  font-size: 3rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.casino-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff1cc;
}

.casino-link::after {
  content: "+";
  font-size: 1.05rem;
  color: var(--accent);
}

.casino-card--hero {
  min-height: 430px;
  padding: 24px;
}

.casino-card--hero .casino-card__logo {
  min-height: 190px;
  border-radius: 28px;
}

.casino-card--hero .casino-card__logo img {
  max-width: 360px;
  height: 110px;
}

.casino-card--hero .casino-name {
  font-size: 5.3rem;
}

.casino-card--hero .casino-chip {
  min-width: 76px;
  height: 46px;
  font-size: 1.44rem;
}

.casino-card--stack {
  min-height: 186px;
}

.casino-card--stack .casino-card__logo img {
  height: 68px;
}

.casino-card--stack .casino-name {
  font-size: 2.5rem;
}

.casino-card--premium {
  min-height: 196px;
}

.casino-card--premium .casino-name {
  font-size: 2.45rem;
}

.casino-card--premium .casino-card__logo {
  min-height: 96px;
}

.casino-card--premium .casino-chip {
  min-width: 66px;
  font-size: 1.04rem;
}

.casino-card--wide {
  grid-column: span 2;
}

.casino-card--tall {
  grid-row: span 2;
  min-height: 456px;
}

.casino-card--tall .casino-card__logo {
  min-height: 200px;
}

.casino-card--tall .casino-name {
  font-size: 3.6rem;
}

.site-footer {
  padding: 0 0 28px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.footer-brand,
.footer-copy {
  margin: 0;
}

.footer-brand {
  font-size: 2rem;
  letter-spacing: 0.06em;
}

.footer-copy {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

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

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

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

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

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

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

@media (max-width: 920px) {
  .header-row {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
    order: 3;
  }

  .hero-stack {
    grid-template-columns: 1fr;
  }

  .premium-ribbon,
  .jackpot-strip,
  .casino-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casino-card--wide,
  .casino-card--tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 230px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100%, calc(100% - 20px));
  }

  .site-header {
    position: static;
  }

  .header-row {
    grid-template-columns: 1fr;
  }

  .brand strong {
    font-size: 1.8rem;
  }

  .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .header-cta {
    width: 100%;
  }

  .section-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .jackpot-strip,
  .premium-ribbon,
  .casino-wall {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    padding: 16px;
    border-radius: 28px;
  }

  .casino-card,
  .casino-card--hero,
  .casino-card--stack,
  .casino-card--premium {
    min-height: 220px;
    border-radius: 24px;
  }

  .casino-card--hero {
    min-height: 340px;
  }

  .casino-card__logo {
    min-height: 92px;
  }

  .casino-card__logo img {
    height: 60px;
  }

  .casino-card--hero .casino-card__logo {
    min-height: 150px;
  }

  .casino-card--hero .casino-card__logo img {
    height: 86px;
  }

  .casino-name,
  .casino-card--premium .casino-name,
  .casino-card--stack .casino-name,
  .casino-card--tall .casino-name {
    font-size: 2.5rem;
  }

  .casino-card--hero .casino-name {
    font-size: 4.2rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
