*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,sans-serif;background:#080832;color:#fff;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.4}
a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{display:block;max-width:100%}ul,ol{list-style:none}
::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:3px}
:root{--bg:#080832;--bg2:#0c0c3c;--card:rgba(255,255,255,.04);--card-h:rgba(255,255,255,.07);--pill-bg:rgba(255,255,255,.06);--brd:rgba(255,255,255,.08);--brd2:rgba(255,255,255,.14);--gold:#FFB71B;--gold2:#e8a000;--t1:#fff;--t2:rgba(255,255,255,.6);--t3:rgba(255,255,255,.35);--hdr:rgba(8,8,50,.96);--gs:116px;--r:10px;--rp:20px}

/* === HEADER === */
.hdr{position:sticky;top:0;z-index:200;background:var(--hdr);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--brd);height:52px;display:flex;align-items:center;padding:0 16px;gap:8px}
.hdr__ham{display:flex;align-items:center;justify-content:center;width:32px;height:32px;opacity:.55;flex-shrink:0;cursor:pointer}
.hdr__ham svg{width:18px;height:18px}
.hdr__logo{flex-shrink:0;display:flex;align-items:center;height:25px}
.hdr__logo img{height:22px;width:auto}
.hdr__nav{display:flex;align-items:center;gap:1px;margin:0 auto;overflow-x:auto}
.hdr__nav a{display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:8px;font-size:12.5px;font-weight:500;color:var(--t2);transition:.15s;white-space:nowrap}
.hdr__nav a:hover{color:#fff;background:rgba(255,255,255,.05)}
.hdr__nav a.act{color:var(--gold)}
.hdr__nav a .ni{font-size:15px;display:inline-flex}
.hdr__r{display:flex;align-items:center;gap:7px;flex-shrink:0;margin-left:auto}
.hdr__search{width:32px;height:32px;display:grid;place-items:center;opacity:.45;font-size:14px;cursor:pointer}
.hdr__lang{font-size:11px;font-weight:600;padding:4px 8px;border-radius:5px;background:var(--pill-bg);display:flex;align-items:center;gap:4px;cursor:pointer}
.btn-l,.btn-r{padding:7px 16px;border-radius:7px;font-size:12.5px;font-weight:600;transition:.15s;display:inline-block;text-align:center}
.btn-l{background:rgba(255,255,255,.07);border:1px solid var(--brd2)}.btn-l:hover{background:rgba(255,255,255,.13)}
.btn-r{background:var(--gold);color:#000;font-weight:700;border:none}.btn-r:hover{background:var(--gold2)}

/* === LAYOUT === */
.mn{max-width:1160px;margin:0 auto;padding:0 16px 100px}

/* === BANNER === */
.bnr{display:flex;gap:8px;overflow-x:auto;margin:14px 0 18px;padding-bottom:4px;scroll-snap-type:x mandatory}
.bnr__s{flex:0 0 calc(33.333% - 6px);min-width:260px;height:150px;border-radius:12px;overflow:hidden;position:relative;scroll-snap-align:start;cursor:pointer}
.bnr__ov{position:absolute;inset:0;padding:20px 22px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(100deg,rgba(0,0,0,.6) 0%,transparent 70%)}
.bnr__ov h3{font-size:18px;font-weight:800;line-height:1.15;margin-bottom:3px}
.bnr__ov .hl{color:var(--gold)}
.bnr__ov p{font-size:10.5px;color:var(--t2);margin-bottom:10px}
.bnr__cta{display:inline-block;width:fit-content;padding:6px 14px;border-radius:5px;font-size:10px;font-weight:700;text-transform:uppercase;background:var(--gold);color:#000}

/* === SECTION HEADING === */
.sh{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-top:4px}
.sh h2,.sh h3{font-size:14.5px;font-weight:700;display:flex;align-items:center;gap:7px;margin:0}
.sh .ic{font-size:16px;line-height:1}
.sa{font-size:12.5px;font-weight:500;color:var(--t2);cursor:pointer;display:flex;align-items:center;gap:3px;transition:.15s;white-space:nowrap}
.sa:hover{color:rgba(255,255,255,.85)}

/* === PILLS === */
.pills{display:flex;gap:7px;overflow-x:auto;padding-bottom:5px}.pills--w{flex-wrap:wrap}
.pill{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border-radius:var(--rp);background:var(--pill-bg);border:1px solid var(--brd);font-size:11.5px;font-weight:500;white-space:nowrap;cursor:pointer;transition:.15s}
.pill:hover{background:rgba(255,255,255,.1);border-color:var(--brd2)}
.pill .dt{width:7px;height:7px;border-radius:50%;flex-shrink:0}

/* === GAME SECTION & CARDS === */
.gs{margin-bottom:22px}
.gg{display:flex;gap:9px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}
.gc{flex:0 0 var(--gs);scroll-snap-align:start;cursor:pointer;transition:transform .2s}
.gc:hover{transform:translateY(-3px)}
.gc__t{width:var(--gs);height:var(--gs);border-radius:var(--r);overflow:hidden;position:relative;margin-bottom:5px;background:var(--card)}
.gc__t img{width:100%;height:100%;object-fit:cover}
.gc__ph{width:100%;height:100%;display:grid;place-items:center;font-size:9.5px;font-weight:600;text-align:center;padding:7px;line-height:1.2;color:rgba(255,255,255,.8)}
.gc__b{position:absolute;top:4px;left:4px;padding:2px 6px;border-radius:3px;font-size:8.5px;font-weight:700}
.bh{background:#e87a1e;color:#fff}.bn{background:#22c55e;color:#fff}.bp{background:#ef4444;color:#fff}
.gc__n{font-size:10.5px;color:var(--t2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:var(--gs)}

/* === PRIZES TICKER === */
.ptk{display:flex;gap:9px;overflow-x:auto;margin-bottom:20px;padding-bottom:3px}
.ptk__c{flex:0 0 200px;display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:var(--r);background:var(--card);border:1px solid var(--brd)}
.ptk__ic{width:40px;height:40px;border-radius:8px;flex-shrink:0;overflow:hidden;display:grid;place-items:center;font-size:18px}
.ptk__gm{font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ptk__id{font-size:9.5px;color:var(--t3)}
.ptk__am{font-size:12.5px;font-weight:700;color:var(--gold)}

/* === SURPRISE === */
.surp{background:var(--card);border-radius:14px;padding:26px 20px;text-align:center;margin-bottom:22px}
.surp h2{font-size:20px;font-weight:800;margin-bottom:3px}
.surp>p{font-size:12.5px;color:var(--t2);margin-bottom:18px}
.surp__g{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.surp__c{width:84px;height:84px;border-radius:var(--r);display:grid;place-items:center;font-size:9.5px;font-weight:600;text-align:center;padding:5px;cursor:pointer;transition:.15s}
.surp__c:hover{transform:scale(1.05)}
.surp__c--e{opacity:.2}
.bspin{padding:9px 30px;border-radius:var(--rp);background:rgba(255,255,255,.07);border:1px solid var(--brd2);font-size:13px;font-weight:600;transition:.15s}
.bspin:hover{background:rgba(255,255,255,.12)}

/* === SPORTS === */
.spt{margin-bottom:24px}
.spt__hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.spt__hd h2{font-size:17px;font-weight:700;margin:0}
.spt__hd .wt{font-size:12px;color:var(--t2);cursor:pointer}
.stabs{display:flex;gap:5px;overflow-x:auto;margin-bottom:14px;padding-bottom:3px}
.stab{padding:7px 12px;border-radius:var(--rp);background:var(--pill-bg);border:1px solid var(--brd);font-size:11.5px;font-weight:500;white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:4px;transition:.15s}
.stab:hover,.stab.act{background:rgba(255,255,255,.1);border-color:var(--brd2)}
.mlg{font-size:10.5px;color:var(--t3);padding:9px 0 2px}
.mtm{font-size:9.5px;color:var(--t3);padding:0 0 5px;display:flex;align-items:center;gap:3px}
.mr{display:grid;grid-template-columns:1fr 76px 76px 76px 28px;align-items:center;gap:5px;padding:9px 12px;border-radius:7px;background:var(--card);margin-bottom:2px;transition:.12s}
.mr:hover{background:var(--card-h)}
.mt{display:flex;flex-direction:column;gap:2px}
.mt__t{font-size:12.5px;font-weight:500;display:flex;align-items:center;gap:5px}
.od{padding:7px 3px;border-radius:5px;background:rgba(255,255,255,.04);border:1px solid var(--brd);text-align:center;cursor:pointer;transition:.12s}
.od:hover{background:rgba(255,183,27,.1);border-color:rgba(255,183,27,.25)}
.od__v{font-size:13.5px;font-weight:700;display:block}.od__l{font-size:8.5px;color:var(--t3)}
.mfav{text-align:center;font-size:15px;opacity:.2;cursor:pointer;transition:.15s}.mfav:hover{opacity:.6}
.ball{display:block;margin:16px auto 0;padding:9px 28px;border-radius:var(--rp);background:rgba(255,255,255,.06);border:1px solid var(--brd2);font-size:12.5px;font-weight:600;transition:.15s}
.ball:hover{background:rgba(255,255,255,.1)}

/* === ACCORDION === */
.acc{border-bottom:1px solid var(--brd);padding:13px 0;cursor:pointer}
.acc__t{font-size:12.5px;color:var(--t2);display:flex;align-items:center;justify-content:space-between}
.acc__body{max-height:0;overflow:hidden;transition:.3s ease;font-size:11.5px;color:var(--t3);line-height:1.7}
.acc.open .acc__body{max-height:500px;padding-top:8px}
.acc .arr{transition:.3s;display:inline-block}.acc.open .arr{transform:rotate(180deg)}

/* === FOOTER === */
.ftr{background:rgba(255,255,255,.02);border-top:1px solid var(--brd);padding:24px 16px 36px;max-width:1160px;margin:0 auto}
.ftr__b{margin-bottom:20px}
.ftr__b h4{font-size:13.5px;font-weight:700;margin-bottom:9px}
.ftr__b a{display:block;font-size:11.5px;color:var(--t3);padding:3px 0;transition:.12s}
.ftr__b a:hover{color:rgba(255,255,255,.6)}
.ftr__badges{display:flex;gap:7px;margin-top:7px}
.ftr__badge{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700}
.ftr__and{width:36px;height:36px;border-radius:8px;background:#3ddc84;display:grid;place-items:center;font-size:20px}
.ftr__cp{font-size:10.5px;color:rgba(255,255,255,.18);line-height:1.7;margin-top:14px}

/* === FAB + BOTTOM NAV === */
.fab{position:fixed;bottom:76px;right:16px;width:46px;height:46px;border-radius:50%;background:#3b82f6;display:grid;place-items:center;font-size:20px;box-shadow:0 4px 20px rgba(59,130,246,.3);cursor:pointer;z-index:90;transition:.15s}
.fab:hover{transform:scale(1.06)}
.bnav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--hdr);backdrop-filter:blur(20px);border-top:1px solid var(--brd);padding:5px 0 env(safe-area-inset-bottom,5px);z-index:200}
.bnav__in{display:flex;justify-content:space-around}
.bnav__i{display:flex;flex-direction:column;align-items:center;gap:1px;padding:3px 6px;font-size:9.5px;color:var(--t2);cursor:pointer;transition:.12s}
.bnav__i.act{color:var(--gold)}
.bnav__i .bi{font-size:17px}

/* === RESPONSIVE === */
@media(max-width:960px){.hdr__nav{display:none}.bnav{display:block}.mn{padding-bottom:130px}}
@media(max-width:640px){.bnr__s{flex:0 0 82%}:root{--gs:100px}.mr{grid-template-columns:1fr 58px 58px 58px 22px;gap:3px;padding:7px 8px}.od{padding:5px 2px}.od__v{font-size:12px}.surp__c{width:68px;height:68px}.hdr__lang,.hdr__search{display:none}}

/* === PAGE H1 === */
.page-h1{font-size:22px;font-weight:800;margin:18px 0 14px;line-height:1.2}
/* === SEO TEXT === */
.seo{margin:28px 0 10px;padding:22px;background:var(--card);border-radius:12px;border:1px solid var(--brd)}
.seo h2{font-size:17px;font-weight:700;margin-bottom:12px;color:var(--t1)}
.seo h3{font-size:14px;font-weight:600;margin:14px 0 6px;color:rgba(255,255,255,.8)}
.seo p{font-size:12.5px;color:var(--t2);line-height:1.75;margin-bottom:10px}
.seo p:last-child{margin-bottom:0}
