:root{
  font-size:62.5%;
  --v982-bg:#111821;
  --v982-panel:#1f2b36;
  --v982-panel-2:#2C3E50;
  --v982-primary:#ADFF2F;
  --v982-accent:#8FBC8F;
  --v982-text:#FAFAFA;
  --v982-muted:#A9A9A9;
  --v982-dark:#3C3C3C;
  --v982-line:rgba(250,250,250,.14);
  --v982-shadow:0 1.6rem 3.2rem rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top left,rgba(143,188,143,.18),transparent 30%),linear-gradient(180deg,#111821,#17212b 45%,#0c1218);color:var(--v982-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}
a{color:var(--v982-primary);text-decoration:none;font-weight:800}
a:hover{color:#d8ff9b}
img{max-width:100%;display:block}
button{font-family:inherit}
.v982-wrapper{width:min(100%,43rem);margin:0 auto;background:linear-gradient(180deg,rgba(31,43,54,.96),rgba(17,24,33,.98));min-height:100vh;box-shadow:0 0 0 .1rem rgba(255,255,255,.04)}
.v982-container{width:min(100% - 2.4rem,40.6rem);margin:0 auto}
.v982-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(100%,43rem);height:6.4rem;z-index:1000;background:rgba(17,24,33,.95);backdrop-filter:blur(1.4rem);border-bottom:.1rem solid var(--v982-line)}
.v982-header-inner{height:100%;display:flex;align-items:center;gap:.8rem;padding:0 1rem}
.v982-brand{display:flex;align-items:center;gap:.7rem;min-width:0;flex:1;color:var(--v982-text)}
.v982-logo{width:3rem;height:3rem;border-radius:.9rem;box-shadow:0 0 0 .2rem rgba(173,255,47,.22)}
.v982-brand-text{font-size:1.55rem;font-weight:900;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}
.v982-actions{display:flex;align-items:center;gap:.55rem}
.v982-btn{border:0;border-radius:999rem;min-height:4.4rem;min-width:4.4rem;padding:0 1.3rem;font-size:1.25rem;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;color:#111821;background:var(--v982-primary);box-shadow:0 .7rem 1.6rem rgba(173,255,47,.18)}
.v982-btn:hover,.v982-btn:focus-visible{transform:translateY(-.1rem) scale(1.02);outline:.2rem solid rgba(173,255,47,.35)}
.v982-btn-secondary{background:transparent;color:var(--v982-primary);border:.1rem solid rgba(173,255,47,.46);box-shadow:none}
.v982-menu-btn{background:var(--v982-panel-2);color:var(--v982-text);border:.1rem solid var(--v982-line);padding:0;width:4.4rem}
.v982-mobile-menu{position:fixed;top:6.4rem;right:calc(50% - min(50%,21.5rem) + 1rem);width:min(31rem,calc(100vw - 2rem));max-height:0;overflow:hidden;background:#111821;border:0 solid transparent;border-radius:0 0 1.8rem 1.8rem;z-index:9999;box-shadow:var(--v982-shadow);transition:max-height .25s ease,border .2s ease}
.v982-menu-open{max-height:70vh;border:.1rem solid rgba(173,255,47,.28)}
.v982-menu-list{display:grid;gap:.7rem;padding:1rem;margin:0;list-style:none}
.v982-menu-link{display:flex;align-items:center;gap:.8rem;min-height:4.4rem;padding:.8rem 1rem;border-radius:1.2rem;background:rgba(255,255,255,.05);color:var(--v982-text);font-size:1.35rem}
.v982-main{padding-top:7.4rem}
.v982-hero{padding:1rem 0 1.6rem}
.v982-carousel{position:relative;border-radius:2rem;overflow:hidden;border:.1rem solid rgba(143,188,143,.35);box-shadow:var(--v982-shadow);background:#0b1218;min-height:18rem}
.v982-slide{display:none;position:relative;cursor:pointer}
.v982-slide-active{display:block}
.v982-slide img{width:100%;height:18.4rem;object-fit:cover;filter:saturate(1.08) contrast(1.04)}
.v982-slide-caption{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;padding:1rem;border-radius:1.4rem;background:linear-gradient(90deg,rgba(17,24,33,.92),rgba(44,62,80,.72));border:.1rem solid rgba(173,255,47,.25)}
.v982-kicker{display:inline-flex;align-items:center;gap:.5rem;color:var(--v982-primary);font-size:1.12rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.v982-slide-title{margin:.2rem 0 0;font-size:1.95rem;font-weight:900;line-height:1.15}
.v982-dots{position:absolute;right:1.1rem;top:1.1rem;display:flex;gap:.5rem}
.v982-dot{width:.8rem;height:.8rem;border-radius:999rem;background:rgba(250,250,250,.52);border:0;padding:0;cursor:pointer}
.v982-dot-active{width:2rem;background:var(--v982-primary)}
.v982-section{margin:1.4rem 0;padding:1.4rem;border:.1rem solid var(--v982-line);border-radius:2rem;background:linear-gradient(180deg,rgba(44,62,80,.78),rgba(31,43,54,.82));box-shadow:0 .9rem 2rem rgba(0,0,0,.18)}
.v982-section-alt{background:linear-gradient(135deg,rgba(60,60,60,.76),rgba(31,43,54,.92))}
.v982-title{margin:0 0 1rem;font-size:2.5rem;line-height:1.13;letter-spacing:-.04em}
.v982-subtitle{margin:0 0 1rem;font-size:2rem;line-height:1.22;color:var(--v982-text)}
.v982-h3{margin:1rem 0 .55rem;font-size:1.58rem;color:#d8ff9b}
.v982-lead{color:#e9f3e9;font-size:1.5rem;margin:.7rem 0}
.v982-text{color:#dde6e1;margin:.7rem 0;font-size:1.42rem}
.v982-note{color:var(--v982-muted);font-size:1.25rem}
.v982-chip-row{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}
.v982-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .9rem;border-radius:999rem;background:rgba(173,255,47,.11);border:.1rem solid rgba(173,255,47,.28);color:#edffe0;font-size:1.15rem;font-weight:800}
.v982-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.v982-card{padding:1.1rem;border-radius:1.6rem;background:rgba(250,250,250,.055);border:.1rem solid rgba(250,250,250,.1)}
.v982-card-strong{background:linear-gradient(135deg,rgba(173,255,47,.14),rgba(143,188,143,.11));border-color:rgba(173,255,47,.28)}
.v982-card-title{margin:0 0 .45rem;font-size:1.45rem;font-weight:900;color:#f7fff0}
.v982-metric{display:block;font-size:2.3rem;font-weight:900;color:var(--v982-primary);line-height:1.1}
.v982-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0 .4rem}
.v982-cta{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:4.4rem;padding:.85rem 1.3rem;border-radius:1.3rem;border:.1rem solid rgba(173,255,47,.38);background:linear-gradient(135deg,var(--v982-primary),#d9ff94);color:#111821;font-weight:950;box-shadow:0 .9rem 1.8rem rgba(173,255,47,.14);cursor:pointer;text-align:center}
.v982-cta-dark{background:#17212b;color:var(--v982-primary)}
.v982-link-text{font-weight:950;color:var(--v982-primary);border-bottom:.1rem dashed rgba(173,255,47,.55);cursor:pointer}
.v982-category{margin:1.3rem 0 1.6rem}
.v982-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem;border-left:.35rem solid var(--v982-primary);padding-left:.8rem}
.v982-category-title{margin:0;font-size:1.65rem;text-transform:capitalize}
.v982-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.v982-game{display:flex;flex-direction:column;align-items:center;gap:.45rem;min-height:9.7rem;padding:.65rem .4rem;border-radius:1.3rem;background:rgba(255,255,255,.055);border:.1rem solid rgba(255,255,255,.08);color:var(--v982-text);text-align:center;cursor:pointer}
.v982-game img{width:5.2rem;height:5.2rem;border-radius:1.15rem;object-fit:cover;background:#111821;border:.1rem solid rgba(173,255,47,.2)}
.v982-game-name{font-size:1.04rem;line-height:1.16;font-weight:800;color:#f6fff5}
.v982-steps{counter-reset:v982-step;display:grid;gap:.9rem;margin:1rem 0;padding:0;list-style:none}
.v982-step{counter-increment:v982-step;position:relative;padding:1rem 1rem 1rem 4.2rem;border-radius:1.5rem;background:rgba(255,255,255,.055);border:.1rem solid var(--v982-line)}
.v982-step:before{content:counter(v982-step);position:absolute;left:1rem;top:1rem;width:2.4rem;height:2.4rem;border-radius:.8rem;background:var(--v982-primary);color:#111821;display:grid;place-items:center;font-weight:950}
.v982-faq{display:grid;gap:.8rem}
.v982-faq-item{padding:1rem;border-radius:1.4rem;background:rgba(17,24,33,.54);border:.1rem solid var(--v982-line)}
.v982-faq-item summary{cursor:pointer;font-weight:900;color:#f7fff2;min-height:3rem}
.v982-review{display:flex;gap:.9rem;align-items:flex-start}
.v982-avatar{flex:0 0 3.8rem;width:3.8rem;height:3.8rem;border-radius:50%;background:linear-gradient(135deg,var(--v982-primary),var(--v982-accent));color:#111821;display:grid;place-items:center;font-weight:950}
.v982-table{width:100%;border-collapse:separate;border-spacing:0 .6rem;font-size:1.28rem}
.v982-table th,.v982-table td{text-align:left;padding:.75rem;background:rgba(255,255,255,.055)}
.v982-table th:first-child,.v982-table td:first-child{border-radius:1rem 0 0 1rem}
.v982-table th:last-child,.v982-table td:last-child{border-radius:0 1rem 1rem 0}
.v982-footer{padding:2rem 1.2rem 8.6rem;background:#0b1117;border-top:.1rem solid rgba(173,255,47,.2)}
.v982-footer-brand{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.v982-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1.2rem 0}
.v982-footer-link{min-height:4.4rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:.8rem;border-radius:1.2rem;background:rgba(173,255,47,.1);border:.1rem solid rgba(173,255,47,.2);font-size:1.2rem;color:var(--v982-text)}
.v982-footer-promo{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.2rem 0}
.v982-partners{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}
.v982-partner{padding:.55rem .75rem;border-radius:.8rem;background:rgba(255,255,255,.07);font-size:1.05rem;color:#e7eee7;border:.1rem solid var(--v982-line)}
.v982-copy{font-size:1.1rem;color:var(--v982-muted);margin-top:1rem}
.v982-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,43rem);height:6.2rem;z-index:1000;background:#2C3E50;border-top:.1rem solid rgba(173,255,47,.28);display:flex;justify-content:space-around;align-items:stretch;box-shadow:0 -1rem 2.2rem rgba(0,0,0,.34)}
.v982-bottom-btn{min-width:6rem;min-height:6rem;flex:1;border:0;background:transparent;color:#f2f6f2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:850;cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease;position:relative}
.v982-bottom-btn i,.v982-bottom-btn ion-icon,.v982-bottom-btn .material-icons,.v982-bottom-btn .ti{font-size:2.3rem;line-height:1}
.v982-bottom-btn:hover,.v982-bottom-btn:focus-visible{transform:scale(1.06);color:var(--v982-primary);outline:0;background:rgba(173,255,47,.08)}
.v982-bottom-active{color:var(--v982-primary)}
.v982-bottom-active:after{content:"";position:absolute;top:.35rem;width:2.4rem;height:.28rem;border-radius:999rem;background:var(--v982-primary)}
.v982-badge{position:absolute;top:.6rem;right:1.2rem;min-width:1.55rem;height:1.55rem;border-radius:999rem;background:#ff4f68;color:#fff;font-size:.9rem;display:grid;place-items:center}
.v982-pill-list{display:flex;flex-wrap:wrap;gap:.7rem;padding:0;margin:1rem 0;list-style:none}
.v982-pill-list li{padding:.7rem .9rem;border-radius:999rem;background:rgba(143,188,143,.12);border:.1rem solid rgba(143,188,143,.24);font-size:1.15rem;font-weight:800}
.v982-winner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:.1rem solid var(--v982-line);font-size:1.25rem}
.v982-winner strong{color:var(--v982-primary)}
.v982-split{display:grid;gap:1rem}
.v982-icon-round{width:4.2rem;height:4.2rem;border-radius:1.4rem;background:rgba(173,255,47,.12);display:grid;place-items:center;color:var(--v982-primary);font-size:2.2rem;margin-bottom:.7rem}
@media (min-width:769px){.v982-bottom-nav{display:none}.v982-footer{padding-bottom:2rem}.v982-wrapper{border-left:.1rem solid rgba(255,255,255,.06);border-right:.1rem solid rgba(255,255,255,.06)}}
@media (max-width:768px){main{padding-bottom:8rem}.v982-main{padding-bottom:8rem}}
@media (max-width:370px){.v982-btn{padding:0 .9rem;font-size:1.12rem}.v982-brand-text{font-size:1.32rem}.v982-game-grid{gap:.55rem}.v982-game img{width:4.7rem;height:4.7rem}.v982-title{font-size:2.22rem}.v982-slide img{height:16.8rem}}
