*{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#0d0f0d;--bg2:#15171510;--panel:#1a1c1a;--panel2:#222421;--green:#3be36a;--text:#fff;--muted:#9aa09a;--radius:14px}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;padding-bottom:64px}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;cursor:pointer;font-weight:700;border-radius:30px;padding:10px 18px;font-size:14px;transition:.2s}
.btn-ghost{background:#2a2d2a;color:#fff}
.btn-ghost:hover{background:#363a36}
.btn-primary{background:var(--green);color:#0d0f0d}
.btn-primary:hover{filter:brightness(1.08)}
.btn-lg{padding:14px 26px;font-size:16px}

.site-header{position:sticky;top:0;z-index:100;background:var(--bg);box-shadow:0 1px 0 #222}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;max-width:1200px;margin:0 auto}
.brand{display:flex;align-items:center;gap:10px}
.brand-name{font-weight:800;font-size:22px;letter-spacing:1px;color:var(--green)}
.header-actions{display:flex;gap:10px}
.category-nav{background:var(--bg);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid #1d1f1d}
.category-nav::-webkit-scrollbar{display:none}
.category-nav-inner{display:flex;gap:10px;padding:12px 16px;max-width:1200px;margin:0 auto}
.chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;background:var(--panel);color:#fff;padding:9px 18px;border-radius:24px;font-size:14px;font-weight:600;white-space:nowrap}
.chip.active{background:#fff;color:#0d0f0d}
.chip:hover:not(.active){background:var(--panel2)}

.hero{position:relative;background:linear-gradient(120deg,rgba(28,20,16,.55),rgba(35,23,15,.55)),url('banner.webp');background-size:cover;background-position:center;min-height:230px;display:flex;align-items:center;border-radius:0 0 18px 18px;overflow:hidden}
.hero-overlay{width:100%;background:linear-gradient(90deg,rgba(0,0,0,.55) 30%,rgba(0,0,0,.1));padding:30px 16px}
.hero-text{max-width:560px}
.hero-h{font-size:30px;font-weight:800;line-height:1.15}
.hero-sub{color:var(--green);font-weight:700;margin-top:6px;font-size:16px}
.hero-p{color:#d8dad8;margin:12px 0 18px;font-size:14px}

.breadcrumbs{max-width:1200px;margin:14px auto 0;padding:0 16px}
.breadcrumbs ol{list-style:none;display:flex;gap:8px;font-size:13px;color:var(--muted)}
.breadcrumbs li+li::before{content:'\203A';margin-right:8px;color:#555}
.breadcrumbs a{color:var(--green)}

.shelf{max-width:1200px;margin:26px auto 0;padding:0 16px}
.shelf-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.shelf-title{font-size:20px;font-weight:800}
.shelf-all{color:#fff;font-size:14px;font-weight:600}
.shelf-all:hover{color:var(--green)}
.rail{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}
.rail::-webkit-scrollbar{display:none}
.game-card{flex:0 0 160px;position:relative;border-radius:12px;overflow:hidden;background:var(--panel)}
.game-card img{width:160px;height:200px;object-fit:cover}
.game-meta{position:absolute;left:0;right:0;bottom:0;padding:30px 10px 10px;background:linear-gradient(transparent,rgba(0,0,0,.85));display:flex;flex-direction:column}
.game-name{font-weight:700;font-size:14px}
.game-provider{color:var(--muted);font-size:12px}
.studios .studio-card{flex:0 0 200px;height:90px;display:flex;align-items:center;justify-content:center;background:var(--panel);border-radius:12px;font-weight:800;color:#cfd2cf;font-size:15px}

.payments{max-width:1200px;margin:26px auto 0;padding:0 16px}
.pay-grid{display:flex;flex-wrap:wrap;gap:14px;align-items:center;background:var(--panel);border-radius:12px;padding:18px}
.pay-grid img{height:30px;width:auto;filter:grayscale(.2) brightness(1.6);opacity:.92;background:#fff;border-radius:6px;padding:4px 8px}

.content{max-width:900px;margin:34px auto 0;padding:0 16px}
.content h1{font-size:27px;line-height:1.25;margin-bottom:18px}
.content h2{font-size:21px;margin:28px 0 12px;color:var(--green)}
.content h3{font-size:17px;margin:20px 0 10px}
.content p{margin-bottom:12px;color:#d5d8d5}
.content strong{color:#fff}
.content em{color:#cfeede}
.content ul{margin:0 0 14px 20px}
.content li{margin-bottom:6px;color:#d5d8d5}
.content table{width:100%;border-collapse:collapse;margin:14px 0 18px;font-size:14px;background:var(--panel);border-radius:10px;overflow:hidden;display:block;overflow-x:auto}
.content thead{background:#26312a}
.content th,.content td{padding:11px 13px;text-align:left;border-bottom:1px solid #2a2d2a}
.content th{color:var(--green);font-weight:700}
.content tr:last-child td{border-bottom:none}

.faq details{background:var(--panel);border-radius:10px;margin-bottom:10px;padding:0 16px;border:1px solid #232623}
.faq summary{cursor:pointer;padding:14px 0;font-weight:700;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::after{content:'+';color:var(--green);font-size:20px}
.faq details[open] summary::after{content:'\2013'}
.faq details p{padding:0 0 14px;color:#cdd0cd}

.site-footer{margin-top:40px;background:#101210;padding:40px 16px 30px;text-align:center}
.footer-mask{display:flex;justify-content:center;margin-bottom:18px}
.footer-legal{max-width:600px;margin:0 auto;color:var(--muted);font-size:14px;line-height:1.6}
.footer-links{margin-top:34px}
.footer-title{font-size:22px;font-weight:700;margin-bottom:18px}
.footer-grid{max-width:560px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px 30px}
.footer-grid a{color:#d3d6d3;font-size:15px}
.footer-grid a:hover{color:var(--green)}
.footer-badges{display:flex;justify-content:center;gap:22px;align-items:center;margin-top:34px;flex-wrap:wrap}
.badge-18{width:34px;height:34px;border-radius:50%;border:2px solid var(--muted);color:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}
.badge-text{color:var(--muted);font-weight:700;font-size:13px;border:1px solid #333;padding:6px 10px;border-radius:6px}

.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;background:#121412;display:flex;justify-content:space-around;padding:8px 0 10px;border-top:1px solid #1f221f}
.bn-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font-size:11px;flex:1}
.bn-item.active{color:var(--green)}
.bn-item:hover{color:#fff}

@media(min-width:760px){
.hero{min-height:300px}
.hero-h{font-size:40px}
.footer-grid{gap:18px 60px}
}
@media(max-width:480px){
.brand-name{font-size:18px}
.btn{padding:8px 14px;font-size:13px}
.hero-h{font-size:26px}
}