/** 999 game universal CSS. Class prefix: v11c- */
:root{--v11c-primary:#40E0D0;--v11c-secondary:#6A5ACD;--v11c-accent:#20B2AA;--v11c-highlight:#80CBC4;--v11c-bg-dark:#2D2D2D;--v11c-bg-darker:#1a1a1a;--v11c-bg-card:#3a3a3a;--v11c-text-light:#f0f0f0;--v11c-text-muted:#b0b0b0;--v11c-border:#4a4a4a;--v11c-gradient:linear-gradient(135deg,#40E0D0 0%,#6A5ACD 100%);--v11c-shadow:0 4px 15px rgba(0,0,0,.3);--v11c-radius:12px;--v11c-radius-sm:8px;--v11c-font:'Segoe UI',system-ui,-apple-system,sans-serif}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:62.5%;scroll-behavior:smooth}
body{font-family:var(--v11c-font);background:var(--v11c-bg-dark);color:var(--v11c-text-light);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.v11c-container{max-width:430px;margin:0 auto;padding:0 1.5rem}
.v11c-wrapper{padding-bottom:8rem}.v11c-main{padding-top:7rem}
.v11c-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--v11c-bg-darker);border-bottom:1px solid var(--v11c-border);padding:1rem 1.5rem;box-shadow:var(--v11c-shadow)}
.v11c-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:430px;margin:0 auto;gap:.8rem}
.v11c-logo-section{display:flex;align-items:center;gap:1rem;min-width:0}.v11c-logo-icon{width:32px;height:32px;object-fit:contain}.v11c-logo-text{font-size:1.6rem;font-weight:800;color:var(--v11c-primary);text-decoration:none;white-space:nowrap}
.v11c-auth-buttons{display:flex;gap:.6rem;align-items:center}.v11c-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.2rem;border-radius:var(--v11c-radius-sm);font-size:1.2rem;font-weight:700;text-decoration:none;cursor:pointer;transition:.25s;border:none;min-height:44px}
.v11c-btn-register{background:var(--v11c-primary);color:var(--v11c-bg-dark)}.v11c-btn-register:hover{background:var(--v11c-highlight);transform:translateY(-2px)}
.v11c-btn-login{background:transparent;color:var(--v11c-primary);border:2px solid var(--v11c-primary)}.v11c-btn-login:hover{background:var(--v11c-primary);color:var(--v11c-bg-dark)}
.v11c-menu-toggle,.v11c-menu-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;color:var(--v11c-text-light);cursor:pointer}.v11c-menu-toggle i,.v11c-menu-close i{font-size:2rem}
.v11c-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1001;opacity:0;visibility:hidden;transition:.3s}.v11c-overlay-active{opacity:1;visibility:visible}
.v11c-mobile-menu{position:fixed;top:0;left:0;width:280px;height:100vh;background:var(--v11c-bg-darker);z-index:9999;transform:translateX(-100%);transition:transform .3s;overflow-y:auto}.v11c-menu-active{transform:translateX(0)}
.v11c-mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--v11c-border)}.v11c-menu-items{padding:1rem 0}.v11c-menu-item{border-bottom:1px solid var(--v11c-border)}
.v11c-menu-item a{display:flex;align-items:center;padding:1.2rem 1.5rem;color:var(--v11c-text-light);text-decoration:none;transition:.3s;font-size:1.3rem;min-height:44px}.v11c-menu-item a:hover,.v11c-menu-item.v11c-active a{background:var(--v11c-bg-card);color:var(--v11c-primary)}.v11c-menu-item i{width:24px;margin-right:1rem;color:var(--v11c-accent)}
.v11c-carousel{position:relative;overflow:hidden;margin-bottom:2rem}.v11c-carousel-track{display:flex;transition:transform .5s}.v11c-carousel-slide{min-width:100%;display:none}.v11c-slide-active{display:block}.v11c-carousel-slide img{width:100%;height:auto;border-radius:var(--v11c-radius);cursor:pointer;display:block}
.v11c-carousel-controls{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.8rem}.v11c-carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:.3s}.v11c-dot-active{background:var(--v11c-primary);transform:scale(1.25)}
.v11c-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border:0;border-radius:50%;color:#fff;cursor:pointer}.v11c-carousel-prev{left:1rem}.v11c-carousel-next{right:1rem}
.v11c-section{padding:2rem 0}.v11c-section-title{font-size:2rem;font-weight:800;color:var(--v11c-primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem;line-height:1.25}.v11c-section-title i{font-size:1.8rem}
.v11c-h1{font-size:2.4rem;font-weight:800;color:var(--v11c-primary);margin-bottom:1.5rem;line-height:1.3}.v11c-h2{font-size:1.8rem;font-weight:700;color:var(--v11c-text-light);margin:2rem 0 1rem}.v11c-h3{font-size:1.5rem;font-weight:700;color:var(--v11c-highlight);margin:1.5rem 0 .8rem}
.v11c-article{font-size:1.3rem;line-height:1.7;color:var(--v11c-text-light);margin-bottom:1.5rem}.v11c-article p,.v11c-card-content p{margin-bottom:1rem}.v11c-link,a{color:var(--v11c-primary);text-decoration:none;font-weight:600}.v11c-link:hover,a:hover{color:var(--v11c-highlight);text-decoration:underline}
.v11c-card{background:linear-gradient(180deg,var(--v11c-bg-card),#333);border-radius:var(--v11c-radius);padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--v11c-border);box-shadow:var(--v11c-shadow)}.v11c-card-title{font-size:1.6rem;font-weight:800;color:var(--v11c-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.v11c-card-content{font-size:1.3rem;color:var(--v11c-text-muted);line-height:1.6}
.v11c-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.v11c-game-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:.25s;min-width:0}.v11c-game-card:hover{transform:scale(1.05)}.v11c-game-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--v11c-radius-sm);border:2px solid var(--v11c-border);transition:.25s}.v11c-game-card:hover img{border-color:var(--v11c-primary)}.v11c-game-name{font-size:1rem;color:var(--v11c-text-light);margin-top:.5rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.v11c-cta-section{text-align:center;padding:3rem 0}.v11c-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 3rem;background:var(--v11c-gradient);color:var(--v11c-bg-dark);font-size:1.6rem;font-weight:800;text-decoration:none;border-radius:var(--v11c-radius);border:0;cursor:pointer;transition:.25s;min-height:54px;box-shadow:var(--v11c-shadow)}.v11c-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(64,224,208,.4);text-decoration:none;color:var(--v11c-bg-dark)}
.v11c-feature-list{list-style:none}.v11c-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--v11c-border)}.v11c-feature-item:last-child{border-bottom:0}.v11c-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--v11c-primary);color:var(--v11c-bg-dark);border-radius:50%;flex-shrink:0}.v11c-feature-icon i{font-size:1.8rem}.v11c-feature-text h4{font-size:1.4rem;color:var(--v11c-text-light);margin-bottom:.3rem}.v11c-feature-text p{font-size:1.2rem;color:var(--v11c-text-muted)}
.v11c-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.v11c-stat-item{background:var(--v11c-bg-darker);padding:1.5rem 1rem;border-radius:var(--v11c-radius-sm);border:1px solid var(--v11c-border)}.v11c-stat-value{font-size:2rem;font-weight:800;color:var(--v11c-primary)}.v11c-stat-label{font-size:1rem;color:var(--v11c-text-muted);margin-top:.3rem}
.v11c-faq-item{background:var(--v11c-bg-card);border-radius:var(--v11c-radius-sm);margin-bottom:1rem;overflow:hidden;border:1px solid var(--v11c-border)}.v11c-faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;cursor:pointer;font-size:1.3rem;font-weight:700;color:var(--v11c-text-light)}.v11c-faq-question i{color:var(--v11c-primary);transition:.3s}.v11c-faq-answer{padding:0 1.5rem 1.2rem;font-size:1.2rem;color:var(--v11c-text-muted);display:block}.v11c-faq-item.v11c-faq-active .v11c-faq-question i{transform:rotate(180deg)}
.v11c-footer{background:var(--v11c-bg-darker);padding:2rem 1.5rem 10rem;border-top:1px solid var(--v11c-border)}.v11c-footer-brand{text-align:center;margin-bottom:2rem}.v11c-footer-brand h3{font-size:1.8rem;color:var(--v11c-primary);margin-bottom:.5rem}.v11c-footer-brand p{font-size:1.2rem;color:var(--v11c-text-muted)}.v11c-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.v11c-footer-link{display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--v11c-bg-card);color:var(--v11c-text-light);text-decoration:none;border-radius:var(--v11c-radius-sm);font-size:1.2rem;transition:.25s;min-height:44px}.v11c-footer-link:hover{background:var(--v11c-primary);color:var(--v11c-bg-dark);text-decoration:none}.v11c-footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid var(--v11c-border)}.v11c-footer-copyright{font-size:1.1rem;color:var(--v11c-text-muted)}
.v11c-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--v11c-bg-darker);border-top:1px solid var(--v11c-border);display:flex;justify-content:space-around;align-items:center;height:60px;padding:0 1rem;box-shadow:0 -5px 16px rgba(0,0,0,.35)}.v11c-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;min-width:60px;min-height:60px;background:transparent;border:0;color:var(--v11c-text-muted);cursor:pointer;transition:.25s;text-decoration:none}.v11c-nav-btn i,.v11c-nav-btn .material-icons{font-size:22px;transition:.25s}.v11c-nav-btn span:last-child{font-size:1rem;font-weight:600}.v11c-nav-btn:hover,.v11c-nav-btn.v11c-nav-active{color:var(--v11c-primary);text-decoration:none}.v11c-nav-btn:hover i,.v11c-nav-btn:hover .material-icons{transform:scale(1.12)}
.v11c-badge{display:inline-flex;align-items:center;padding:.3rem .8rem;background:var(--v11c-secondary);color:white;font-size:1rem;font-weight:700;border-radius:20px}.v11c-badge-hot{background:#ff4757}.v11c-badge-new{background:var(--v11c-primary);color:var(--v11c-bg-dark)}.v11c-text-center{text-align:center}.v11c-mb-1{margin-bottom:1rem}.v11c-mb-2{margin-bottom:2rem}.v11c-mt-1{margin-top:1rem}.v11c-mt-2{margin-top:2rem}
@media (min-width:769px){.v11c-bottom-nav{display:none}.v11c-wrapper{padding-bottom:2rem}}
@media (max-width:430px){.v11c-container{padding:0 1.2rem}.v11c-game-grid{grid-template-columns:repeat(3,1fr)}.v11c-stats-grid{grid-template-columns:repeat(2,1fr)}.v11c-btn{padding:.7rem .9rem;font-size:1.1rem}.v11c-logo-text{font-size:1.45rem}.v11c-h1{font-size:2.1rem}}
@media (max-width:360px){.v11c-game-grid{gap:.8rem}.v11c-auth-buttons{gap:.4rem}.v11c-btn-login{display:none}.v11c-nav-btn{min-width:56px}.v11c-nav-btn span:last-child{font-size:.95rem}}
