@keyframes blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-15px) scale(1.05)}50%{transform:translateY(10px) scale(.95)}75%{transform:translate(-20px,-5px) scale(1.05)}}.animate-blob{animation:blob 10s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animate-slideInRight{animation:slideInRight .5s ease-out forwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-slow{animation:pulse 3s infinite}.bg-gradient-radial{background:radial-gradient(circle,var(--tw-gradient-stops))}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}