@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-base:#0d0d12;--bg-surface:#111118;--bg-elevated:#16161f;--bg-card:#16161fb3;--primary:#ff8a42;--primary-dim:#ff8a4226;--primary-glow:#ff8a4266;--secondary:gold;--accent:#ff4d6d;--text-primary:#f0f0f5;--text-secondary:#9999b0;--font-display:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{background:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5;overflow:hidden}#root{flex-direction:column;display:flex}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ff8a4259;border-radius:99px}.shimmer-text{background:linear-gradient(90deg, var(--primary) 0%, var(--secondary) 25%, var(--primary) 50%, var(--accent) 75%, var(--primary) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}@media (width<=768px){header nav{display:none!important}header .hamburger-btn{display:flex!important}header{justify-content:space-between!important}header .header-account{margin-left:auto!important}.lb-sidebar{display:none!important}.main-pad{gap:8px!important;padding:8px 10px!important}.chat-widget-root{display:none!important}.game-grid-container{grid-template-columns:repeat(3,1fr)!important;align-content:start!important;gap:6px!important}.game-card-item{aspect-ratio:unset!important;border-radius:10px!important;gap:6px!important;height:auto!important;padding:10px 6px 8px!important}.game-card-icon-box{border-radius:10px!important;width:44px!important;height:44px!important}.game-card-icon-box img{width:28px!important;height:28px!important}.game-card-label{font-size:10px!important;line-height:1.2!important}.game-card-tag,.game-card-play{display:none!important}.cat-row{flex-wrap:wrap!important;gap:4px!important}.cat-btn{padding:4px 10px!important;font-size:11px!important}.modal-center-wrap{padding:0!important}.modal-inner-box{border-radius:0!important;width:100vw!important;height:100dvh!important}.welcome-pills{display:none!important}.welcome-title{font-size:15px!important}.welcome-sub{display:none!important}.welcome-wrap{padding:10px 14px!important}}
