@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-fadeIn-delay-100{animation:fadeIn .5s ease-out .1s forwards;opacity:0}.animate-fadeIn-delay-200{animation:fadeIn .5s ease-out .2s forwards;opacity:0}.animate-fadeIn-delay-300{animation:fadeIn .5s ease-out .3s forwards;opacity:0}@keyframes gradient-x{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient-x{background-size:200% 200%;animation:gradient-x 3s ease infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.5;box-shadow:0 0 10px rgba(52,211,153,.5)}50%{opacity:1;box-shadow:0 0 20px rgba(52,211,153,.8)}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}@keyframes typing{0%{width:0}to{width:100%}}.animate-typing{overflow:hidden;white-space:nowrap;animation:typing 3.5s steps(40)}