@tailwind base;@tailwind components;@tailwind utilities;:root{--gold: #F5A623;--dark: #08080E;--purple: #7C5CF6;--green: #1A8C3A}body{background:#0a0a12;color:#fff;font-family:Inter,system-ui,sans-serif;min-height:100vh}.btn-primary{@apply bg-amber-500 hover:bg-amber-400 text-black font-bold py-3 px-6 rounded-lg transition-all;}.btn-secondary{@apply border border-white/20 hover:border-white/50 text-white font-semibold py-3 px-6 rounded-lg transition-all;}.card{@apply bg-white/5 border border-white/10 rounded-xl p-6;}.input{@apply bg-white/5 border border-white/15 rounded-lg px-4 py-3 text-white placeholder-white/40 w-full focus:outline-none focus:border-amber-400 transition-colors;}.section-label{@apply text-xs font-bold tracking-widest uppercase text-amber-400 mb-2;}
