@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .4s ease-out}*{transition-property:color,background-color,border-color,opacity;transition-duration:.15s;transition-timing-function:ease-in-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937;border-radius:4px}::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6366f1}.custom-scrollbar::-webkit-scrollbar{width:10px}.custom-scrollbar::-webkit-scrollbar-track{background:#1f293780;border-radius:5px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4f46e599;border-radius:5px;border:2px solid transparent;background-clip:padding-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6366f1cc;background-clip:padding-box}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(79,70,229,.6) rgba(31,41,55,.5)}*:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}@media print{body{background:#fff;color:#000}}
