@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.animate-scroll{animation:scroll 20s linear infinite}.animate-scroll-fast{animation:scroll 10s linear infinite}.animate-scroll-slow{animation:scroll 30s linear infinite}.animate-pause:hover{animation-play-state:paused}.ticker-container{overflow:hidden;background:#dc2626;color:white}.ticker-text{white-space:nowrap;animation:scroll 20s linear infinite}