@keyframes gradient-shift{0%,to{background-position:0 0}50%{background-position:100% 100%}}.animate-gradient-shift{background-size:200% 200%;animation:gradient-shift 10s ease infinite}.bg-gradient-to-b{background:linear-gradient(180deg,#f5f5f5 0,#f5f5f5 50%,rgba(245,245,245,.95) 55%,rgba(245,245,245,.9) 65%,rgba(245,245,245,.8) 80%,rgba(245,245,245,.6) 90%,rgba(245,245,245,.4))}