:root{--g7a9-primary:#FFCCCB;--g7a9-bg:#1A1A2E;--g7a9-text:#fff4f5;--g7a9-accent:#FFB3BA}html{font-size:62.5%;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#33264a 0,#1A1A2E 42%,#10101d 100%);color:#fff4f5;font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:1.5rem;line-height:1.5rem;overflow-x:hidden}body.g7a9-lock{overflow:hidden}a{color:#FFB3BA;text-decoration:none}img{max-width:100%;display:block}.g7a9-container{width:100%;max-width:43rem;margin:0 auto;padding:0 1.4rem}.g7a9-wrapper{max-width:43rem;margin:0 auto;background:linear-gradient(180deg,rgba(255,179,186,.08),rgba(26,26,46,.95));min-height:100vh;box-shadow:0 0 4rem rgba(0,0,0,.35)}.g7a9-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;z-index:1000;background:rgba(26,26,46,.92);backdrop-filter:blur(1.8rem);border-bottom:.1rem solid rgba(255,204,203,.2)}.g7a9-header-row{height:6.4rem;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.g7a9-logo{display:flex;align-items:center;gap:.8rem;min-width:0;flex:1}.g7a9-logo img{width:3.2rem;height:3.2rem;border-radius:.9rem}.g7a9-logo span{font-size:1.7rem;font-weight:900;color:#FFCCCB;letter-spacing:.02rem;white-space:nowrap}.g7a9-action-row{display:flex;align-items:center;gap:.6rem}.g7a9-btn{border:0;border-radius:999rem;min-height:4.4rem;padding:0 1.25rem;font-weight:900;color:#1A1A2E;background:linear-gradient(135deg,#FFCCCB,#FF8EA0);box-shadow:0 .8rem 2rem rgba(255,179,186,.24);cursor:pointer;transition:transform .2s ease,filter .2s ease}.g7a9-btn:active,.g7a9-bottom-btn:active{transform:scale(.94)}.g7a9-btn:hover{filter:brightness(1.08)}.g7a9-btn-ghost{background:rgba(255,204,203,.1);color:#FFCCCB;border:.1rem solid rgba(255,204,203,.34);box-shadow:none}.g7a9-menu-btn{width:4.4rem;height:4.4rem;border-radius:1.4rem;border:.1rem solid rgba(255,204,203,.28);background:#272745;color:#FFCCCB;font-size:2.2rem}.g7a9-desktop-nav{display:none}.g7a9-mobile-menu{position:fixed;inset:0;z-index:9999;pointer-events:none}.g7a9-menu-overlay{position:absolute;inset:0;background:rgba(0,0,0,.58);opacity:0;transition:opacity .25s}.g7a9-menu-panel{position:absolute;right:0;top:0;width:min(34rem,86vw);height:100%;background:#1A1A2E;border-left:.1rem solid rgba(255,204,203,.2);padding:1.8rem;transform:translateX(100%);transition:transform .25s;overflow:auto}.g7a9-menu-open{pointer-events:auto}.g7a9-menu-open .g7a9-menu-overlay{opacity:1}.g7a9-menu-open .g7a9-menu-panel{transform:translateX(0)}.g7a9-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem}.g7a9-menu-title{font-size:2rem;font-weight:900;color:#FFCCCB}.g7a9-menu-close{width:4.4rem;height:4.4rem;border-radius:1.4rem;border:0;background:#2b2b4c;color:#fff;font-size:2.4rem}.g7a9-menu-links{display:grid;gap:.8rem}.g7a9-menu-links a,.g7a9-menu-links button{min-height:4.8rem;border-radius:1.4rem;padding:1.2rem;background:rgba(255,179,186,.08);border:.1rem solid rgba(255,204,203,.15);color:#fff4f5;text-align:left;font-weight:800}.g7a9-main{padding-top:7.6rem}.g7a9-hero{padding:1rem 0 2rem}.g7a9-hero-card{border-radius:2.4rem;padding:1.6rem;background:linear-gradient(150deg,rgba(255,204,203,.18),rgba(255,179,186,.06));border:.1rem solid rgba(255,204,203,.2);position:relative;overflow:hidden}.g7a9-kicker{display:inline-flex;align-items:center;gap:.6rem;color:#FFCCCB;background:rgba(255,204,203,.1);border:.1rem solid rgba(255,204,203,.2);border-radius:999rem;padding:.7rem 1rem;font-size:1.2rem;font-weight:900;text-transform:uppercase;letter-spacing:.06rem}.g7a9-h1{font-size:3.2rem;line-height:3.5rem;margin:1.4rem 0 1rem;color:#fff;font-weight:1000}.g7a9-lead{font-size:1.6rem;line-height:2.35rem;color:#ffe4e7}.g7a9-cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.4rem}.g7a9-slider{position:relative;margin-top:1.6rem;border-radius:2rem;overflow:hidden;border:.1rem solid rgba(255,204,203,.2)}.g7a9-slide{display:none;position:relative}.g7a9-slide-active{display:block}.g7a9-slide img{width:100%;height:17rem;object-fit:cover}.g7a9-slide-label{position:absolute;left:1rem;bottom:1rem;background:rgba(26,26,46,.78);border:.1rem solid rgba(255,204,203,.28);border-radius:999rem;padding:.7rem 1rem;font-weight:900;color:#FFCCCB}.g7a9-dots{display:flex;gap:.5rem;justify-content:center;margin-top:.9rem}.g7a9-dot{width:.8rem;height:.8rem;border-radius:999rem;background:rgba(255,255,255,.28);border:0}.g7a9-dot-active{width:2.4rem;background:#FFB3BA}.g7a9-section{margin:1.8rem 0;padding:1.6rem;border-radius:2.2rem;background:rgba(16,16,29,.72);border:.1rem solid rgba(255,204,203,.16)}.g7a9-section-alt{background:linear-gradient(145deg,rgba(255,179,186,.12),rgba(16,16,29,.85))}.g7a9-section h2{font-size:2.2rem;line-height:2.8rem;margin:.2rem 0 1rem;color:#FFCCCB}.g7a9-section h3{font-size:1.7rem;line-height:2.2rem;color:#FFB3BA;margin:1.2rem 0 .6rem}.g7a9-section p{line-height:2.35rem;color:#ffecee}.g7a9-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.g7a9-game-card{background:rgba(255,255,255,.06);border:.1rem solid rgba(255,204,203,.13);border-radius:1.4rem;padding:.7rem;text-align:center;min-height:10.4rem}.g7a9-game-card img{width:5.6rem;height:5.6rem;object-fit:cover;border-radius:1.2rem;margin:0 auto .55rem}.g7a9-game-card span{display:block;color:#fff;font-size:1.1rem;line-height:1.35rem;font-weight:800}.g7a9-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.g7a9-stat{padding:1.2rem;border-radius:1.5rem;background:rgba(255,204,203,.1);border:.1rem solid rgba(255,204,203,.16)}.g7a9-stat b{display:block;color:#FFCCCB;font-size:2.1rem;line-height:2.6rem}.g7a9-list{padding-left:1.8rem}.g7a9-list li{margin:.8rem 0;line-height:2.25rem}.g7a9-pill-row{display:flex;flex-wrap:wrap;gap:.8rem}.g7a9-pill{border-radius:999rem;padding:.75rem 1rem;background:rgba(255,179,186,.12);border:.1rem solid rgba(255,204,203,.18);font-size:1.25rem;font-weight:900;color:#FFE7EA}.g7a9-review{padding:1.2rem;border-radius:1.6rem;background:rgba(255,255,255,.06);margin:1rem 0;border:.1rem solid rgba(255,204,203,.13)}.g7a9-promo-text{font-weight:1000;color:#FFCCCB;text-decoration:underline;text-decoration-thickness:.2rem;cursor:pointer;background:none;border:0;padding:0;font:inherit}.g7a9-mini-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:1.4rem}.g7a9-mini-table th,.g7a9-mini-table td{padding:.9rem;border-bottom:.1rem solid rgba(255,204,203,.15);text-align:left}.g7a9-mini-table th{color:#FFCCCB;background:rgba(255,204,203,.08)}.g7a9-footer{margin-top:2rem;padding:2rem 1.4rem 9rem;background:#10101d;border-top:.1rem solid rgba(255,204,203,.18)}.g7a9-footer h2{color:#FFCCCB}.g7a9-footer-links{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0}.g7a9-footer-links a{padding:.7rem 1rem;border-radius:999rem;background:rgba(255,204,203,.08);border:.1rem solid rgba(255,204,203,.14);color:#fff}.g7a9-partners{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin:1rem 0}.g7a9-partner{min-height:4.4rem;display:flex;align-items:center;justify-content:center;border-radius:1.2rem;background:rgba(255,255,255,.08);font-weight:1000;color:#FFCCCB}.g7a9-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:43rem;height:6.2rem;z-index:1000;background:#1A1A2E;border-top:.1rem solid rgba(255,204,203,.28);display:flex;justify-content:space-around;box-shadow:0 -1rem 2.8rem rgba(0,0,0,.3)}.g7a9-bottom-btn{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#FFB3BA;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:900;position:relative}.g7a9-bottom-btn i,.g7a9-bottom-btn ion-icon,.g7a9-bottom-btn .material-icons,.g7a9-bottom-btn .ti{font-size:2.35rem;line-height:2.35rem}.g7a9-bottom-active{color:#fff}.g7a9-bottom-active::before{content:'';position:absolute;top:.35rem;width:3rem;height:.28rem;border-radius:999rem;background:#FFCCCB}.g7a9-badge{position:absolute;top:.5rem;right:.9rem;min-width:1.6rem;height:1.6rem;border-radius:999rem;background:#ff4d6d;color:#fff;font-size:1rem;display:grid;place-items:center}.g7a9-note{font-size:1.25rem;color:#ffcfd3}.g7a9-sr{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (min-width:769px){.g7a9-wrapper,.g7a9-header,.g7a9-bottom-nav{max-width:100%}.g7a9-container{max-width:112rem}.g7a9-wrapper{background:transparent}.g7a9-header-row{max-width:112rem;margin:0 auto}.g7a9-desktop-nav{display:flex;gap:1rem;align-items:center}.g7a9-desktop-nav a{color:#fff;font-weight:800}.g7a9-menu-btn{display:none}.g7a9-grid{grid-template-columns:repeat(8,1fr)}.g7a9-stat-grid{grid-template-columns:repeat(4,1fr)}.g7a9-bottom-nav{display:none}.g7a9-footer{padding-bottom:2rem}.g7a9-slide img{height:32rem}}@media (max-width:768px){main{padding-bottom:8rem}.g7a9-desktop-nav{display:none}.g7a9-action-row .g7a9-btn{padding:0 .9rem;font-size:1.25rem}.g7a9-grid{grid-template-columns:repeat(4,1fr)}}
