@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-up-center{0%{transform:translate(-50%,20px);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slide-up .5s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up-center{animation:slide-up-center .5s cubic-bezier(.16,1,.3,1) forwards}.animate-spin-slow{animation:spin-slow 3s linear infinite}.animate-fade-in{animation:fadeIn .5s ease-in-out forwards}.gradient-text{@apply text-transparent bg-clip-text bg-gradient-to-r from-emerald-600 to-teal-600;}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-transparent;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full hover:bg-slate-300 transition-colors;}
