:root {
  --bg: #050806;
  --bg-1: #0a120e;
  --bg-2: #101a14;
  --bg-card: rgba(16, 28, 20, 0.82);
  --felt: #0d2418;
  --line: rgba(232, 197, 71, 0.18);
  --line-strong: rgba(46, 229, 157, 0.28);
  --white: #f4f7f2;
  --muted: #b7c4bb;
  --muted-2: #7e8d83;
  --gold: #e8c547;
  --gold-2: #c9a227;
  --gold-ink: #1c1404;
  --green: #2ee59d;
  --green-2: #18a86f;
  --green-ink: #042013;
  --danger: #ff5d6c;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --container: 1200px;
  --font-head: "Cinzel", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --z-header: 80;
  --z-ticker: 90;
  --z-nav: 100;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100dvh;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  background:
    radial-gradient(1200px 500px at 12% -10%, rgba(232, 197, 71, 0.12), transparent 55%),
    radial-gradient(900px 420px at 92% 0%, rgba(46, 229, 157, 0.1), transparent 50%),
    linear-gradient(180deg, #08110c 0%, var(--bg) 38%, #070b08 100%);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: 0.45em; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.55em;
}
h1 { font-size: clamp(1.85rem, 3.2vw, 2.75rem); }
h2 { font-size: clamp(1.4rem, 2.4vw, 1.95rem); margin-top: 1.8em; }
h3 { font-size: clamp(1.08rem, 1.6vw, 1.28rem); margin-top: 1.4em; color: var(--gold); }
p { color: var(--muted); margin: 0 0 1em; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 200;
  background: var(--gold);
  color: var(--gold-ink);
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { top: 12px; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(232, 197, 71, 0.08);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.btn-gold {
  background: linear-gradient(180deg, #f3d56a 0%, var(--gold) 48%, var(--gold-2) 100%);
  color: var(--gold-ink);
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.32);
}
.btn-gold:hover { filter: brightness(1.06); }
.btn-green {
  background: linear-gradient(180deg, #4af0b2 0%, var(--green) 46%, var(--green-2) 100%);
  color: var(--green-ink);
  box-shadow: 0 10px 24px rgba(24, 168, 111, 0.28);
}
.btn-green:hover { filter: brightness(1.06); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { min-height: 54px; padding: 14px 28px; font-size: 1.02rem; }
.btn-sm { min-height: 44px; padding: 8px 16px; font-size: 0.84rem; }
.btn-block { width: 100%; }

.icon {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Ticker */
.ticker {
  position: sticky;
  top: 0;
  z-index: var(--z-ticker);
  background: #030504;
  border-bottom: 1px solid var(--line);
}
.ticker-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
}
.ticker-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-right: 14px;
  border-right: 1px solid var(--line);
}
.ticker-label .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.6);
  animation: pulse 1.6s infinite;
}
.ticker-view {
  overflow: hidden;
  flex: 1;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ticker-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: ticker 36s linear infinite;
}
.ticker-track span { color: var(--muted); white-space: nowrap; font-size: 0.86rem; }
.ticker-track b { color: var(--white); }
.ticker-track em {
  color: var(--green);
  font-style: normal;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(46, 229, 157, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 229, 157, 0); }
}

/* Header */
.site-header {
  position: sticky;
  top: 42px;
  z-index: var(--z-header);
  background: rgba(5, 8, 6, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.12rem;
}
.logo-text b { color: var(--gold); font-weight: 800; }
.logo-text small {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.main-nav {
  display: flex;
  gap: 4px;
  margin: 0 auto;
}
.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}
.main-nav a.active { box-shadow: inset 0 0 0 1px var(--line); }

.header-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

/* Hero */
.hero {
  position: relative;
  padding: 48px 0 28px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: center;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(46, 229, 157, 0.08);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
}
.hero .lead { font-size: 1.06rem; max-width: 58ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 22px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.stat {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(16, 28, 20, 0.7);
}
.stat b {
  display: block;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 1.28rem;
  font-variant-numeric: tabular-nums;
}
.stat span { color: var(--muted-2); font-size: 0.8rem; }

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
}
.hero-media img {
  width: min(460px, 100%);
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.55));
  animation: float 5.2s ease-in-out infinite;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.orb-gold {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(232, 197, 71, 0.28), transparent 70%);
  top: 8%;
  right: 6%;
}
.orb-green {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(46, 229, 157, 0.2), transparent 70%);
  bottom: 4%;
  left: 2%;
}
.chip {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 6px dashed var(--gold);
  background: radial-gradient(circle, #1a0f04, #3a2508);
  box-shadow: var(--shadow);
}
.chip-1 { top: 12%; left: 8%; transform: rotate(-12deg); }
.chip-2 { bottom: 16%; right: 8%; border-color: var(--green); transform: rotate(18deg); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.section { padding: 56px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.section-head h2 { margin: 8px 0 8px; }
.section-head p { margin: 0; max-width: 62ch; }

.grid { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.card {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(22, 38, 28, 0.9), rgba(10, 18, 14, 0.92));
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(232, 197, 71, 0.38); }
.card h3 { margin-top: 0; color: var(--white); }
.card p { margin-bottom: 0; font-size: 0.94rem; }
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: rgba(232, 197, 71, 0.1);
  color: var(--gold);
}
.icon-box .icon { width: 22px; height: 22px; }

/* Games */
.game-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.game-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.game-thumb {
  height: 148px;
  display: grid;
  place-items: center;
  position: relative;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), transparent 40%),
    linear-gradient(145deg, var(--c1, #1a3a28), var(--c2, #0b1610));
}
.game-thumb img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45));
}
.game-thumb .g-name {
  font-family: var(--font-head);
  font-size: 1.05rem;
  text-align: center;
  padding: 0 12px;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.6);
}
.game-body { padding: 14px 14px 16px; display: grid; gap: 10px; }
.game-body h3 { margin: 0; color: var(--white); font-size: 1rem; font-family: var(--font-body); }
.game-meta { display: flex; justify-content: space-between; color: var(--muted-2); font-size: 0.78rem; }
.tag, .rtp {
  position: absolute;
  top: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.55);
}
.tag { left: 10px; color: var(--gold); }
.rtp { right: 10px; color: var(--green); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filter-btn {
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}
.filter-btn:hover,
.filter-btn.active {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(232, 197, 71, 0.08);
}

/* Winners */
.winners {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(22, 40, 28, 0.75), rgba(8, 14, 10, 0.9));
  padding: 24px;
}
#winners-feed { display: grid; gap: 10px; }
.winner-row {
  display: grid;
  grid-template-columns: 42px 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 8, 0.5);
  animation: row-in 0.35s ease;
}
.winner-row .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--gold-ink);
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
}
.winner-row .info b { color: var(--white); }
.winner-row .info span { display: block; color: var(--muted-2); font-size: 0.8rem; }
.winner-row .amount {
  color: var(--green);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.winner-row .time { color: var(--muted-2); font-size: 0.75rem; width: 58px; text-align: right; }
@keyframes row-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.steps { display: grid; gap: 16px; }
.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
}
.step .num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--gold-ink);
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
}
.step h3 { margin: 6px 0 4px; color: var(--white); }
.step p { margin: 0; }

.bonus-card .pct {
  font-family: var(--font-head);
  font-size: 2rem;
  color: var(--gold);
  margin: 8px 0 4px;
}
.bonus-card ul { margin: 12px 0 18px; padding: 0; list-style: none; color: var(--muted); }
.bonus-card li { padding-left: 22px; position: relative; }
.bonus-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}
table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
th, td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
th {
  background: rgba(16, 28, 20, 0.9);
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
td { color: var(--muted); }
tr:last-child td { border-bottom: 0; }

.faq-list { display: grid; gap: 10px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-card);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: none;
  border: 0;
  color: var(--white);
  font-weight: 800;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  min-height: 52px;
}
.faq-q .plus {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: grid;
  place-items: center;
  flex: none;
  transition: transform 0.2s ease;
}
.faq-item.open .plus { transform: rotate(135deg); }
.faq-a { display: none; }
.faq-item.open .faq-a { display: block; }
.faq-a-inner { padding: 0 18px 18px; color: var(--muted); }

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(232, 197, 71, 0.28);
  background:
    linear-gradient(120deg, rgba(36, 24, 4, 0.92), rgba(8, 18, 12, 0.92));
}
.cta-banner h2 { margin: 0 0 6px; }
.cta-banner p { margin: 0; }
.cta-media img { width: 140px; filter: drop-shadow(0 12px 18px rgba(0,0,0,.5)); }

.article { max-width: 860px; }
.article h2:first-child { margin-top: 0; }
.article strong { color: var(--white); }
.toc {
  padding: 18px 20px;
  margin-bottom: 28px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(16, 28, 20, 0.7);
}
.toc p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}
.toc ol { margin: 0; columns: 2; column-gap: 24px; }
.toc a { color: var(--muted); }
.toc a:hover { color: var(--gold); }

.site-footer {
  margin-top: 40px;
  padding: 48px 0 20px;
  border-top: 1px solid var(--line);
  background: #030504;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.footer-col h4 {
  margin: 0 0 12px;
  font-size: 0.92rem;
  color: var(--white);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col a { color: var(--muted); font-size: 0.9rem; }
.footer-col a:hover { color: var(--gold); }
.footer-brand p { font-size: 0.88rem; max-width: 36ch; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pills span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.72rem;
  color: var(--muted-2);
}
.disclaimer { font-size: 0.76rem; color: var(--muted-2); line-height: 1.7; max-width: 980px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 0.78rem;
}
.mt-0 { margin-top: 0 !important; }

.age {
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--muted-2);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.page-hero {
  padding: 36px 0 8px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
  align-items: center;
}
.page-hero img { width: min(280px, 100%); margin-inline: auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,.5)); }

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-stats { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .hero-inner,
  .page-hero { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-media img { width: min(320px, 80%); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .toc ol { columns: 1; }
  .main-nav { display: none; }
  .burger { display: inline-flex; }
  .site-header.nav-open .main-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0a120e;
    padding: 12px 16px 18px;
    border-bottom: 1px solid var(--line);
    z-index: var(--z-nav);
  }
}

@media (max-width: 560px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr 1fr; }
  .header-actions .btn-green { display: none; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .winner-row { grid-template-columns: 42px 1fr auto; }
  .winner-row .time { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media img, .ticker-track, .winner-row, .ticker-label .pulse { animation: none; }
}
