@keyframes custom-pulse {0%, 100% { opacity: 1; transform: scale(1); }50% { opacity: 0.7; transform: scale(1.05); }}.animate-custom-pulse {animation: custom-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;}