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