:root{--store-bg:#050914;--store-panel:#0a1422;--store-panel-2:#0d1a2a;--store-line:rgba(116,173,222,.18);--store-text:#eff7ff;--store-muted:#91a5b9;--store-blue:#2c83ff;--store-cyan:#52dcff}.store-page{margin:0;overflow-x:hidden;background:var(--store-bg);color:var(--store-text)}.store-page .site-header{background:rgba(4,9,19,.9);border-bottom:1px solid var(--store-line);backdrop-filter:blur(16px)}.store-page main{min-height:70vh}.store-page .container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.store-page .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.store-kicker{margin:0 0 9px;color:var(--store-cyan);font-size:10px;font-weight:800;letter-spacing:.14em}.store-hero{position:relative;padding:38px 0 29px;background:radial-gradient(circle at 80% 0,rgba(44,131,255,.16),transparent 32%),linear-gradient(180deg,#07101e,var(--store-bg));border-bottom:1px solid var(--store-line)}.store-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:32px}.store-hero-copy h1{max-width:680px;margin:0;font-family:Sora,Inter,sans-serif;font-size:clamp(32px,4.5vw,54px);line-height:1.04;letter-spacing:-.045em}.store-hero-copy>p:not(.store-kicker){max-width:640px;margin:16px 0 0;color:var(--store-muted);font-size:15px;line-height:1.62}.store-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:21px}.store-hero-actions a{min-height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,var(--store-blue),#1c64e8);color:white;font-weight:800;text-decoration:none}.store-hero-actions span{color:var(--store-muted);font-size:12px}.store-featured{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;border:1px solid rgba(82,220,255,.24);border-radius:17px;background:#081320;box-shadow:0 20px 48px rgba(0,0,0,.3);text-decoration:none}.store-featured img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.store-featured:hover img{transform:scale(1.025)}.store-featured::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(2,8,18,.86))}.store-featured-label{position:absolute;z-index:2;left:17px;bottom:15px;display:grid;gap:4px;color:white}.store-featured-label small{color:var(--store-cyan);font-size:8px;font-weight:800;letter-spacing:.13em}.store-featured-label strong{font-size:15px}.store-featured>i{position:absolute;z-index:2;top:11px;right:11px;padding:6px 8px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(2,8,18,.74);color:white;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.12em}.store-catalog{padding:36px 0 50px}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.catalog-heading h2{margin:0;font-family:Sora,Inter,sans-serif;font-size:clamp(27px,3vw,38px);letter-spacing:-.035em}.catalog-heading>div>p:last-child{margin:8px 0 0;color:var(--store-muted);font-size:12px}.catalog-toolbar{margin-top:20px}.store-search{width:100%;min-height:52px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:5px 5px 5px 14px;border:1px solid var(--store-line);border-radius:14px;background:linear-gradient(145deg,#0b1725,#08131f);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}.store-search:focus-within{border-color:rgba(82,220,255,.45);box-shadow:0 0 0 3px rgba(82,220,255,.06)}.store-search-icon{color:var(--store-cyan);font-size:20px}.store-search input{min-width:0;width:100%;border:0;outline:0;padding:0 5px;background:transparent;color:white;font-size:14px}.store-search input::placeholder{color:#6f879d}.store-search-clear{width:34px;height:34px;border:0;border-radius:9px;background:rgba(255,255,255,.045);color:#9fb3c5;font-size:20px;cursor:pointer}.store-search-submit{min-height:40px;padding:0 18px;border:1px solid rgba(46,137,255,.55);border-radius:10px;background:linear-gradient(135deg,#268bff,#1c62df);color:white;font-weight:800;cursor:pointer}.category-bar{display:flex;gap:8px;overflow-x:auto;padding:17px 0 9px;scrollbar-width:none}.category-bar::-webkit-scrollbar{display:none}.category-bar button{flex:0 0 auto;padding:9px 13px;border:1px solid var(--store-line);border-radius:999px;background:transparent;color:var(--store-muted);font-size:12px;font-weight:700;cursor:pointer}.category-bar button:hover,.category-bar button.is-active{border-color:rgba(82,220,255,.45);background:rgba(44,131,255,.12);color:white}.catalog-status{min-height:38px;display:flex;align-items:center;justify-content:space-between;color:var(--store-muted);font-size:12px}.catalog-status p{margin:0}.catalog-status strong{color:white}.catalog-status button{border:0;background:transparent;color:var(--store-cyan);font-weight:700;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.product-card{min-width:0;min-height:258px;display:grid;grid-template-columns:minmax(190px,43%) minmax(0,57%);overflow:hidden;border:1px solid var(--store-line);border-radius:16px;background:linear-gradient(145deg,var(--store-panel),#08121e);transition:transform .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-3px);border-color:rgba(82,220,255,.34)}.product-card-visual{position:relative;overflow:hidden;min-height:100%;background:#07111d;user-select:none}.product-card-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .35s ease}.product-card:hover .product-card-visual img{transform:scale(1.025)}.product-card-visual::after{content:"ELITEGEAR";position:absolute;right:9px;bottom:9px;padding:5px 7px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(2,8,18,.72);color:white;font-size:7px;font-weight:900;letter-spacing:.12em}.product-badge{position:absolute;z-index:2;left:9px;top:9px;padding:6px 8px;border-radius:7px;background:rgba(2,8,18,.84);color:var(--store-cyan);font-size:8px;font-weight:900;letter-spacing:.07em}.product-card-content{min-width:0;padding:15px;display:flex;flex-direction:column}.product-category{margin:0 0 6px;color:var(--store-cyan);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card h3{margin:0;font-family:Sora,Inter,sans-serif;font-size:16px}.product-card-description{margin:8px 0 10px;color:var(--store-muted);font-size:11px;line-height:1.45}.product-tags{display:flex;flex-wrap:wrap;gap:5px}.product-tags span{padding:4px 6px;border:1px solid var(--store-line);border-radius:6px;color:#a9bed0;font-size:8px}.product-card-price{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:11px;border-top:1px solid var(--store-line)}.product-card-price small{display:block;color:var(--store-muted);font-size:8px;text-transform:uppercase;letter-spacing:.09em}.product-card-price strong{display:block;margin-top:2px;font-size:14px}.product-payment-status{color:#83a1b9;font-size:8px;text-align:right}.product-card-actions{display:grid;grid-template-columns:.9fr 1.1fr;gap:7px;margin-top:10px}.product-card-actions a,.product-card-actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font:700 10px Inter,sans-serif;cursor:pointer;text-decoration:none}.product-preview-button{border:1px solid #2b4863;background:#0b1826;color:#e9f5ff}.product-interest-button{border:1px solid #2583f4;background:linear-gradient(135deg,#2488ff,#1d62e2);color:white}.store-empty{padding:36px;border:1px dashed var(--store-line);border-radius:16px;text-align:center;background:var(--store-panel)}.store-empty h3{margin:0}.store-empty p{color:var(--store-muted)}.store-empty button{padding:10px 14px;border:0;border-radius:9px;background:var(--store-blue);color:white;font-weight:800;cursor:pointer}.store-confidence{padding:0 0 52px}.store-confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--store-line);border-radius:16px;background:var(--store-panel)}.store-confidence article{padding:18px;border-right:1px solid var(--store-line)}.store-confidence article:last-child{border-right:0}.store-confidence strong,.store-confidence span{display:block}.store-confidence strong{font-size:13px}.store-confidence span{margin-top:5px;color:var(--store-muted);font-size:11px;line-height:1.4}.store-footer{border-top:1px solid var(--store-line)}.product-dialog{width:min(900px,calc(100% - 28px));max-height:min(760px,calc(100dvh - 28px));padding:0;overflow:auto;border:1px solid #29445f;border-radius:20px;background:#081321;color:white;box-shadow:0 30px 90px rgba(0,0,0,.62)}.product-dialog::backdrop{background:rgba(0,4,12,.78);backdrop-filter:blur(5px)}.product-dialog-close{position:absolute;z-index:4;right:12px;top:12px;width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(2,8,18,.72);color:white;font-size:24px;cursor:pointer}.product-dialog-layout{display:grid;grid-template-columns:1.02fr .98fr}.product-dialog-visual{position:relative;min-height:100%;background:#050b14;user-select:none}.product-dialog-visual img{width:100%;height:100%;min-height:430px;display:block;object-fit:cover}.product-dialog-visual>span{position:absolute;right:14px;bottom:14px;padding:7px 9px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(2,8,18,.74);color:white;font-size:9px;font-weight:900;letter-spacing:.12em}.product-dialog-content{padding:34px 30px}.product-dialog-category{margin:0 0 8px;color:var(--store-cyan);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-dialog-content h2{margin:0;font-family:Sora,Inter,sans-serif;font-size:28px}.product-dialog-content>p:not(.product-dialog-category):not(.product-dialog-message){color:var(--store-muted);line-height:1.55}.product-dialog-content ul{margin:18px 0;padding:0;list-style:none;display:grid;gap:9px}.product-dialog-content li{position:relative;padding-left:20px;color:#c8d8e6;font-size:13px}.product-dialog-content li::before{content:"✓";position:absolute;left:0;color:#52e0b3;font-weight:900}.product-dialog-price{padding:14px 0;border-top:1px solid var(--store-line);border-bottom:1px solid var(--store-line)}.product-dialog-price small{display:block;color:var(--store-muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.product-dialog-price strong{display:block;margin-top:4px;font-size:21px}.product-dialog-message{min-height:18px;margin:12px 0 0;color:#ffcc78;font-size:12px}.product-dialog-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:9px;margin-top:14px}.product-dialog-actions a,.product-dialog-actions button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:800;text-decoration:none;cursor:pointer}.product-dialog-actions a{border:1px solid #2b4863;background:#0b1826;color:white}.product-dialog-actions button{border:1px solid #2a83ff;background:linear-gradient(135deg,#268aff,#1e63e4);color:white}.product-dialog-actions button[disabled]{opacity:.6;cursor:wait}.dialog-open{overflow:hidden}.security-notice{position:fixed;z-index:99999;right:18px;bottom:18px;max-width:min(360px,calc(100% - 36px));padding:12px 14px;border:1px solid #2c4a65;border-radius:10px;background:#081525;color:white;font-size:12px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s ease}.security-notice.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1000px){.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:minmax(220px,38%) minmax(0,62%)}.store-confidence-grid{grid-template-columns:repeat(2,1fr)}.store-confidence article:nth-child(2){border-right:0}.store-confidence article:nth-child(-n+2){border-bottom:1px solid var(--store-line)}}@media(max-width:760px){.store-page .container{width:min(100% - 24px,1180px)}.store-hero{padding:28px 0 24px}.store-hero-inner{grid-template-columns:1fr;gap:22px}.store-hero-copy h1{font-size:35px}.store-featured{max-width:560px}.product-dialog-layout{grid-template-columns:1fr}.product-dialog-visual img{min-height:250px;max-height:330px}.product-dialog-content{padding:25px 20px}}@media(max-width:620px){.store-search{grid-template-columns:auto minmax(0,1fr) auto;padding-right:5px}.store-search-submit{grid-column:1/-1;width:100%;min-height:38px}.product-card{grid-template-columns:1fr;min-height:0}.product-card-visual{aspect-ratio:16/9;min-height:auto}.product-card-content{padding:14px}.product-card-description{font-size:12px}.store-confidence-grid{grid-template-columns:1fr}.store-confidence article{border-right:0;border-bottom:1px solid var(--store-line)}.store-confidence article:last-child{border-bottom:0}.store-hero-actions{align-items:flex-start;flex-direction:column}.product-dialog-actions{grid-template-columns:1fr}}
