@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@layer utilities{.bg-slate-850{background-color:#18233a}.bg-slate-755{background-color:#2a3650}.bg-slate-750{background-color:#2c3a52}.hover\:bg-slate-850:hover{background-color:#18233a}.hover\:bg-slate-755:hover{background-color:#2a3650}.hover\:bg-slate-750:hover{background-color:#2c3a52}.dark\:bg-slate-850:is(.dark *),.dark\:hover\:bg-slate-850:is(.dark *):hover{background-color:#18233a}.dark\:hover\:bg-slate-750:is(.dark *):hover{background-color:#2c3a52}.text-slate-850,.dark\:text-slate-850:is(.dark *){color:#18233a}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:4s linear infinite spin-slow}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in-95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation-duration:.2s;animation-fill-mode:both}.fade-in{animation-name:fade-in}.zoom-in-95{animation-name:fade-in,zoom-in-95}.slide-in-from-bottom-5{animation-name:slide-in-bottom}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-350{animation-duration:.35s}.delay-100{animation-delay:.15s}.delay-200{animation-delay:.3s}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:0 0}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#475569;border-radius:9999px}.scrollbar-thumb-slate-800::-webkit-scrollbar-thumb{background-color:#1e293b}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.prose-xs{font-size:.78rem;line-height:1.6}.prose-invert{color:#e2e8f0}
