:root{
  --bg:#17181c;
  --bg-soft:#1f2026;
  --card:#232429;
  --pill:#050505;
  --text:#f4f5f7;
  --muted:#c7cad2;
  --accent:#e8703a;
  --accent-soft:rgba(232,112,58,.5);
  --btn:#f2b96a;
  --btn-text:#1d1405;
  --radius:16px;
  --maxw:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'Montserrat',-apple-system,'Segoe UI',Roboto,Arial,sans-serif;font-size:16px;line-height:1.65}
img{max-width:100%;display:block}
a{color:var(--accent);text-decoration:none}
.container-jl95y{max-width:var(--maxw);margin:0 auto;padding:0 20px}


.header-jl95y{position:sticky;top:0;z-index:30;background:rgba(16,17,20,.94);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.07)}
.header__inner-jl95y{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}
.header__logo-jl95y img{height:44px;width:auto;object-fit:contain}
.header__actions-jl95y{display:flex;gap:10px}
.btn-jl95y{display:inline-block;border:0;cursor:pointer;font:inherit;font-weight:700;border-radius:999px;padding:11px 26px;letter-spacing:.02em;transition:.2s}
.btn-primary-jl95y{background:var(--btn);color:var(--btn-text)}
.btn-primary-jl95y:hover{filter:brightness(1.08)}
.btn-ghost-jl95y{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.28)}
.btn-ghost-jl95y:hover{border-color:var(--accent);color:var(--accent)}


.hero-jl95y{margin:26px 0}
.hero__card-jl95y{position:relative;border-radius:var(--radius);overflow:hidden;min-height:340px;display:flex;align-items:center}
.hero__img-jl95y{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__overlay-jl95y{position:relative;z-index:2;padding:44px 48px;max-width:640px;background:linear-gradient(90deg,rgba(10,10,12,.82) 0%,rgba(10,10,12,.35) 75%,transparent 100%);border-radius:var(--radius)}
.hero__eyebrow-jl95y{font-size:15px;color:var(--muted);margin-bottom:10px}
.hero__offer-jl95y{font-size:clamp(26px,3.6vw,44px);font-weight:700;line-height:1.15;margin-bottom:20px}
h1{font-size:clamp(28px,3.4vw,40px);font-weight:700;line-height:1.2;margin:34px 0 18px}
h2{font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.25;margin:38px 0 16px}
h3{font-size:19px;font-weight:700;margin:22px 0 10px}
p{margin:0 0 14px;color:var(--muted)}
section ul,section ol{margin:12px 0 16px;padding-left:26px;color:var(--muted)}
section li{margin-bottom:8px}
strong{color:var(--text)}


.facts-table-jl95y{width:100%;border-collapse:collapse;margin:20px 0 8px;font-size:15px}
.facts-table-jl95y td{border:1px solid var(--accent-soft);padding:12px 16px;vertical-align:top}
.facts-table-jl95y td:first-child{width:38%;color:var(--text);font-weight:600}
.facts-table-jl95y td:last-child{color:var(--muted)}


.split-jl95y{display:flex;gap:28px;align-items:center;background:var(--bg-soft);border-radius:var(--radius);padding:26px;margin:22px 0}
.split__media-jl95y{flex:0 0 42%;border-radius:12px;overflow:hidden}
.split__media-jl95y img{width:100%;height:100%;object-fit:cover}
.split__body-jl95y{flex:1}
.split--rev-jl95y{flex-direction:row-reverse}


.pay-grid-jl95y{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:20px 0}
.pay-grid-jl95y .pay-jl95y{background:var(--pill);border-radius:20px;display:flex;align-items:center;justify-content:center;padding:20px 14px;min-height:76px;cursor:pointer;transition:.2s;border:1px solid rgba(255,255,255,.05)}
.pay-grid-jl95y .pay-jl95y:hover{border-color:var(--accent-soft)}
.pay-grid-jl95y img{height:34px;width:auto;max-width:100%;object-fit:contain}
.prov-strip-jl95y{display:flex;flex-wrap:wrap;gap:26px;align-items:center;justify-content:center;margin:22px 0;opacity:.75}
.prov-strip-jl95y img{height:26px;width:auto;filter:grayscale(1) brightness(1.6)}


.games-block-jl95y{margin:26px 0}
.games-row-jl95y{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;list-style:none;padding:0;margin:14px 0 26px}
.games-row-jl95y li{border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .2s;position:relative}
.games-row-jl95y li:hover{transform:translateY(-4px)}
.games-row-jl95y img{width:100%;height:100%;object-fit:cover;aspect-ratio:427/575}


.faq-wrap-jl95y{margin:26px 0}
.faq-item-jl95y{background:var(--bg-soft);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:18px 22px;margin-bottom:12px}
.faq-item-jl95y h3{margin:0 0 8px;font-size:17px}
.faq-item-jl95y p{margin:0}


.footer-jl95y{margin-top:48px;border-top:1px solid rgba(255,255,255,.08);background:#121317}
.footer__inner-jl95y{padding:30px 0 22px;text-align:center}
.footer__links-jl95y{display:flex;flex-wrap:wrap;gap:14px 30px;justify-content:center;margin-bottom:18px}
.footer__links-jl95y a,.footer__links-jl95y button{background:none;border:0;cursor:pointer;font:inherit;font-size:14px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.footer__links-jl95y a:hover,.footer__links-jl95y button:hover{color:var(--accent)}
.footer__social-jl95y{display:flex;gap:14px;justify-content:center;align-items:center;margin-bottom:16px}
.footer__social-jl95y img{height:26px;width:26px;object-fit:contain;opacity:.8;cursor:pointer}
.footer__social-jl95y img:hover{opacity:1}
.footer__age-jl95y{display:flex;justify-content:center;margin-bottom:14px}
.footer__age-jl95y img{height:36px;width:auto}
.footer__copy-jl95y{color:var(--muted);font-size:13px}


.footer-jl95y .container-jl95y{padding-top:34px;padding-bottom:28px}
.footer__main-jl95y{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}
.footer__main-jl95y>img{max-height:56px;width:auto;max-width:240px;object-fit:contain}
.footer__note-jl95y{font-size:13px;color:var(--muted);max-width:720px;margin:0}
.age-badge-jl95y{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid var(--accent);color:var(--accent);font-weight:800;font-size:14px;margin-right:10px}
.footer__block-title-jl95y{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:10px}
.footer__license-jl95y{display:flex;flex-direction:column;gap:12px}
.license-item-jl95y{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--muted);text-decoration:none}
.license-item-jl95y [data-anj-seal-id]{width:52px;flex-shrink:0}
.license-item-jl95y [data-anj-seal-id] img{height:auto;max-width:100%}
.license-gamble-jl95y{flex-direction:column;align-items:flex-start;gap:5px}
.license-gamble-jl95y img{height:24px;width:auto}
.license-gamble-jl95y small{font-size:11px;color:var(--muted);opacity:.75}
.footer__links-block-jl95y{min-width:190px}
.footer__menu-jl95y{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.footer__menu-jl95y a{color:var(--muted);text-decoration:none;font-size:14px;transition:color .2s ease}
.footer__menu-jl95y a:hover{color:var(--accent)}
.footer__payments-jl95y{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}
.payments-list-jl95y{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;margin:0;padding:0}
.payments-list-jl95y img{display:block;width:auto;opacity:.92}
.payments-list-jl95y .pay-crypto-jl95y img{height:30px}
.payments-list-jl95y .pay-fiat-jl95y img{height:17px}
.footer__bottom-jl95y{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.footer__bottom-jl95y p{margin:0 0 8px;color:var(--muted);font-size:12.5px}
.footer__bottom-jl95y p:last-child{margin-bottom:0}
.footer__legal-jl95y{opacity:.8}


.legal-page-jl95y{padding:40px 0 10px}
.legal-page-jl95y h1{margin:0 0 22px}
.legal-page-jl95y p{margin:0 0 16px;color:var(--muted);max-width:820px}
.back-btn-jl95y{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:11px 20px;border-radius:12px;background:var(--card);border:1px solid rgba(255,255,255,.1);color:var(--text);text-decoration:none;font-weight:600;font-size:14px;transition:background .2s ease}
.back-btn-jl95y:hover{background:var(--bg-soft)}


.contact-form-jl95y{margin-top:26px;display:flex;flex-direction:column;gap:18px;max-width:560px}
.contact-form-jl95y label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600;color:var(--text)}
.contact-form-jl95y input,.contact-form-jl95y textarea{font:inherit;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:var(--card);color:var(--text);outline:none;transition:border-color .2s ease}
.contact-form-jl95y input:focus,.contact-form-jl95y textarea:focus{border-color:var(--accent)}
.contact-form-jl95y textarea{resize:vertical;min-height:140px}
.contact-form-jl95y button{align-self:flex-start;border:none;cursor:pointer}
.popup-overlay-jl95y{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(3,7,12,.78);z-index:100;padding:20px}
.popup-overlay-jl95y.is-open{display:flex}
.popup-jl95y{background:var(--card);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:36px 32px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.popup-jl95y .popup-icon-jl95y{width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:var(--accent-soft);color:var(--text);font-size:28px;display:flex;align-items:center;justify-content:center}
.popup-jl95y h2{margin:0 0 10px;font-size:21px;color:var(--text)}
.popup-jl95y p{margin:0 0 22px;color:var(--muted);font-size:15px}


@media (max-width:900px){
  .pay-grid-jl95y{grid-template-columns:repeat(3,1fr)}
  .games-row-jl95y{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
  .games-row-jl95y li{flex:0 0 150px;scroll-snap-align:start}
  .split-jl95y{flex-direction:column}
  .split__media-jl95y{flex:none;width:100%}
  .hero__overlay-jl95y{padding:28px 22px;max-width:100%}
}
@media (max-width:560px){
  .pay-grid-jl95y{grid-template-columns:repeat(2,1fr)}
  .header__actions-jl95y .btn-jl95y{padding:9px 16px;font-size:14px}
  .facts-table-jl95y td{padding:9px 10px;font-size:13px}
}
