:root {
  --color-bg: #0e001e;
  --color-surface: #1a0530;
  --color-surface-2: #260640;
  --color-primary: #b428f0;
  --color-primary-dark: #8b1fd4;
  --color-cta: #00a832;
  --color-cta-hover: #00871e;
  --color-secondary: #7828c8;
  --color-highlight: #f5e100;
  --color-text: #f0eafa;
  --color-text-muted: #c6a9df;
  --color-btn-text: #ffffff;
  --color-border: #552078;
  --color-hot: #c8200a;
  --color-cold: #1428c8;
  --bs-primary: #b428f0;
  --bs-success: #00a832;
  --bs-body-font-family: 'Exo 2', system-ui, sans-serif;
}
html, body { overflow-x: hidden; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 12%, rgba(180,40,240,.18), transparent 32rem),
    radial-gradient(circle at 15% 45%, rgba(0,168,50,.08), transparent 24rem),
    linear-gradient(180deg, #120025 0%, var(--color-bg) 36%, #090014 100%);
  color: var(--color-text);
  font-family: var(--bs-body-font-family);
}
a { color: #f0c7ff; text-decoration: none; }
a:hover { color: #ffffff; }
main { position: relative; z-index: 1; }
.section-tight { padding: 2.25rem 0 1.5rem; }
.section-sm { padding: 2.2rem 0; }
.rave-panel, .content-card, .review-card, .game-card, .bonus-card, .benefit-card, .hot-cold {
  background: linear-gradient(180deg, rgba(38,6,64,.94), rgba(20,0,38,.94));
  border: 1px solid rgba(180,40,240,.35);
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.03) inset, 0 20px 60px rgba(0,0,0,.25);
}
.hero-copy { padding: clamp(1.4rem, 3vw, 3rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: #fff; background: rgba(180,40,240,.22); border: 1px solid rgba(180,40,240,.4); border-radius: 999px; padding: .45rem .85rem; font-weight: 700; margin-bottom: 1rem; }
h1, .hero-copy h1 { font-size: clamp(2rem, 5vw, 4.75rem); line-height: .98; font-weight: 800; letter-spacing: -.04em; color: #fff; text-wrap: balance; }
.lead { color: #f6eaff; font-weight: 600; }
.highlight { color: var(--color-highlight); text-shadow: 0 0 16px rgba(245,225,0,.35); }
.hero-metrics { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.hero-metrics span, .countdown { background: rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: .6rem .9rem; color: #fff; }
.countdown { display: inline-flex; align-items: center; gap: .65rem; margin-top: .9rem; }
.countdown strong { color: var(--color-highlight); letter-spacing: .08em; }
.btn-rave-cta { --bs-btn-color:#fff; --bs-btn-bg: var(--color-cta); --bs-btn-border-color: rgba(92,255,141,.65); --bs-btn-hover-bg: var(--color-cta-hover); --bs-btn-hover-border-color: #5cff8d; font-weight: 800; box-shadow: 0 0 18px rgba(0,255,88,.45), inset 0 -3px 0 rgba(0,0,0,.22); }
.btn-rave-primary { --bs-btn-color:#fff; --bs-btn-bg: var(--color-primary); --bs-btn-border-color: #d06cff; --bs-btn-hover-bg: var(--color-primary-dark); font-weight: 700; }
.btn-outline-rave { --bs-btn-color:#fff; --bs-btn-border-color: rgba(255,255,255,.4); --bs-btn-hover-bg: rgba(180,40,240,.25); --bs-btn-hover-border-color: #fff; font-weight: 700; }
.rave-carousel, .screenshot-carousel { border-radius: 24px; overflow: hidden; border: 1px solid rgba(180,40,240,.35); box-shadow: 0 0 36px rgba(180,40,240,.22); }
.hero-banner-img, .hero-page-img { display: block; width: 100%; object-fit: cover; background: #120025; }
.trust-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; padding: 1rem; }
.trust-row span, .footer-badges span, .provider-strip span, .responsible-grid span { display: inline-flex; align-items: center; border-radius: 999px; background: rgba(180,40,240,.2); border: 1px solid rgba(180,40,240,.35); color: #fff; padding: .6rem .85rem; font-weight: 700; }
.section-heading { display: flex; align-items: center; gap: .8rem; justify-content: space-between; margin-bottom: 1.2rem; }
.section-heading h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); margin: 0 auto 0 0; color: #fff; font-weight: 800; }
.section-heading a { text-transform: uppercase; font-size: .78rem; font-weight: 800; background: rgba(180,40,240,.35); border-radius: 8px; padding: .35rem .65rem; }
.section-icon { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 12px; background: rgba(180,40,240,.35); }
.tabs-scroll { display: flex; gap: .75rem; overflow-x: auto; padding: .25rem .1rem 1rem; margin-bottom: 1rem; scrollbar-width: thin; }
.rave-tab { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .55rem; padding: .8rem 1rem; border-radius: 13px; background: linear-gradient(180deg, #5f1890, #34104d); border: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 800; text-transform: uppercase; font-size: .78rem; box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.rave-tab.active, .rave-tab:hover { background: linear-gradient(180deg, #b428f0, #62159c); color: #fff; box-shadow: 0 0 18px rgba(180,40,240,.42); }
.tab-icon { width: 24px; height: 24px; object-fit: contain; }
.game-card { padding: .75rem; }
.game-cover { min-height: 220px; border-radius: 18px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 1rem; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.5); position: relative; overflow: hidden; border: 2px solid rgba(255,255,255,.15); }
.game-cover::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.18), transparent 8rem), linear-gradient(160deg, rgba(180,40,240,.72), rgba(0,168,50,.22)); }
.game-cover strong, .game-cover small, .game-cover .rank { position:relative; z-index:1; }
.game-cover strong { font-size: 1.35rem; line-height: 1; font-weight: 800; text-transform: uppercase; }
.game-cover small { color: #fff; font-weight: 700; margin-top: .45rem; }
.game-cover .rank { font-size: 3.6rem; line-height: .8; font-weight: 800; color: var(--color-highlight); -webkit-text-stroke: 1px rgba(0,0,0,.35); }
.game-cover-1 { background: #7222b5; } .game-cover-2 { background: #193aa5; } .game-cover-3 { background: #ab4920; } .game-cover-4 { background: #006e74; } .game-cover-5 { background: #831c75; } .game-cover-6 { background: #6b1111; }
.game-meta { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: .75rem; color: var(--color-text-muted); }
.bonus-card { position: relative; overflow: hidden; }
.bonus-card.featured { border-color: rgba(245,225,0,.75); box-shadow: 0 0 28px rgba(245,225,0,.18), 0 0 42px rgba(180,40,240,.22); }
.bonus-image { width: 100%; display: block; border-radius: 22px 22px 0 0; }
.bonus-body { padding: 1rem; }
.bonus-body h3 { color: #fff; font-weight: 800; font-size: 1.15rem; }
.bonus-offer { color: var(--color-highlight); font-weight: 800; }
.bonus-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--color-highlight); color: #1b062a; border-radius: 999px; padding: .35rem .65rem; font-weight: 900; font-size: .72rem; }
.mini-list { list-style: none; padding: 0; margin: 0 0 1rem; color: var(--color-text-muted); }
.content-card { padding: clamp(1.25rem, 3vw, 2.2rem); }
.prose { color: var(--color-text); }
.prose h2 { color: #fff; margin: 1rem 0 1rem; font-weight: 800; letter-spacing: -.02em; }
.prose h3 { color: #fff; margin-top: 1.6rem; font-weight: 800; }
.prose p, .prose li { color: var(--color-text); line-height: 1.78; font-size: 1.02rem; }
.prose ul { padding-left: 1.25rem; }
.prose li::marker { color: var(--color-highlight); }
.rave-table { --bs-table-bg: rgba(255,255,255,.035); --bs-table-striped-bg: rgba(180,40,240,.12); --bs-table-hover-bg: rgba(0,168,50,.08); --bs-table-color: #f0eafa; --bs-table-border-color: rgba(255,255,255,.14); color: #f0eafa; border-radius: 14px; overflow: hidden; }
.rave-table th { color: #fff; background: rgba(180,40,240,.28); }
.media-image { width: 100%; height: auto; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); margin: 1.5rem 0 0; }
.media-glow { box-shadow: 0 0 30px rgba(180,40,240,.25); }
.mobile-shot, .phone-shot { max-width: 520px; display: block; margin-inline: auto; }
.phone-shot { border-radius: 28px; }
.steps-grid, .responsible-grid, .vip-levels { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.steps-grid div, .vip-levels div, .benefit-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 1rem; }
.steps-grid span { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--color-primary); color: #fff; font-weight: 900; margin-bottom: .7rem; }
.steps-grid strong, .vip-levels strong { display: block; color: #fff; font-size: 1.05rem; }
.vip-levels em { display: block; color: var(--color-highlight); font-style: normal; font-weight: 800; margin-top: .4rem; }
.review-card { padding: 1.25rem; min-height: 100%; }
.review-head { display: flex; flex-direction: column; gap: .15rem; }
.review-head strong { color: #fff; }
.review-head span, .review-card time { color: var(--color-text-muted); font-size: .9rem; }
.stars { color: var(--color-highlight); letter-spacing: .12em; margin: .8rem 0; }
.rave-accordion .accordion-item { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); color: var(--color-text); margin-bottom: .7rem; border-radius: 14px; overflow: hidden; }
.rave-accordion .accordion-button { background: rgba(180,40,240,.22); color: #fff; font-weight: 800; box-shadow: none; }
.rave-accordion .accordion-button:not(.collapsed) { background: rgba(180,40,240,.42); color: #fff; }
.rave-accordion .accordion-button::after { filter: invert(1); }
.rave-accordion .accordion-body { color: var(--color-text); }
.toc-links { display: flex; flex-wrap: wrap; gap: .75rem; }
.toc-links a { background: rgba(180,40,240,.22); border: 1px solid rgba(180,40,240,.35); border-radius: 999px; padding: .5rem .8rem; color: #fff; font-weight: 700; }
.cta-banner { text-align: center; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 26px; background: radial-gradient(circle at 50% 10%, rgba(245,225,0,.22), transparent 14rem), linear-gradient(135deg, #4b1078, #190330); border: 1px solid rgba(245,225,0,.35); box-shadow: 0 0 32px rgba(180,40,240,.25); }
.cta-banner h2 { color: #fff; font-weight: 900; }
.subhero { padding: clamp(1.4rem, 3vw, 3rem); }
.subhero h1 { font-size: clamp(2rem, 5vw, 4rem); }
.rave-breadcrumb { --bs-breadcrumb-divider-color: #bfa1d6; color: var(--color-text-muted); }
.rave-breadcrumb .active { color: #fff; }
.hot-cold { padding: 1.25rem; }
.hot-cold h2 { color: #fff; font-weight: 800; }
.hot-cold ul { list-style: none; padding: 0; margin: 0; }
.hot-cold li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.hot { background: linear-gradient(180deg, rgba(200,32,10,.42), rgba(60,0,26,.92)); border-color: rgba(255,80,80,.7); }
.cold { background: linear-gradient(180deg, rgba(20,40,200,.42), rgba(18,0,78,.92)); border-color: rgba(100,150,255,.7); }
.provider-strip { display: flex; gap: .6rem; overflow-x: auto; padding-bottom: .6rem; }
.live-tabs { display: flex; gap: 1rem; overflow-x: auto; }
.live-tabs span { color: var(--color-text-muted); font-weight: 800; padding: .6rem 1rem; border-bottom: 2px solid transparent; }
.live-tabs .active { color: #fff; border-color: var(--color-highlight); }
.live-card { min-height: 220px; border-radius: 20px; background: radial-gradient(circle at 70% 20%, rgba(245,225,0,.25), transparent 8rem), linear-gradient(145deg, #66169d, #1c0730); border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem; color: #fff; font-weight: 900; font-size: 1.5rem; text-transform: uppercase; }
.live-card small { display: block; color: var(--color-text-muted); font-size: .8rem; margin-top: .4rem; }
.jackpot-banner { text-align: center; border-radius: 22px; background: linear-gradient(90deg, #aa2ef5, #fa43ff); padding: 2rem; box-shadow: 0 0 28px rgba(250,67,255,.35); }
.jackpot-banner h2 { color: var(--color-highlight); font-weight: 900; font-size: clamp(2.4rem, 8vw, 5.5rem); margin: 0; text-shadow: 0 4px 0 rgba(0,0,0,.25); }
.jackpot-banner strong { display: block; color: #fff; font-size: clamp(2rem, 6vw, 4rem); line-height: 1; margin-bottom: 1rem; }
.back-to-top { position: fixed; right: 1rem; bottom: 1rem; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--color-primary); color: #fff; display: none; z-index: 1030; box-shadow: 0 0 18px rgba(180,40,240,.5); }
.back-to-top.show { display: inline-grid; place-items: center; }
.mobile-cta { position: fixed; left: .8rem; right: .8rem; bottom: .8rem; z-index: 1040; }
@media (max-width: 991.98px) {
  body { padding-bottom: 76px; }
  .steps-grid, .vip-levels { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .section-sm { padding: 1.5rem 0; }
}
@media (max-width: 575.98px) {
  .hero-metrics { flex-direction: column; }
  .steps-grid, .vip-levels { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .game-cover { min-height: 190px; }
}

/* EEAT legal/support pages */
.eeat-hero .subhero { position: relative; overflow: hidden; }
.eeat-hero .subhero::after { content: ""; position: absolute; inset: auto -10% -45% 40%; height: 220px; background: radial-gradient(circle, rgba(245,225,0,.18), transparent 65%); pointer-events: none; }
.notice-card { background: rgba(245,225,0,.10); border: 1px solid rgba(245,225,0,.35); border-radius: 18px; padding: 1rem; color: #fff; margin: 1rem 0; }
.notice-card p:last-child { margin-bottom: 0; }
.check-list { list-style: none; padding-left: 0 !important; display: grid; gap: .65rem; }
.check-list li { position: relative; padding-left: 1.85rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 1.35rem; height: 1.35rem; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(0,168,50,.2); color: #5cff8d; font-weight: 900; }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin: 1.2rem 0; }
.resource-card { display: flex; flex-direction: column; gap: .35rem; min-height: 112px; padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); color: #fff; }
.resource-card:hover { background: rgba(180,40,240,.22); color: #fff; }
.resource-card strong { color: #fff; font-size: 1.05rem; }
.resource-card span { color: var(--color-text-muted); }
.highlight-resource { border-color: rgba(0,255,88,.45); box-shadow: 0 0 20px rgba(0,168,50,.15); }
.sticky-info { position: sticky; top: 96px; }
.legal-mini { display: grid; gap: .7rem; }
.legal-mini li { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.10); border-radius: 14px; padding: .75rem; color: #fff; }
@media (max-width: 991.98px) { .resource-grid { grid-template-columns: 1fr; } .sticky-info { position: static; } }

/* Fix table text contrast */
.table {
  --bs-table-color: #ffffff;
  --bs-table-striped-color: #ffffff;
  --bs-table-hover-color: #ffffff;
  --bs-table-active-color: #ffffff;
  color: #ffffff;
}

.table th,
.table td,
.table thead th,
.table tbody td {
  color: #ffffff !important;
}
