:root{font-size:62.5%;--g0b3-primary:#ff4500;--g0b3-secondary:#ff7f50;--g0b3-accent:#ffeb3b;--g0b3-success:#adff2f;--g0b3-bg:#181818;--g0b3-surface:#272727;--g0b3-surface-2:#333;--g0b3-text:#f7f7f7;--g0b3-muted:#ced4da;--g0b3-line:rgba(255,255,255,.12);--g0b3-shadow:0 1.2rem 3rem rgba(0,0,0,.32)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:8rem;overflow-x:hidden}
body{margin:0;background:radial-gradient(circle at 50% 0,#402016 0,var(--g0b3-bg) 34rem);color:var(--g0b3-text);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:1.5rem;line-height:1.5;overflow-x:hidden}
body.g0b3-menu-open{overflow:hidden}
a{color:inherit}button{font:inherit}img{display:block;max-width:100%}
.g0b3-container{width:min(100% - 2.4rem,112rem);margin-inline:auto}
.g0b3-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(24,24,24,.96);border-bottom:1px solid var(--g0b3-line);box-shadow:0 .4rem 1.8rem rgba(0,0,0,.28);backdrop-filter:blur(1.4rem)}
.g0b3-header-row{min-height:6.4rem;display:flex;align-items:center;gap:.8rem}
.g0b3-brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;min-width:0;margin-right:auto;font-weight:900;font-size:1.6rem;text-transform:uppercase;letter-spacing:.02em}
.g0b3-logo{width:3.2rem;height:3.2rem;object-fit:contain;border-radius:.8rem}
.g0b3-brand-text{white-space:nowrap}.g0b3-brand-text strong{color:var(--g0b3-primary)}
.g0b3-header-actions{display:flex;gap:.6rem}
.g0b3-btn{min-height:4.4rem;border:0;border-radius:1rem;padding:.8rem 1.3rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;color:#161616;font-weight:900;text-decoration:none;cursor:pointer;transition:transform .2s,filter .2s,box-shadow .2s}
.g0b3-btn:hover,.g0b3-btn:focus-visible{transform:translateY(-2px);filter:brightness(1.08)}
.g0b3-btn-primary{background:linear-gradient(135deg,var(--g0b3-primary),var(--g0b3-secondary));color:#fff;box-shadow:0 .6rem 1.6rem rgba(255,69,0,.3)}
.g0b3-btn-accent{background:var(--g0b3-accent);color:#222}
.g0b3-btn-outline{background:transparent;color:var(--g0b3-text);border:1px solid var(--g0b3-primary)}
.g0b3-menu-toggle{width:4.4rem;height:4.4rem;border:1px solid var(--g0b3-line);border-radius:1rem;background:var(--g0b3-surface);color:#fff;font-size:2.2rem;cursor:pointer}
.g0b3-desktop-nav{display:none;align-items:center;gap:2rem}.g0b3-desktop-nav a{text-decoration:none;font-weight:800}.g0b3-desktop-nav a:hover{color:var(--g0b3-accent)}
.g0b3-mobile-menu{position:fixed;z-index:9999;inset:6.4rem 0 0;background:rgba(12,12,12,.98);padding:2rem;transition:opacity .2s,visibility .2s}
.g0b3-mobile-menu[aria-hidden="true"]{opacity:0;visibility:hidden;pointer-events:none}
.g0b3-menu-panel{width:min(100%,43rem);margin:auto;background:var(--g0b3-surface);padding:1.2rem;border:1px solid var(--g0b3-line);border-radius:1.6rem;box-shadow:var(--g0b3-shadow)}
.g0b3-menu-panel a,.g0b3-menu-panel button{width:100%;min-height:4.8rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border:0;border-bottom:1px solid var(--g0b3-line);background:transparent;color:#fff;text-decoration:none;text-align:left;font-weight:800;cursor:pointer}.g0b3-menu-panel i{color:var(--g0b3-primary)}
.g0b3-main{padding-top:7.6rem}
.g0b3-hero{position:relative;border-radius:1.8rem;overflow:hidden;background:#111;box-shadow:var(--g0b3-shadow);aspect-ratio:16/8.8}
.g0b3-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s}.g0b3-slide-active{opacity:1;visibility:visible}.g0b3-slide img{width:100%;height:100%;object-fit:cover}.g0b3-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.08))}
.g0b3-slide-copy{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);width:58%}.g0b3-kicker{display:inline-block;color:var(--g0b3-accent);font-size:1.1rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.g0b3-slide-copy h2{margin:.4rem 0;font-size:clamp(2rem,6vw,4rem);line-height:1.05}.g0b3-slide-copy p{margin:.4rem 0 1rem;font-size:1.2rem;color:#eee}
.g0b3-carousel-control{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:4.4rem;height:4.4rem;border:0;border-radius:50%;background:rgba(0,0,0,.58);color:#fff;cursor:pointer}.g0b3-carousel-prev{left:.5rem}.g0b3-carousel-next{right:.5rem}.g0b3-dots{position:absolute;z-index:3;bottom:.8rem;left:50%;transform:translateX(-50%);display:flex;gap:.6rem}.g0b3-dot{width:1rem;height:1rem;padding:0;border:0;border-radius:50%;background:#fff;opacity:.55;cursor:pointer}.g0b3-dot-active{width:2.4rem;border-radius:1rem;background:var(--g0b3-accent);opacity:1}
.g0b3-intro{padding:3rem 0 1rem;text-align:center}.g0b3-intro h1{margin:0 auto 1rem;max-width:80rem;font-size:clamp(2.8rem,8vw,5rem);line-height:1.08}.g0b3-intro h1 span{color:var(--g0b3-primary)}.g0b3-intro p{max-width:78rem;margin:0 auto;color:var(--g0b3-muted)}
.g0b3-quick{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}.g0b3-quick-card{background:linear-gradient(145deg,var(--g0b3-surface),#202020);border:1px solid var(--g0b3-line);border-radius:1.4rem;padding:1.4rem}.g0b3-quick-card i,.g0b3-quick-card ion-icon{font-size:2.6rem;color:var(--g0b3-accent)}.g0b3-quick-card strong{display:block;font-size:1.8rem}.g0b3-quick-card span{color:var(--g0b3-muted);font-size:1.2rem}
.g0b3-section{padding:3rem 0}.g0b3-section-dark{background:rgba(255,255,255,.025)}.g0b3-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.g0b3-section-head h2{margin:0;font-size:clamp(2.2rem,6vw,3.2rem);line-height:1.1}.g0b3-section-head p{margin:.4rem 0 0;color:var(--g0b3-muted)}.g0b3-link{border:0;background:none;padding:.8rem 0;color:var(--g0b3-accent);font-weight:900;cursor:pointer;text-decoration:underline}
.g0b3-category{margin-bottom:3rem}.g0b3-category-title{display:flex;align-items:center;gap:.8rem;margin:0 0 1.2rem;font-size:2rem}.g0b3-category-title i,.g0b3-category-title ion-icon{color:var(--g0b3-primary);font-size:2.4rem}.g0b3-game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.g0b3-card{min-width:0;background:var(--g0b3-surface);border:1px solid var(--g0b3-line);border-radius:1.2rem;overflow:hidden;transition:transform .2s,border-color .2s}.g0b3-card:hover{transform:translateY(-3px);border-color:var(--g0b3-primary)}.g0b3-card button{width:100%;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;text-align:left}.g0b3-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.g0b3-card-name{display:block;padding:.8rem .7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;font-size:1.2rem}
.g0b3-feature-grid,.g0b3-review-grid,.g0b3-step-grid{display:grid;gap:1.2rem}.g0b3-feature{padding:1.8rem;background:var(--g0b3-surface);border:1px solid var(--g0b3-line);border-radius:1.4rem}.g0b3-feature-icon{width:4.6rem;height:4.6rem;border-radius:1.2rem;display:grid;place-items:center;background:rgba(255,69,0,.15);color:var(--g0b3-primary);font-size:2.4rem}.g0b3-feature h3{margin:1rem 0 .5rem}.g0b3-feature p{margin:0;color:var(--g0b3-muted)}
.g0b3-steps{counter-reset:g0b3-step}.g0b3-step{position:relative;padding:1.7rem 1.7rem 1.7rem 6rem;background:var(--g0b3-surface);border-radius:1.4rem;border:1px solid var(--g0b3-line);counter-increment:g0b3-step}.g0b3-step::before{content:counter(g0b3-step);position:absolute;left:1.4rem;top:1.5rem;width:3.4rem;height:3.4rem;border-radius:50%;display:grid;place-items:center;background:var(--g0b3-primary);font-weight:900}.g0b3-step h3{margin:0 0 .4rem}.g0b3-step p{margin:0;color:var(--g0b3-muted)}
.g0b3-app{display:grid;gap:2rem;align-items:center;padding:2rem;border-radius:1.8rem;background:linear-gradient(135deg,#382117,var(--g0b3-surface));border:1px solid rgba(255,127,80,.35)}.g0b3-app img{border-radius:1.2rem;max-height:28rem;width:100%;object-fit:cover}.g0b3-app h2{margin:0;font-size:2.6rem}.g0b3-app-actions{display:flex;flex-wrap:wrap;gap:1rem}
.g0b3-review{padding:1.7rem;background:var(--g0b3-surface);border-left:.4rem solid var(--g0b3-primary);border-radius:1rem}.g0b3-stars{color:var(--g0b3-accent);letter-spacing:.15em}.g0b3-review blockquote{margin:1rem 0;color:var(--g0b3-muted)}.g0b3-review cite{font-style:normal;font-weight:900}
.g0b3-faq{display:grid;gap:1rem}.g0b3-faq details{background:var(--g0b3-surface);border:1px solid var(--g0b3-line);border-radius:1.2rem;padding:1.4rem}.g0b3-faq summary{cursor:pointer;font-weight:900}.g0b3-faq p{color:var(--g0b3-muted)}
.g0b3-responsible{padding:1.6rem;border:1px solid rgba(173,255,47,.4);border-radius:1.4rem;background:rgba(173,255,47,.07)}
.g0b3-footer{padding:4rem 0 8.5rem;background:#111;border-top:1px solid var(--g0b3-line)}.g0b3-footer-grid{display:grid;gap:2rem}.g0b3-footer h2,.g0b3-footer h3{margin-top:0}.g0b3-footer p{color:var(--g0b3-muted)}.g0b3-footer-links{display:flex;flex-wrap:wrap;gap:.8rem}.g0b3-footer-link{min-height:4.4rem;padding:.9rem 1.2rem;border:1px solid var(--g0b3-line);border-radius:.9rem;background:var(--g0b3-surface);color:#fff;font-weight:800;text-decoration:none}.g0b3-footer-link:hover{border-color:var(--g0b3-primary)}.g0b3-footer-promo{display:flex;flex-wrap:wrap;gap:.8rem}.g0b3-footer-promo button{flex:1 1 13rem}.g0b3-copyright{padding-top:2rem;margin-top:2rem;border-top:1px solid var(--g0b3-line);font-size:1.2rem;text-align:center;color:var(--g0b3-muted)}
.g0b3-bottom-nav{position:fixed;z-index:1000;bottom:0;left:0;right:0;height:6.2rem;display:flex;justify-content:space-around;background:#202020;border-top:2px solid var(--g0b3-primary);box-shadow:0 -.6rem 2rem rgba(0,0,0,.35)}.g0b3-bottom-item{min-width:6rem;min-height:6rem;padding:.4rem .5rem;border:0;background:transparent;color:var(--g0b3-muted);display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;text-decoration:none;font-size:1.05rem;font-weight:800;cursor:pointer;transition:transform .16s,color .16s}.g0b3-bottom-item i,.g0b3-bottom-item ion-icon,.g0b3-bottom-item .material-icons{font-size:2.3rem}.g0b3-bottom-item:active{transform:scale(.9)}.g0b3-bottom-active{color:var(--g0b3-accent);background:linear-gradient(180deg,rgba(255,235,59,.1),transparent)}
@media (max-width:430px){.g0b3-container{width:min(100% - 2rem,43rem)}.g0b3-header-row{min-height:6.2rem}.g0b3-header-actions .g0b3-btn{padding:.7rem .9rem;font-size:1.2rem}.g0b3-brand-text{font-size:1.3rem}.g0b3-hero{aspect-ratio:16/10}.g0b3-slide-copy{left:9%;width:72%}.g0b3-slide-copy p{display:none}.g0b3-game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.g0b3-card-name{font-size:1.1rem}.g0b3-section{padding:2.5rem 0}.g0b3-section-head{align-items:start;flex-direction:column}.g0b3-main{padding-bottom:8rem}}
@media (min-width:431px){.g0b3-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.g0b3-feature-grid,.g0b3-review-grid{grid-template-columns:repeat(2,1fr)}.g0b3-step-grid{grid-template-columns:repeat(2,1fr)}.g0b3-app{grid-template-columns:1fr 1fr}}
@media (min-width:769px){.g0b3-container{width:min(100% - 4rem,112rem)}.g0b3-bottom-nav{display:none}.g0b3-footer{padding-bottom:4rem}.g0b3-main{padding-bottom:0}.g0b3-menu-toggle{display:none}.g0b3-desktop-nav{display:flex}.g0b3-game-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.g0b3-feature-grid{grid-template-columns:repeat(3,1fr)}.g0b3-step-grid{grid-template-columns:repeat(3,1fr)}.g0b3-review-grid{grid-template-columns:repeat(3,1fr)}.g0b3-footer-grid{grid-template-columns:1fr 1.5fr}.g0b3-mobile-menu{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
