:root {
  color-scheme: dark;
  --bg: #070a13;
  --bg-2: #10182b;
  --surface: rgba(18, 27, 48, .86);
  --surface-strong: #17223d;
  --ink: #f7fbff;
  --muted: #a8b5c8;
  --line: rgba(255, 255, 255, .13);
  --accent: #21d18f;
  --accent-2: #ffb020;
  --gold: #ffd66b;
  --danger: #ff4d6d;
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 28rem),
    radial-gradient(circle at 82% 4%, color-mix(in srgb, var(--accent-2) 22%, transparent), transparent 25rem),
    linear-gradient(180deg, #0d1326 0%, #070a13 44%, #060810 100%),
    var(--bg);
  min-height: 100vh;
}
a { color: inherit; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  padding: .75rem 1rem;
  background: var(--ink);
  color: white;
  z-index: 10;
}
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(7, 10, 19, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: .8rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  color: #07111f;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  box-shadow: 0 0 28px color-mix(in srgb, var(--accent) 34%, transparent);
}
.nav-links {
  display: flex;
  gap: .25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-actions {
  display: flex;
  gap: .5rem;
}
.nav-links a,
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .72rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #eef6ff;
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
  font-weight: 700;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.nav-links a:hover,
.button:hover,
.card:hover {
  border-color: color-mix(in srgb, var(--accent) 60%, transparent);
  transform: translateY(-1px);
}
.button.primary {
  color: #07111f;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  border-color: transparent;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--accent) 24%, transparent);
}
.button.ghost {
  background: transparent;
  color: var(--ink);
}
.button.consult {
  color: #07111f;
  background: linear-gradient(135deg, #57d9ff, #8bffbd);
  border-color: transparent;
  white-space: nowrap;
}
.hero,
.page-hero,
.section,
.footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.25rem;
}
.hero {
  min-height: 78vh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  align-items: center;
  gap: 2rem;
}
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  align-items: center;
  gap: 2rem;
}
.hero h1,
.page-hero h1 {
  margin: .5rem 0 1rem;
  max-width: 900px;
  font-size: clamp(2.4rem, 6.6vw, 5.6rem);
  line-height: .94;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(255, 255, 255, .12);
}
.page-hero { padding-bottom: 3rem; }
.page-hero h1 { font-size: clamp(2.25rem, 5.2vw, 4.7rem); }
.hero p,
.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}
.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}
.payment-row,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.payment-row {
  margin-top: 1rem;
}
.payment-row span,
.trust-strip span {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: .5rem .8rem;
  color: #dce9f8;
  background: rgba(255, 255, 255, .07);
  font-weight: 800;
  font-size: .86rem;
}
.trust-strip {
  max-width: 1240px;
  margin: -2rem auto 0;
  padding: 0 1.25rem 2rem;
}
.trust-strip span {
  flex: 1 1 150px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
}
.notice-ticker {
  max-width: 1240px;
  margin: 1rem auto 0;
  padding: .8rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .9rem;
  color: #dce9f8;
}
.notice-ticker span {
  flex: 0 0 auto;
  padding: .42rem .7rem;
  border-radius: 999px;
  color: #07111f;
  background: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
}
.notice-ticker p {
  min-width: 0;
  margin: 0;
  padding: .65rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(255, 255, 255, .06);
}
.signal-panel,
.cards,
.faq-list {
  display: grid;
  gap: .75rem;
}
.signal-panel a,
.content-panel,
.intent-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.signal-panel a {
  display: grid;
  gap: .35rem;
  padding: 1.25rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.signal-panel a::before,
.game-card::before,
.content-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, color-mix(in srgb, var(--accent) 18%, transparent), transparent 46%);
  pointer-events: none;
}
.signal-panel span,
.card span {
  color: var(--muted);
}
.signal-panel strong {
  font-size: 1.25rem;
  line-height: 1.2;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 1.5rem;
}
.section-heading h2,
.intent-box h2,
.content-panel h2 {
  margin: .35rem 0 .75rem;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-heading p,
.intent-box p,
.content-panel p,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}
.casino-board {
  display: grid;
  gap: 1rem;
}
.brand-visual {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.jackpot-card {
  min-height: 230px;
  display: grid;
  align-content: center;
  gap: .55rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 214, 107, .38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 214, 107, .18), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
  box-shadow: 0 24px 90px rgba(0, 0, 0, .42), inset 0 0 35px rgba(255, 214, 107, .08);
}
.jackpot-card span,
.deal-banner span {
  color: var(--gold);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.jackpot-card strong {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: .95;
  color: #fff7d5;
}
.jackpot-card small,
.deal-banner small {
  color: var(--muted);
  line-height: 1.6;
}
.quick-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}
.quick-login span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
}
.quick-login strong {
  display: block;
  margin-top: .25rem;
}
.search-box {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}
.search-box span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
}
.search-box strong {
  display: block;
  margin-top: .35rem;
  color: #fff;
}
.bingo-number-board {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: .35rem;
  padding: .75rem;
  border: 1px solid rgba(255, 214, 107, .24);
  border-radius: 8px;
  background: rgba(0, 0, 0, .18);
}
.bingo-number-board span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #07111f;
  background: linear-gradient(135deg, #fff4b8, var(--gold));
  font-weight: 900;
  font-size: .78rem;
}
.resort-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.resort-stack span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 107, .26);
  border-radius: 8px;
  color: #fff8dc;
  background: linear-gradient(145deg, rgba(255, 214, 107, .14), rgba(255, 255, 255, .04));
  font-weight: 850;
}
.mini-slots,
.game-grid,
.flow-grid {
  display: grid;
  gap: .9rem;
}
.mini-slots {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.slot-tile,
.game-card,
.flow-step,
.deal-banner {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
}
.slot-tile {
  min-height: 94px;
  display: grid;
  place-items: end start;
  padding: .8rem;
  color: #fff;
  font-weight: 850;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 24%, transparent), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
}
.game-section {
  padding-top: 2rem;
}
.inspired-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.brand-elements {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}
.brand-elements span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: .9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 18%, transparent), transparent 55%),
    rgba(255,255,255,.07);
  box-shadow: var(--shadow);
  text-align: center;
  font-weight: 850;
}
.bingo-elements span:nth-child(odd) {
  background:
    linear-gradient(145deg, rgba(255, 214, 107, .18), transparent 52%),
    rgba(255,255,255,.07);
}
.cp-elements span:nth-child(3n) {
  background:
    linear-gradient(145deg, rgba(255, 61, 127, .18), transparent 52%),
    rgba(255,255,255,.07);
}
.resort-elements span {
  border-color: rgba(255, 214, 107, .24);
  background:
    linear-gradient(145deg, rgba(214, 164, 58, .18), transparent 52%),
    rgba(255,255,255,.055);
}
.game-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.game-card {
  min-height: 300px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.game-thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  margin-bottom: .9rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}
.game-card span {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-weight: 900;
}
.game-card h3 {
  position: relative;
  z-index: 1;
  margin: .55rem 0 .5rem;
  font-size: 1.45rem;
}
.game-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.priority-section {
  padding-top: 2rem;
}
.flow-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flow-step {
  padding: 1rem;
}
.flow-step span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: .8rem;
  border-radius: 50%;
  color: #07111f;
  background: var(--gold);
  font-weight: 900;
}
.card {
  display: grid;
  gap: .35rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
  transition: .18s ease;
}
.card span {
  font-size: .94rem;
  line-height: 1.55;
}
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
  align-items: start;
}
.intent-box,
.content-panel {
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}
.intent-box {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: .8rem;
}
.keyword-section {
  display: grid;
  gap: 1.25rem;
}
.keyword-section article {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.keyword-section h3,
.content-panel h3 {
  margin: 0 0 .9rem;
  font-size: 1.18rem;
}
.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.keyword-grid span {
  padding: .5rem .72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #e8f2ff;
  font-size: .93rem;
  font-weight: 650;
}
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}
summary {
  cursor: pointer;
  padding: 1rem;
  font-weight: 800;
}
details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  line-height: 1.65;
}
.check-list {
  display: grid;
  gap: .65rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.65;
}
.deal-banner {
  display: grid;
  gap: .35rem;
  margin: 1.25rem 0;
  padding: 1rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent-2) 20%, transparent), transparent 52%),
    rgba(255, 255, 255, .07);
}
.deal-banner strong {
  font-size: 1.45rem;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-contact {
  color: var(--gold);
  font-weight: 850;
  text-decoration: none;
}
.footer-contact:hover {
  text-decoration: underline;
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
@media (max-width: 860px) {
  .hero,
  .page-hero,
  .game-grid,
  .flow-grid,
  .brand-elements,
  .two-column {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-top: 3rem;
  }
  .intent-box { position: static; }
  .footer { flex-direction: column; }
  .mini-slots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notice-ticker {
    align-items: flex-start;
    flex-direction: column;
  }
  .notice-ticker p {
    width: 100%;
    border-radius: 8px;
    white-space: normal;
  }
}
@media (max-width: 560px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-actions {
    width: 100%;
  }
  .nav-links { justify-content: flex-start; }
  .nav-links a,
  .button,
  .nav-actions a { width: 100%; }
  .hero,
  .page-hero,
  .section,
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  html {
    scroll-behavior: auto;
    transition: none !important;
  }
}