:root{--bg-black:#050505;--panel-dark:#121212;--panel-light:#1a1a1a;--silver-main:#e0e0e0;--silver-muted:#888;--silver-accent:silver;--silver-border:#333;--silver-glow:#c0c0c033}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-black);width:100%;min-height:100%;color:var(--silver-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}html,body,#root{background-color:var(--bg-black);color:#e0e0e0;width:100%;height:100%;margin:0;padding:0}#root{width:100%;min-height:100vh}button{appearance:none;cursor:pointer;color:inherit;background:0 0;border:none;outline:none;padding:0;font-family:inherit;transition:all .2s}button:hover{color:#fff}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-black)}::-webkit-scrollbar-thumb{background:var(--silver-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--silver-muted)}.app-container{background:#050505;width:100%;min-height:100vh;display:flex}.app-content{background:#050505;flex:1;min-height:100vh}.app-container>:first-child,.side-nav,.sidebar,.side-nav-wrapper{display:none!important}.app-content{flex:1!important;width:100%!important;max-width:100%!important}.full-screen-layout{background:#151616!important;width:100%!important;min-height:100vh!important;margin:0!important;padding:0!important}.full-screen-layout .app-content{background:#151616!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.side-nav{z-index:1000;background-color:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:260px;min-width:260px;height:100vh;padding:24px 16px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.logo-container{align-items:center;gap:12px;padding:0 12px 24px;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}.logo-text{color:#111827;letter-spacing:-.5px;font-size:20px;font-weight:700}.side-profile-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:12px;margin:0 0 24px;padding:14px 12px;display:flex}.side-profile-circle{color:#fff;background:#6b7280;border-radius:999px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:17px;font-weight:900;text-decoration:none;display:flex;box-shadow:0 0 0 2px #11182714}.guest-profile-circle{background:#9ca3af}.logged-in-side-profile{color:#fff}.side-profile-text-box{flex-direction:column;gap:3px;min-width:0;display:flex}.side-profile-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:155px;font-size:14px;font-weight:800;overflow:hidden}.side-profile-status{color:#1a73e8;font-size:12px;font-weight:700;text-decoration:none}.side-profile-status:hover{text-decoration:underline}.nav-section{margin-bottom:24px}.section-title{text-transform:uppercase;color:#9ca3af;letter-spacing:1px;margin:0 12px 12px;font-size:12px;font-weight:600}.side-nav ul{margin:0;padding:0;list-style:none}.side-nav li{margin-bottom:4px}.side-nav li a{color:#4b5563;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.side-nav li a:hover{color:#111827;background-color:#f3f4f6}.side-nav li.active a{color:#6a5af9;background-color:#f0efff}.side-nav li.active a svg{color:#6a5af9}.side-nav li a svg{color:#9ca3af;transition:color .2s}.side-nav li a:hover svg{color:#111827}.currency-section{margin-top:auto}.mobile-layout-override{width:100%}@media (width<=768px){.side-nav{z-index:3000;width:280px;min-width:280px;transition:transform .3s ease-in-out;transform:translate(-100%)}.side-nav.open{transform:translate(0)}.side-profile-name{max-width:170px}}.android-featured-container{width:940px;margin:0 auto;padding:30px 0}.featured-title{color:#444;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:20px;font-size:14px;font-weight:700;display:flex}.featured-title:after{content:"";background:linear-gradient(90deg,#ccc 0%,#0000 100%);flex:1;height:1px}.game-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.modern-card{cursor:pointer;background:#fff;border-radius:14px;min-width:260px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 14px #00000014}.modern-card:hover{transform:translateY(-6px);box-shadow:0 10px 26px #0000001f}.modern-card:focus{outline-offset:4px;outline:2px solid #66c0f4}.modern-card:active{transform:translateY(-2px)scale(.99)}.modern-card-image{background-color:#1b2838;background-position:50%;background-size:cover;border-radius:10px;width:100%;height:140px;position:relative}.modern-apk-badge{color:#111;text-transform:uppercase;background:#fff;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #00000026}.modern-card-info{padding:14px 16px}.modern-game-name{color:#222;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:16px;font-weight:700;overflow:hidden}.modern-game-category{color:#777;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px}.modern-price{color:#333;background:#f1f1f1;border-radius:8px;padding:5px 10px;font-size:13px;font-weight:600;display:inline-block}@media (width<=768px){.android-featured-container{width:100%;padding:20px 0}.featured-title{padding:0 16px}.game-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0 16px 8px;display:flex;overflow-x:auto}.modern-card{scroll-snap-align:start;flex:none;width:260px}.game-grid::-webkit-scrollbar{display:none}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b8;justify-content:center;align-items:center;width:100vw;height:100vh;padding:18px;display:flex;position:fixed;inset:0}.modal-content{text-align:center;color:#111;background-color:#fff;border-radius:22px;width:100%;max-width:760px;max-height:92vh;padding:28px;animation:.3s ease-out modalAppear;position:relative;overflow-y:auto;box-shadow:0 18px 55px #00000059}.modal-header{flex-direction:column;align-items:center;display:flex}.modal-content h2{color:#111;margin:0;font-size:1.65rem;font-weight:900}.modal-subtitle{color:#666;margin-top:8px;font-size:.95rem}.modal-app-icon{object-fit:cover;border-radius:20px;width:82px;height:82px;margin-bottom:1rem;box-shadow:0 10px 25px #0000002e}.download-options{flex-direction:column;gap:12px;margin-top:24px;display:flex}.download-btn{border-radius:12px;justify-content:center;align-items:center;gap:11px;padding:14px 16px;font-weight:800;text-decoration:none;transition:transform .2s,filter .2s;display:flex}.download-btn.android{color:#000;background-color:#3ddc84}.download-btn.ios{color:#fff;background-color:#000}.download-btn:hover{filter:brightness(1.06);transform:translateY(-2px)}.close-modal-btn{cursor:pointer;color:#555;background:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;display:flex;position:absolute;top:16px;right:16px}.close-modal-btn:hover{color:#000;background:#e7e7e7}.modal-footer{margin-top:20px}.disclaimer-text{color:#444;background:#f7f7f7;border:1px solid #e7e7e7;border-radius:14px;margin:0;padding:14px;font-size:.9rem;line-height:1.5}.install-section{text-align:left;margin-top:24px}.install-section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.install-section-header h3{color:#000;margin:0;font-size:1.3rem;font-weight:900}.install-toggle-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:999px;padding:9px 14px;font-size:.85rem;font-weight:800}.install-steps-list{flex-direction:column;gap:14px;display:flex}.install-hidden{display:none}.install-step-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;grid-template-columns:1fr 190px;align-items:center;gap:16px;padding:16px;display:grid;box-shadow:0 8px 22px #0000000f}.install-step-label{color:#fff;background:#000;border-radius:999px;width:fit-content;margin-bottom:8px;padding:6px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.install-step-text h4{color:#111;margin:0 0 7px;font-size:1.05rem;font-weight:900}.install-step-text p{color:#555;margin:0;font-size:.92rem;line-height:1.45}.install-step-image-btn{cursor:zoom-in;background:0 0;border:none;border-radius:14px;width:100%;padding:0;overflow:hidden}.install-step-image{object-fit:cover;background:#f4f4f4;border:1px solid #eee;border-radius:14px;width:100%;height:145px;transition:transform .2s,filter .2s;display:block}.install-step-image-btn:hover .install-step-image{filter:brightness(1.04);transform:scale(1.03)}.image-viewer-overlay{z-index:2000;background:#000000eb;justify-content:center;align-items:center;padding:56px 18px 18px;animation:.18s ease-out modalAppear;display:flex;position:fixed;inset:0}.image-viewer-close{color:#000;cursor:pointer;z-index:2001;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.35rem;font-weight:900;display:flex;position:fixed;top:18px;left:18px;box-shadow:0 8px 26px #0006}.image-viewer-img{object-fit:contain;background:#fff;border-radius:18px;max-width:100%;max-height:100%;box-shadow:0 18px 55px #00000073}@keyframes modalAppear{0%{opacity:0;transform:scale(.94)translateY(18px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=640px){.modal-overlay{align-items:flex-start;padding:10px}.modal-content{border-radius:20px;max-height:96vh;padding:22px 16px}.install-section-header{flex-direction:column;align-items:flex-start}.install-step-card{grid-template-columns:1fr}.install-step-image{height:210px}.image-viewer-overlay{padding:66px 10px 12px}.image-viewer-close{top:14px;left:14px}.image-viewer-img{border-radius:14px}}.launcher-header{z-index:1000;background:#000;border-bottom:1px solid #222;width:100%;position:sticky;top:0}.top-bar{background:#000;border-bottom:1px solid #111;justify-content:center;height:60px;display:flex}.header-content,.nav-content{align-items:center;width:1200px;padding:0 20px;display:flex}.mobile-hamburger-trigger{color:#fff;cursor:pointer;background:0 0;border:none;margin-right:14px;padding:4px;display:none}.brand-section{align-items:center;gap:12px;margin-right:40px;text-decoration:none;display:flex}.brand-logo{color:#000;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.brand-text{color:#fff;letter-spacing:-.5px;font-size:20px;font-weight:800}.utility-nav{gap:24px;display:flex}.util-link{color:#888;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.util-link:hover{color:#fff}.mobile-integrated-search-box{flex:1;max-width:240px;display:none;position:relative}.mobile-integrated-search-box input{color:#fff;box-sizing:border-box;background:#141619;border:1px solid #2d323f;border-radius:20px;outline:none;width:100%;padding:6px 36px 6px 14px;font-size:12px}.search-icon-embed-wrapper{color:#6b7280;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.account-actions{align-items:center;gap:20px;margin-left:auto;display:flex}.install-action{color:#fff;cursor:pointer;background:#222;border:1px solid #333;border-radius:4px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:600;display:flex}.user-profile{color:#888;align-items:center;gap:8px;font-size:12px;text-decoration:none;display:flex}.logged-in-profile{color:#fff;gap:0}.profile-initial-circle{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:900;line-height:1;display:flex;box-shadow:0 0 0 2px #ffffff2e}.profile-initial-circle:hover{filter:brightness(1.1)}.nav-bar{background:#0a0a0a;justify-content:center;height:50px;display:flex}.nav-content{align-items:center;width:1200px;padding:0 20px;display:flex}.main-routes{gap:10px;display:flex}.nav-btn{color:#aaa;border-radius:4px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.nav-btn:hover{color:#fff;background:#1a1a1a}.nav-btn.active{color:#fff;background:#333}.mobile-only-route-btn{display:none}.filter-group{flex:1;align-items:center;gap:15px;margin-left:40px;display:flex}.filter-btn{color:#fff;opacity:.8;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.filter-btn:hover{opacity:1}.search-box input{color:#fff;background:#111;border:1px solid #333;border-radius:4px;outline:none;width:180px;padding:5px 12px;font-size:12px}.search-box input:focus{border-color:#666}.lang-toggle-btn{color:#cbd5e1;cursor:pointer;white-space:nowrap;background:#1e293b;border:1px solid #334155;border-radius:6px;margin-left:auto;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}.lang-toggle-btn:hover{color:#fff;background:#334155}@media (width<=768px){.mobile-hamburger-trigger{align-items:center;display:flex}.brand-text{font-size:16px}.brand-section{margin-right:12px}.brand-logo{width:26px;height:26px}.brand-logo svg{width:16px;height:16px}.utility-nav,.account-actions,.desktop-only-route,.desktop-only-filter,.desktop-only-search,.steam-lang-btn{display:none!important}.mobile-integrated-search-box{margin-left:auto;display:block}.nav-bar{background:#0f1115;height:44px}.nav-content{justify-content:space-between;padding:0 12px}.main-routes{gap:4px}.nav-btn{padding:6px 10px;font-size:12px}.mobile-only-route-btn{display:block}.filter-group{flex:none;margin-left:0}}.mobile-nav-backdrop{z-index:2000;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:0 0;width:100vw;height:100vh;transition:background-color .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.mobile-nav-backdrop.drawer-open-active{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}.mobile-nav-drawer{box-sizing:border-box;background:#0f1115;flex-direction:column;width:280px;height:100vh;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:-280px;box-shadow:0 0 30px #00000080}.mobile-nav-backdrop.drawer-open-active .mobile-nav-drawer{transform:translate(280px)}.drawer-header{background:#161920;border-bottom:1px solid #232835;justify-content:space-between;align-items:center;padding:20px 16px;display:flex}.drawer-brand-text{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:800}.drawer-close-btn{color:#8f96a3;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex}.drawer-close-btn:hover{color:#fff}.mobile-drawer-profile-box{background:#11141b;border-bottom:1px solid #232835;align-items:center;gap:12px;padding:16px;display:flex}.mobile-drawer-profile-circle{color:#fff;background:#4b5563;border-radius:999px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:17px;font-weight:900;text-decoration:none;display:flex;box-shadow:0 0 0 2px #ffffff1f}.mobile-drawer-profile-circle.guest{background:#374151}.mobile-drawer-profile-circle.logged-in{color:#fff}.mobile-drawer-profile-text{flex-direction:column;gap:4px;min-width:0;display:flex}.mobile-drawer-profile-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:190px;font-size:14px;font-weight:800;overflow:hidden}.mobile-drawer-profile-status{color:#66c0f4;font-size:12px;font-weight:700;text-decoration:none}.mobile-drawer-profile-status:hover{text-decoration:underline}.drawer-links-group{flex-direction:column;flex:1;padding:12px 8px;display:flex;overflow-y:auto}.drawer-row-link,.drawer-lang-row-item{border-radius:8px;align-items:center;gap:16px;padding:12px 14px;text-decoration:none;transition:background-color .15s;display:flex}.drawer-row-link:hover,.drawer-lang-row-item:hover{background-color:#1c202b}.drawer-row-icon{justify-content:center;align-items:center;width:24px;font-size:18px;display:flex}.drawer-row-profile-circle{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:11px;font-weight:900;display:flex;box-shadow:0 0 0 1px #ffffff29}.drawer-row-label{color:#d1d5db;font-size:14px;font-weight:600}.drawer-lang-action-trigger{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;padding:0;font-size:14px;font-weight:600}.drawer-menu-divider{background-color:#1f242e;border:none;height:1px;margin:6px 14px}.drawer-footer-wrapper{background:#0a0c0f;border-top:1px solid #14171f;padding:20px 16px}.drawer-legal-fineprint{color:#4b5563;margin:0;font-size:11px;line-height:1.5}.highlight-games{background:#111;border-radius:20px;flex-shrink:0;width:940px;height:420px;margin:0 auto;position:relative;overflow:hidden}.highlight-slide-wrapper{filter:brightness(.75);background-position:50%;background-size:cover;width:100%;height:100%;transition:background-image .4s ease-in-out}.highlight-info-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#1414148c;border-radius:18px;width:320px;padding:20px;position:absolute;top:50%;right:20px;transform:translateY(-50%);box-shadow:0 8px 30px #00000059}.hg-poster{object-fit:cover;border-radius:12px;width:70px;height:70px;margin-bottom:12px}.hg-title{text-overflow:ellipsis;white-space:nowrap;height:28px;margin-bottom:10px;font-size:22px;font-weight:700;line-height:28px;overflow:hidden}.hg-categories{flex-wrap:wrap;gap:6px;height:26px;margin-bottom:12px;display:flex;overflow:hidden}.hg-chip{white-space:nowrap;background:#ffffff1f;border-radius:10px;padding:4px 10px;font-size:12px}.hg-meta{opacity:.85;flex-direction:column;gap:4px;margin-bottom:12px;font-size:13px;display:flex}.hg-price{margin-bottom:12px;font-size:18px;font-weight:600}.hg-description{opacity:.9;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:42px;margin-bottom:16px;font-size:14px;display:-webkit-box;overflow:hidden}.hg-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:#4a8cff;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:44px;min-height:44px;padding:0 12px;font-size:14px;font-weight:600;transition:background-color .2s,transform .1s;display:flex}.hg-btn:hover{background:#6aa0ff}.hg-btn:active{transform:scale(.98)}.hg-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:5;background:#1414148c;border:none;border-radius:50%;width:44px;height:44px;font-size:32px;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.hg-arrow.left{left:10px}.hg-arrow.right{right:10px}.hg-arrow:hover{background:#fff3}.hg-dots{z-index:5;gap:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hg-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:10px;height:10px;transition:all .2s}.hg-dot:hover,.hg-dot.active{transform:scale(1.1);background:#fff!important}@media (width<=768px){.highlight-games{background:#141414;border-radius:16px;flex-direction:column;width:100%;height:520px;display:flex}.highlight-slide-wrapper{border-radius:16px 16px 0 0;flex-shrink:0;width:100%;height:220px}.highlight-info-card{-webkit-backdrop-filter:none;backdrop-filter:none;width:100%;height:300px;box-shadow:none;box-sizing:border-box;background:#141414;border-radius:0 0 16px 16px;margin-top:0;padding:16px;position:relative;top:0;right:0;transform:none}.hg-poster{width:50px;height:50px;margin-bottom:8px}.hg-title{height:24px;margin-bottom:6px;font-size:18px;line-height:24px}.hg-categories{gap:4px;height:22px;margin-bottom:8px}.hg-chip{padding:3px 8px;font-size:10px}.hg-meta{gap:2px;margin-bottom:8px;font-size:12px}.hg-price{margin-bottom:8px;font-size:15px}.hg-description{height:38px;margin-bottom:12px;font-size:13px}.hg-btn{height:40px;min-height:40px;font-size:13px}.hg-arrow{width:34px;height:34px;font-size:20px;top:110px}.hg-arrow.left{left:6px}.hg-arrow.right{right:6px}.hg-dots{bottom:310px}}.app-footer{color:#dcdcdc;background:#0f0f0f;border-top:1px solid #ffffff14;width:100%;margin-top:60px;padding:50px 0 30px;font-family:Inter,sans-serif}.footer-top{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1300px;margin:0 auto;padding:0 40px;display:grid}.footer-col h3,.footer-col h4{color:#fff;margin-bottom:12px;font-weight:700}.footer-col p{opacity:.8;font-size:14px;line-height:1.5}.footer-link{color:#cfcfcf;cursor:pointer;margin:6px 0;font-size:14px;transition:color .2s;display:block}.footer-link:hover{color:#fff}.footer-bottom{opacity:.7;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;max-width:1300px;margin:40px auto 0;padding:20px 40px 0;font-size:13px;display:flex}.footer-bottom-links a{color:#cfcfcf;margin-left:20px;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.footer-lang-box{text-align:center;border-top:1px solid #ffffff14;margin-top:30px;padding-top:20px}.footer-lang-box span{color:#fff;font-size:14px;font-weight:600}.footer-lang-buttons{justify-content:center;gap:12px;margin-top:12px;display:flex}.footer-lang-buttons button{color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:6px 14px;font-size:14px;transition:background .2s,border-color .2s}.footer-lang-buttons button:hover{background:#2a2a2a;border-color:#555}@media (width>=768px){.footer-lang-box{display:none}}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:10px}}.game-preview-page{color:#fff;background:#0b1018;min-height:100vh}.game-preview-hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:34px;max-width:1200px;margin:0 auto;padding:42px 22px;display:grid}.game-preview-image-box{background:linear-gradient(135deg,#1f2937,#111827);border-radius:22px;min-height:420px;overflow:hidden;box-shadow:0 24px 60px #00000073}.game-preview-image-box img{object-fit:cover;width:100%;height:100%;min-height:420px;display:block}.game-preview-info{background:#ffffff0f;border:1px solid #ffffff17;border-radius:22px;padding:28px}.game-preview-badge{color:#63e68f;background:#1db95429;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.game-preview-info h1{margin:18px 0 10px;font-size:clamp(34px,5vw,58px);line-height:1}.game-preview-dev{color:#9ca3af;margin-bottom:18px;font-size:15px}.game-preview-short-desc{color:#d1d5db;font-size:17px;line-height:1.7}.game-preview-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.game-preview-primary-btn,.game-preview-secondary-btn{cursor:pointer;border:0;border-radius:12px;padding:14px 22px;font-size:15px;font-weight:900}.game-preview-primary-btn{color:#fff;background:#16a34a}.game-preview-primary-btn:hover{background:#22c55e}.game-preview-secondary-btn{color:#fff;background:#ffffff1a}.game-preview-secondary-btn:hover{background:#ffffff2e}@media (width<=850px){.game-preview-hero{grid-template-columns:1fr}.game-preview-image-box,.game-preview-image-box img{min-height:280px}}.game-preview-banner{background:radial-gradient(circle at 0 0,#66c0f42e,#0000 35%),linear-gradient(135deg,#101827 0%,#0b1018 55%,#05070d 100%);border-bottom:1px solid #ffffff14;width:100%}.game-preview-banner-inner{max-width:1200px;margin:0 auto;padding:18px 22px}.game-preview-banner-text{max-width:760px}.game-preview-banner-label{color:#63e68f;text-transform:uppercase;letter-spacing:.08em;background:#1db95429;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.game-preview-banner-text h1{color:#fff;margin:8px 0 4px;font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.1}.game-preview-banner-text p{color:#cbd5e1;margin:0;font-size:14px;line-height:1.45}@media (width<=768px){.game-preview-banner-inner{padding:16px}.game-preview-banner-text h1{font-size:26px}.game-preview-banner-text p{font-size:13px}}.iso-game-desc{grid-template-columns:1fr 330px;gap:28px;max-width:1200px;margin:0 auto;padding:10px 22px 54px;display:grid}.iso-game-desc-main,.iso-game-desc-side{background:#ffffff0e;border:1px solid #ffffff16;border-radius:20px;padding:24px}.iso-game-desc-main h2{margin:0 0 14px;font-size:28px}.iso-game-desc-main p{color:#d1d5db;line-height:1.8}.iso-game-desc-main ul{color:#e5e7eb;margin-top:20px;padding-left:20px;line-height:2}.iso-game-desc-side{flex-direction:column;gap:16px;display:flex}.iso-game-desc-side div{flex-direction:column;gap:5px;display:flex}.iso-game-desc-side strong{color:#9ca3af;text-transform:uppercase;font-size:12px}.iso-game-desc-side span{color:#fff;font-weight:800}@media (width<=850px){.iso-game-desc{grid-template-columns:1fr}}.aappstore-profile-page{color:#fff;background:radial-gradient(circle at 15% 0,#2a5f7d3d,#0000 34%),linear-gradient(#182431 0%,#10171f 100%);min-height:100vh}.profile-main{width:min(1180px,100% - 32px);margin:0 auto;padding:46px 0 80px}.profile-content{width:100%}.profile-hero{background:linear-gradient(110deg,#283a4bf5,#141d27f5);border:1px solid #ffffff17;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:30px;display:grid;overflow:hidden;box-shadow:0 24px 70px #0000003d}.profile-page-avatar{color:#fff;background:linear-gradient(135deg,#437ca2,#1b4c6b);border:3px solid #66c0f4b3;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:40px;font-weight:850;display:flex;box-shadow:0 0 30px #66c0f433}.profile-hero-details{min-width:0}.profile-eyebrow{color:#66c0f4;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-size:12px;font-weight:800;display:inline-block}.profile-page-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(28px,4vw,42px);line-height:1.05;overflow:hidden}.profile-page-email{color:#b4c1cb;margin:9px 0 0;font-size:15px}.profile-member-since{color:#788692;margin:7px 0 0;font-size:13px}.profile-statistics{grid-template-columns:repeat(3,minmax(92px,1fr));gap:10px;display:grid}.profile-statistic{text-align:center;background:#070d1357;border:1px solid #ffffff12;border-radius:11px;min-width:92px;padding:15px 12px}.profile-statistic strong{color:#fff;font-size:22px;display:block}.profile-statistic span{color:#8d9ba6;text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:11px;display:block}.profile-library-section{margin-top:38px}.profile-library-count{color:#66c0f4;background:#66c0f41f;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.profile-library-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px;display:grid}.profile-game-card{background:#18232e;border:1px solid #ffffff12;border-radius:14px;min-width:0;transition:transform .17s,border-color .17s;overflow:hidden;box-shadow:0 13px 35px #0000002b}.profile-game-card:hover{border-color:#66c0f473;transform:translateY(-4px)}.profile-game-image{color:#fff;background:#0d141b;justify-content:center;align-items:center;height:155px;font-size:34px;text-decoration:none;display:flex;overflow:hidden}.profile-game-image img{object-fit:cover;width:100%;height:100%;transition:transform .23s}.profile-game-card:hover .profile-game-image img{transform:scale(1.035)}.profile-game-body{padding:17px}.profile-game-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-game-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:780;text-decoration:none;overflow:hidden}.profile-game-title:hover{color:#66c0f4}.profile-game-platform{color:#9facb6;text-transform:uppercase;background:#ffffff12;border-radius:5px;flex:none;padding:4px 7px;font-size:10px;font-weight:700}.profile-game-developer{color:#7f8d98;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 16px;font-size:12px;overflow:hidden}.profile-game-metadata{grid-template-columns:1fr 1fr;gap:10px;display:grid}.profile-game-metadata-item{background:#060c1252;border-radius:8px;padding:9px}.profile-game-metadata-item span{color:#768590;text-transform:uppercase;font-size:10px;display:block}.profile-game-metadata-item strong{color:#d9e2e8;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;display:block;overflow:hidden}.profile-game-status-row{justify-content:space-between;align-items:center;gap:10px;margin-top:15px;display:flex}.profile-game-status{color:#66c0f4;font-size:12px;font-weight:750}.profile-game-status.installed{color:#65cf67}.profile-download-count{color:#768590;font-size:11px}.profile-library-empty,.profile-error-state,.profile-loading-state{text-align:center;background:#161f29bd;border:1px dashed #ffffff1f;border-radius:15px;padding:60px 20px}.profile-library-empty h3,.profile-error-state h2{color:#fff;margin:0}.profile-library-empty p,.profile-error-state p,.profile-loading-state p{color:#8d9ba6;margin:9px 0 0}.profile-browse-button,.profile-retry-button{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(90deg,#47a6d9,#2b77a1);border:0;border-radius:7px;justify-content:center;align-items:center;margin-top:20px;padding:10px 17px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex}.profile-loading-state{flex-direction:column;justify-content:center;align-items:center;min-height:340px;display:flex}.profile-loading-spinner{border:4px solid #ffffff24;border-top-color:#66c0f4;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}@media (width<=900px){.profile-hero{grid-template-columns:auto 1fr}.profile-statistics{grid-column:1/-1;width:100%}}@media (width<=600px){.profile-main{width:min(100% - 22px,1180px);padding-top:24px}.profile-hero{flex-direction:column;align-items:flex-start;padding:22px;display:flex}.profile-page-avatar{width:76px;height:76px;font-size:31px}.profile-hero-details{width:100%}.profile-page-name{white-space:normal}.profile-statistics{grid-template-columns:repeat(3,1fr)}.profile-statistic{min-width:0;padding-inline:5px}.profile-statistic strong{font-size:18px}.profile-statistic span{font-size:9px}.profile-library-grid{grid-template-columns:1fr}}.profile-activity-section{margin-top:34px}.profile-section-heading-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.profile-section-heading{color:#fff;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.profile-section-subtitle{color:#8f98a0;margin:0;font-size:14px}.profile-activity-list{gap:12px;display:grid}.profile-activity-card{background:linear-gradient(135deg,#202a35f5,#161d26f5);border:1px solid #ffffff12;border-radius:12px;justify-content:space-between;align-items:center;min-width:0;padding:14px;transition:transform .16s,border-color .16s,background .16s;display:flex}.profile-activity-card:hover{background:linear-gradient(135deg,#273340fa,#19222cfa);border-color:#66c0f466;transform:translateY(-2px)}.profile-activity-card.currently-playing{border-color:#65cf676b}.profile-activity-game-link{min-width:0;color:inherit;align-items:center;gap:14px;text-decoration:none;display:flex}.profile-activity-icon{color:#fff;background:#111820;border-radius:10px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;display:flex;overflow:hidden}.profile-activity-icon img{object-fit:cover;width:100%;height:100%}.profile-activity-information{min-width:0}.profile-activity-game-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 7px;font-size:16px;font-weight:750;overflow:hidden}.profile-activity-last-played{color:#98a5af;align-items:center;gap:7px;margin:0;font-size:13px;display:flex}.profile-playing-dot{background:#65cf67;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #65cf67d9}.profile-activity-playtime{flex-direction:column;flex:none;align-items:flex-end;padding-left:18px;display:flex}.profile-activity-playtime strong{color:#66c0f4;font-size:16px}.profile-activity-playtime span{color:#77838d;text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:11px}.profile-activity-empty{text-align:center;background:#171f28b3;border:1px dashed #ffffff1f;border-radius:14px;padding:50px 20px}.profile-empty-icon{margin-bottom:12px;font-size:38px}.profile-activity-empty h3{color:#fff;margin:0;font-size:18px}.profile-activity-empty p{color:#8f98a0;margin:8px 0 0;font-size:14px}@media (width<=640px){.profile-section-heading-row{display:block}.profile-section-subtitle{margin-top:6px}.profile-activity-card{align-items:flex-start}.profile-activity-icon{flex-basis:52px;width:52px;height:52px}.profile-activity-playtime{padding-left:10px}.profile-activity-playtime strong{font-size:14px}.profile-activity-playtime span{display:none}}
