@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes grow-bar{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}@keyframes slide-in-left{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes text-glow{0%,to{text-shadow:0 0 20px hsla(0,0%,100%,.3)}50%{text-shadow:0 0 30px hsla(0,0%,100%,.6)}}.animate-blob{animation:blob 7s infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}.animate-grow-bar{animation:grow-bar .8s ease-out forwards;transform-origin:bottom}.animate-shake{animation:shake .5s ease-in-out}.animate-bounce-slow{animation:bounce 3s infinite}.animate-slide-in-left{animation:slide-in-left .8s ease-out forwards}.animate-slide-in-right{animation:slide-in-right .8s ease-out forwards}.animate-fade-in{animation:fade-in .8s ease-out forwards}.animate-scale-in{animation:scale-in .6s ease-out forwards}.animate-text-glow{animation:text-glow 2s ease-in-out infinite}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}.animation-delay-800{animation-delay:.8s}.animation-delay-1000{animation-delay:1s}@keyframes text-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(99,102,241,.3)}50%{box-shadow:0 0 40px rgba(99,102,241,.6)}}.animate-text-shimmer{background:linear-gradient(90deg,hsla(0,0%,100%,.8),#fff 50%,hsla(0,0%,100%,.8));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:text-shimmer 3s linear infinite}.animate-bounce-gentle{animation:bounce-gentle 3s ease-in-out infinite}.animate-rotate-slow{animation:rotate-slow 20s linear infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-150{animation-delay:.15s}.animation-delay-500{animation-delay:.5s}.animation-delay-700{animation-delay:.7s}.animation-delay-900{animation-delay:.9s}.animation-delay-1100{animation-delay:1.1s}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}