@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 12s linear infinite}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-bounce-slow{animation:bounce-slow 2s ease-in-out infinite}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#0f172a4d;border-radius:8px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:8px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#94a3b880}
