@keyframes gradient-move{0%{background-position:200% 50%}to{background-position:0 50%}}.animate-gradient-move{background-size:200% 100%;animation:gradient-move 2s linear infinite}.skeleton-gradient{background-image:linear-gradient(90deg,#eceff2,#f6f7f9,#eceff2)}@supports (background-clip:text) or (-webkit-background-clip:text){.shimmer-text{background-image:linear-gradient(90deg,#718096,#e2e8f0,#718096);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200%;animation:animate 2s linear infinite}@keyframes animate{0%{background-position:200%}to{background-position:0}}}