@keyframes gradient-x{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes reverse-spin-slow{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.animate-gradient-x{background-size:200% 200%;animation:gradient-x 8s ease infinite}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animate-reverse-spin-slow{animation:reverse-spin-slow 25s linear infinite}.bg-300\%{background-size:300% 300%}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#f43f5e33;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#f43f5e80}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
