.category-filter{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-lg);transition:opacity .2s ease}.category-filter--pending{opacity:.6;pointer-events:none}.category-filter__pill{display:inline-flex;align-items:center;padding:calc(var(--space-xs) * .8) var(--space-sm);border-radius:2rem;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.category-filter__pill:hover{border-color:var(--color-border-strong);color:var(--color-text)}.category-filter__pill--active{border-color:var(--color-accent);background-color:var(--color-surface-anchor);color:var(--color-accent)}@media (max-width:640px){.category-filter{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:calc(var(--space-xs) / 4)}.category-filter::-webkit-scrollbar{display:none}.category-filter__pill{flex-shrink:0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.product-grid-skeleton{display:grid;width:100%;grid-gap:var(--space-lg);gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-grid-skeleton__card{display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden;animation:skeleton-pulse 1.5s ease-in-out infinite}.product-grid-skeleton__card:nth-child(2){animation-delay:.1s}.product-grid-skeleton__card:nth-child(3){animation-delay:.2s}.product-grid-skeleton__card:nth-child(4){animation-delay:.3s}.product-grid-skeleton__card:nth-child(5){animation-delay:.4s}.product-grid-skeleton__card:nth-child(6){animation-delay:.5s}.product-grid-skeleton__image{width:100%;aspect-ratio:16/9;border-radius:.5rem;background:var(--color-surface-hover,rgba(255,255,255,.06));margin-bottom:var(--space-sm);flex-shrink:0}@media (min-width:768px){.product-grid-skeleton__image{aspect-ratio:5/3}}.product-grid-skeleton__body{display:flex;flex-direction:column;gap:var(--space-xs);padding:0 var(--space-xs)}.product-grid-skeleton__category{height:.65rem;width:4rem}.product-grid-skeleton__category,.product-grid-skeleton__title{border-radius:.25rem;background:var(--color-surface-hover,rgba(255,255,255,.06));margin:0 auto}.product-grid-skeleton__title{height:1.1rem;width:70%}.product-grid-skeleton__desc{height:.8rem;width:90%;border-radius:.25rem;background:var(--color-surface-hover,rgba(255,255,255,.06));margin:0 auto}.product-grid-skeleton__desc--short{width:65%}