:root {
  --bg: #090313;
  --bg-soft: #10051e;
  --panel: #160a28;
  --panel-2: #211039;
  --panel-3: #2b1648;
  --line: rgba(255,255,255,.105);
  --muted: #ad9cbb;
  --text: #f8f5fb;
  --green: #1fd39a;
  --green-dark: #11a879;
  --purple: #7d3df2;
  --pink: #d848a6;
  --gold: #f1c55c;
  --sidebar: 234px;
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 5.5vw, 84px); font-weight: 900; }
h2 { font-size: clamp(34px, 4vw, 56px); font-weight: 850; }
h3 { font-size: 20px; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.skip-link { position: fixed; z-index: 2000; left: 20px; top: -80px; background: #fff; color: #111; padding: 10px 16px; border-radius: 5px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 100; width: var(--sidebar); background: #0e0618; border-right: 1px solid var(--line); padding: 23px 16px 19px; display: flex; flex-direction: column; overflow-y: auto; box-shadow: 16px 0 50px rgba(0,0,0,.17); }
.side-brand { display: flex; align-items: center; min-height: 42px; padding: 0 7px 18px; }
.side-brand > a { display: block; width: 150px; }
.side-brand img { width: 100%; height: 42px; object-fit: contain; object-position: left center; }
.side-close { display: none; border: 0; background: transparent; margin-left: auto; font-size: 30px; cursor: pointer; }
.side-join { display: flex; align-items: center; justify-content: space-between; min-height: 47px; background: var(--green); color: #071911; padding: 0 15px; border-radius: 7px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; box-shadow: 0 10px 28px rgba(31,211,154,.19); transition: .2s; }
.side-join:hover { background: #35e4ad; transform: translateY(-1px); }
.side-join b { font-size: 19px; }
.side-nav { padding: 18px 0; display: grid; gap: 3px; }
.side-nav a { display: grid; grid-template-columns: 29px 1fr auto; align-items: center; min-height: 42px; padding: 0 11px; border-radius: 6px; color: #a895b5; font-size: 11px; font-weight: 750; letter-spacing: .015em; transition: .2s; }
.side-nav a:hover, .side-nav a.active { color: #fff; background: #20112f; }
.side-nav a.active { box-shadow: inset 3px 0 var(--green); }
.side-nav i { width: 22px; color: #826f90; font-size: 16px; font-style: normal; text-align: center; }
.side-nav a.active i, .side-nav a:hover i { color: var(--green); }
.side-nav em { color: #160b22; background: var(--gold); padding: 1px 5px; border-radius: 3px; font-size: 7px; font-style: normal; font-weight: 900; }
.side-promo { margin-top: auto; position: relative; overflow: hidden; padding: 16px; border: 1px solid rgba(125,61,242,.3); background: radial-gradient(circle at 90% 0, rgba(125,61,242,.35), transparent 48%), #171026; border-radius: 9px; }
.side-promo:after { content: "?"; position: absolute; right: -12px; bottom: -34px; font-size: 110px; font-weight: 900; color: rgba(255,255,255,.035); }
.side-promo small, .side-promo strong, .side-promo a { display: block; position: relative; z-index: 1; }
.side-promo small { color: var(--green); font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.side-promo strong { margin-top: 5px; font-size: 14px; }
.side-promo p { position: relative; z-index: 1; margin: 4px 0 9px; color: #9d8da8; font-size: 9px; line-height: 1.5; }
.side-promo a { color: var(--green); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.side-foot { padding: 16px 8px 0; color: #9f8daa; font-size: 9px; }
.side-foot > span { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.side-foot small { display: block; margin-top: 3px; color: #665973; }
.page-shade { display: none; }

.site { margin-left: var(--sidebar); min-width: 0; }
.topbar { height: 70px; position: sticky; top: 0; z-index: 80; display: flex; align-items: center; padding: 0 32px; background: rgba(9,3,19,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.menu-toggle, .mobile-brand { display: none; }
.top-links { display: flex; align-items: center; gap: 28px; }
.top-links a { color: #a996b8; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.top-links a:hover { color: #fff; }
.top-actions { margin-left: auto; display: flex; align-items: center; gap: 9px; }
.locale { margin-right: 8px; color: #a693b4; font-size: 10px; font-weight: 800; }
.locale b { color: var(--green); }
.locale a:hover { color: #fff; }
.btn-login, .btn-signup { display: grid; place-items: center; min-width: 89px; height: 39px; padding: 0 18px; border-radius: 5px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.btn-login { border: 1px solid #554064; }
.btn-login:hover { background: #20112e; }
.btn-signup { background: var(--green); color: #061811; }
.btn-signup:hover { background: #38e7b1; }

.hero { position: relative; min-height: 685px; overflow: hidden; background: #080d2c; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,3,18,.98) 0%, rgba(8,3,20,.92) 29%, rgba(7,4,21,.38) 58%, rgba(7,4,21,.08) 78%), linear-gradient(0deg, rgba(9,3,19,.85), transparent 40%); }
.hero-content { position: relative; z-index: 2; max-width: 670px; padding: 88px 5vw 135px; }
.eyebrow, .section-label { display: inline-block; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { padding: 7px 10px; margin-bottom: 16px; background: rgba(31,211,154,.1); border: 1px solid rgba(31,211,154,.3); border-radius: 4px; }
.hero h1 { max-width: 660px; }
.hero-lead { max-width: 575px; margin: 22px 0; color: #c8b9d2; font-size: 15px; line-height: 1.7; }
.offer-line { display: flex; align-items: center; gap: 20px; margin: 24px 0; }
.offer-line div small, .offer-line div strong { display: block; }
.offer-line div small { color: #8e7e9c; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.offer-line div strong { font-size: 23px; line-height: 1.25; }
.offer-line > span { color: var(--green); font-size: 25px; font-weight: 300; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 21px; border: 0; border-radius: 5px; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #061811; background: var(--green); box-shadow: 0 12px 30px rgba(31,211,154,.14); }
.button-primary:hover { background: #42ebb6; }
.button-ghost { border: 1px solid rgba(255,255,255,.27); background: rgba(9,3,19,.28); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-white { color: #171020; background: #fff; }
.button-gold { color: #251606; background: linear-gradient(135deg, #ffe699, #c99328); box-shadow: 0 10px 35px rgba(226,176,63,.2); }
.button-dark { width: 100%; color: #fff; background: #1f0e33; }
.hero-note { margin: 12px 0 0; color: #796a86; font-size: 8px; }
.hero-facts { position: absolute; z-index: 3; left: 5vw; bottom: 27px; display: flex; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hero-facts div { min-width: 138px; padding: 0 23px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts b, .hero-facts span { display: block; }
.hero-facts b { font-size: 20px; }
.hero-facts span { color: #8d7d9a; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }

.ticker { height: 35px; overflow: hidden; background: var(--green); color: #071910; }
.ticker div { min-width: max-content; height: 100%; display: flex; align-items: center; justify-content: space-around; gap: 29px; padding: 0 22px; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.ticker i { font-style: normal; font-size: 7px; }
.content-wrap { max-width: 1460px; margin: 0 auto; padding: 0 clamp(24px, 4.5vw, 76px); }
.section-pad { margin: 118px 0; }
.casino-categories { min-height: 96px; display: grid; grid-template-columns: repeat(7,1fr); margin-top: 25px; border: 1px solid var(--line); background: #120720; border-radius: 9px; overflow: hidden; }
.casino-categories a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid var(--line); color: #a594af; font-size: 9px; font-weight: 750; transition: .2s; }
.casino-categories a:last-child { border: 0; }
.casino-categories a:hover { color: #fff; background: #1c0c31; }
.casino-categories i { color: var(--green); font-size: 21px; font-style: normal; font-weight: 900; }
.intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.section-label { margin-bottom: 13px; }
.section-label.light { color: #efe8f3; }
.section-label.gold { color: var(--gold); }
.intro-copy { padding-top: 26px; }
.intro-copy p { color: var(--muted); }
.arrow-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.arrow-link span { font-size: 16px; transition: transform .2s; }
.arrow-link:hover span { transform: translateX(4px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 30px; }
.section-head > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 12px; }
.snapshot { padding-top: 32px; border-top: 1px solid var(--line); }
.snapshot-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.snapshot-grid article { min-height: 178px; display: flex; flex-direction: column; padding: 23px; background: linear-gradient(145deg,#1c0c30,#11061e); border: 1px solid var(--line); border-radius: 8px; }
.snapshot-grid small { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.snapshot-grid b { margin: auto 0 5px; font-size: 20px; }
.snapshot-grid span { color: #9e8cab; font-size: 10px; line-height: 1.5; }

.filter-tabs { display: flex; gap: 5px; margin-bottom: 15px; overflow-x: auto; scrollbar-width: none; }
.filter-tabs::-webkit-scrollbar { display: none; }
.filter-tabs button { white-space: nowrap; min-height: 35px; padding: 0 14px; border: 1px solid var(--line); background: #130820; border-radius: 4px; color: #8f7e9b; font-size: 9px; font-weight: 800; cursor: pointer; }
.filter-tabs button.active, .filter-tabs button:hover { color: #081b14; background: var(--green); border-color: var(--green); }
.game-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 11px; }
.game-card { min-width: 0; padding-bottom: 6px; }
.game-card.hidden { display: none; }
.game-art { position: relative; aspect-ratio: 1; overflow: hidden; margin-bottom: 9px; border-radius: 7px; background: #211236; }
.game-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s, filter .28s; }
.game-art:after { content: ""; position: absolute; inset: 0; opacity: 0; background: rgba(16,5,26,.63); transition: opacity .2s; }
.game-art > i { position: absolute; z-index: 2; left: 50%; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; opacity: 0; transform: translate(-50%,-40%); border-radius: 50%; color: #071811; background: var(--green); font-size: 14px; font-style: normal; transition: .22s; }
.game-card:hover .game-art:after, .game-card:hover .game-art > i { opacity: 1; }
.game-card:hover .game-art > i { transform: translate(-50%,-50%); }
.game-card:hover .game-art img { transform: scale(1.05); }
.game-card > b, .game-card > small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.game-card > b { font-size: 10px; letter-spacing: -.01em; }
.game-card > small { color: #7e6d8a; font-size: 8px; }
.tag { position: absolute; z-index: 3; left: 7px; top: 7px; padding: 3px 6px; border-radius: 3px; background: var(--green); color: #071811; font-size: 6px; font-style: normal; font-weight: 950; letter-spacing: .06em; }
.tag.hot { background: #f05a9f; color: #fff; }
.tag.live { background: #e6405f; color: #fff; }
.tag.jackpot { background: var(--gold); }
.tag.pino { background: var(--purple); color: #fff; }
.game-types { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.game-types article { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); background: #10061c; border-radius: 7px; }
.game-types i { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: rgba(31,211,154,.11); color: var(--green); font-size: 22px; font-style: normal; font-weight: 900; }
.game-types h3 { margin: 2px 0 5px; font-size: 14px; }
.game-types p { margin: 0; color: #8f7e9b; font-size: 9px; line-height: 1.55; }
.provider-strip { min-height: 118px; display: flex; align-items: center; gap: 35px; padding: 25px 30px; background: #f7f6f8; border-radius: 8px; }
.provider-strip > span { color: #443c49; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.provider-strip > div { width: 100%; display: grid; grid-template-columns: repeat(6,1fr); align-items: center; gap: 25px; }
.provider-strip img { width: 100%; max-height: 35px; object-fit: contain; filter: grayscale(1) brightness(.55); opacity: .75; }

.rail-buttons { display: flex; gap: 6px; }
.rail-buttons button { width: 39px; height: 39px; border: 1px solid var(--line); background: #190b2b; border-radius: 5px; cursor: pointer; }
.rail-buttons button:hover { color: #071811; background: var(--green); }
.promo-rail { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 5px; }
.promo-rail::-webkit-scrollbar { display: none; }
.promo-card { flex: 0 0 calc(25% - 9px); min-width: 210px; position: relative; aspect-ratio: 360/504; overflow: hidden; scroll-snap-align: start; border-radius: 9px; background: #241339; }
.promo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.promo-card:after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,rgba(8,2,15,.96)); }
.promo-card > div { position: absolute; z-index: 2; inset: auto 17px 16px; }
.promo-card small, .promo-card b, .promo-card span { display: block; }
.promo-card small { color: var(--green); font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.promo-card b { margin: 3px 0; font-size: 16px; }
.promo-card span { color: #baa9c5; font-size: 9px; }
.promo-card:hover img { transform: scale(1.035); }

.welcome { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; padding: 60px; border: 1px solid rgba(125,61,242,.25); background: radial-gradient(circle at 0 100%, rgba(216,72,166,.2), transparent 38%), linear-gradient(145deg,#260d3e,#11051f); border-radius: var(--radius); }
.welcome-heading > p { margin: 20px 0; color: #b9a9c5; font-size: 12px; }
.welcome-table { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(6,2,12,.25); }
.table-row { min-height: 61px; display: grid; grid-template-columns: 1.2fr 1.3fr .7fr .7fr; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.table-row.table-head { min-height: 38px; color: #7f6f8c; background: rgba(0,0,0,.18); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.table-row b { display: flex; align-items: center; gap: 10px; }
.table-row b i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-size: 7px; font-style: normal; }
.table-row strong { color: var(--green); }
.terms-box { padding: 16px 18px; background: rgba(31,211,154,.08); }
.terms-box b { display: block; color: var(--green); font-size: 9px; }
.terms-box p { margin: 4px 0 0; color: #a695b2; font-size: 8px; line-height: 1.6; }

.feature-banner { height: 560px; position: relative; overflow: hidden; border-radius: var(--radius); background: #12182f; }
.feature-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cashback-content { position: absolute; z-index: 2; inset: 50% auto auto 7%; width: 48%; transform: translateY(-50%); }
.cashback-content p { max-width: 570px; color: #c7bed1; }
.cashback-stats { display: flex; gap: 27px; margin: 22px 0; }
.cashback-stats div { padding-right: 27px; border-right: 1px solid rgba(255,255,255,.17); }
.cashback-stats div:last-child { border: 0; }
.cashback-stats b, .cashback-stats span { display: block; }
.cashback-stats b { color: var(--gold); font-size: 22px; }
.cashback-stats span { color: #8fa0ba; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.cashback-content > small { display: block; margin-top: 11px; color: #7e8aa0; font-size: 7px; }
.cashback-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; padding-top: 30px; border-top: 1px solid var(--line); }
.cashback-guide h2 { font-size: clamp(29px,3vw,42px); }
.cashback-table { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.cashback-table div { min-height: 75px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #140824; }
.cashback-table div:nth-child(3n) { border-right: 0; }
.cashback-table div:nth-child(n+4) { border-bottom: 0; }
.cashback-table span, .cashback-table b { display: block; }
.cashback-table span { color: #8f7d9d; font-size: 8px; }
.cashback-table b { color: var(--green); font-size: 19px; }

.loyalty { min-height: 550px; position: relative; overflow: hidden; border: 1px solid rgba(240,197,92,.2); border-radius: var(--radius); background: #0f0d15; }
.loyalty > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.loyalty-copy { position: relative; z-index: 2; width: 54%; margin: 0 auto; padding: 62px 24px; text-align: center; }
.loyalty-copy p { max-width: 610px; margin: 20px auto; color: #c4b7c9; }
.loyalty-copy ul { display: inline-block; margin: 0 0 22px; padding-left: 18px; color: #a493aa; font-size: 10px; text-align: left; }
.level-rule { display: grid; grid-template-columns: repeat(4,1fr); margin: 25px 0 18px; border: 1px solid rgba(240,197,92,.25); border-radius: 7px; overflow: hidden; }
.level-rule span { padding: 11px 4px; border-right: 1px solid rgba(240,197,92,.2); color: #aa98b0; font-size: 7px; font-weight: 800; }
.level-rule span:last-child { border: 0; }
.level-rule b { display: block; color: var(--gold); font-size: 14px; }

.mystery-hero { min-height: 500px; position: relative; overflow: hidden; border-radius: var(--radius); background: #32105c; }
.mystery-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mystery-hero > div { position: relative; z-index: 2; width: 47%; margin-left: 42%; padding: 80px 20px 50px; text-align: center; }
.mystery-hero p { max-width: 520px; margin: 20px auto; color: #cbbfd5; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.case-grid article { display: grid; grid-template-columns: 120px 1fr; align-items: center; min-height: 165px; padding: 12px 20px 12px 8px; background: linear-gradient(145deg,#210d3b,#160828); border: 1px solid var(--line); border-radius: 8px; }
.case-grid img { width: 120px; }
.case-grid small { color: var(--green); font-size: 7px; font-weight: 900; }
.case-grid h3 { margin: 5px 0; font-size: 15px; }
.case-grid p { margin: 0; color: #94829f; font-size: 8px; }

.tournaments { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.tournament-copy > p { margin: 20px 0; color: var(--muted); }
.tournament-copy ol { margin: 0 0 20px; padding: 0; list-style: none; }
.tournament-copy li { display: flex; gap: 13px; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; }
.tournament-copy li b { color: var(--green); font-size: 8px; }
.leaderboard { overflow: hidden; padding: 23px; background: linear-gradient(145deg,#241041,#140722); border: 1px solid rgba(125,61,242,.3); border-radius: 10px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.leaderboard header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; font-size: 9px; }
.leaderboard header > div { display: flex; gap: 8px; align-items: center; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.leaderboard header small { color: #887894; font-size: 7px; }
.leaderboard .prize { margin-bottom: 10px; padding: 16px; border-radius: 6px; background: linear-gradient(100deg,rgba(31,211,154,.15),rgba(125,61,242,.18)); }
.leaderboard .prize small, .leaderboard .prize strong { display: block; }
.leaderboard .prize small { color: #8b7a96; font-size: 7px; }
.leaderboard .prize strong { color: var(--green); font-size: 17px; }
.leaderboard ol { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.leaderboard li { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; min-height: 48px; padding: 0 12px; background: rgba(255,255,255,.035); border-radius: 5px; font-size: 9px; }
.leaderboard li i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); font-style: normal; font-weight: 900; }
.leaderboard li:nth-child(1) i { color: #211304; background: var(--gold); }
.leaderboard li:nth-child(2) i { color: #23252e; background: #c6cad5; }
.leaderboard li:nth-child(3) i { background: #a87342; }
.leaderboard li span { color: #c7b9ce; }
.leaderboard li.you { margin-top: 5px; border: 1px solid rgba(31,211,154,.3); background: rgba(31,211,154,.08); }
.leaderboard li.you i { color: #071811; background: var(--green); }

.vip { padding-top: 32px; border-top: 1px solid rgba(240,197,92,.25); }
.vip-head > p { max-width: 560px; }
.vip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.vip-grid article { min-width: 0; overflow: hidden; position: relative; padding: 0 20px 24px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(160deg,#211131,#100719); }
.vip-grid article:after { content: ""; position: absolute; right: -55px; top: -55px; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .08; }
.vip-grid img { width: 100%; height: 125px; object-fit: contain; margin-bottom: 4px; }
.vip-grid small { font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.vip-grid h3 { margin: 2px 0 10px; font-size: 24px; }
.vip-grid strong { font-size: 10px; }
.vip-grid ul { margin: 13px 0 0; padding-left: 15px; color: #9f8fab; font-size: 8px; }
.vip-grid .silver { color: #cad0dc; }
.vip-grid .gold-tier { color: var(--gold); }
.vip-grid .platinum { color: #80dcd5; }
.vip-grid .diamond { color: #cc8cff; }
.fineprint { margin: 13px 0 0; color: #6e6078; font-size: 8px; text-align: center; }

.payments { padding: 55px; background: #130720; border: 1px solid var(--line); border-radius: var(--radius); }
.payment-logos { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; margin: 28px 0; }
.payment-logos div { height: 66px; display: grid; place-items: center; padding: 16px; background: #fff; border-radius: 5px; }
.payment-logos img { width: 100%; max-height: 33px; object-fit: contain; }
.payment-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 10px; }
.payment-table-wrap { overflow-x: auto; }
.payment-table-wrap table { width: 100%; height: 100%; min-width: 610px; border-collapse: collapse; background: #1b0c2e; }
.payment-table-wrap th, .payment-table-wrap td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; font-size: 9px; }
.payment-table-wrap th { color: #897994; background: rgba(0,0,0,.15); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.payment-table-wrap td { color: #9d8da7; }
.payment-table-wrap td b { color: #fff; }
.payment-table-wrap td:last-child { color: var(--green); font-weight: 700; }
.limits-card { padding: 24px; background: linear-gradient(145deg,#592079,#241039); border-radius: 7px; }
.limits-card > div { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.13); }
.limits-card small { color: #b9a8c3; font-size: 7px; }
.limits-card b { font-size: 15px; }
.limits-card p { color: #ae9bb9; font-size: 7px; line-height: 1.5; }
.limits-card .button { width: 100%; padding: 0 12px; }

.account { display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; border-radius: var(--radius); }
.account-main { padding: 58px; background: radial-gradient(circle at 0 100%,rgba(216,72,166,.25),transparent 36%), linear-gradient(140deg,#5d1879,#291044); }
.step-list { margin: 24px 0; }
.step-list article { display: grid; grid-template-columns: 37px 1fr; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.step-list article > b { width: 30px; height: 30px; display: grid; place-items: center; color: #081a13; background: var(--green); border-radius: 50%; font-size: 8px; }
.step-list h3 { margin-bottom: 4px; font-size: 12px; }
.step-list p { margin: 0; color: #c8b8d1; font-size: 9px; }
.login-card { padding: 58px 42px; background: #f7f4f8; color: #21142b; }
.login-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: #e7def0; color: var(--purple); font-size: 31px; }
.login-card > small { display: block; margin-top: 24px; color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.login-card h3 { margin: 4px 0 7px; font-size: 27px; }
.login-card p { color: #776d7e; font-size: 10px; }
.login-card label { display: block; margin-top: 12px; color: #524858; font-size: 8px; font-weight: 850; }
.login-card label span { display: block; margin-top: 3px; padding: 11px; border: 1px solid #ded5e2; background: #fff; border-radius: 5px; color: #9a909e; font-weight: 500; }
.login-card .button { margin-top: 16px; }
.forgot { display: block; margin-top: 9px; color: #756d79; font-size: 8px; text-align: center; text-decoration: underline; }

.kyc { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.kyc > div:first-child > p { margin: 20px 0; color: var(--muted); }
.kyc-note { padding: 15px; border-left: 3px solid var(--green); background: rgba(31,211,154,.07); }
.kyc-note b, .kyc-note span { display: block; }
.kyc-note b { color: var(--green); font-size: 9px; }
.kyc-note span { color: #a996b5; font-size: 8px; }
.document-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.document-grid article { min-height: 155px; padding: 23px; border: 1px solid var(--line); background: linear-gradient(145deg,#1c0c30,#11061f); border-radius: 7px; }
.document-grid i, .document-grid b, .document-grid span { display: block; }
.document-grid i { color: var(--green); font-size: 9px; font-style: normal; font-weight: 900; }
.document-grid b { margin: 34px 0 5px; font-size: 12px; }
.document-grid span { color: #9583a1; font-size: 8px; }

.app { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; min-height: 590px; padding: 65px 8%; overflow: hidden; background: radial-gradient(circle at 14% 80%,rgba(216,72,166,.4),transparent 33%), linear-gradient(135deg,#471363,#221044); border-radius: var(--radius); }
.phone-stage { position: relative; }
.phone { width: 230px; height: 440px; position: relative; overflow: hidden; margin: auto; border: 9px solid #09060d; border-radius: 32px; background: #0e0720; box-shadow: 20px 22px 0 rgba(31,211,154,.7), 0 25px 50px rgba(0,0,0,.35); }
.phone-top { position: absolute; z-index: 3; left: 50%; top: 0; width: 85px; height: 19px; transform: translateX(-50%); background: #09060d; border-radius: 0 0 12px 12px; }
.phone > img:first-of-type { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.phone:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent,rgba(15,5,28,.75)); }
.phone .phone-logo { position: absolute; z-index: 2; left: 12%; top: 38%; width: 76%; filter: drop-shadow(0 5px 15px rgba(0,0,0,.6)); }
.phone > span { position: absolute; z-index: 2; left: 0; right: 0; bottom: 48px; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-align: center; }
.orbit { position: absolute; z-index: 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #281603; font-style: normal; font-weight: 900; box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.orbit.one { left: 3%; top: 10%; transform: rotate(-15deg); }
.orbit.two { right: 2%; top: 25%; background: var(--green); }
.orbit.three { left: 4%; bottom: 7%; background: var(--pink); color: #fff; }
.app-copy > p { margin: 20px 0; color: #cdbfd4; }
.app-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 18px; font-size: 10px; font-weight: 700; }
.app-features span { color: #e3d8e8; }
.app-features span::first-letter { color: var(--green); }
.app-badge { display: inline-block; width: 143px; margin: 0 8px 10px 0; vertical-align: middle; }

.safety { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.badge-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.badge-grid div { min-height: 125px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border: 1px solid var(--line); background: #150925; border-radius: 7px; }
.badge-grid img { width: 90px; max-height: 48px; filter: grayscale(1) brightness(2.5); }
.badge-grid span { margin-top: 10px; color: #8d7c98; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.safety-copy p { color: var(--muted); }
.safety-copy h2 + p { margin-top: 20px; }
.safety-copy b { color: #fff; }

.responsible { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; padding: 58px; border-radius: var(--radius); background: radial-gradient(circle at 0 100%,rgba(31,211,154,.22),transparent 37%), linear-gradient(135deg,#185e51,#103d39); }
.responsible > div:first-child p { margin: 20px 0; color: #cde6df; }
.control-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.control-grid article { min-height: 96px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; gap: 2px 8px; padding: 15px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); border-radius: 6px; }
.control-grid i { grid-row: 1/3; width: 32px; height: 32px; display: grid; place-items: center; color: #0a3a2f; background: #77efd0; border-radius: 50%; font-style: normal; font-weight: 900; }
.control-grid b { font-size: 10px; }
.control-grid span { color: #c3ded7; font-size: 8px; line-height: 1.45; }

.seo-copy { padding-top: 32px; border-top: 1px solid var(--line); }
.seo-copy h2 { margin-bottom: 28px; }
.copy-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 60px; }
.copy-columns p { color: var(--muted); font-size: 12px; }
.copy-columns strong { color: #fff; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.faq-intro { position: sticky; top: 102px; }
.faq-intro p { margin: 20px 0; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 20px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: 12px 35px 0 0; color: #a28faa; font-size: 10px; }

.final-cta { min-height: 340px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 65px max(6vw,45px); background: radial-gradient(circle at 75% 0,rgba(31,211,154,.32),transparent 28%), linear-gradient(110deg,#cc459f,#611681 72%); }
.final-cta p { margin-top: 10px; color: #f0ddec; }
.final-cta .button { min-width: 205px; }
.footer { padding: 54px max(5vw,35px) 27px; background: #06010a; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 45px; }
.footer-brand img { width: 160px; height: 44px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 330px; margin-top: 15px; color: #817187; font-size: 9px; }
.footer nav { display: flex; flex-direction: column; gap: 6px; }
.footer nav b { margin-bottom: 5px; color: var(--green); font-size: 8px; letter-spacing: .12em; }
.footer nav a { color: #9987a2; font-size: 9px; }
.footer nav a:hover { color: #fff; }
.footer-badges { display: flex; align-items: center; gap: 23px; margin-top: 38px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-badges img { max-width: 75px; max-height: 34px; filter: grayscale(1) brightness(2); opacity: .55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 50px; padding-top: 18px; color: #66596c; font-size: 7px; }
.footer-bottom p:first-child { max-width: 820px; }
.mobile-join { display: none; }

@media (max-width: 1250px) {
  .game-grid { grid-template-columns: repeat(4,1fr); }
  .snapshot-grid, .vip-grid { grid-template-columns: repeat(2,1fr); }
  .provider-strip { align-items: flex-start; flex-direction: column; }
  .promo-card { flex-basis: calc(33.333% - 8px); }
  .welcome { gap: 45px; padding: 45px; }
  .case-grid article { grid-template-columns: 95px 1fr; }
  .case-grid img { width: 95px; }
  .payment-logos { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 930px) {
  :root { --sidebar: 0px; }
  body { padding-bottom: 64px; }
  .sidebar { width: 270px; padding-top: 18px; transform: translateX(-102%); transition: transform .25s; }
  .sidebar.open { transform: translateX(0); }
  .side-close { display: block; }
  .page-shade { position: fixed; z-index: 90; inset: 0; border: 0; background: rgba(4,1,8,.72); backdrop-filter: blur(3px); }
  body.menu-open .page-shade { display: block; }
  .site { margin-left: 0; }
  .topbar { height: 63px; padding: 0 18px; }
  .menu-toggle { width: 34px; height: 34px; display: flex; flex-direction: column; justify-content: center; gap: 4px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 20px; height: 2px; background: #fff; }
  .mobile-brand { display: block; width: 125px; margin-left: 8px; }
  .mobile-brand img { width: 100%; height: 34px; object-fit: contain; }
  .top-links { display: none; }
  .locale { display: none; }
  .hero { min-height: 660px; }
  .hero-content { padding: 70px 5vw 150px; }
  .hero-facts { left: 5vw; right: 5vw; justify-content: space-between; }
  .hero-facts div { min-width: 0; padding: 0 18px; }
  .casino-categories { grid-template-columns: repeat(4,1fr); }
  .casino-categories a:nth-child(n+5) { display: none; }
  .intro, .cashback-guide, .tournaments, .kyc, .safety, .responsible, .faq { grid-template-columns: 1fr; gap: 40px; }
  .intro-copy { padding-top: 0; }
  .welcome, .account, .app { grid-template-columns: 1fr; }
  .loyalty-copy { width: 68%; }
  .mystery-hero > div { width: 58%; margin-left: 35%; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { grid-template-columns: 120px 1fr; }
  .case-grid img { width: 120px; }
  .payment-layout { grid-template-columns: 1fr; }
  .limits-card { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .limits-card > .section-label, .limits-card > p, .limits-card > .button { grid-column: 1/-1; }
  .limits-card > div { display: block; }
  .app { padding-top: 60px; }
  .phone-stage { min-height: 470px; }
  .faq-intro { position: static; }
  .footer-top { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1/-1; }
  .mobile-join { position: fixed; z-index: 85; left: 8px; right: 8px; bottom: 7px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 6px 7px 6px 15px; border-radius: 7px; background: #f7f5f8; color: #211329; box-shadow: 0 5px 30px rgba(0,0,0,.45); }
  .mobile-join span { font-size: 11px; font-weight: 850; }
  .mobile-join small { display: block; color: #8a7d8e; font-size: 6px; letter-spacing: .1em; }
  .mobile-join b { min-height: 39px; display: grid; place-items: center; padding: 0 17px; border-radius: 4px; background: var(--green); color: #071811; font-size: 8px; }
}

@media (max-width: 650px) {
  body { font-size: 14px; }
  .btn-login { display: none; }
  .btn-signup { min-width: 77px; padding: 0 12px; }
  .mobile-brand { width: 108px; }
  .hero { min-height: 710px; }
  .hero-bg { object-position: 63% center; opacity: .75; }
  .hero-shade { background: linear-gradient(0deg,rgba(8,2,16,.99) 0%,rgba(8,2,16,.84) 48%,rgba(8,2,16,.22) 100%), linear-gradient(90deg,rgba(8,2,16,.75),transparent); }
  .hero-content { padding: 65px 20px 170px; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 13px; }
  .offer-line { gap: 12px; }
  .offer-line div strong { font-size: 17px; }
  .hero-facts { left: 20px; right: 20px; bottom: 22px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 0; }
  .hero-facts div { padding: 0 12px; }
  .hero-facts div:nth-child(2) { border-right: 0; }
  .hero-facts div:first-child, .hero-facts div:nth-child(3) { padding-left: 0; }
  .hero-facts b { font-size: 16px; }
  .ticker { height: 31px; }
  .content-wrap { padding: 0 16px; }
  .section-pad { margin: 78px 0; }
  .casino-categories { min-height: 82px; }
  .casino-categories i { font-size: 18px; }
  .casino-categories span { font-size: 7px; }
  .intro, .section-head { gap: 20px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .snapshot-grid, .vip-grid, .game-types, .copy-columns { grid-template-columns: 1fr; }
  .snapshot-grid article { min-height: 142px; }
  .game-grid { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .game-card:nth-child(n+10) { display: none; }
  .game-card.hidden { display: none; }
  .game-card > b { font-size: 9px; }
  .provider-strip { gap: 18px; padding: 22px 18px; }
  .provider-strip > div { grid-template-columns: repeat(3,1fr); gap: 18px; }
  .promo-card { flex-basis: 70%; }
  .welcome { margin-left: -16px; margin-right: -16px; padding: 42px 18px; border-radius: 0; }
  .table-row { grid-template-columns: 1.15fr 1.15fr .65fr .65fr; padding: 0 10px; font-size: 8px; }
  .table-row b { gap: 5px; }
  .table-row b i { display: none; }
  .feature-banner { height: 720px; margin-left: -16px; margin-right: -16px; border-radius: 0; }
  .feature-banner > img { object-position: 70% center; }
  .feature-banner:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#11192f 0%,rgba(17,25,47,.92) 47%,transparent 73%); }
  .cashback-content { inset: auto 22px 30px; width: auto; transform: none; }
  .cashback-content h2 { font-size: 38px; }
  .cashback-stats { gap: 12px; }
  .cashback-stats div { padding-right: 12px; }
  .cashback-stats b { font-size: 17px; }
  .cashback-table { grid-template-columns: repeat(2,1fr); }
  .cashback-table div:nth-child(3n) { border-right: 1px solid var(--line); }
  .cashback-table div:nth-child(2n) { border-right: 0; }
  .cashback-table div:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .cashback-table div:nth-child(n+5) { border-bottom: 0; }
  .loyalty { min-height: 720px; margin-left: -16px; margin-right: -16px; border-radius: 0; }
  .loyalty > img { object-position: center top; opacity: .78; }
  .loyalty:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#0d0b12 16%,rgba(13,11,18,.84) 52%,rgba(13,11,18,.16) 100%); }
  .loyalty-copy { width: 100%; padding: 270px 20px 35px; }
  .level-rule span { font-size: 6px; }
  .mystery-hero { min-height: 680px; margin-left: -16px; margin-right: -16px; border-radius: 0; }
  .mystery-hero > img { object-position: center top; }
  .mystery-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#2b0b50 14%,rgba(43,11,80,.92) 45%,transparent 72%); }
  .mystery-hero > div { width: auto; margin: 0; padding: 360px 20px 35px; }
  .case-grid article { grid-template-columns: 95px 1fr; padding: 10px; }
  .case-grid img { width: 95px; }
  .tournaments { gap: 35px; }
  .leaderboard { padding: 16px; }
  .vip-grid article { display: grid; grid-template-columns: 120px 1fr; align-items: center; padding: 12px 18px 17px 5px; }
  .vip-grid img { width: 120px; height: 120px; margin: 0; }
  .payments { margin-left: -16px; margin-right: -16px; padding: 38px 16px; border-radius: 0; }
  .payment-logos { grid-template-columns: repeat(3,1fr); }
  .payment-logos div:last-child { display: none; }
  .limits-card { grid-template-columns: repeat(3,1fr); padding: 18px; }
  .account { margin-left: -16px; margin-right: -16px; border-radius: 0; }
  .account-main, .login-card { padding: 42px 22px; }
  .document-grid { grid-template-columns: 1fr; }
  .document-grid article { min-height: 125px; }
  .document-grid b { margin-top: 22px; }
  .app { margin-left: -16px; margin-right: -16px; padding: 55px 22px; border-radius: 0; }
  .phone-stage { min-height: 440px; }
  .phone { width: 205px; height: 405px; }
  .app-features { grid-template-columns: 1fr; }
  .badge-grid { gap: 7px; }
  .badge-grid div { min-height: 105px; }
  .responsible { margin-left: -16px; margin-right: -16px; padding: 42px 20px; border-radius: 0; }
  .control-grid { grid-template-columns: 1fr; }
  .control-grid article { min-height: 80px; }
  .faq { gap: 32px; }
  .final-cta { display: block; padding: 55px 22px; }
  .final-cta .button { margin-top: 22px; }
  .footer { padding: 45px 22px 20px; }
  .footer-top { grid-template-columns: repeat(2,1fr); gap: 27px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-top nav:last-child { grid-column: 1/-1; }
  .footer-badges { flex-wrap: wrap; gap: 16px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 39px; }
  .hero-buttons { align-items: stretch; flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .game-grid { grid-template-columns: repeat(2,1fr); }
  .game-card:nth-child(n+9) { display: none; }
  .game-card.hidden { display: none; }
  .cashback-stats span { font-size: 6px; }
  .vip-grid article { grid-template-columns: 95px 1fr; }
  .vip-grid img { width: 95px; }
  .mobile-join span { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
