.filters-container{position:relative;width:100%;overflow:hidden}.filters-wrapper{display:flex;align-items:center;gap:1rem;width:100%}.filters-wrapper .filter-buttons{display:flex;align-items:center;gap:.5rem;position:sticky;left:0;z-index:2;padding-right:.5rem;min-width:max-content}.filters-wrapper .category-filter{flex:1;min-width:0}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.reset-button{padding:0;width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--gray-2);color:var(--gray-11);transition:all .15s ease-in-out}.reset-button:hover{background:var(--gray-3);color:var(--gray-12)}.filter-container{padding:.75rem 0}.filter-buttons{background:var(--background)}.filter-buttons:after{background:linear-gradient(90deg,hsla(0,0%,0%,0),transparent)}.categories-wrapper{position:relative}.category-filter{width:100%;margin-bottom:0;min-height:3rem;position:relative;scrollbar-width:none;&::-webkit-scrollbar{display:none}}@media (min-width:768px){.category-tabs-list{display:flex;flex-wrap:wrap;gap:.375rem;padding:.75rem 0;min-height:4rem;align-items:center}}.category-tabs-list [data-radix-collection-item]>div{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.category-tabs-list [data-radix-collection-item] svg{width:20px;height:20px;color:currentColor}[data-radix-collection-item]:hover{background-color:color-mix(in srgb,var(--category-color,rgb(0,0,0)) 10%,transparent);color:var(--category-color,rgba(0,0,0,.8))}.category-tabs-list [data-radix-collection-item]:hover svg{color:var(--category-color,currentColor)}.filter-count{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.5);font-size:.875rem;transition:all .15s ease-in-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.category-filter:after{right:0;width:3rem}.category-filter:after,.category-filter:before{content:"";position:absolute;top:0;bottom:0;pointer-events:none;z-index:1}.category-filter:before{left:-1rem;width:1rem;background:linear-gradient(to right,hsl(var(--background)) 0,hsl(var(--background)/0) 100%)}@media (min-width:768px){.category-filter:after{display:none}}.category-tabs-list [data-radix-collection-item][disabled]{height:2.5rem;min-height:2.5rem;opacity:.7}.reset-button-wrapper{width:0;opacity:0;overflow:hidden;transition:all .15s ease-in-out;position:relative;z-index:3}.reset-button-wrapper.visible{width:40px;opacity:1;margin-left:.5rem}.category-filter{min-height:4rem}.filter-buttons-container{display:flex;align-items:center;min-width:max-content;height:2.5rem}.filter-container{display:flex;align-items:center;gap:1rem;width:100%;position:relative}.filter-buttons{display:flex;align-items:center;gap:.5rem;position:sticky;left:0;z-index:3;background-color:hsl(var(--background));padding-right:.5rem}.categories-wrapper{flex:1;min-width:0}@media (max-width:768px){.category-filter:before{display:none}}.filter-buttons:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1.5rem;background:linear-gradient(to right,hsl(var(--background)),hsl(var(--background)/0));pointer-events:none;z-index:2}.rt-TabsTrigger[data-state=active] svg{color:var(--tab-trigger-active-color)}.rt-TabsTrigger[data-state=active] span{color:var(--gray-12)}.rt-TabsTrigger:not([data-state=active]),.rt-TabsTrigger:not([data-state=active]) svg{color:var(--gray-11)}.rt-TabsList[data-orientation=horizontal]{--tab-highlight:var(--tab-trigger-active-color)}[role=tablist]{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;&::-webkit-scrollbar{display:none}}[role=tab]{flex-shrink:0}:where(.rt-BaseTabList.rt-high-contrast) .rt-BaseTabListTrigger:where([data-state=active],[data-active]):before{background-color:var(--tab-trigger-active-color)}