.cat-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.cat-header-main{align-items:flex-start;gap:.85rem;min-width:0;display:flex}.cat-header-icon{border-radius:var(--radius-sm);background:var(--cat-tint,var(--accent-tint));width:2.5rem;height:2.5rem;color:var(--cat-accent,var(--accent));flex-shrink:0;justify-content:center;align-items:center;display:flex}.cat-header .page-h1{margin:0 0 .35rem;font-size:clamp(1.5rem,3.5vw,2rem)}.cat-header-desc{color:var(--muted);max-width:36rem;margin:0;font-size:.9375rem;line-height:1.55}.cat-header-meta{color:var(--cat-accent-dark,var(--accent-dark));margin:.5rem 0 0;font-size:.8125rem;font-weight:600}.cat-header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cat-list-section,.cat-retailers-section{margin-bottom:2.5rem}.cat-retailers-lede{color:var(--muted);max-width:40rem;margin:0 0 1rem;font-size:.875rem;line-height:1.55}.cat-retailers-grid{grid-template-columns:1fr;gap:.45rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.cat-retailers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.cat-retailers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.cat-retailers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cat-retailer-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:inherit;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.15rem .5rem;min-width:0;padding:.65rem .75rem;text-decoration:none;transition:border-color .15s,background-color .15s;display:grid}.cat-retailer-card:hover{border-color:var(--cat-accent,var(--accent));background:color-mix(in srgb, var(--cat-tint,var(--accent-tint)) 30%, var(--surface))}.cat-retailer-name{overflow-wrap:anywhere;grid-area:1/1;font-size:.875rem;font-weight:600}.cat-retailer-host{color:var(--muted);overflow-wrap:anywhere;grid-area:2/1;font-size:.75rem}.cat-retailer-region{color:var(--muted);white-space:nowrap;grid-area:1/2/span 2;align-self:center;font-size:.6875rem;font-weight:600}.cat-list-heading{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 .25rem;font-size:.8125rem;font-weight:700}.cat-empty{text-align:center;margin-top:1rem;padding:2rem 1.5rem}.cat-empty p{color:var(--muted);margin:0 0 1rem}.cat-footer{border-top:1px solid var(--border);padding-top:1.5rem}.cat-footer-label{color:var(--muted);margin:0 0 .65rem;font-size:.8125rem;font-weight:600}.cat-footer-links{flex-wrap:wrap;gap:.35rem 1rem;margin:0;padding:0;list-style:none;display:flex}.cat-footer-links a{color:inherit;font-size:.875rem;font-weight:600;text-decoration:none}.cat-footer-links a:hover{color:var(--cat-accent,var(--accent))}
