@keyframes shimmer-slide{0%{transform:translateX(-100%) scaleX(.1)}to{transform:translateX(200%) scaleX(1)}}@keyframes spin-around{0%{transform:rotate(0deg) translateX(-50%)}to{transform:rotate(1turn) translateX(-50%)}}@keyframes rippling{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}.animate-shimmer-slide{animation:shimmer-slide var(--speed,3s) infinite linear}.animate-spin-around{animation:spin-around var(--speed,3s) infinite linear}.animate-rippling{animation:rippling .6s ease-out}