@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}@keyframes scaleTwice{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.animate-wave{animation:scaleTwice 2s cubic-bezier(.4,0,.2,1);animation-iteration-count:2}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.8);opacity:.6}}.animate-pulse-dot{animation:pulseDot .8s ease-in-out 5}.animate-pulse-dot-limited{animation:pulseDot 1s ease-in-out 5;box-shadow:0 0 8px #22c55e99}
