:root {
  --ink: #071614;
  --panel: #102520;
  --panel-2: #173a31;
  --gold: #e4ad3f;
  --gold-2: #ffe38d;
  --mint: #6ee7bf;
  --paper: #fff7df;
  --muted: #b9c8bf;
  --line: rgba(255, 255, 255, .14);
  --shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #f8f5e8;
  background: var(--ink);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(228, 173, 63, .45);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(228, 173, 63, .12);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.cluster { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.btn:disabled { opacity: .48; cursor: not-allowed; }
.btn-gold { color: #201503; background: linear-gradient(180deg, var(--gold-2), var(--gold)); box-shadow: 0 12px 28px rgba(228, 173, 63, .24); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }

.age-screen {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(7, 22, 20, .9);
}
.age-panel {
  width: min(480px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #102520;
  box-shadow: var(--shadow);
}
.age-panel h2 { margin: 14px 0 8px; font-size: 34px; line-height: 1; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 22, 20, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.notice { padding: 8px 12px; text-align: center; color: #d8e4dd; background: #0a1d19; font-size: 13px; }
.navline { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.mark span { display: grid; line-height: 1; }
.mark strong { font-size: 18px; }
.mark small { margin-top: 3px; color: var(--gold-2); font-weight: 800; }
.menu { display: flex; gap: 4px; align-items: center; }
.menu a { padding: 10px 12px; border-radius: 8px; color: #d8e4dd; text-decoration: none; font-weight: 800; font-size: 14px; }
.menu a:hover, .menu a[aria-current="page"] { color: #fff; background: rgba(228, 173, 63, .16); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.06); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: #fff; }

.hero {
  background:
    radial-gradient(circle at 78% 15%, rgba(228,173,63,.35), transparent 30%),
    linear-gradient(135deg, #071614, #123a32 65%, #211706);
}
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 46px; align-items: center; padding: 76px 0 90px; }
.hero h1 { max-width: 820px; margin: 18px 0; font-size: clamp(44px, 7vw, 86px); line-height: .94; letter-spacing: 0; }
.hero p { max-width: 650px; color: #d8e4dd; font-size: 20px; }
.coin-card {
  padding: 28px;
  border: 1px solid rgba(228,173,63,.38);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow);
}
.coin-card b { display: block; color: var(--gold-2); font-size: 92px; line-height: .9; }
.coin-card span { display: block; margin: 10px 0; font-size: 24px; font-weight: 900; }
.coin-card small { color: #d8e4dd; }

.section { padding: 76px 0; }
.section-head { margin-bottom: 28px; }
.section-head h2, .bonus h2, .static-page h1, .static-hero h1 { margin: 12px 0; font-size: clamp(34px, 5vw, 58px); line-height: 1; }
.section-head p { max-width: 760px; color: #c8d7d0; }
.intro { background: #0b1d19; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.intro-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.04); }
.intro-grid strong { color: var(--gold-2); font-size: 22px; }
.intro-grid p { color: #c8d7d0; }

.game-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.game-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #102520;
  box-shadow: 0 14px 42px rgba(0,0,0,.2);
}
.game-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.game-card div { padding: 20px; }
.game-card span { color: var(--mint); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.game-card h3, .game-card h2 { margin: 8px 0; font-size: 28px; line-height: 1.05; }
.game-card p { min-height: 104px; color: #c8d7d0; }

.game-stage { padding: 76px 0; background: linear-gradient(180deg, #102520, #071614); }
.play-shell { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); }
.play-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.play-top h2 { margin: 8px 0 0; font-size: 40px; }
.wallet { min-width: 130px; padding: 14px; border-radius: 8px; text-align: center; background: #071614; border: 1px solid var(--line); }
.wallet span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 900; }
.wallet strong { color: var(--gold-2); font-size: 34px; }
.game-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.game-tabs button { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); font-weight: 800; cursor: pointer; }
.game-tabs button.is-active { color: #201503; background: var(--gold); }
.machine { display: none; min-height: 310px; padding: 22px; border-radius: 10px; background: #0a1d19; border: 1px solid var(--line); }
.machine.is-active { display: grid; gap: 18px; align-content: center; justify-items: center; }
.reels { display: grid; grid-template-columns: repeat(5, minmax(46px, 1fr)); gap: 10px; width: min(680px, 100%); }
.reels span { display: grid; place-items: center; min-height: 92px; border-radius: 10px; background: #132e28; border: 1px solid rgba(228,173,63,.26); font-size: 44px; }
.blackjack-table { width: min(720px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.blackjack-table > div { padding: 18px; border-radius: 10px; background: #123a32; border: 1px solid var(--line); }
.cards { display: flex; gap: 8px; min-height: 72px; margin: 12px 0; flex-wrap: wrap; }
.card { width: 48px; height: 66px; display: grid; place-items: center; border-radius: 7px; color: #211503; background: #fff7df; font-weight: 900; box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.wheel-wrap { position: relative; width: min(290px, 72vw); aspect-ratio: 1; }
.wheel {
  width: 100%; height: 100%; border-radius: 50%;
  border: 10px solid #d99b30;
  background: conic-gradient(#e4ad3f 0 45deg, #156e5a 45deg 90deg, #8d2d65 90deg 135deg, #1f6f9d 135deg 180deg, #d05f22 180deg 225deg, #184f3f 225deg 270deg, #7f3ca2 270deg 315deg, #ffe38d 315deg 360deg);
  transition: transform 3.6s cubic-bezier(.17,.67,.12,1);
}
.pointer { position: absolute; top: -5px; left: 50%; width: 0; height: 0; transform: translateX(-50%); border-left: 13px solid transparent; border-right: 13px solid transparent; border-top: 28px solid #fff7df; }

.bonus { background: #fff7df; color: #071614; }
.bonus p { color: #2c4740; }
.bonus-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.faq { background: #0b1d19; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.05); }
.faq-list summary { cursor: pointer; font-weight: 900; }

.static-hero { padding: 68px 0; background: linear-gradient(135deg, #102520, #071614); }
.static-hero p, .static-page .lead { color: #c8d7d0; font-size: 20px; max-width: 780px; }
.static-page { padding: 66px 0 88px; max-width: 880px; }
.static-page section { margin-top: 30px; }
.static-page h2 { margin: 0 0 8px; font-size: 28px; }
.static-page p, .static-page li { color: #d8e4dd; }
.static-page a { color: var(--gold-2); font-weight: 900; }

.footer { padding: 48px 0 26px; background: #05100f; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 26px; }
.footer h2 { margin: 0 0 12px; font-size: 16px; }
.footer a { display: block; margin: 8px 0; color: #d8e4dd; text-decoration: none; }
.footer a:hover { color: var(--gold-2); }
.footer p, .fineprint { color: #b9c8bf; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; }
.badge-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 900; }
.fineprint { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.fineprint a { color: var(--gold-2); }
.cookie-note {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30;
  max-width: 760px; margin: 0 auto; padding: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  border: 1px solid var(--line); border-radius: 10px; background: #102520; box-shadow: var(--shadow);
}
.cookie-note p { margin: 0; color: #d8e4dd; }
[hidden] { display: none !important; }

@media (max-width: 1024px) {
  .hero-grid, .game-cards, .footer-grid { grid-template-columns: 1fr 1fr; }
  .coin-card { max-width: 420px; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .menu {
    position: absolute; top: 100%; left: 16px; right: 16px; display: none;
    flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #102520; box-shadow: var(--shadow);
  }
  .menu.is-open { display: flex; }
  .hero-grid, .intro-grid, .game-cards, .blackjack-table, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 54px 0 62px; }
  .play-top, .bonus-grid, .cookie-note { align-items: stretch; flex-direction: column; }
  .game-card p { min-height: auto; }
}
@media (max-width: 420px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .hero h1 { font-size: 42px; }
  .btn { width: 100%; }
  .reels { gap: 6px; }
  .reels span { min-height: 68px; font-size: 32px; }
  .play-shell { padding: 14px; }
}
