:root{--amber:#ffb31a;--paper:#e9dfc7;--ink:#050604;--muted:#968e7e;--line:rgba(255,179,26,.24)}*{box-sizing:border-box}html{background:var(--ink);scroll-behavior:smooth}body{margin:0;color:var(--paper);background:#050604;font-family:JetBrains Mono,monospace;cursor:none;overflow-x:hidden}a,button,input{cursor:none;color:inherit;font:inherit}.store-world{position:fixed;z-index:0;inset:-4%;background:linear-gradient(90deg,#030403d6,#0304038a 52%,#030403d1),linear-gradient(180deg,#0304034d,#030403d1),url(/assets/zone-world-v2.webp) center/cover no-repeat;filter:saturate(.72) contrast(1.14) brightness(.56);animation:worldBreath 14s ease-in-out infinite alternate}@keyframes worldBreath{to{filter:saturate(.86) contrast(1.18) brightness(.68);transform:scale(1.025)}}.store-noise{position:fixed;z-index:1;inset:0;pointer-events:none;opacity:.08;background-image:radial-gradient(circle,#dbc99d 0 1px,transparent 1.4px);background-size:37px 49px;animation:dust 9s linear infinite}@keyframes dust{to{background-position:180px 390px}}.store-scanlines{position:fixed;z-index:50;inset:0;pointer-events:none;opacity:.18;background:repeating-linear-gradient(to bottom,transparent 0 3px,rgba(0,0,0,.32) 4px);mix-blend-mode:multiply}.store-topbar{position:fixed;z-index:80;top:0;left:0;right:0;height:74px;display:flex;align-items:center;padding:0 5vw;border-bottom:1px solid var(--line);background:#050402d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-wordmark{font:22px Russo One;letter-spacing:.13em;text-decoration:none}.store-channel{margin-left:40px;color:var(--amber);font-size:10px;letter-spacing:.14em}.store-back{margin-left:auto;color:var(--muted);font-size:10px;text-decoration:none;transition:.2s}.store-back:hover{color:var(--amber)}main,.store-footer{position:relative;z-index:4}.store-hero{width:min(1260px,90vw);min-height:560px;margin:auto;padding:160px 0 80px;display:flex;justify-content:space-between;align-items:center}.store-hero small{color:var(--amber);font-size:10px;letter-spacing:.16em}.store-hero h1{margin:25px 0 22px;font:clamp(56px,8vw,118px)/.82 "Russo One";letter-spacing:-.04em;text-shadow:0 0 60px rgba(255,179,26,.09)}.store-hero p{color:var(--muted);font-size:15px}.store-status{width:280px;padding:26px;border:1px solid var(--line);background:#080704bd;clip-path:polygon(0 0,92% 0,100% 18%,100% 100%,0 100%)}.store-status>span{font-size:9px;color:var(--muted)}.store-status i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#8fd33c;box-shadow:0 0 12px #8fd33c}.store-status strong{display:block;margin:28px 0 4px;font:64px Russo One}.store-status strong b{color:var(--amber);font-weight:400}.store-status strong em{color:#5f594d;font-size:24px;font-style:normal}.store-status>small{color:var(--muted);font-size:8px}.store-shell{width:min(1260px,92vw);margin:0 auto 110px;padding:34px;border:1px solid var(--line);background:#060603d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 34px 100px #0000007a}.store-tools{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}.store-search span{display:block;margin-bottom:9px;color:var(--muted);font-size:9px;letter-spacing:.12em}.store-search input{width:100%;height:54px;padding:0 18px;border:1px solid rgba(255,255,255,.12);outline:0;color:var(--paper);background:#050604}.store-search input:focus{border-color:var(--amber);box-shadow:0 0 20px #ffb31a14}.store-auth{height:54px;display:grid;place-items:center;padding:0 22px;color:#090704;background:var(--amber);font-size:10px;font-weight:700;text-decoration:none}.store-notice{display:flex;gap:18px;align-items:center;margin:26px 0;padding:18px 20px;border-left:2px solid var(--amber);background:linear-gradient(90deg,rgba(255,179,26,.12),transparent)}.store-notice b{width:28px;height:28px;display:grid;place-items:center;color:#090704;background:var(--amber);font:20px Russo One}.store-notice p{margin:0;color:#b7ae9c;font-size:12px;line-height:1.7}.store-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:30px}.store-filters button{padding:10px 13px;border:1px solid rgba(255,255,255,.09);color:var(--muted);background:#090805;font-size:10px;transition:.18s}.store-filters button:hover,.store-filters button.active{color:#090704;border-color:var(--amber);background:var(--amber)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-card{position:relative;min-height:520px;padding:24px;display:grid;grid-template-rows:auto 220px 1fr auto;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#100d07f5,#050604f0);overflow:hidden;animation:cardIn .45s both;animation-delay:var(--delay)}@keyframes cardIn{0%{opacity:0;transform:translateY(18px)}}.product-card:hover{border-color:#ffb31a94}.product-code{color:#625b4d;font-size:8px;letter-spacing:.17em}.product-image{position:relative;display:grid;place-items:center;margin:10px 0;border-bottom:1px solid rgba(255,255,255,.07);background:radial-gradient(circle,rgba(255,179,26,.1),transparent 55%)}.product-image span{position:absolute;top:10px;left:0;color:var(--amber);font:18px Russo One}.product-image img{max-width:78%;max-height:190px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.55))}.product-info small{color:var(--amber);font-size:8px}.product-info h2{margin:12px 0;font:27px/1.15 Russo One}.product-info p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}.product-buy{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.product-buy strong{color:var(--paper);font:30px Russo One}.product-buy strong span{color:var(--amber);font-size:18px}.product-buy a{min-height:46px;display:grid;place-items:center;padding:0 18px;color:#090704;background:var(--amber);font-size:9px;font-weight:700;text-decoration:none}.store-empty{padding:70px;text-align:center;border:1px dashed var(--line)}.store-empty b,.store-empty span{display:block}.store-empty b{color:var(--amber);font:28px Russo One}.store-empty span{margin-top:12px;color:var(--muted);font-size:12px}.store-footer{padding:70px 5vw 38px;text-align:center;border-top:1px solid var(--line);background:#050402d1}.store-footer p{color:var(--muted);font-size:11px}.store-footer>div{display:flex;justify-content:center;gap:26px;margin:28px 0}.store-footer>div a,.store-footer small a{color:var(--amber);text-decoration:none;font-size:9px}.store-footer small{color:#817967;font-size:9px;letter-spacing:.1em}.store-cursor{position:fixed;z-index:1000;top:0;left:0;width:30px;height:38px;margin:-2px 0 0 -3px;pointer-events:none;filter:drop-shadow(0 2px 2px #000) drop-shadow(0 0 5px rgba(255,179,26,.35))}.store-cursor svg{width:100%;height:100%;overflow:visible}.cursor-body{fill:#0a0c09;stroke:#d99b21;stroke-width:1.8;stroke-linejoin:bevel}.cursor-scar{fill:none;stroke:#ebdfc175;stroke-width:.8}.store-cursor span{position:absolute;left:24px;top:5px;width:8px;height:8px;border-top:1px solid var(--amber);border-right:1px solid var(--amber);opacity:0;transform:translate(-4px,4px);transition:.14s}.store-cursor.lock{filter:drop-shadow(0 2px 2px #000) drop-shadow(0 0 8px rgba(255,179,26,.72))}.store-cursor.lock .cursor-body{fill:#30250d;stroke:#ffc34b}.store-cursor.lock span{opacity:1;transform:none}@media(max-width:850px){.store-channel{display:none}.store-hero{min-height:auto;padding-top:130px;display:block}.store-status{margin-top:50px}.store-shell{padding:20px}.store-tools,.product-grid{grid-template-columns:1fr}}@media(max-width:560px){body,a,button,input{cursor:auto}.store-cursor{display:none}.store-topbar{padding:0 18px}.store-back{font-size:0}.store-back:after{content:"← НАЗАД";font-size:10px}.store-hero{width:calc(100% - 36px);padding-bottom:50px}.store-hero h1{font-size:17vw}.store-status{width:100%}.store-shell{width:calc(100% - 20px);padding:14px}.store-notice{align-items:flex-start}.store-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.store-filters button{white-space:nowrap}.product-card{min-height:500px;padding:18px}.product-info h2{font-size:23px}.product-buy{align-items:stretch;flex-direction:column}.product-buy a{min-height:50px}.store-footer>div{flex-wrap:wrap}}@media(max-width:560px){html{scroll-padding-top:68px}body{min-width:320px;-webkit-text-size-adjust:100%}.store-topbar{height:calc(60px + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(14px,env(safe-area-inset-right)) 0 max(14px,env(safe-area-inset-left))}.store-wordmark{font-size:18px;letter-spacing:.08em}.store-hero{width:calc(100% - 28px);padding:108px 0 42px}.store-hero h1{font-size:clamp(46px,16vw,76px);line-height:.9}.store-hero p{font-size:13px;line-height:1.65}.store-status{padding:20px}.store-status strong{font-size:52px}.store-shell{width:calc(100% - 16px);margin-bottom:64px;padding:10px}.store-search input,.store-auth{min-height:54px}.store-notice{gap:12px;padding:15px 12px}.store-notice p{font-size:11px}.store-filters{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px;scrollbar-width:none}.store-filters::-webkit-scrollbar{display:none}.product-card{min-height:0;grid-template-rows:auto 180px auto auto;padding:16px}.product-image img{max-height:160px}.product-info h2{font-size:21px;overflow-wrap:anywhere}.product-buy strong{font-size:26px}.store-footer{padding-bottom:calc(30px + env(safe-area-inset-bottom))}.store-world{animation:none;transform:none}.store-noise{animation:none;opacity:.04}}body{cursor:auto}a,button,input{cursor:pointer}.store-cursor{display:none}.store-topbar{top:14px;left:4vw;right:4vw;height:62px;padding:0 22px;border:0;border-radius:18px;background:#2a2218c7;box-shadow:0 14px 42px #0000004d}.store-wordmark{color:var(--amber)}.store-wordmark:before{content:"☀ ";font-family:sans-serif}.store-auth,.product-buy a{border-radius:13px}.store-status,.store-shell,.product-card,.store-notice,.store-search input{border-radius:22px;clip-path:none}.store-shell{border:0;background:#3a3124f0}.store-filters button{border:0;border-radius:999px;background:#ffffff14}.product-grid{gap:14px}.product-card{border:1px solid rgba(255,255,255,.06);background:linear-gradient(145deg,#483e2ffa,#2b241bfa);box-shadow:0 18px 50px #00000038}.store-world{animation:none;filter:sepia(.2) saturate(.8) brightness(.58)}@media(max-width:560px){.store-topbar{top:8px;left:8px;right:8px;padding:0 14px}.store-shell,.product-card{border-radius:18px}}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.store-noise,.store-scanlines{display:none!important}.product-card:hover{transform:none!important}
