.btn {
  --bg: var(--c-primary); --fg: var(--c-on-primary);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border: 1.5px solid transparent; border-radius: var(--radius-sm);
  background: var(--bg); color: var(--fg);
  font-size: 14px; font-weight: 700; letter-spacing: .02em; line-height: 1.1; text-transform: uppercase;
  text-decoration: none; cursor: pointer; transition: transform .12s ease, box-shadow .15s ease, filter .15s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); text-decoration: none; opacity: 1; }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn-primary   { --bg: var(--c-primary);   --fg: var(--c-on-primary); box-shadow: var(--glow-primary); }
.btn-secondary { --bg: var(--c-secondary); --fg: var(--c-on-secondary); }
.btn-outline   { background: transparent; color: var(--c-text); border-color: var(--c-border); }
.btn-outline:hover { border-color: var(--c-primary); color: var(--c-primary); filter: none; }
.btn-ghost     { background: var(--c-bg-3); color: var(--c-text); }
.btn-block     { display: flex; width: 100%; }
.btn-sm        { padding: 9px 16px; font-size: 12.5px; }
.btn-lg        { padding: 16px 30px; font-size: 15px; }

.chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; background: var(--c-bg-3); color: var(--c-text-muted); }
.chip svg { width: 14px; height: 14px; }
.chip-yellow { background: var(--c-primary); color: var(--c-on-primary); }
.chip-purple { background: color-mix(in srgb, var(--c-secondary) 25%, transparent); color: #c9a7ff; }
.card { background: var(--c-bg-2); border: 1px solid var(--c-border); border-radius: var(--radius-lg); }

.topbar { position: sticky; top: 0; z-index: 100; background: var(--c-bg-1); border-bottom: 1px solid var(--c-border); }
.topbar .bar { display: flex; align-items: center; gap: var(--space-4); height: var(--header-h); padding: 0 var(--space-4); }
.topbar .burger { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 0; background: none; color: var(--c-text); border-radius: 8px; }
.topbar .burger:hover { background: var(--c-bg-3); }
.topbar .burger svg { width: 24px; height: 24px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; font-size: 22px; letter-spacing: .02em; color: var(--c-text); text-decoration: none; text-transform: uppercase; }
.logo .mark { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9px; background: var(--c-primary); color: var(--c-on-primary); font-weight: 900; font-size: 15px; box-shadow: var(--glow-primary); }
.topbar .search-btn, .topbar .icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 0; background: none; color: var(--c-text-muted); border-radius: 8px; }
.topbar .search-btn:hover, .topbar .icon-btn:hover { background: var(--c-bg-3); color: var(--c-text); }
.topbar .search-btn svg, .topbar .icon-btn svg { width: 20px; height: 20px; }
.topbar .spacer { flex: 1; }
.topbar .actions { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 8px; background: var(--c-bg-3); color: var(--c-text); font-size: 13px; font-weight: 600; }
.lang svg { width: 14px; height: 14px; }
@media (max-width: 720px) {
  .topbar .actions .btn { padding: 9px 14px; font-size: 12px; }
  .topbar .lang, .topbar .icon-btn { display: none; }
  .logo { font-size: 18px; } .logo .mark { width: 30px; height: 30px; }
}

.rail { position: fixed; left: 0; top: var(--header-h); bottom: 0; width: var(--rail-w); z-index: 60;
  background: var(--c-bg-1); border-right: 1px solid var(--c-border);
  display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 0; overflow-y: auto; }
.rail a { display: flex; flex-direction: column; align-items: center; gap: 3px; width: 56px; padding: 9px 0; border-radius: 10px; color: var(--c-text-muted); font-size: 9.5px; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: .02em; }
.rail a > span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rail a svg { width: 22px; height: 22px; }
.rail a:hover, .rail a.active { background: var(--c-bg-3); color: var(--c-primary); opacity: 1; }
.rail .rail-hi { color: var(--c-primary); }
.page { padding-left: var(--rail-w); }
@media (max-width: 1080px) { .rail { display: none; } .page { padding-left: 0; } }

.hero { position: relative; border-radius: var(--radius-lg); overflow: hidden; margin: var(--space-5) 0 var(--space-8);
  background: radial-gradient(120% 140% at 70% 10%, #3a2140 0%, #14141f 55%), var(--c-bg-2); border: 1px solid var(--c-border); }
.hero .hero-in { position: relative; z-index: 2; padding: var(--space-6); }
.hero .hero-title { text-align: center; font-weight: 800; font-size: clamp(18px, 2.4vw, 24px); margin: 0 0 var(--space-5); color: var(--c-text); }
.hero .hero-brand { text-align: center; font-family: var(--font); font-weight: 900; font-size: clamp(34px, 7vw, 64px); letter-spacing: .04em; margin: 0 0 var(--space-6);
  background: linear-gradient(180deg, #ffe9a8, #f4c24a 60%, #b8862a); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 2px 30px rgba(244,194,74,.25); }
.hero .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
@media (max-width: 860px) { .hero .hero-grid { grid-template-columns: 1fr; } }

.deposit { background: rgba(10,10,20,.72); border: 1px solid var(--c-border); border-radius: var(--radius); padding: var(--space-5); backdrop-filter: blur(4px); }
.deposit .lbl { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c-text-muted); margin: 0 0 var(--space-3); }
.deposit .field { display: flex; gap: 8px; margin-bottom: 10px; }
.deposit input { flex: 1; min-width: 0; background: #0c0c14; border: 1px solid var(--c-border); border-radius: var(--radius-sm); color: var(--c-text); font: inherit; font-size: 18px; font-weight: 700; padding: 13px 15px; }
.deposit .cur { display: inline-flex; align-items: center; gap: 6px; background: #0c0c14; border: 1px solid var(--c-border); border-radius: var(--radius-sm); color: var(--c-text); font-weight: 700; padding: 0 14px; }
.deposit .cur svg { width: 12px; height: 12px; }
.deposit .btn { width: 100%; margin-bottom: var(--space-4); }
.deposit .pays { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: var(--space-3); }
.deposit .pay { height: 26px; min-width: 40px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 5px; font-size: 10px; font-weight: 800; color: #14141c; }
.deposit .pay.more { background: var(--c-bg-3); color: var(--c-text-muted); }
.deposit .promo-link { font-size: 13px; color: var(--c-primary); text-decoration: underline; text-underline-offset: 3px; background: none; border: 0; padding: 0; font-weight: 600; }

.bonus-hero { position: relative; border-radius: var(--radius); overflow: hidden; padding: var(--space-6); color: #fff; background: var(--grad-bonus); display: flex; flex-direction: column; justify-content: center; }
.bonus-hero .bh-lbl { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .85; margin: 0 0 var(--space-3); }
.bonus-hero .bh-row { display: flex; align-items: center; gap: 10px; font-size: clamp(20px, 3vw, 26px); font-weight: 800; margin-bottom: 8px; }
.bonus-hero .bh-big { display: flex; align-items: center; gap: 10px; font-size: clamp(26px, 4.5vw, 40px); font-weight: 900; margin-bottom: 8px; }
.bonus-hero .hl { background: var(--c-primary); color: var(--c-on-primary); padding: 2px 12px; border-radius: 8px; }
.bonus-hero .bh-sub { opacity: .9; margin: 0 0 var(--space-4); font-weight: 600; }
.bonus-hero .bh-fs { display: inline-flex; align-items: center; gap: 8px; }
.bonus-hero .bh-fs .pill { background: var(--c-primary); color: var(--c-on-primary); font-weight: 800; padding: 4px 12px; border-radius: 8px; }
.bonus-hero .btn { margin-top: var(--space-5); align-self: flex-start; }

.searchbar { display: flex; align-items: center; gap: 12px; background: var(--c-bg-2); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 0 16px; margin-bottom: var(--space-8); }
.searchbar svg { width: 20px; height: 20px; color: var(--c-text-muted); flex: none; }
.searchbar input { flex: 1; background: none; border: 0; color: var(--c-text); font: inherit; font-size: 15px; padding: 15px 0; }
.searchbar input::placeholder { color: var(--c-text-muted); }

.ticker { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.ticker .track { display: flex; width: max-content; animation: ticker var(--ticker-speed, 46s) linear infinite; }
.ticker .track .win-card { margin-right: var(--space-3); }
.ticker:hover .track, .ticker:focus-within .track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker { overflow-x: auto; } .ticker .track { animation: none; } }

.scroller { display: flex; gap: var(--space-3); overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x proximity; }
.scroller > * { scroll-snap-align: start; flex: none; }
.win-card { width: 210px; display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--c-bg-2); border: 1px solid var(--c-border); border-radius: var(--radius); }
.win-card .thumb { width: 42px; height: 42px; border-radius: 9px; background: linear-gradient(135deg, #2a2350, #12121e); flex: none; }
.win-card .amount { color: var(--c-win); font-weight: 800; font-size: 15px; }
.win-card .game { font-size: 12.5px; color: var(--c-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 130px; }
.win-card .meta { display: flex; align-items: center; gap: 6px; margin-top: 3px; font-size: 11px; color: var(--c-text-muted); }
.win-card .mult { background: var(--c-primary); color: var(--c-on-primary); font-weight: 800; padding: 1px 6px; border-radius: 5px; font-size: 10.5px; }

.game-tile { width: 158px; }
.game-tile .art { position: relative; aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--c-border);
  background: linear-gradient(150deg, #2c2358 0%, #171730 50%, #0f1330 100%); display: flex; align-items: flex-end; }
.game-tile .art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 40% at 50% 30%, rgba(244,232,58,.12), transparent 70%); }
.game-tile .prov-tag { position: absolute; top: 8px; left: 8px; z-index: 2; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--c-text-muted); background: rgba(0,0,0,.5); padding: 3px 7px; border-radius: 5px; }
.game-tile .play { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .15s ease; background: rgba(10,10,20,.5); }
.game-tile:hover .play { opacity: 1; }
.game-tile .play span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--c-primary); color: var(--c-on-primary); box-shadow: var(--glow-primary); }
.game-tile .play svg { width: 22px; height: 22px; }
.game-tile .name { margin: 8px 2px 0; font-size: 13px; font-weight: 600; color: var(--c-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.game-tile .prov { margin: 1px 2px 0; font-size: 11px; color: var(--c-text-muted); }

.cats { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; margin-bottom: var(--space-6); }
.cats a { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: var(--radius-pill); background: var(--c-bg-2); border: 1px solid var(--c-border); color: var(--c-text); font-size: 13.5px; font-weight: 600; }
.cats a svg { width: 16px; height: 16px; color: var(--c-primary); }
.cats a:hover, .cats a.active { border-color: var(--c-primary); color: var(--c-primary); opacity: 1; }

.tile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-3); }
.tile { display: flex; align-items: center; justify-content: center; padding: 16px 12px; border-radius: var(--radius); background: var(--c-bg-2); border: 1px solid var(--c-border); font-weight: 700; font-size: 14px; color: var(--c-text-muted); text-align: center; transition: border-color .15s, color .15s; }
.tile:hover { border-color: var(--c-primary); color: var(--c-text); }
.pay-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pay-badge { height: 38px; min-width: 58px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 7px; font-size: 12px; font-weight: 800; color: #14141c; }

.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); }
@media (max-width: 860px) { .promo-grid { grid-template-columns: 1fr; } }
.promo { position: relative; overflow: hidden; padding: var(--space-5); border-radius: var(--radius-lg); background: var(--c-bg-2); border: 1px solid var(--c-border); }
.promo .tag { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--c-primary); }
.promo h3 { margin: 8px 0 6px; font-size: 19px; font-weight: 800; }
.promo p { margin: 0 0 var(--space-4); color: var(--c-text-muted); font-size: 14px; }

.bonus-card { display: grid; grid-template-columns: 1fr auto; gap: var(--space-5); align-items: center; padding: var(--space-6);
  border-radius: var(--radius-lg); background: linear-gradient(135deg, color-mix(in srgb, var(--c-secondary) 30%, var(--c-bg-2)), var(--c-bg-2)); border: 1px solid var(--c-border); }
@media (max-width: 640px) { .bonus-card { grid-template-columns: 1fr; text-align: center; } }
.bonus-card .k { color: var(--c-primary); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: 12px; margin: 0 0 6px; }
.bonus-card .big { font-size: clamp(22px, 4vw, 30px); font-weight: 900; margin: 0 0 6px; line-height: 1.1; }
.bonus-card .sub { color: var(--c-text-muted); margin: 0; font-size: 14px; }
.bonus-card .actions { display: grid; gap: 10px; min-width: 230px; }
@media (max-width: 640px) { .bonus-card .actions { min-width: 0; } }
.promo-code { display: inline-flex; align-items: center; gap: 8px; width: 100%; justify-content: center; background: rgba(0,0,0,.35); border: 1px dashed var(--c-border); border-radius: var(--radius-sm); padding: 9px 12px; }
.promo-code .label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--c-text-muted); }
.copy-code { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 0; font: inherit; color: var(--c-primary); font-weight: 800; letter-spacing: .05em; cursor: pointer; }
.copy-code svg { width: 14px; height: 14px; }

.steps { display: grid; gap: var(--space-3); counter-reset: step; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: var(--space-4); align-items: start; padding: var(--space-5); }
.step::before { counter-increment: step; content: counter(step); display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--c-primary); color: var(--c-on-primary); font-weight: 900; font-size: 20px; }
.step h3 { margin: 4px 0 6px; font-size: 17px; font-weight: 800; }
.step p { margin: 0; color: var(--c-text-muted); }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
@media (max-width: 720px) { .pros-cons { grid-template-columns: 1fr; } }
.pros-cons .col { padding: var(--space-5); }
.pros-cons h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 var(--space-4); font-size: 16px; font-weight: 800; }
.pros-cons h3 svg { width: 22px; height: 22px; }
.pros-cons .pros h3 { color: var(--c-success); } .pros-cons .cons h3 { color: var(--c-danger); }
.pros-cons ul { list-style: none; margin: 0; padding: 0; }
.pros-cons li { display: flex; gap: 10px; margin-bottom: 11px; }
.pros-cons li:last-child { margin-bottom: 0; }
.pros-cons li svg { flex: none; width: 20px; height: 20px; margin-top: 2px; }
.pros-cons .pros li svg { color: var(--c-success); } .pros-cons .cons li svg { color: var(--c-danger); }

.callout { display: flex; gap: 13px; padding: var(--space-4) var(--space-5); border-radius: var(--radius); border: 1px solid var(--c-border); background: var(--c-bg-2); margin: var(--space-5) 0; }
.callout svg { flex: none; width: 22px; height: 22px; margin-top: 1px; }
.callout .title { font-weight: 800; margin: 0 0 3px; }
.callout p { margin: 0; color: var(--c-text-muted); }
.callout-tip { border-left: 4px solid var(--c-primary); } .callout-tip svg { color: var(--c-primary); }
.callout-info { border-left: 4px solid var(--c-secondary); } .callout-info svg { color: #b18cff; }
.callout-warning { border-left: 4px solid var(--c-danger); } .callout-warning svg { color: var(--c-danger); }

.stars { display: inline-flex; gap: 2px; } .stars svg { width: 17px; height: 17px; } .stars.lg svg { width: 22px; height: 22px; }
.stars .on { color: var(--c-star); } .stars .off { color: var(--c-border); }
.rating-summary { display: flex; align-items: center; gap: var(--space-5); flex-wrap: wrap; padding: var(--space-5) var(--space-6); }
.rating-summary .big { font-size: 48px; font-weight: 900; line-height: 1; color: var(--c-primary); }
.rating-summary .rs-meta { color: var(--c-text-muted); font-size: 14px; margin: 6px 0 0; }
.rating-summary .rs-meta strong { color: var(--c-text); }
.reviews { display: grid; gap: var(--space-3); }
.review { padding: var(--space-5); }
.review .top { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-3); }
.review .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--c-bg-3); flex: none; }
.review .name { font-weight: 700; margin: 0; } .review .date { color: var(--c-text-muted); font-size: 12.5px; margin: 0; }
.review .stars { margin-left: auto; } .review .body { margin: 0; color: var(--c-text-muted); }

.faq { display: grid; gap: var(--space-3); }
.faq-item { border: 1px solid var(--c-border); border-radius: var(--radius); background: var(--c-bg-2); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); padding: 16px var(--space-5); background: none; border: 0; color: var(--c-text); font-size: 15.5px; font-weight: 700; text-align: left; }
.faq-q .chev { flex: none; width: 20px; height: 20px; color: var(--c-primary); transition: transform .2s ease; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { min-height: 0; overflow: hidden; padding: 0 var(--space-5); color: var(--c-text-muted); }
.faq-item.open .faq-a-inner { padding: 2px var(--space-5) 17px; }

.side-cta { padding: var(--space-5); text-align: center; position: relative; overflow: hidden; }
.side-cta::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--c-primary); }
.side-cta .logo-badge { width: 80px; height: 80px; margin: 0 auto var(--space-3); border-radius: 18px; background: var(--c-bg-3); }
.side-cta .name { font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.side-cta .bonus-line { background: color-mix(in srgb, var(--c-secondary) 22%, transparent); color: #c9a7ff; border-radius: var(--radius-sm); padding: 10px; font-weight: 700; font-size: 14px; margin-bottom: var(--space-3); }
.side-cta .btn { width: 100%; }

.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); }
@media (max-width: 860px) { .related { grid-template-columns: 1fr; } }
.related-card { overflow: hidden; text-decoration: none; color: inherit; display: block; transition: transform .15s, border-color .15s; }
.related-card:hover { transform: translateY(-3px); border-color: var(--c-primary); opacity: 1; }
.related-card .thumb { width: 100%; height: 140px; background: linear-gradient(135deg, #2a2350, #12121e); border-bottom: 1px solid var(--c-border); }
.related-card .b { padding: var(--space-4); }
.related-card .cat { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--c-primary); }
.related-card .t { font-weight: 700; font-size: 16px; margin: 6px 0 0; }

.form { display: grid; gap: var(--space-4); max-width: 560px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: 14px; }
.form input, .form textarea { padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid var(--c-border); background: #0c0c14; color: var(--c-text); font: inherit; font-size: 15px; }
.form textarea { resize: vertical; }

.breadcrumbs { font-size: 13px; color: var(--c-text-muted); padding: var(--space-5) 0 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumbs a { color: var(--c-text-muted); } .breadcrumbs a:hover { color: var(--c-primary); }
.breadcrumbs li[aria-current] { color: var(--c-text); } .breadcrumbs .sep { opacity: .5; }

.masthead { padding: var(--space-6) 0; }
.masthead .kicker { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--c-primary); margin-bottom: var(--space-3); }
.masthead h1 { font-size: clamp(26px, 4.5vw, 40px); font-weight: 900; line-height: 1.1; margin: 0 0 var(--space-3); letter-spacing: -.02em; }
.masthead .dek { font-size: clamp(16px, 2vw, 19px); color: var(--c-text-muted); max-width: 70ch; margin: 0; }

.sec-404 .kicker { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--c-primary); margin-bottom: var(--space-3); }
.sec-404 .masthead-title { font-size: clamp(28px, 5vw, 46px); font-weight: 900; line-height: 1.1; margin: 0 0 var(--space-3); letter-spacing: -.02em; }
.sec-404 .lead { font-size: clamp(16px, 2vw, 19px); color: var(--c-text-muted); max-width: 60ch; margin: 0 auto var(--space-5); }

.cookies {
  position: fixed; left: var(--space-4); right: var(--space-4); bottom: var(--space-4); z-index: 1000;
  display: flex; align-items: center; gap: var(--space-4);
  max-width: var(--container); margin-inline: auto;
  background: var(--c-bg-2); border: 1px solid var(--c-border); border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5); box-shadow: var(--shadow-lg);
}
.cookies p { margin: 0; font-size: 13.5px; color: var(--c-text-muted); }
.cookies .actions { margin-left: auto; display: flex; gap: 10px; flex: none; }
@media (max-width: 1080px) { .cookies { bottom: 74px; } }
@media (max-width: 620px) {
  .cookies { flex-direction: column; align-items: stretch; padding: var(--space-4); }
  .cookies .actions { margin-left: 0; }
  .cookies p { font-size: 13px; }
}

.mnav { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--c-bg-1); border-top: 1px solid var(--c-border); padding: 6px 4px; grid-template-columns: repeat(5, 1fr); }
.mnav a { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 6px 0; color: var(--c-text-muted); font-size: 10px; font-weight: 600; }
.mnav a > span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mnav a svg { width: 22px; height: 22px; }
.mnav a.hi { color: var(--c-primary); }
@media (max-width: 1080px) { .mnav { display: grid; } body { padding-bottom: 62px; } }

.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer .backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .2s; }
.drawer.open .backdrop { opacity: 1; }
.drawer .panel { position: absolute; left: 0; top: 0; bottom: 0; width: 280px; max-width: 82vw; background: var(--c-bg-1); border-right: 1px solid var(--c-border); transform: translateX(-100%); transition: transform .25s ease; padding: var(--space-4); overflow-y: auto; }
.drawer.open .panel { transform: translateX(0); }
.drawer .panel .logo { margin-bottom: var(--space-5); }
.drawer nav a { display: block; padding: 13px 12px; border-radius: 10px; color: var(--c-text); font-weight: 600; }
.drawer nav a:hover, .drawer nav a.active { background: var(--c-bg-3); color: var(--c-primary); opacity: 1; }

.footer { background: var(--c-bg-1); border-top: 1px solid var(--c-border); margin-top: var(--space-12); }
.footer .in { max-width: var(--container); margin-inline: auto; padding: var(--space-10) var(--space-4) var(--space-6); }
.footer .f-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--space-8); padding-bottom: var(--space-8); border-bottom: 1px solid var(--c-border); }
@media (max-width: 860px) { .footer .f-top { grid-template-columns: 1fr 1fr; gap: var(--space-6); } }
@media (max-width: 480px) { .footer .f-top { grid-template-columns: 1fr; } }
.footer .about p { color: var(--c-text-muted); font-size: 13.5px; margin: 12px 0 0; max-width: 34ch; }
.footer .col .col-title { margin: 0 0 var(--space-3); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--c-text-muted); }
.footer .col a { display: block; color: var(--c-text-muted); font-size: 13.5px; padding: 5px 0; }
.footer .col a:hover { color: var(--c-primary); }
.footer .f-pays { display: flex; flex-wrap: wrap; gap: 10px; padding: var(--space-6) 0; border-bottom: 1px solid var(--c-border); }
.footer .responsible { display: flex; align-items: center; gap: var(--space-4); padding: var(--space-5) 0; }
.footer .responsible .age { flex: none; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid var(--c-danger); color: var(--c-danger); font-weight: 900; font-size: 14px; }
.footer .responsible p { margin: 0; font-size: 12.5px; color: var(--c-text-muted); }
.footer .responsible a { color: var(--c-primary); }
.footer .badges { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: var(--space-5); }
.footer .f-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-3); color: var(--c-text-muted); font-size: 12.5px; }
.footer .f-bottom a { color: var(--c-text-muted); }

.hero-grid > *, .promo-grid > *, .features > *, .pros-cons > *, .f-top > * { min-width: 0; }
.deposit, .bonus-hero, .card, .promo, .feature { max-width: 100%; }

@media (max-width: 720px) {

  .topbar .bar { gap: 8px; padding: 0 12px; }
  .logo { font-size: 17px; white-space: nowrap; }
  .logo .mark { width: 28px; height: 28px; font-size: 12px; border-radius: 7px; }
  .topbar .actions { gap: 6px; }
  .topbar .actions .btn { padding: 8px 11px; font-size: 11.5px; letter-spacing: 0; }
  .topbar .burger { width: 36px; height: 36px; }

  .hero { margin: var(--space-4) 0 var(--space-6); }
  .hero .hero-in { padding: var(--space-4); }
  .hero .hero-title { font-size: 16px; margin-bottom: var(--space-3); }
  .hero .hero-brand { font-size: clamp(30px, 11vw, 44px); margin-bottom: var(--space-4); }
  .hero .hero-in::before, .hero .hero-in::after { display: none; }

  .deposit, .bonus-hero { padding: var(--space-4); }
  .deposit input { font-size: 16px; padding: 11px 12px; }
  .deposit .cur { padding: 0 10px; font-size: 13px; }
  .bonus-hero .bh-big { font-size: clamp(22px, 7vw, 30px); }
  .bonus-hero .bh-row { font-size: clamp(17px, 5vw, 22px); }

  .pay-logo { height: 32px; min-width: 48px; padding: 0 9px; font-size: 11.5px; }
  .pay-mc .c { width: 14px; height: 14px; } .pay-mc .c2 { margin-left: -6px; }

  .scroller, .ticker, .cats { margin-inline: calc(var(--space-4) * -1); padding-inline: var(--space-4); }
  .game-tile { width: 132px; }
  .game-tile .emoji { font-size: 2.6rem; }
  .win-card { width: 186px; }

  .row-head h2, .row-head .h2 { font-size: 17px; }
  .section { margin-bottom: var(--space-8); }
  .searchbar { padding: 0 12px; margin-bottom: var(--space-6); }
  .searchbar input { padding: 12px 0; font-size: 14px; }

  .jackpot { padding: var(--space-5) var(--space-4); }
  .jackpot .jp-sum { font-size: clamp(28px, 9vw, 40px); }
  .jackpot::before, .jackpot::after { display: none; }
  .start-cta { padding: var(--space-5); }
  .faq-q { padding: 14px var(--space-4); font-size: 14.5px; }
  .footer .in { padding: var(--space-8) var(--space-4) 90px; }
}

@media (max-width: 460px) {

  .topbar .search-btn { display: none; }
  .topbar .actions .btn-outline { display: none; }
  .logo { font-size: 16px; }
  .content h2 { font-size: 19px; padding-left: 10px; }
  .pay-logo { height: 30px; min-width: 44px; font-size: 11px; }
  .game-tile { width: 120px; }
}

.error-404 { text-align: center; padding: var(--space-12) 0; }
.error-404 .code { font-size: clamp(80px, 18vw, 150px); font-weight: 900; line-height: 1; color: var(--c-primary); }
.error-404 p { color: var(--c-text-muted); margin: var(--space-4) 0 var(--space-6); }

.sec-404 .nf-links{
  display:flex; flex-wrap:wrap; justify-content:center;
  gap:var(--space-2) var(--space-5); margin-top:var(--space-6);
}
.sec-404 .nf-links a{ color:var(--c-text-muted); font-size:14px; text-decoration:none }
.sec-404 .nf-links a:hover{ color:var(--c-link); text-decoration:underline }
.sec-404 .actions{ display:flex; flex-wrap:wrap; gap:var(--space-3) }

.lang-selector { position: relative; display: inline-block; z-index: 40; }
.lang-selector .js-lang-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px; border-radius: 8px; cursor: pointer;
  color: var(--c-text); background: var(--c-bg-2); border: 1px solid var(--c-border);
}
.lang-selector .lang-arrow {
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid currentColor; opacity: .8;
}
.lang-selector.is-open .lang-arrow { transform: rotate(180deg); }
.lang-selector .lang-list {
  display: none; position: absolute; top: calc(100% + 6px); right: 0; min-width: 120px;
  margin: 0; padding: 6px; list-style: none; border-radius: 8px;
  background: var(--c-bg-2); border: 1px solid var(--c-border);
}
.lang-selector.is-open .lang-list { display: block; }
.lang-selector .lang-list a {
  display: block; padding: 8px 10px; border-radius: 6px; color: var(--c-text); text-decoration: none;
}
.lang-selector .lang-list a:hover,
.lang-selector .lang-list li.active a { background: color-mix(in srgb, var(--c-primary) 16%, transparent); }

/* d55fd15045fb84c873a8928386c310a8d6221ee5a503d84ebe8366d5250fb60a */
