:root{--v3fb-primary:#E91E63;--v3fb-bg:#262626;--v3fb-text:#F8F8FF;--v3fb-soft:#DDA0DD;--v3fb-muted:#CCCCCC;--v3fb-coral:#FA8072}html{font-size:62.5%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;background:#262626;color:#F8F8FF;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-size:1.5rem;line-height:1.5rem;overflow-x:hidden}a{color:#DDA0DD;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.v3fb-lock{overflow:hidden}.v3fb-site{min-height:100vh;background:radial-gradient(circle at top left,rgba(233,30,99,.24),transparent 30rem),linear-gradient(180deg,#262626 0%,#171717 100%)}.v3fb-container{width:min(100%,43rem);margin:0 auto;padding:0 1.4rem}.v3fb-wrapper{width:min(100%,43rem);margin:0 auto}.v3fb-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(38,38,38,.94);backdrop-filter:blur(14px);border-bottom:.1rem solid rgba(221,160,221,.25)}.v3fb-headrow{width:min(100%,43rem);margin:0 auto;min-height:6.2rem;display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem}.v3fb-logo{display:flex;align-items:center;gap:.7rem;min-width:0;color:#F8F8FF}.v3fb-logo img{width:3.1rem;height:3.1rem;border-radius:.8rem;box-shadow:0 0 1.8rem rgba(233,30,99,.45)}.v3fb-brand{font-weight:900;font-size:1.7rem;letter-spacing:.02em;white-space:nowrap;text-transform:lowercase}.v3fb-actions{margin-left:auto;display:flex;gap:.5rem}.v3fb-btn{border:0;border-radius:999px;min-height:4.4rem;min-width:4.4rem;padding:0 1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:800;cursor:pointer;transition:transform .2s ease,filter .2s ease,background .2s ease}.v3fb-btn:hover,.v3fb-btn:focus{transform:translateY(-.1rem);filter:brightness(1.08)}.v3fb-btn-primary{background:linear-gradient(135deg,#E91E63,#FA8072);color:#fff;box-shadow:0 .8rem 2rem rgba(233,30,99,.35)}.v3fb-btn-ghost{background:rgba(248,248,255,.08);color:#F8F8FF;border:.1rem solid rgba(221,160,221,.4)}.v3fb-menu-btn{background:#DDA0DD;color:#262626;border:0;border-radius:1.2rem;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.v3fb-mobile-menu{position:fixed;inset:0 0 auto 0;z-index:9999;background:rgba(18,18,18,.98);transform:translateY(-110%);transition:transform .28s ease;padding:7.4rem 1.4rem 2rem;border-bottom:.2rem solid #E91E63}.v3fb-mobile-menu.v3fb-menu-open{transform:translateY(0)}.v3fb-menu-grid{width:min(100%,43rem);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.v3fb-menu-grid a{min-height:4.8rem;border-radius:1.4rem;background:rgba(221,160,221,.12);border:.1rem solid rgba(221,160,221,.25);display:flex;align-items:center;gap:.8rem;padding:0 1rem;color:#F8F8FF;font-weight:800}.v3fb-desktop-nav{display:none}.v3fb-main{padding-top:7.6rem}.v3fb-hero{position:relative;border-radius:2rem;overflow:hidden;border:.1rem solid rgba(221,160,221,.28);background:#111;box-shadow:0 1.6rem 4rem rgba(0,0,0,.35)}.v3fb-slide{display:none;position:relative;cursor:pointer}.v3fb-slide.v3fb-active{display:block}.v3fb-slide img{width:100%;height:18rem;object-fit:cover}.v3fb-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))}.v3fb-slide-caption{position:absolute;left:1.4rem;right:1.4rem;bottom:1.4rem;z-index:2}.v3fb-kicker{display:inline-flex;align-items:center;gap:.5rem;color:#FA8072;font-size:1.2rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.v3fb-title{font-size:2.7rem;line-height:3.1rem;margin:1.2rem 0;color:#F8F8FF}.v3fb-subtitle{color:#CCCCCC;margin:.6rem 0 1rem}.v3fb-dots{position:absolute;right:1.2rem;bottom:1.2rem;z-index:3;display:flex;gap:.5rem}.v3fb-dot{width:.8rem;height:.8rem;border-radius:50%;border:0;background:#CCCCCC;opacity:.5}.v3fb-dot.v3fb-active{background:#E91E63;opacity:1;transform:scale(1.25)}.v3fb-section{margin:1.8rem 0;padding:1.6rem;border-radius:2rem;background:rgba(248,248,255,.06);border:.1rem solid rgba(221,160,221,.16)}.v3fb-section-alt{background:linear-gradient(135deg,rgba(233,30,99,.18),rgba(221,160,221,.08))}.v3fb-section h2{font-size:2.1rem;line-height:2.5rem;margin:.2rem 0 1rem}.v3fb-section h3{font-size:1.7rem;line-height:2.1rem;margin:1rem 0 .6rem;color:#DDA0DD}.v3fb-section p{color:#EDEDF7;margin:.7rem 0}.v3fb-highlight{color:#FA8072;font-weight:900}.v3fb-text-link{color:#FA8072;font-weight:900;border-bottom:.1rem dashed rgba(250,128,114,.65)}.v3fb-promo-link{color:#DDA0DD;font-weight:900;text-decoration:underline;text-decoration-thickness:.2rem;cursor:pointer}.v3fb-grid{display:grid;gap:1rem}.v3fb-grid-2{grid-template-columns:repeat(2,1fr)}.v3fb-grid-3{grid-template-columns:repeat(3,1fr)}.v3fb-card{border-radius:1.6rem;background:rgba(38,38,38,.82);border:.1rem solid rgba(204,204,204,.12);padding:1.2rem;box-shadow:inset 0 .1rem rgba(255,255,255,.05)}.v3fb-stat{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:.1rem solid rgba(221,160,221,.15)}.v3fb-stat strong{color:#FA8072}.v3fb-game-group{margin:1.4rem 0}.v3fb-game-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.v3fb-game-head h3{margin:0;text-transform:capitalize}.v3fb-game-list{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.v3fb-game{min-height:9.4rem;border-radius:1.4rem;background:#1f1f1f;border:.1rem solid rgba(221,160,221,.16);padding:.7rem;text-align:center;color:#F8F8FF;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;transition:transform .2s ease,border-color .2s ease}.v3fb-game:hover{transform:translateY(-.2rem);border-color:#FA8072}.v3fb-game img{width:4.8rem;height:4.8rem;border-radius:1.2rem;object-fit:cover;margin:0 auto}.v3fb-game span{font-size:1.1rem;line-height:1.3rem;font-weight:800}.v3fb-pill-row{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}.v3fb-pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.7rem 1rem;background:rgba(221,160,221,.12);color:#F8F8FF;font-weight:800;border:.1rem solid rgba(221,160,221,.22)}.v3fb-steps{counter-reset:v3fbstep;display:grid;gap:.9rem}.v3fb-step{position:relative;padding:1.1rem 1.1rem 1.1rem 4rem;border-radius:1.4rem;background:rgba(0,0,0,.22)}.v3fb-step:before{counter-increment:v3fbstep;content:counter(v3fbstep);position:absolute;left:1rem;top:1rem;width:2.4rem;height:2.4rem;border-radius:50%;background:#E91E63;color:white;display:grid;place-items:center;font-weight:900}.v3fb-review{display:flex;gap:1rem;align-items:flex-start}.v3fb-avatar{width:4.4rem;height:4.4rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#DDA0DD,#E91E63);font-weight:900;color:#262626;flex:0 0 auto}.v3fb-footer{margin-top:2rem;background:#151515;border-top:.1rem solid rgba(221,160,221,.25);padding:2rem 0 8.8rem}.v3fb-footer-logo{display:flex;align-items:center;gap:.8rem;font-weight:900;font-size:1.8rem}.v3fb-footer-logo img{width:3.4rem;height:3.4rem;border-radius:.8rem}.v3fb-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:1.2rem 0}.v3fb-footer-links a{color:#F8F8FF;background:rgba(248,248,255,.07);border-radius:1.2rem;padding:1rem;font-weight:800}.v3fb-footer-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}.v3fb-partners{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0}.v3fb-partner{padding:.7rem 1rem;border-radius:1rem;background:rgba(221,160,221,.12);font-size:1.2rem;font-weight:900;color:#CCCCCC}.v3fb-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;height:6.2rem;background:#262626;border-top:.2rem solid #E91E63;box-shadow:0 -1rem 2.4rem rgba(0,0,0,.42);display:flex;justify-content:space-around;align-items:center;padding:.3rem .4rem}.v3fb-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#CCCCCC;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.1rem;font-weight:800;cursor:pointer;border-radius:1.4rem;transition:transform .18s ease,color .18s ease,background .18s ease}.v3fb-bottom-item i,.v3fb-bottom-item ion-icon,.v3fb-bottom-item .material-icons{font-size:2.4rem;line-height:2.4rem}.v3fb-bottom-item:hover,.v3fb-bottom-item:focus,.v3fb-bottom-item.v3fb-active{color:#F8F8FF;background:linear-gradient(180deg,rgba(233,30,99,.35),rgba(221,160,221,.1));transform:scale(1.04)}.v3fb-badge{position:absolute;margin-left:2.2rem;margin-top:-3.6rem;background:#FA8072;color:#262626;border-radius:999px;font-size:.9rem;padding:.1rem .5rem}.v3fb-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:1.4rem}.v3fb-table th,.v3fb-table td{text-align:left;padding:.9rem;border-bottom:.1rem solid rgba(221,160,221,.14)}.v3fb-table th{color:#FA8072}.v3fb-faq details{border-radius:1.3rem;background:rgba(0,0,0,.22);padding:1rem;margin:.8rem 0}.v3fb-faq summary{font-weight:900;color:#DDA0DD;cursor:pointer}.v3fb-mini{font-size:1.2rem;color:#CCCCCC}.v3fb-sr{position:absolute;width:.1rem;height:.1rem;overflow:hidden;clip:rect(0,0,0,0)}@media (max-width:768px){main{padding-bottom:8rem}.v3fb-actions .v3fb-btn{padding:0 .9rem;font-size:1.2rem}.v3fb-actions .v3fb-btn i{display:none}}@media (min-width:769px){body{background:#111}.v3fb-wrapper,.v3fb-container,.v3fb-headrow{width:min(110rem,94%)}.v3fb-main{padding-top:8.6rem}.v3fb-bottom-nav{display:none}.v3fb-menu-btn{display:none}.v3fb-desktop-nav{display:flex;gap:1rem;margin-left:2rem}.v3fb-desktop-nav a{color:#F8F8FF;font-weight:800}.v3fb-slide img{height:38rem}.v3fb-game-list{grid-template-columns:repeat(8,1fr)}.v3fb-grid-2{grid-template-columns:repeat(2,1fr)}.v3fb-grid-3{grid-template-columns:repeat(3,1fr)}.v3fb-footer{padding-bottom:2.4rem}.v3fb-title{font-size:4.2rem;line-height:4.8rem}}