:root {
  --bg: #090909;
  --bg-soft: #111111;
  --card: rgba(19, 19, 19, 0.92);
  --card-strong: rgba(25, 25, 25, 0.98);
  --text: #f7f1de;
  --muted: #c6b78b;
  --line: rgba(255, 214, 102, 0.16);
  --gold: #ffd666;
  --gold-strong: #f3b93f;
  --gold-deep: #7a5616;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 214, 102, 0.16), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(255, 194, 61, 0.08), transparent 20%),
    linear-gradient(180deg, #070707 0%, #0b0b0b 55%, #070707 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.main-content { flex: 1; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 7, 7, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #2f240b, #c9982e 60%, #fff0b0);
  color: #0d0d0d;
  font-weight: 800;
  box-shadow: 0 0 28px rgba(255, 214, 102, 0.3);
}
.brand-text { font-weight: 800; letter-spacing: 0.08em; font-size: 0.9rem; }
.age-badge {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 102, 0.45);
  background: rgba(255, 214, 102, 0.08);
  font-weight: 700;
  white-space: nowrap;
}
.header-disclaimer { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.4; text-align: right; }
.hero-section { padding: 56px 0 26px; }
.hero-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 48px 24px;
}
.glow-card {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.96), rgba(11, 11, 11, 0.95));
  border: 1px solid rgba(255, 214, 102, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 42px rgba(255, 214, 102, 0.08);
}
.hero-card::before,
.hero-card::after {
  content: '';
  position: absolute;
  inset: auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 102, 0.22), transparent 70%);
  filter: blur(8px);
}
.hero-card::before { top: -110px; left: -80px; }
.hero-card::after { bottom: -140px; right: -80px; }
.hero-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  background: rgba(255, 214, 102, 0.08);
}
.hero-card h1 { margin: 0; font-size: clamp(2.3rem, 7vw, 4.7rem); line-height: 1; }
.hero-text { width: min(720px, 100%); margin: 18px auto 0; color: #e8dcb8; font-size: 1.06rem; line-height: 1.7; }
.cta-button,
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 16px;
  padding: 14px 22px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}
.cta-button {
  margin-top: 28px;
  background: linear-gradient(135deg, #d9a638, #ffd666 55%, #fff0b0);
  color: #121212;
  box-shadow: 0 14px 40px rgba(255, 214, 102, 0.3);
}
.cta-button:hover,
.action-button:hover { transform: translateY(-2px); }
.featured-section { padding: 10px 0 26px; }
.featured-frame {
  position: relative;
  width: min(650px, 100%);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  padding: 16px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 214, 102, 0.28), rgba(255,255,255,0.05)),
    linear-gradient(180deg, rgba(32, 26, 12, 0.96), rgba(12, 12, 12, 0.96));
  box-shadow: 0 0 0 1px rgba(255, 214, 102, 0.18), 0 0 60px rgba(255, 214, 102, 0.18), inset 0 0 0 2px rgba(255, 214, 102, 0.42);
}
.featured-frame::before,
.featured-frame::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  pointer-events: none;
}
.featured-frame::before { border: 1px solid rgba(255, 214, 102, 0.52); }
.featured-frame::after { inset: 18px; border: 1px solid rgba(255, 240, 176, 0.28); }
.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}
.shimmer-frame { overflow: hidden; }
.shimmer-frame::marker { content: ''; }
.shimmer-frame .spark {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.95), rgba(255,214,102,0.8), transparent 75%);
  box-shadow: 0 0 18px rgba(255, 214, 102, 0.65);
  animation: sparkle 5s infinite ease-in-out;
}
.spark-one { top: 12%; right: 13%; }
.spark-two { bottom: 16%; left: 10%; animation-delay: 1.3s; }
.spark-three { top: 50%; left: 8%; animation-delay: 2.7s; }
.shimmer-frame::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -35%;
  width: 34%;
  height: 150%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), rgba(255, 238, 185, 0.45), transparent);
  transform: rotate(15deg);
  animation: sweep 5.8s infinite ease-in-out;
}
.game-section { padding: 24px 0 24px; scroll-margin-top: 96px; }
.game-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 20px;
}
.game-card, .stats-card, .badge-card, .info-card, .responsible-card, .legal-card { padding: 24px; }
.game-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.game-label { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; margin-bottom: 6px; }
.game-topbar h2 { margin: 0; font-size: 1.8rem; }
.balance-pill {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 214, 102, 0.08);
  border: 1px solid rgba(255, 214, 102, 0.18);
  font-size: 0.95rem;
  color: var(--muted);
}
.balance-pill strong { color: var(--text); }
.slot-machine {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,214,102,0.05));
  border: 1px solid rgba(255, 214, 102, 0.12);
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.slot-cell {
  position: relative;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(33, 28, 14, 0.95), rgba(17, 17, 17, 0.98));
  border: 1px solid rgba(255, 214, 102, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 8px 24px rgba(0,0,0,0.25);
  overflow: hidden;
}
.slot-cell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 38%, transparent 68%, rgba(255,214,102,0.05));
  pointer-events: none;
}
.symbol {
  font-size: clamp(2rem, 6vw, 3.2rem);
  transform: translateY(0);
  opacity: 1;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
  filter: drop-shadow(0 0 16px rgba(255, 214, 102, 0.12));
}
.slot-cell.spinning .symbol { transform: translateY(16px) scale(0.95); opacity: 0.22; }
.slot-cell.win {
  border-color: rgba(255, 214, 102, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255,248,219,0.25), 0 0 28px rgba(255, 214, 102, 0.28), 0 0 52px rgba(255, 214, 102, 0.18);
}
.slot-cell.win .symbol { filter: drop-shadow(0 0 22px rgba(255, 214, 102, 0.8)); transform: scale(1.06); }
.slot-cell.line-hit { animation: pulseGlow .85s ease; }
.game-actions { display: flex; gap: 12px; margin-top: 18px; }
.action-button.primary {
  background: linear-gradient(135deg, #d8aa41, #ffd666 55%, #ffefb2);
  color: #111111;
  box-shadow: 0 12px 30px rgba(255, 214, 102, 0.22);
}
.action-button.secondary {
  background: rgba(255, 214, 102, 0.08);
  color: var(--text);
  border: 1px solid rgba(255, 214, 102, 0.2);
}
.action-button:active { transform: translateY(1px) scale(.99); }
.action-button:disabled { opacity: .45; cursor: not-allowed; }
.full-width { width: 100%; }
.game-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}
.pulse-button { animation: buttonPulse 2.8s infinite ease-in-out; }
.stats-title, .footer-heading { font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.stats-list { display: grid; gap: 12px; margin-top: 18px; }
.stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 214, 102, 0.05);
  border: 1px solid rgba(255, 214, 102, 0.12);
}
.stat-item span { color: var(--muted); }
.stat-item strong { font-size: 1.1rem; }
.badges-section, .info-section, .responsible-section { padding: 24px 0; }
.badge-grid, .info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.badge-card h3, .info-card h3 { margin: 0 0 10px; font-size: 1.08rem; }
.badge-card p, .info-card p, .footer-copy, .legal-card p, .legal-card li { margin: 0; color: #e0d3ae; line-height: 1.7; }
.section-heading { margin-bottom: 20px; text-align: center; }
.section-heading.left { text-align: left; }
.section-heading h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.responsible-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.responsible-links a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 214, 102, 0.18);
  background: rgba(255, 214, 102, 0.06);
}
.site-footer {
  margin-top: 32px;
  padding: 28px 0 32px;
  border-top: 1px solid var(--line);
  background: rgba(9, 9, 9, 0.9);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 22px;
  align-items: start;
}
.footer-brand { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; }
.footer-links, .footer-contact { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 10px; }
.footer-contact li { color: #e0d3ae; line-height: 1.7; }
.legal-page { padding: 40px 0 24px; }
.legal-card h1 { margin-top: 0; margin-bottom: 10px; font-size: clamp(2rem, 4vw, 2.8rem); }
.legal-card h2 { margin: 26px 0 10px; font-size: 1.24rem; }
.legal-card ul { padding-left: 20px; color: #e0d3ae; }
.overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
  z-index: 40;
}
.overlay.active { display: flex; }
.modal-card {
  width: min(460px, 100%);
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(25,25,25,.98), rgba(12,12,12,.98));
  border: 1px solid rgba(255, 214, 102, 0.18);
  box-shadow: var(--shadow), 0 0 46px rgba(255, 214, 102, 0.12);
}
.modal-title { font-size: 1.6rem; font-weight: 800; margin-bottom: 10px; }
.modal-text { margin: 0 0 16px; color: var(--muted); line-height: 1.7; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; color: #e8dcb8; }
.check-row input { margin-top: 4px; }
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 35;
}
.cookie-content {
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(13, 13, 13, 0.96);
  border: 1px solid rgba(255, 214, 102, 0.18);
  box-shadow: var(--shadow);
}
.cookie-title { font-weight: 800; margin-bottom: 6px; }
.cookie-content p { margin: 0; color: var(--muted); }
.cookie-actions { display: flex; gap: 10px; }
.confetti {
  position: fixed;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,214,102,.75));
  pointer-events: none;
  z-index: 30;
  animation: rise 900ms ease-out forwards;
}
@keyframes sweep { 0%, 15% { transform: translateX(0) rotate(15deg); opacity: 0; } 25% { opacity: 1; } 55% { transform: translateX(420%) rotate(15deg); opacity: .9; } 100% { transform: translateX(420%) rotate(15deg); opacity: 0; } }
@keyframes sparkle { 0%,100% { transform: scale(.7); opacity: .4; } 40% { transform: scale(1.3); opacity: 1; } 60% { transform: scale(.9); opacity: .8; } }
@keyframes pulseGlow { 0% { transform: scale(1); } 40% { transform: scale(1.03); } 100% { transform: scale(1); } }
@keyframes buttonPulse { 0%, 100% { box-shadow: 0 12px 30px rgba(255,214,102,.18); } 50% { box-shadow: 0 12px 40px rgba(255,214,102,.34); } }
@keyframes rise { 0% { opacity: 0; transform: translateY(0) scale(.8); } 20% { opacity: 1; } 100% { opacity: 0; transform: translateY(-90px) scale(1.5); } }
@media (max-width: 1024px) {
  .badge-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .game-grid, .footer-grid, .responsible-links { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .header-row { grid-template-columns: 1fr; text-align: center; }
  .brand-lockup { justify-content: center; }
  .header-disclaimer { text-align: center; }
  .hero-section { padding-top: 28px; }
  .hero-card { padding: 34px 18px; }
  .game-topbar, .game-meta, .cookie-content { flex-direction: column; align-items: stretch; }
  .game-actions, .cookie-actions { flex-direction: column; }
  .badge-grid, .info-grid { grid-template-columns: 1fr; }
  .slot-grid { gap: 10px; }
  .slot-machine { padding: 12px; }
  .site-footer { padding-bottom: 110px; }
}
