:root {
  --bg: #09080e;
  --surface: #121019;
  --surface-2: #18151f;
  --surface-3: #211d2a;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f7f5fb;
  --muted: #9d98a8;
  --lime: #c8ff45;
  --lime-2: #9fe520;
  --pink: #ff4fd8;
  --purple: #8b5cff;
  --orange: #ff964a;
  --danger: #ff6577;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.noise { position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.demo-strip { height: 34px; display: flex; gap: 9px; justify-content: center; align-items: center; color: #c9c5d1; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: #0e0c14; border-bottom: 1px solid var(--line); }
.demo-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.demo-strip__info { color: var(--lime); background: none; border: 0; cursor: pointer; font-size: inherit; font-weight: inherit; padding: 2px; text-decoration: underline; text-underline-offset: 3px; }

.site-header { height: 76px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; position: sticky; top: 0; z-index: 30; background: rgba(9, 8, 14, .82); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.brand b { color: var(--lime); }
.brand__mark { width: 32px; height: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; padding: 7px 6px; transform: skew(-7deg); border-radius: 9px; background: var(--lime); box-shadow: 0 0 25px rgba(200,255,69,.15); }
.brand__mark i { display: block; height: 65%; background: #0b0a0f; border-radius: 2px; }
.brand__mark i:nth-child(2) { height: 100%; }
.brand__mark i:nth-child(3) { height: 80%; }
.main-nav { display: flex; align-items: center; height: 100%; gap: 30px; color: var(--muted); font-size: 13px; font-weight: 700; }
.main-nav a { height: 100%; display: grid; place-items: center; position: relative; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.main-nav a.active::after { content: ""; height: 2px; position: absolute; inset: auto 0 -1px; background: var(--lime); border-radius: 5px; box-shadow: 0 0 14px var(--lime); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .profile-button { border: 1px solid var(--line); background: var(--surface-2); cursor: pointer; }
.icon-button { width: 39px; height: 39px; padding: 10px; border-radius: 12px; }
.icon-button svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-button.muted { color: var(--danger); }
.balance-pill { min-width: 145px; height: 48px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: var(--surface-2); border-radius: 14px; padding: 5px 10px 5px 6px; cursor: pointer; text-align: left; transition: border .2s, transform .2s; }
.balance-pill:hover { border-color: rgba(200,255,69,.35); transform: translateY(-1px); }
.balance-pill__icon { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: #111; background: var(--lime); border-radius: 10px; font-size: 13px; font-weight: 900; }
.balance-pill > span:nth-child(2) { display: grid; line-height: 1; gap: 5px; }
.balance-pill small { color: var(--muted); font-size: 9px; }
.balance-pill strong { font-size: 13px; }
.balance-pill svg { width: 14px; margin-left: auto; fill: none; stroke: var(--muted); stroke-width: 1.6; }
.profile-button { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; position: relative; color: #1a0f20; background: linear-gradient(145deg, #ff8bea, var(--pink)); font-weight: 900; font-size: 11px; }
.online-dot { position: absolute; right: -1px; bottom: 1px; width: 10px; height: 10px; border: 2px solid var(--bg); background: var(--lime); border-radius: 50%; }

.hero { min-height: 530px; margin-top: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 86% 38%, rgba(255,79,216,.15), transparent 26%), radial-gradient(circle at 60% 90%, rgba(139,92,255,.16), transparent 34%), linear-gradient(125deg, #14101a 0%, #0d0b12 55%, #131019 100%); display: grid; grid-template-columns: 51% 49%; position: relative; }
.hero::before { content: ""; width: 600px; height: 600px; position: absolute; right: -330px; top: -330px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.015), 0 0 0 140px rgba(255,255,255,.01); }
.hero__content { padding: 72px 20px 58px 68px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 15px; height: 1px; background: currentColor; box-shadow: 0 0 7px currentColor; }
.hero h1 { margin: 20px 0 18px; max-width: 570px; font-size: clamp(48px, 5.4vw, 77px); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em { color: var(--lime); font-style: normal; text-shadow: 0 0 40px rgba(200,255,69,.2); }
.hero__content > p { max-width: 520px; margin: 0; color: #aaa5b2; font-size: 16px; line-height: 1.65; }
.hero__actions { display: flex; gap: 10px; margin-top: 30px; }
.primary-button, .secondary-button { min-height: 48px; padding: 0 21px; border-radius: 13px; cursor: pointer; font-size: 12px; font-weight: 850; transition: transform .2s, box-shadow .2s, border .2s; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; color: #12120d; background: var(--lime); border: 1px solid var(--lime); box-shadow: 0 10px 30px rgba(200,255,69,.12); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(200,255,69,.22); }
.primary-button svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.secondary-button { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.secondary-button:hover { border-color: rgba(255,255,255,.25); transform: translateY(-2px); }
.hero__trust { display: flex; gap: 24px; margin-top: 29px; color: var(--muted); font-size: 10px; font-weight: 650; }
.hero__trust span { display: flex; align-items: center; gap: 7px; }
.hero__trust i { width: 17px; height: 17px; display: grid; place-items: center; color: #17151a; background: #68636d; border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 900; }
.hero__visual { position: relative; min-height: 530px; perspective: 900px; }
.jackpot-card { width: 340px; height: 380px; padding: 25px; position: absolute; top: 66px; left: 72px; z-index: 4; transform: rotateY(-7deg) rotateZ(3deg); text-align: center; border: 1px solid rgba(255,255,255,.13); border-radius: 31px; background: linear-gradient(150deg, rgba(40,31,49,.96), rgba(19,16,25,.97)); box-shadow: 20px 40px 80px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.08); }
.jackpot-card::before { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.055); border-radius: 25px; }
.jackpot-card__top { display: flex; align-items: center; justify-content: space-between; color: #d7d3dd; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.jackpot-card__top i { padding: 4px 7px; color: #191316; background: var(--pink); border-radius: 10px; font-size: 7px; font-style: normal; }
.jackpot-card > strong { display: block; margin-top: 22px; color: var(--lime); font-size: 37px; line-height: 1; letter-spacing: -.04em; text-shadow: 0 0 24px rgba(200,255,69,.2); }
.jackpot-card > small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.slot-reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 27px 0 21px; }
.slot-reels span { height: 100px; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(#17141c, #28222e 50%, #17141c); box-shadow: inset 0 14px 20px rgba(0,0,0,.25), inset 0 -14px 20px rgba(0,0,0,.25); }
.slot-reels b { color: var(--pink); font-size: 46px; text-shadow: 0 0 18px rgba(255,79,216,.35); }
.slot-reels span:nth-child(2) b { color: var(--lime); font-size: 36px; }
.jackpot-card > button { width: 100%; height: 41px; color: #151416; border: 0; border-radius: 11px; background: var(--lime); font-size: 10px; font-weight: 900; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb--pink { width: 240px; height: 240px; top: 60px; right: -50px; background: radial-gradient(circle at 35% 35%, #ffb4ed, var(--pink) 32%, #7d1d6b 64%, transparent 68%); opacity: .65; filter: blur(8px); }
.orb--lime { width: 140px; height: 140px; left: 8px; bottom: -30px; background: radial-gradient(circle at 35% 35%, #f0ffc7, var(--lime) 38%, #5a7b16 65%, transparent 68%); opacity: .36; filter: blur(10px); }
.floating-chip { width: 58px; height: 58px; display: grid; place-items: center; position: absolute; z-index: 5; color: #111; border: 5px dashed rgba(0,0,0,.18); background: var(--lime); border-radius: 50%; box-shadow: var(--shadow); font-weight: 950; }
.floating-chip--one { top: 45px; left: 25px; transform: rotate(-18deg); }
.floating-chip--two { width: 42px; height: 42px; right: 22px; bottom: 72px; color: white; background: var(--pink); transform: rotate(12deg); }
.spark { position: absolute; z-index: 5; color: white; text-shadow: 0 0 13px white; }
.spark--one { right: 24px; top: 75px; font-size: 34px; }
.spark--two { left: 38px; bottom: 62px; color: var(--lime); font-size: 26px; }

.quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.quick-stats > div { min-height: 84px; display: grid; grid-template-columns: 32px auto; grid-template-rows: 1fr 1fr; align-items: end; padding: 18px 28px; border-right: 1px solid var(--line); }
.quick-stats > div:last-child { border: 0; }
.quick-stats > div > span { grid-row: 1 / 3; align-self: center; }
.quick-stats strong { font-size: 18px; }
.quick-stats small { align-self: start; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.stat-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--lime); border: 1px solid rgba(200,255,69,.25); border-radius: 8px; background: rgba(200,255,69,.06); font-size: 12px; }
.status-pulse { width: 8px; height: 8px; margin-left: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200,255,69,.08), 0 0 14px var(--lime); }

.games-section { padding-top: 106px; scroll-margin-top: 80px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; }
.section-heading h2, .reward-banner h2, .tournament-section h2 { margin: 12px 0 0; font-size: clamp(30px, 4vw, 47px); letter-spacing: -.05em; }
.search-box { width: 215px; height: 43px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.search-box:focus-within { border-color: rgba(200,255,69,.45); }
.search-box svg { width: 17px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-box input { width: 100%; color: white; border: 0; outline: 0; background: none; font-size: 12px; }
.search-box input::placeholder { color: #706b77; }
.category-row { display: flex; gap: 8px; margin: 28px 0 24px; overflow-x: auto; scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.category-chip { min-width: max-content; height: 37px; padding: 0 15px; color: var(--muted); border: 1px solid var(--line); border-radius: 11px; background: var(--surface); cursor: pointer; font-size: 10px; font-weight: 750; }
.category-chip:hover, .category-chip.active { color: #171319; border-color: var(--lime); background: var(--lime); }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.game-card { min-width: 0; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)), var(--surface); cursor: pointer; transition: transform .25s, border-color .25s, box-shadow .25s; }
.game-card::before { content: ""; position: absolute; inset: -1px; pointer-events: none; opacity: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(200,255,69,.58), rgba(255,79,216,.45), rgba(139,92,255,.4)); transition: opacity .25s; z-index: 0; }
.game-card::after { content: ""; position: absolute; inset: 1px; pointer-events: none; border-radius: 18px; background: var(--surface); z-index: 0; }
.game-card > * { position: relative; z-index: 1; }
.game-card:hover { transform: translateY(-8px) scale(1.015); border-color: rgba(255,255,255,.22); box-shadow: 0 28px 55px rgba(0,0,0,.34), 0 0 32px rgba(200,255,69,.08); }
.game-card:hover::before { opacity: .55; }
.game-card__art { height: 165px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.game-card__art::before { content: ""; width: 170px; height: 170px; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 56px rgba(255,255,255,.018); animation: slowSpin 14s linear infinite; }
.game-card__art::after { content: ""; height: 55%; position: absolute; inset: auto 0 0; z-index: -1; background: linear-gradient(transparent, rgba(0,0,0,.22)); }
.game-card__shine { width: 70px; position: absolute; inset: -35% auto -35% -75px; z-index: 5; pointer-events: none; opacity: .45; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: rotate(18deg); transition: transform .7s ease; }
.game-card:hover .game-card__shine { transform: translateX(350px) rotate(18deg); }
.game-card__orbit { position: absolute; inset: 28px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.game-card__orbit.orbit-one { animation: slowSpin 18s linear infinite; }
.game-card__orbit.orbit-two { inset: 47px; border-style: solid; opacity: .5; animation: slowSpin 13s linear infinite reverse; }
.game-card__symbol { position: relative; z-index: 2; font-size: 72px; font-weight: 950; line-height: 1; letter-spacing: -.08em; text-shadow: 0 12px 25px rgba(0,0,0,.35), 0 0 28px currentColor; transform: rotate(-4deg); transition: transform .25s, filter .25s; }
.game-card:hover .game-card__symbol { transform: rotate(-2deg) scale(1.08); filter: saturate(1.25); }
.game-card__symbol small { font-size: .35em; }
.art-slots { background: radial-gradient(circle at 50% 50%, rgba(255,79,216,.38), transparent 44%), linear-gradient(135deg, #491445, #1b0b24); color: var(--pink); }
.art-wheel { background: radial-gradient(circle at 50% 50%, rgba(200,255,69,.34), transparent 44%), linear-gradient(135deg, #29351a, #11170d); color: var(--lime); }
.art-dice { background: radial-gradient(circle at 50% 50%, rgba(139,92,255,.45), transparent 44%), linear-gradient(135deg, #302060, #130f25); color: #a98cff; }
.art-blackjack { background: radial-gradient(circle at 50% 50%, rgba(255,101,119,.34), transparent 44%), linear-gradient(135deg, #501d27, #1d0d11); color: #ff7181; }
.art-crash { background: radial-gradient(circle at 50% 50%, rgba(255,150,74,.38), transparent 44%), linear-gradient(135deg, #522a0f, #1e1008); color: var(--orange); }
.art-mines { background: radial-gradient(circle at 50% 50%, rgba(55,205,255,.35), transparent 44%), linear-gradient(135deg, #104154, #07181f); color: #51d9ff; }
.art-koi { background: radial-gradient(circle at 50% 50%, rgba(255,98,172,.35), transparent 44%), linear-gradient(135deg, #48234d, #160d20); color: #ff8bc5; }
.art-royal { background: radial-gradient(circle at 50% 50%, rgba(255,205,61,.35), transparent 44%), linear-gradient(135deg, #4b3a0d, #1b1407); color: #ffd44c; }
.game-badge { position: absolute; top: 11px; left: 11px; z-index: 3; padding: 5px 8px; color: white; background: rgba(10,9,14,.7); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(8px); border-radius: 7px; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.game-badge.hot { color: #1a1217; background: var(--pink); border-color: var(--pink); }
.game-card__feature { position: absolute; left: 12px; bottom: 12px; z-index: 4; padding: 6px 9px; color: #f5f2fb; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(10,9,14,.62); backdrop-filter: blur(10px); box-shadow: 0 10px 24px rgba(0,0,0,.18); font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.game-card__play { width: 42px; height: 42px; display: grid; place-items: center; position: absolute; right: 12px; bottom: 12px; z-index: 4; color: #111; background: var(--lime); border-radius: 50%; opacity: 0; transform: translateY(8px); transition: .25s; box-shadow: 0 8px 22px rgba(0,0,0,.3); font-size: 13px; }
.game-card:hover .game-card__play { opacity: 1; transform: translateY(0); }
.game-card__info { padding: 14px 15px 15px; }
.game-card__info > div { display: flex; align-items: center; justify-content: space-between; }
.game-card h3 { margin: 0; font-size: 13px; }
.game-card p { margin: 5px 0 0; color: var(--muted); font-size: 9px; }
.game-card__info > small { display: block; min-height: 30px; margin-top: 8px; color: #c3becb; font-size: 9px; line-height: 1.45; }
.game-card__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.game-card__tags span { padding: 5px 7px; color: var(--lime); border: 1px solid rgba(200,255,69,.16); border-radius: 999px; background: rgba(200,255,69,.055); font-size: 7px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.game-card__rating { color: #d3d0d7; font-size: 9px; }
.game-card__rating b { color: #ffd05a; }
.empty-games { padding: 50px; color: var(--muted); text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }

.reward-banner { min-height: 250px; margin-top: 100px; display: grid; grid-template-columns: 135px 1.1fr 1.4fr auto; align-items: center; gap: 32px; overflow: hidden; padding: 38px 42px; position: relative; scroll-margin-top: 100px; border: 1px solid rgba(200,255,69,.16); border-radius: 25px; background: radial-gradient(circle at 4% 20%, rgba(200,255,69,.17), transparent 30%), linear-gradient(115deg, #151a10, #111016 60%); }
.reward-banner__icon { width: 112px; height: 112px; display: grid; place-items: center; position: relative; border-radius: 28px; background: linear-gradient(145deg, var(--lime), #7cae12); transform: rotate(-6deg); box-shadow: 0 25px 40px rgba(0,0,0,.3); }
.reward-banner__icon::before, .reward-banner__icon::after { content: ""; position: absolute; background: #171910; }
.reward-banner__icon::before { width: 100%; height: 9px; }
.reward-banner__icon::after { height: 100%; width: 9px; }
.reward-banner__icon span { z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; color: var(--lime); background: #171910; border-radius: 50%; font-size: 20px; }
.reward-banner h2 { font-size: 30px; }
.reward-banner__content p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.reward-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.reward-days > div { min-height: 104px; display: grid; place-items: center; padding: 10px 5px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.reward-days span, .reward-days small { color: var(--muted); font-size: 8px; }
.reward-days b { width: 29px; height: 29px; display: grid; place-items: center; color: #77727d; border-radius: 50%; background: rgba(255,255,255,.06); font-size: 11px; }
.reward-days .claimed b { color: #151614; background: #737b64; }
.reward-days .today { border-color: rgba(200,255,69,.5); background: rgba(200,255,69,.07); box-shadow: inset 0 0 20px rgba(200,255,69,.04); }
.reward-days .today span, .reward-days .today small { color: var(--lime); }
.reward-days .today b { color: #16190f; background: var(--lime); box-shadow: 0 0 20px rgba(200,255,69,.25); }
.reward-button { min-width: 104px; }
.reward-button:disabled { color: #5f5c62; border-color: #302e34; background: #252329; box-shadow: none; transform: none; cursor: default; }

.tournament-section { min-height: 400px; margin-top: 80px; margin-bottom: 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 60px 68px; scroll-margin-top: 100px; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 25px; background: radial-gradient(circle at 4% 90%, rgba(139,92,255,.16), transparent 33%), var(--surface); }
.tournament-section::before { content: "♜"; position: absolute; left: 43%; top: 50%; color: rgba(255,255,255,.025); font-size: 280px; transform: translate(-50%,-50%) rotate(-8deg); }
.tournament-copy { position: relative; z-index: 2; }
.tournament-copy > p { max-width: 450px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.timer { display: flex; align-items: start; gap: 13px; margin-top: 28px; }
.timer span { display: grid; gap: 5px; }
.timer b { width: 59px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: #0c0b10; font-size: 22px; }
.timer small { color: var(--muted); text-align: center; font-size: 8px; text-transform: uppercase; }
.timer > i { margin-top: 13px; color: #5e5964; font-style: normal; }
.leaderboard { padding: 8px 22px 16px; position: relative; z-index: 2; border: 1px solid var(--line); border-radius: 18px; background: #0e0c13; box-shadow: var(--shadow); }
.leaderboard > div { min-height: 60px; display: grid; grid-template-columns: 28px 38px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); font-size: 11px; }
.leaderboard > div:last-child { border: 0; }
.leaderboard .leaderboard__head { min-height: 42px; grid-template-columns: 1fr auto; color: var(--muted); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.leaderboard__head small { font-size: inherit; }
.rank { color: var(--muted); text-align: center; font-style: normal; font-size: 10px; }
.rank--gold { color: #ffd95c; }
.rank--silver { color: #cdd5dd; }
.rank--bronze { color: #d39366; }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; color: #d6d0df; border-radius: 9px; background: #25212c; font-size: 8px; font-style: normal; font-weight: 800; }
.avatar--a { color: #251b07; background: #ffce3d; }
.avatar--b { color: #160b23; background: #aa70ff; }
.avatar--c { color: #071c22; background: #4edcf6; }
.leaderboard strong { font-size: 10px; }
.leaderboard b { color: #d8d4dc; font-size: 10px; }
.leaderboard .leaderboard__you { margin-top: 6px; padding: 0 10px; border: 1px solid rgba(200,255,69,.15); border-radius: 11px; background: rgba(200,255,69,.055); }
.leaderboard__you strong, .leaderboard__you b { color: var(--lime); }

.site-footer { border-top: 1px solid var(--line); background: #08070b; }
.footer-grid { min-height: 240px; display: grid; grid-template-columns: 2fr 1fr 1.2fr 1.2fr; gap: 60px; align-items: start; padding-top: 55px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; }
.footer-grid p { max-width: 330px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.footer-grid strong { margin-bottom: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid a:not(.brand), .footer-grid button { width: fit-content; padding: 0; color: var(--muted); border: 0; background: none; cursor: pointer; font-size: 10px; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--lime); }
.footer-grid .age-card { flex-direction: row; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.age-card b { width: 42px; height: 42px; display: grid; place-items: center; margin: 0; flex: 0 0 auto; color: var(--lime); border: 1px solid var(--lime); border-radius: 50%; font-size: 12px; }
.age-card span { color: var(--muted); font-size: 9px; line-height: 1.4; }
.footer-bottom { min-height: 60px; display: flex; justify-content: space-between; align-items: center; color: #5f5b64; border-top: 1px solid var(--line); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.mobile-nav { display: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(4,3,7,.78); backdrop-filter: blur(10px); animation: fadeIn .2s ease; }
.modal__panel { width: min(480px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; position: relative; z-index: 2; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #15121b; box-shadow: 0 30px 100px rgba(0,0,0,.6); animation: modalIn .25s ease; }
.game-modal__panel { width: min(760px, 100%); padding: 0; overflow: hidden; }
.modal__close { width: 35px; height: 35px; position: absolute; right: 15px; top: 15px; z-index: 5; color: #b5b0bc; border: 1px solid var(--line); border-radius: 10px; background: rgba(10,9,14,.62); cursor: pointer; font-size: 23px; line-height: 1; }
.modal-kicker { color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.modal__panel h2 { margin: 7px 0 22px; font-size: 29px; letter-spacing: -.04em; }
.wallet-balance { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 18px 20px; border: 1px solid rgba(200,255,69,.18); border-radius: 16px; background: radial-gradient(circle at 85% 30%, rgba(200,255,69,.12), transparent 35%), #10130d; }
.wallet-balance > span, .wallet-balance > small { color: var(--muted); font-size: 9px; }
.wallet-balance strong { display: flex; align-items: center; gap: 10px; margin: 7px 0 3px; font-size: 28px; }
.wallet-balance strong i { width: 28px; height: 28px; display: grid; place-items: center; color: #12130e; background: var(--lime); border-radius: 8px; font-size: 12px; font-style: normal; }
.wallet-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0; border-bottom: 1px solid var(--line); }
.wallet-tabs button { height: 42px; color: var(--muted); border: 0; border-bottom: 2px solid transparent; background: none; cursor: pointer; font-size: 11px; font-weight: 750; }
.wallet-tabs button.active { color: var(--lime); border-color: var(--lime); }
.demo-warning { display: flex; gap: 12px; padding: 12px; margin-bottom: 18px; border: 1px solid rgba(255,150,74,.2); border-radius: 11px; background: rgba(255,150,74,.06); }
.demo-warning > b { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; color: #18120d; background: var(--orange); border-radius: 50%; font-size: 10px; }
.demo-warning span { display: grid; gap: 3px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.demo-warning strong { color: #e5ddd7; font-size: 9px; }
#withdrawForm > label { display: grid; gap: 8px; margin-bottom: 14px; color: #b9b5bf; font-size: 9px; font-weight: 750; }
#withdrawForm input { height: 47px; padding: 0 13px; color: white; border: 1px solid var(--line); outline: none; border-radius: 11px; background: #0d0b11; font-size: 12px; }
#withdrawForm input:focus { border-color: rgba(200,255,69,.4); }
.amount-chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: -4px 0 17px; }
.amount-chips button { height: 31px; color: var(--muted); border: 1px solid var(--line); border-radius: 8px; background: var(--surface-2); cursor: pointer; font-size: 8px; }
.amount-chips button:hover { color: var(--lime); border-color: rgba(200,255,69,.35); }
.fake-select { height: 51px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; background: #0d0b11; }
.fake-card { padding: 6px; color: #111; border-radius: 5px; background: var(--lime); font-size: 6px; letter-spacing: .05em; }
.fake-select b { font-size: 9px; }
.fake-select i { margin-left: auto; color: var(--muted); font-style: normal; }
.submit-withdraw { width: 100%; margin-top: 6px; }
.transaction-list { display: grid; gap: 8px; }
.transaction { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; min-height: 58px; padding: 8px; border: 1px solid var(--line); border-radius: 11px; }
.transaction > i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--lime); border-radius: 9px; background: rgba(200,255,69,.08); font-style: normal; font-size: 13px; }
.transaction > span { display: grid; gap: 4px; font-size: 9px; }
.transaction small { color: var(--muted); font-size: 7px; }
.transaction b { font-size: 10px; }
.transaction.negative b { color: var(--orange); }
.empty-history { padding: 35px 10px; color: var(--muted); text-align: center; font-size: 10px; }
.info-panel p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.info-panel ul { padding-left: 20px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.info-panel .secondary-button { width: 100%; margin-top: 12px; }

.game-stage { min-height: 610px; padding: 31px 36px 36px; position: relative; overflow: hidden; isolation: isolate; text-align: center; background: radial-gradient(circle at 50% 25%, rgba(139,92,255,.16), transparent 35%), #100d15; }
.game-stage::before { content: ""; position: absolute; inset: -38%; z-index: 0; pointer-events: none; opacity: 0; background: conic-gradient(from 90deg, transparent, rgba(200,255,69,.28), transparent, rgba(255,79,216,.24), transparent, rgba(139,92,255,.22), transparent); transform: scale(.72) rotate(0); }
.game-stage.celebrating::before { animation: winAura 1.5s ease; }
.game-stage.jackpot-win::before { animation-duration: 2.05s; background: conic-gradient(from 90deg, transparent, rgba(255,213,77,.36), rgba(200,255,69,.34), transparent, rgba(255,79,216,.34), transparent); }
.game-stage > * { position: relative; z-index: 1; }
.game-stage--slots { background: radial-gradient(circle at 50% 28%, rgba(255,79,216,.18), transparent 34%), radial-gradient(circle at 12% 80%, rgba(200,255,69,.1), transparent 28%), #100d15; }
.game-stage--wheel { background: radial-gradient(circle at 50% 42%, rgba(200,255,69,.14), transparent 34%), radial-gradient(circle at 83% 18%, rgba(255,150,74,.12), transparent 28%), #0e1011; }
.game-stage--dice { background: radial-gradient(circle at 50% 44%, rgba(139,92,255,.22), transparent 36%), radial-gradient(circle at 18% 20%, rgba(255,79,216,.1), transparent 24%), #100d15; }
.stage-ambient { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.stage-ambient i { position: absolute; width: 220px; height: 220px; border-radius: 50%; opacity: .18; filter: blur(10px); animation: floatOrb 7s ease-in-out infinite; }
.stage-ambient i:nth-child(1) { left: -85px; top: 115px; background: var(--pink); }
.stage-ambient i:nth-child(2) { right: -90px; top: 80px; background: var(--lime); animation-delay: -2.2s; }
.stage-ambient i:nth-child(3) { left: 42%; bottom: -140px; background: var(--purple); animation-delay: -4.4s; }
.game-stage__head { padding-right: 35px; text-align: left; }
.game-stage__head span { color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.game-stage__head h2 { margin: 5px 0 2px; }
.game-stage__head p { margin: 0; color: var(--muted); font-size: 9px; }
.bet-row { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 25px 0 18px; }
.bet-row > span { margin-right: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.bet-chip { min-width: 55px; height: 31px; color: var(--muted); border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); cursor: pointer; font-size: 9px; }
.bet-chip.active { color: #12130e; border-color: var(--lime); background: var(--lime); }
.slot-machine { width: min(560px, 100%); margin: 0 auto; padding: 18px; position: relative; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(145deg, rgba(58,38,70,.98), rgba(18,14,24,.98)); box-shadow: 0 28px 70px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.08); }
.slot-machine::before { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(255,255,255,.06); border-radius: 22px; }
.slot-machine__top { height: 43px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin-bottom: 12px; padding: 0 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(90deg, rgba(10,8,14,.62), rgba(255,79,216,.12), rgba(10,8,14,.62)); }
.slot-machine__top span { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.slot-machine__top span:last-child { text-align: right; }
.slot-machine__top strong { color: var(--lime); font-size: 12px; letter-spacing: .08em; text-shadow: 0 0 18px rgba(200,255,69,.28); }
.marquee-lights { position: absolute; inset: 7px; pointer-events: none; border-radius: inherit; }
.marquee-lights i { width: 5px; height: 5px; position: absolute; left: 50%; top: 50%; border-radius: 50%; background: rgba(255,255,255,.38); box-shadow: 0 0 9px currentColor; color: var(--lime); transform: rotate(calc(var(--i) * 12.86deg)) translateY(-188px); animation: marqueeBlink 1.8s ease-in-out infinite; animation-delay: calc(var(--i) * -.055s); }
.wheel-theatre .marquee-lights i { transform: rotate(calc(var(--i) * 11.25deg)) translateY(-155px); color: var(--pink); }
.demo-slots { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 13px; margin: 0 auto; position: relative; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: linear-gradient(135deg, #2d2136, #17121d); box-shadow: 0 25px 45px rgba(0,0,0,.25); }
.demo-slots::before { content: ""; height: 4px; position: absolute; left: 21px; right: 21px; top: 50%; z-index: 3; pointer-events: none; border-radius: 10px; background: linear-gradient(90deg, transparent, rgba(200,255,69,.95), transparent); box-shadow: 0 0 20px rgba(200,255,69,.35); opacity: .22; transform: translateY(-50%); }
.demo-slots.win-hit { animation: slotCabinetWin 1.05s ease; border-color: rgba(200,255,69,.55); box-shadow: 0 0 0 1px rgba(200,255,69,.25), 0 30px 70px rgba(200,255,69,.14), 0 25px 45px rgba(0,0,0,.25); }
.demo-reel { height: 155px; display: grid; place-items: center; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: linear-gradient(#0d0b11, #28212e 50%, #0d0b11); box-shadow: inset 0 20px 28px rgba(0,0,0,.36), inset 0 -20px 28px rgba(0,0,0,.36); font-size: 67px; }
.demo-reel::after { content: ""; position: absolute; inset: -20%; z-index: 2; pointer-events: none; opacity: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.65), transparent 62%); transform: translateX(-130%) rotate(12deg); }
.demo-reel span { position: relative; z-index: 1; display: block; }
.demo-reel.spinning span { animation: reelSpin .14s linear infinite; }
.demo-reel.win-hit { animation: reelBounce .95s ease; border-color: rgba(200,255,69,.6); box-shadow: inset 0 20px 28px rgba(0,0,0,.36), inset 0 -20px 28px rgba(0,0,0,.36), 0 0 30px rgba(200,255,69,.16); }
.demo-reel.win-hit::after { animation: reelShine .8s ease; }
.demo-reel.win-hit span { animation: symbolPop .85s ease; text-shadow: 0 0 24px rgba(200,255,69,.5), 0 0 40px rgba(255,79,216,.3); }
.slot-paytable { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.slot-paytable span { min-height: 48px; display: grid; place-items: center; gap: 2px; padding: 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.035); }
.slot-paytable b { color: #fff; font-size: 11px; letter-spacing: .06em; }
.slot-paytable small { color: var(--lime); font-size: 8px; font-weight: 900; }
.game-result { min-height: 38px; margin: 16px 0 3px; display: grid; place-items: center; color: var(--muted); font-size: 11px; }
.game-result.win { color: var(--lime); font-weight: 850; text-shadow: 0 0 18px rgba(200,255,69,.25); }
.game-result.pulse-win { animation: resultPulse 1.25s ease; }
.game-result.mega-win { color: #ffe27b; text-shadow: 0 0 18px rgba(255,213,77,.42), 0 0 36px rgba(255,79,216,.18); }
.spin-button { min-width: 180px; position: relative; overflow: hidden; }
.spin-button::after { content: ""; width: 38px; position: absolute; inset: -40% auto -40% -70px; pointer-events: none; opacity: .45; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); transform: rotate(18deg); animation: buttonSweep 3.4s ease-in-out infinite; }
.feature-rail { width: min(455px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px auto 0; }
.feature-rail span { min-height: 52px; display: grid; place-items: center; gap: 2px; padding: 8px 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.03); }
.feature-rail b { color: var(--lime); font-size: 13px; line-height: 1; }
.feature-rail small { color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.game-wallet { display: flex; justify-content: center; gap: 25px; margin-top: 18px; color: var(--muted); font-size: 9px; }
.game-wallet b { color: white; }
.wheel-theatre { width: min(360px, 100%); min-height: 310px; display: grid; place-items: center; margin: 5px auto 0; position: relative; border-radius: 50%; }
.wheel-theatre::before { content: ""; width: 330px; height: 330px; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle, rgba(255,255,255,.045), transparent 58%); box-shadow: inset 0 0 45px rgba(255,255,255,.035), 0 25px 65px rgba(0,0,0,.28); }
.wheel-wrap { width: 280px; height: 280px; margin: 12px auto 0; position: relative; }
.wheel-pointer { position: absolute; left: 50%; top: -4px; z-index: 3; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 25px solid var(--lime); transform: translateX(-50%); filter: drop-shadow(0 4px 4px rgba(0,0,0,.4)); }
.demo-wheel { width: 100%; height: 100%; display: grid; place-items: center; border: 10px solid #292430; border-radius: 50%; background: repeating-conic-gradient(from -8deg, rgba(255,255,255,.05) 0 2deg, transparent 2deg 30deg), conic-gradient(var(--pink) 0 45deg, #27222e 45deg 90deg, var(--purple) 90deg 135deg, #27222e 135deg 180deg, var(--lime) 180deg 225deg, #27222e 225deg 270deg, var(--orange) 270deg 315deg, #27222e 315deg 360deg); box-shadow: 0 25px 50px rgba(0,0,0,.35), inset 0 0 0 4px rgba(255,255,255,.1), inset 0 0 0 18px rgba(0,0,0,.16); transition: transform 2.4s cubic-bezier(.12,.67,.13,1), box-shadow .35s, border-color .35s; }
.demo-wheel::before { content: "SPIN"; width: 62px; height: 62px; display: grid; place-items: center; color: #18131b; background: white; border: 8px solid #201b26; border-radius: 50%; font-size: 10px; font-weight: 950; }
.demo-wheel.win-hit { border-color: rgba(200,255,69,.8); box-shadow: 0 0 0 10px rgba(200,255,69,.06), 0 0 55px rgba(200,255,69,.28), 0 25px 50px rgba(0,0,0,.35), inset 0 0 0 4px rgba(255,255,255,.16); animation: wheelWin 1.2s ease; }
.wheel-multiplier { width: 46px; height: 46px; display: grid; place-items: center; position: absolute; z-index: 4; color: #111; border-radius: 50%; background: var(--lime); box-shadow: 0 12px 26px rgba(0,0,0,.32), 0 0 20px rgba(200,255,69,.24); font-size: 10px; font-weight: 950; }
.multiplier-a { right: -8px; top: 38px; }
.multiplier-b { left: -10px; top: 122px; color: white; background: var(--pink); }
.multiplier-c { right: 28px; bottom: -4px; color: white; background: var(--purple); }
.dice-arena { min-height: 245px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; width: min(500px, 100%); margin: 0 auto; }
.dice-board { min-height: 230px; display: grid; place-items: center; position: relative; }
.dice-board::before { content: ""; width: 205px; height: 72px; position: absolute; bottom: 24px; border-radius: 50%; background: radial-gradient(ellipse, rgba(139,92,255,.35), transparent 70%); filter: blur(8px); }
.dice-orbit { width: 80px; height: 160px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.08), transparent 55%); box-shadow: inset 0 0 24px rgba(255,255,255,.04); animation: orbitPulse 2.8s ease-in-out infinite; }
.orbit-left { justify-self: end; transform: rotate(-16deg); }
.orbit-right { justify-self: start; transform: rotate(16deg); animation-delay: -1.4s; }
.demo-dice { width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 31px; background: linear-gradient(145deg, #c5adff, #6e49df 56%, #43268f); box-shadow: 0 28px 60px rgba(73,43,143,.35), inset 9px 10px 18px rgba(255,255,255,.18), inset -12px -14px 20px rgba(20,10,50,.26); font-size: 72px; font-weight: 950; }
.dice-face { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 9px; padding: 30px; }
.dice-pip { width: 16px; height: 16px; place-self: center; border-radius: 50%; background: transparent; }
.dice-pip.active { background: white; box-shadow: 0 0 16px rgba(255,255,255,.42), inset 0 -3px 5px rgba(0,0,0,.18); }
.dice-ready-mark { grid-column: 1 / -1; grid-row: 1 / -1; place-self: center; color: white; text-shadow: 0 0 28px rgba(255,255,255,.45); }
.demo-dice.rolling { animation: diceRoll .7s ease; }
.demo-dice.win-hit { animation: diceWin 1.05s ease; border-color: rgba(200,255,69,.8); box-shadow: 0 0 0 10px rgba(200,255,69,.05), 0 0 50px rgba(200,255,69,.24), 0 28px 60px rgba(73,43,143,.35); }
.choice-row { display: flex; justify-content: center; gap: 8px; margin-bottom: 15px; }
.choice-row button { min-width: 130px; height: 42px; color: var(--muted); border: 1px solid var(--line); border-radius: 11px; background: var(--surface-2); cursor: pointer; font-size: 10px; font-weight: 800; }
.choice-row button.active { color: #17131b; border-color: var(--lime); background: var(--lime); }
.coming-stage { min-height: 480px; display: grid; place-items: center; padding: 50px; text-align: center; background: radial-gradient(circle, rgba(139,92,255,.18), transparent 45%), #100d15; }
.coming-stage__symbol { font-size: 100px; }
.coming-stage h2 { margin: 15px 0 8px; }
.coming-stage p { max-width: 350px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.celebration-layer { position: absolute; inset: 0; z-index: 6; pointer-events: none; overflow: hidden; }
.win-callout { min-width: 190px; padding: 15px 20px 16px; position: absolute; left: 50%; top: 44%; display: grid; gap: 2px; justify-items: center; border: 1px solid rgba(200,255,69,.45); border-radius: 22px; color: #10120b; background: linear-gradient(135deg, rgba(241,255,178,.97), rgba(200,255,69,.95)); box-shadow: 0 24px 70px rgba(200,255,69,.25), 0 0 0 9px rgba(200,255,69,.06); transform: translate(-50%,-50%); animation: winCallout 2.45s ease both; }
.jackpot-layer .win-callout { border-color: rgba(255,213,77,.8); background: linear-gradient(135deg, #fff2a6, #c8ff45 48%, #ff8bea); box-shadow: 0 28px 90px rgba(255,213,77,.28), 0 0 0 13px rgba(255,213,77,.07); animation-duration: 3s; }
.win-callout span { font-size: 10px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.win-callout strong { font-size: 38px; line-height: .95; letter-spacing: -.06em; }
.win-callout small { color: rgba(16,18,11,.72); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.win-coin, .win-spark { position: absolute; left: 50%; top: 47%; display: grid; place-items: center; transform: translate(-50%, -50%); animation: particleBurst 2.05s cubic-bezier(.12,.74,.18,1) var(--delay) both; }
.win-coin { width: 31px; height: 31px; color: #12120d; border: 3px dashed rgba(0,0,0,.15); border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(200,255,69,.5); font-size: 10px; font-style: normal; font-weight: 950; }
.win-spark { color: white; font-size: 18px; font-style: normal; text-shadow: 0 0 18px currentColor; }
.win-spark:nth-child(odd) { color: var(--pink); }
.win-spark:nth-child(3n) { color: #ffe27b; }

.toast-stack { position: fixed; right: 22px; bottom: 22px; z-index: 150; display: grid; gap: 9px; }
.toast { min-width: 280px; max-width: 360px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(24,21,31,.96); box-shadow: var(--shadow); animation: toastIn .3s ease; }
.toast > i { width: 30px; height: 30px; display: grid; place-items: center; color: #15170f; background: var(--lime); border-radius: 9px; font-style: normal; font-size: 11px; font-weight: 900; }
.toast > span { display: grid; gap: 3px; font-size: 10px; font-weight: 750; }
.toast small { color: var(--muted); font-size: 8px; font-weight: 500; }

@keyframes fadeIn { from { opacity: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } }
@keyframes toastIn { from { opacity: 0; transform: translateX(20px); } }
@keyframes reelSpin { 0% { transform: translateY(-70px); filter: blur(3px); } 100% { transform: translateY(70px); filter: blur(3px); } }
@keyframes diceRoll { 0% { transform: rotate(0) scale(1); } 35% { transform: rotate(130deg) scale(.75); } 70% { transform: rotate(270deg) scale(1.08); } 100% { transform: rotate(360deg) scale(1); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes marqueeBlink {
  0%, 100% { opacity: .28; transform: rotate(calc(var(--i) * 12.86deg)) translateY(-188px) scale(.85); }
  48% { opacity: 1; transform: rotate(calc(var(--i) * 12.86deg)) translateY(-188px) scale(1.35); }
}
.wheel-theatre .marquee-lights i { animation-name: wheelMarqueeBlink; }
@keyframes wheelMarqueeBlink {
  0%, 100% { opacity: .25; transform: rotate(calc(var(--i) * 11.25deg)) translateY(-155px) scale(.85); }
  48% { opacity: 1; transform: rotate(calc(var(--i) * 11.25deg)) translateY(-155px) scale(1.35); }
}
@keyframes floatOrb {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(18px,-16px,0) scale(1.08); }
}
@keyframes orbitPulse {
  0%, 100% { opacity: .35; filter: blur(0); }
  50% { opacity: .8; filter: blur(1px); }
}
@keyframes winAura {
  0% { opacity: 0; transform: scale(.62) rotate(0); }
  32% { opacity: .82; }
  100% { opacity: 0; transform: scale(1.1) rotate(150deg); }
}
@keyframes slotCabinetWin {
  0%, 100% { transform: translateY(0) scale(1); }
  22% { transform: translateY(-7px) scale(1.018); }
  45% { transform: translateY(4px) scale(.992); }
  68% { transform: translateY(-3px) scale(1.008); }
}
@keyframes reelBounce {
  0%, 100% { transform: translateY(0); }
  28% { transform: translateY(-9px); }
  56% { transform: translateY(5px); }
  78% { transform: translateY(-3px); }
}
@keyframes reelShine {
  0% { opacity: 0; transform: translateX(-130%) rotate(12deg); }
  18% { opacity: .75; }
  100% { opacity: 0; transform: translateX(130%) rotate(12deg); }
}
@keyframes symbolPop {
  0%, 100% { transform: scale(1) rotate(0); }
  35% { transform: scale(1.25) rotate(-4deg); }
  70% { transform: scale(.95) rotate(3deg); }
}
@keyframes resultPulse {
  0% { transform: scale(.96); opacity: .75; }
  35% { transform: scale(1.12); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes buttonSweep {
  0%, 58% { transform: translateX(0) rotate(18deg); }
  78%, 100% { transform: translateX(310px) rotate(18deg); }
}
@keyframes wheelWin {
  0%, 100% { scale: 1; filter: saturate(1); }
  28% { scale: 1.06; filter: saturate(1.45); }
  62% { scale: .98; }
}
@keyframes diceWin {
  0%, 100% { transform: translateY(0) rotate(0) scale(1); }
  22% { transform: translateY(-15px) rotate(-8deg) scale(1.08); }
  48% { transform: translateY(7px) rotate(6deg) scale(.96); }
  72% { transform: translateY(-5px) rotate(-3deg) scale(1.03); }
}
@keyframes winCallout {
  0% { opacity: 0; transform: translate(-50%,-42%) scale(.66) rotate(-4deg); filter: blur(8px); }
  18% { opacity: 1; transform: translate(-50%,-50%) scale(1.12) rotate(2deg); filter: blur(0); }
  58% { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0); }
  100% { opacity: 0; transform: translate(-50%,-68%) scale(.9) rotate(3deg); }
}
@keyframes particleBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.45) rotate(0); }
  16% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(.94) rotate(var(--rot)); }
}

@media (max-width: 1000px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 55% 45%; }
  .hero__content { padding-left: 45px; }
  .jackpot-card { left: 15px; transform: scale(.86) rotateY(-7deg) rotateZ(3deg); transform-origin: left center; }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .reward-banner { grid-template-columns: 100px 1fr 1.6fr; }
  .reward-banner__icon { width: 90px; height: 90px; }
  .reward-button { grid-column: 2 / 4; width: 100%; }
  .tournament-section { gap: 40px; padding-inline: 45px; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 600px); }
  .demo-strip { justify-content: flex-start; padding: 0 12px; overflow: hidden; white-space: nowrap; font-size: 8px; }
  .demo-strip__info { display: none; }
  .site-header { height: 66px; padding: 0 13px; }
  .brand { font-size: 14px; }
  .brand__mark { width: 29px; height: 29px; }
  .icon-button, .profile-button { display: none; }
  .balance-pill { min-width: 116px; height: 42px; }
  .balance-pill__icon { width: 28px; height: 28px; }
  .balance-pill small { display: none; }
  .hero { min-height: 700px; grid-template-columns: 1fr; margin-top: 12px; border-radius: 22px; }
  .hero__content { padding: 43px 25px 15px; }
  .hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero__content > p { font-size: 13px; }
  .hero__actions { flex-direction: column; }
  .hero__actions button { width: 100%; }
  .hero__trust { justify-content: center; gap: 13px; }
  .hero__visual { min-height: 315px; }
  .jackpot-card { width: 295px; height: 330px; top: 0; left: 50%; padding: 20px; transform: translateX(-50%) scale(.86) rotateZ(2deg); transform-origin: top center; }
  .jackpot-card > strong { font-size: 30px; }
  .slot-reels { margin: 20px 0 17px; }
  .slot-reels span { height: 86px; }
  .quick-stats { grid-template-columns: repeat(2, 1fr); }
  .quick-stats > div { min-height: 76px; padding: 14px 17px; }
  .quick-stats > div:nth-child(2) { border-right: 0; }
  .quick-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .games-section { padding-top: 75px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading h2 { font-size: 36px; }
  .search-box { width: 100%; }
  .category-row { margin-top: 20px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .game-card__art { height: 135px; }
  .game-card__symbol { font-size: 55px; }
  .game-card__feature { left: 9px; bottom: 9px; padding: 5px 7px; font-size: 7px; }
  .game-card__info { padding: 12px; }
  .game-card__info > small { min-height: 0; font-size: 8px; }
  .game-card__tags span { padding: 4px 6px; font-size: 6px; }
  .game-card__play { display: none; }
  .reward-banner { margin-top: 75px; grid-template-columns: 75px 1fr; gap: 20px; padding: 28px 22px; }
  .reward-banner__icon { width: 70px; height: 70px; border-radius: 20px; }
  .reward-banner__content h2 { font-size: 25px; }
  .reward-days { grid-column: 1 / 3; }
  .reward-button { grid-column: 1 / 3; }
  .tournament-section { grid-template-columns: 1fr; gap: 35px; margin: 60px auto 80px; padding: 38px 24px; }
  .tournament-section h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 45px 0 30px; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-bottom { min-height: 82px; padding: 15px 0 85px; flex-direction: column; justify-content: center; gap: 7px; text-align: center; }
  .mobile-nav { height: 67px; display: grid; grid-template-columns: repeat(4,1fr); position: fixed; inset: auto 0 0; z-index: 40; border-top: 1px solid var(--line); background: rgba(12,10,15,.94); backdrop-filter: blur(16px); }
  .mobile-nav a, .mobile-nav button { display: grid; place-items: center; align-content: center; gap: 4px; padding: 0; color: var(--muted); border: 0; background: none; font-size: 8px; }
  .mobile-nav span { font-size: 17px; line-height: 1; }
  .mobile-nav .active { color: var(--lime); }
  .modal { padding: 10px; }
  .modal__panel { max-height: calc(100vh - 20px); padding: 28px 20px; border-radius: 19px; }
  .game-modal__panel { padding: 0; }
  .game-stage { min-height: 560px; padding: 28px 15px 25px; }
  .game-stage::before { inset: 0; }
  .game-stage__head { padding-right: 38px; }
  .stage-ambient { display: none; }
  .spin-button::after { display: none; }
  .slot-machine { padding: 12px; border-radius: 22px; }
  .slot-machine__top { height: auto; grid-template-columns: 1fr; gap: 3px; padding: 9px; }
  .slot-machine__top span, .slot-machine__top span:last-child { text-align: center; }
  .marquee-lights { display: none; }
  .slot-paytable { gap: 6px; }
  .slot-paytable span { min-height: 42px; }
  .demo-reel { height: 130px; font-size: 53px; }
  .bet-row { overflow-x: auto; justify-content: flex-start; }
  .bet-row > span { display: none; }
  .feature-rail { gap: 6px; }
  .feature-rail span { min-height: 44px; }
  .wheel-theatre { min-height: 260px; }
  .wheel-theatre::before { width: 270px; height: 270px; }
  .wheel-wrap { width: 230px; height: 230px; }
  .wheel-multiplier { width: 38px; height: 38px; font-size: 8px; }
  .dice-arena { min-height: 205px; grid-template-columns: 1fr; }
  .dice-orbit { display: none; }
  .dice-board { min-height: 205px; }
  .demo-dice { width: 132px; height: 132px; border-radius: 27px; }
  .dice-face { padding: 26px; gap: 7px; }
  .dice-pip { width: 14px; height: 14px; }
  .toast-stack { inset: auto 12px 80px; }
  .toast { min-width: 0; max-width: none; width: 100%; }
}

@media (max-width: 390px) {
  .game-grid { grid-template-columns: 1fr; }
  .game-card__art { height: 165px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-grid > div:nth-child(2) { display: none; }
  .reward-days > div:nth-child(4) { display: none; }
  .reward-days { grid-template-columns: repeat(3,1fr); }
  .hero__trust { align-items: flex-start; flex-direction: column; }
}

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