.animate-gradient-shift{animation:gradient-shift 15s ease infinite}.animate-spin-slow{animation:spin 3s linear infinite}.delay-1000{animation-delay:1s}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}