@tailwind base;@tailwind components;@tailwind utilities;body,html{margin:0;padding:0;color:#e5e5e5;font-family:Inter,sans-serif;min-height:100vh}*{box-sizing:border-box}@layer components{.btn-primary,.btn-secondary,.card,.input,.label,.section-title{@apply w-full border border-gray-200 text-gray-600 py-3 rounded-xl font-semibold hover:bg-gray-50 transition-colors}}