::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background-color:#f7fafc}::-webkit-scrollbar-thumb{background-color:#cbd5e0;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:#a0aec0}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}
