html{font-size:62.5%;box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{margin:0;font-family:'Inter','Roboto',Arial,sans-serif;background:var(--g6bc-bg);color:var(--g6bc-text);font-size:1.5rem;line-height:1.5rem;overflow-x:hidden}a{color:inherit}img{max-width:100%;display:block}.g6bc-page{--g6bc-primary:#F08080;--g6bc-bg:#1B263B;--g6bc-text:#F8FBFF;--g6bc-accent:#E91E63;--g6bc-gold:#FFD166;--g6bc-ink:#0B1220;--g6bc-panel:#263750;--g6bc-soft:#FDECEF;--g6bc-line:rgba(255,255,255,.12);background:radial-gradient(circle at top left,rgba(233,30,99,.32),transparent 34rem),linear-gradient(180deg,#1B263B 0%,#111827 52%,#220D22 100%);min-height:100vh}.g6bc-container{width:min(100%,43rem);margin:0 auto;padding:0 1.4rem}.g6bc-wrapper{width:min(100%,43rem);margin:0 auto}.g6bc-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(100%,43rem);z-index:1000;background:rgba(27,38,59,.94);backdrop-filter:blur(14px);border-bottom:.1rem solid var(--g6bc-line);box-shadow:0 .8rem 2.4rem rgba(0,0,0,.28)}.g6bc-topbar{min-height:6.4rem;display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem}.g6bc-brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;min-width:0;flex:1}.g6bc-logo{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 0 0 .2rem rgba(240,128,128,.35)}.g6bc-brand-text{font-weight:900;font-size:2rem;letter-spacing:.02em}.g6bc-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:4.4rem;border:0;border-radius:999px;padding:0 1.2rem;background:linear-gradient(135deg,var(--g6bc-accent),var(--g6bc-primary));color:#fff;font-weight:900;text-decoration:none;box-shadow:0 .8rem 1.8rem rgba(233,30,99,.3);cursor:pointer}.g6bc-login{background:#fff;color:#1B263B}.g6bc-menu-btn{width:4.4rem;height:4.4rem;border-radius:1.3rem;border:.1rem solid var(--g6bc-line);background:rgba(255,255,255,.08);color:#fff;font-size:2.2rem;cursor:pointer}.g6bc-nav{position:absolute;top:6.4rem;left:1rem;right:1rem;display:none;padding:1rem;border:.1rem solid var(--g6bc-line);border-radius:1.8rem;background:#101827;box-shadow:0 1.8rem 3rem rgba(0,0,0,.45)}.g6bc-nav.g6bc-menu-open{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.g6bc-nav a{min-height:4.4rem;padding:1.2rem;border-radius:1.2rem;background:rgba(255,255,255,.07);text-decoration:none;font-weight:800;color:#fff}.g6bc-main{padding-top:7.6rem}.g6bc-hero{padding:1.2rem 0 2rem}.g6bc-badge{display:inline-flex;align-items:center;gap:.6rem;border:.1rem solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);padding:.8rem 1rem;color:#FFDDE8;font-weight:800}.g6bc-title{font-size:3rem;line-height:1.08;margin:1.4rem 0 1rem;color:#fff;letter-spacing:-.04em}.g6bc-lead{font-size:1.6rem;line-height:1.55;color:#DDE7F7}.g6bc-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.6rem 0}.g6bc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:4.8rem;border:0;border-radius:1.4rem;padding:0 1.4rem;background:linear-gradient(135deg,var(--g6bc-primary),var(--g6bc-accent));color:#fff;font-weight:900;text-decoration:none;box-shadow:0 1rem 2rem rgba(233,30,99,.28);cursor:pointer}.g6bc-btn-alt{background:rgba(255,255,255,.1);border:.1rem solid var(--g6bc-line);box-shadow:none}.g6bc-link-strong{color:#FFD166;font-weight:900;text-decoration:underline;text-decoration-thickness:.2rem}.g6bc-carousel{position:relative;height:17rem;border-radius:2rem;overflow:hidden;border:.1rem solid var(--g6bc-line);box-shadow:0 1.6rem 3rem rgba(0,0,0,.32);background:#0B1220}.g6bc-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;cursor:pointer}.g6bc-slide.g6bc-slide-active{opacity:1}.g6bc-slide img{width:100%;height:100%;object-fit:cover}.g6bc-slide span{position:absolute;left:1rem;bottom:1rem;background:rgba(11,18,32,.78);border-radius:999px;padding:.7rem 1rem;font-weight:900;color:#fff}.g6bc-section{margin:1.6rem 0;padding:1.6rem;border:.1rem solid var(--g6bc-line);border-radius:2rem;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));box-shadow:0 1rem 2.8rem rgba(0,0,0,.18)}.g6bc-section h2{font-size:2.2rem;line-height:1.18;margin:.2rem 0 1rem}.g6bc-section h3{font-size:1.75rem;line-height:1.22;margin:1.1rem 0 .7rem}.g6bc-section p{line-height:1.58;margin:.7rem 0;color:#E6EEFB}.g6bc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.g6bc-card{border:.1rem solid var(--g6bc-line);border-radius:1.6rem;background:rgba(255,255,255,.07);padding:1.2rem}.g6bc-card strong{color:#FFD166}.g6bc-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.g6bc-game{min-height:8.8rem;text-align:center;text-decoration:none;border-radius:1.2rem;padding:.6rem;background:rgba(255,255,255,.08);border:.1rem solid rgba(255,255,255,.09);transition:transform .18s ease,background .18s ease}.g6bc-game:hover,.g6bc-game:focus{transform:translateY(-.2rem);background:rgba(240,128,128,.18)}.g6bc-game img{width:4.8rem;height:4.8rem;border-radius:1.1rem;margin:0 auto .5rem;object-fit:cover}.g6bc-game span{display:block;font-size:1.1rem;line-height:1.2;color:#fff;font-weight:800}.g6bc-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.g6bc-stat{padding:1rem;border-radius:1.4rem;background:linear-gradient(180deg,rgba(233,30,99,.18),rgba(240,128,128,.08));text-align:center}.g6bc-stat b{display:block;color:#FFD166;font-size:2rem;line-height:1.2}.g6bc-list{padding-left:1.8rem;color:#EAF1FF}.g6bc-list li{margin:.7rem 0;line-height:1.55}.g6bc-footer{margin-top:2rem;padding:2rem 1.4rem 8.8rem;background:#0B1220;border-top:.1rem solid var(--g6bc-line)}.g6bc-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.2rem 0}.g6bc-footer-links a{min-height:4.4rem;display:flex;align-items:center;justify-content:center;border-radius:1.2rem;background:rgba(255,255,255,.08);text-decoration:none;font-weight:800}.g6bc-partners{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0}.g6bc-partners span{padding:.7rem 1rem;border-radius:999px;background:rgba(255,255,255,.08);font-weight:800;color:#FFD166}.g6bc-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,43rem);height:6.2rem;z-index:1000;display:flex;justify-content:space-around;align-items:center;background:#E91E63;border-top:.1rem solid rgba(255,255,255,.22);box-shadow:0 -1rem 2.5rem rgba(0,0,0,.35)}.g6bc-bottom-nav button,.g6bc-bottom-nav a{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#FFE8F0;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.1rem;font-weight:900;cursor:pointer;transition:transform .16s ease,color .16s ease}.g6bc-bottom-nav i,.g6bc-bottom-nav ion-icon,.g6bc-bottom-nav .material-icons,.g6bc-bottom-nav .ti{font-size:2.4rem;line-height:1}.g6bc-bottom-nav .g6bc-active,.g6bc-bottom-nav button:active,.g6bc-bottom-nav a:active{color:#FFD166;transform:scale(1.08)}.g6bc-bubble{position:absolute;margin-left:2.8rem;margin-top:-3.8rem;min-width:1.6rem;height:1.6rem;border-radius:999px;background:#FFD166;color:#1B263B;font-size:1rem;line-height:1.6rem;text-align:center}.g6bc-faq details{border:.1rem solid var(--g6bc-line);border-radius:1.4rem;padding:1rem;margin:.8rem 0;background:rgba(255,255,255,.06)}.g6bc-faq summary{font-weight:900;color:#FFD166;cursor:pointer;line-height:1.4}.g6bc-table{width:100%;border-collapse:collapse;font-size:1.3rem}.g6bc-table td,.g6bc-table th{border:.1rem solid var(--g6bc-line);padding:.8rem;text-align:left}.g6bc-table th{color:#FFD166}.g6bc-review-strip{display:grid;gap:1rem}.g6bc-quote{padding:1.2rem;border-left:.4rem solid var(--g6bc-primary);background:rgba(255,255,255,.07);border-radius:1.2rem}.g6bc-desktop-nav{display:none}.g6bc-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){.g6bc-bottom-nav{display:none}.g6bc-page{background:#111827}.g6bc-header{width:100%;max-width:none}.g6bc-wrapper,.g6bc-container{width:min(100%,102rem);max-width:102rem}.g6bc-topbar{max-width:102rem;margin:0 auto}.g6bc-desktop-nav{display:flex;gap:.8rem}.g6bc-desktop-nav a{padding:1rem 1.1rem;border-radius:999px;text-decoration:none;background:rgba(255,255,255,.08);font-weight:800}.g6bc-menu-btn{display:none}.g6bc-nav{display:none!important}.g6bc-main{padding-bottom:0}.g6bc-game-grid{grid-template-columns:repeat(8,1fr)}.g6bc-footer{padding-bottom:2rem}.g6bc-title{font-size:4.6rem}.g6bc-carousel{height:28rem}}@media (max-width:768px){main.g6bc-main{padding-bottom:8rem}.g6bc-desktop-nav{display:none}}@media (max-width:360px){.g6bc-container{padding:0 1rem}.g6bc-game-grid{grid-template-columns:repeat(3,1fr)}.g6bc-pill{padding:0 .9rem;font-size:1.25rem}.g6bc-title{font-size:2.6rem}}
