.store-root{flex-direction:column;min-height:100vh;display:flex}.store-main{flex:1;padding-bottom:60px}.store-pad{padding-top:110px}.store-narrow{max-width:760px}.store-muted{color:var(--text-muted)}.store-mono,.store-address{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.store-header{z-index:100;background:color-mix(in srgb, var(--bg-primary) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;right:0}.store-header-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.store-brand{flex-direction:column;line-height:1;text-decoration:none;display:flex}.store-brand-name{font-family:var(--display-font);letter-spacing:.06em;color:var(--text-primary);font-size:1.3rem;font-weight:800}.store-brand-sub{letter-spacing:.22em;color:var(--accent-cyan);margin-top:3px;font-size:.55rem;font-weight:700}.store-nav{align-items:center;gap:22px;display:flex}.store-nav a{color:var(--text-secondary);font-size:.92rem;text-decoration:none;transition:color .2s}.store-nav a:hover{color:var(--accent-cyan)}.store-nav .store-cta{color:#04121c}.store-link-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.92rem}.store-link-btn:hover{color:var(--accent-cyan)}.store-cart-link{color:var(--text-secondary);align-items:center;display:inline-flex;position:relative}.store-cart-badge{background:var(--accent-gold);color:#04121c;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-10px}.store-footer{border-top:1px solid var(--border-color);background:var(--bg-primary);padding:28px 0}.store-footer-inner{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.82rem;display:flex}.store-footer-legal{text-align:center;flex:1;min-width:240px}.store-footer-link{color:var(--accent-cyan);text-decoration:none}.store-controls{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:24px;padding:16px;display:flex}.store-search{flex:1;min-width:220px}.store-cats{flex-wrap:wrap;gap:8px;display:flex}.store-cat-pill{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:7px 14px;font-size:.82rem;transition:all .2s}.store-cat-pill:hover{border-color:var(--accent-cyan);color:var(--accent-cyan)}.store-cat-pill.active{background:var(--accent-cyan);border-color:var(--accent-cyan);color:#04121c;font-weight:600}.store-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:22px;display:grid}.store-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.store-card-media{aspect-ratio:16/11;background:var(--bg-secondary);justify-content:center;align-items:center;display:flex;position:relative}.store-card-media img{object-fit:contain;width:100%;height:100%;padding:14px}.store-card-noimg{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-primary));width:100%;height:100%}.store-stock{border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:700;position:absolute;top:10px;right:10px}.store-stock.ok{color:#22c55e;background:#22c55e26}.store-stock.out{color:#f87171;background:#f8717126}.store-card-body{flex-direction:column;flex:1;gap:8px;padding:18px;display:flex}.store-card-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-cyan);font-size:.7rem;font-weight:700}.store-card-title{margin:0;font-size:1.15rem}.store-card-desc{color:var(--text-secondary);flex:1;font-size:.85rem;line-height:1.45}.store-card-meta{color:var(--text-muted);border-top:1px solid var(--border-color);justify-content:space-between;padding-top:10px;font-size:.78rem;display:flex}.store-card-purity{color:var(--accent-gold);font-weight:600}.store-card-foot{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.store-card-price{font-size:1.3rem;font-weight:800;font-family:var(--display-font)}.store-add{white-space:nowrap}.store-form-card{padding:26px}.store-form{flex-direction:column;gap:16px;display:flex}.store-form-title{font-size:1.05rem;font-family:var(--display-font);margin:8px 0 0}.store-field{flex-direction:column;gap:6px;display:flex}.store-row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.store-hp{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.store-error{color:#f87171;margin:0;font-size:.88rem}.store-btn-full{width:100%;padding:13px}.store-fineprint{color:var(--text-muted);text-align:center;margin:4px 0 0;font-size:.82rem}.store-fineprint a,.store-footer-link{color:var(--accent-cyan)}.store-success{text-align:center;padding:40px 26px}.store-success-icon{color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 18px;display:flex}.store-empty{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 26px;display:flex}.store-access-cart{background:var(--bg-secondary);border-radius:10px;margin-bottom:18px;padding:14px 16px;font-size:.88rem}.store-access-cart-title{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.store-access-cart ul{color:var(--text-secondary);margin:8px 0;padding-left:18px}.store-access-cart-total{font-weight:700}.store-cart-list{margin-bottom:20px;padding:10px 20px}.store-cart-row{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 80px 110px 30px;align-items:center;gap:12px;padding:14px 0;display:grid}.store-cart-info{flex-direction:column;display:flex}.store-cart-name{font-weight:600}.store-cart-sub{color:var(--text-muted);font-size:.8rem}.store-qty{text-align:center;padding:8px}.store-cart-line{text-align:right;font-weight:600}.store-remove{color:var(--text-muted);font-size:1rem}.store-remove:hover{color:#f87171}.store-cart-total{justify-content:space-between;align-items:center;padding:16px 0 8px;font-size:1.15rem;display:flex}.store-gate{text-align:center;padding:26px}.store-gate-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:14px;display:flex}.store-summary{margin-bottom:20px;padding:18px 20px}.store-summary-row{color:var(--text-secondary);justify-content:space-between;padding:7px 0;font-size:.92rem;display:flex}.store-summary-total{border-top:1px solid var(--border-color);color:var(--text-primary);margin-top:6px;padding-top:12px;font-size:1.1rem}.store-paymethods{flex-wrap:wrap;gap:12px;display:flex}.store-pay-opt{border:1px solid var(--border-color);cursor:pointer;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:160px;padding:12px 16px;display:flex}.store-pay-opt.active{border-color:var(--accent-cyan);background:color-mix(in srgb, var(--accent-cyan) 8%, transparent)}.store-order-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.store-order-ref{margin:0}.store-status{border-radius:999px;margin-top:8px;padding:5px 12px;font-size:.78rem;font-weight:700;display:inline-block}.store-status.sm{margin-top:0}.store-status.wait{color:var(--accent-gold);background:#e9c46a29}.store-status.ok{color:#22c55e;background:#22c55e29}.store-status.bad{color:#f87171;background:#f8717129}.store-pay-box{flex-direction:column;gap:14px;margin-bottom:20px;padding:24px;display:flex}.store-bank{background:var(--bg-secondary);white-space:pre-wrap;border-radius:10px;margin:0;padding:14px;font-family:inherit;font-size:.9rem}.store-pay-amount{border-bottom:1px dashed var(--border-color);justify-content:space-between;padding-bottom:8px;display:flex}.store-qr{justify-content:center;display:flex}.store-qr img{background:#fff;border-radius:12px;padding:10px}.store-address{background:var(--bg-secondary);word-break:break-all;border-radius:8px;padding:12px;font-size:.86rem;display:block}.store-info-banner{background:color-mix(in srgb, var(--accent-cyan) 12%, transparent);color:var(--text-primary);border-radius:10px;margin:0;padding:12px 16px;font-size:.9rem}.store-paid-banner{color:#22c55e;text-align:center;background:#22c55e1f;padding:18px}.store-ship{padding:16px 20px}.store-ship-title{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-cyan);font-size:.72rem;font-weight:700}.store-ship p{color:var(--text-secondary);margin:6px 0 0}.store-orders{margin-bottom:24px;padding:6px 18px}.store-order-row{border:none;border-bottom:1px solid var(--border-color);cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;grid-template-columns:1fr auto auto auto;align-items:center;gap:14px;padding:14px 0;display:grid}.store-order-row:last-child{border-bottom:none}.store-order-row:hover{color:var(--accent-cyan)}.store-order-ref-sm{font-family:ui-monospace,monospace;font-size:.88rem;font-weight:700}.store-order-date{color:var(--text-muted);font-size:.82rem}.store-order-total{font-weight:700}.store-force-pw{border:1px solid var(--accent-gold);margin-bottom:22px}@media (width<=640px){.store-nav{gap:14px}.store-nav a:not(.store-cta):not(.store-cart-link){display:none}.store-row-2{grid-template-columns:1fr}.store-cart-row{grid-template-columns:1fr 60px 30px}.store-cart-line{display:none}}
