.page-header.svelte-a8yt2h{background:var(--bg-1);border-bottom:1px solid var(--border);top:var(--sticky-top,0);z-index:40;padding:20px 16px 16px;position:sticky}.products-grid.svelte-a8yt2h{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px;display:grid}@media (width>=600px) and (width<=767px){.products-grid.svelte-a8yt2h{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.products-grid.svelte-a8yt2h{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding:16px}}.product-card.svelte-a8yt2h{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);text-decoration:none;transition:all .2s;position:relative;overflow:hidden}.product-card.svelte-a8yt2h:hover{border-color:var(--gold-dim);transform:translateY(-2px)}.product-img-container.svelte-a8yt2h{position:relative}.product-img-placeholder.svelte-a8yt2h{aspect-ratio:1;background:linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-real-img.svelte-a8yt2h{object-fit:cover;width:100%;height:100%;display:block}.product-img-placeholder.svelte-a8yt2h:before{content:"";background:radial-gradient(circle at 30% 30%,#2d7dd20f,#0000 70%);position:absolute;inset:0}.product-icon-wrap.svelte-a8yt2h{width:80px;height:80px;color:var(--text-dim);background:#ffffffb3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 2px 12px #1a366814}.limited-badge.svelte-a8yt2h{background:var(--red);color:#fff;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.tier-badge.svelte-a8yt2h{border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;right:8px}.product-info.svelte-a8yt2h{padding:10px 12px}.product-name.svelte-a8yt2h{margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.4}.product-team.svelte-a8yt2h{color:var(--text-muted);margin-bottom:6px;font-size:11px}.product-price-row.svelte-a8yt2h{align-items:baseline;gap:6px;display:flex}.product-price.svelte-a8yt2h{color:var(--gold);font-size:16px;font-weight:800}.product-original.svelte-a8yt2h{color:var(--text-dim);font-size:12px;text-decoration:line-through}.quick-add.svelte-a8yt2h{background:var(--gold);color:#000;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:700;transition:transform .2s;display:flex;position:absolute;bottom:10px;right:10px}.quick-add.svelte-a8yt2h:hover{transform:scale(1.1)}.cart-overlay.svelte-a8yt2h{z-index:150;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.cart-drawer.svelte-a8yt2h{background:var(--bg-1);border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:160;flex-direction:column;width:100%;max-width:480px;max-height:80dvh;animation:.3s svelte-a8yt2h-slideUp;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@keyframes svelte-a8yt2h-slideUp{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}.cart-header.svelte-a8yt2h{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px;display:flex}.cart-title.svelte-a8yt2h{font-size:16px;font-weight:700}.cart-close.svelte-a8yt2h{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px}.cart-empty.svelte-a8yt2h{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.cart-items.svelte-a8yt2h{flex:1;padding:8px 0;overflow-y:auto}.cart-item.svelte-a8yt2h{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:12px 16px;display:flex}.ci-img.svelte-a8yt2h{background:var(--bg-2);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.ci-info.svelte-a8yt2h{flex:1;min-width:0}.ci-name.svelte-a8yt2h{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.ci-variant.svelte-a8yt2h{color:var(--sky);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:11px;overflow:hidden}.ci-price.svelte-a8yt2h{color:var(--gold);margin-top:2px;font-size:13px;font-weight:700}.ci-qty.svelte-a8yt2h{background:var(--bg-2);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:4px 8px;display:flex}.ci-qty.svelte-a8yt2h button:where(.svelte-a8yt2h){color:var(--text);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:16px}.ci-qty.svelte-a8yt2h span:where(.svelte-a8yt2h){text-align:center;font-variant-numeric:tabular-nums;min-width:20px;font-size:14px;font-weight:700}.ci-remove.svelte-a8yt2h{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:4px;font-size:14px}.cart-footer.svelte-a8yt2h{border-top:1px solid var(--border);background:var(--bg-1);padding:16px}.cart-total.svelte-a8yt2h{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:15px;font-weight:600;display:flex}.total-price.svelte-a8yt2h{color:var(--gold);font-size:20px;font-weight:800}.shop-empty.svelte-a8yt2h{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:8px;padding:56px 24px;display:flex}.shop-empty-icon.svelte-a8yt2h{background:var(--bg-2);width:88px;height:88px;color:var(--text-dim);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.shop-empty-title.svelte-a8yt2h{color:var(--text-muted);font-size:15px;font-weight:600}.shop-empty-desc.svelte-a8yt2h{color:var(--text-dim);font-size:13px}
