@tailwind base;@tailwind components;@tailwind utilities;@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-scaleIn{animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.animate-slideIn{animation:slideIn .3s ease-out}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#d8b4fe;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#c084fc}.scrollbar-track-transparent::-webkit-scrollbar-track{background:transparent}.scrollbar-thumb-purple-300::-webkit-scrollbar-thumb{background:#d8b4fe}
