.no-scroll {
  overflow: hidden !important;
  height: 100%;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(5, 11, 22, 0.48);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
}

.age-gate-card {
  width: min(100%, 28rem);
  text-align: center;
  padding: 1.85rem 1.5rem 1.6rem;
  border-radius: 1.35rem;
  background: linear-gradient(160deg, rgba(16, 28, 49, 0.96), rgba(8, 15, 28, 0.98));
  border: 1px solid rgba(94, 234, 212, 0.28);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.age-gate-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.25), rgba(255, 107, 87, 0.15));
  color: var(--brand-glow);
  font-size: 1.25rem;
  box-shadow: 0 0 24px rgba(20, 184, 166, 0.25);
}

.age-gate-icon.warn {
  color: var(--accent-soft);
  background: linear-gradient(145deg, rgba(255, 107, 87, 0.25), rgba(20, 184, 166, 0.1));
}

.age-gate-card h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.7rem;
  color: var(--white);
  letter-spacing: -0.02em;
}

.age-gate-card p {
  margin: 0 0 1.35rem;
  color: var(--text-soft);
  font-size: 0.96rem;
}

.age-gate-actions {
  display: grid;
  gap: 0.7rem;
}

.age-gate-actions .btn-main,
.age-gate-actions .btn-ghost,
.age-restricted .btn-main {
  width: 100%;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9980;
  pointer-events: none;
}

.cookie-consent-inner {
  pointer-events: auto;
  width: min(100%, 56rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1.1rem;
  background: rgba(10, 20, 36, 0.94);
  border: 1px solid rgba(94, 234, 212, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.cookie-copy strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.cookie-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.cookie-copy a {
  color: var(--brand-glow);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex-shrink: 0;
}

.cookie-actions .btn-main,
.cookie-actions .btn-ghost {
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
}

.page-hero {
  position: relative;
  z-index: 1;
  padding: 3rem 0 1.5rem;
}

.page-hero-card {
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, rgba(16, 28, 49, 0.82), rgba(8, 15, 28, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.page-hero-card .section-eyebrow {
  margin-bottom: 0.85rem;
}

.page-hero-card h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0 0 0.85rem;
  line-height: 1.15;
}

.page-hero-card p {
  margin: 0;
  max-width: 46rem;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.page-content {
  position: relative;
  z-index: 1;
  padding: 1rem 0 4rem;
}

.content-block {
  padding: 1.75rem;
  border-radius: 1.35rem;
  background: linear-gradient(160deg, rgba(16, 28, 49, 0.78), rgba(8, 15, 28, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.25rem;
}

.content-block h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--white);
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
}

.content-block h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--brand-glow);
  margin: 1.25rem 0 0.55rem;
}

.content-block p,
.content-block li {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.content-block p {
  margin: 0 0 0.9rem;
}

.content-block ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0 0 0.9rem;
}

.content-block a {
  color: var(--brand-glow);
}

.faq-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-item h3 {
  margin-top: 0;
  color: var(--white);
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.35rem;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(94, 234, 212, 0.28);
  color: var(--brand-glow);
  font-weight: 700;
}

.contact-email:hover {
  color: var(--white);
  background: rgba(20, 184, 166, 0.22);
}

.game-play-wrap {
  position: relative;
  z-index: 1;
  padding: 1rem 0 2rem;
}

.game-shell {
  border-radius: 1.5rem;
  padding: 1.35rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(20, 184, 166, 0.18), transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(255, 107, 87, 0.14), transparent 40%),
    linear-gradient(160deg, rgba(16, 28, 49, 0.95), rgba(6, 12, 22, 0.98));
  border: 1px solid rgba(94, 234, 212, 0.2);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.game-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.credit-pill,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 600;
  font-size: 0.92rem;
}

.credit-pill i,
.status-pill i {
  color: var(--gold);
}

.game-stage {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 22rem;
  padding: 1.25rem;
}

.game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.game-actions .btn-main,
.game-actions .btn-ghost {
  min-width: 8.5rem;
}

.game-actions button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
}

.game-note {
  margin-top: 1rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.reels-frame {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  max-width: 34rem;
  margin: 0 auto;
}

.reel {
  position: relative;
  height: 11.5rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1728, #13233a);
  border: 1px solid rgba(94, 234, 212, 0.25);
  box-shadow: inset 0 0 30px rgba(20, 184, 166, 0.12), 0 0 24px rgba(20, 184, 166, 0.1);
}

.reel-window {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
  color: var(--brand-glow);
  text-shadow: 0 0 18px rgba(94, 234, 212, 0.55);
  transition: transform 0.15s ease, filter 0.2s ease;
}

.reel.spinning .reel-window {
  animation: reel-blur 0.12s linear infinite;
}

.reel-glow-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.85), transparent);
  box-shadow: 0 0 16px rgba(94, 234, 212, 0.65);
  z-index: 2;
}

.bj-table {
  display: grid;
  gap: 1.25rem;
}

.bj-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  min-height: 6.5rem;
  align-items: center;
}

.bj-label {
  width: 100%;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.playing-card {
  width: 4.4rem;
  height: 6.2rem;
  border-radius: 0.7rem;
  background: linear-gradient(160deg, #f8fbff, #dce8f7);
  color: #122033;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.45rem 0.5rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  animation: card-in 0.35s ease both;
}

.playing-card.red {
  color: #d64545;
}

.playing-card.back {
  background: linear-gradient(145deg, #0f766e, #134e4a);
  color: transparent;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), inset 0 0 0 2px rgba(94, 234, 212, 0.4);
}

.wheel-arena {
  display: grid;
  place-items: center;
  min-height: 22rem;
}

.wheel-wrap {
  position: relative;
  width: min(100%, 20rem);
  aspect-ratio: 1;
}

.orbit-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid rgba(94, 234, 212, 0.55);
  box-shadow:
    0 0 40px rgba(20, 184, 166, 0.35),
    inset 0 0 40px rgba(0, 0, 0, 0.35);
  background: conic-gradient(
    #14b8a6 0 30deg,
    #0f2744 30deg 60deg,
    #ff6b57 60deg 90deg,
    #0f2744 90deg 120deg,
    #f0c27a 120deg 150deg,
    #0f2744 150deg 180deg,
    #14b8a6 180deg 210deg,
    #0f2744 210deg 240deg,
    #ff6b57 240deg 270deg,
    #0f2744 270deg 300deg,
    #f0c27a 300deg 330deg,
    #0f2744 330deg 360deg
  );
  transition: transform 4s cubic-bezier(0.12, 0.75, 0.08, 1);
}

.wheel-marker {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #f0c27a;
  filter: drop-shadow(0 0 8px rgba(240, 194, 122, 0.8));
  z-index: 3;
}

.wheel-hub {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: radial-gradient(circle, #edf3fb, #0f1c2e);
  border: 2px solid rgba(94, 234, 212, 0.5);
  box-shadow: 0 0 24px rgba(20, 184, 166, 0.35);
  z-index: 2;
}

@keyframes reel-blur {
  0% { filter: blur(0); transform: translateY(0); }
  50% { filter: blur(3px); transform: translateY(8px); }
  100% { filter: blur(0); transform: translateY(-8px); }
}

@keyframes card-in {
  from { opacity: 0; transform: translateY(12px) scale(0.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 767.98px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .btn-main,
  .cookie-actions .btn-ghost {
    flex: 1;
  }

  .page-hero-card,
  .content-block,
  .game-shell {
    padding: 1.2rem;
  }

  .reels-frame {
    gap: 0.5rem;
  }

  .reel {
    height: 8.5rem;
  }

  .reel-window {
    font-size: 2.2rem;
  }

  .playing-card {
    width: 3.6rem;
    height: 5.1rem;
  }
}
