.category-menu{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:6px 0 12px;scroll-margin-top:90px}.category-tab{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:13px;text-decoration:none;color:#475569;font-weight:750;transition:.16s}.category-tab small{display:grid;place-items:center;min-width:27px;height:27px;padding:0 7px;border-radius:999px;background:#f1f5f9;color:#64748b}.category-tab:hover{border-color:#93c5fd;transform:translateY(-1px)}.category-tab.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.2)}.category-tab.active small{background:#ffffff2b;color:#fff}.brand-submenu{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:8px 2px 16px;scrollbar-width:thin}.brand-pill{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:9px 13px;border-radius:999px;border:1px solid #dbe3ee;background:#fff;color:#475569;text-decoration:none;font-size:13px;font-weight:700}.brand-pill small{padding:2px 6px;border-radius:999px;background:#f1f5f9;color:#64748b}.brand-pill:hover,.brand-pill.active{border-color:#0891b2;color:#0e7490;background:#ecfeff}.category-hint{margin:10px 2px 18px;color:#64748b;font-size:13px}@media(max-width:800px){.category-menu{display:flex;overflow-x:auto;padding-bottom:7px;scrollbar-width:thin}.category-tab{flex:0 0 145px}}@media(max-width:480px){.category-tab{flex-basis:132px;padding:12px}.category-hint{display:none}}
