@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.logo-animated{background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899,#f59e0b,#10b981,#2563eb) 0 0/300% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradientShift}
