@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:.5s ease-out both fade-in-up}.animate-fade-in-scale{animation:.4s ease-out both fade-in-scale}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:0 0}.scrollbar-thin::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#8b5cf6,#3b82f6);border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#7c3aed,#2563eb)}
