.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#64748b80;border-radius:9999px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#47556980}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#475569cc}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8cc}*{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}body{background-color:#0f172a;color:#e2e8f0}html.light body{background-color:#f8fafc;color:#1e293b}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}
