@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}body{@apply bg-slate-950 text-slate-100 min-h-screen;}.glass-card{@apply bg-slate-900/50 border border-slate-800 backdrop-blur-sm rounded-xl p-6;}.btn-primary{@apply bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-2 px-4 rounded-lg transition-all active:scale-95;}.input-field{@apply bg-slate-900 border border-slate-800 rounded-lg px-4 py-2 focus:ring-2 focus:ring-indigo-500 focus:outline-none transition-all;}
