@font-face{font-family:"Source Sans 3";src:url("../fonts/source-sans-3.woff2") format("woff2");font-weight:400 700;font-style:normal;font-display:swap}
:root{--body:#0e2749;--header1:#2254ba;--header2:#163e90;--primary:#054ea1;--panel:#18417c;--input:#0d3264;--yellow:#f4b600;--yellow2:#ffb80c;--white:#fff;--muted:#a4b5da;--border:rgba(255,255,255,.13);--danger:#e62626;--success:#2aaa64;--radius:4px;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--body);color:#fff;font-family:"Source Sans 3",Arial,sans-serif;min-height:100vh;padding-top:58px}body.modal-open,body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-loader{position:fixed;inset:0;z-index:10000;background:#ebebeb;display:flex;align-items:center;justify-content:center;transition:opacity .2s,visibility .2s}.page-loader img{width:82px;height:82px;object-fit:contain}.page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.site-header{height:58px;position:fixed;top:0;left:0;right:0;z-index:80;background:linear-gradient(180deg,var(--header1),var(--header2));box-shadow:0 2px 8px rgba(0,0,0,.28)}.header-inner{max-width:var(--max);height:100%;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px}.brand{display:block;width:152px}.brand img{display:block;width:100%;height:auto}.menu-toggle{justify-self:start;width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:8px}.menu-toggle span{display:block;height:3px;border-radius:3px;background:#fff;width:24px}.menu-toggle span:nth-child(2){width:17px}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.header-btn,.balance-pill{height:34px;border-radius:4px;padding:0 13px;border:0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;cursor:pointer}.header-btn.login,.balance-pill{background:var(--yellow);color:#0f2649}.header-btn.register{background:linear-gradient(180deg,#e5e5e5,#a4a4a4);color:#0f2649}.header-btn.logout{background:#f4b600;color:#0f2649}.balance-pill{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.side-menu{position:fixed;z-index:120;top:0;bottom:0;left:0;width:min(310px,86vw);background:#12345f;transform:translateX(-102%);transition:transform .25s ease;box-shadow:8px 0 30px rgba(0,0,0,.35);overflow:auto}.side-menu.open{transform:none}.menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:110;opacity:0;visibility:hidden;transition:.25s}.menu-backdrop.open{opacity:1;visibility:visible}.side-menu-head{height:68px;background:linear-gradient(180deg,var(--header1),var(--header2));display:flex;align-items:center;justify-content:space-between;padding:12px}.side-menu-head img{width:145px}.side-close{border:0;background:transparent;color:#fff;font-size:31px;line-height:1;cursor:pointer}.side-menu nav{padding:10px}.side-menu nav a,.side-menu nav button{width:100%;display:flex;align-items:center;gap:13px;padding:13px 12px;color:#fff;background:transparent;border:0;border-bottom:1px solid var(--border);font-weight:600;text-align:left;cursor:pointer}.side-menu nav img{width:25px;height:25px;object-fit:contain}
.main-content{max-width:var(--max);margin:0 auto;padding-bottom:28px}.flash{margin:12px;padding:10px 14px;border-radius:4px;font-weight:600}.flash.success{background:rgba(42,170,100,.22);border:1px solid rgba(42,170,100,.65)}.flash.error{background:rgba(230,38,38,.18);border:1px solid rgba(230,38,38,.65)}
.hero{position:relative;overflow:hidden;background:#0b1f3d}.hero-track{position:relative;aspect-ratio:1050/444}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;display:block;object-fit:cover}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:52px;border:0;background:rgba(3,15,38,.48);color:#fff;font-size:34px;cursor:pointer;opacity:.8}.hero-arrow:hover{opacity:1}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.hero-dots{position:absolute;z-index:4;left:50%;bottom:9px;transform:translateX(-50%);display:flex;gap:5px}.hero-dots button{width:27px;height:4px;border:0;border-radius:5px;padding:0;background:rgba(255,255,255,.45);cursor:pointer;overflow:hidden}.hero-dots button.active{background:#fff}
.announcement-bar{height:42px;background:#0d3264;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.announcement-icon{width:46px;min-width:46px;height:42px;display:flex;align-items:center;justify-content:center;background:#18417c}.announcement-icon img{width:22px;height:22px;filter:brightness(0) invert(1)}.announcement-viewport{overflow:hidden;flex:1}.announcement-track{width:max-content;display:flex;align-items:center;gap:58px;animation:marquee 32s linear infinite;padding-left:100%}.announcement-track span{white-space:nowrap;color:#fff;font-size:14px}@keyframes marquee{to{transform:translateX(-50%)}}
.category-nav{display:grid;grid-template-columns:repeat(10,minmax(100px,1fr));gap:0;background:linear-gradient(179deg,var(--yellow),var(--yellow2));overflow-x:auto;scrollbar-width:none;padding:6px 7px 4px}.category-nav::-webkit-scrollbar{display:none}.category-tab{min-width:100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:#054ea1;font-weight:700;font-size:12px;text-align:center;padding:6px 4px 8px;position:relative}.category-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#054ea1;box-shadow:0 2px 4px rgba(0,0,0,.28),inset 0 5px 8px rgba(255,255,255,.1);margin-bottom:5px;transition:.25s}.category-icon img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1)}.category-tab.active .category-icon{transform:translateY(-3px) scale(1.08);box-shadow:0 4px 8px rgba(0,0,0,.32)}.category-tab.active:after{content:"";position:absolute;bottom:0;left:18%;right:18%;height:3px;border-radius:3px;background:#054ea1}
.games-section{padding:18px 14px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px;gap:10px}.section-head h1{margin:0;font-size:21px;line-height:1.2;text-transform:uppercase}.section-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.section-head p a{color:var(--yellow)}.section-head>span{font-size:13px;color:var(--muted);white-space:nowrap}.game-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.game-card{min-width:0;text-align:center;display:block;color:#fff}.game-image-wrap{position:relative;display:block;width:100%;aspect-ratio:1/1;background:#12345f;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.25)}.game-image{width:100%;height:100%;display:block;object-fit:contain}.game-image.alternate{position:absolute;inset:0;opacity:0;transition:opacity .2s}.game-card:hover .game-image.alternate{opacity:1}.game-card strong{display:block;margin-top:7px;font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-card small{display:block;color:#9fb2d3;margin-top:3px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-card.provider .game-image-wrap{background:#133765}.game-card.provider .game-image{padding:9px}.empty-state{padding:28px;background:#12345f;border:1px solid var(--border);text-align:center;color:#b9c9df;border-radius:4px}
.site-footer{max-width:var(--max);margin:auto;border-top:1px solid rgba(255,255,255,.09);padding:24px 14px 92px;text-align:center;color:#9fb2d3;font-size:13px}.footer-brand img{width:130px;opacity:.95}.site-footer p{margin:10px 0 0}.float-promo{position:fixed;right:13px;bottom:13px;z-index:55;width:76px;height:76px}.float-promo img{width:100%;height:100%;object-fit:contain}
.modal{position:fixed;inset:0;z-index:150;display:flex;align-items:center;justify-content:center;padding:16px;visibility:hidden;opacity:0;transition:.2s}.modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(2px)}.modal-card{position:relative;width:min(440px,100%);max-height:calc(100vh - 30px);overflow:auto;background:#18417c;border-radius:7px;box-shadow:0 20px 60px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.14)}.modal-head{height:52px;background:linear-gradient(180deg,var(--header1),var(--header2));display:flex;align-items:center;justify-content:space-between;padding:0 16px}.modal-head h2{margin:0;font-size:20px}.modal-head button{border:0;background:transparent;color:#fff;font-size:29px;cursor:pointer}.auth-form{padding:18px}.auth-form label{display:block;margin-bottom:13px;font-weight:600;font-size:14px}.auth-form input{display:block;width:100%;height:43px;margin-top:6px;border-radius:4px;border:1px solid transparent;background:var(--input);color:#fff;padding:0 12px;outline:0}.auth-form input:focus{border-color:var(--yellow)}.optional{font-weight:400;color:#b7c4da}.primary-btn{min-height:43px;border:0;border-radius:4px;background:linear-gradient(180deg,#ffd23a,#f4b600);color:#0e2749;font-weight:800;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.auth-form .primary-btn{width:100%;margin-top:4px}.text-switch{display:block;width:100%;border:0;background:transparent;color:#fff;text-decoration:underline;margin-top:14px;cursor:pointer}.primary-btn.disabled{background:#646f79;color:rgba(255,255,255,.65);cursor:not-allowed}.primary-btn.block{width:100%}
.compact-page{padding:24px 14px;min-height:calc(100vh - 180px)}.account-panel,.game-detail-card{max-width:620px;margin:0 auto;background:#18417c;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:20px}.account-icon{width:70px;height:70px;margin:0 auto 10px;border-radius:50%;background:#0d3264;display:flex;align-items:center;justify-content:center}.account-icon img{width:38px;height:38px}.account-panel h1{text-align:center;margin:5px 0 18px}.balance-card{background:linear-gradient(180deg,#2254ba,#163e90);padding:16px;border-radius:6px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.balance-card span{color:#c4d5f2}.balance-card strong{color:var(--yellow);font-size:20px}.account-panel dl{margin:0 0 18px}.account-panel dl div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 0}.account-panel dt{color:#a4b5da}.account-panel dd{margin:0;text-align:right}.back-link{display:block;max-width:720px;margin:0 auto 12px;color:var(--yellow)}.game-detail-card{max-width:720px;display:grid;grid-template-columns:210px 1fr;gap:22px;align-items:center}.detail-image{aspect-ratio:1/1;background:#12345f;border-radius:7px;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:contain}.detail-copy h1{margin:0 0 7px;font-size:28px}.detail-copy p{margin:0 0 20px;color:#a4b5da}.provider-note{display:block;color:#b8c7dd;line-height:1.45;margin-top:12px}
@media(max-width:900px){.game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.category-nav{grid-template-columns:repeat(10,104px)}}
@media(max-width:640px){body{padding-top:50px}.site-header{height:50px}.header-inner{padding:0 8px}.brand{width:105px}.menu-toggle{width:36px;height:36px;padding:6px}.menu-toggle span{width:22px;height:2.5px}.menu-toggle span:nth-child(2){width:16px}.header-actions{gap:5px}.header-btn,.balance-pill{height:30px;padding:0 9px;font-size:12px}.balance-pill{max-width:112px}.hero-arrow{display:none}.announcement-bar{height:38px}.announcement-icon{height:38px;width:40px;min-width:40px}.category-nav{padding-top:5px;grid-template-columns:repeat(10,78px)}.category-tab{min-width:78px;font-size:10.5px}.category-icon{width:42px;height:42px}.category-icon img{width:25px;height:25px}.games-section{padding:13px 8px}.section-head h1{font-size:18px}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.game-card strong{font-size:11.5px;margin-top:5px}.game-card small{font-size:9.5px}.float-promo{width:62px;height:62px;right:7px;bottom:7px}.site-footer{padding-bottom:78px}.game-detail-card{grid-template-columns:1fr;max-width:400px}.detail-image{width:min(230px,80%);margin:auto}.detail-copy{text-align:center}.detail-copy h1{font-size:23px}}
@media(max-width:380px){.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.header-btn.login{padding:0 8px}}
