.ls-scroll-lock {
  overflow: hidden !important;
  height: 100%;
}

.ls-age-overlay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 20, 27, 0.38);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.ls-age-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.ls-age-card {
  width: min(100%, 420px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 24, 31, 0.1);
  border-radius: 1.35rem;
  padding: 1.75rem 1.6rem;
  box-shadow: 0 24px 60px rgba(18, 24, 31, 0.22);
  text-align: center;
}

.ls-age-icon {
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: rgba(31, 111, 235, 0.12);
  color: var(--ls-cobalt);
  font-size: 1.2rem;
}

.ls-age-icon-warn {
  background: rgba(255, 90, 61, 0.12);
  color: var(--ls-rose);
}

.ls-age-card h2 {
  font-family: var(--ls-font-display);
  font-size: 1.45rem;
  margin-bottom: 0.65rem;
  color: var(--ls-ink);
}

.ls-age-card p {
  color: var(--ls-muted);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

.ls-age-actions {
  display: grid;
  gap: 0.65rem;
}

.ls-btn-age-decline {
  background: #fff;
}

.ls-cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3500;
  max-width: 920px;
  margin: 0 auto;
  background: rgba(15, 20, 27, 0.96);
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.ls-cookie-banner.is-visible {
  transform: none;
  opacity: 1;
}

.ls-cookie-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.ls-cookie-inner strong {
  display: block;
  color: #fff;
  font-family: var(--ls-font-display);
  margin-bottom: 0.25rem;
}

.ls-cookie-inner p {
  margin: 0;
  font-size: 0.88rem;
  max-width: 38rem;
}

.ls-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.ls-cookie-actions .ls-btn-outline {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.ls-cookie-actions .ls-btn-outline:hover {
  border-color: var(--ls-citrus);
  color: var(--ls-citrus);
}

.ls-cookie-link {
  color: var(--ls-citrus);
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.45rem 0.5rem;
}

.ls-page-hero {
  padding: 3.2rem 0 2rem;
  border-bottom: 1px solid var(--ls-line);
  background:
    radial-gradient(700px 260px at 90% 0%, rgba(31, 111, 235, 0.12), transparent 60%),
    radial-gradient(520px 220px at 0% 100%, rgba(200, 245, 66, 0.14), transparent 55%);
}

.ls-page-hero h1 {
  font-family: var(--ls-font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.ls-page-hero p {
  max-width: 44rem;
  color: var(--ls-muted);
  margin: 0;
  font-size: 1.05rem;
}

.ls-content {
  padding: 3.2rem 0 4.5rem;
}

.ls-content .ls-prose p,
.ls-content .ls-prose li {
  color: var(--ls-muted);
  font-size: 1.02rem;
}

.ls-content .ls-prose h2 {
  font-family: var(--ls-font-display);
  font-size: 1.45rem;
  margin: 2rem 0 0.8rem;
  color: var(--ls-ink);
}

.ls-content .ls-prose h3 {
  font-family: var(--ls-font-display);
  font-size: 1.15rem;
  margin: 1.5rem 0 0.6rem;
  color: var(--ls-ink);
}

.ls-content .ls-prose ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.ls-content .ls-prose li {
  margin-bottom: 0.45rem;
}

.ls-faq-item {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: var(--ls-radius-sm);
  padding: 1.15rem 1.25rem;
  margin-bottom: 0.85rem;
}

.ls-faq-item h3 {
  font-family: var(--ls-font-display);
  font-size: 1.08rem;
  margin-bottom: 0.45rem;
}

.ls-faq-item p {
  margin: 0;
  color: var(--ls-muted);
}

.ls-contact-card {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: var(--ls-radius);
  padding: 1.5rem;
  box-shadow: 0 16px 36px rgba(18, 24, 31, 0.06);
}

.ls-contact-card a {
  color: var(--ls-cobalt);
  font-weight: 600;
}

.ls-game-stage-wrap {
  padding: 2.5rem 0 1.5rem;
}

.ls-game-stage {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--ls-radius) + 0.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(600px 280px at 20% 10%, rgba(31, 111, 235, 0.35), transparent 55%),
    radial-gradient(500px 260px at 90% 80%, rgba(200, 245, 66, 0.2), transparent 50%),
    linear-gradient(160deg, #101821, #182433 50%, #0d141c);
  box-shadow: 0 30px 70px rgba(18, 24, 31, 0.28);
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #fff;
}

.ls-game-disclaimer {
  margin-top: 1.5rem;
  padding: 1.2rem 1.3rem;
  border-radius: var(--ls-radius-sm);
  background: rgba(31, 111, 235, 0.08);
  border: 1px solid rgba(31, 111, 235, 0.18);
}

.ls-game-disclaimer h3 {
  font-family: var(--ls-font-display);
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.ls-game-disclaimer p {
  margin: 0;
  color: var(--ls-muted);
  font-size: 0.94rem;
}

.ls-game-stage .ls-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.ls-game-stage .ls-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

@media (max-width: 575.98px) {
  .ls-cookie-banner {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
  }

  .ls-age-actions .ls-btn {
    width: 100%;
  }
}
