@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-in-out}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#9ca3af80;border-radius:3px;transition:background .2s}.dark ::-webkit-scrollbar-thumb{background:#47556980}::-webkit-scrollbar-thumb:hover{background:#6b7280cc}.dark ::-webkit-scrollbar-thumb:hover{background:#64748bcc}
