/* 789cllub unique neon-arena design */
:root{font-size:62.5%;--g014-primary:#00BFFF;--g014-bg:#1A1A2E;--g014-accent:#AD1457;--g014-soft:#FFB3BA;--g014-hot:#FF1493;--g014-text:#F7FBFF;--g014-muted:#BBC8D8;--g014-card:#232344;--g014-line:rgba(255,255,255,.13);--g014-shadow:0 1.8rem 5rem rgba(0,0,0,.35)}
*{box-sizing:border-box}html,body{margin:0;padding:0;max-width:100%;overflow-x:hidden}body{font-family:'Inter','Roboto',Arial,sans-serif;background:radial-gradient(circle at 12% 0%,rgba(0,191,255,.22),transparent 30%),radial-gradient(circle at 95% 14%,rgba(255,20,147,.20),transparent 26%),linear-gradient(180deg,#121227 0%,#1A1A2E 48%,#111121 100%);color:var(--g014-text);font-size:1.6rem;line-height:1.5rem}a{color:inherit}img{max-width:100%;display:block}.g014-lock{overflow:hidden}.g014-page{min-height:100vh}.g014-container{width:min(100%,43rem);margin:0 auto;padding:0 1.4rem}.g014-wrapper{width:min(100%,43rem);margin:0 auto}.g014-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(18,18,39,.94);backdrop-filter:blur(18px);border-bottom:.1rem solid var(--g014-line)}.g014-header-row{width:min(100%,43rem);min-height:6.2rem;margin:0 auto;padding:.8rem 1.2rem;display:flex;align-items:center;gap:.8rem}.g014-brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;min-width:0;flex:1}.g014-logo{width:3.2rem;height:3.2rem;border-radius:1rem;box-shadow:0 0 2rem rgba(0,191,255,.38)}.g014-brand-text{font-size:1.8rem;font-weight:900;letter-spacing:.02em;color:var(--g014-text)}.g014-actions{display:flex;gap:.6rem}.g014-btn{border:0;border-radius:999px;min-height:4.4rem;min-width:4.4rem;padding:1rem 1.4rem;font-weight:900;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--g014-hot),var(--g014-accent));box-shadow:0 .9rem 2.4rem rgba(255,20,147,.28);transition:transform .2s ease,filter .2s ease}.g014-btn:hover,.g014-btn:focus{transform:translateY(-.1rem) scale(1.02);filter:brightness(1.08)}.g014-btn-alt{background:linear-gradient(135deg,var(--g014-primary),#006DCC);box-shadow:0 .9rem 2.4rem rgba(0,191,255,.26)}.g014-btn-small{min-height:3.8rem;padding:.8rem 1rem;font-size:1.2rem}.g014-menu-btn{border:.1rem solid var(--g014-line);border-radius:1.3rem;background:rgba(255,255,255,.06);color:var(--g014-text);width:4.4rem;height:4.4rem;font-size:2.2rem;display:grid;place-items:center}.g014-mobile-menu{position:fixed;top:6.2rem;left:50%;transform:translateX(-50%) translateY(-120%);width:min(100%,43rem);z-index:9999;padding:1rem 1.4rem 1.6rem;background:linear-gradient(180deg,#202044,#17172f);border:.1rem solid var(--g014-line);border-top:0;border-radius:0 0 2.4rem 2.4rem;box-shadow:var(--g014-shadow);transition:transform .24s ease}.g014-mobile-menu.g014-menu-open{transform:translateX(-50%) translateY(0)}.g014-nav{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.g014-nav a{min-height:4.4rem;padding:1.2rem;border-radius:1.4rem;text-decoration:none;background:rgba(255,255,255,.06);color:var(--g014-text);border:.1rem solid var(--g014-line);font-weight:800}.g014-nav a:hover{background:rgba(0,191,255,.14)}main.g014-main{padding-top:7.4rem}.g014-hero{padding:1.4rem 0 1.6rem}.g014-kicker{display:inline-flex;align-items:center;gap:.6rem;border:.1rem solid rgba(0,191,255,.35);background:rgba(0,191,255,.09);color:var(--g014-soft);border-radius:999px;padding:.7rem 1rem;font-size:1.2rem;font-weight:900}.g014-title{font-size:3rem;line-height:3.5rem;margin:1.4rem 0 1rem;letter-spacing:-.05rem}.g014-gradient{background:linear-gradient(90deg,var(--g014-primary),var(--g014-soft),var(--g014-hot));-webkit-background-clip:text;background-clip:text;color:transparent}.g014-lead{color:var(--g014-muted);font-size:1.55rem;line-height:2.35rem}.g014-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.4rem 0}.g014-text-link{font-weight:900;color:var(--g014-soft);text-decoration:underline;text-decoration-color:rgba(255,179,186,.45);cursor:pointer}.g014-carousel{position:relative;border-radius:2.4rem;overflow:hidden;border:.1rem solid var(--g014-line);box-shadow:var(--g014-shadow);background:#111}.g014-slide{display:none;min-height:16rem;cursor:pointer}.g014-slide.g014-active{display:block}.g014-slide img{width:100%;height:18rem;object-fit:cover}.g014-dots{position:absolute;left:0;right:0;bottom:.9rem;display:flex;justify-content:center;gap:.6rem}.g014-dot{width:.9rem;height:.9rem;border-radius:50%;border:0;background:rgba(255,255,255,.45)}.g014-dot.g014-active{background:var(--g014-hot);box-shadow:0 0 1.4rem var(--g014-hot)}.g014-section{margin:1.6rem 0;padding:1.6rem;border:.1rem solid var(--g014-line);border-radius:2.2rem;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:0 1.2rem 3rem rgba(0,0,0,.18)}.g014-section h2{font-size:2.2rem;line-height:2.8rem;margin:.2rem 0 1rem}.g014-section h3{font-size:1.75rem;line-height:2.3rem;margin:1.2rem 0 .7rem}.g014-section p,.g014-section li{color:var(--g014-muted);font-size:1.48rem;line-height:2.25rem}.g014-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.g014-card{border:.1rem solid var(--g014-line);border-radius:1.8rem;background:rgba(26,26,46,.82);padding:1.2rem;box-shadow:0 .8rem 2rem rgba(0,0,0,.17)}.g014-card-strong{background:linear-gradient(145deg,rgba(0,191,255,.17),rgba(255,20,147,.13))}.g014-game-category{margin:1.8rem 0}.g014-category-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.g014-category-head h2{margin:0}.g014-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;padding:.4rem .9rem;border-radius:999px;background:rgba(255,20,147,.16);color:var(--g014-soft);font-size:1.2rem;font-weight:900}.g014-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.g014-game{min-width:0;text-align:center;text-decoration:none;color:var(--g014-text);padding:.7rem .4rem;border-radius:1.4rem;background:rgba(255,255,255,.055);border:.1rem solid rgba(255,255,255,.08);transition:transform .18s ease,background .18s ease}.g014-game:hover{transform:translateY(-.2rem);background:rgba(0,191,255,.12)}.g014-game img{width:5.6rem;height:5.6rem;margin:0 auto .5rem;border-radius:1.2rem;object-fit:cover}.g014-game span{display:block;font-size:1.08rem;line-height:1.35rem;font-weight:800;word-break:break-word}.g014-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.g014-stat{text-align:center;padding:1.2rem .7rem;border-radius:1.6rem;background:rgba(0,191,255,.09);border:.1rem solid rgba(0,191,255,.22)}.g014-stat strong{display:block;font-size:2rem;color:var(--g014-primary);line-height:2.4rem}.g014-stat span{font-size:1.1rem;color:var(--g014-muted);font-weight:800}.g014-timeline{display:grid;gap:.9rem}.g014-step{display:flex;gap:1rem;align-items:flex-start}.g014-step b{flex:0 0 3.2rem;width:3.2rem;height:3.2rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--g014-primary),var(--g014-hot));color:#fff}.g014-footer{width:min(100%,43rem);margin:2rem auto 0;padding:2rem 1.4rem 8.8rem;background:#111126;border-top:.1rem solid var(--g014-line)}.g014-footer-logo{display:flex;align-items:center;gap:.9rem;font-weight:900;font-size:1.9rem}.g014-footer-logo img{width:3.4rem;height:3.4rem;border-radius:1rem}.g014-footer p{color:var(--g014-muted);line-height:2.25rem}.g014-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:1.2rem 0}.g014-footer-links a{padding:1rem;border:.1rem solid var(--g014-line);border-radius:1.2rem;text-decoration:none;color:var(--g014-text);background:rgba(255,255,255,.05);font-weight:800}.g014-partner-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0}.g014-partner{padding:.7rem 1rem;border-radius:999px;background:rgba(0,191,255,.10);border:.1rem solid rgba(0,191,255,.22);color:var(--g014-soft);font-size:1.2rem;font-weight:900}.g014-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:1000;width:min(100%,43rem);height:6.2rem;display:flex;justify-content:space-around;align-items:center;background:#0E0E22;border:.1rem solid var(--g014-line);border-bottom:0;border-radius:2rem 2rem 0 0;box-shadow:0 -1rem 3rem rgba(0,0,0,.42)}.g014-bottom-nav button{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--g014-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:900;cursor:pointer;transition:transform .18s ease,color .18s ease}.g014-bottom-nav button i,.g014-bottom-nav button ion-icon,.g014-bottom-nav button .material-icons,.g014-bottom-nav button svg{font-size:2.35rem;width:2.6rem;height:2.6rem}.g014-bottom-nav button:active{transform:scale(.92)}.g014-bottom-nav .g014-current,.g014-bottom-nav button:hover{color:var(--g014-primary)}.g014-current ion-icon,.g014-current i{filter:drop-shadow(0 0 .8rem rgba(0,191,255,.75))}.g014-table{width:100%;border-collapse:separate;border-spacing:0 .8rem}.g014-table td,.g014-table th{padding:1rem;background:rgba(255,255,255,.055);color:var(--g014-muted);text-align:left}.g014-table th{color:var(--g014-text)}.g014-table tr td:first-child,.g014-table tr th:first-child{border-radius:1.2rem 0 0 1.2rem}.g014-table tr td:last-child,.g014-table tr th:last-child{border-radius:0 1.2rem 1.2rem 0}.g014-quote{border-left:.4rem solid var(--g014-hot);padding:1rem 1.2rem;background:rgba(255,20,147,.08);border-radius:0 1.4rem 1.4rem 0}.g014-split{display:grid;gap:1rem}.g014-inline-promo{display:inline;font-weight:900;color:var(--g014-soft);text-decoration:underline;cursor:pointer}.g014-desktop-nav{display:none}
@media (max-width:768px){main.g014-main{padding-bottom:8rem}.g014-desktop-hide{display:none!important}}
@media (min-width:769px){body{background:#14142b}.g014-wrapper,.g014-container,.g014-header-row,.g014-footer,.g014-bottom-nav{width:min(100%,118rem);max-width:118rem}.g014-mobile-menu,.g014-menu-btn{display:none}.g014-desktop-nav{display:flex;gap:1rem;margin-left:1rem}.g014-desktop-nav a{text-decoration:none;color:var(--g014-muted);font-weight:800}.g014-bottom-nav{display:none}.g014-game-grid{grid-template-columns:repeat(8,1fr)}.g014-grid{grid-template-columns:repeat(3,1fr)}.g014-split{grid-template-columns:1fr 1fr}.g014-footer{padding-bottom:3rem}.g014-title{font-size:4.4rem;line-height:5rem}.g014-slide img{height:32rem}}
