@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--color-bg:#050607;--color-bg-alt:#0d1110;--color-surface:#111614d6;--color-surface-strong:#0a0e0cf5;--color-surface-border:#77ff482e;--color-text:#f5f7f6;--color-text-muted:#99a39d;--color-accent:#57db2f;--color-accent-strong:#80ff59;--color-accent-soft:#57db2f24;--color-danger:#ff6b6b;--shadow-panel:0 28px 80px #00000073;--radius-panel:28px;--radius-card:24px;--radius-pill:999px;--font-display:"Orbitron", "Segoe UI", sans-serif;--font-body:"Space Grotesk", "Segoe UI", sans-serif;--container-width:1180px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--color-text);font-family:var(--font-body);background:radial-gradient(circle at 0 0,#57db2f33,#0000 28%),radial-gradient(circle at 100% 0,#57db2f14,#0000 24%),linear-gradient(#050607 0%,#090d0c 52%,#050607 100%);margin:0}#app{min-height:100vh}:root{--store-container-width:1368px;--store-border-muted:color-mix(in srgb, var(--color-surface-border) 72%, transparent);--store-border-faint:color-mix(in srgb, var(--color-text-muted) 8%, transparent);--store-scanline-faint:color-mix(in srgb, var(--color-accent) 2%, transparent);--store-scanline-soft:color-mix(in srgb, var(--color-accent) 8%, transparent);--store-accent-glow:color-mix(in srgb, var(--color-accent) 32%, transparent);--store-accent-glow-soft:color-mix(in srgb, var(--color-accent) 12%, transparent);--store-frame-light:color-mix(in srgb, var(--color-text) 3%, transparent);--store-frame-wash:color-mix(in srgb, var(--color-accent) 7%, transparent);--store-accent-hover:color-mix(in srgb, var(--color-accent-strong) 75%, var(--color-text))}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body)}button,input{font:inherit}button{color:inherit}.store-page{background:repeating-linear-gradient(0deg, var(--store-scanline-faint) 0, var(--store-scanline-faint) 1px, transparent 1px, transparent 10px), var(--color-bg);min-height:100vh;overflow-x:hidden}.store-main{min-height:100vh}.store-hero,.feature-band__inner,.catalog-section{width:min(calc(100% - 4rem), var(--store-container-width));margin:0 auto}.store-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:center;gap:4rem;min-height:326px;padding:5.7rem 0 4.8rem;display:grid}.store-title,.feature-title,.catalog-title,.catalog-group__title,.product-card__title{font-family:var(--font-display);color:var(--color-text);letter-spacing:0;margin:0}.store-title{font-size:5rem;font-weight:700;line-height:1.12}.feature-title{font-size:4.5rem;font-weight:700;line-height:1.12}.store-hero__description{max-width:34rem;color:var(--color-text);font-size:1rem;line-height:1.72;font-family:var(--font-body);margin:1.8rem 0 0}.store-actions{flex-wrap:wrap;gap:2rem;margin-top:2rem;display:flex}.button{appearance:none;cursor:pointer;min-width:7.2rem;min-height:3.25rem;font-family:var(--font-body);text-align:center;border:2px solid #0000;border-radius:0;padding:.98rem 1.7rem;font-size:1.4rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,box-shadow .16s,color .16s,transform .16s;position:relative}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.button--primary{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-bg)}.button--primary:hover{background:var(--store-accent-hover);border-color:var(--store-accent-hover);box-shadow:0 0 22px var(--store-accent-glow)}.button--secondary{border-color:var(--store-border-muted);color:var(--color-text);background:0 0;overflow:hidden}.button--secondary:before{z-index:-1;content:"";opacity:0;background:linear-gradient(to bottom, transparent 50%, var(--store-scanline-soft) 50%), var(--color-accent-soft);background-size:100% 4px;transition:opacity .16s;position:absolute;inset:0}.button--secondary:hover{border-color:var(--color-surface-border);color:var(--color-accent)}.button--secondary:hover:before{opacity:1}.button--large{text-transform:uppercase;min-width:16rem;min-height:4.8rem;font-size:1.8rem}.store-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:3rem;display:grid}.stat-card{border:1px solid var(--store-border-muted);background:var(--color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-content:start;gap:.85rem;min-height:7.25rem;padding:1.6rem 1.75rem;display:grid}.stat-card--active{border-left:5px solid var(--color-accent)}.stat-card__label{color:var(--color-text-muted);font-family:var(--font-body);letter-spacing:0;text-transform:uppercase;font-size:1rem;font-weight:700}.stat-card__value{color:var(--color-accent);font-family:var(--font-display);font-size:1.85rem;font-weight:700;line-height:1}.feature-band{background:var(--color-bg-alt);border-top:1px solid var(--store-border-faint);border-bottom:1px solid var(--store-border-faint);width:100%}.feature-band__inner{grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);align-items:center;gap:5rem;min-height:354px;padding:3.6rem 0;display:grid}.feature-copy{justify-items:start;display:grid}.section-rule{background:var(--color-accent);width:6.6rem;height:4px;margin:1.2rem 0 2rem;display:block}.feature-description{max-width:40rem;color:var(--color-text);font-family:var(--font-display);margin:0 0 2.6rem;font-size:1.45rem;font-weight:600;line-height:1.28}.image-frame{border:1px solid var(--store-border-muted);background:linear-gradient(90deg, var(--store-frame-light), transparent 42%), linear-gradient(160deg, var(--store-frame-wash), transparent 48%), repeating-linear-gradient(0deg, var(--store-frame-light) 0, var(--store-frame-light) 1px, transparent 1px, transparent 5px), var(--color-surface-strong);position:relative;overflow:hidden}.image-frame:after{content:"";pointer-events:none;background:linear-gradient(90deg, var(--store-scanline-soft) 1px, transparent 1px), linear-gradient(0deg, var(--store-frame-wash) 1px, transparent 1px);opacity:.3;background-size:16px 16px;position:absolute;inset:0}.image-frame--feature{aspect-ratio:1;width:min(100%,30rem);box-shadow:0 0 0 1px var(--store-frame-light) inset, 0 0 42px var(--store-scanline-soft);justify-self:end}.image-frame__image{object-fit:cover;opacity:.72;filter:grayscale();width:100%;height:100%;transition:filter .18s,opacity .18s,transform .18s;display:block}.image-frame__image[src=""]{opacity:0}.catalog-section{padding:8.8rem 0 10.6rem}.catalog-title{font-size:1.65rem;font-weight:700;line-height:1.25}.catalog-group{margin-top:3.6rem}.catalog-group+.catalog-group{margin-top:5.2rem}.catalog-group__title{color:var(--color-accent);align-items:center;gap:.8rem;margin-bottom:2rem;font-size:1.35rem;font-weight:600;line-height:1.2;display:flex}.catalog-group__title:before{content:"";background:var(--color-accent);width:4px;height:2rem;display:block}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.65rem;display:grid}.product-card{border:1px solid var(--color-accent-strong);background:var(--color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:31.5rem;box-shadow:0 0 0 1px var(--color-accent-soft) inset;grid-template-rows:15rem minmax(0,1fr) auto;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.product-card:hover{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent-soft) inset, 0 0 24px var(--store-accent-glow-soft);transform:translateY(-2px)}.product-card__media{background:var(--color-surface);position:relative;overflow:hidden}.product-card:hover .image-frame__image{filter:grayscale(0);opacity:1;transform:scale(1.02)}.product-card__content{padding:1.45rem 1.55rem 1.3rem}.product-card__title{font-size:1.28rem;font-weight:600;line-height:1.25}.product-card__description{color:var(--color-text);margin:.6rem 0 0;font-size:.86rem;line-height:1.5}.product-card__button{width:calc(100% - 3rem);min-height:3rem;margin:0 1.5rem 1.55rem;padding:.8rem 1rem;font-size:.82rem}@media (width<=1040px){.store-hero,.feature-band__inner{grid-template-columns:1fr;gap:3rem}.store-hero__stats,.image-frame--feature{justify-self:stretch}.image-frame--feature{justify-self:center;width:min(100%,28rem)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.store-hero,.feature-band__inner,.catalog-section{width:min(calc(100% - 2rem), var(--store-container-width))}.store-hero{padding:3.4rem 0 4rem}.store-title{font-size:2.25rem}.feature-title{font-size:2.2rem}.feature-description{font-size:1.08rem}.button,.button--large{width:100%;min-width:0}.store-hero__stats,.product-grid{grid-template-columns:1fr}.product-card{grid-template-rows:13.5rem minmax(0,1fr) auto}}
