@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%) scale(.95);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideInUp{0%{transform:translate(-50%,100%) scale(.9);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.animate-fadeIn{animation:fadeIn .2s ease-out}.animate-slideInRight{animation:slideInRight .3s cubic-bezier(.34,1.56,.64,1)}.animate-slideInUp{animation:slideInUp .4s cubic-bezier(.34,1.56,.64,1)}.categories-scroll::-webkit-scrollbar{width:4px}.categories-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.categories-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.categories-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}}
