:root{--primary:#0d6efd;--primary-2:#1975ef;--primary-soft:#e6f0ff;--body-bg:#eef4f6;--surface:#fff;--surface-muted:#f6f8fa;--text:#2b2d42;--muted:#8d99ae;--line:#d8e0e7;--danger:#f32952;--sidebar-width:80px;--sidebar-open-width:193px;--header-height:61px;--radius:16px;--shadow:0 2px 4px rgba(43,45,66,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:var(--body-bg);font-family:Rubik,Arial,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}button{font:inherit;border:0;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}.icon{width:1em;height:1em;fill:currentColor;display:inline-block;flex:0 0 auto}body.dark{--body-bg:#17191c;--surface:#202326;--surface-muted:#282c30;--text:#eef4f6;--muted:#9098a5;--line:#383e44;--primary-soft:rgba(25,117,239,.18);--shadow:none}
.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:var(--sidebar-width);height:100vh;background:var(--surface);display:flex;flex-direction:column;border-right:1px solid rgba(141,153,174,.08);transition:width .35s ease;overflow:hidden}body.sidebar-open .sidebar{width:var(--sidebar-open-width)}.brand{height:var(--header-height);display:flex;align-items:center;text-transform:uppercase;white-space:nowrap;font-weight:800;font-size:20px;letter-spacing:-.45px}.desktop-brand{justify-content:center;padding:0 16px}.brand-wilder{color:var(--primary-2)}.brand-casino{color:var(--text)}body:not(.sidebar-open) .desktop-brand .brand-wilder{font-size:0}body:not(.sidebar-open) .desktop-brand .brand-wilder:after{content:"W";font-size:20px}body:not(.sidebar-open) .desktop-brand .brand-casino{display:none}.side-nav{width:100%;display:flex;flex-direction:column;padding:8px 16px;gap:2px}.side-nav-bottom{margin-top:auto;padding-bottom:16px}.side-link{position:relative;min-height:46px;display:flex;align-items:center;color:var(--muted);border-radius:12px;transition:color .2s,background .2s;overflow:hidden;white-space:nowrap}.side-link:hover{color:var(--primary);background:var(--primary-soft)}.side-link .icon{width:18px;height:18px;margin:0 15px 0 7px}.side-link span{opacity:0;transform:translateX(-4px);transition:opacity .2s,transform .2s}body.sidebar-open .side-link span{opacity:1;transform:none}body:not(.sidebar-open) .side-link{justify-content:center;overflow:visible}body:not(.sidebar-open) .side-link .icon{margin:0}body:not(.sidebar-open) .side-link span{pointer-events:none;position:absolute;left:48px;top:50%;transform:translate(12px,-50%);padding:6px 10px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.96);color:var(--text);opacity:0;box-shadow:var(--shadow);z-index:50}body.dark:not(.sidebar-open) .side-link span{background:rgba(32,35,38,.96)}body:not(.sidebar-open) .side-link:hover span{opacity:1}
.page-shell{min-height:100vh;margin-left:var(--sidebar-width);transition:margin-left .35s ease;background:var(--body-bg)}body.sidebar-open .page-shell{margin-left:var(--sidebar-open-width)}.topbar{position:sticky;top:0;z-index:30;height:var(--header-height);padding:8px 36px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(141,153,174,.08)}.round-btn{width:40px;height:40px;border-radius:50%;background:var(--body-bg);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;transition:color .2s,transform .2s}.round-btn:hover{color:var(--primary);transform:translateY(-1px)}.round-btn .icon{width:15px;height:15px}.topbar-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.auth-btn{min-width:120px;height:44px;padding:0 22px;border-radius:11px;background:var(--primary);color:#fff;font-weight:500;display:inline-flex;align-items:center;justify-content:center;transition:filter .2s,transform .2s}.auth-btn:hover{filter:brightness(.96);transform:translateY(-1px)}.mobile-brand{display:none}.icon-dark{display:none}body.dark .icon-light{display:none}body.dark .icon-dark{display:inline-block}
.content{padding:32px 36px 26px;width:100%;margin:0}.hero{position:relative;min-height:324px;overflow:hidden;border-radius:var(--radius);background:#27bf94;isolation:isolate}.hero:before{content:"";position:absolute;inset:0 0 0 52%;background:repeating-linear-gradient(90deg,rgba(255,255,255,.24) 0 28px,transparent 28px 58px),linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,0));z-index:-2}.hero:after{content:"";position:absolute;inset:0 0 0 62%;background:rgba(255,255,255,.08);border-radius:0 var(--radius) var(--radius) 0;z-index:-3}.hero-copy{position:relative;z-index:3;padding:92px 40px 40px 64px;color:#fff}.hero-title{display:table;margin:0 0 8px;padding:2px 8px;border-radius:8px;background:rgba(0,112,82,.38);font-size:clamp(21px,2vw,26px);line-height:1.18;font-weight:700}.hero-copy p{display:table;margin:0 0 16px;padding:3px 8px;border-radius:8px;background:rgba(0,112,82,.38);font-size:16px;font-weight:500}.wallet-btn{min-width:94px;height:44px;padding:0 18px;border-radius:10px;background:#fff;color:#202326;font-size:12px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.wallet-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.13)}.hero-character{position:absolute;z-index:2;right:7%;bottom:-2px;width:min(44%,501px);height:auto;object-fit:contain;pointer-events:none}
.seo-card{margin-top:24px;padding:28px 30px;border-radius:16px;background:var(--surface);box-shadow:var(--shadow);overflow-wrap:anywhere}.seo-card h1{margin:0 0 18px;font-size:clamp(28px,3vw,42px);line-height:1.18}.seo-card h2{margin:30px 0 14px;font-size:25px;line-height:1.25}.seo-card h3{margin:24px 0 12px;font-size:20px;line-height:1.3}.seo-card h4{margin:20px 0 10px;font-size:17px}.seo-card p{margin:12px 0}.seo-card a:not(.faq-item-title){color:var(--primary);text-decoration:underline;text-underline-offset:2px}.seo-card strong{font-weight:700}.seo-content>:first-child{margin-top:0}.seo-content>:last-child{margin-bottom:0}.seo-card ul,.seo-card ol{margin:16px 0;padding-left:26px}.seo-card li{margin:8px 0;padding-left:4px}.seo-card ul li::marker{color:var(--primary)}.seo-card ol li::marker{color:var(--primary);font-weight:700}.seo-card blockquote{margin:18px 0;padding:14px 18px;border-left:4px solid var(--primary);border-radius:0 10px 10px 0;background:var(--primary-soft)}
.category-bar{margin-top:24px;min-height:53px;padding:8px;display:flex;align-items:center;gap:7px;background:var(--surface);border-radius:16px;overflow-x:auto;scrollbar-width:none}.category-bar::-webkit-scrollbar{display:none}.category{height:37px;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border-radius:10px;background:transparent;color:var(--muted);white-space:nowrap}.category:hover,.category.active{background:var(--primary-soft);color:var(--primary)}.category .icon{width:16px;height:16px}.category b{padding:2px 7px;border-radius:6px;background:var(--body-bg);color:var(--muted);font-size:11px;font-weight:600}
.content-section{margin-top:24px}.content-section h2{margin:0;font-size:16px;font-weight:600}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.carousel-controls{display:flex;gap:6px}.carousel-controls button{width:37px;height:29px;border-radius:9px;background:rgba(141,153,174,.1);color:#a6b0bf;display:inline-flex;align-items:center;justify-content:center}.carousel-controls button:hover{color:var(--primary);background:var(--primary-soft)}.carousel-controls .icon{width:13px;height:13px}.tournament-track,.games-track,.provider-track{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.tournament-track::-webkit-scrollbar,.games-track::-webkit-scrollbar,.provider-track::-webkit-scrollbar{display:none}.tournament-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 12px)/2);gap:12px;padding-bottom:1px}.tournament-card{min-height:207px;position:relative;display:flex;flex-direction:column;border-radius:15px;background:var(--surface);overflow:hidden;scroll-snap-align:start}.tournament-card:hover{box-shadow:0 8px 24px rgba(43,45,66,.08)}.tournament-card h3{margin:19px 20px 14px;font-size:16px}.tournament-info{display:flex;justify-content:space-between;gap:15px;padding:0 20px}.tournament-info>div{display:flex;flex-direction:column}.tournament-info strong{color:var(--primary);font-size:14px}.tournament-info span{color:#c2cad5;font-size:12px;margin-top:4px}.time-left{text-align:right}.time-left b{margin-top:3px;font-size:14px}.details-btn{align-self:flex-start;margin:11px 20px 19px;padding:7px 13px;border-radius:8px;color:var(--primary);background:#dbe9ff;font-size:12px}.tournament-footer{margin-top:auto;padding:18px 20px;border-top:1px solid var(--line);color:#95a3b7;font-size:13px}
.games-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 84px)/8);gap:12px;padding-bottom:2px}.game-card{position:relative;min-width:0;aspect-ratio:3/4.08;overflow:hidden;border-radius:10px;background:#cfd7de;scroll-snap-align:start;cursor:pointer;isolation:isolate}.game-card>img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001);transition:transform .24s ease,filter .24s ease}.game-badge{position:absolute;top:0;right:0;z-index:3;padding:3px 7px;border-radius:0 0 0 6px;background:var(--primary);color:#fff;font-size:10px;font-weight:700}.game-badge.danger{background:var(--danger)}.game-badge.success{background:#19be8b}.game-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(6,74,176,.04) 0,rgba(10,91,213,.18) 45%,rgba(18,99,255,.96) 100%);opacity:0;transition:opacity .24s ease}.game-overlay .play-icon{position:absolute;top:48%;left:50%;width:40px;height:40px;color:#fff;transform:translate(-50%,-50%);filter:drop-shadow(0 2px 3px rgba(0,45,105,.25))}.game-overlay strong{position:absolute;right:13px;bottom:15px;left:14px;color:#fff;font-size:13px;font-weight:700;line-height:1.35;text-align:left;text-shadow:0 1px 2px rgba(0,45,105,.3)}.game-card:hover>img,.game-card:focus-visible>img{transform:scale(1.09);filter:blur(5px) saturate(.82) brightness(.92)}.game-card:hover .game-overlay,.game-card:focus-visible .game-overlay{opacity:1}.new-mark{display:inline-block;vertical-align:1px;margin-right:7px;padding:1px 4px;border-radius:2px;background:#64b8ff;color:#fff;font-size:7px;font-weight:700}.provider-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 84px)/8);gap:12px;padding-bottom:1px}.provider-card{scroll-snap-align:start;min-width:0}.provider-logo{height:61px;padding:14px;border-radius:15px;background:var(--surface);display:flex;align-items:center;justify-content:center}.provider-logo img{max-width:84%;max-height:30px;object-fit:contain}.provider-count{margin-top:5px;display:flex;align-items:center;gap:6px;color:#9ca8b9;font-size:12px;font-weight:600}.provider-count .icon{width:12px;height:12px;color:#c2cad5}
.table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:18px 0 24px;border-radius:12px}.table-scroll table{width:100%;border-collapse:collapse;table-layout:auto;background:var(--surface)}.table-scroll th,.table-scroll td{padding:12px 14px;border:1px solid var(--line);white-space:nowrap;text-align:left;vertical-align:top}.table-scroll th{background:var(--primary-soft);color:var(--primary);font-weight:700}.table-scroll tr:nth-child(even) td{background:var(--surface-muted)}
.faq-section:empty{display:none}.faq-section .faq>h2,.faq-section>section>h2{margin-top:0}.faq-content{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);overflow:hidden}.faq-item-title{margin:0;padding:16px 18px;font-size:17px}.faq-item-content-visible{padding:0 18px 17px;color:var(--muted)}.faq-section>section{margin-top:28px}.faq-section>section>div{padding:15px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);margin-top:10px}.faq-section>section h3{margin:0 0 8px;font-size:16px}.faq-section>section p{margin:0;color:var(--muted)}
.footer{width:100%;margin:30px 0 0;padding:16px 36px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface);color:var(--muted);font-size:12px}.footer p{margin:0}.footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}.footer a{color:var(--primary)}.footer a:hover{text-decoration:underline}.back-top{position:fixed;right:18px;bottom:18px;z-index:25;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(238,244,246,.92);color:#8aa0b8;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s,transform .2s}.back-top.visible{opacity:1;pointer-events:auto;transform:none}.back-top .icon{width:16px;height:16px}.mobile-nav{display:none}
@media(max-width:1299px){.games-track,.provider-track{grid-auto-columns:calc((100% - 60px)/6)}.hero-character{right:2%}}
@media(max-width:991px) and (min-width:768px){.content,.topbar,.footer{padding-left:22px;padding-right:22px}.games-track,.provider-track{grid-auto-columns:calc((100% - 36px)/4)}.hero{min-height:280px}.hero-copy{padding-left:38px;padding-top:76px}}
@media(max-width:800px){.table-scroll table{width:max-content;min-width:720px;max-width:none}.seo-card ul,.seo-card ol{padding-left:23px}.seo-card li{padding-left:2px}}
@media(max-width:767.98px){:root{--header-height:62px}body{padding-bottom:84px;background:#edf3f6}.sidebar{display:none}.page-shell,body.sidebar-open .page-shell{margin-left:0}.page-shell{width:calc(100% - 20px);margin:10px 10px 0;border-radius:12px;overflow:clip;border:1px solid var(--line)}.topbar{padding:7px 12px}.menu-toggle{display:none}.mobile-brand{display:flex;font-size:20px;margin-right:auto}.mobile-brand .brand-casino{display:none}.topbar-actions{gap:8px}.round-btn{width:40px;height:40px}.auth-btn{min-width:116px;height:40px;padding:0 15px;font-size:12px}.content{padding:20px 12px 18px}.hero{min-height:210px;border-radius:14px}.hero:before{left:34%}.hero-copy{padding:32px 14px 20px 18px}.hero-title{max-width:182px;margin-bottom:7px;padding:3px 6px;font-size:16px}.hero-copy p{max-width:205px;padding:3px 6px;font-size:14px}.wallet-btn{margin-top:4px;width:92px;height:43px}.hero-character{right:-45px;bottom:0;width:290px;max-width:none}.seo-card{margin-top:16px;padding:20px 15px;border-radius:14px}.seo-card h1{font-size:27px}.seo-card h2{font-size:22px}.seo-card h3{font-size:19px}.category-bar{margin-top:16px;border-radius:15px}.category{padding:0 11px}.content-section{margin-top:22px}.section-heading{margin-bottom:12px}.carousel-controls button{width:38px;height:30px}.tournament-track{grid-auto-columns:100%;gap:12px}.games-track,.provider-track{grid-auto-columns:calc((100% - 20px)/3);gap:10px}.game-card{border-radius:9px}.game-overlay strong{font-size:12px}.provider-logo{height:61px;padding:12px}.footer{margin-top:18px;padding:18px 12px 28px;display:block;font-size:12px}.footer p{margin-bottom:16px}.footer nav{display:grid;justify-content:start;gap:10px}.back-top{right:28px;bottom:112px}.mobile-nav{position:fixed;left:28px;right:28px;bottom:18px;z-index:70;height:65px;padding:5px 8px;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;border:1px solid var(--line);border-radius:38px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(71,87,104,.08);backdrop-filter:blur(12px)}body.dark .mobile-nav{background:rgba(32,35,38,.96)}.mobile-nav a{height:54px;padding:3px 0 5px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;color:#94a2b5;font-size:9px}.mobile-nav .icon{width:18px;height:18px}.mobile-nav .play-link{position:relative;overflow:visible}.play-circle{position:absolute;top:-24px;width:51px;height:51px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--primary);border:5px solid var(--surface)}.play-circle .icon{width:16px;height:16px}}
@media(max-width:420px){.page-shell{width:calc(100% - 16px);margin-left:8px;margin-right:8px}.content{padding-left:11px;padding-right:11px}.hero-character{right:-58px;width:278px}.hero-title{max-width:155px}.hero-copy p{max-width:176px;font-size:13px}.mobile-nav{left:24px;right:24px}}
@media(hover:none){.game-overlay{background:linear-gradient(180deg,transparent 45%,rgba(18,99,255,.9) 100%);opacity:1}.game-overlay .play-icon{display:none}.game-overlay strong{font-size:11px;bottom:9px;left:9px;right:9px}.game-card>img{filter:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Mobile bottom navigation and expandable "More" panel */
.mobile-more-menu{display:none}
@media(max-width:767.98px){
.mobile-nav a,.mobile-nav button{height:54px;padding:3px 0 5px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;color:#94a2b5;background:transparent;font-size:9px;line-height:1;border:0;min-width:0}
.mobile-nav button{width:100%;font-family:inherit;cursor:pointer}
.mobile-nav a:hover,.mobile-nav a:focus-visible,.mobile-nav button:hover,.mobile-nav button:focus-visible,.mobile-nav button[aria-expanded="true"]{color:var(--primary)}
.mobile-more-menu{position:fixed;right:27px;bottom:91px;z-index:69;width:min(204px,calc(100vw - 48px));max-height:calc(100vh - 112px);overflow-y:auto;overscroll-behavior:contain;padding:8px 0;display:block;border:1px solid #d7e1ec;border-radius:19px;background:rgba(255,255,255,.98);box-shadow:0 14px 38px rgba(50,72,99,.18);backdrop-filter:blur(14px);transform-origin:bottom right;animation:mobileMoreIn .18s ease-out}
.mobile-more-menu[hidden]{display:none}
body.dark .mobile-more-menu{border-color:var(--line);background:rgba(32,35,38,.98)}
.mobile-more-menu nav{display:flex;flex-direction:column}
.mobile-more-menu a{min-height:50px;padding:0 18px;display:flex;align-items:center;gap:15px;color:#93a1b5;font-size:14px;font-weight:400;white-space:nowrap;transition:color .18s,background .18s}
.mobile-more-menu a:hover,.mobile-more-menu a:focus-visible{color:var(--primary);background:var(--primary-soft)}
.mobile-more-menu .icon{width:17px;height:17px;flex:0 0 17px}
body.mobile-more-open:before{content:"";position:fixed;inset:0;z-index:68;background:transparent}
@keyframes mobileMoreIn{from{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:none}}
}
@media(max-width:420px){.mobile-more-menu{right:23px;bottom:91px}}
