*{margin:0;padding:0;box-sizing:border-box}:root{--font-main:"Geologica",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--primary-color:#66c0f4;--primary-dark:#4a9fd4;--primary-light:#8ed4f8;--secondary-color:#2a475e;--accent-color:#66c0f4;--discount-price-color:#5c7e10;--text-primary:#f5f9ff;--text-secondary:#9a9fa7;--bg-primary:#14151b;--bg-secondary:#14151b;--bg-tertiary:#1a1b22;--bg-card:#1a1b22;--bg-nav:#212227;--bg-nav-hover:#2a2b32;--border-color:#2a2b32;--nav-text:#c7d5e0;--nav-text-hover:#fff;--success-color:#5c7e10;--danger-color:#c62828;--warning-color:#a34f00;--radius:4px;--shadow:0 1px 4px rgba(0,0,0,.1);--shadow-hover:0 4px 12px rgba(0,0,0,.15);--shadow-lg:0 4px 16px rgba(0,0,0,.12);--transition:0.2s ease;--transition-slow:0.35s ease;--foreground-base:#f5f9ff;--foreground-soft:#9a9fa7;--font-size-by-xL:16px;--font-line-height-by-xL:24px;--font-size-ui-M:12px;--font-line-height-ui-M:12px;--font-size-ui-x3:12px;--font-line-height-ui-x3:12px;--component-size-xS:20px;--padding-2xS:4px;--border-radius-xS:6px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}html{font-family:var(--font-main)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-secondary);line-height:1.6}.btn,.filters button,.layout,.logo,.navbar,.product-category,.product-name,body,h1,h2,h3,h4,h5,h6,input,label,select,textarea{font-family:inherit}.layout{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700}.site-header{background:var(--bg-nav);box-shadow:0 2px 8px rgba(0,0,0,.2);position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-header .navbar{max-height:100px;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.site-header--compact .navbar{max-height:0;opacity:0;pointer-events:none}.site-header--compact .navbar,.site-header--compact .navbar .nav-container{padding-top:0;padding-bottom:0}.site-header .header-filters{max-height:80px;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.site-header--compact .header-filters{max-height:0;opacity:0;overflow:hidden;margin:0;padding:0;pointer-events:none}.navbar{background:var(--bg-nav);color:var(--nav-text);padding:0;border-bottom:none;transition:background var(--transition)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column;gap:.15rem;text-decoration:none;color:var(--nav-text-hover);transition:color var(--transition)}.logo:hover .logo-title{filter:brightness(1.15)}.logo:hover .logo-subtitle{color:inherit;opacity:.9}.logo-title{font-size:1.5rem;font-weight:800;letter-spacing:.12em;line-height:1.2;background:linear-gradient(135deg,#00ff93,#00d4ff 50%,#7b2fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;transition:filter var(--transition)}.logo-subtitle{font-size:.7rem;font-weight:400;color:var(--nav-text);opacity:.85;letter-spacing:.01em;line-height:1.2}.nav-links{flex-wrap:wrap}.nav-links,.region-switcher{display:flex;gap:.5rem;align-items:center}.region-switcher{margin-right:.5rem}.region-switcher-btn,.region-switcher-label{font-size:.85rem;color:var(--nav-text);font-weight:500}.region-switcher-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .6rem;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);border-radius:var(--radius);cursor:pointer;transition:all var(--transition)}.region-switcher-btn:hover{border-color:hsla(0,0%,100%,.4);color:var(--nav-text-hover)}.region-switcher-btn.active{border-color:var(--primary-color);background:rgba(102,192,244,.2);color:var(--primary-light)}.region-switcher-icon{width:22px;height:16px;object-fit:contain}.nav-links a{color:var(--nav-text);text-decoration:none;transition:color var(--transition);padding:.5rem .75rem;font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--nav-text-hover)}.cart-button{display:inline-flex}.cart-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.header-sticky-bar{background:var(--bg-nav);padding:.75rem 0;width:100%;box-sizing:border-box}.header-sticky-inner{max-width:1400px;width:100%;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}.header-search-row{display:flex;align-items:center;gap:1rem;width:100%;min-width:0}.header-search-wrap{flex:1 1;min-width:0;width:100%;display:flex;position:relative;min-height:48px}.header-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:hsla(0,0%,100%,.5);pointer-events:none;z-index:2}.header-search-wrap .header-search-input{background:#ffffff0d;border:1px solid hsla(0,0%,100%,.15);border-radius:12px;color:#fff;display:block;font-size:16px;font-style:normal;font-weight:500;line-height:16px;max-width:none;padding:0 50px 0 40px;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:1;transition:border-color var(--transition);box-sizing:border-box}.header-search-wrap .header-search-input::placeholder{color:hsla(0,0%,100%,.5)}.header-search-wrap .header-search-input:focus{outline:none;border-color:hsla(0,0%,100%,.3)}.header-cart-wrap{flex-shrink:0;background-color:#00ff93;border-radius:12px;display:grid;letter-spacing:1px;min-height:48px;padding:0 40px}.header-cart-wrap,.header-cart-wrap .header-cart-button{align-items:center;color:#000;font-size:16px;font-weight:700;justify-content:center;line-height:1;text-align:center}.header-cart-wrap .header-cart-button{background:none;border:none;letter-spacing:-.2px;padding:0;display:inline-flex;gap:.5rem;cursor:pointer}.header-cart-wrap .header-cart-button:hover{background:transparent;border:none;color:#000}.header-cart-wrap .cart-icon{width:20px;height:20px;color:#000}.header-filters{display:flex;gap:24px;flex-wrap:wrap}@media (max-width:768px){.header-cart-wrap .cart-button-text,.nav-links .cart-button-text{display:none}.site-header .header-filters{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.header-filters{flex-wrap:nowrap;gap:16px;padding-bottom:4px}.header-filters::-webkit-scrollbar{display:none}.header-filters .header-category-btn{flex-shrink:0}}.header-category-btn{padding:.25rem 0;border:none;background:none;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:0;opacity:.5;cursor:pointer;transition:opacity var(--transition)}.header-category-btn:hover{opacity:.8}.header-category-btn--discount{background-color:#ff3e60;background-image:linear-gradient(90deg,#ff008a -15.09%,#ff3e60 99.82%);border:1px solid rgba(255,62,96,.8);border-radius:4px;padding:.35rem .75rem;color:#fff;opacity:1}.header-category-btn--discount:hover{opacity:.95}.item-text{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:2px;opacity:.5}.item-promo{background:linear-gradient(90deg,#ff008a -15.09%,#ff3e60 99.82%);border-radius:4px;color:#fff;opacity:1;padding:0 10px}main{flex:1 1;padding:2rem 0;background:var(--bg-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.page-header-row .page-title{margin-bottom:0}.page-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width:768px){.page-header-row{flex-direction:column;align-items:stretch;gap:1rem}.page-header-row .page-title{margin-bottom:0;order:0}.page-header-actions{order:1}.filter-dropdown-menu,.sort-dropdown-menu{left:0;right:auto}}.sort-dropdown{position:relative}.sort-dropdown-trigger{padding:.5rem .875rem;min-height:40px;border:1px solid hsla(0,0%,100%,.15);background:#ffffff0d;color:#fff;border-radius:12px;font-family:var(--font-main);font-size:.875rem;font-weight:500;letter-spacing:-.02em;line-height:1.25;cursor:pointer;transition:border-color var(--transition)}.sort-dropdown-trigger:hover{border-color:hsla(0,0%,100%,.3);color:#fff}.sort-dropdown-trigger:focus{outline:none;border-color:hsla(0,0%,100%,.3)}.sort-dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;max-width:calc(100vw - 24px);padding:.5rem 0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:50;display:flex;flex-direction:column}.sort-dropdown-menu button{display:block;width:100%;padding:.5rem 1rem;border:none;background:none;color:var(--text-secondary);font-size:.9rem;text-align:left;cursor:pointer;transition:background var(--transition),color var(--transition)}.sort-dropdown-menu button:hover{background:var(--bg-tertiary);color:var(--text-primary)}.sort-dropdown-menu button.active{background:var(--secondary-color);color:var(--nav-text-hover)}.filter-dropdown{position:relative}.filter-count-badge{margin-left:.375rem;background:hsla(0,0%,100%,.25);color:#fff;border-radius:10px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.filter-dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:220px;max-width:calc(100vw - 24px);padding:1rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:50;display:flex;flex-direction:column;gap:1rem}.filter-dropdown-section{display:flex;flex-direction:column;gap:.5rem}.filter-dropdown-label{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.filter-dropdown-options{display:flex;flex-wrap:wrap;gap:.5rem}.filter-dropdown-options button{padding:.4rem .75rem;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-secondary);font-size:.85rem;border-radius:var(--radius);cursor:pointer;transition:all var(--transition)}.filter-dropdown-options button:hover{border-color:var(--text-secondary);color:var(--text-primary)}.filter-dropdown-options button.active{background:var(--secondary-color);color:var(--nav-text-hover);border-color:var(--secondary-color)}.filter-dropdown-region{padding:.25rem 0}.filter-dropdown-region .region-switcher{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filter-dropdown-region .region-switcher-label{display:none}.filter-dropdown-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem 1rem;max-height:200px;overflow-y:auto}.filter-dropdown-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-primary);cursor:pointer}.filter-dropdown-checkbox input{width:1rem;height:1rem;accent-color:var(--primary-color)}.filter-dropdown-reset-wrap{padding-top:.5rem;border-top:1px solid var(--border-color)}.filter-reset-btn{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition),color var(--transition)}.filter-reset-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}.page-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.filters button{padding:.65rem 1.25rem;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;transition:all var(--transition);white-space:nowrap}.filters button:hover{border-color:var(--text-secondary);color:var(--text-primary)}.filters-console{margin-top:-.5rem}.filters-console-label{font-size:.9rem;color:var(--text-secondary);margin-right:.5rem;align-self:center}.filters button.active{background:var(--secondary-color);color:var(--nav-text-hover);border-color:var(--secondary-color)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,200px);justify-content:center;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.product-card{width:200px;min-width:200px;max-width:200px;background:transparent;border-radius:0;overflow:visible;border:none;transition:opacity var(--transition);display:flex;flex-direction:column;cursor:pointer;animation:slideUp .35s ease backwards}.product-card:first-child{animation-delay:.02s}.product-card:nth-child(2){animation-delay:.04s}.product-card:nth-child(3){animation-delay:.06s}.product-card:nth-child(4){animation-delay:.08s}.product-card:nth-child(5){animation-delay:.1s}.product-card:nth-child(6){animation-delay:.12s}.product-card:nth-child(n+7){animation-delay:.14s}.product-card:hover{opacity:.92}.product-card-out-of-stock{opacity:.65;filter:grayscale(.4)}.product-card-out-of-stock .product-image img{filter:grayscale(.3)}.product-image{width:200px;height:200px;min-width:200px;min-height:200px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0;border-radius:12px}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px}.product-info{padding:.5rem 0 0;flex:1 1;display:flex;flex-direction:column;min-width:0}.product-pricing{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-style:normal;margin-bottom:.35rem}.product-pricing,.product-pricing .current-price{color:var(--foreground-base,#f5f9ff);font-size:.875rem;font-weight:600;line-height:1.25;min-width:0}.product-pricing .current-price{white-space:nowrap;flex-shrink:0}.product-pricing .product-discount-badge-inline{align-items:center;display:inline-flex;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:20px;height:20px;padding:4px 8px;border-radius:4px;font-size:12px;line-height:12px;font-weight:600;white-space:nowrap;border:1px solid rgba(255,62,96,.8);background-color:#ff3e60;background-image:linear-gradient(90deg,#ff008a -15.09%,#ff3e60 99.82%);color:#fff}.product-pricing .product-original-price{color:var(--foreground-soft,#9a9fa7);font-size:.75rem;font-style:normal;font-weight:500;line-height:1.25;text-decoration:line-through;white-space:nowrap}.product-name{font-size:1rem;margin:0 0 .5rem;color:var(--text-primary);font-style:normal;font-weight:500;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-sold-out{display:block;font-size:.9rem;font-weight:600;color:var(--danger-color,#c62828);margin-top:.25rem}.product-description{color:var(--text-secondary);margin-bottom:1rem;flex:1 1;font-size:.9rem}.original-price{font-size:.85rem;color:var(--text-secondary);text-decoration:line-through;font-weight:500}.current-price{font-size:1.15rem;font-weight:700;color:var(--text-primary);letter-spacing:.02em}.product-discount-badge{display:inline-block;padding:.25rem .5rem;font-size:.8rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#ff008a -15.09%,#ff3e60 99.82%);border:1px solid rgba(255,62,96,.6);border-radius:4px}.product-new-badge{position:absolute;top:.5rem;left:.5rem;z-index:2;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:var(--radius);background:rgba(0,0,0,.7);color:#fff}.product-consoles-overlay{position:absolute;bottom:.5rem;left:.5rem;z-index:2;margin:0}.product-discount-end{font-size:.7rem;color:var(--text-secondary);margin:0 0 .4rem;line-height:1.3}.product-status{margin-top:auto;font-size:.8rem}.in-stock{color:var(--success-color)}.in-stock,.out-of-stock{font-weight:600;font-size:.8rem}.out-of-stock{color:var(--danger-color)}.admin-container{max-width:1200px;margin:0 auto;padding:0 2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.admin-header h1{color:var(--text-primary);font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0}.admin-header-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.admin-header-actions .btn{min-height:44px}.admin-category-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.admin-category-tabs button{padding:.6rem 1rem;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all var(--transition);white-space:nowrap;min-height:44px}.admin-category-tabs button.active,.admin-category-tabs button:hover{border-color:var(--text-primary);color:var(--text-primary)}.admin-category-tabs button.active{background:var(--bg-tertiary);font-weight:600}.admin-search{margin-bottom:1rem}.admin-search .search-input{width:100%;min-height:44px;padding:.65rem 1rem}.btn{padding:.7rem 1.25rem;border:1px solid transparent;border-radius:var(--radius);font-size:.95rem;cursor:pointer;transition:all var(--transition);font-weight:500}.btn-primary{background:var(--primary-color);color:#1b2838;border-color:var(--primary-color)}.btn-primary:hover:not(:disabled){background:var(--primary-light);border-color:var(--primary-light);color:#1b2838}.btn-block{width:100%}.btn-secondary{background:transparent;color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-edit{background:var(--secondary-color);color:#fff}.btn-edit:hover{background:var(--primary-light)}.btn-delete{background:var(--danger-color);color:#fff}.btn-delete:hover{background:#c82333}.product-form-container{background:var(--bg-card);padding:2rem;border-radius:var(--radius);margin-bottom:2rem;border:1px solid var(--border-color)}.product-form-container h2{margin-bottom:1.5rem;color:var(--text-primary);font-weight:700}.product-form-layout{display:grid;grid-template-columns:1fr 260px;grid-gap:2rem;gap:2rem;align-items:start}.product-form-fields{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.product-form-preview-column{position:-webkit-sticky;position:sticky;top:1rem}.product-form-preview-column .product-form-preview{width:260px;flex-shrink:0}.product-form-preview-column .product-card{width:260px}.product-form-preview-column .product-image{width:260px;height:260px}.product-form{gap:1.5rem}.form-group,.product-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:500;color:var(--text-primary)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid var(--border-color);border-radius:var(--radius);font-size:1rem;font-family:inherit;transition:border-color var(--transition);background:var(--bg-tertiary);color:var(--text-primary)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--text-secondary)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.stock-toggle-group{display:flex;gap:.5rem}.stock-toggle-btn{padding:.75rem 1.5rem;border:2px solid var(--border-color);border-radius:var(--radius);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.stock-toggle-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.stock-toggle-btn.active{border-color:var(--success-color);background:rgba(76,175,80,.15);color:var(--success-color)}.stock-toggle-btn:last-child.active{border-color:var(--danger-color);background:rgba(244,67,54,.15);color:var(--danger-color)}.form-hint{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem;margin-bottom:.5rem}.game-versions-list{display:flex;flex-direction:column;gap:1rem}.game-version-block{margin-bottom:1rem;padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius)}.game-version-row{display:grid;grid-template-columns:auto 1fr auto auto auto auto auto auto;grid-gap:.75rem;gap:.75rem;align-items:center;margin-bottom:.75rem}.game-version-order{display:flex;flex-direction:column;gap:.25rem}.game-version-order .btn-order{padding:.25rem .4rem;min-width:28px;line-height:1;font-size:.85rem}.game-version-name{min-width:0;padding:.5rem;font-size:.9rem}.game-version-discount,.game-version-price{width:90px;padding:.5rem;font-size:.9rem}.game-version-date{width:140px;padding:.5rem;font-size:.85rem}.game-version-image-row{padding-top:.5rem;border-top:1px solid var(--border-color)}.game-player-support-fields{display:grid;grid-template-columns:repeat(2,minmax(0,260px));grid-gap:12px;gap:12px}.game-player-support-fields label{display:grid;grid-gap:7px;gap:7px;color:var(--text-secondary);font-size:.85rem}.game-player-support-fields input{width:100%}.game-version-features-row{display:grid;grid-gap:8px;gap:8px;padding-top:.75rem;border-top:1px solid var(--border-color)}.game-version-features-row label{color:var(--text-secondary);font-size:.85rem}.game-version-features-row textarea{width:100%;min-height:92px;resize:vertical}.game-version-image-upload{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.game-version-image-upload label{width:100%;font-size:.85rem;color:var(--text-secondary)}.game-version-image-url{flex:1 1;min-width:120px;padding:.5rem;font-size:.85rem}.image-preview-small{max-width:140px;max-height:90px}.image-preview-small img{width:100%;height:100%;object-fit:contain;background:transparent}.game-version-stock{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;white-space:nowrap}.game-version-stock input{width:18px;height:18px;cursor:pointer}.card-image-version-radios{display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem 0}.card-image-version-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--text-primary)}.card-image-version-option input{width:18px;height:18px;cursor:pointer}.subscriptions-checkboxes{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-tertiary);border-radius:var(--radius);border:1px solid var(--border-color)}.subscription-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:var(--text-primary)}.subscription-checkbox input{width:20px;height:20px;cursor:pointer}.file-input{padding:.5rem;border:2px dashed var(--border-color);border-radius:var(--radius);background:var(--bg-tertiary);cursor:pointer;transition:all .2s;color:var(--text-primary)}.file-input:hover{border-color:var(--text-primary);background:var(--bg-tertiary)}.file-input:focus{outline:none;border-color:var(--text-primary)}.image-preview{margin-top:1rem;border-radius:var(--radius);overflow:hidden;max-width:300px;box-shadow:var(--shadow)}.image-preview img{width:100%;height:auto;display:block}.image-position-picker{position:relative;display:inline-block;max-width:100%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-position-picker img{display:block;width:100%;height:auto;vertical-align:top}.image-position-crop-overlay{position:absolute;box-sizing:border-box;border:2px solid hsla(0,0%,100%,.9);box-shadow:0 0 0 9999px rgba(0,0,0,.4);cursor:move;touch-action:none}.image-position-crop-overlay:after{content:"";position:absolute;inset:0;border:1px dashed hsla(0,0%,100%,.6);pointer-events:none}.image-preview-clickable{cursor:pointer}.image-position-picker-wrap{margin-top:.5rem;max-width:320px}.game-version-image-picker-wrap{margin-top:.5rem;max-width:360px}.game-version-image-picker-wrap .image-position-picker img{max-height:280px;width:auto;max-width:100%;height:auto;display:block}.form-actions{display:flex;gap:1rem;margin-top:1rem}.product-list{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--border-color)}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:var(--bg-tertiary)}.admin-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border-color)}.admin-table td{padding:1rem;border-bottom:1px solid var(--border-color)}.admin-table tbody tr:hover{background:var(--bg-tertiary)}.category-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:600;text-transform:uppercase}.category-console{background:#e3f2fd;color:#1976d2}.category-game{background:#f3e5f5;color:#7b1fa2}.category-subscription{background:#e8f5e9;color:#388e3c}.category-accessory{background:#fff3e0;color:#e65100}.discount-price{color:var(--accent-color);font-weight:600}.no-discount{color:var(--text-secondary)}.action-buttons{display:flex;gap:.5rem}.login-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.login-box{background:var(--bg-card);padding:3rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:450px;border:1px solid var(--border-color)}.login-box h1{text-align:center;margin-bottom:2rem;color:var(--text-primary);font-size:1.75rem;font-weight:600;letter-spacing:-.02em}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{background:#fee;color:var(--danger-color);padding:.75rem;border-radius:var(--radius);border:1px solid #fcc;font-size:.9rem;text-align:center}.empty-state,.loading{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem}.footer{background:var(--bg-nav);color:var(--nav-text);text-align:center;padding:1.5rem;margin-top:auto;border-top:none;font-size:.9rem}.footer a{color:var(--primary-light);text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem;align-items:center}.logo{align-items:center}.logo,.logo-subtitle{text-align:center}.nav-links{flex-wrap:wrap;gap:1rem;justify-content:center}.search-sort-container{flex-direction:column;gap:1rem}.search-bar,.sort-bar{width:100%;max-width:100%}.products-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:.75rem}.product-card{width:100%;min-width:0;max-width:none}.product-image{width:100%;height:auto;min-width:0;min-height:0;aspect-ratio:1/1}.product-info{padding:.75rem 1rem}.product-name{font-size:.95rem}.current-price{font-size:1.1rem}.admin-container{padding:0 1rem}.admin-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.25rem}.admin-header h1{font-size:1.5rem}.admin-header-actions{width:100%;flex-direction:column;gap:.5rem}.admin-header-actions .btn{width:100%;min-height:48px}.admin-header-actions a.btn{display:inline-flex;align-items:center;justify-content:center}.admin-category-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem;margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.admin-category-tabs::-webkit-scrollbar{display:none}.admin-category-tabs button{flex-shrink:0;white-space:nowrap;min-height:44px}.admin-search .search-input{max-width:none;min-height:44px}.admin-prices-list{gap:1rem}.admin-prices-card{padding:1rem}.admin-prices-card-header{flex-wrap:wrap;gap:.5rem}.admin-prices-card-header h3{font-size:1rem}.admin-prices-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-prices-table input[type=date],.admin-prices-table input[type=number]{min-width:70px;min-height:44px}.login-container{padding:1rem;min-height:calc(100vh - 180px)}.login-box{padding:1.5rem 1.25rem;max-width:100%}.login-box h1{font-size:1.35rem;margin-bottom:1.5rem}.login-form .btn,.login-form .form-group input{min-height:48px}.form-row{grid-template-columns:1fr}.game-version-row{grid-template-columns:auto 1fr 1fr auto;gap:.5rem}.game-version-row .game-version-name{grid-column:2/-1}.game-version-row .game-version-order{grid-row:span 2;align-self:center}.game-version-row .game-version-stock{grid-column:2}.game-version-row .btn-delete{grid-column:3}.admin-table{font-size:.9rem;display:block}.admin-table thead{display:none}.admin-table tbody{display:block}.admin-table tr.admin-table-row{display:block;margin-bottom:1rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:0 1px 3px rgba(0,0,0,.1)}.admin-table td{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border-color);text-align:right}.admin-table td:last-child{border-bottom:none;padding-top:.75rem;flex-wrap:wrap;justify-content:flex-end}.admin-table td:before{content:attr(data-label);font-weight:600;color:var(--text-secondary);font-size:.85rem;flex-shrink:0;text-align:left}.admin-table td:last-child:before{display:none}.action-buttons{flex-direction:row;gap:.5rem;width:100%;justify-content:flex-end}.action-buttons .btn{min-width:44px}.action-buttons .btn,.admin-table .stock-toggle{min-height:44px;padding:.5rem .75rem}.cart-content{max-width:100%;border-radius:var(--radius)}.modal-product{grid-template-columns:1fr;padding:1.5rem}.modal-product-image{height:250px}.modal-product-name{font-size:1.5rem}}@media (max-width:480px){.admin-container,.container{padding:0 1rem}.filters{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.filters::-webkit-scrollbar{display:none}.filters button{flex-shrink:0;width:auto;padding:.65rem 1.1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.btn{padding:.625rem 1rem;font-size:.9rem}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-image{width:100%;height:150px}.cart-item-controls{width:100%;flex-direction:row;justify-content:space-between;margin-top:.5rem}.login-box{padding:2rem 1.5rem}.product-form-container{padding:1.5rem}.product-form-layout{grid-template-columns:1fr}.product-form-preview-column{justify-self:center}.admin-table td{font-size:.85rem;padding:.5rem 0}.admin-table .stock-toggle{min-height:44px;padding:.5rem .75rem;font-size:.85rem}.game-version-row{grid-template-columns:auto 1fr;gap:.5rem}.game-version-row .game-version-order{grid-row:span 1}.game-version-row .btn-delete,.game-version-row .game-version-discount,.game-version-row .game-version-name,.game-version-row .game-version-price,.game-version-row .game-version-stock{grid-column:2}.game-version-discount,.game-version-price{width:100%}.stock-toggle-group{flex-direction:column}.stock-toggle-btn{width:100%}}.product-detail-page{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-top:1.5rem;align-items:start}.product-detail-left{display:flex;flex-direction:column;gap:1.25rem}.product-detail-meta{display:flex;flex-direction:column;gap:.5rem}.product-detail-meta .product-detail-category{margin-bottom:0}.product-detail-meta .product-detail-game-modes,.product-detail-meta .product-detail-genres,.product-detail-meta .product-detail-publisher,.product-detail-meta .product-detail-release-date,.product-detail-meta .product-detail-russian{margin:0}.product-detail-image{width:100%;border-radius:12px;overflow:hidden;background:var(--bg-tertiary);aspect-ratio:1/1}.product-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.product-detail-back{display:inline-block;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;margin-bottom:.25rem;transition:color var(--transition)}.product-detail-back:hover{color:var(--text-primary)}.product-detail-info{display:flex;flex-direction:column;gap:1.25rem}.product-detail-category{font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);font-weight:600;letter-spacing:.5px}.product-consoles,.product-detail-consoles{display:flex;gap:.5rem;flex-wrap:wrap}.console-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:600;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.product-detail-game-modes,.product-detail-genres{font-size:.95rem;color:var(--text-secondary);margin:0 0 .5rem}.product-detail-russian{font-size:.95rem;color:var(--text-secondary);margin:0}.product-detail-name{font-size:2.5rem;color:var(--text-primary);margin:0;font-weight:700}.product-detail-description-wrap{margin-bottom:.5rem}.product-detail-description-wrap .product-detail-description{color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-detail-description-wrap.expanded .product-detail-description{-webkit-line-clamp:unset;overflow:visible;display:block}.product-detail-description-toggle{background:none;border:none;color:#00ff93;cursor:pointer;font-size:.95rem;font-weight:500;padding:.25rem 0;margin:0}.product-detail-description-toggle:hover{color:#5affb3;text-decoration:underline}.product-detail-options{margin-top:1rem}.product-detail-options h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.period-options,.version-options{display:flex;flex-direction:column;gap:.5rem}.period-option,.version-option{padding:.65rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-card);cursor:pointer;transition:all .2s;text-align:left;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem}.period-option:hover,.version-option:hover:not(:disabled){border-color:var(--text-secondary);background:var(--bg-tertiary)}.period-option.active,.version-option.active{border-color:#00ff93;background:rgba(0,255,147,.08);box-shadow:0 0 0 1px rgba(0,255,147,.3)}.period-option.out-of-stock,.version-option.out-of-stock{opacity:.6;cursor:not-allowed}.period-name,.version-name{font-weight:600;color:var(--text-primary);font-size:.95rem}.period-price,.version-price{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.period-status,.version-status{font-size:.8rem;color:var(--danger-color);margin-top:.25rem;width:100%}.version-discount-end{font-size:.75rem;color:var(--text-secondary);margin-top:.15rem;width:100%}.subscription-games-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.subscription-games-list .form-hint{margin-bottom:.75rem;font-size:.9rem}.subscription-games-ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.subscription-game-link{color:var(--text-primary);text-decoration:none;font-weight:500;padding:.5rem 0;border-bottom:1px solid var(--border-color);transition:color var(--transition)}.subscription-game-link:hover{color:var(--text-secondary)}.subscription-options{display:flex;flex-direction:column;gap:.5rem}.subscription-option{padding:.65rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-card);cursor:pointer;transition:all .2s;text-decoration:none;color:inherit;display:flex;justify-content:space-between;align-items:center}.subscription-option:hover{border-color:var(--text-primary);background:var(--bg-tertiary);transform:translateX(2px)}.subscription-name{font-size:.95rem}.subscription-name,.subscription-price{font-weight:600;color:var(--text-primary)}.subscription-price{font-size:.9rem}.product-detail-pricing{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;background:var(--bg-tertiary);border-radius:12px;margin-top:.5rem;border:1px solid var(--border-color)}.product-detail-price-row{display:flex;justify-content:space-between;align-items:center}.product-detail-price-original{font-size:.95rem;color:var(--text-secondary)}.product-detail-price-original span:last-child{text-decoration:line-through}.product-detail-price-label{font-size:1.15rem;color:var(--text-secondary);font-weight:500}.product-detail-price{font-size:1.75rem;color:var(--text-primary);font-weight:700}.btn-large{padding:1.25rem 2rem;font-size:1.125rem;margin-top:1rem}@media (max-width:768px){.product-detail-page{grid-template-columns:1fr;gap:1.5rem}.product-detail-image{max-width:320px;margin:0 auto;width:100%}.product-detail-name{font-size:1.75rem}.product-detail-description{font-size:1rem}.period-option,.subscription-option,.version-option{padding:.65rem .875rem;flex-direction:column;align-items:flex-start;gap:.5rem}.product-detail-price{font-size:1.5rem}}.search-sort-container{margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:center}.search-bar{flex:1 1;min-width:200px;max-width:500px}.sort-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.sort-label{font-size:.9rem;color:var(--text-secondary);font-weight:500}.sort-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.sort-buttons button{padding:.6rem 1rem;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;transition:all var(--transition)}.sort-buttons button:hover{border-color:var(--text-secondary);color:var(--text-primary)}.sort-buttons button.active{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.admin-search{display:flex;justify-content:center;margin:0 0 1.5rem}.admin-search .search-input{max-width:520px}.admin-prices-list{display:flex;flex-direction:column;gap:1.5rem}.admin-prices-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.admin-prices-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.admin-prices-card-header h3{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.admin-prices-category{font-size:.85rem;color:var(--text-secondary);background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:var(--radius)}.admin-prices-table-wrap{overflow-x:auto;margin-bottom:1rem}.admin-prices-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-prices-table td,.admin-prices-table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border-color)}.admin-prices-table th{font-weight:600;color:var(--text-secondary)}.admin-prices-current{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.admin-prices-current-inline{font-size:.95rem;font-weight:500;color:var(--text-primary)}.admin-prices-table input[type=date],.admin-prices-table input[type=number]{width:100%;max-width:100px;padding:.4rem .5rem;border:1px solid var(--border-color);border-radius:var(--radius);font-size:.9rem}.admin-prices-single-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem}.admin-prices-single-row label{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem}.admin-prices-single-row input{width:80px;padding:.4rem .5rem;border:1px solid var(--border-color);border-radius:var(--radius)}.admin-prices-card-actions{margin-top:.75rem}.ps-store-import{padding:1rem;border:1px solid rgba(163,230,53,.3);border-radius:14px;background:rgba(163,230,53,.05)}.ps-store-import-row{display:flex;gap:.75rem;align-items:stretch}.ps-store-import-row input{flex:1 1;min-width:0}.ps-store-import-row .btn{flex:0 0 auto;white-space:nowrap}.ps-store-import--primary{margin-bottom:1.5rem;padding:1rem;border:1px solid rgba(173,255,63,.28);border-radius:16px;background:rgba(173,255,63,.055)}.ps-store-import--primary .ps-store-import-row input{min-height:52px;font-size:1rem}.ps-store-import-success{margin-top:.75rem;color:#a3e635;font-size:.9rem;line-height:1.45}.ps-store-version-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.65rem;padding-top:.65rem;border-top:1px solid hsla(0,0%,100%,.08);color:#a3e635;font-size:.82rem}@media (max-width:640px){.ps-store-import-row{flex-direction:column}.ps-store-import-row .btn{width:100%}}.region-prices-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.75rem;padding:.5rem 0}.region-price-group{display:flex;flex:1 1 360px;align-items:center;gap:.5rem;padding:.65rem;border:1px solid var(--border-color);border-radius:var(--radius)}.region-price-group .game-version-date{margin-left:auto}.region-prices-label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.game-version-price-small{width:150px;min-width:130px;flex:1 1 130px;padding:.65rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius);font-size:.95rem}@media (max-width:640px){.region-price-group{flex-wrap:wrap}.region-price-group .game-version-date{width:100%;margin-left:0}}.form-row-region-prices{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:1rem;gap:1rem}.search-input{width:100%;max-width:500px;padding:.85rem 1.25rem;border:1px solid var(--border-color);border-radius:var(--radius);font-size:1rem;background:var(--bg-card);color:var(--text-primary);transition:border-color var(--transition)}.admin-app,.admin-auth-loading,.admin-login-page{min-height:100vh;background:radial-gradient(circle at 85% 0,rgba(124,58,237,.14),transparent 34rem),#0d0e13;color:#f7f7fb}.admin-app{--admin-panel:#15171f;--admin-panel-strong:#1b1e28;--admin-border:hsla(0,0%,100%,.09);--admin-muted:#9297a8;display:grid;grid-template-columns:264px minmax(0,1fr)}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:90;display:flex;height:100vh;flex-direction:column;padding:24px 18px;border-right:1px solid var(--admin-border);background:rgba(14,15,21,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-login-brand,.admin-sidebar-brand{display:flex;align-items:center;gap:12px}.admin-brand-mark{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:15px;background:#adff3f;color:#0c0d11;font-weight:900;letter-spacing:-.05em}.admin-login-brand strong,.admin-sidebar-brand strong{display:block;font-size:1.05rem;letter-spacing:.04em}.admin-login-brand small,.admin-sidebar-brand small{display:block;margin-top:3px;color:var(--admin-muted,#9297a8);font-size:.72rem}.admin-sidebar-nav{display:grid;grid-gap:7px;gap:7px;margin-top:42px}.admin-sidebar-nav a{display:flex;min-height:48px;align-items:center;gap:12px;padding:0 14px;border:1px solid transparent;border-radius:14px;color:#a9adbb;font-weight:700;text-decoration:none;transition:.16s ease}.admin-sidebar-nav a:hover{color:#fff;background:hsla(0,0%,100%,.05)}.admin-sidebar-nav a.active{border-color:rgba(173,255,63,.25);background:rgba(173,255,63,.11);color:#c3ff72}.admin-nav-icon{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:hsla(0,0%,100%,.06);font-size:.85rem}.admin-sidebar-footer{display:grid;grid-gap:8px;gap:8px;margin-top:auto;padding-top:20px;border-top:1px solid var(--admin-border)}.admin-sidebar-footer a,.admin-sidebar-footer button{padding:10px 12px;border:0;background:none;color:var(--admin-muted);font:inherit;text-align:left;text-decoration:none;cursor:pointer}.admin-sidebar-footer a:hover,.admin-sidebar-footer button:hover{color:#fff}.admin-main{min-width:0}.admin-topbar{display:flex;min-height:128px;align-items:center;gap:24px;padding:28px clamp(24px,4vw,56px);border-bottom:1px solid var(--admin-border)}.admin-page-heading{min-width:0}.admin-eyebrow{color:#adff3f;font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.admin-dictionary-heading h2,.admin-page-heading h1,.admin-section-heading h2{margin:5px 0 0;color:#fff;letter-spacing:-.04em}.admin-page-heading h1{font-size:clamp(1.9rem,3vw,2.8rem)}.admin-dictionary-heading p,.admin-page-heading p{margin:7px 0 0;color:var(--admin-muted)}.admin-page-actions{margin-left:auto}.admin-page-action-group{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-menu-button{display:none}.admin-content{display:grid;grid-gap:20px;gap:20px;padding:28px clamp(20px,4vw,56px) 56px}.admin-refresh-progress{display:grid;grid-gap:14px;gap:14px;padding:18px 20px;border:1px solid rgba(173,255,63,.2);border-radius:18px;background:linear-gradient(135deg,rgba(173,255,63,.08),rgba(26,28,38,.96))}.admin-refresh-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:18px}.admin-refresh-progress-copy strong{display:block;margin-top:5px;color:#fff;font-size:.95rem}.admin-refresh-progress-copy small{display:block;margin-top:7px;color:var(--admin-muted);font-size:.76rem;line-height:1.45}.admin-refresh-progress-copy button{min-height:36px;padding:0 13px;border:1px solid var(--admin-border);border-radius:10px;background:#181a23;color:#fff;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.admin-refresh-track{height:8px;overflow:hidden;border-radius:999px;background:hsla(0,0%,100%,.08)}.admin-refresh-track span{display:block;height:100%;border-radius:inherit;background:#adff3f;transition:width .18s ease}.admin-refresh-track--pending span{width:34%;animation:admin-price-progress 1.1s ease-in-out infinite alternate}@keyframes admin-price-progress{0%{transform:translateX(-25%)}to{transform:translateX(220%)}}.admin-refresh-errors{color:#ffb4ad;font-size:.8rem}.admin-refresh-errors summary{cursor:pointer;font-weight:800}.admin-refresh-errors p{margin:8px 0 0}.admin-discovery{display:grid;grid-gap:22px;gap:22px}.admin-discovery-heading{display:grid;grid-gap:20px;gap:20px}.admin-discovery-heading h2{margin:5px 0 0;color:#fff;font-size:clamp(1.3rem,2vw,1.8rem);letter-spacing:-.04em}.admin-discovery-heading p{max-width:620px;margin:7px 0 0;color:var(--admin-muted);line-height:1.5}.admin-discovery-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.admin-discovery-controls label{min-width:145px;flex:1 1 145px;display:grid;grid-gap:6px;gap:6px;color:#aeb3c1;font-size:.73rem;font-weight:800}.admin-discovery-controls label:first-child{flex-basis:190px}.admin-discovery-controls label:last-of-type{max-width:115px}.admin-discovery-controls select{width:100%;min-height:42px;padding:0 34px 0 12px;border:1px solid var(--admin-border);border-radius:11px;outline:0;background:#11131a;color:#fff;font:inherit}.admin-discovery-controls .btn{min-height:42px}.admin-discovery-controls select:focus{border-color:#adff3f}.admin-discovery-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid var(--admin-border);color:var(--admin-muted);font-size:.82rem}.admin-discovery-summary strong{color:#fff}.admin-discovery-summary>div{display:flex;gap:8px}.admin-discovery-summary button{padding:7px 10px;border:1px solid var(--admin-border);border-radius:9px;background:#151720;color:#b8bdca;font:inherit;font-size:.73rem;font-weight:800;cursor:pointer}.admin-discovery-summary button:hover{color:#fff;border-color:hsla(0,0%,100%,.2)}.admin-discovery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-discovery-game{min-width:0;overflow:hidden;display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:9px;border:1px solid var(--admin-border);border-radius:15px;background:#11131a;color:#fff;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.admin-discovery-game:hover{border-color:rgba(173,255,63,.35);transform:translateY(-2px)}.admin-discovery-game.selected{border-color:rgba(173,255,63,.62);background:rgba(173,255,63,.06)}.admin-discovery-cover{width:68px;aspect-ratio:1;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:11px;background:#242733;color:#adff3f}.admin-discovery-cover img{width:100%;height:100%;display:block;object-fit:cover}.admin-discovery-cover i{width:22px;height:22px;position:absolute;top:5px;right:5px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.22);border-radius:7px;background:rgba(12,14,19,.8);color:#11131a;font-size:.75rem;font-style:normal;font-weight:900}.admin-discovery-game.selected .admin-discovery-cover i{border-color:#adff3f;background:#adff3f}.admin-discovery-game-copy{min-width:0;display:grid;grid-gap:6px;gap:6px}.admin-discovery-game-copy strong{overflow:hidden;display:-webkit-box;color:#f3f4f7;font-size:.78rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.admin-discovery-game-copy small{overflow:hidden;color:#858b9b;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.admin-discovery-footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding-top:18px;border-top:1px solid var(--admin-border);color:var(--admin-muted);font-size:.8rem;font-weight:800}.admin-discovery-empty{padding:32px;border:1px dashed var(--admin-border);border-radius:15px;color:var(--admin-muted);text-align:center}.admin-discovery-progress{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid rgba(173,255,63,.2);border-radius:14px;background:rgba(173,255,63,.04)}.admin-discovery-progress strong{color:#fff;font-size:.83rem}.ps-store-import-details{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.ps-store-import-details span{padding:6px 9px;color:#c8cdd7;background:hsla(0,0%,100%,.04);border:1px solid var(--admin-border);border-radius:8px;font-size:.74rem;font-weight:700}.admin-panel-card{min-width:0;padding:clamp(18px,2.5vw,30px);border:1px solid var(--admin-border);border-radius:24px;background:linear-gradient(145deg,rgba(28,30,40,.96),rgba(19,21,29,.96));box-shadow:0 22px 70px rgba(0,0,0,.2)}.admin-form-card{padding:0;overflow:hidden}.admin-app .product-form-container{margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-section-heading,.admin-toolbar{display:flex;align-items:center;gap:16px;justify-content:space-between;margin-bottom:22px}.admin-search-field{display:flex;width:min(100%,390px);min-height:46px;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--admin-border);border-radius:14px;background:#11131a;color:var(--admin-muted)}.admin-search-field input{width:100%;border:0;outline:0;background:transparent;color:#fff;font:inherit}.admin-segmented{display:flex;gap:5px;padding:5px;border-radius:13px;background:#101118}.admin-segmented button{padding:9px 13px;border:0;border-radius:9px;background:transparent;color:var(--admin-muted);font-weight:700;cursor:pointer}.admin-segmented button.active{background:#242732;color:#fff}.admin-result-count{color:var(--admin-muted);white-space:nowrap}.admin-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.admin-pricing-region{padding:20px;border:1px solid var(--admin-border);border-radius:18px;background:#11131a}.admin-region-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.admin-region-title>span{font-size:1.7rem}.admin-region-title small,.admin-region-title strong{display:block}.admin-region-title small{margin-top:3px;color:var(--admin-muted)}.admin-pricing-region label{display:grid;grid-gap:7px;gap:7px;color:var(--admin-muted);font-size:.82rem;font-weight:700}.admin-pricing-region label+label{margin-top:12px}.admin-dictionary-add input,.admin-pricing-region input{min-width:0;padding:12px 14px;border:1px solid var(--admin-border);border-radius:12px;outline:0;background:#1b1d26;color:#fff;font:inherit}.admin-dictionary-add input:focus,.admin-pricing-region input:focus{border-color:rgba(173,255,63,.65)}.admin-price-example{margin-top:14px;color:var(--admin-muted)}.admin-price-example strong{color:#adff3f}.admin-dictionaries-intro,.admin-section-note{margin:-8px 0 20px;color:var(--admin-muted);line-height:1.6}.admin-inline-message{padding:12px 14px;border:1px solid rgba(173,255,63,.24);border-radius:12px;background:rgba(173,255,63,.07);color:#c3ff72}.admin-dictionaries-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.admin-dictionary-add{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;margin:20px 0}.admin-dictionary-values{display:flex;flex-wrap:wrap;gap:8px}.admin-dictionary-values>span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--admin-border);border-radius:999px;background:hsla(0,0%,100%,.035);color:#d9dbe4;font-size:.86rem}.admin-dictionary-values button{border:0;background:none;color:#787e90;cursor:pointer;font-size:1rem}.admin-dictionary-values button:hover{color:#f77}.admin-section-description{margin:7px 0 0;color:var(--admin-muted);line-height:1.55}.admin-appearance-heading{align-items:flex-end}.admin-hero-selection-summary{display:flex;align-items:center;gap:10px;margin:18px 0;color:var(--admin-muted)}.admin-hero-selection-summary strong{color:#adff3f;font-family:Unbounded,sans-serif}.admin-appearance-games{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-appearance-game{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) 34px;align-items:center;grid-gap:12px;gap:12px;padding:10px;color:#fff;background:#11131a;border:1px solid var(--admin-border);border-radius:16px;text-align:left;cursor:pointer}.admin-appearance-game:hover{border-color:hsla(0,0%,100%,.2)}.admin-appearance-game.is-selected{border-color:rgba(173,255,63,.55);background:rgba(173,255,63,.065)}.admin-appearance-cover{width:72px;aspect-ratio:1;overflow:hidden;display:grid;place-items:center;background:#20232d;border-radius:11px;color:#adff3f;font-weight:900}.admin-appearance-cover img{width:100%;height:100%;display:block;object-fit:cover}.admin-appearance-game-copy{min-width:0;display:grid;grid-gap:5px;gap:5px}.admin-appearance-game-copy strong{overflow:hidden;font-size:.9rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.admin-appearance-game-copy small{color:var(--admin-muted)}.admin-appearance-order{width:34px;height:34px;display:grid;place-items:center;color:var(--admin-muted);background:#21242e;border-radius:10px;font-weight:900}.admin-appearance-game.is-selected .admin-appearance-order{color:#111218;background:#adff3f}.admin-auth-loading,.admin-login-page{display:grid;place-items:center;padding:24px}.admin-login-card{width:min(100%,460px);padding:clamp(28px,6vw,48px);border:1px solid hsla(0,0%,100%,.1);border-radius:28px;background:rgba(22,24,32,.94);box-shadow:0 35px 100px rgba(0,0,0,.4)}.admin-login-copy{margin:42px 0 28px}.admin-login-copy h1{margin:7px 0;font-size:2.5rem;letter-spacing:-.05em}.admin-login-copy p{margin:0;color:#9297a8;line-height:1.5}.admin-login-form{display:grid;grid-gap:12px;gap:12px}.admin-login-form label{color:#b4b8c5;font-size:.82rem;font-weight:800}.admin-login-form input{min-height:52px;padding:0 15px;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;outline:0;background:#101118;color:#fff;font:inherit}.admin-login-form input:focus{border-color:#adff3f}.admin-login-form .btn{min-height:52px;margin-top:5px}.admin-sidebar-backdrop{display:none}@media (max-width:1050px){.admin-app{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;width:min(86vw,300px);transform:translateX(-105%);transition:transform .18s ease}.admin-sidebar.is-open{transform:translateX(0)}.admin-sidebar-backdrop{position:fixed;inset:0;z-index:80;display:block;border:0;background:rgba(0,0,0,.6)}.admin-menu-button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid var(--admin-border);border-radius:12px;background:#171922;color:#fff;font-size:1.2rem}.admin-appearance-games{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-discovery-controls,.admin-discovery-controls select{width:100%}.admin-discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.admin-topbar{min-height:auto;align-items:flex-start;flex-wrap:wrap;padding:20px}.admin-page-actions{width:100%;margin-left:60px}.admin-page-actions .btn{width:100%}.admin-page-action-group{display:grid;width:100%}.admin-refresh-progress-copy{align-items:flex-start;flex-direction:column}.admin-content{padding:18px 12px 38px}.admin-panel-card{padding:18px 14px;border-radius:18px}.admin-section-heading,.admin-toolbar{align-items:stretch;flex-direction:column}.admin-search-field{width:100%}.admin-segmented{width:100%;overflow-x:auto}.admin-result-count{align-self:flex-end}.admin-appearance-games,.admin-dictionaries-grid,.admin-dictionary-add,.admin-pricing-grid{grid-template-columns:1fr}.admin-discovery-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.admin-discovery-controls label{min-width:0;max-width:none}.admin-discovery-controls .btn,.admin-discovery-controls label:first-child{grid-column:1/-1}.admin-discovery-summary{align-items:flex-start;flex-direction:column}.admin-discovery-grid{grid-template-columns:1fr}.admin-discovery-game{grid-template-columns:76px minmax(0,1fr)}.admin-discovery-cover{width:76px}.admin-discovery-footer{align-items:stretch;flex-direction:column}.admin-discovery-footer .btn{width:100%}}.search-input:focus{outline:none;border-color:var(--text-secondary)}.search-input::placeholder{color:var(--text-secondary)}.cart-button{position:relative;padding:.5rem 1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius);color:var(--nav-text);cursor:pointer;font-weight:500;font-size:.95rem;transition:all var(--transition);display:flex;align-items:center;gap:.5rem}.cart-button:hover{border-color:hsla(0,0%,100%,.4);color:var(--nav-text-hover)}.cart-badge{background:#000;color:#fff;border-radius:12px;min-width:24px;height:24px;padding:0 6px;font-size:.75rem;font-weight:700;text-align:center;line-height:1;box-sizing:border-box}.cart-badge,.modal-overlay{display:flex;align-items:center;justify-content:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--bg-card);border-radius:var(--radius);max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid var(--border-color);box-shadow:var(--shadow-lg)}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--bg-tertiary);border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.modal-close:hover{background:var(--danger-color);color:#fff;transform:rotate(90deg)}.modal-product{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;padding:2rem}.modal-product-image{width:100%;height:400px;border-radius:var(--radius);overflow:hidden;background:var(--bg-tertiary)}.modal-product-image img{width:100%;height:100%;object-fit:cover}.modal-product-info{display:flex;flex-direction:column;gap:1rem}.modal-product-category{font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);font-weight:600;letter-spacing:.5px}.modal-product-name{font-size:2rem;color:var(--text-primary);margin:0}.modal-product-description{color:var(--text-secondary);line-height:1.6;flex:1 1}.modal-product-pricing{display:flex;align-items:center;gap:1rem}.modal-product-status{margin-top:1rem}.btn-add-to-cart{margin-top:auto}.stock-toggle{padding:.5rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius);cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;background:transparent}.stock-toggle.in-stock{color:var(--success-color);border-color:var(--success-color)}.stock-toggle.in-stock:hover{background:var(--success-color);color:#fff}.stock-toggle.out-of-stock{color:var(--danger-color);border-color:var(--danger-color)}.stock-toggle.out-of-stock:hover{background:var(--danger-color);color:#fff}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:flex-end;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-content{background:var(--bg-card);border-radius:var(--radius);width:100%;max-width:500px;height:100%;max-height:100vh;display:flex;flex-direction:column;border:1px solid var(--border-color);box-shadow:var(--shadow-lg)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid var(--border-color)}.cart-header h2{margin:0}.cart-close,.cart-header h2{color:var(--text-primary);font-size:1.5rem}.cart-close{background:var(--bg-tertiary);border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-close:hover{background:var(--danger-color);color:#fff;transform:rotate(90deg)}.cart-body{flex:1 1;overflow-y:auto;padding:1rem}.cart-empty{text-align:center;padding:3rem;color:var(--text-secondary)}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{position:relative;display:flex;gap:1rem;padding:2.25rem 1rem 1rem;background:var(--bg-tertiary);border-radius:var(--radius);border:1px solid var(--border-color)}.cart-item-remove{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;padding:0;border:none;background:transparent;color:var(--text-secondary);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;transition:color var(--transition),background var(--transition)}.cart-item-remove:hover{color:var(--text-primary);background:var(--bg-card)}.cart-item-image{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--bg-secondary)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.cart-item-info h3{margin:0;font-size:1rem;color:var(--text-primary)}.cart-item-price{color:var(--text-primary);font-weight:600;font-size:1.1rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.cart-item-price-old{text-decoration:line-through;color:var(--text-secondary);font-size:.9rem;font-weight:500}.cart-item-variant{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.cart-item-info .cart-item-controls{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:.25rem}.cart-quantity-btn{width:30px;height:30px;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);border-radius:var(--radius);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-quantity-btn:hover:not(:disabled){background:var(--primary-color);border-color:var(--primary-color);color:#fff}.cart-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-quantity{font-weight:600;color:var(--text-primary);min-width:30px;text-align:center}.cart-remove-btn{padding:.5rem 1rem;background:var(--danger-color);color:#fff;border:none;border-radius:var(--radius);cursor:pointer;font-size:.875rem;transition:all .2s}.cart-remove-btn:hover{background:#d32f2f;transform:translateY(-2px)}.cart-footer{padding:2rem;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.cart-total-original{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.95rem;color:var(--text-secondary)}.cart-total-original span:last-child{text-decoration:line-through}.cart-discount-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1rem;color:var(--text-secondary)}.cart-discount-value{color:var(--primary-color);font-weight:600}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.cart-total-price{color:var(--text-primary);font-size:1.5rem}.cart-checkout-btn{width:100%;min-height:48px;padding:0 2rem;background-color:#00ff93;border:none;border-radius:12px;color:#000;font-family:var(--font-main);font-size:16px;font-weight:700;letter-spacing:-.2px;line-height:1;cursor:pointer;transition:opacity .2s}.cart-checkout-btn:hover:not(:disabled){opacity:.9}.cart-checkout-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.modal-product{grid-template-columns:1fr}.modal-product-image{height:250px}.cart-content{border-radius:var(--radius);max-width:100%}.cart-item{flex-direction:column}.cart-item-info .cart-item-controls{flex-direction:row}}.admin-app{--admin-accent:#adff3f;--admin-accent-hover:#c2ff72;--admin-control:#11131a;--admin-control-hover:#181b24;--admin-control-border:hsla(0,0%,100%,.11);--admin-control-border-hover:hsla(0,0%,100%,.2);--admin-danger:#f77;--admin-danger-bg:rgba(255,85,85,.08)}.admin-app .btn,.admin-login-page .btn{min-height:44px;padding:0 16px;border-radius:12px;font-size:.82rem;font-weight:800;line-height:1.2;letter-spacing:-.01em;box-shadow:none;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease,opacity .16s ease}.admin-app .btn:hover:not(:disabled),.admin-login-page .btn:hover:not(:disabled){transform:translateY(-1px)}.admin-app .btn:focus-visible,.admin-app button:focus-visible,.admin-login-page .btn:focus-visible,.admin-login-page button:focus-visible{outline:3px solid rgba(173,255,63,.22);outline-offset:2px}.admin-app .btn-primary,.admin-login-page .btn-primary{border-color:var(--admin-accent,#adff3f);background:var(--admin-accent,#adff3f);color:#10120d}.admin-app .btn-primary:hover:not(:disabled),.admin-login-page .btn-primary:hover:not(:disabled){border-color:var(--admin-accent-hover,#c2ff72);background:var(--admin-accent-hover,#c2ff72);color:#10120d}.admin-app .btn-secondary{border-color:var(--admin-control-border);background:var(--admin-control);color:#e8eaf0}.admin-app .btn-secondary:hover:not(:disabled){border-color:var(--admin-control-border-hover);background:var(--admin-control-hover);color:#fff}.admin-app .btn:disabled,.admin-app button:disabled,.admin-login-page .btn:disabled{cursor:not-allowed;opacity:.45;transform:none}.admin-app .btn-small{min-height:38px;padding:0 13px;border-radius:10px;font-size:.76rem}.admin-app .btn-edit{border-color:var(--admin-control-border);background:#242832;color:#f4f5f8}.admin-app .btn-edit:hover:not(:disabled){border-color:rgba(173,255,63,.35);background:rgba(173,255,63,.09);color:#c9ff82}.admin-app .btn-delete{border-color:hsla(0,100%,73%,.24);background:var(--admin-danger-bg);color:#ff9a9a}.admin-app .btn-delete:hover:not(:disabled){border-color:hsla(0,100%,73%,.48);background:rgba(255,85,85,.14);color:#ffb0b0}.admin-app input:not([type=checkbox]):not([type=radio]):not([type=file]),.admin-app select,.admin-app textarea{width:100%;min-height:48px;padding:11px 14px;border:1px solid var(--admin-control-border);border-radius:12px;outline:0;background:var(--admin-control);color:#f3f4f7;caret-color:var(--admin-accent);font:inherit;font-size:.9rem;line-height:1.45;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.admin-app textarea{min-height:124px;resize:vertical}.admin-app select{padding-right:38px;cursor:pointer}.admin-app input:not([type=checkbox]):not([type=radio]):not([type=file]):hover,.admin-app select:hover,.admin-app textarea:hover{border-color:var(--admin-control-border-hover);background:#141720}.admin-app input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,.admin-app select:focus,.admin-app textarea:focus{border-color:rgba(173,255,63,.66);background:#141720;box-shadow:0 0 0 3px rgba(173,255,63,.09)}.admin-app input::placeholder,.admin-app textarea::placeholder{color:#6f7586;opacity:1}.admin-app input[type=date]{color-scheme:dark}.admin-app input[type=checkbox],.admin-app input[type=radio]{width:18px;height:18px;flex:0 0 18px;accent-color:var(--admin-accent);cursor:pointer}.admin-app .admin-search-field input{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-app .admin-search-field input:focus,.admin-app .admin-search-field input:hover{border:0;background:transparent;box-shadow:none}.admin-app .admin-search-field:focus-within{border-color:rgba(173,255,63,.58);box-shadow:0 0 0 3px rgba(173,255,63,.08)}.admin-app .product-form-container>h2{margin:0;padding:24px clamp(20px,2.6vw,30px) 20px;border-bottom:1px solid var(--admin-border);color:#fff;font-size:clamp(1.25rem,2vw,1.65rem);letter-spacing:-.035em}.admin-app .product-form{gap:0;padding:clamp(20px,2.6vw,30px)}.admin-app .product-form-layout{grid-template-columns:minmax(0,1fr) 280px;gap:clamp(22px,3vw,38px)}.admin-app .product-form-fields{gap:22px}.admin-app .form-group{gap:8px}.admin-app .form-group>.form-checkbox-label,.admin-app .form-group>label,.admin-app .game-version-features-row>label,.admin-app .game-version-image-upload>label{color:#c5c8d2;font-size:.78rem;font-weight:800;line-height:1.35}.admin-app .form-hint{margin:0;color:#7f8596;font-size:.76rem;line-height:1.55}.admin-app .form-row{gap:14px}.admin-app .ps-store-import,.admin-app .ps-store-import--primary{margin-bottom:0;padding:18px;border-color:rgba(173,255,63,.19);border-radius:16px;background:linear-gradient(135deg,rgba(173,255,63,.065),rgba(17,19,26,.75))}.admin-app .ps-store-import-row{margin-top:3px}.admin-app .ps-store-import-row .btn{min-height:48px}.admin-app .card-image-version-radios,.admin-app .subscriptions-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--admin-control-border);border-radius:14px;background:#11131a}.admin-app .card-image-version-option,.admin-app .form-checkbox-label,.admin-app .subscription-checkbox{min-height:40px;padding:8px 10px;border-radius:10px;color:#d9dce4;font-size:.82rem;transition:background .16s ease,color .16s ease}.admin-app .form-checkbox-label{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:8px;cursor:pointer}.admin-app .card-image-version-option:hover,.admin-app .form-checkbox-label:hover,.admin-app .subscription-checkbox:hover{background:hsla(0,0%,100%,.045);color:#fff}.admin-app .stock-toggle-group{gap:8px;padding:5px;border-radius:14px;background:#101118}.admin-app .stock-toggle-btn{min-height:40px;flex:1 1;padding:0 15px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--admin-muted);font:inherit;font-size:.8rem;font-weight:800}.admin-app .stock-toggle-btn:hover{border-color:var(--admin-control-border);color:#fff}.admin-app .stock-toggle-btn.active,.admin-app .stock-toggle-btn:last-child.active{border-color:rgba(173,255,63,.22);background:rgba(173,255,63,.11);color:#c9ff82}.admin-app .stock-toggle-btn:last-child.active{border-color:hsla(0,100%,73%,.25);background:rgba(255,85,85,.09);color:#ff9a9a}.admin-app .file-input{min-height:48px;padding:8px;border:1px dashed hsla(0,0%,100%,.18);border-radius:12px;background:#11131a;color:#858b9b;font-size:.78rem}.admin-app .file-input::-webkit-file-upload-button{min-height:30px;margin-right:10px;padding:0 11px;border:0;border-radius:8px;background:#282c37;color:#f3f4f7;font:inherit;font-weight:800;cursor:pointer}.admin-app .file-input::file-selector-button{min-height:30px;margin-right:10px;padding:0 11px;border:0;border-radius:8px;background:#282c37;color:#f3f4f7;font:inherit;font-weight:800;cursor:pointer}.admin-app .file-input:hover{border-color:rgba(173,255,63,.42);background:rgba(173,255,63,.035)}.admin-app .game-version-block{margin:0;padding:16px;border:1px solid var(--admin-control-border);border-radius:16px;background:#11131a}.admin-app .game-version-row{margin-bottom:10px}.admin-app .game-version-order .btn-order{min-width:32px;min-height:28px;padding:0;border-color:var(--admin-control-border);background:#20232d;color:#adb2bf}.admin-app .game-version-order .btn-order:hover:not(:disabled){color:var(--admin-accent)}.admin-app .region-prices-row{gap:10px;margin:0;padding:10px 0}.admin-app .region-price-group{gap:8px;padding:10px;border-color:var(--admin-control-border);border-radius:12px;background:#171922}.admin-app .region-prices-label{color:#aeb3c1;font-size:.75rem;font-weight:900}.admin-app .game-version-date,.admin-app .game-version-image-url,.admin-app .game-version-name,.admin-app .game-version-price-small{min-height:42px;padding:9px 11px;border-radius:10px;font-size:.8rem}.admin-app .game-version-date{width:150px}.admin-app .game-version-features-row,.admin-app .game-version-image-row{padding-top:12px;border-color:var(--admin-control-border)}.admin-app .game-version-features-row textarea{min-height:96px}.admin-app .image-preview{border:1px solid var(--admin-control-border);border-radius:12px;background:#0d0f14;box-shadow:none}.admin-app .form-actions{position:-webkit-sticky;position:sticky;bottom:12px;z-index:5;margin:4px -10px -10px;padding:12px;border:1px solid var(--admin-control-border);border-radius:15px;background:rgba(18,20,27,.92);box-shadow:0 18px 50px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-app .product-form-preview-column{top:20px}.admin-app .product-form-preview-wrap{padding:14px;border:1px solid var(--admin-control-border);border-radius:16px;background:#11131a}.admin-app .product-list{overflow:auto;border:1px solid var(--admin-border);border-radius:18px;background:#11131a;box-shadow:none}.admin-app .admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid var(--admin-border)}.admin-app .admin-pagination-status{color:var(--admin-muted);font-size:.75rem;font-weight:800}.admin-app .admin-pagination-pages{display:flex;align-items:center;justify-content:center;gap:6px}.admin-app .admin-pagination-button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:1px solid var(--admin-control-border);border-radius:10px;background:#151820;color:#aeb3c1;font:inherit;font-size:.76rem;font-weight:850;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.admin-app .admin-pagination-button--nav{width:auto;min-width:84px;gap:7px;padding:0 12px}.admin-app .admin-pagination-button:hover:not(:disabled){border-color:rgba(173,255,63,.45);background:rgba(173,255,63,.08);color:#d8ff9f;transform:translateY(-1px)}.admin-app .admin-pagination-button.active{border-color:var(--admin-accent);background:var(--admin-accent);color:#12150d}.admin-app .admin-pagination-button:focus-visible{outline:2px solid var(--admin-accent);outline-offset:2px}.admin-app .admin-pagination-button:disabled{opacity:.35;cursor:default}.admin-app .admin-pagination-ellipsis{display:inline-flex;width:22px;height:38px;align-items:center;justify-content:center;color:#656b7a;font-weight:800}.admin-app .admin-table{min-width:900px;color:#d9dce4;font-size:.84rem}.admin-app .admin-table thead{background:#0f1117}.admin-app .admin-table th{padding:13px 16px;border-bottom:1px solid var(--admin-border);color:#777e90;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.admin-app .admin-table td{padding:15px 16px;border-bottom:1px solid hsla(0,0%,100%,.065);vertical-align:middle}.admin-app .admin-table tbody tr{transition:background .16s ease}.admin-app .admin-table tbody tr:hover{background:hsla(0,0%,100%,.025)}.admin-app .admin-table tbody tr:last-child td{border-bottom:0}.admin-app .admin-product-name-cell{width:34%;color:#f1f2f5;line-height:1.45}.admin-app .admin-product-name-cell strong{font-weight:750}.admin-app .admin-price-value,.admin-app .discount-price{color:#f1f2f5;font-weight:800;white-space:nowrap}.admin-app .discount-price{color:var(--admin-accent)}.admin-app .admin-prices-category,.admin-app .category-badge{padding:6px 9px;border:1px solid rgba(173,255,63,.16);border-radius:999px;background:rgba(173,255,63,.07);color:#bdfb6b;font-size:.65rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.admin-app .category-console{border-color:rgba(108,174,255,.2);background:rgba(108,174,255,.08);color:#8fc1ff}.admin-app .category-accessory{border-color:rgba(255,187,92,.2);background:rgba(255,187,92,.08);color:#ffc575}.admin-app .category-subscription{border-color:rgba(190,129,255,.2);background:rgba(190,129,255,.08);color:#ca9bff}.admin-app .no-discount,.admin-app .stock-by-variant{color:#7f8596;font-size:.78rem}.admin-app .stock-toggle{min-height:34px;padding:0 10px;border:1px solid rgba(173,255,63,.2);border-radius:9px;background:rgba(173,255,63,.07);color:#bdfb6b;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.admin-app .stock-toggle.out-of-stock{border-color:hsla(0,100%,73%,.2);background:rgba(255,85,85,.07);color:#ff9292}.admin-app .action-buttons{flex-wrap:nowrap;justify-content:flex-end;gap:7px}.admin-app .empty-state,.admin-app .loading{padding:40px 20px;color:var(--admin-muted);font-size:.9rem}.admin-app .error-message,.admin-login-page .error-message{padding:12px 14px;border:1px solid hsla(0,100%,73%,.23);border-radius:12px;background:rgba(255,85,85,.08);color:#ff9a9a;font-size:.8rem;text-align:left}.admin-app .admin-prices-list{gap:12px}.admin-app .admin-prices-card{padding:18px;border-color:var(--admin-border);border-radius:16px;background:#11131a;box-shadow:none}.admin-app .admin-prices-card-header{justify-content:space-between;margin-bottom:14px}.admin-app .admin-prices-card-header h3{color:#f3f4f7;font-size:.95rem;font-weight:800}.admin-app .admin-prices-table-wrap{margin-bottom:0;border:1px solid var(--admin-border);border-radius:12px}.admin-app .admin-prices-table td,.admin-app .admin-prices-table th{padding:9px 10px;border-color:var(--admin-border)}.admin-app .admin-prices-table th{color:#7f8596;font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.admin-app .admin-prices-table input[type=date],.admin-app .admin-prices-table input[type=number]{min-width:92px;min-height:38px;padding:7px 9px;border-radius:9px;font-size:.76rem}.admin-app .admin-prices-single-row label{color:#aeb3c1;font-size:.78rem;font-weight:800}.admin-app .admin-prices-single-row input{width:120px}@media (max-width:1180px){.admin-app .product-form-layout{grid-template-columns:minmax(0,1fr)}.admin-app .product-form-preview-column{position:static;justify-self:start}}@media (max-width:760px){.admin-app .product-form-container>h2{padding:20px 18px 16px}.admin-app .product-form{padding:18px 14px}.admin-app .card-image-version-radios,.admin-app .form-actions,.admin-app .form-row,.admin-app .game-player-support-fields,.admin-app .subscriptions-checkboxes{grid-template-columns:1fr}.admin-app .form-actions{display:grid}.admin-app .form-actions .btn{width:100%}.admin-app .product-list{overflow:visible;border:0;border-radius:0;background:transparent}.admin-app .admin-pagination{align-items:stretch;flex-direction:column;gap:12px}.admin-app .admin-pagination-status{text-align:center}.admin-app .admin-pagination-pages{gap:4px}.admin-app .admin-pagination-button{width:34px;height:36px;border-radius:9px}.admin-app .admin-pagination-button--nav{min-width:34px;padding:0}.admin-app .admin-pagination-nav-label{display:none}.admin-app .admin-pagination-ellipsis{width:18px;height:36px}.admin-app .admin-table{min-width:0;font-size:.82rem}.admin-app .admin-table tr.admin-table-row{margin-bottom:10px;padding:14px;border-color:var(--admin-border);border-radius:16px;background:#11131a;box-shadow:none}.admin-app .admin-table td{padding:9px 0;border-color:hsla(0,0%,100%,.065)}.admin-app .admin-table td:before{color:#777e90;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-app .admin-product-name-cell{width:auto}.admin-app .action-buttons{display:grid;grid-template-columns:1fr auto;width:100%}.admin-app .action-buttons .btn{min-height:40px}.admin-app .admin-prices-card{padding:14px}}.layout--storefront{--shop-bg:#101116;--shop-surface:#17191f;--shop-surface-2:#1d2028;--shop-line:hsla(0,0%,100%,.09);--shop-line-strong:hsla(0,0%,100%,.16);--shop-text:#f5f6f8;--shop-muted:#9299a8;--shop-green:#b5f451;--shop-violet:#7559ff;--shop-red:#ff6474;--shop-radius:18px;min-height:100vh;overflow:clip;color:var(--shop-text);background:var(--shop-bg);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.layout--storefront *,.layout--storefront :after,.layout--storefront :before{box-sizing:border-box}.layout--storefront button,.layout--storefront input{font:inherit}.layout--storefront main{flex:1 1;min-width:0;padding:0;background:var(--shop-bg)}.layout--storefront .site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;min-height:64px;background:rgba(16,17,22,.92);border-bottom:1px solid var(--shop-line);box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.layout--storefront .navbar{padding:0;color:var(--shop-text);background:transparent;overflow:visible}.layout--storefront .nav-container{width:min(1520px,calc(100% - 40px));min-height:64px;margin:0 auto;padding:8px 0;display:flex;align-items:center;justify-content:flex-start;gap:18px}.layout--storefront .logo{min-width:max-content;display:flex;flex-direction:row;align-items:center;gap:9px;color:var(--shop-text);text-decoration:none}.layout--storefront .logo-mark{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;color:#0d0f13;background:var(--shop-green);border-radius:10px;font-family:Unbounded,sans-serif;font-size:10px;font-weight:700;letter-spacing:-.06em}.layout--storefront .logo-copy{display:flex;flex-direction:column;gap:1px}.layout--storefront .logo-title{color:var(--shop-text);background:none;-webkit-text-fill-color:currentColor;font-family:Unbounded,sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.15}.layout--storefront .logo-subtitle{color:#727987;font-size:9px;font-weight:700;opacity:1}.layout--storefront .header-nav-links{min-width:0;display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none}.layout--storefront .header-nav-links::-webkit-scrollbar{display:none}.layout--storefront .header-nav-link{min-height:38px;position:relative;flex:0 0 auto;display:inline-flex;align-items:center;padding:0 4px;color:#9ca3b2;background:transparent;border:0;border-radius:0;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer;transition:color .16s ease,background .16s ease}.layout--storefront .header-nav-link.active,.layout--storefront .header-nav-link:hover{color:var(--shop-text);background:transparent}.layout--storefront .header-nav-link.active:after{content:"";position:absolute;right:4px;bottom:1px;left:4px;height:2px;background:var(--shop-green);border-radius:999px}.layout--storefront .header-nav-link--discount{color:var(--shop-green)}.layout--storefront .nav-links.header-tools{margin-left:auto;display:flex;flex-wrap:nowrap;align-items:center;gap:7px}.layout--storefront .header-search-wrap{position:relative;width:180px;height:40px;min-height:40px;flex:0 0 180px;display:block;align-self:center}.layout--storefront .header-search-icon{position:absolute;top:50%;left:11px;z-index:1;width:15px;height:15px;color:#727987;transform:translateY(-50%);pointer-events:none}.layout--storefront .search-input.header-search-input{position:static;inset:auto;width:100%;height:40px;padding:0 12px 0 34px;color:var(--shop-text);background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:10px;outline:none;box-shadow:none;font-size:12px;font-weight:700}.layout--storefront .search-input.header-search-input::placeholder{color:#777e8d}.layout--storefront .search-input.header-search-input:focus{border-color:rgba(181,244,81,.5);box-shadow:0 0 0 3px rgba(181,244,81,.06)}.layout--storefront .region-switcher{position:relative;margin:0;padding:2px;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:10px}.layout--storefront .region-switcher,.layout--storefront .region-switcher-options{display:flex;align-items:center;gap:2px}.layout--storefront .region-switcher-label,.layout--storefront .region-switcher-mobile{display:none}.layout--storefront .region-switcher-btn{min-height:32px;gap:4px;padding:0 7px;color:#7e8594;background:transparent;border:0;border-radius:7px;font-size:10px;font-weight:900}.layout--storefront .region-switcher-btn.active{color:var(--shop-text);background:#292c34;border:0}.layout--storefront .region-switcher-icon{width:16px;height:11px;border-radius:2px}.layout--storefront .cart-button{position:relative;min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;color:#0e1013;background:var(--shop-green);border:0;border-radius:10px;box-shadow:none;font-size:11px;font-weight:900}.layout--storefront .cart-button:hover{color:#0e1013;background:#c5ff68;transform:none}.layout--storefront .cart-icon{width:16px;height:16px}.layout--storefront .cart-badge{min-width:17px;height:17px;position:absolute;top:-6px;right:-6px;display:grid;place-items:center;padding:0 4px;color:#fff;background:var(--shop-violet);border:2px solid var(--shop-bg);border-radius:999px;font-size:7px}.layout--storefront .store-hero{position:relative;min-height:530px;overflow:hidden;background:radial-gradient(circle at 78% 32%,rgba(117,89,255,.22),transparent 25rem),radial-gradient(circle at 26% 100%,rgba(181,244,81,.07),transparent 24rem),#111218;border-bottom:1px solid var(--shop-line)}.layout--storefront .store-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}.layout--storefront .store-hero-glow{display:none}.layout--storefront .store-hero-inner{position:relative;width:min(1380px,calc(100% - 64px));min-height:530px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 520px;align-items:center;grid-gap:60px;gap:60px;padding:58px 0 62px}.layout--storefront .home-banner-kicker,.layout--storefront .home-section-heading>div>span,.layout--storefront .section-kicker,.layout--storefront .store-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--shop-green);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.layout--storefront .store-eyebrow>span{width:22px;height:1px;background:currentColor}.layout--storefront .store-hero h1{max-width:720px;margin:17px 0 20px;color:var(--shop-text);font-family:Unbounded,sans-serif;font-size:clamp(44px,5vw,72px);font-weight:700;letter-spacing:-.055em;line-height:.98}.layout--storefront .store-hero h1 em{color:var(--shop-green);background:none;-webkit-text-fill-color:currentColor;font-style:normal}.layout--storefront .store-hero-copy>p{max-width:610px;margin:0;color:#a4aab7;font-size:16px;line-height:1.7}.layout--storefront .store-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.layout--storefront .hero-primary,.layout--storefront .hero-secondary{min-height:46px;padding:0 16px;border-radius:11px;font-size:12px;font-weight:900}.layout--storefront .hero-primary{display:inline-flex;align-items:center;gap:24px;color:#0e1013;background:var(--shop-green);border:1px solid var(--shop-green)}.layout--storefront .hero-secondary{color:var(--shop-text);background:hsla(0,0%,100%,.045);border:1px solid var(--shop-line-strong)}.layout--storefront .store-trust-row{display:flex;gap:28px;margin-top:34px}.layout--storefront .store-trust-row div{display:flex;flex-direction:column;gap:1px}.layout--storefront .store-trust-row strong{color:var(--shop-text);font-family:Unbounded,sans-serif;font-size:14px}.layout--storefront .store-trust-row span{color:#737b8b;font-size:11px;font-weight:700}.layout--storefront .hero-product-stack{position:relative;min-height:370px;perspective:900px}.layout--storefront .hero-product-card{position:absolute;width:205px;height:292px;overflow:hidden;padding:0;background:#191b22;border:1px solid hsla(0,0%,100%,.17);border-radius:20px;box-shadow:0 28px 70px rgba(0,0,0,.45);transition:transform .22s ease}.layout--storefront .hero-product-card img{width:100%;height:100%;display:block;object-fit:cover}.layout--storefront .hero-product-card:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(5,6,10,.92))}.layout--storefront .hero-product-card>span{position:absolute;right:14px;bottom:14px;left:14px;z-index:1;color:#fff;font-size:12px;font-weight:900;line-height:1.35;text-align:left}.layout--storefront .hero-product-card--1{top:47px;left:0;z-index:3;transform:rotate(-7deg)}.layout--storefront .hero-product-card--2{top:5px;left:29%;z-index:2;transform:rotate(3deg)}.layout--storefront .hero-product-card--3{top:60px;right:0;z-index:1;transform:rotate(8deg) scale(.95)}.layout--storefront .hero-product-card--1:hover{transform:rotate(-4deg) translateY(-8px)}.layout--storefront .hero-product-card--2:hover{transform:rotate(1deg) translateY(-8px)}.layout--storefront .hero-product-card--3:hover{transform:rotate(5deg) translateY(-8px) scale(.97)}.layout--storefront .hero-orbit{display:none}.layout--storefront .home-benefits,.layout--storefront .home-ea-banner,.layout--storefront .home-hardware-grid,.layout--storefront .home-help-banner,.layout--storefront .home-section,.layout--storefront .home-subscription-banner{width:min(1380px,calc(100% - 64px));margin-right:auto;margin-left:auto}.layout--storefront .home-benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;margin-bottom:80px;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:16px}.layout--storefront .home-deals-promotions{width:min(calc(100% - 48px),1440px);margin:34px auto 58px}.layout--storefront .home-deals-promotions-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.layout--storefront .home-deals-promotions-heading span{color:var(--shop-green);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.layout--storefront .home-deals-promotions-heading h2{margin:5px 0 0;color:#fff;font-family:Unbounded;font-size:clamp(23px,3vw,34px);letter-spacing:-.045em}.layout--storefront .home-deals-promotions-heading button{display:inline-flex;align-items:center;gap:10px;padding:10px 13px;color:#b8bdc8;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:10px;font-size:11px;font-weight:900;cursor:pointer}.layout--storefront .home-deals-promotions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,320px));grid-gap:14px;gap:14px}.layout--storefront .home-deals-promotions-grid--1{grid-template-columns:minmax(0,320px)}.layout--storefront .home-deals-promotions-grid--2{grid-template-columns:repeat(2,minmax(0,320px))}.layout--storefront .home-deals-promotion{min-width:0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);padding:0;color:#fff;background:#16181f;border:1px solid var(--shop-line);border-radius:20px;text-align:left;cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.layout--storefront .home-deals-promotion:hover{border-color:rgba(181,244,81,.48);box-shadow:0 18px 48px rgba(0,0,0,.28);transform:translateY(-4px)}.layout--storefront .home-deals-promotion>img{width:100%;aspect-ratio:1/1;display:block;object-fit:contain;object-position:center;background:#0e1015}.layout--storefront .home-deals-promotion>span{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px}.layout--storefront .home-deals-promotion strong{overflow:hidden;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.layout--storefront .home-deals-promotion small{flex:0 0 auto;display:flex;align-items:center;gap:7px;color:#8c93a1;font-size:9px;font-weight:800}.layout--storefront .home-deals-promotion b{color:var(--shop-green);font-size:12px}.layout--storefront .home-benefits>div{min-height:94px;display:flex;align-items:center;gap:14px;padding:20px 24px;border-right:1px solid var(--shop-line)}.layout--storefront .home-benefits>div:last-child{border-right:0}.layout--storefront .home-benefits>div>span{color:var(--shop-green);font-family:Unbounded,sans-serif;font-size:10px}.layout--storefront .home-benefits p{margin:0;display:flex;flex-direction:column;gap:3px}.layout--storefront .home-benefits strong{color:var(--shop-text);font-size:14px;font-weight:900}.layout--storefront .home-benefits small{color:#7e8594;font-size:11px;line-height:1.45}.layout--storefront .home-section{margin-bottom:88px;scroll-margin-top:120px}.layout--storefront .home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.layout--storefront .home-section-heading h2{margin:5px 0 0;color:var(--shop-text);font-family:Unbounded,sans-serif;font-size:clamp(25px,3vw,38px);letter-spacing:-.045em}.layout--storefront .home-section-heading>button{padding:9px 11px;color:#a8aebb;background:transparent;border:1px solid var(--shop-line);border-radius:9px;font-size:11px;font-weight:900}.layout--storefront .home-section-heading>button:hover{color:var(--shop-text);border-color:var(--shop-line-strong)}.layout--storefront .home-subscription-banner{min-height:390px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 420px;align-items:center;grid-gap:30px;gap:30px;margin-bottom:88px;padding:46px 58px;background:radial-gradient(circle at 80% 20%,rgba(113,79,255,.8),transparent 21rem),linear-gradient(125deg,#251b61,#161429 60%,#111218);border:1px solid rgba(148,122,255,.3);border-radius:26px}.layout--storefront .home-subscription-hover-art{position:absolute;inset:0 0 0 48%;z-index:0;overflow:hidden;box-sizing:border-box;border:1px solid hsla(0,0%,100%,.12);border-radius:22px;pointer-events:none;opacity:0;transform:translateX(18px);transition:opacity .32s ease,transform .38s ease;-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.7) 24%,#000 55%);mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.7) 24%,#000 55%)}.layout--storefront .home-subscription-hover-art.active{opacity:.24;transform:translateX(0);animation:subscriptionArtReveal .42s ease both}.layout--storefront .home-subscription-hover-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,18,24,.18),rgba(17,18,24,.58))}.layout--storefront .home-subscription-hover-art img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 32%;filter:saturate(.88) contrast(1.05);animation:subscriptionArtDrift 5s ease-out forwards}@keyframes subscriptionArtReveal{0%{opacity:0;transform:translateX(24px)}to{opacity:.24;transform:translateX(0)}}@keyframes subscriptionArtDrift{0%{transform:scale(1.04)}to{transform:scale(1)}}.layout--storefront .home-subscription-copy{position:relative;z-index:2}.layout--storefront .home-subscription-copy h2{margin:10px 0 16px;color:#fff;font-family:Unbounded,sans-serif;font-size:clamp(32px,4vw,52px);letter-spacing:-.05em;line-height:1.08}.layout--storefront .home-subscription-copy p{max-width:520px;margin:0;color:#b6b2cb;font-size:15px;line-height:1.65}.layout--storefront .home-subscription-copy button{min-height:44px;margin-top:24px;padding:0 14px;color:#111218;background:#fff;border:0;border-radius:10px;font-size:11px;font-weight:900}.layout--storefront .home-subscription-tabs{display:flex;gap:7px;margin-top:22px}.layout--storefront .home-subscription-copy .home-subscription-tabs button{min-height:36px;margin:0;padding:0 14px;color:#c7c2dd;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:999px}.layout--storefront .home-subscription-copy .home-subscription-tabs button.active{color:#19142a;background:var(--shop-green);border-color:var(--shop-green)}.layout--storefront .home-subscription-copy .home-subscription-action{display:inline-flex;align-items:center;gap:18px}.layout--storefront .home-subscription-art{position:relative;height:300px;display:grid;place-items:center}.layout--storefront .home-subscription-art img{width:250px;height:250px;position:relative;z-index:2;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(0,0,0,.38);transform:rotate(5deg)}.layout--storefront .home-subscription-art>span{position:absolute;color:hsla(0,0%,100%,.08);font-family:Unbounded;font-size:130px;font-weight:700}.layout--storefront .home-subscription-library{min-width:0;position:relative;z-index:2;padding:24px;background:rgba(9,8,20,.48);border:1px solid hsla(0,0%,100%,.12);border-radius:22px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.layout--storefront .home-subscription-library>:not(.home-subscription-hover-art){position:relative;z-index:2}.layout--storefront .home-subscription-library-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;color:#fff}.layout--storefront .home-subscription-library-heading strong{font-size:13px}.layout--storefront .home-subscription-library-heading span{min-width:27px;min-height:27px;display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;color:#17131f;background:var(--shop-green);border-radius:9px;font-size:10px;font-weight:900;white-space:nowrap}.layout--storefront .home-subscription-library-heading span small{font:inherit}.layout--storefront .home-subscription-library>p{margin:14px 0 0;color:#9691aa;font-size:11px;line-height:1.55}.layout--storefront .home-subscription-periods{display:flex;flex-wrap:wrap;gap:6px;margin:-3px 0 15px}.layout--storefront .home-subscription-periods button{min-height:30px;padding:0 9px;color:#aaa5ba;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.11);border-radius:8px;font-size:9px;font-weight:900;cursor:pointer}.layout--storefront .home-subscription-periods button:hover{color:#fff;border-color:hsla(0,0%,100%,.25)}.layout--storefront .home-subscription-periods button.active{color:#17131f;background:var(--shop-green);border-color:var(--shop-green)}.layout--storefront .home-subscription-covers{display:flex;align-items:center}.layout--storefront .home-subscription-library .home-subscription-covers{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;grid-gap:9px;gap:9px;overflow:visible}.layout--storefront .home-subscription-library .home-subscription-covers>button,.layout--storefront .home-subscription-library .home-subscription-more{width:100%;height:auto;min-width:0;aspect-ratio:4/5;margin-left:0}.layout--storefront .home-subscription-covers>button,.layout--storefront .home-subscription-more{width:82px;height:104px;position:relative;overflow:hidden;display:grid;flex:0 0 82px;place-items:center;margin:0 0 0 -15px;padding:0;color:#fff;background:#232131;border:3px solid #171522;border-radius:13px;box-shadow:0 12px 28px rgba(0,0,0,.28);font-family:Unbounded;font-size:13px;font-weight:800;transition:transform .18s ease}.layout--storefront .home-subscription-covers>button:first-child{margin-left:0}.layout--storefront .home-subscription-library .home-subscription-covers>button{z-index:1;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;transform-origin:center}.layout--storefront .home-subscription-library .home-subscription-covers>button:hover{z-index:8;border-color:var(--shop-green);box-shadow:0 18px 38px rgba(0,0,0,.48);transform:scale(1.13)}.layout--storefront .home-subscription-covers>button:hover{z-index:3;transform:translateY(-5px)}.layout--storefront .home-subscription-covers img{width:100%;height:100%;display:block;object-fit:cover}.layout--storefront .home-subscription-more{z-index:4;background:#242034}.layout--storefront .home-subscription-essential{min-width:0;min-height:235px;position:relative;z-index:2;overflow:hidden;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;padding:24px;color:#fff;background:rgba(9,8,20,.48);border:1px solid hsla(0,0%,100%,.12);border-radius:22px;text-align:left;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.layout--storefront .home-subscription-essential-image{width:150px;aspect-ratio:1;overflow:hidden;display:grid;place-items:center;background:#242034;border:1px solid hsla(0,0%,100%,.1);border-radius:20px}.layout--storefront .home-subscription-essential-image img{width:100%;height:100%;display:block;object-fit:contain}.layout--storefront .home-subscription-essential-image>span{color:var(--shop-green);font-family:Unbounded;font-size:27px;font-weight:800}.layout--storefront .home-subscription-essential>div:last-child{min-width:0;display:flex;flex-direction:column;gap:7px}.layout--storefront .home-subscription-essential>div:last-child>span{color:#9993ac;font-size:10px;font-weight:800}.layout--storefront .home-subscription-essential strong{color:#fff;font-size:14px;line-height:1.35}.layout--storefront .home-subscription-essential .home-subscription-periods{margin:3px 0 0}.layout--storefront .home-subscription-essential b{margin-top:8px;color:var(--shop-green);font-family:Unbounded;font-size:17px}.layout--storefront .home-subscription-essential b small{font:inherit}.layout--storefront .home-ea-banner{min-height:300px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);align-items:center;grid-gap:40px;gap:40px;margin-bottom:88px;padding:42px 54px;background:radial-gradient(circle at 80% 50%,rgba(255,96,65,.24),transparent 25rem),linear-gradient(125deg,#241316,#151217 58%,#101116);border:1px solid rgba(255,112,80,.24);border-radius:26px}.layout--storefront .home-ea-copy{position:relative;z-index:2}.layout--storefront .home-ea-copy .home-banner-kicker{color:#ff755b}.layout--storefront .home-ea-copy h2{margin:10px 0 14px;color:#fff;font-family:Unbounded;font-size:clamp(28px,3.4vw,46px);line-height:1.08;letter-spacing:-.05em}.layout--storefront .home-ea-copy p{max-width:560px;margin:0;color:#aa9799;font-size:14px;line-height:1.65}.layout--storefront .home-ea-copy button{min-height:43px;display:inline-flex;align-items:center;gap:20px;margin-top:22px;padding:0 14px;color:#fff;background:#e8462b;border:0;border-radius:10px;font-size:11px;font-weight:900}.layout--storefront .home-ea-library{min-width:0;position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end}.layout--storefront .home-ea-library .home-subscription-covers{position:relative;z-index:2}.layout--storefront .home-ea-library .home-subscription-covers>button,.layout--storefront .home-ea-library .home-subscription-more{width:124px;height:124px;flex-basis:124px;margin-left:-30px;border-color:#21171a;border-radius:18px}.layout--storefront .home-ea-library .home-subscription-covers>button:first-child{margin-left:0}.layout--storefront .home-ea-more-card:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(12,10,22,.62)}.layout--storefront .home-ea-more-card .home-ea-more-count{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:#fff;font-family:Unbounded;font-size:17px;font-weight:800}.layout--storefront .home-ea-offer{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;margin-left:22px}.layout--storefront .home-ea-logo{width:124px;height:124px;object-fit:contain;border-radius:22px}.layout--storefront .home-ea-price{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:12px}.layout--storefront .home-ea-price strong{color:#fff;font-family:Unbounded;font-size:17px;line-height:1.2}.layout--storefront .home-ea-price span{color:#aa9799;font-size:11px;font-weight:700}.layout--storefront .home-hardware-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;margin-bottom:88px}.layout--storefront .home-hardware-card{min-height:340px;position:relative;overflow:hidden;padding:36px;color:#fff;background:#1a1c23;border:1px solid var(--shop-line);border-radius:24px;text-align:left}.layout--storefront .home-hardware-card--console{background:linear-gradient(135deg,#e9eaf0,#c9ced9);color:#12141a}.layout--storefront .home-hardware-card--accessory{background:linear-gradient(135deg,#182543,#11151f)}.layout--storefront .home-hardware-card strong{position:relative;z-index:2;display:block;margin-top:10px;font-family:Unbounded;font-size:clamp(25px,3vw,40px);line-height:1.12;letter-spacing:-.045em}.layout--storefront .home-hardware-card small{position:absolute;bottom:30px;left:36px;z-index:2;font-size:11px;font-weight:900}.layout--storefront .home-hardware-card img{width:52%;height:84%;position:absolute;right:-3%;bottom:-7%;object-fit:contain;transition:transform .24s ease}.layout--storefront .home-hardware-card:hover img{transform:scale(1.04) translateY(-4px)}.layout--storefront .home-hardware-card--console .home-banner-kicker{color:#53606f}.layout--storefront .home-help-banner{min-height:170px;display:grid;grid-template-columns:1.2fr .8fr auto;align-items:center;grid-gap:36px;gap:36px;margin-bottom:100px;padding:32px 38px;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:20px}.layout--storefront .home-help-banner>div>span{color:var(--shop-green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.layout--storefront .home-help-banner h2{margin:6px 0 0;color:var(--shop-text);font-size:18px;line-height:1.35}.layout--storefront .home-help-banner p{margin:0;color:#848c9c;font-size:13px;line-height:1.6}.layout--storefront .home-help-banner a{padding:12px 14px;color:#111218;background:var(--shop-green);border-radius:10px;font-size:11px;font-weight:900;text-decoration:none;white-space:nowrap}.layout--storefront .storefront-container{width:min(1380px,calc(100% - 64px));max-width:none;margin:0 auto;padding:48px 0 90px}.layout--storefront .page-header-row{align-items:flex-end;margin-bottom:24px;padding:0}.layout--storefront .catalog-heading{display:grid;grid-template-columns:auto auto;align-items:end;grid-gap:3px 12px;gap:3px 12px}.layout--storefront .catalog-heading .section-kicker{grid-column:1/-1}.layout--storefront .page-title{margin:0;color:var(--shop-text);font-family:Unbounded,sans-serif;font-size:clamp(26px,3vw,36px);font-weight:700;letter-spacing:-.045em;line-height:1.1}.layout--storefront .catalog-count{padding-bottom:2px;color:#707786;font-size:11px;font-weight:800}.layout--storefront .page-header-actions{gap:7px}.layout--storefront .sort-dropdown-trigger{min-height:38px;padding:0 12px;color:#a9afbd;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:10px;box-shadow:none;font-size:11px;font-weight:900}.layout--storefront .sort-dropdown-trigger:hover{color:#fff;background:var(--shop-surface-2);border-color:var(--shop-line-strong)}.layout--storefront .filter-count-badge{color:#101116;background:var(--shop-green)}.layout--storefront .filter-dropdown-menu,.layout--storefront .sort-dropdown-menu{top:calc(100% + 8px);z-index:20;padding:7px;color:var(--shop-text);background:#1a1c23;border:1px solid var(--shop-line-strong);border-radius:13px;box-shadow:0 22px 60px rgba(0,0,0,.45)}.layout--storefront .filter-dropdown-options button,.layout--storefront .sort-dropdown-menu button{color:#a4aab8;background:transparent;border:0;border-radius:8px;font-size:11px;font-weight:800}.layout--storefront .filter-dropdown-options button.active,.layout--storefront .filter-dropdown-options button:hover,.layout--storefront .sort-dropdown-menu button.active,.layout--storefront .sort-dropdown-menu button:hover{color:#fff;background:hsla(0,0%,100%,.07)}.layout--storefront .filter-dropdown-menu{width:min(620px,calc(100vw - 30px));max-height:min(720px,calc(100dvh - 96px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#444956 transparent;scrollbar-width:thin}.layout--storefront .filter-dropdown-section{gap:10px;padding:15px;border-bottom:1px solid var(--shop-line)}.layout--storefront .filter-dropdown-label{color:#fff;font-size:12px;font-weight:900}.layout--storefront .filter-dropdown-checkboxes{max-height:none;display:grid;grid-gap:8px 14px;gap:8px 14px;overflow:visible}.layout--storefront .filter-dropdown-checkboxes--genres{grid-template-columns:repeat(3,minmax(0,1fr))}.layout--storefront .filter-dropdown-checkboxes--modes{grid-template-columns:repeat(2,minmax(0,1fr))}.layout--storefront .filter-dropdown-checkbox{min-width:0;align-items:flex-start;color:#a5abba;font-size:11px;line-height:1.35}.layout--storefront .filter-dropdown-checkbox span{min-width:0;overflow-wrap:anywhere}.layout--storefront .filter-dropdown-checkbox input{width:16px;height:16px;flex:0 0 16px;margin:0;accent-color:var(--shop-green)}.layout--storefront .filter-reset-btn{color:var(--shop-green);background:rgba(181,244,81,.07);border-color:rgba(181,244,81,.16);border-radius:8px}.layout--storefront .filter-dropdown-footer{position:-webkit-sticky;position:sticky;bottom:-7px;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:9px;gap:9px;padding:12px 14px;background:rgba(26,28,35,.98);border-top:1px solid var(--shop-line);box-shadow:0 -12px 26px rgba(10,11,15,.72)}.layout--storefront .filter-dropdown-footer .filter-reset-btn{width:auto;min-height:36px;padding:0 12px;white-space:nowrap}.layout--storefront .filter-apply-btn{min-height:36px;padding:0 14px;color:#111218;background:var(--shop-green);border:1px solid var(--shop-green);border-radius:8px;font-size:11px;font-weight:900;white-space:nowrap}.layout--storefront .products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:26px 16px;gap:26px 16px}.layout--storefront .storefront-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:42px;padding-top:22px;border-top:1px solid var(--shop-line)}.layout--storefront .storefront-pagination-status{color:var(--shop-muted);font-size:11px;font-weight:800}.layout--storefront .storefront-pagination-pages{display:flex;align-items:center;justify-content:center;gap:6px}.layout--storefront .storefront-pagination-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0;color:#a4aab8;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:11px;font-size:11px;font-weight:900;cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}.layout--storefront .storefront-pagination-button--nav{width:auto;min-width:88px;padding:0 13px}.layout--storefront .storefront-pagination-button:hover:not(:disabled){color:#fff;background:var(--shop-surface-2);border-color:var(--shop-line-strong);transform:translateY(-1px)}.layout--storefront .storefront-pagination-button.active{color:#101116;background:var(--shop-green);border-color:var(--shop-green)}.layout--storefront .storefront-pagination-button:focus-visible{outline:2px solid var(--shop-green);outline-offset:2px}.layout--storefront .storefront-pagination-button:disabled{cursor:not-allowed;opacity:.35}.layout--storefront .storefront-pagination-ellipsis{width:24px;color:#656c7b;text-align:center;font-size:13px;font-weight:900}.layout--storefront .product-card{width:100%;min-width:0;max-width:none;overflow:visible;color:var(--shop-text);background:transparent;border:0;border-radius:0;box-shadow:none;transform:none}.layout--storefront .product-card:hover{background:transparent;border:0;box-shadow:none;transform:none}.layout--storefront .product-card:focus-visible{outline:2px solid var(--shop-green);outline-offset:5px;border-radius:var(--shop-radius)}.layout--storefront .product-image{width:100%;height:auto;min-width:0;min-height:0;aspect-ratio:1/1;position:relative;overflow:hidden;background:transparent;border:1px solid var(--shop-line);border-radius:var(--shop-radius)}.layout--storefront .product-image img{width:100%;height:100%;display:block;object-fit:contain;background:transparent;border-radius:inherit;transition:transform .26s ease,filter .26s ease}.layout--storefront .product-card--accessory .product-image img,.layout--storefront .product-card--console .product-image img{object-fit:contain;padding:0;background:transparent}.layout--storefront .product-card:hover .product-image img{transform:scale(1.025);filter:brightness(1.04)}.layout--storefront .product-card-badges{position:absolute;top:10px;right:10px;left:10px;z-index:3;display:flex;flex-wrap:wrap;align-items:center;gap:6px;pointer-events:none}.layout--storefront .product-image-discount,.layout--storefront .product-new-badge{position:static;inset:auto;display:inline-flex;align-items:center;min-height:27px;padding:6px 8px;color:#101116;background:var(--shop-green);border:0;border-radius:7px;font-size:9px;font-weight:900;line-height:1;text-transform:uppercase}.layout--storefront .product-image-discount{color:#fff;background:var(--shop-violet)}.layout--storefront .product-consoles-overlay{top:auto;right:9px;bottom:9px;left:auto;z-index:3}.layout--storefront .console-badge{padding:5px 7px;color:#fff;background:rgba(13,15,20,.82);border:1px solid hsla(0,0%,100%,.15);border-radius:7px;font-size:9px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.layout--storefront .product-info{min-height:0;display:flex;flex-direction:column;padding:11px 2px 0}.layout--storefront .product-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;color:#6f7686;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.layout--storefront .product-availability{display:inline-flex;align-items:center;gap:4px;color:#9fd740}.layout--storefront .product-availability:before{content:"";width:4px;height:4px;background:currentColor;border-radius:50%}.layout--storefront .product-availability--off{color:var(--shop-red)}.layout--storefront .product-name{min-height:42px;margin:0 0 8px;color:var(--shop-text);font-size:14px;font-weight:900;line-height:1.4;overflow-wrap:anywhere}.layout--storefront .product-card-rating{display:flex;align-items:center;gap:4px;min-height:18px;margin:-2px 0 7px;color:#858c9a;font-size:9px;line-height:1}.layout--storefront .product-card-rating>span{color:var(--shop-green);font-size:11px}.layout--storefront .product-card-rating strong{color:#dfe2e8;font-size:10px}.layout--storefront .product-card-rating small{color:#737a88;font-size:8px}.layout--storefront .product-pricing{min-height:20px;display:flex;align-items:baseline;gap:5px;margin:0}.layout--storefront .product-price-prefix{color:#747b8a;font-size:10px;font-weight:800}.layout--storefront .product-pricing .current-price{color:var(--shop-text);font-family:Unbounded;font-size:16px;font-weight:700;letter-spacing:-.04em}.layout--storefront .product-price-unavailable{color:#777e8c;font-size:12px;font-weight:900}.layout--storefront .product-original-price{color:#656c7a;font-size:10px;font-weight:700}.layout--storefront .product-card-link{display:flex;align-items:center;justify-content:space-between;margin-top:8px;color:#838a99;font-size:11px;font-weight:800;opacity:.85}.layout--storefront .product-card-link span{color:var(--shop-green);font-size:12px}.layout--storefront .cart-checkout-btn.btn-add-to-cart{min-height:37px;margin-top:8px;color:#111218;background:var(--shop-green);border:0;border-radius:9px;font-size:11px;font-weight:900}.layout--storefront .cart-checkout-btn.btn-add-to-cart:disabled{color:#707786;background:#20232b}.layout--storefront .product-card-out-of-stock{opacity:.55}.layout--storefront .empty-state,.layout--storefront .loading{min-height:230px;display:grid;place-items:center;color:var(--shop-muted);background:var(--shop-surface);border:1px dashed var(--shop-line-strong);border-radius:16px}.layout--storefront .product-detail-shell{width:100%;max-width:none;padding:0}.layout--storefront .product-detail-page{width:min(1180px,calc(100% - 64px));max-width:none;margin:0 auto;padding:42px 0 90px;display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1fr);grid-gap:64px;gap:64px;align-items:start}.layout--storefront .product-detail-left{gap:14px}.layout--storefront .product-detail-image{overflow:hidden;background:#181a21;border:1px solid var(--shop-line);border-radius:22px;box-shadow:0 28px 70px rgba(0,0,0,.28)}.layout--storefront .product-detail-image img{width:100%;height:100%;display:block;object-fit:cover}.layout--storefront .product-detail-meta{gap:7px}.layout--storefront .product-detail-category{width:max-content;padding:6px 8px;color:var(--shop-green);background:rgba(181,244,81,.06);border:1px solid rgba(181,244,81,.14);border-radius:7px;font-size:10px;font-weight:900}.layout--storefront .product-detail-consoles,.layout--storefront .product-detail-game-modes,.layout--storefront .product-detail-genres,.layout--storefront .product-detail-player-support,.layout--storefront .product-detail-russian{color:#8e95a4;font-size:12px}.layout--storefront .product-detail-info{gap:15px}.layout--storefront .product-detail-back{width:max-content;margin:0 0 5px;padding:8px 10px;color:#9ca3b2;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:9px;font-size:11px;font-weight:900;text-decoration:none}.layout--storefront .product-detail-name{margin:0;color:var(--shop-text);font-family:Unbounded;font-size:clamp(29px,4vw,48px);line-height:1.08;letter-spacing:-.05em}.layout--storefront .product-detail-store-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.layout--storefront .product-detail-age-rating,.layout--storefront .product-detail-rating{min-width:0;display:flex;align-items:center;gap:10px;padding:11px 12px;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:12px}.layout--storefront .product-detail-rating-star{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;color:#111218;background:var(--shop-green);border-radius:10px;font-size:17px}.layout--storefront .product-detail-age-rating p,.layout--storefront .product-detail-rating p{min-width:0;margin:0;display:flex;flex-direction:column;gap:2px}.layout--storefront .product-detail-age-rating strong,.layout--storefront .product-detail-rating strong{color:#fff;font-size:13px}.layout--storefront .product-detail-age-rating small,.layout--storefront .product-detail-rating small{color:#858c9b;font-size:9px;line-height:1.35}.layout--storefront .product-detail-age-rating img{width:36px;height:36px;flex:0 0 36px;object-fit:contain}.layout--storefront .product-detail-description{color:#a2a8b5;font-size:15px;line-height:1.7}.layout--storefront .product-detail-description-toggle{color:var(--shop-green);font-size:11px;font-weight:900}.layout--storefront .product-detail-options{margin-top:8px;padding:16px;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:15px}.layout--storefront .product-detail-options h3{margin:0 0 11px;color:#fff;font-size:13px}.layout--storefront .period-options,.layout--storefront .subscription-options,.layout--storefront .version-options{gap:7px}.layout--storefront .period-option,.layout--storefront .subscription-option,.layout--storefront .version-option{padding:11px 12px;color:#bcc1cc;background:#1b1e25;border:1px solid var(--shop-line);border-radius:10px;box-shadow:none}.layout--storefront .version-option{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,max-content);align-items:center;grid-gap:7px 18px;gap:7px 18px;padding:14px 15px}.layout--storefront .version-option .version-name{min-width:0;grid-column:1;grid-row:1}.layout--storefront .version-option .version-price{min-width:132px;grid-column:2;grid-row:1;justify-self:end;justify-content:flex-end;white-space:nowrap}.layout--storefront .version-option .version-store-status{grid-column:1;grid-row:2;justify-self:start;margin:0}.layout--storefront .version-option .version-discount-end{width:auto;grid-column:2;grid-row:2;justify-self:end;margin:0;text-align:right}.layout--storefront .version-option .version-status{width:auto;grid-column:1/-1;margin:0}.layout--storefront .period-option:hover,.layout--storefront .subscription-option:hover,.layout--storefront .version-option:hover{color:#fff;background:#22252e;border-color:var(--shop-line-strong);transform:none}.layout--storefront .period-option.active,.layout--storefront .version-option.active{color:#fff;background:rgba(181,244,81,.06);border-color:rgba(181,244,81,.5);box-shadow:none}.layout--storefront .version-option.region-unavailable{color:#777e8c;background:#181b22}.layout--storefront .period-name,.layout--storefront .subscription-name,.layout--storefront .version-name{color:inherit;font-size:12px;font-weight:900}.layout--storefront .version-store-status{width:max-content;margin-top:5px;padding:3px 6px;color:#9299a8;background:hsla(0,0%,100%,.04);border-radius:6px;font-size:8px;font-weight:900}.layout--storefront .version-store-status--available{color:var(--shop-green);background:rgba(181,244,81,.07)}.layout--storefront .version-store-status--preorder{color:#8dc9ff;background:rgba(88,170,255,.08)}.layout--storefront .version-store-status--free{color:#62e7c3;background:rgba(98,231,195,.08)}.layout--storefront .version-store-status--unavailable{color:#777e8c}.layout--storefront .period-price .current-price,.layout--storefront .subscription-price,.layout--storefront .version-price .current-price{color:#fff;font-size:13px;font-weight:900}.layout--storefront .version-price-unavailable{color:#777e8c;font-size:12px;font-weight:900}.layout--storefront .product-detail-info>.cart-checkout-btn{width:100%;min-height:48px;margin-top:3px;color:#111218;background:var(--shop-green);border:0;border-radius:11px;font-size:13px;font-weight:900}.layout--storefront .product-detail-info>.cart-checkout-btn:disabled{color:#777e8c;background:#20232b}.layout--storefront .product-detail-assurances{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}.layout--storefront .product-detail-assurances>div{min-width:0;display:flex;gap:7px;padding:9px;background:hsla(0,0%,100%,.02);border:1px solid var(--shop-line);border-radius:10px}.layout--storefront .product-detail-assurances>div>span{width:19px;height:19px;flex:0 0 19px;display:grid;place-items:center;color:#111218;background:var(--shop-green);border-radius:6px;font-size:8px;font-weight:900}.layout--storefront .product-detail-assurances p{min-width:0;margin:0;display:flex;flex-direction:column;gap:2px}.layout--storefront .product-detail-assurances strong{color:#d8dbe2;font-size:10px}.layout--storefront .product-detail-assurances small{color:#737a89;font-size:9px;line-height:1.35}.layout--storefront .subscription-game-link{color:#aeb4c1}.layout--storefront .product-detail-gallery{grid-gap:14px;gap:14px}.layout--storefront .product-detail-editions,.layout--storefront .product-detail-gallery{min-width:0;grid-column:1/-1;display:grid;margin-top:20px;padding-top:34px;border-top:1px solid var(--shop-line)}.layout--storefront .product-detail-editions{grid-gap:18px;gap:18px}.layout--storefront .product-detail-editions-heading span{color:var(--shop-green);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.layout--storefront .product-detail-editions-heading h2{margin:4px 0 5px;color:#fff;font-family:Unbounded;font-size:clamp(22px,3vw,32px);letter-spacing:-.045em}.layout--storefront .product-detail-editions-heading p{margin:0;color:#7f8695;font-size:12px}.layout--storefront .product-detail-editions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:stretch}.layout--storefront .product-detail-edition-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;background:#17191f;border:1px solid var(--shop-line);border-radius:18px;transition:border-color .2s ease,transform .2s ease}.layout--storefront .product-detail-edition-card:hover{border-color:var(--shop-line-strong);transform:translateY(-3px)}.layout--storefront .product-detail-edition-card.active{border-color:rgba(181,244,81,.58)}.layout--storefront .product-detail-edition-art{aspect-ratio:16/8.6;overflow:hidden;background:#0b0c10}.layout--storefront .product-detail-edition-art img{width:100%;height:100%;display:block;object-fit:cover}.layout--storefront .product-detail-edition-content{flex:1 1;display:flex;flex-direction:column;gap:15px;padding:18px}.layout--storefront .product-detail-edition-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.layout--storefront .product-detail-edition-title h3{margin:0;color:#fff;font-size:15px;line-height:1.35}.layout--storefront .product-detail-edition-title p{flex:0 0 auto;margin:0;display:flex;align-items:flex-end;flex-direction:column;gap:2px}.layout--storefront .product-detail-edition-title del{color:#747b89;font-size:9px}.layout--storefront .product-detail-edition-title strong{color:var(--shop-green);font-size:14px;white-space:nowrap}.layout--storefront .product-detail-edition-title .product-detail-edition-unavailable{color:#777e8c;font-size:12px}.layout--storefront .product-detail-edition-content ul{flex:1 1;margin:0;padding:0;display:grid;align-content:start;grid-gap:8px;gap:8px;list-style:none}.layout--storefront .product-detail-edition-content li{position:relative;padding-left:18px;color:#aeb4c0;font-size:12px;line-height:1.45}.layout--storefront .product-detail-edition-content li:before{content:"✓";position:absolute;top:0;left:0;color:var(--shop-green);font-weight:900}.layout--storefront .product-detail-edition-empty{flex:1 1;margin:0;color:#7f8695;font-size:12px;line-height:1.5}.layout--storefront .product-detail-edition-content>button{min-height:40px;padding:0 14px;color:#111218;background:var(--shop-green);border:0;border-radius:10px;font-size:11px;font-weight:900;cursor:pointer}.layout--storefront .product-detail-edition-card.active .product-detail-edition-content>button{color:var(--shop-green);background:rgba(181,244,81,.09);border:1px solid rgba(181,244,81,.32)}.layout--storefront .product-detail-gallery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.layout--storefront .product-detail-gallery-heading span{color:var(--shop-green);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.layout--storefront .product-detail-gallery-heading h2{margin:3px 0 0;color:#fff;font-family:Unbounded;font-size:clamp(20px,3vw,30px);letter-spacing:-.04em}.layout--storefront .product-detail-gallery-heading small{color:#747b89;font-size:10px;font-weight:800}.layout--storefront .product-detail-gallery-viewer{width:100%;aspect-ratio:16/9;overflow:hidden;display:grid;place-items:center;background:#08090d;border:1px solid var(--shop-line);border-radius:18px}.layout--storefront .product-detail-gallery-viewer img,.layout--storefront .product-detail-gallery-viewer video{width:100%;height:100%;display:block;object-fit:contain}.layout--storefront .product-detail-gallery-thumbnails{min-width:0;display:grid;grid-auto-flow:column;grid-auto-columns:128px;grid-gap:8px;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:7px;scrollbar-width:thin;scrollbar-color:#424754 transparent}.layout--storefront .product-detail-gallery-thumbnails button{height:72px;overflow:hidden;padding:0;color:#aab0bc;background:#15171d;border:1px solid var(--shop-line);border-radius:10px;cursor:pointer;opacity:.68}.layout--storefront .product-detail-gallery-thumbnails button.active{border-color:var(--shop-green);opacity:1}.layout--storefront .product-detail-gallery-thumbnails img{width:100%;height:100%;display:block;object-fit:cover}.layout--storefront .product-detail-gallery-thumbnails span{height:100%;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:900}.layout--storefront .product-detail-gallery-thumbnails b{width:24px;height:24px;display:grid;place-items:center;color:#111218;background:var(--shop-green);border-radius:50%;font-size:8px}.layout--storefront .subscription-library{min-width:0;grid-column:1/-1;margin-top:30px;padding-top:38px;border-top:1px solid var(--shop-line)}.layout--storefront .subscription-library-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}.layout--storefront .subscription-library-heading h2{margin:6px 0 0;color:var(--shop-text);font-family:Unbounded,sans-serif;font-size:clamp(27px,3vw,40px);letter-spacing:-.045em;line-height:1.12}.layout--storefront .subscription-library-heading p{max-width:430px;margin:0;color:var(--shop-muted);font-size:14px;line-height:1.6}.layout--storefront .subscription-library-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:26px 16px;gap:26px 16px}.layout--storefront .subscription-library-card{min-width:0;display:flex;flex-direction:column;color:var(--shop-text);text-decoration:none}.layout--storefront .subscription-library-cover{aspect-ratio:1/1;position:relative;overflow:hidden;display:grid;place-items:center;background:transparent;border:1px solid var(--shop-line);border-radius:var(--shop-radius)}.layout--storefront .subscription-library-cover img{width:100%;height:100%;display:block;object-fit:contain;background:transparent;transition:transform .22s ease,filter .22s ease}.layout--storefront .subscription-library-card:hover .subscription-library-cover img{transform:scale(1.025);filter:brightness(1.05)}.layout--storefront .subscription-library-cover-placeholder{color:hsla(0,0%,100%,.2);font-family:Unbounded,sans-serif;font-size:34px;font-weight:700}.layout--storefront .subscription-library-badge{position:absolute;top:10px;left:10px;padding:7px 9px;color:#111218;background:var(--shop-green);border-radius:7px;font-size:9px;font-weight:900;line-height:1;text-transform:uppercase}.layout--storefront .subscription-library-card>strong{margin-top:12px;color:var(--shop-text);font-size:14px;font-weight:900;line-height:1.4;overflow-wrap:anywhere}.layout--storefront .subscription-library-link{display:flex;justify-content:space-between;gap:10px;margin-top:7px;color:var(--shop-muted);font-size:11px;font-weight:800}.layout--storefront .subscription-library-link span{color:var(--shop-green);font-size:15px}.layout--storefront .cart-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:flex-end;padding:9px;background:rgba(3,4,7,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.layout--storefront .cart-content{width:min(440px,100%);height:100%;max-height:none;display:flex;flex-direction:column;overflow:hidden;color:#fff;background:#14161c;border:1px solid var(--shop-line-strong);border-radius:18px;box-shadow:-24px 0 70px rgba(0,0,0,.35)}.layout--storefront .cart-header{padding:20px;border-bottom:1px solid var(--shop-line)}.layout--storefront .cart-kicker{color:var(--shop-green);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.layout--storefront .cart-header h2{display:flex;align-items:center;gap:7px;margin:3px 0 0;color:#fff;font-family:Unbounded;font-size:20px;letter-spacing:-.04em}.layout--storefront .cart-header h2 span{min-width:18px;height:18px;display:grid;place-items:center;color:#111218;background:var(--shop-green);border-radius:6px;font-family:Manrope;font-size:8px}.layout--storefront .cart-close{width:34px;height:34px;color:#a7adba;background:#1d2027;border:1px solid var(--shop-line);border-radius:9px}.layout--storefront .cart-body{min-height:0;display:flex;flex-direction:column}.layout--storefront .cart-items{padding:7px 16px}.layout--storefront .cart-item{position:relative;gap:11px;padding:12px 0;background:transparent;border:0;border-bottom:1px solid var(--shop-line);border-radius:0}.layout--storefront .cart-item-image{width:66px;height:80px;flex:0 0 66px;overflow:hidden;border-radius:10px}.layout--storefront .cart-item-image img{width:100%;height:100%;object-fit:cover}.layout--storefront .cart-item-info h3{margin:0 28px 4px 0;color:#fff;font-size:10px;line-height:1.35}.layout--storefront .cart-item-variant{color:#7c8391;font-size:7px}.layout--storefront .cart-item-price{color:#fff;font-size:10px;font-weight:900}.layout--storefront .cart-item-remove{top:12px;right:0;width:24px;height:24px;color:#858c9b;background:transparent;border:1px solid var(--shop-line);border-radius:7px}.layout--storefront .cart-item-controls{width:max-content;margin-top:7px;overflow:hidden;background:#1c1f26;border:1px solid var(--shop-line);border-radius:8px}.layout--storefront .cart-quantity-btn{width:27px;height:25px;color:#fff;background:transparent;border:0}.layout--storefront .cart-quantity{min-width:25px;color:#c9cdd5;font-size:8px}.layout--storefront .cart-footer{margin-top:auto;padding:17px 20px;background:#181a21;border-top:1px solid var(--shop-line)}.layout--storefront .cart-discount-row,.layout--storefront .cart-total-original{color:#8a91a0;font-size:8px}.layout--storefront .cart-discount-value{color:var(--shop-green)}.layout--storefront .cart-total{margin-top:9px;color:#d3d6dd;font-size:10px}.layout--storefront .cart-total-price{color:#fff;font-family:Unbounded;font-size:17px}.layout--storefront .cart-footer .cart-checkout-btn{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 14px;color:#111218;background:var(--shop-green);border:0;border-radius:10px;font-size:9px;font-weight:900}.layout--storefront .cart-checkout-note{margin:8px 0 0;color:#6f7684;font-size:7px;text-align:center}.layout--storefront .cart-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px;text-align:center}.layout--storefront .cart-empty-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:13px;color:var(--shop-green);background:rgba(181,244,81,.06);border:1px solid rgba(181,244,81,.15);border-radius:14px}.layout--storefront .cart-empty h3{margin:0 0 5px;color:#fff;font-size:14px}.layout--storefront .cart-empty p{max-width:240px;margin:0;color:#7d8493;font-size:9px}.layout--storefront .cart-empty-action{margin-top:16px;padding:9px 11px;color:#fff;background:#1d2027;border:1px solid var(--shop-line);border-radius:8px;font-size:8px;font-weight:900}.layout--storefront .site-footer{background:#0d0e12;border-top:1px solid var(--shop-line)}.layout--storefront .site-footer-inner{width:min(1380px,calc(100% - 64px));min-height:120px;margin:0 auto;display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:34px;gap:34px}.layout--storefront .footer-brand{display:flex;align-items:center;gap:10px}.layout--storefront .footer-brand strong{display:block;margin-bottom:2px;font-family:Unbounded;font-size:12px;letter-spacing:.05em}.layout--storefront .footer-brand p{margin:0;color:#6d7482;font-size:10px}.layout--storefront .footer-benefits{display:flex;gap:18px;color:#7c8392;font-size:10px;font-weight:800}.layout--storefront .footer-contact{padding:10px 12px;color:#111218;background:var(--shop-green);border-radius:9px;font-size:10px;font-weight:900;text-decoration:none}.layout--storefront .site-footer-bottom{width:min(1380px,calc(100% - 64px));margin:0 auto;padding:13px 0 17px;color:#565d6b;border-top:1px solid var(--shop-line);font-size:9px}@media (max-width:1260px){.layout--storefront .header-nav-link{padding:0 7px}.layout--storefront .header-search-wrap{width:140px;flex-basis:140px}.layout--storefront .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.layout--storefront .store-hero-inner{grid-template-columns:minmax(0,1fr) 440px;gap:34px}.layout--storefront .hero-product-card{width:180px;height:260px}.layout--storefront .subscription-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1020px){.layout--storefront .site-header{min-height:0}.layout--storefront .nav-container{min-height:0;flex-direction:row;flex-wrap:wrap;gap:8px 14px;padding:8px 0 9px}.layout--storefront .nav-links.header-tools{min-width:0}.layout--storefront .header-nav-links{order:3;width:100%}.layout--storefront .header-nav-link{min-height:34px}.layout--storefront .store-hero-inner{grid-template-columns:minmax(0,1fr) 300px;gap:26px}.layout--storefront .store-hero-copy{max-width:560px}.layout--storefront .store-hero h1{font-size:clamp(40px,6vw,56px)}.layout--storefront .hero-product-stack{width:300px;min-height:310px;margin:0 auto}.layout--storefront .hero-product-card{width:132px;height:195px}.layout--storefront .hero-product-card--1{top:78px}.layout--storefront .hero-product-card--2{top:30px;left:28%}.layout--storefront .hero-product-card--3{top:82px}.layout--storefront .products-grid,.layout--storefront .subscription-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.layout--storefront .home-subscription-banner{grid-template-columns:1fr 320px}.layout--storefront .home-ea-banner{grid-template-columns:1fr}.layout--storefront .home-ea-library{justify-content:flex-start}.layout--storefront .home-help-banner{grid-template-columns:1fr auto}.layout--storefront .home-help-banner>p{display:none}}@media (max-width:720px){.layout--storefront .filter-dropdown-checkboxes--genres{grid-template-columns:repeat(2,minmax(0,1fr))}.layout--storefront .filter-dropdown-checkboxes--modes{grid-template-columns:1fr}.layout--storefront .filter-dropdown-footer{grid-template-columns:minmax(0,1fr) auto}.layout--storefront .filter-dropdown-footer>.filter-dropdown-checkbox{grid-column:1/-1}.layout--storefront .home-benefits,.layout--storefront .home-deals-promotions,.layout--storefront .home-ea-banner,.layout--storefront .home-hardware-grid,.layout--storefront .home-help-banner,.layout--storefront .home-section,.layout--storefront .home-subscription-banner,.layout--storefront .nav-container,.layout--storefront .product-detail-page,.layout--storefront .site-footer-bottom,.layout--storefront .site-footer-inner,.layout--storefront .store-hero-inner,.layout--storefront .storefront-container{width:min(100% - 28px,680px)}.layout--storefront .logo-subtitle{display:none}.layout--storefront .nav-links.header-tools{flex:1 1 auto;justify-content:flex-end}.layout--storefront .header-search-wrap{width:clamp(120px,31vw,190px);flex-basis:clamp(120px,31vw,190px)}.layout--storefront .region-switcher-btn{font-size:0}.layout--storefront .cart-button{width:38px;padding:0;justify-content:center}.layout--storefront .cart-button-text{display:none}.layout--storefront .store-hero,.layout--storefront .store-hero-inner{min-height:auto}.layout--storefront .store-hero-inner{grid-template-columns:1fr;gap:22px;padding:46px 0 28px}.layout--storefront .store-hero h1{font-size:clamp(38px,11vw,58px)}.layout--storefront .store-hero-copy>p{font-size:15px}.layout--storefront .hero-product-stack{width:min(560px,100%);min-height:260px}.layout--storefront .hero-product-card{width:135px;height:198px;border-radius:15px}.layout--storefront .hero-product-card--1{top:40px}.layout--storefront .hero-product-card--2{top:4px}.layout--storefront .hero-product-card--3{top:48px}.layout--storefront .home-benefits{grid-template-columns:1fr;margin-bottom:58px}.layout--storefront .home-deals-promotions{margin-top:26px;margin-bottom:48px}.layout--storefront .home-deals-promotions-heading{align-items:center;gap:10px}.layout--storefront .home-deals-promotions-heading h2{font-size:clamp(18px,5.2vw,22px);white-space:nowrap}.layout--storefront .home-deals-promotions-heading button{padding:9px 10px;white-space:nowrap}.layout--storefront .home-deals-promotions-grid,.layout--storefront .home-deals-promotions-grid--1,.layout--storefront .home-deals-promotions-grid--2{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.layout--storefront .home-deals-promotion{width:min(78vw,360px);flex:0 0 min(78vw,360px);scroll-snap-align:start;border-radius:16px}.layout--storefront .home-deals-promotion>span{padding:12px 13px}.layout--storefront .home-deals-promotion small{font-size:0}.layout--storefront .home-deals-promotion small b{font-size:12px}.layout--storefront .home-benefits>div{min-height:74px;padding:15px 18px;border-right:0;border-bottom:1px solid var(--shop-line)}.layout--storefront .home-benefits>div:last-child{border-bottom:0}.layout--storefront .home-section{margin-bottom:62px}.layout--storefront .home-section-heading{flex-direction:row;align-items:center;gap:10px}.layout--storefront .home-section-heading>div{min-width:0}.layout--storefront .home-section-heading h2{font-size:clamp(18px,5.2vw,22px);white-space:nowrap}.layout--storefront .home-section-heading>button{width:auto;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:9px 10px;white-space:nowrap}.layout--storefront .home-products-grid{display:flex;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.layout--storefront .home-products-grid .product-card{width:190px;flex:0 0 190px;scroll-snap-align:start}.layout--storefront .home-subscription-banner{min-height:500px;grid-template-columns:1fr;padding:30px;margin-bottom:62px}.layout--storefront .home-subscription-library{padding:18px}.layout--storefront .home-subscription-library .home-subscription-covers{grid-template-columns:repeat(4,minmax(0,1fr))}.layout--storefront .home-subscription-covers{overflow:hidden;padding-top:5px}.layout--storefront .home-subscription-essential{min-height:210px;grid-template-columns:128px minmax(0,1fr);gap:18px;padding:18px}.layout--storefront .home-subscription-essential-image{width:128px}.layout--storefront .home-subscription-covers>button,.layout--storefront .home-subscription-more{width:68px;height:88px;flex-basis:68px;margin-left:-11px}.layout--storefront .home-subscription-copy{align-self:start}.layout--storefront .home-ea-banner{min-height:430px;grid-template-columns:1fr;gap:26px;padding:30px;margin-bottom:62px}.layout--storefront .home-ea-library{justify-content:flex-start}.layout--storefront .home-ea-library .home-subscription-covers{min-width:0;overflow-x:auto;overflow-y:hidden;padding:8px 0 10px}.layout--storefront .home-ea-library .home-subscription-covers>button,.layout--storefront .home-ea-library .home-subscription-more{width:90px;height:90px;flex-basis:90px;margin-left:-18px;border-radius:14px}.layout--storefront .home-ea-offer{margin-left:14px}.layout--storefront .home-ea-logo{width:90px;height:90px}.layout--storefront .home-ea-price strong{font-size:13px}.layout--storefront .home-hardware-grid{grid-template-columns:1fr;margin-bottom:62px}.layout--storefront .home-hardware-card{min-height:240px;padding:24px}.layout--storefront .home-hardware-card strong{max-width:62%;margin-top:8px;font-size:clamp(21px,6vw,29px)}.layout--storefront .home-hardware-card small{bottom:22px;left:24px}.layout--storefront .home-hardware-card img{width:48%;height:76%;right:0;bottom:0}.layout--storefront .home-help-banner{grid-template-columns:1fr;align-items:start;gap:18px;margin-bottom:70px}.layout--storefront .home-help-banner a{width:max-content}.layout--storefront .page-header-row{align-items:flex-start}.layout--storefront .page-header-actions{width:100%}.layout--storefront .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 11px}.layout--storefront .subscription-library{margin-top:8px;padding-top:30px}.layout--storefront .subscription-library-heading{align-items:flex-start;flex-direction:column;gap:10px}.layout--storefront .subscription-library-heading p{max-width:580px;font-size:13px}.layout--storefront .subscription-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 11px}.layout--storefront .product-detail-page{grid-template-columns:1fr;gap:28px;padding:28px 0 66px}.layout--storefront .product-detail-image{width:100%;max-width:none}.layout--storefront .product-detail-store-meta{grid-template-columns:1fr}.layout--storefront .product-detail-editions,.layout--storefront .product-detail-gallery{margin-top:4px;padding-top:26px}.layout--storefront .product-detail-editions-grid{grid-template-columns:1fr}.layout--storefront .product-detail-gallery-viewer{border-radius:13px}.layout--storefront .product-detail-gallery-thumbnails{grid-auto-columns:104px}.layout--storefront .product-detail-assurances{grid-template-columns:1fr}.layout--storefront .cart-item{flex-direction:row}.layout--storefront .site-footer-inner{min-height:160px;grid-template-columns:1fr;align-content:center;gap:18px}.layout--storefront .footer-benefits{display:none}.layout--storefront .footer-contact{width:max-content}}@media (max-width:440px){.layout--storefront .nav-container{width:calc(100% - 20px);gap:6px 9px}.layout--storefront .logo-mark{width:32px;height:32px;flex-basis:32px}.layout--storefront .logo-title{font-size:12px}.layout--storefront .nav-container:has(.header-search-input:focus) .logo-copy{display:none}.layout--storefront .nav-container:has(.header-search-input:focus) .nav-links.header-tools{flex-grow:1}.layout--storefront .header-search-wrap{min-width:0;flex:1 1 110px;width:auto}.layout--storefront .nav-links.header-tools{min-width:150px;flex:1 1 150px}.layout--storefront .header-tools .region-switcher{display:block;flex:0 0 auto;padding:0;background:transparent;border:0;overflow:visible}.layout--storefront .header-tools .region-switcher-options{display:none}.layout--storefront .header-tools .region-switcher-mobile{display:block;position:relative}.layout--storefront .region-mobile-trigger{width:36px;height:38px;display:flex;align-items:center;justify-content:center;gap:2px;padding:0;color:#9ca3b2;background:var(--shop-surface);border:1px solid var(--shop-line);border-radius:10px}.layout--storefront .region-mobile-chevron{margin-top:-3px;font-size:11px;line-height:1}.layout--storefront .region-mobile-menu{width:150px;position:absolute;top:calc(100% + 8px);right:0;z-index:220;padding:6px;background:#1a1c23;border:1px solid var(--shop-line-strong);border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.42)}.layout--storefront .region-mobile-menu>button{width:100%;min-height:45px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;grid-gap:9px;gap:9px;padding:7px 9px;color:var(--shop-text);background:transparent;border:0;border-radius:8px;text-align:left}.layout--storefront .region-mobile-menu>button:hover{background:hsla(0,0%,100%,.06)}.layout--storefront .region-mobile-menu>button>span{display:flex;flex-direction:column;gap:1px}.layout--storefront .region-mobile-menu strong{font-size:11px}.layout--storefront .region-mobile-menu small{color:var(--shop-muted);font-size:9px}.layout--storefront .region-mobile-menu b{color:var(--shop-green);font-size:12px}.layout--storefront .header-nav-link{padding:0 9px;font-size:11px}.layout--storefront .home-benefits,.layout--storefront .home-deals-promotions,.layout--storefront .home-ea-banner,.layout--storefront .home-hardware-grid,.layout--storefront .home-help-banner,.layout--storefront .home-section,.layout--storefront .home-subscription-banner,.layout--storefront .product-detail-page,.layout--storefront .site-footer-bottom,.layout--storefront .site-footer-inner,.layout--storefront .store-hero-inner,.layout--storefront .storefront-container{width:calc(100% - 20px)}.layout--storefront .store-hero h1{font-size:35px}.layout--storefront .store-trust-row{justify-content:space-between;gap:8px;margin-top:26px;padding:14px 16px;background:hsla(0,0%,100%,.035);border:1px solid var(--shop-line);border-radius:14px}.layout--storefront .store-trust-row strong{font-size:15px}.layout--storefront .store-trust-row span{font-size:9px}.layout--storefront .hero-primary,.layout--storefront .hero-secondary{width:auto;min-width:0;flex:1 1;justify-content:center;gap:8px;padding:0 10px;font-size:10px;white-space:nowrap}.layout--storefront .hero-product-stack{min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:2px;perspective:none}.layout--storefront .hero-product-card,.layout--storefront .hero-product-card--1,.layout--storefront .hero-product-card--2,.layout--storefront .hero-product-card--3{width:100%;height:auto;aspect-ratio:1/1;position:relative;inset:auto;border-radius:15px;box-shadow:none;transform:none}.layout--storefront .hero-product-card--1:hover,.layout--storefront .hero-product-card--2:hover,.layout--storefront .hero-product-card--3:hover,.layout--storefront .hero-product-card:hover{transform:none}.layout--storefront .hero-product-card img{object-fit:cover}.layout--storefront .hero-product-card:after{inset:42% 0 0}.layout--storefront .hero-product-card>span{right:9px;bottom:9px;left:9px;font-size:9px}.layout--storefront .home-hardware-card{min-height:220px;padding:21px;border-radius:19px}.layout--storefront .home-subscription-library-heading{align-items:flex-start;gap:10px}.layout--storefront .home-subscription-library .home-subscription-covers{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.layout--storefront .home-subscription-library-heading span{font-size:9px}.layout--storefront .home-subscription-essential{min-height:0;grid-template-columns:96px minmax(0,1fr);gap:14px;padding:15px;border-radius:17px}.layout--storefront .home-subscription-essential-image{width:96px;border-radius:14px}.layout--storefront .home-subscription-essential strong{font-size:12px}.layout--storefront .home-subscription-essential b{font-size:13px}.layout--storefront .home-hardware-card strong{max-width:65%;font-size:21px}.layout--storefront .home-hardware-card small{bottom:19px;left:21px}.layout--storefront .home-hardware-card img{width:46%;height:72%}.layout--storefront .page-header-row{align-items:flex-start;gap:14px}.layout--storefront .page-header-actions{width:100%}.layout--storefront .filter-dropdown,.layout--storefront .sort-dropdown{flex:1 1}.layout--storefront .sort-dropdown-trigger{width:100%}.layout--storefront .storefront-pagination{align-items:stretch;flex-direction:column;gap:12px;margin-top:30px;padding-top:18px}.layout--storefront .storefront-pagination-status{text-align:center}.layout--storefront .storefront-pagination-pages{gap:4px}.layout--storefront .storefront-pagination-button{width:34px;height:36px;border-radius:9px}.layout--storefront .storefront-pagination-button--nav{min-width:34px;padding:0}.layout--storefront .storefront-pagination-nav-label{display:none}.layout--storefront .storefront-pagination-ellipsis{width:18px}.layout--storefront .product-name{min-height:40px;font-size:12px}.layout--storefront .version-option{grid-template-columns:minmax(0,1fr) max-content;gap:7px 10px;padding:12px}.layout--storefront .version-option .version-price{min-width:0}.layout--storefront .version-option .version-discount-end{grid-column:1/-1;grid-row:auto;justify-self:start;text-align:left}.layout--storefront .product-detail-edition-content{padding:15px}.layout--storefront .product-detail-edition-title h3{font-size:13px}.layout--storefront .product-availability{display:none}.layout--storefront .product-pricing .current-price{font-size:13px}.layout--storefront .product-card-link{font-size:10px}.layout--storefront .subscription-library-card>strong{font-size:12px}.layout--storefront .cart-overlay{padding:0}.layout--storefront .cart-content{width:100%;border:0;border-radius:0}}@media (prefers-reduced-motion:reduce){.layout--storefront *,.layout--storefront :after,.layout--storefront :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}