:root{font-size:62.5%;--vf69-primary:#ff91a4;--vf69-cream:#fffacd;--vf69-bg:#2c2c2c;--vf69-orange:#ffa500;--vf69-fire:#ff5722;--vf69-panel:#383030;--vf69-panel2:#241f22;--vf69-text:#fff9d8;--vf69-muted:#e7d7b9;--vf69-line:rgba(255,250,205,.18);--vf69-shadow:0 1.4rem 3rem rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,rgba(255,145,164,.18),transparent 30%),linear-gradient(180deg,#2c2c2c 0%,#171313 100%);color:var(--vf69-text);font-family:Inter,Arial,"Helvetica Neue",sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}body.vf69-body-lock{overflow:hidden}a{color:var(--vf69-cream);text-decoration:none}img{max-width:100%;display:block}.vf69-shell{width:min(100%,430px);margin:0 auto;background:linear-gradient(180deg,rgba(255,145,164,.06),rgba(255,87,34,.04));min-height:100vh;position:relative;box-shadow:0 0 0 1px rgba(255,255,255,.04)}.vf69-container{width:100%;max-width:430px;margin:0 auto;padding:0 1.4rem}.vf69-wrapper{padding-top:7.8rem}.vf69-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(100%,430px);z-index:1000;background:rgba(44,44,44,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--vf69-line)}.vf69-topbar{height:6.8rem;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.vf69-brand{display:flex;align-items:center;gap:.8rem;min-width:0;margin-right:auto}.vf69-logo{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 .5rem 1.6rem rgba(255,145,164,.3)}.vf69-brand-text{font-weight:900;font-size:2rem;letter-spacing:.04em;color:var(--vf69-cream);text-transform:uppercase}.vf69-actions{display:flex;gap:.5rem}.vf69-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.4rem;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;transition:transform .2s ease,filter .2s ease,background .2s ease;color:#211617}.vf69-btn:active,.vf69-bottom-item:active{transform:scale(.94)}.vf69-btn-primary{background:linear-gradient(135deg,var(--vf69-orange),var(--vf69-fire));color:#1d120b}.vf69-btn-soft{background:rgba(255,250,205,.12);color:var(--vf69-cream);border:1px solid rgba(255,250,205,.22)}.vf69-btn-wide{width:100%;font-size:1.55rem}.vf69-menu-btn{width:4.4rem;height:4.4rem;border-radius:1.4rem;border:1px solid var(--vf69-line);background:rgba(255,145,164,.12);color:var(--vf69-cream);display:grid;place-items:center;font-size:2.2rem;cursor:pointer}.vf69-menu{position:fixed;top:6.9rem;right:calc(50% - min(50%,215px) + 1rem);width:min(88vw,34rem);z-index:9999;transform:translateY(-1rem) scale(.96);opacity:0;pointer-events:none;transition:.22s ease;background:#211c1f;border:1px solid rgba(255,145,164,.28);border-radius:2rem;box-shadow:var(--vf69-shadow);padding:1rem}.vf69-menu.vf69-menu-open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.vf69-menu a{display:flex;align-items:center;gap:.9rem;min-height:4.6rem;padding:0 1rem;border-radius:1.2rem;color:var(--vf69-text);font-weight:800}.vf69-menu a:hover,.vf69-menu a.vf69-active{background:linear-gradient(90deg,rgba(255,145,164,.2),rgba(255,165,0,.14));color:#fff}.vf69-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.52);opacity:0;pointer-events:none;transition:.2s}.vf69-overlay.vf69-overlay-show{opacity:1;pointer-events:auto}.vf69-hero{padding:1.6rem 0}.vf69-hero-card{border:1px solid var(--vf69-line);border-radius:2.8rem;background:linear-gradient(145deg,rgba(255,145,164,.16),rgba(255,87,34,.1) 45%,rgba(255,250,205,.06));padding:1.8rem;box-shadow:var(--vf69-shadow);overflow:hidden}.vf69-kicker{display:inline-flex;gap:.6rem;align-items:center;padding:.6rem 1rem;border-radius:999px;background:rgba(255,250,205,.1);color:var(--vf69-orange);font-size:1.2rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.vf69-title{font-size:3rem;line-height:1.05;margin:1.2rem 0;color:#fff}.vf69-lead{color:var(--vf69-muted);margin:.6rem 0 1.2rem}.vf69-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1.2rem}.vf69-slider{position:relative;border-radius:2.2rem;overflow:hidden;border:1px solid var(--vf69-line);min-height:16.5rem;background:#1d181b}.vf69-slide{display:none;position:relative}.vf69-slide.vf69-slide-active{display:block}.vf69-slide img{width:100%;height:18rem;object-fit:cover}.vf69-slide-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;padding:.8rem 1rem;border-radius:1.4rem;background:rgba(33,24,27,.76);font-weight:900;color:#fff}.vf69-dots{display:flex;justify-content:center;gap:.6rem;margin-top:.8rem}.vf69-dot{width:.8rem;height:.8rem;border-radius:50%;border:0;background:rgba(255,250,205,.35)}.vf69-dot-active{background:var(--vf69-primary);width:2rem;border-radius:999px}.vf69-section{padding:1.8rem 0}.vf69-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.vf69-section h2,.vf69-section h3{color:#fff;margin:.4rem 0}.vf69-section h2{font-size:2.3rem;line-height:1.14}.vf69-section h3{font-size:1.8rem}.vf69-chip{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,145,164,.24);background:rgba(255,145,164,.1);border-radius:999px;padding:.55rem .9rem;font-size:1.2rem;color:var(--vf69-cream);font-weight:800}.vf69-card{background:linear-gradient(160deg,rgba(56,48,48,.95),rgba(36,31,34,.92));border:1px solid var(--vf69-line);border-radius:2rem;padding:1.4rem;box-shadow:0 .8rem 2rem rgba(0,0,0,.2)}.vf69-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.vf69-stack{display:grid;gap:1rem}.vf69-game-block{margin-bottom:1.5rem}.vf69-game-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .8rem}.vf69-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.vf69-game-item{background:rgba(255,250,205,.06);border:1px solid rgba(255,250,205,.12);border-radius:1.3rem;padding:.7rem .45rem;text-align:center;min-height:9.6rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem}.vf69-game-item img{width:5.4rem;height:5.4rem;border-radius:1.1rem;object-fit:cover}.vf69-game-item span{font-size:1.05rem;line-height:1.2;font-weight:800;color:var(--vf69-cream)}.vf69-promo-link{font-weight:900;color:var(--vf69-orange);text-decoration:underline;text-decoration-color:rgba(255,165,0,.45);cursor:pointer}.vf69-text-link{color:var(--vf69-primary);font-weight:900;text-decoration:underline}.vf69-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.vf69-stat{padding:1rem;border-radius:1.5rem;background:rgba(255,145,164,.11);border:1px solid rgba(255,145,164,.18);text-align:center}.vf69-stat strong{display:block;font-size:2rem;color:var(--vf69-orange)}.vf69-timeline{display:grid;gap:1rem;counter-reset:vf69step}.vf69-step{position:relative;padding:1.2rem 1.2rem 1.2rem 5rem;border-radius:1.8rem;background:rgba(255,255,255,.055);border:1px solid var(--vf69-line)}.vf69-step:before{counter-increment:vf69step;content:counter(vf69step);position:absolute;left:1.2rem;top:1.2rem;width:2.8rem;height:2.8rem;border-radius:50%;display:grid;place-items:center;background:var(--vf69-primary);color:#221;font-weight:900}.vf69-review{display:flex;gap:1rem;align-items:flex-start}.vf69-avatar{width:4rem;height:4rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--vf69-primary),var(--vf69-orange));color:#201316;font-weight:900}.vf69-footer{padding:2rem 1.4rem 9rem;background:#1a1517;border-top:1px solid var(--vf69-line)}.vf69-footer-logo{display:flex;align-items:center;gap:.8rem;font-weight:900;font-size:2rem}.vf69-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.2rem 0}.vf69-footer-links a{padding:.9rem;border-radius:1.2rem;background:rgba(255,255,255,.06);color:var(--vf69-muted);font-weight:800}.vf69-partners{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}.vf69-partner{padding:.55rem .8rem;border-radius:.9rem;background:rgba(255,250,205,.09);font-size:1.2rem;font-weight:900;color:var(--vf69-cream)}.vf69-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,430px);height:6.4rem;z-index:1000;background:#2c2c2c;border-top:1px solid rgba(255,145,164,.35);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2rem rgba(0,0,0,.35)}.vf69-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--vf69-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.05rem;font-weight:900;cursor:pointer;transition:.18s ease;border-radius:1.4rem}.vf69-bottom-item i,.vf69-bottom-item ion-icon,.vf69-bottom-item .material-icons-outlined{font-size:2.3rem}.vf69-bottom-item.vf69-active,.vf69-bottom-item:hover{color:var(--vf69-primary);background:rgba(255,145,164,.1)}.vf69-badge{position:absolute;transform:translate(1.4rem,-1.2rem);background:var(--vf69-fire);color:#fff;border-radius:999px;font-size:.9rem;padding:.1rem .45rem}.vf69-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:1.4rem}.vf69-table th,.vf69-table td{padding:.9rem;border-bottom:1px solid var(--vf69-line);text-align:left}.vf69-table th{color:var(--vf69-orange)}.vf69-alert{border-left:.4rem solid var(--vf69-fire);padding:1rem;border-radius:1.2rem;background:rgba(255,87,34,.12)}.vf69-mini-list{padding-left:1.8rem}.vf69-mini-list li{margin:.5rem 0}.vf69-icon-row{display:flex;gap:.7rem;flex-wrap:wrap}.vf69-pay{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.vf69-pay span{padding:1rem;border-radius:1.3rem;background:rgba(255,255,255,.07);text-align:center;font-weight:900}.vf69-desktop-nav{display:none}.vf69-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media (min-width:769px){body{background:#181416}.vf69-shell,.vf69-header,.vf69-bottom-nav{max-width:430px}.vf69-bottom-nav{display:none}.vf69-footer{padding-bottom:2rem}.vf69-desktop-nav{display:flex;gap:.6rem}.vf69-desktop-nav a{font-size:1.2rem;padding:.7rem .9rem;border-radius:999px;background:rgba(255,255,255,.06)}.vf69-wrapper{padding-bottom:2rem}}
@media (max-width:768px){main{padding-bottom:8rem}.vf69-actions .vf69-btn{padding:0 1rem;font-size:1.25rem}.vf69-title{font-size:2.8rem}.vf69-game-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:360px){.vf69-container{padding:0 1rem}.vf69-game-grid{gap:.55rem}.vf69-game-item img{width:4.8rem;height:4.8rem}.vf69-brand-text{font-size:1.7rem}.vf69-btn{padding:0 .9rem}.vf69-title{font-size:2.45rem}}
