*{box-sizing:border-box}
:root{
  --green:#16a34a;--green2:#22c55e;--deep:#06140d;--deep2:#0a1e13;--panel:#0e291a;
  --text:#f4fff7;--muted:#a9c0b0;--line:rgba(255,255,255,.12);--yellow:#facc15;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 50% 10%,#12351f 0,#06140d 45%,#04100a 100%);color:var(--text);line-height:1.5}
a{color:inherit}
.topbar{position:sticky;top:0;z-index:20;min-height:82px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:rgba(7,24,14,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;font-size:25px;font-weight:800}
.brand-mark{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#d9ffe6);color:#08752f;font-weight:950;box-shadow:0 8px 25px rgba(34,197,94,.25)}
.nav{display:flex;gap:28px}
.nav a{text-decoration:none;color:#c8d9cd;font-weight:600}
.nav a:hover{color:#5af08a}
.menu{display:none;background:none;border:0;color:#fff;font-size:25px}
.hero{max-width:920px;margin:0 auto;text-align:center;padding:78px 22px 35px}
.pill,.eyebrow{display:inline-flex;align-items:center;border:1px solid rgba(74,222,128,.35);background:rgba(22,163,74,.13);color:#72f19a;padding:8px 16px;border-radius:999px;font-size:12px;letter-spacing:1.2px;font-weight:800}
.hero h1{font-size:clamp(45px,7vw,78px);line-height:1.02;margin:23px 0 22px;letter-spacing:-2px}
.hero h1 span,h2 span{color:#45e77d}
.hero>p{max-width:720px;margin:0 auto;color:var(--muted);font-size:20px}
.hero-actions{display:flex;justify-content:center;gap:14px;margin:35px 0 44px}
.btn{min-width:190px;padding:16px 22px;border-radius:14px;text-decoration:none;font-weight:800}
.primary{background:linear-gradient(135deg,var(--green2),var(--green));box-shadow:0 12px 35px rgba(22,163,74,.25)}
.secondary{border:1px solid rgba(74,222,128,.45);background:rgba(255,255,255,.04)}
.stats{display:flex;justify-content:center;gap:80px}
.stats div{display:flex;flex-direction:column}.stats strong{font-size:25px}.stats span{color:#8fa798;font-size:13px}
.notice{max-width:1120px;margin:10px auto 55px;padding:15px 20px;display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(250,204,21,.35);background:rgba(250,204,21,.07);color:#e7edc6;border-radius:12px;font-size:13px}
.notice-icon{color:var(--yellow);font-size:19px}
.rated{max-width:1120px;margin:0 auto 65px;padding:0 24px;text-align:center}
.eyebrow.left{display:inline-flex}.rated h2,.featured h2,.policy h2{font-size:35px;margin:13px 0 4px}.section-copy{color:var(--muted);margin:0 auto 25px}
.rated-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.rated-card{position:relative;padding:27px 20px 20px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(23,62,37,.85),rgba(7,25,14,.9));border-radius:22px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.rank{position:absolute;top:10px;left:50%;transform:translateX(-50%);font-size:10px;font-weight:900;color:#07140b;background:var(--yellow);padding:5px 11px;border-radius:999px}
.mini-icon{margin:12px auto;width:74px;height:74px;border-radius:20px;display:grid;place-items:center;color:#06210e;font-weight:950;font-size:16px;border:4px solid rgba(255,255,255,.18)}
.mini-icon.green{background:#32e35f}.mini-icon.lime{background:#a7f32d}.mini-icon.gold{background:#facc15}
.rated-card h3{margin:8px 0 2px}.rated-card p{margin:0 0 15px;color:#9db3a5;font-size:13px}
.small-btn{display:inline-block;text-decoration:none;background:var(--green);padding:10px 18px;border-radius:10px;font-size:12px;font-weight:800}
.games-wrap{max-width:1120px;margin:auto;background:rgba(7,25,14,.72);border:1px solid var(--line);border-radius:28px;padding:30px}
.switcher{display:flex;justify-content:center;gap:12px;margin-bottom:34px}
.tab{cursor:pointer;border:1px solid var(--line);background:#0d2416;color:#a8beaf;padding:13px 22px;border-radius:12px;font-weight:800}
.tab.active{border-color:rgba(74,222,128,.65);background:rgba(22,163,74,.18);color:#7cf49f}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{margin:8px 0 0;font-size:31px}
#sort{background:#10331c;color:#dff8e7;border:1px solid var(--line);border-radius:11px;padding:12px 15px}
.games{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.card{min-height:104px;display:flex;align-items:center;gap:15px;padding:15px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(18,49,28,.95),rgba(7,25,14,.95));border-radius:18px}
.game-image,.game-icon{width:72px;height:72px;border-radius:17px;object-fit:cover;flex-shrink:0}
.game-icon{display:grid;place-items:center;background:linear-gradient(135deg,#16883f,#65e98d);color:#05230e;font-weight:950}
.card h3{margin:0 0 4px;font-size:18px}.card p{margin:0;color:#91a99a;font-size:13px}.play{margin-left:auto;text-decoration:none;background:var(--green);padding:10px 16px;border-radius:10px;font-size:12px;font-weight:900;white-space:nowrap}.play.disabled{background:#26372c;color:#90a193;cursor:default}
.benefits{max-width:1120px;margin:55px auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.benefits article{display:flex;gap:12px;padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(12,37,21,.6)}.benefits article>span{font-size:25px}.benefits h3{margin:0 0 5px;font-size:15px}.benefits p{margin:0;color:#8fa798;font-size:12px}
.featured{max-width:1120px;margin:40px auto;padding:45px 24px}.featured h2{text-align:center}.featured>.section-copy{text-align:center;max-width:700px}
.featured-list{display:grid;gap:12px;margin:25px 0}
.feature-row{display:flex;align-items:center;gap:15px;padding:15px 17px;border:1px solid var(--line);background:rgba(15,41,23,.72);border-radius:17px}
.feature-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;font-weight:950;flex-shrink:0}.whatsapp,.yono{background:#22c55e;color:#06210e}.vip{background:#b7ff4a;color:#132208}
.feature-text{flex:1}.feature-text h3{margin:0 0 3px}.feature-text h3 span{font-size:9px;color:#a6f4bd;border:1px solid rgba(74,222,128,.35);padding:4px 7px;border-radius:999px;vertical-align:middle;margin-left:5px}.feature-text p{margin:0;color:#92aa9b;font-size:12px}
.play-now{background:var(--green);padding:11px 17px;border-radius:10px;text-decoration:none;font-size:11px;font-weight:900}
.collection{margin-top:35px;padding:28px;text-align:center;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(19,55,31,.7),rgba(7,24,13,.65))}
.collection h3{font-size:22px;margin:0 0 6px}.collection p{color:#9bb0a1;margin:0 auto 20px}.tags{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.tags span{font-size:11px;border:1px solid var(--line);padding:7px 10px;border-radius:999px;color:#b5c8bb;background:rgba(255,255,255,.025)}
.policy-grid{max-width:1120px;margin:10px auto 70px;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.policy{padding:30px;border:1px solid var(--line);border-radius:22px;background:rgba(7,25,14,.78)}.policy h2{font-size:27px}.policy p{color:#9eb2a4;font-size:14px;line-height:1.75}.contact-link{color:#63ef91;text-decoration:none;font-weight:800}
footer{padding:40px 6%;text-align:center;background:#030b06;border-top:1px solid var(--line);color:#758a7c}.footer-brand{font-size:21px;color:#e7fff0;font-weight:850;margin-bottom:15px}.footer-links{display:flex;justify-content:center;gap:22px;margin-bottom:15px}.footer-links a{text-decoration:none;color:#8ea497;font-size:13px}
@media(max-width:800px){
 .nav{display:none;position:absolute;top:82px;left:0;right:0;flex-direction:column;gap:0;background:#07180d;border-bottom:1px solid var(--line)}
 .nav.open{display:flex}.nav a{padding:15px 6%;border-top:1px solid var(--line)}.menu{display:block}
 .hero{padding-top:55px}.hero-actions{flex-direction:column}.btn{width:100%}.stats{gap:25px}.rated-grid,.benefits,.policy-grid{grid-template-columns:1fr}.games{grid-template-columns:1fr}
}
@media(max-width:520px){
 .brand{font-size:20px}.brand-mark{width:43px;height:43px}.hero h1{letter-spacing:-1px}.hero>p{font-size:16px}.stats{justify-content:space-between}.stats strong{font-size:21px}
 .notice{margin:0 14px 45px}.rated,.featured,.benefits,.policy-grid{padding-left:14px;padding-right:14px}.games-wrap{margin:0 12px;padding:18px;border-radius:22px}.switcher{overflow:auto;justify-content:flex-start}.tab{white-space:nowrap}.section-head{align-items:flex-start;flex-direction:column}.card{padding:12px}.game-image,.game-icon{width:60px;height:60px}.play{padding:9px 11px}.feature-row{align-items:flex-start}.play-now{margin-left:auto}.feature-text h3 span{display:inline-block;margin:5px 0 0}.footer-links{flex-wrap:wrap}
}
