@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.animate-fade-in{opacity:0;animation:fadeIn .3s ease-out both}.animate-scale-in{opacity:0;animation:scaleIn .3s ease-out both}.animate-fade-in-up{opacity:0;animation:fadeInUp .5s ease-out both}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-scroll::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:20px}
