@keyframes scan{0%{transform:translateY(-100%);opacity:0}50%{opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-scan{animation:scan 2s linear infinite}.animate-spin-slow{animation:spin-slow 8s linear infinite}
