@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.05),transparent);background-size:200% 100%;animation:shimmer 2s linear infinite}