@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)}}@keyframes light-pulse{0%{opacity:.9;box-shadow:0 0 0 0 rgba(168,85,247,1),0 0 0 0 rgba(168,85,247,.6)}to{opacity:1;box-shadow:0 0 0 8px rgba(168,85,247,0),0 0 0 16px rgba(168,85,247,0)}}@keyframes slide-in-right{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-blob{animation:blob 7s infinite}.animate-light-pulse{animation:light-pulse 4s cubic-bezier(.25,.46,.45,.94) infinite}.animate-slide-in-right{animation:slide-in-right .3s cubic-bezier(.25,.46,.45,.94)}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}