@keyframes bell-ring{0%,to{box-shadow:0 0 #ef4444b3;transform:rotate(0) scale(1)}10%,30%,50%{transform:rotate(15deg) scale(1.2)}20%,40%{transform:rotate(-15deg) scale(1.2)}60%{box-shadow:0 0 20px 10px #ef444400;transform:rotate(0) scale(1)}}.animate-bell{animation:bell-ring 1.5s ease-in-out infinite;border-radius:15px}
