:root {
  --navy: #070b14;
  --navy-soft: #0e1524;
  --ink: #e8f1f4;
  --muted: #93a3b5;
  --line: rgba(232, 241, 244, 0.12);
  --teal: #3de8c8;
  --teal-deep: #17b39a;
  --violet: #8b74f2;
  --gold: #d4b56a;
  --glass: rgba(14, 21, 36, 0.72);
  --radius: 1.5rem;
  --font-display: "Cormorant Garamond", serif;
  --font-body: "Jost", sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: var(--font-body);
  --bs-body-font-family: var(--font-body);
  --bs-font-sans-serif: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
}

body.nav-locked {
  overflow: hidden;
}

body.scroll-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.age-bar {
  background: linear-gradient(90deg, #10182a 0%, #152036 50%, #10182a 100%);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.age-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.5rem;
  padding: 0.45rem 0;
}

.age-bar-text,
.age-bar-meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.age-bar-text i,
.age-bar-meta i {
  color: var(--gold);
  font-size: 0.8rem;
}

.age-bar-meta {
  white-space: nowrap;
  color: var(--teal);
}

.site-header {
  position: relative;
  z-index: 30;
  background: rgba(7, 11, 20, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, rgba(61, 232, 200, 0.2), rgba(139, 116, 242, 0.18));
  border: 1px solid rgba(61, 232, 200, 0.35);
  color: var(--teal);
  font-size: 1.05rem;
  box-shadow: 0 0 24px rgba(61, 232, 200, 0.15);
  flex-shrink: 0;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 1.05rem;
  border: 1px solid rgba(139, 116, 242, 0.28);
  pointer-events: none;
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
  min-width: 0;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.9;
}

.brand-domain {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 500;
  color: var(--teal);
}

.nav-list {
  display: none;
  align-items: center;
  gap: 0.15rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--ink);
  background: rgba(232, 241, 244, 0.06);
}

.nav-link.is-active {
  box-shadow: inset 0 -2px 0 var(--teal);
}

.nav-link-cta {
  margin-left: 0.35rem;
  background: linear-gradient(135deg, var(--teal), #6ee7d4);
  color: #06221c;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.nav-link-cta:hover,
.nav-link-cta.is-active {
  background: linear-gradient(135deg, #6ee7d4, var(--teal));
  color: #06221c;
  box-shadow: none;
}

.nav-toggle {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  cursor: pointer;
  padding: 0;
}

.nav-toggle-bar {
  display: block;
  width: 1.05rem;
  height: 2px;
  background: var(--ink);
  border-radius: 99px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle.is-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.mobile-nav.is-open {
  pointer-events: auto;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 12, 0.62);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.mobile-nav.is-open .mobile-nav-backdrop {
  opacity: 1;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(22.5rem, 88vw);
  height: 100%;
  background: linear-gradient(180deg, #10182b 0%, #0a101c 100%);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.32s ease;
  padding: 1.2rem 1.25rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  box-shadow: var(--shadow);
}

.mobile-nav.is-open .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-close {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: transparent;
  color: var(--ink);
  font-size: 1.15rem;
  cursor: pointer;
}

.mobile-nav-list {
  display: grid;
  gap: 0.35rem;
}

.mobile-nav-list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.mobile-nav-list a i {
  width: 1.1rem;
  color: var(--teal);
}

.mobile-nav-list a.is-active,
.mobile-nav-list a:hover {
  border-color: rgba(61, 232, 200, 0.28);
  background: rgba(61, 232, 200, 0.08);
}

.mobile-nav-note {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  padding: 4.2rem 0 5.2rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.hero-glow-one {
  width: 28rem;
  height: 28rem;
  left: -8rem;
  top: -6rem;
  background: rgba(61, 232, 200, 0.16);
}

.hero-glow-two {
  width: 32rem;
  height: 32rem;
  right: -10rem;
  bottom: -12rem;
  background: rgba(139, 116, 242, 0.18);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 38rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 232, 200, 0.25);
  background: rgba(61, 232, 200, 0.08);
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5.8vw, 4.6rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 1.2rem;
}

.hero-lead {
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.7;
  max-width: 34rem;
  margin: 0 0 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.8rem;
}

.btn-glow,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-glow {
  background: linear-gradient(135deg, var(--teal) 0%, #7cf0da 100%);
  color: #05241d;
  box-shadow: 0 12px 30px rgba(61, 232, 200, 0.22);
}

.btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(61, 232, 200, 0.3);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.15rem;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-point-icon {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  background: rgba(139, 116, 242, 0.14);
  color: var(--violet);
  font-size: 0.75rem;
}

.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-frame {
  position: relative;
  border-radius: 1.8rem;
  overflow: hidden;
  border: 1px solid rgba(232, 241, 244, 0.14);
  box-shadow: var(--shadow);
  background: #10192b;
}

.hero-frame img {
  width: 100%;
  height: min(34rem, 72vw);
  object-fit: cover;
  object-position: center;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 11, 20, 0.28) 100%);
  pointer-events: none;
}

.hero-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(8, 13, 24, 0.78);
  border: 1px solid rgba(232, 241, 244, 0.14);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.hero-chip i {
  color: var(--gold);
}

.hero-chip-one {
  left: 1rem;
  bottom: 1.15rem;
}

.hero-chip-two {
  right: 1rem;
  top: 1.15rem;
}

.games-section {
  position: relative;
  padding: 4.5rem 0 5.5rem;
  background: linear-gradient(180deg, rgba(14, 21, 36, 0.35) 0%, rgba(7, 11, 20, 0.95) 100%);
  border-top: 1px solid var(--line);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.6rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.9rem;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
}

.game-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(61, 232, 200, 0.28);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.game-card-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.game-card-media img {
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.game-card:hover .game-card-media img {
  transform: scale(1.04);
}

.game-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 11, 20, 0.72) 100%);
  pointer-events: none;
}

.game-card-tag {
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 241, 244, 0.14);
  background: rgba(8, 13, 24, 0.78);
  backdrop-filter: blur(10px);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.game-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.2rem 1.2rem 1.35rem;
}

.game-card-title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
  transition: color 0.2s ease;
}

.game-card-title:hover {
  color: var(--teal);
}

.game-card-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
}

.game-card-play {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: flex-start;
  min-height: 2.7rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 232, 200, 0.35);
  background: rgba(61, 232, 200, 0.1);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.game-card-play:hover {
  background: linear-gradient(135deg, var(--teal), #7cf0da);
  color: #05241d;
  transform: translateY(-1px);
}

.game-card-play i {
  font-size: 0.95rem;
}

.text-link {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(61, 232, 200, 0.35);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease;
}

.text-link:hover {
  color: #7cf0da;
}

.about-section {
  padding: 4.8rem 0;
  border-top: 1px solid var(--line);
}

.about-copy p {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-panel {
  display: grid;
  gap: 1rem;
}

.about-stat {
  display: flex;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.about-stat-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  background: rgba(61, 232, 200, 0.1);
  color: var(--teal);
  flex-shrink: 0;
}

.about-stat h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.35rem;
}

.about-stat p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
}

.features-section {
  padding: 4.8rem 0;
  background: linear-gradient(180deg, rgba(14, 21, 36, 0.2) 0%, rgba(7, 11, 20, 0.6) 100%);
  border-top: 1px solid var(--line);
}

.feature-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  background: rgba(139, 116, 242, 0.14);
  color: var(--violet);
  margin-bottom: 0.9rem;
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
}

.steps-section {
  padding: 4.8rem 0;
  border-top: 1px solid var(--line);
}

.steps-list {
  display: grid;
  gap: 1rem;
}

.step-item {
  display: flex;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.step-number {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}

.step-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.35rem;
}

.step-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
}

.disclaimer-section {
  padding: 4.8rem 0;
  border-top: 1px solid var(--line);
}

.disclaimer-panel {
  padding: 2rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(61, 232, 200, 0.22);
  background: linear-gradient(145deg, rgba(61, 232, 200, 0.06), rgba(139, 116, 242, 0.08));
}

.disclaimer-head {
  margin-bottom: 1.6rem;
}

.disclaimer-card {
  padding: 1.35rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line);
  background: rgba(7, 11, 20, 0.55);
}

.disclaimer-card h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.disclaimer-card h3 i {
  color: var(--teal);
}

.disclaimer-card p {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.disclaimer-card p:last-child {
  margin-bottom: 0;
}

.disclaimer-note {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
}

.community-section {
  padding: 4.8rem 0 5.2rem;
  border-top: 1px solid var(--line);
}

.community-panel {
  padding: 2rem;
  border-radius: 1.6rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.community-actions {
  display: grid;
  gap: 0.75rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050810;
  padding: 4rem 0 2rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-text {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
}

.footer-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 0.9rem;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 300;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--teal);
}

.footer-partner {
  margin-top: 1.2rem;
}

.footer-partner a {
  display: inline-flex;
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.footer-partner img {
  max-height: 2.5rem;
  width: auto;
  opacity: 0.9;
}

.footer-disclaimers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.footer-disclaimer-item {
  padding: 1.2rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.footer-disclaimer-item h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 0 0 0.55rem;
  color: var(--teal);
}

.footer-disclaimer-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.7;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 300;
}

.page-hero {
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-style: italic;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
  max-width: 48rem;
}

.legal-content {
  padding: 3rem 0 4.5rem;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin: 2rem 0 0.75rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 1.4rem 0 0.55rem;
}

.legal-content p {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.legal-content ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.75;
}

.legal-content li {
  margin-bottom: 0.45rem;
}

.page-content {
  padding: 3rem 0 4.5rem;
}

.page-content.is-compact {
  padding-top: 0;
  padding-bottom: 0;
}

.legal-content.is-compact {
  padding-top: 2rem;
  padding-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i {
  color: var(--teal);
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.faq-item[open] summary i {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 1.2rem 1.15rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.75;
}

.info-grid {
  display: grid;
  gap: 1rem;
}

.info-card {
  padding: 1.25rem;
  border-radius: 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.info-card h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.info-card h3 i {
  color: var(--teal);
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(61, 232, 200, 0.45);
  box-shadow: 0 0 0 3px rgba(61, 232, 200, 0.12);
}

.form-textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-notice {
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(61, 232, 200, 0.28);
  background: rgba(61, 232, 200, 0.08);
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 400;
}

.form-notice[hidden] {
  display: none;
}

@media (min-width: 992px) {
  .nav-list {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .hero {
    padding: 5.4rem 0 6.4rem;
  }
}

@media (max-width: 991.98px) {
  .age-bar-meta {
    display: none;
  }

  .age-bar-text {
    font-size: 0.75rem;
  }

  .hero {
    padding: 2.8rem 0 3.6rem;
  }

  .hero-frame img {
    height: min(26rem, 78vw);
  }

  .games-section {
    padding: 3.2rem 0 4rem;
  }

  .game-card-media img {
    height: 12rem;
  }

  .footer-disclaimers {
    grid-template-columns: 1fr;
  }

  .about-section,
  .features-section,
  .steps-section,
  .disclaimer-section,
  .community-section {
    padding: 3.2rem 0;
  }

  .disclaimer-panel,
  .community-panel {
    padding: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .brand-title {
    font-size: 1.18rem;
  }

  .hero-actions {
    display: grid;
  }

  .btn-glow,
  .btn-ghost {
    justify-content: center;
  }

  .hero-chip-two {
    display: none;
  }
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.age-gate.is-open {
  display: flex;
}

.age-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 14, 0.55);
  backdrop-filter: blur(3px);
}

.age-gate-panel {
  position: relative;
  z-index: 2;
  width: min(26rem, 100%);
  padding: 1.6rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(61, 232, 200, 0.28);
  background: linear-gradient(160deg, #10192b 0%, #0a101c 100%);
  box-shadow: var(--shadow);
  text-align: center;
}

.age-gate-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.85rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: rgba(61, 232, 200, 0.12);
  color: var(--teal);
  font-size: 1.2rem;
}

.age-gate-icon-muted {
  background: rgba(139, 116, 242, 0.14);
  color: var(--violet);
}

.age-gate-panel h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin: 0 0 0.65rem;
}

.age-gate-panel p {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
  margin: 0 0 1.2rem;
}

.age-gate-actions {
  display: grid;
  gap: 0.65rem;
}

.age-gate-actions .btn-glow,
.age-gate-actions .btn-ghost {
  justify-content: center;
  width: 100%;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 150;
}

.cookie-consent-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(10, 16, 28, 0.96);
  box-shadow: var(--shadow);
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 42rem;
}

.cookie-consent a {
  color: var(--teal);
}

.footer-compliance {
  margin-top: 0.35rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.play-game {
  position: relative;
  padding: 1.4rem;
  border-radius: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.play-game.is-celebrate,
.is-celebrate .play-game {
  animation: gameCelebrate 0.6s ease;
}

@keyframes gameCelebrate {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(61, 232, 200, 0);
  }
  50% {
    box-shadow: 0 0 40px rgba(61, 232, 200, 0.25);
  }
}

.play-game-aurora {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 30% 20%, rgba(61, 232, 200, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(139, 116, 242, 0.14), transparent 50%);
  pointer-events: none;
}

.play-game-slot,
.play-game-cards,
.play-game-wheel {
  position: relative;
}

.btn-game-main:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.play-game-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 2;
}

.play-stat {
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid var(--line);
  background: rgba(7, 11, 20, 0.55);
  backdrop-filter: blur(8px);
}

.play-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.play-stat strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--teal);
}

.play-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.play-game-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.game-page-disclaimer {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(61, 232, 200, 0.22);
  background: rgba(61, 232, 200, 0.06);
}

.game-page-disclaimer h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.game-page-disclaimer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
}

.slot-cabinet {
  position: relative;
  z-index: 2;
  border-radius: 1.3rem;
  border: 1px solid rgba(61, 232, 200, 0.25);
  background: linear-gradient(180deg, #121a2e 0%, #081018 100%);
  box-shadow: inset 0 0 40px rgba(61, 232, 200, 0.06), 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.slot-cabinet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.slot-window {
  position: relative;
  padding: 1rem;
  overflow: hidden;
}

.slot-line {
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  z-index: 4;
  pointer-events: none;
  opacity: 0.7;
}

.slot-line-top {
  top: calc(50% - 2.6rem);
}

.slot-line-bottom {
  top: calc(50% + 2.6rem);
}

.slot-reels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  height: 12rem;
  position: relative;
  z-index: 2;
}

.slot-reel {
  border-radius: 0.75rem;
  border: 1px solid rgba(232, 241, 244, 0.1);
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  position: relative;
}

.slot-reel-strip {
  display: grid;
  gap: 0.45rem;
  padding: 0.35rem;
  will-change: transform;
}

.slot-reel-strip.is-spinning .slot-symbol {
  filter: blur(1px);
}

.slot-reel-cell {
  height: 3.6rem;
  display: grid;
  place-items: center;
}

.slot-symbol {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  color: var(--sym-color);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  font-size: 1.15rem;
  box-shadow: 0 0 20px color-mix(in srgb, var(--sym-glow) 35%, transparent),
    inset 0 0 12px color-mix(in srgb, var(--sym-glow) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--sym-color) 35%, transparent);
}

.slot-flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(61, 232, 200, 0.35), transparent 65%);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.35s ease;
}

.slot-flash.is-active {
  opacity: 1;
}

.bj-table {
  position: relative;
  z-index: 2;
  border-radius: 1.3rem;
  padding: 1.2rem;
  border: 1px solid rgba(61, 232, 200, 0.2);
  background: radial-gradient(circle at 50% 0%, rgba(61, 232, 200, 0.08), transparent 55%),
    linear-gradient(160deg, #0d3d32 0%, #0a1f1a 45%, #10192b 100%);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35), 0 16px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.bj-table-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(61, 232, 200, 0.12), transparent 55%);
  pointer-events: none;
}

.bj-zone {
  position: relative;
  z-index: 2;
  padding: 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.bj-zone-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.bj-zone-head i {
  color: var(--gold);
}

.bj-zone-head strong {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--teal);
}

.card-hand {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-height: 5.5rem;
}

.play-card-v2 {
  position: relative;
  width: 4.2rem;
  height: 5.8rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  color: #0f172a;
  font-weight: 700;
}

.play-card-v2.is-red {
  color: #be123c;
}

.play-card-v2.is-dark {
  color: #0f172a;
}

.play-card-v2.is-hidden {
  background: linear-gradient(145deg, #1a2540, #0d1424);
  border-color: rgba(61, 232, 200, 0.25);
}

.play-card-back {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--teal);
  font-size: 1.2rem;
}

.play-card-corner {
  position: absolute;
  font-size: 0.72rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.play-card-corner small {
  font-size: 0.65rem;
}

.play-card-corner.top {
  top: 0.35rem;
  left: 0.4rem;
}

.play-card-corner.bottom {
  bottom: 0.35rem;
  right: 0.4rem;
  transform: rotate(180deg);
}

.play-card-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.play-card-v2.is-dealt {
  animation: cardDeal 0.45s ease backwards;
}

.play-card-v2.is-flip {
  animation: cardFlip 0.5s ease;
}

@keyframes cardDeal {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardFlip {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}

.wheel-stage {
  position: relative;
  z-index: 2;
  max-width: 22rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.wheel-stage-glow {
  position: absolute;
  inset: 10%;
  background: radial-gradient(circle, rgba(139, 116, 242, 0.2), transparent 65%);
  pointer-events: none;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

.wheel-pointer-v2 {
  text-align: center;
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
  filter: drop-shadow(0 0 8px rgba(212, 181, 106, 0.6));
}

.wheel-outer {
  padding: 0.5rem;
  border-radius: 50%;
  border: 3px solid rgba(212, 181, 106, 0.45);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 40px rgba(61, 232, 200, 0.2);
}

.wheel-disc-v2 {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  transition: transform 4.2s cubic-bezier(0.12, 0.75, 0.18, 1);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
  --wheel-label-r: 42%;
}

.wheel-segment-label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.35rem;
  height: 1.35rem;
  margin-left: -0.675rem;
  margin-top: -0.675rem;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0a101c;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transform: rotate(var(--seg-angle)) translateY(calc(-1 * var(--wheel-label-r))) rotate(calc(-1 * var(--seg-angle)));
}

.wheel-spark {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(61, 232, 200, 0.4), transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.wheel-spark.is-active {
  opacity: 1;
}

.wheel-controls {
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
}

.wheel-controls-label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.wheel-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.wheel-pick,
.wheel-color-pick {
  min-width: 2.4rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-weight: 500;
  font-size: 0.82rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wheel-pick:hover,
.wheel-color-pick:hover {
  transform: translateY(-1px);
}

.wheel-pick.is-active,
.wheel-color-pick.is-active {
  border-color: var(--pick-color);
  box-shadow: 0 0 16px color-mix(in srgb, var(--pick-color) 45%, transparent);
}

@media (max-width: 575.98px) {
  .slot-reels {
    height: 10rem;
  }

  .slot-reel-cell {
    height: 2.9rem;
  }

  .slot-symbol {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.95rem;
  }

  .play-card-v2 {
    width: 3.6rem;
    height: 5rem;
  }
}

@media (max-width: 575.98px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent .btn-glow {
    justify-content: center;
  }
}
