.cat-filters{--cat-blue:var(--brand-primary);--cat-grey0:var(--surface-subtle);--cat-grey10:var(--border-default);--cat-grey50:var(--text-tertiary);--cat-grey60:var(--text-secondary);--cat-grey100:var(--text-primary);font-family:inherit}.cat-filter-sidebar{background:linear-gradient(#fffffffa 0%,#f8fafc 100%);border:1px solid #e2e8f0e6;border-radius:18px;padding:1rem 1.05rem 1.15rem;box-shadow:inset 0 1px #fffc,0 10px 28px #0f172a0f}.cat-filter-section+.cat-filter-section{border-top:1px solid #e2e8f0d9;margin-top:.85rem;padding-top:.85rem}.cat-filter-section__title{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0 0 .55rem;font-size:.6875rem;font-weight:700}.cat-filter-option{color:var(--text-primary);cursor:pointer;transition:color var(--duration-fast), background var(--duration-fast);border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.35rem;padding:.35rem .4rem;font-size:.875rem;display:flex}.cat-filter-option:hover{color:var(--brand-primary);background:var(--brand-primary-muted)}.cat-filter-option input{accent-color:var(--brand-primary)}.cat-filter-brand-list{scrollbar-width:thin;flex-direction:column;gap:.3rem;max-height:14rem;padding-right:.15rem;display:flex;overflow-y:auto}.cat-filter-brand{cursor:pointer;background:#f8fafccc;border:1px solid #0000;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;margin:0;padding:.45rem .55rem;transition:border-color .15s,background .15s,box-shadow .15s;display:grid}.cat-filter-brand:hover{background:#fff;border-color:#1253ed2e}.cat-filter-brand--active{background:var(--brand-primary-muted);border-color:#1253ed47;box-shadow:0 0 0 1px #1253ed14}.cat-filter-brand input{accent-color:var(--brand-primary);width:1rem;height:1rem}.cat-filter-brand__name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8125rem;font-weight:600;overflow:hidden}.cat-filter-brand__count{color:#64748b;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;min-width:1.5rem;padding:.15rem .4rem;font-size:.6875rem;font-weight:700;line-height:1.2}.cat-filter-brand--active .cat-filter-brand__count{color:var(--brand-primary);border-color:#1253ed38}.cat-filter-pills{flex-wrap:wrap;gap:.4rem;display:flex}.cat-filter-pill{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.3rem;min-height:2.15rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:border-color .15s,background .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex}.cat-filter-pill:hover{color:var(--brand-primary);border-color:#1253ed59}.cat-filter-pill--active{background:var(--brand-primary);color:#fff;border-color:#0000;box-shadow:0 6px 16px #1253ed47}.cat-filter-pill__stars{color:#f59e0b;letter-spacing:.02em;font-size:.7rem}.cat-filter-pill--active .cat-filter-pill__stars{color:#fde68a}.cat-filter-price{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.cat-filter-price__field{flex-direction:column;gap:.3rem;min-width:0;display:flex}.cat-filter-price__field label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:.6875rem;font-weight:700;line-height:1.2}.cat-filter-price input{box-sizing:border-box;color:#0f172a;width:100%;height:2.4rem;transition:border-color var(--duration-fast), box-shadow var(--duration-fast);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0 .7rem;font-size:.875rem;font-weight:600}.cat-filter-price input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-soft);outline:none}.cat-filter-chips{flex-wrap:wrap;align-items:center;gap:.4rem;margin:-.15rem 0 .75rem;display:flex}.cat-filter-chip{min-height:1.9rem;color:var(--brand-primary);background:linear-gradient(#f8fbff 0%,#eef4ff 100%);border:1px solid #1253ed29;border-radius:999px;align-items:center;gap:.2rem;padding:.2rem .35rem .2rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #1253ed0f}.cat-filter-chip button{color:var(--brand-primary);cursor:pointer;opacity:.7;background:0 0;border:0;border-radius:999px;min-width:1.6rem;min-height:1.6rem;padding:0;font-size:.95rem;line-height:1}.cat-filter-chip button:hover{opacity:1;background:#1253ed1a}.cat-filter-clear{color:var(--brand-primary);cursor:pointer;background:0 0;border:0;padding:.25rem .35rem;font-size:.75rem;font-weight:700}.cat-filter-clear:hover{text-decoration:underline}.cat-toolbar{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0f2;border-radius:16px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.45rem .5rem;display:flex;box-shadow:inset 0 1px #ffffffe6,0 8px 24px #0f172a0d}.cat-toolbar__primary,.cat-toolbar__controls{align-items:center;gap:.4rem;min-width:0;display:flex}.cat-toolbar__controls{flex:auto;justify-content:flex-end}.cat-toolbar__count{color:#64748b;white-space:nowrap;font-size:.75rem;font-weight:600}.cat-toolbar__mobile-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.35rem;height:2.35rem;min-height:2.35rem;padding:0 .75rem 0 .65rem;font-size:.8125rem;font-weight:700;transition:border-color .15s,color .15s,background .15s,box-shadow .15s;display:none;box-shadow:0 1px 2px #0f172a0a}.cat-toolbar__mobile-btn:hover{color:var(--brand-primary);background:var(--brand-primary-muted);border-color:#1253ed59}.cat-toolbar__mobile-btn--active{background:var(--brand-primary);color:#fff;border-color:#0000;box-shadow:0 6px 16px #1253ed47}.cat-toolbar__badge{min-width:1.2rem;height:1.2rem;color:var(--brand-primary);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.6875rem;font-weight:800;line-height:1;display:inline-flex}.cat-toolbar__mobile-btn--active .cat-toolbar__badge{background:#fffffff2}.cat-sort{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.cat-sort__label{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;font-size:.6875rem;font-weight:700;display:none}.cat-sort__control{align-items:center;min-width:0;display:inline-flex;position:relative}.cat-sort-select{appearance:none;color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;max-width:11.5rem;height:2.35rem;min-height:2.35rem;padding:0 2rem 0 .8rem;font-size:.8125rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.cat-sort-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-soft);outline:none}.cat-sort__chevron{pointer-events:none;color:#64748b;position:absolute;right:.65rem}.cat-view-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;flex-shrink:0;gap:1px;padding:2px;display:inline-flex;overflow:hidden}.cat-view-toggle button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:2.15rem;min-width:2.15rem;height:2.15rem;min-height:2.15rem;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.cat-view-toggle__btn--active{color:var(--brand-primary);background:#fff;box-shadow:0 1px 3px #0f172a1a}.cat-mobile-drawer-overlay{z-index:100000;-webkit-backdrop-filter:blur(4px);background:#0f172a7a;animation:.2s cat-filter-fade-in;position:fixed;inset:0}.cat-mobile-drawer{z-index:100001;width:100%;max-width:100dvw;max-height:min(92dvh,920px);transition:transform .32s var(--ease-premium,cubic-bezier(.16, 1, .3, 1));box-sizing:border-box;background:linear-gradient(#fff 0%,#f8fafc 48%,#f1f5f9 100%);border-radius:22px 22px 0 0;flex-direction:column;padding:0;display:flex;position:fixed;inset:auto 0 0;overflow:hidden;transform:translateY(110%);box-shadow:0 -18px 50px #0f172a38}.cat-mobile-drawer--open{transform:translateY(0)}.cat-mobile-drawer__grab{background:#cbd5e1;border-radius:999px;flex-shrink:0;width:2.5rem;height:.28rem;margin:.55rem auto .15rem}.cat-mobile-drawer__header{border-bottom:1px solid #e2e8f0e6;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;margin:0;padding:.55rem 1rem .85rem;display:flex}.cat-mobile-drawer__title-row{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.cat-mobile-drawer__icon{background:var(--brand-primary-muted);width:2.35rem;height:2.35rem;color:var(--brand-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cat-mobile-drawer__title{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:1.05rem;font-weight:800;line-height:1.2}.cat-mobile-drawer__subtitle{color:#64748b;margin:.15rem 0 0;font-size:.75rem;font-weight:500}.cat-mobile-drawer__icon-close{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;min-width:44px;height:2.75rem;min-height:44px;display:inline-flex}.cat-mobile-drawer__icon-close:hover{background:#f8fafc}.cat-mobile-drawer__body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:.85rem 1rem 1rem;overflow-y:auto}.cat-mobile-drawer .cat-filter-sidebar--drawer{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0;display:block}.cat-mobile-drawer__footer{padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(10px);background:#ffffffeb;border-top:1px solid #e2e8f0f2;flex-shrink:0;grid-template-columns:auto 1fr;align-items:center;gap:.55rem;display:grid}.cat-mobile-drawer__footer-spacer{width:4.5rem;display:block}.cat-mobile-drawer__clear{color:#475569;cursor:pointer;background:0 0;border:0;min-height:2.75rem;padding:.65rem .4rem;font-size:.8125rem;font-weight:700}.cat-mobile-drawer__clear:hover{color:var(--brand-primary);text-decoration:underline}.cat-mobile-drawer__apply{background:var(--brand-primary);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;min-height:2.85rem;padding:.7rem 1rem;font-size:.9375rem;font-weight:750;display:inline-flex;box-shadow:0 10px 24px #1253ed47}.cat-mobile-drawer__apply:hover{background:var(--brand-primary-hover,#0e42be)}.cat-mobile-drawer__close{display:none}@keyframes cat-filter-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.cat-filter-sidebar--desktop{display:none}.cat-toolbar{flex-wrap:wrap;gap:.4rem;margin-bottom:.55rem;padding:.4rem}.cat-toolbar__primary{flex:auto;min-width:0}.cat-toolbar__controls{flex:100%;justify-content:stretch;gap:.35rem}.cat-toolbar__mobile-btn{display:inline-flex}.cat-toolbar__count{font-size:.71875rem}.cat-sort{flex:auto;min-width:0}.cat-sort-select{width:100%;max-width:none;height:2.45rem;min-height:2.45rem;font-size:16px}.cat-view-toggle button{width:2.35rem;min-width:2.35rem;height:2.35rem;min-height:2.35rem}.cat-filter-chips{margin-bottom:.55rem}.cat-filter-price input{height:2.65rem;font-size:16px}.cat-filter-pill{min-height:2.4rem}.cat-filter-brand{min-height:2.65rem}}@media (min-width:768px){.cat-mobile-drawer-overlay,.cat-mobile-drawer{display:none}.cat-sort__label{display:inline}.cat-toolbar{padding:.5rem .65rem}}
