.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#18181b1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#3f3f4666;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#71717a99}.animate-in{animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}::selection{background:#f59e0b;color:#000}
