@tailwind base;@tailwind components;@tailwind utilities;@layer base{@apply bg-slate-950 text-slate-100 antialiased;::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:9999px}}@layer components{@apply bg-slate-800 border border-slate-700/50 rounded-xl p-6;@apply bg-indigo-500 hover:bg-indigo-600 text-white px-4 py-2 rounded-lg font-medium transition-colors cursor-pointer;@apply bg-slate-700 hover:bg-slate-600 text-slate-200 px-4 py-2 rounded-lg font-medium transition-colors border border-slate-600 cursor-pointer;@apply bg-slate-700 border border-slate-600 rounded-lg px-3 py-2 text-slate-100 placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent w-full;@apply bg-emerald-500/20 text-emerald-400 text-xs px-2 py-0.5 rounded-full font-medium;@apply bg-red-500/20 text-red-400 text-xs px-2 py-0.5 rounded-full font-medium;@apply bg-yellow-500/20 text-yellow-400 text-xs px-2 py-0.5 rounded-full font-medium;@apply bg-blue-500/20 text-blue-400 text-xs px-2 py-0.5 rounded-full font-medium;}
