:root{--bg:#080a0e;--panel:#11151c;--line:#282f39;--text:#f7f8fb;--muted:#8d96a3;--gold:#ffd52b;--gold2:#ffae00}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#080a0e;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header{height:72px;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;gap:34px;position:sticky;top:0;z-index:50;background:rgba(8,10,14,.95);backdrop-filter:blur(18px);border-bottom:1px solid #202631}.brand{width:146px;height:52px}.brand img,.modal-logo,.footer-logo img{width:100%;height:100%;object-fit:contain}.site-header nav{display:flex;gap:28px}.site-header nav a{color:#aab1bb;text-decoration:none;font-size:14px;font-weight:800;position:relative}.site-header nav a:hover,.site-header nav a.active{color:#fff}.site-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-26px;height:3px;background:var(--gold)}.top-actions{margin-left:auto;display:flex;gap:9px;align-items:center}.icon-btn,.outline-btn,.gold-btn,.glass-btn{height:42px;border-radius:11px;padding:0 18px;font-weight:900;cursor:pointer}.icon-btn{width:42px;padding:0;border:1px solid #29313b;background:#11161d;color:#fff;font-size:22px}.outline-btn{border:1px solid #39424f;background:#11151b;color:#fff}.gold-btn{border:0;background:linear-gradient(135deg,#fff16a,#ffd029 48%,#ffaf00);color:#181100;box-shadow:0 7px 25px rgba(255,198,23,.18);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.glass-btn{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:#fff}.big{height:48px;padding:0 24px}.user-pill{background:#151a21;border:1px solid #2c333d;border-radius:11px;padding:10px 14px;font-weight:800}.hero{max-width:1510px;min-height:390px;margin:20px auto 0;padding:48px 7%;border:1px solid rgba(255,255,255,.08);border-radius:22px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;background:radial-gradient(circle at 75% 48%,rgba(255,202,35,.35),transparent 27%),radial-gradient(circle at 60% 10%,rgba(165,64,25,.4),transparent 32%),linear-gradient(110deg,#21120b,#0e1016 62%,#18100a)}.hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 79px,rgba(255,255,255,.018) 80px),repeating-linear-gradient(0deg,transparent 0 79px,rgba(255,255,255,.018) 80px)}.hero-copy{position:relative;z-index:3}.eyebrow,.bar-title{font-size:11px;font-weight:1000;letter-spacing:.17em;color:var(--gold)}.hero h1{font-size:clamp(52px,6vw,88px);line-height:.9;letter-spacing:-.045em;margin:16px 0 20px}.hero h1 em{font-style:normal;color:var(--gold)}.hero p{font-size:17px;color:#bec4ce;max-width:580px;line-height:1.65}.hero-actions{display:flex;gap:10px;margin-top:25px}.trust-pills{display:flex;gap:9px;flex-wrap:wrap;margin-top:27px}.trust-pills span{border:1px solid rgba(255,255,255,.14);background:rgba(11,13,18,.55);padding:8px 12px;border-radius:999px;color:#d6d9df;font-size:11px}.hero-art{position:relative}.glow{position:absolute;width:300px;height:300px;border-radius:50%;background:#ffc72b;filter:blur(90px);opacity:.28;left:25%;top:8%}.hero-number{position:absolute;right:8%;top:-15%;font-weight:1000;font-size:350px;line-height:1;color:transparent;-webkit-text-stroke:2px rgba(255,217,72,.25);transform:rotate(8deg)}.hero-word{position:absolute;left:12%;bottom:8%;font-size:100px;font-weight:1000;font-style:italic;color:#ffd62b;text-shadow:0 10px 35px #000;transform:rotate(-8deg)}.providers-bar,.toolbar,.games-section,.promo-section,.catalog-section{max-width:1510px;margin:auto}.providers-bar{padding:28px 0 8px}.providers-bar>div:last-child{display:flex;gap:10px;overflow:auto;scrollbar-width:none}.provider-chip{height:66px;min-width:120px;border-radius:13px;border:1px solid #262d36;background:#12171e;color:#dfe3e8;font-weight:900;cursor:pointer}.provider-chip small{color:#6f7885}.provider-chip.active{border-color:#c9a81b;box-shadow:inset 0 -3px 0 var(--gold);color:var(--gold)}.toolbar{padding:14px 0;display:flex;justify-content:space-between;gap:16px;align-items:center}.filters{display:flex;gap:8px;overflow:auto}.filter{height:44px;border:1px solid #29303a;background:#12171e;color:#b9c0ca;border-radius:12px;padding:0 16px;font-weight:800;cursor:pointer;white-space:nowrap}.filter.active{background:var(--gold);color:#171100;border-color:var(--gold)}.search-wrap{height:44px;min-width:280px;display:flex;align-items:center;gap:8px;border:1px solid #303844;background:#10151b;border-radius:12px;padding:0 13px}.search-wrap input{width:100%;border:0;background:none;outline:0;color:#fff}.games-section,.promo-section,.catalog-section{padding:31px 0 10px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.section-head h2{font-size:26px;margin:5px 0 0}.view-all{border:0;background:none;color:var(--gold);font-weight:900;cursor:pointer}.game-row,.game-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.game-card{min-width:0}.cover{position:relative;aspect-ratio:1.28;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,#292d35,#15181e);border:1px solid #252c35}.cover img,.fallback{position:absolute;inset:0;width:100%;height:100%}.cover img{object-fit:cover;display:block;transition:.25s;z-index:1}.fallback{display:grid;place-items:center;padding:18px;text-align:center;font-weight:1000;color:#efd468;background:radial-gradient(circle at 70% 25%,#66571755,transparent 30%),linear-gradient(135deg,#222832,#11151b)}.game-card:hover .cover img{transform:scale(1.045)}.overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.82));opacity:0;transition:.2s;display:flex;align-items:flex-end;justify-content:center;padding:14px}.game-card:hover .overlay{opacity:1}.play{width:48px;height:48px;border:0;border-radius:50%;background:var(--gold);font-size:18px;cursor:pointer}.fav{position:absolute;z-index:3;right:8px;top:8px;width:32px;height:32px;border:0;border-radius:50%;background:rgba(7,9,13,.72);color:#fff;cursor:pointer}.fav.on{color:#ff6079}.meta{padding:8px 2px}.meta h3{font-size:13px;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta p{margin:0;color:#717b89;font-size:10px;text-transform:uppercase}.promo-section{padding-top:52px}.promo-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:14px}.promo{height:220px;border-radius:18px;padding:28px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.p1{background:radial-gradient(circle at 88% 25%,#b39a3b88,transparent 25%),linear-gradient(135deg,#5b3900,#191309)}.p2{background:radial-gradient(circle at 90% 20%,#a55bdb77,transparent 28%),linear-gradient(135deg,#321650,#141019)}.p3{background:radial-gradient(circle at 90% 20%,#49bbdf66,transparent 28%),linear-gradient(135deg,#06344e,#0d1319)}.promo>span{font-size:10px;letter-spacing:.13em;color:#fff3a9;font-weight:1000}.promo h3{max-width:75%;font-size:24px;line-height:1.05;margin:10px 0}.promo p{max-width:70%;color:#c3c8cf;font-size:13px;line-height:1.55}.promo button{border:0;background:#fff;color:#111;border-radius:9px;padding:9px 12px;font-weight:1000;font-size:11px}.promo b{position:absolute;right:28px;bottom:-30px;font-size:140px;color:rgba(255,255,255,.12)}.catalog-section{padding-top:54px;padding-bottom:70px}.catalog-notice{padding:12px 15px;border:1px solid #6a5714;background:#2a230a;color:#e5cf74;border-radius:11px;margin-bottom:16px;font-size:13px}.catalog-notice a{color:#fff}.load-more{display:block;margin:32px auto 0;border:1px solid #353d48;background:#141920;color:#fff;border-radius:11px;padding:12px 30px;font-weight:900}.modal-backdrop[hidden]{display:none}.modal-backdrop{position:fixed;inset:0;background:#000c;backdrop-filter:blur(12px);z-index:100;display:grid;place-items:center}.auth-modal{width:min(430px,calc(100% - 30px));background:#11161d;border:1px solid #2b323d;border-radius:21px;padding:27px;position:relative}.modal-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:0;border-radius:9px;background:#202630;color:#fff;font-size:20px}.modal-logo{width:130px;height:48px}.auth-tabs{display:flex;gap:4px;margin:18px 0}.auth-tab{border:0;background:#1a2028;color:#919aa7;padding:9px 14px;border-radius:9px;font-weight:900}.auth-tab.active{background:var(--gold);color:#171100}.auth-modal h2{margin:10px 0 4px}.auth-modal p{color:#8c95a2}.auth-modal label{display:block;font-size:11px;font-weight:900;margin:12px 0}.auth-modal input{display:block;width:100%;height:43px;margin-top:6px;border:1px solid #2d3540;background:#090c10;color:#fff;border-radius:10px;padding:0 11px}.auth-submit{width:100%;height:44px;border:0;border-radius:10px;background:var(--gold);font-weight:1000}.auth-error{background:#39151b;color:#ff9aa8;border-radius:8px;padding:9px;margin-bottom:10px}footer{border-top:1px solid #232a33;padding:38px max(24px,calc((100vw - 1510px)/2));display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px;color:#7c8592;font-size:12px}footer>div{display:flex;flex-direction:column;gap:9px}footer b{color:#e9ecf0}footer a{color:#7c8592;text-decoration:none}.footer-logo img{width:135px;height:48px}.footer-logo p,footer p{margin:0;line-height:1.6}@media(max-width:1550px){.hero,.providers-bar,.toolbar,.games-section,.promo-section,.catalog-section{margin-left:24px;margin-right:24px}.game-row,.game-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:1180px){.site-header nav{display:none}.game-row,.game-grid{grid-template-columns:repeat(5,1fr)}.hero{grid-template-columns:1fr}.hero-art{display:none}.promo-grid{grid-template-columns:1fr 1fr}.promo:first-child{grid-column:1/-1}}@media(max-width:760px){.site-header{height:62px;padding:0 12px}.brand{width:105px}.top-actions .outline-btn,.user-pill{display:none}.hero{margin:10px 10px 0;padding:35px 25px;min-height:370px}.hero h1{font-size:51px}.providers-bar,.toolbar,.games-section,.promo-section,.catalog-section{margin-left:12px;margin-right:12px}.toolbar{align-items:stretch;flex-direction:column}.search-wrap{min-width:0}.game-row,.game-grid{grid-template-columns:repeat(2,1fr);gap:10px}.promo-grid{grid-template-columns:1fr}.promo:first-child{grid-column:auto}.trust-pills{display:none}footer{grid-template-columns:1fr 1fr;padding:30px 18px}}


/* ===== v10 provider grouped layout ===== */
.provider-showcase-shell{max-width:1510px;margin:0 auto;padding:48px 0 80px}
.provider-showcase-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}
.provider-showcase-head h2{margin:5px 0 0;font-size:30px}
.library-stats{display:flex;gap:10px;color:#89919e;font-size:12px}
.library-stats span{border:1px solid #262d36;background:#11161d;border-radius:999px;padding:7px 11px}
.provider-section{padding:34px 0 18px;border-bottom:1px solid #1e242c}
.provider-section:last-child{border-bottom:0}
.provider-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}
.provider-title-wrap{display:flex;align-items:center;gap:12px}
.provider-logo-badge{min-width:82px;height:42px;padding:0 13px;border:1px solid #2b333d;border-radius:11px;background:linear-gradient(180deg,#171c23,#0e1218);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:1000;letter-spacing:.03em;box-shadow:inset 0 -2px 0 rgba(255,213,43,.08)}
.provider-title-wrap h2{margin:0;font-size:22px}
.provider-title-wrap p{margin:3px 0 0;color:#727b87;font-size:11px}
.see-more-top{border:0;background:none;color:#ffd52b;font-weight:900;cursor:pointer}
.provider-games-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.game-cover{aspect-ratio:.82;position:relative;border-radius:18px;overflow:hidden;border:1px solid #252c35;background:#141820}
.game-fallback{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;padding:14px;background:radial-gradient(circle at 75% 15%,rgba(255,213,43,.18),transparent 32%),linear-gradient(135deg,#252a33,#11151b 70%);color:#f1d76c;font-weight:1000}
.game-fallback small{color:#7f8895;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.lazy-game-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .24s ease,transform .28s ease;z-index:1}
.lazy-game-image.loaded{opacity:1}.game-card:hover .lazy-game-image.loaded{transform:scale(1.045)}
.game-hover{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.52);opacity:0;transition:.2s}
.game-card:hover .game-hover{opacity:1}
.play-button{width:54px;height:54px;border:0;border-radius:50%;background:#ffd52b;color:#171100;font-size:19px;box-shadow:0 10px 30px rgba(255,200,20,.28);cursor:pointer}
.game-cover .fav{position:absolute;right:8px;top:8px;z-index:5;width:32px;height:32px;border:0;border-radius:50%;background:rgba(5,7,10,.72);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}
.game-cover .fav.on{color:#ff5c75}
.game-info{padding:8px 3px 0}.game-info h3{margin:0 0 4px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-info p{margin:0;color:#737c89;font-size:10px;text-transform:uppercase}
.provider-load-more-wrap{display:flex;justify-content:center;margin-top:20px}
.provider-load-more{min-width:155px;height:42px;border:1px solid #343d48;background:#12171e;color:#fff;border-radius:11px;font-weight:900;cursor:pointer}
.provider-load-more:hover{border-color:#7d6a1a;color:#ffd52b}.provider-load-more span{display:inline-block;margin-left:7px;color:#717a87;font-size:10px}
.empty-state{border:1px solid #252c35;border-radius:14px;background:#11161d;color:#78818d;padding:30px;text-align:center}
.provider-mini-logo{font-size:11px;letter-spacing:.02em}
@media(max-width:1550px){.provider-showcase-shell{margin-left:24px;margin-right:24px}.provider-games-grid{grid-template-columns:repeat(7,1fr)}}
@media(max-width:1250px){.provider-games-grid{grid-template-columns:repeat(6,1fr)}}
@media(max-width:1050px){.provider-games-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:820px){.provider-games-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.provider-showcase-shell{margin:0 12px;padding-top:34px}.provider-games-grid{grid-template-columns:repeat(3,1fr);gap:9px}.provider-logo-badge{min-width:70px}.provider-showcase-head{align-items:flex-start}}
@media(max-width:460px){.provider-games-grid{grid-template-columns:repeat(2,1fr)}.library-stats{display:none}.provider-title-wrap h2{font-size:19px}}
/* ===== WIN9 v11 ===== */
.v11-hero{min-height:390px}.provider-chip small,.filter small{opacity:.55;margin-left:5px}.see-more-top{text-decoration:none}.provider-detail{max-width:1510px;margin:0 auto;padding:110px 24px 80px}.back-link{color:#9aa2ad;text-decoration:none;font-size:13px}.provider-detail-head{display:flex;justify-content:space-between;align-items:end;margin:28px 0 24px}.provider-detail-head h1{font-size:42px;margin:5px 0}.provider-detail-head p{color:#7d8692}.provider-page-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.link-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.provider-page .game-cover{aspect-ratio:.82}.provider-page .game-card{min-width:0}@media(max-width:1250px){.provider-page-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:900px){.provider-page-grid{grid-template-columns:repeat(4,1fr)}.provider-detail-head{align-items:flex-start;flex-direction:column;gap:16px}}@media(max-width:600px){.provider-page-grid{grid-template-columns:repeat(2,1fr)}.provider-detail{padding-left:12px;padding-right:12px}.provider-detail-head h1{font-size:32px}}
/* v11.1 reference-style homepage additions */
.quick-categories{display:grid;grid-template-columns:repeat(3,minmax(150px,220px));gap:10px;max-width:1510px;margin:12px auto 8px}.quick-categories a{height:72px;border:1px solid #26303a;border-radius:12px;background:linear-gradient(180deg,#151b23,#0d1218);display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;text-decoration:none;font-weight:900}.quick-categories a:hover{border-color:#b5961b;box-shadow:0 0 22px rgba(255,213,43,.08)}.quick-categories b{font-size:25px}.v11-hero{min-height:330px;border:1px solid #26303a;box-shadow:0 20px 70px rgba(0,0,0,.28);background:radial-gradient(circle at 76% 48%,rgba(255,194,20,.24),transparent 22%),radial-gradient(circle at 62% 45%,rgba(154,48,17,.30),transparent 30%),linear-gradient(100deg,#070b0f 0%,#101319 48%,#251207 100%)}.hero-number{filter:drop-shadow(0 0 28px rgba(255,201,30,.28))}.providers-bar{position:relative;z-index:3}.provider-section{scroll-margin-top:90px}.provider-games-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.game-cover{box-shadow:0 9px 26px rgba(0,0,0,.22)}
@media(max-width:1550px){.quick-categories{margin-left:24px;margin-right:24px}}
@media(max-width:700px){.quick-categories{grid-template-columns:repeat(3,1fr);margin:10px 12px}.quick-categories a{height:62px;flex-direction:column;gap:2px;font-size:11px}.quick-categories b{font-size:20px}}

/* WIN9 transparent logo fix */
.brand,.brand img,.modal-logo,.footer-logo img{background:transparent!important;border:0!important;box-shadow:none!important;}
.brand img{display:block;}
