.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a80;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#334155cc;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#f59e0bcc}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(51,65,85,.8) rgba(15,23,42,.5)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom-4{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-bottom-4{animation-name:slide-in-from-bottom-4}.duration-300{animation-duration:.3s}.duration-700{animation-duration:.7s}
