@keyframes shimmer{0%{background-position:0 50%}to{background-position:-200% 50%}}.shimmer{background-image:linear-gradient(90deg,#2563eb,#10b981 50%,#2563eb);background-size:200% 100%;background-position:0 50%;color:transparent;background-clip:text;-webkit-background-clip:text;animation:shimmer 5s linear infinite}