@keyframes scroll{0%{transform:translate(0,0)}to{transform:translate(-100%)}}@keyframes scroll-loop{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0,0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fade-in{will-change:opacity,transform;animation:.6s ease-out forwards fadeIn}.animate-scroll-loop{will-change:transform;animation:90s linear infinite scroll-loop}.animate-pulse{background-size:1000px 100%;animation:2s infinite shimmer}
