@keyframes breathing{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.animate-breathing{animation:breathing 2s ease-in-out infinite}.animate-ping-custom{animation:ping-custom 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes ping-custom{75%,to{transform:scale(2.5);opacity:0}}@keyframes particle-float{0%,to{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(-10px) scale(1.2);opacity:.6}}.animate-ping{animation-timing-function:cubic-bezier(0,0,.2,1)}
