@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-950 text-slate-200;}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-slate-900;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-700 rounded-full;}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-slate-600;}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 8s linear infinite}.glass{@apply bg-white/5 backdrop-blur-xl border border-white/10;}.prose{@apply max-w-none;}
