:root{--bg-primary:#141414;--bg-secondary:#1d1d1f;--bg-tertiary:#2c2c2e;--text-primary:#fff;--text-secondary:#86868b;--accent:#fff;--border-color:hsla(0,0%,100%,.1);--badge-red:#e02020;--badge-blue:#007aff}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none}a,button{color:inherit}button{background:none;border:none;cursor:pointer;font:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 5%}.section{padding:8rem 0}.games-section{padding-bottom:2rem!important}header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;min-height:64px;background:hsla(0,0%,8%,.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);z-index:100;border-bottom:1px solid var(--border-color);align-items:center}.desktop-nav,header{display:flex}.mobile-menu-btn{display:none!important}.menu-toggle{display:none}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:10px;z-index:102}.hamburger span{display:block;width:24px;height:2px;background-color:var(--text-primary);transition:all .3s ease}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--bg-secondary);z-index:101;transition:right .4s cubic-bezier(.77,.2,.05,1);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-size:2rem;font-weight:700}.menu-toggle:checked~.mobile-nav{right:0}.menu-toggle:checked~label .hamburger span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle:checked~label .hamburger span:nth-child(2){opacity:0}.menu-toggle:checked~label .hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.pill-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:2rem}.pill{padding:8px 24px;border-radius:99px;border:1px solid var(--border-color);color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:all .2s ease}.pill.active,.pill:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.game-card{background:var(--bg-secondary);border-radius:20px;overflow:hidden;position:relative;transition:transform .3s ease;display:flex;flex-direction:column}.game-card:hover{transform:translateY(-8px)}.game-card-img-wrapper{position:relative;width:100%;padding-top:100%;background:var(--bg-tertiary);overflow:hidden}.game-card-content{padding:24px}.game-badge{position:absolute;top:16px;left:16px;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.05em;color:#fff;z-index:10}.badge-new{background:var(--badge-red)}.badge-update{background:var(--badge-blue)}.text-center{text-align:center}.text-secondary{color:var(--text-secondary)}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.grid{display:grid;grid-gap:24px;gap:24px}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.footer-links{grid-template-columns:repeat(4,1fr)}}.footer-col h4{color:var(--text-primary);font-size:1rem;margin-bottom:1.5rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-col a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:2rem;color:var(--text-secondary);font-size:.8rem;display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-info-text{display:flex;flex-direction:column;gap:.4rem;color:#666;align-items:center;font-size:.9rem;word-break:keep-all}.footer-copyright-text{margin-top:.5rem;color:#666;font-size:.85rem}.store-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:3.5rem;font-weight:900;margin-bottom:1rem}.store-subtitle{font-size:1.2rem;color:#aaa;word-break:keep-all;text-align:center;width:100%}.store-wrapper{padding-top:100px;padding-bottom:100px;min-height:100vh;background-color:#141414}.store-header-container{margin-top:4rem}.store-header-text{text-align:center;margin-bottom:4rem}.store-card-content{padding:28px}.store-card-title{font-size:1.3rem;font-weight:800;margin-bottom:12px;color:#fff;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-card-desc{color:#888;font-size:.95rem;line-height:1.6;margin-bottom:2rem;height:1.5rem}.store-card-btn{width:100%;padding:14px;border-radius:12px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:background .2s}.store-card-badge{position:absolute;top:16px;left:16px;color:#fff;padding:6px 14px;border-radius:8px;font-size:.8rem;font-weight:800;z-index:10;letter-spacing:.05em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:flex!important}.md\:hidden{display:none!important}.mobile-padding{padding:1.5rem!important}.mobile-padding-y{padding-top:2rem!important;padding-bottom:2rem!important}.mobile-text-center{text-align:center!important}.mobile-text-h1{font-size:2rem!important}.mobile-text-h2{font-size:1.8rem!important}.mobile-text-base{font-size:1rem!important}.mobile-stack{flex-direction:column!important;align-items:center!important}.mobile-container-padding{padding:0 1rem!important}.mobile-gap-sm{gap:1rem!important}.mobile-full-width{width:100%!important}.games-section{padding-top:1rem!important;padding-bottom:0!important}.pill-group{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:6px!important;padding-bottom:5px;scrollbar-width:none}.pill-group::-webkit-scrollbar{display:none}.pill{padding:6px 14px!important;font-size:.85rem!important;white-space:nowrap}.grid{gap:12px!important}.game-card-content{padding:12px!important}.game-title{font-size:.95rem!important;line-height:1.3!important}.game-cat{font-size:.7rem!important}.footer-info-text{font-size:.75rem!important;line-height:1.6!important;padding:0 .5rem!important;gap:.6rem!important}.footer-copyright-text{font-size:.7rem!important;margin-top:1rem!important}.store-title{font-size:1.6rem!important;gap:.4rem!important}.store-title svg{width:24px!important;height:24px!important}.store-subtitle{font-size:.7rem!important;padding:0!important;white-space:nowrap!important;text-align:center!important;width:100%!important}.store-wrapper{padding-top:100px!important;padding-bottom:40px!important;min-height:auto!important}.store-header-container{margin-top:1.5rem!important}.store-header-text{margin-bottom:1.5rem!important}.store-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.store-card-content{padding:12px!important}.store-card-title{font-size:.85rem!important;margin-bottom:6px!important}.store-card-desc{font-size:.7rem!important;margin-bottom:1rem!important}.store-card-btn{padding:8px!important;font-size:.8rem!important;border-radius:8px!important}.store-card-badge{padding:4px 8px!important;font-size:.65rem!important;top:8px!important;left:8px!important}}