@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}}@layer components{.btn-primary{@apply bg-brand-600 text-white px-4 py-2.5 rounded-lg text-sm font-medium hover:bg-brand-800 transition-colors disabled:opacity-40 disabled:cursor-not-allowed;}.btn-ghost{@apply bg-white text-gray-700 px-4 py-2.5 rounded-lg text-sm font-medium border border-gray-200 hover:bg-gray-50 transition-colors;}.input{@apply w-full border border-gray-200 rounded-lg px-3 py-2 text-sm focus:outline-none focus:border-brand-600 focus:ring-2 focus:ring-brand-50 transition-colors;}.slot-btn{@apply border border-gray-200 rounded-lg px-3 py-2 text-sm text-center cursor-pointer hover:border-brand-600 hover:bg-brand-50 hover:text-brand-800 transition-all;}.slot-btn.selected{@apply bg-brand-600 border-brand-600 text-white hover:bg-brand-600 hover:text-white;}}
