@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}*{transition:background-color .2s ease,border-color .2s ease}[data-focus-visible]{outline:2px solid hsl(221.2 83.2% 53.3%);outline-offset:2px;border-radius:.25rem}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:spin .75s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(1turn)}}.auth-scroll::-webkit-scrollbar{width:6px}.auth-scroll::-webkit-scrollbar-track{background:hsl(0 0% 96%);border-radius:3px}.auth-scroll::-webkit-scrollbar-thumb{background:hsl(0 0% 80%);border-radius:3px}.dark .auth-scroll::-webkit-scrollbar-track{background:hsl(240 5% 16%)}.dark .auth-scroll::-webkit-scrollbar-thumb{background:hsl(240 4% 26%)}