@keyframes scroll-right{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-left{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.animate-scroll-right{animation:40s linear infinite scroll-right}.animate-scroll-left{animation:40s linear infinite scroll-left}.animate-scroll-vertical{animation:40s linear infinite scroll-vertical}.animate-scroll-right:hover,.animate-scroll-left:hover{animation-play-state:paused}@keyframes ripple-breathe{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:.6;transform:scale(1.2)}}@keyframes dot-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.animate-ripple-breathe{animation:4s ease-in-out infinite ripple-breathe}.animate-ripple-breathe-slow{animation:6s ease-in-out infinite ripple-breathe}.animate-ripple-breathe-slower{animation:8s ease-in-out infinite ripple-breathe}.animate-dot-pulse{animation:2s ease-in-out infinite dot-pulse}
