*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
:root {
  --lime: #c8ef2a;
  --lime-2: #d8ff4a;
  --lime-ink: #10180a;
  --purple: #9b5cff;
  --purple-2: #c084fc;
  --bg: #070707;
  --card: #141414;
  --card-2: #1a1a1a;
  --line: rgba(255,255,255,.1);
  --text: #f4f4f4;
  --muted: #b9b9b9;
  --danger: #ff4d6d;
  --radius: 14px;
  --col: 480px;
  --gutter: 24px;
}
body {
  font-family: "Outfit", system-ui, sans-serif;
  background:
    radial-gradient(720px 380px at 50% 8%, rgba(155,92,255,.16), transparent 58%),
    radial-gradient(520px 280px at 12% 0%, rgba(200,239,42,.08), transparent 50%),
    var(--bg);
  color: var(--text);
  min-height: 100dvh;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { padding-left: 1.15em; }

.wrap,
.wrap-card,
.wrap-article,
.footer .wrap {
  width: min(var(--col), calc(100% - var(--gutter)));
  margin: 0 auto;
}

/* ===== HEADER ===== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,7,7,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex; align-items: center; gap: 8px;
  min-height: 58px; padding: 8px 0;
}
.brand { min-width: 0; }
.brand img { height: 32px; width: auto; max-width: min(148px, 38vw); }
.top-actions { display: flex; gap: 6px; align-items: center; margin-left: auto; flex-shrink: 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 36px; padding: 0 12px; border-radius: 10px;
  font-weight: 800; font-size: 13px; letter-spacing: .01em;
  transition: transform .18s, filter .18s, background .18s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.75);
  color: #fff;
}
.btn-lime {
  background: linear-gradient(180deg, var(--lime-2), var(--lime));
  color: var(--lime-ink);
  box-shadow: 0 8px 20px rgba(200,239,42,.28);
}
.hero-cta { width: 100%; margin-left: auto; margin-right: auto; }
.btn-wide { width: 100%; height: 46px; font-size: 15px; border-radius: 12px; }
.btn-stack { display: grid; gap: 10px; margin-top: 14px; }
.btn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.age-pill {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 30px; border-radius: 8px;
  background: #1a1014; color: var(--danger); font-weight: 800; font-size: 12px;
  border: 1px solid rgba(255,77,109,.45);
}

/* ===== HERO INTRO ===== */
.hero { padding: 22px 0 6px; text-align: center; }
.hero-kicker {
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.12; font-weight: 800;
  letter-spacing: -.03em; margin: 0 0 10px;
}
.hero h1 .hl, .hl { color: var(--lime); }
.hero-lead {
  color: var(--muted); font-size: 16px; margin: 0 auto 14px;
  max-width: 52ch;
}
.tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.tag {
  background: #161616; border: 1px solid var(--line);
  color: var(--lime); font-weight: 700; font-size: 12px;
  padding: 7px 10px; border-radius: 999px;
}

/* ===== GIRL + REG STEPS ===== */
.reg-block { padding: 8px 0 10px; }
.reg-block .btn-row { max-width: none; }
.reg-heading {
  text-align: center;
  font-size: 20px; font-weight: 800; letter-spacing: -.02em;
  margin: 8px 0 14px;
}
.reg-stage {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "art"
    "s1"
    "s2"
    "s3"
    "s4";
  gap: 10px;
}
.reg-step.s1 { grid-area: s1; align-self: end; }
.reg-step.s2 { grid-area: s2; align-self: end; }
.hero-art { grid-area: art; }
.reg-step.s3 { grid-area: s3; align-self: start; }
.reg-step.s4 { grid-area: s4; align-self: start; }

.reg-step {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 12px 13px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.reg-step:hover,
.reg-step.is-on {
  border-color: rgba(200,239,42,.55);
  box-shadow: 0 0 0 1px rgba(200,239,42,.22) inset, 0 10px 24px rgba(155,92,255,.16);
  transform: translateY(-2px);
}
.reg-n {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  background: var(--lime); color: var(--lime-ink);
  font-size: 13px; font-weight: 800;
}
.reg-step.is-on .reg-n {
  background: linear-gradient(180deg, var(--purple-2), var(--purple));
  color: #fff;
}
.reg-text { display: grid; gap: 3px; min-width: 0; }
.reg-text strong { font-size: 14px; line-height: 1.2; }
.reg-text span { color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.35; }

.hero-art {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.hero-glow {
  position: absolute; left: 12%; right: 12%; top: 16%; bottom: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(155,92,255,.5), transparent 68%),
    radial-gradient(circle at 50% 72%, rgba(200,239,42,.2), transparent 64%);
  filter: blur(22px);
  z-index: 0; pointer-events: none;
  animation: glowPulse 2.8s ease-in-out infinite;
}
.hero-girl {
  position: relative; z-index: 1;
  width: 100%; height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
  transform-origin: 50% 88%;
  animation: girlWave 2.1s ease-in-out infinite;
}
.cash-layer {
  position: absolute; inset: 0;
  z-index: 2; pointer-events: none; overflow: hidden;
}
.bill {
  position: absolute;
  width: 44px; height: auto;
  filter: drop-shadow(0 6px 8px rgba(0,0,0,.45));
  animation: billFly 2.7s ease-out infinite;
}
.bill.b1 { left: 4%; top: 10%; --dx: -18px; --dy: -48px; animation-delay: 0s; }
.bill.b2 { right: 4%; top: 8%; --dx: 20px; --dy: -44px; animation-delay: .35s; }
.bill.b3 { left: 6%; top: 42%; --dx: -22px; --dy: -20px; animation-delay: .7s; }
.bill.b4 { right: 6%; top: 40%; --dx: 24px; --dy: -16px; animation-delay: 1.05s; }
.bill.b5 { left: 18%; top: 4%; --dx: -10px; --dy: -56px; animation-delay: 1.4s; }
.bill.b6 { right: 18%; top: 2%; --dx: 12px; --dy: -58px; animation-delay: 1.75s; }

@keyframes girlWave {
  0%, 100% { transform: rotate(-3.2deg) translate3d(-5px, 0, 0); }
  50% { transform: rotate(4.4deg) translate3d(7px, -10px, 0); }
}
@keyframes billFly {
  0% { transform: translate3d(0, 18px, 0) rotate(-10deg) scale(.72); opacity: 0; }
  14% { opacity: 1; }
  100% { transform: translate3d(var(--dx), var(--dy), 0) rotate(32deg) scale(1.08); opacity: 0; }
}
@keyframes glowPulse {
  0%, 100% { opacity: .75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

/* ===== LEMON SLOT GIF ===== */
.lemon-gif {
  width: 100%;
  margin: 14px 0 16px;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1c1a10, #0c0b08);
  border: 1px solid rgba(200,239,42,.38);
  box-sizing: border-box;
}
.lemon-gif-kicker {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.lemon-reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  height: 84px;
  overflow: hidden;
  border-radius: 12px;
  background: #070707;
  padding: 6px;
}
.lemon-reel { overflow: hidden; border-radius: 10px; background: #14120c; }
.lemon-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: lemonSpin 1.15s linear infinite;
}
.lemon-reel:nth-child(2) .lemon-track { animation-duration: 1.4s; }
.lemon-reel:nth-child(3) .lemon-track { animation-duration: .95s; }
.lemon-track span {
  height: 72px;
  display: grid;
  place-items: center;
}
.lemon-track img { width: 52px; height: 52px; object-fit: contain; }
@keyframes lemonSpin { to { transform: translateY(-288px); } }
.lemon-gif .note { text-align: center; margin: 8px 0 0; }

/* ===== LOBBY CARDS / TABLES ===== */
.block {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 14px 18px;
  margin: 16px auto;
}
.block-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}
.block-ico {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: var(--lime); color: var(--lime-ink);
  font-weight: 900; font-size: 18px; flex-shrink: 0;
}
.block-head h2, .block-head .block-title, .block-title { font-size: 20px; letter-spacing: -.02em; font-weight: 800; }
.table-wrap { overflow: visible; margin: 4px 0 6px; }
.lobby-table,
.lobby-table thead,
.lobby-table tbody,
.lobby-table th,
.lobby-table td,
.lobby-table tr,
.article-table,
.article-table thead,
.article-table tbody,
.article-table th,
.article-table td,
.article-table tr {
  display: block; min-width: 0;
}
.lobby-table thead, .article-table thead { position: absolute; left: -9999px; }
.lobby-table tr, .article-table tr {
  background: #101010; border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 8px; padding: 10px 12px;
}
.lobby-table td, .article-table td { border: 0; padding: 4px 0; }
.lobby-table td::before, .article-table td::before {
  content: attr(data-label);
  display: block; color: var(--lime); font-weight: 750; font-size: 11px;
  text-transform: uppercase; letter-spacing: .04em;
}
.num {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-grid; place-items: center;
  background: var(--lime); color: var(--lime-ink);
  font-size: 12px; font-weight: 800; margin-right: 6px;
}
.lime { color: var(--lime); font-weight: 800; }
.note { color: var(--muted); font-size: 12px; margin-top: 8px; }
.winners-sub { margin: 0 0 6px; }
.winners-sub time { color: var(--lime); font-weight: 800; }

/* ===== ARTICLE ===== */
.panel {
  background: #111;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 14px 24px;
  margin: 20px auto 36px;
}
.updated { color: var(--lime); font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.panel h1 {
  font-size: clamp(24px, 4vw, 34px); line-height: 1.18;
  letter-spacing: -.03em; margin-bottom: 14px;
}
.panel h2 {
  font-size: 21px; margin: 28px 0 10px; letter-spacing: -.02em;
  padding-top: 10px; border-top: 1px solid var(--line);
}
.panel h3 { font-size: 16px; margin: 16px 0 8px; color: #fff; }
.panel p { color: #d8d8d8; margin-bottom: 12px; }
.panel a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.panel li { margin: 6px 0; color: #d8d8d8; }
.toc {
  background: #0c0c0c; border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px; margin: 16px 0 8px;
}
.toc strong { display: block; margin-bottom: 8px; }
.toc ol { display: grid; gap: 6px; padding-left: 1.25em; }
.toc a { color: #eaeaea; text-decoration: none; font-weight: 650; }
.toc a:hover { color: var(--lime); }
.article-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.callout {
  background: rgba(200,239,42,.08); border: 1px solid rgba(200,239,42,.28);
  border-radius: 12px; padding: 12px 14px; margin: 12px 0 16px; color: #e7efd4;
}
.responsible-play {
  margin-top: 26px; padding: 16px; border-radius: 14px;
  background: #161018; border: 1px solid rgba(255,77,109,.28);
}
.rp-title { color: var(--danger); font-weight: 800; margin-bottom: 8px; }
.faq-item { margin-bottom: 8px; }
.faq-item summary {
  cursor: pointer; font-weight: 700; padding: 8px 0; color: #fff;
}

/* ===== FOOTER ===== */
.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 88px;
  background: #050505;
}
.footer-logo img { height: 32px; width: auto; margin-bottom: 14px; }
.footer-nav {
  display: flex; flex-wrap: wrap; gap: 10px 16px;
  margin: 12px 0 18px;
}
.footer-nav a { color: var(--muted); font-size: 13px; font-weight: 650; }
.footer-nav a:hover { color: var(--lime); }
.footer-note { color: #8d8d8d; font-size: 12px; line-height: 1.55; }
.footer-note a { color: var(--lime); text-decoration: underline; }

.cookie {
  position: fixed; left: 50%; bottom: 12px; z-index: 80;
  width: min(var(--col), calc(100% - 20px));
  transform: translateX(-50%);
  background: #141414; border: 1px solid var(--line); border-radius: 16px;
  padding: 16px; box-shadow: 0 16px 50px rgba(0,0,0,.5);
}
.cookie.is-hidden { display: none; }
.cookie h2 { font-size: 16px; margin-bottom: 8px; }
.cookie p { color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.cookie a { color: var(--lime); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-set { display: none; margin-top: 12px; }
.cookie-set.open { display: grid; gap: 8px; }
.sw { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; }

@media (max-width: 420px) {
  .btn-row { grid-template-columns: 1fr; }
  .top-actions .btn { padding: 0 10px; font-size: 12px; height: 34px; }
  .hero-girl { max-height: 360px; }
  .lemon-reels { height: 76px; }
  .lemon-track span { height: 64px; }
  .lemon-track img { width: 46px; height: 46px; }
}

/* ===== COIN RAIN + BONUS BANNER ===== */
.coin-rain {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 75;
  width: min(var(--col), 100%);
  height: 100dvh;
  margin: 0 auto;
  pointer-events: none;
  overflow: hidden;
}
.coin-rain .coin {
  position: absolute;
  top: -48px;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(212,168,0,.45));
  animation: coinFall 6.5s linear forwards;
}
.coin-rain .coin svg { width: 100%; height: 100%; display: block; }
@keyframes coinFall {
  0% { top: -8%; opacity: 0; transform: rotate(0deg) translateX(0); }
  8% { opacity: 1; }
  88% { opacity: 1; }
  100% { top: 102%; opacity: .2; transform: rotate(var(--spin, 40deg)) translateX(var(--drift, 0)); }
}
.bonus-banner {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(0,0,0,.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.bonus-banner.is-on {
  opacity: 1;
  pointer-events: auto;
}
.bonus-banner[hidden] { display: none; }
.bonus-banner-card {
  position: relative;
  width: min(var(--col), calc(100% - 8px));
  background: linear-gradient(180deg, #1c1c1c, #101010);
  border: 1px solid rgba(200,239,42,.45);
  border-radius: 18px;
  padding: 22px 18px 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.55), 0 0 0 1px rgba(155,92,255,.22) inset;
  text-align: center;
}
.bonus-banner-x {
  position: absolute; top: 8px; right: 10px;
  width: 32px; height: 32px;
  font-size: 22px; line-height: 1; color: #fff;
}
.bonus-banner-kicker {
  color: var(--purple-2);
  font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 6px;
}
.bonus-banner-title {
  font-size: 24px; font-weight: 800; letter-spacing: -.03em;
  margin-bottom: 8px;
}
.bonus-banner-lead {
  color: var(--muted); font-size: 15px;
  margin: 0 auto 16px; max-width: 36ch;
}

@media (prefers-reduced-motion: reduce) {
  .hero-girl, .bill, .hero-glow, .lemon-track, .coin-rain .coin { animation: none; }
  .bonus-banner { transition: none; }
}
