*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{background-color:#393b3c;color:#f0f0f0;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.page-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
#site-header{background:#000000;position:sticky;top:0;z-index:900;border-bottom:1px solid #1a1a1a}
.hdr-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;height:80px;gap:0}
.hdr-logo img{width:100px;height:73px;object-fit:contain}
.hdr-logo{flex-shrink:0}
.nav-list{list-style:none;display:flex;align-items:center;margin-left:32px;gap:4px}
.nav-list li{display:flex;align-items:center;position:relative}
.nav-list li a{display:inline-flex;align-items:center;padding:8px 12px;color:#f0f0f0;font-size:.93rem;white-space:nowrap;border-radius:4px;transition:background .18s}
.nav-list li a:hover,.nav-list .nav-active{background:#1a1a1a}
.nav-active{display:inline-flex;align-items:center;padding:8px 12px;font-size:.93rem;color:#f0f0f0;border-radius:4px;background:#1a1a1a;white-space:nowrap}
.arrow{display:inline-flex;align-items:center;padding-left:2px;font-size:.7rem;color:#aaa;cursor:pointer;transition:transform .2s;user-select:none}
.has-sub::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:transparent}
.sub-menu{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#111;border-radius:6px;list-style:none;z-index:800;overflow:hidden}
.sub-menu li a{display:block;padding:8px 14px;color:#f0f0f0;font-size:.88rem;white-space:nowrap;transition:background .15s}
.sub-menu li a:hover{background:#222}
.has-sub:hover .sub-menu{display:block}
.has-sub:hover .arrow{transform:rotate(180deg)}
.hdr-cta{margin-left:auto;display:flex;align-items:center;gap:8px}
.btn-login{padding:7px 16px;border-radius:6px;border:1px solid #10b981;color:#10b981;font-size:.88rem;transition:background .18s}
.btn-login:hover{background:#10b981;color:#000}
.btn-signup{padding:7px 16px;border-radius:6px;background:#10b981;color:#000;font-size:.88rem;font-weight:600;transition:opacity .18s}
.btn-signup:hover{opacity:.88}
.mob-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:none;border:none;cursor:pointer;margin-left:auto}
.mob-toggle span{display:block;height:2px;background:#f0f0f0;border-radius:2px;transition:all .2s}
#mob-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:1000;overflow-y:auto;padding:16px}
#mob-menu.open{display:block}
.mob-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
#mobClose{background:none;border:none;color:#f0f0f0;font-size:1.4rem;cursor:pointer}
.mob-nav-list{list-style:none}
.mob-nav-list li{display:flex;flex-wrap:wrap;align-items:center;border-bottom:1px solid #222}
.mob-nav-list li a{display:block;padding:14px 0;color:#f0f0f0;font-size:1rem;flex:1}
.mob-nav-list .nav-active{padding:14px 0;color:#10b981;font-size:1rem;flex:1}
.mob-arrow{padding:14px 8px;font-size:.75rem;cursor:pointer;color:#aaa;transition:transform .2s}
.mob-sub{display:none;width:100%;list-style:none;background:#111;border-radius:4px;margin-bottom:4px}
.mob-sub.open{display:block}
.mob-sub li a{padding:10px 20px;font-size:.9rem;display:block;color:#ddd}
.mob-arrow.open{transform:rotate(180deg)}
.mob-cta{display:flex;gap:10px;margin-top:24px}
.mob-cta a{flex:1;text-align:center;padding:12px;border-radius:6px;font-size:.95rem}
.hero-section{background:linear-gradient(135deg,#000 0%,#111 60%,#0d1f18 100%);padding:56px 10px}
.hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px}
.hero-text{flex:1}
.hero-text h1{font-size:2.2rem;color:#fff;margin-bottom:16px;line-height:1.2}
.hero-text p{color:#ccc;font-size:1rem;margin-bottom:24px;line-height:1.7}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-cta{display:inline-block;padding:12px 24px;background:#10b981;color:#000;border-radius:8px;font-weight:700;font-size:.95rem;transition:opacity .18s;text-align:center}
.btn-cta:hover{opacity:.88}
.btn-outline{display:inline-block;padding:12px 24px;border:2px solid #10b981;color:#10b981;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .18s;text-align:center}
.btn-outline:hover{background:#10b981;color:#000}
.hero-img{flex-shrink:0}
.hero-img img{width:500px;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px rgba(16,185,129,.18)}
.about-sect{padding:60px 10px;background:#2e3031}
.about-sect h2{font-size:1.7rem;color:#fff;margin-bottom:12px;text-align:center}
.about-sect p{color:#ccc;margin-bottom:16px;text-align:center}
.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}
.about-card{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.01));border-radius:10px;padding:18px 14px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 8px rgba(0,0,0,.25);transition:transform .18s,box-shadow .18s}
.about-card:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(16,185,129,.15)}
.ac-icon{font-size:1.5rem}
.ac-label{font-size:.78rem;color:#10b981;text-transform:uppercase;letter-spacing:.04em}
.ac-value{font-size:.9rem;color:#eee;line-height:1.4}
.reg-sect{padding:60px 10px}
.reg-sect h2{font-size:1.7rem;color:#fff;margin-bottom:16px}
.reg-sect p{color:#ccc;margin-bottom:14px}
.reg-steps{color:#ccc;padding-left:20px;margin-bottom:20px}
.reg-steps li{margin-bottom:8px;padding-left:4px}
.cta-center{text-align:center;margin-top:28px}
.games-sect{padding:60px 10px;background:#2e3031}
.games-sect h2{font-size:1.7rem;color:#fff;margin-bottom:12px;text-align:center}
.games-sect p{color:#ccc;margin-bottom:20px;text-align:center}
.tabs-wrap{margin-top:24px}
.tab-btns{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.tab-btn{padding:10px 20px;background:#1a1a1a;color:#ccc;border:1px solid #333;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .18s}
.tab-btn.active,.tab-btn:hover{background:#10b981;color:#000;border-color:#10b981;font-weight:600}
.tab-panel{display:none}
.tab-panel.active{display:block}
.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.g-card{background:#1e2020;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:transform .18s}
.g-card:hover{transform:translateY(-3px)}
.g-card img{width:100%;height:150px;object-fit:cover}
.g-info{padding:12px}
.g-title{font-size:.95rem;color:#fff;font-weight:600;margin-bottom:4px}
.g-meta{font-size:.8rem;color:#aaa;margin-bottom:10px}
.btn-game{display:block;padding:8px;background:#10b981;color:#000;border-radius:6px;font-size:.82rem;font-weight:600;text-align:center;transition:opacity .18s}
.btn-game:hover{opacity:.85}
.pay-sect{padding:60px 10px}
.pay-sect h2{font-size:1.7rem;color:#fff;margin-bottom:16px}
.pay-sect p{color:#ccc;margin-bottom:14px}
.sports-sect{padding:60px 10px;background:#2e3031}
.sports-sect h2{font-size:1.7rem;color:#fff;margin-bottom:16px}
.sports-sect p{color:#ccc;margin-bottom:14px}
#site-footer{background:#222222;padding:40px 10px 24px}
.ftr-inner{max-width:1200px;margin:0 auto}
.ftr-nav{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:32px}
.ftr-nav a{color:#aaa;font-size:.85rem;transition:color .18s}
.ftr-nav a:hover{color:#10b981}
.ftr-label{font-size:.78rem;color:#adadad;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.ftr-track img{filter:grayscale(1) brightness(.8);transition:filter .2s;flex-shrink:0}
.ftr-track img:hover{filter:none}
.ftr-bottom{display:flex;align-items:flex-start;gap:20px;border-top:1px solid #333;padding-top:20px;margin-top:8px}
.ftr-disc{color:#adadad;font-size:.78rem;line-height:1.6;flex:1}
.ftr-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
.ftr-logos-wrap{margin-bottom:24px;text-align:center}
.ftr-logos-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 32px;padding:8px 0}
.ftr-logos-row img{filter:grayscale(1) brightness(.75);transition:filter .2s;flex-shrink:0}
.ftr-logos-row img:hover{filter:none}
@media (max-width:1080px){
.hdr-cta,.nav-list{display:none}
.mob-toggle{display:flex}
.hero-inner{flex-direction:column}
.hero-img img{width:100%;height:auto}
}
@media (max-width:1200px){.about-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:968px){
.about-grid{grid-template-columns:repeat(2,1fr)}
.games-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:768px){
.games-grid{grid-template-columns:repeat(2,1fr)}
.about-grid{grid-template-columns:repeat(2,1fr)}
.ftr-bottom{flex-direction:column}
.ftr-trust{justify-content:center}
}
@media (max-width:480px){
.games-grid{grid-template-columns:1fr}
.about-grid{grid-template-columns:1fr}
.hero-text h1{font-size:1.5rem}
.tab-btn{font-size:.8rem;padding:8px 14px}
}
@media (max-width:300px){#mob-menu{width:100%}}