@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.animate-float{animation:float 8s ease-in-out infinite}.animate-float-delayed{animation:float 10s ease-in-out infinite;animation-delay:2s}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background-color:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:rgba(216,180,254,.3)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(192,132,252,.4)}