:root{font-size:62.5%;--g198-primary:#000080;--g198-royal:#0000CD;--g198-bg:#05051f;--g198-panel:#0b1040;--g198-panel2:#11185c;--g198-text:#E5E5E5;--g198-muted:#b8c0ff;--g198-dark:#333333;--g198-gold:#ffd36a;--g198-cyan:#62e6ff;--g198-red:#ff5b7e;--g198-line:rgba(229,229,229,.16);--g198-shadow:0 1.2rem 3.5rem rgba(0,0,64,.42)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,#1620a0 0,#05051f 38%,#030316 100%);color:var(--g198-text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5rem;overflow-x:hidden}body.g198-lock{overflow:hidden}a{color:var(--g198-cyan);text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.g198-page{width:100%;max-width:43rem;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(0,0,128,.32),rgba(5,5,31,.96));box-shadow:0 0 0 1px rgba(255,255,255,.04)}.g198-container{width:100%;padding:0 1.4rem}.g198-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;z-index:1000;background:rgba(0,0,128,.96);border-bottom:.1rem solid var(--g198-line);backdrop-filter:blur(1.2rem)}.g198-header-row{height:6.4rem;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.g198-brand{display:flex;align-items:center;gap:.7rem;min-width:0;flex:1}.g198-brand img{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 0 0 .2rem rgba(255,211,106,.28)}.g198-brand-name{font-size:1.65rem;font-weight:900;letter-spacing:.02em;color:#fff;white-space:nowrap}.g198-header-actions{display:flex;align-items:center;gap:.6rem}.g198-btn{min-height:4.4rem;border:0;border-radius:1.4rem;padding:0 1.2rem;font-weight:900;font-size:1.2rem;cursor:pointer;transition:transform .2s ease,filter .2s ease,background .2s ease}.g198-btn:active,.g198-bottom-item:active{transform:scale(.94)}.g198-btn-primary{background:linear-gradient(135deg,var(--g198-gold),#ff8f3d);color:#11122c}.g198-btn-secondary{background:linear-gradient(135deg,var(--g198-cyan),#7a8cff);color:#070824}.g198-btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:.1rem solid var(--g198-line)}.g198-menu-btn{width:4.4rem;height:4.4rem;border-radius:1.4rem;border:.1rem solid rgba(255,255,255,.2);background:#11185c;color:#fff;font-size:2rem}.g198-menu{position:fixed;top:6.4rem;left:50%;transform:translate(-50%,-120%);width:100%;max-width:43rem;z-index:9999;background:linear-gradient(180deg,#000080,#070733 82%);padding:1rem 1.4rem 1.4rem;border-bottom:.1rem solid var(--g198-line);transition:transform .25s ease;box-shadow:var(--g198-shadow)}.g198-menu-open{transform:translate(-50%,0)}.g198-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.g198-menu-link{min-height:4.4rem;display:flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.08);border:.1rem solid var(--g198-line);border-radius:1.2rem;padding:.9rem;color:#fff;font-weight:800;font-size:1.25rem}.g198-desktop-nav{display:none}.g198-main{padding-top:7.4rem}.g198-hero{padding:1.2rem 0 1.6rem}.g198-kicker{display:inline-flex;align-items:center;gap:.55rem;color:var(--g198-gold);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:1.1rem}.g198-title{font-size:2.6rem;line-height:3.1rem;margin:1rem 0 .8rem;color:#fff;letter-spacing:-.04em}.g198-subtitle{font-size:1.45rem;line-height:2.25rem;color:var(--g198-muted);margin:0 0 1.2rem}.g198-cta-row{display:flex;gap:.8rem;flex-wrap:wrap}.g198-promo-text{font-weight:900;color:var(--g198-gold);text-decoration:underline;text-decoration-thickness:.2rem;cursor:pointer}.g198-card{background:linear-gradient(180deg,rgba(17,24,92,.92),rgba(9,12,54,.92));border:.1rem solid var(--g198-line);border-radius:1.8rem;padding:1.4rem;box-shadow:var(--g198-shadow)}.g198-carousel{position:relative;overflow:hidden;border-radius:2rem;background:#070824;border:.1rem solid var(--g198-line)}.g198-slide{display:none;position:relative;min-height:18rem;cursor:pointer}.g198-slide-active{display:block}.g198-slide img{width:100%;height:18rem;object-fit:cover;filter:saturate(1.05) contrast(1.04)}.g198-slide-copy{position:absolute;left:1.2rem;right:1.2rem;bottom:1rem;padding:1rem;border-radius:1.4rem;background:rgba(0,0,64,.74);backdrop-filter:blur(.8rem)}.g198-slide-copy strong{display:block;font-size:1.55rem;line-height:1.9rem;color:#fff}.g198-slide-copy span{font-size:1.15rem;color:var(--g198-muted)}.g198-carousel-controls{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%);padding:0 .6rem}.g198-round{width:3.8rem;height:3.8rem;border-radius:50%;border:.1rem solid var(--g198-line);background:rgba(0,0,128,.76);color:#fff}.g198-section{padding:1.4rem 0}.g198-section-title{font-size:2.1rem;line-height:2.6rem;margin:.2rem 0 1rem;color:#fff}.g198-section-lead{font-size:1.38rem;line-height:2.15rem;color:var(--g198-muted);margin:.3rem 0 1rem}.g198-grid{display:grid;gap:1rem}.g198-grid-2{grid-template-columns:1fr 1fr}.g198-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.g198-stat{border-radius:1.4rem;background:rgba(255,255,255,.07);border:.1rem solid var(--g198-line);padding:1rem;text-align:center}.g198-stat b{display:block;color:var(--g198-gold);font-size:1.8rem;line-height:2.2rem}.g198-stat span{font-size:1.05rem;color:var(--g198-muted)}.g198-category{margin:1.2rem 0}.g198-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.g198-category-head h3{font-size:1.7rem;line-height:2.1rem;margin:0;color:#fff;text-transform:capitalize}.g198-pill{display:inline-flex;align-items:center;gap:.4rem;min-height:2.8rem;border-radius:99rem;padding:.4rem .9rem;background:rgba(98,230,255,.12);color:var(--g198-cyan);font-weight:800;font-size:1.1rem}.g198-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.g198-game{min-height:10.2rem;background:rgba(255,255,255,.06);border:.1rem solid var(--g198-line);border-radius:1.2rem;padding:.6rem;text-align:center;color:#fff;transition:transform .2s ease,border .2s ease}.g198-game:hover{transform:translateY(-.2rem);border-color:rgba(255,211,106,.6)}.g198-game img{width:5.4rem;height:5.4rem;border-radius:1.2rem;margin:0 auto .45rem;object-fit:cover;background:#11185c}.g198-game span{display:block;font-size:1.05rem;line-height:1.25rem;color:#fff;font-weight:800}.g198-feature-list{display:grid;gap:.8rem}.g198-feature{display:flex;gap:1rem;align-items:flex-start;padding:1rem;border-radius:1.4rem;background:rgba(255,255,255,.065);border:.1rem solid var(--g198-line)}.g198-feature i,.g198-feature .material-icons,.g198-feature ion-icon{font-size:2.4rem;color:var(--g198-gold);min-width:2.6rem}.g198-feature h3{margin:0 0 .35rem;font-size:1.45rem;color:#fff;line-height:1.9rem}.g198-feature p{margin:0;color:var(--g198-muted);font-size:1.25rem;line-height:1.9rem}.g198-steps{counter-reset:g198-step;display:grid;gap:.9rem}.g198-step{counter-increment:g198-step;position:relative;padding:1.1rem 1rem 1.1rem 5rem;border-radius:1.4rem;background:rgba(0,0,205,.16);border:.1rem solid rgba(98,230,255,.22)}.g198-step:before{content:counter(g198-step);position:absolute;left:1rem;top:1rem;width:3rem;height:3rem;border-radius:50%;display:grid;place-items:center;background:var(--g198-gold);color:#11122c;font-weight:900}.g198-step h3{margin:0 0 .35rem;font-size:1.45rem;color:#fff}.g198-step p{margin:0;color:var(--g198-muted);font-size:1.26rem;line-height:1.95rem}.g198-table{width:100%;border-collapse:separate;border-spacing:0 .8rem}.g198-table th,.g198-table td{text-align:left;padding:.9rem;background:rgba(255,255,255,.07);font-size:1.18rem;line-height:1.55rem}.g198-table th{color:var(--g198-gold)}.g198-table tr th:first-child,.g198-table tr td:first-child{border-radius:1rem 0 0 1rem}.g198-table tr th:last-child,.g198-table tr td:last-child{border-radius:0 1rem 1rem 0}.g198-review{padding:1rem;border-radius:1.4rem;background:linear-gradient(135deg,rgba(255,211,106,.12),rgba(98,230,255,.08));border:.1rem solid var(--g198-line)}.g198-review b{display:block;color:#fff;margin-bottom:.35rem}.g198-review p{margin:0;color:var(--g198-muted);font-size:1.24rem;line-height:1.9rem}.g198-payments{display:flex;flex-wrap:wrap;gap:.8rem}.g198-payment{min-height:4.4rem;display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:1.2rem;background:rgba(255,255,255,.08);font-weight:900;color:#fff}.g198-footer{padding:2rem 1.4rem 8.4rem;background:#030316;border-top:.1rem solid var(--g198-line)}.g198-footer-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.g198-footer-logo img{width:3.8rem;height:3.8rem;border-radius:1rem}.g198-footer p{color:var(--g198-muted);font-size:1.25rem;line-height:1.9rem}.g198-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:1rem 0}.g198-footer-links a{min-height:4.4rem;display:flex;align-items:center;padding:.8rem;border-radius:1.1rem;background:rgba(255,255,255,.07);color:#fff;font-weight:800}.g198-footer-promo{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:1rem 0}.g198-small{font-size:1.1rem;color:#9da7f8}.g198-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:43rem;height:6.2rem;z-index:1000;background:#000080;border-top:.1rem solid rgba(255,255,255,.24);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2.4rem rgba(0,0,0,.35)}.g198-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#cfd5ff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;font-size:1.05rem;font-weight:900;transition:transform .18s ease,color .18s ease}.g198-bottom-item i,.g198-bottom-item ion-icon,.g198-bottom-item .material-icons,.g198-bottom-item .material-symbols-two-tone{font-size:2.35rem}.g198-bottom-active{color:var(--g198-gold)}.g198-bottom-active:before{content:"";position:absolute;top:.35rem;width:.7rem;height:.7rem;border-radius:50%;background:var(--g198-gold)}.g198-badge{position:absolute;margin-left:2.2rem;margin-top:-2.2rem;background:var(--g198-red);color:#fff;border-radius:99rem;font-size:.9rem;padding:.1rem .45rem}.g198-link-row{display:flex;gap:.8rem;flex-wrap:wrap}.g198-text-link{font-weight:900;color:var(--g198-gold);border-bottom:.1rem solid currentColor}.g198-faq-item{margin:.8rem 0;padding:1rem;border-radius:1.3rem;background:rgba(255,255,255,.06);border:.1rem solid var(--g198-line)}.g198-faq-item h3{margin:0 0 .45rem;color:#fff;font-size:1.45rem;line-height:1.9rem}.g198-faq-item p{margin:0;color:var(--g198-muted);font-size:1.25rem;line-height:1.95rem}.g198-alert{border-left:.4rem solid var(--g198-gold);padding:1rem;border-radius:1rem;background:rgba(255,211,106,.1);color:#fff}.g198-divider{height:.1rem;background:var(--g198-line);margin:1.2rem 0}.g198-logo-strip{display:flex;gap:.7rem;flex-wrap:wrap;margin:1rem 0}.g198-logo-chip{display:inline-flex;align-items:center;gap:.45rem;min-height:3.6rem;border-radius:99rem;padding:.5rem .9rem;background:rgba(255,255,255,.075);color:#fff;font-weight:900}.g198-floating-note{position:relative;overflow:hidden}.g198-floating-note:after{content:"";position:absolute;right:-3rem;top:-3rem;width:8rem;height:8rem;border-radius:50%;background:rgba(98,230,255,.14)}
@media (min-width:769px){.g198-bottom-nav{display:none}.g198-page,.g198-header,.g198-menu{max-width:112rem}.g198-page{background:transparent}.g198-container{max-width:112rem;margin:0 auto}.g198-desktop-nav{display:flex;gap:1rem}.g198-desktop-nav a{color:#fff;font-weight:800}.g198-menu-btn{display:none}.g198-main{padding-top:8rem}.g198-title{font-size:4.2rem;line-height:4.9rem}.g198-grid-2{grid-template-columns:repeat(2,1fr)}.g198-game-grid{grid-template-columns:repeat(8,1fr)}.g198-slide img{height:30rem}.g198-slide{min-height:30rem}.g198-footer{padding-bottom:3rem}.g198-footer-links{grid-template-columns:repeat(4,1fr)}}
@media (max-width:768px){main{padding-bottom:8rem}.g198-header-actions .g198-btn{padding:0 .8rem}.g198-container{padding:0 1.1rem}}
