@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#0a0e1a;color:#f1f5f9}@layer components{.btn-primary{@apply bg-amber-500 hover:bg-amber-600 text-navy-900 font-semibold px-6 py-2.5 rounded-lg transition-colors duration-200;}.btn-secondary{@apply border border-amber-500 text-amber-500 hover:bg-amber-500 hover:text-navy-900 font-semibold px-6 py-2.5 rounded-lg transition-colors duration-200;}.card{@apply bg-navy-800 border border-slate-700 rounded-xl p-6;}.input{@apply w-full bg-navy-700 border border-slate-600 rounded-lg px-4 py-2.5 text-white placeholder-slate-400 focus:outline-none focus:border-amber-500 transition-colors;}.label{@apply block text-sm font-medium text-slate-300 mb-1.5;}}
