@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulse-slow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}.animate-shimmer{animation:shimmer 8s infinite linear}.animate-shine{animation:shine 2s infinite}.animate-pulse-slow{animation:pulse-slow 4s infinite ease-in-out}
