@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-50 text-gray-900 font-sans;}*{@apply border-border;}}@layer components{.btn-primary{@apply bg-blue-700 text-white px-4 py-2 rounded-lg hover:bg-blue-800 transition-colors font-medium disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply bg-white text-gray-700 border border-gray-300 px-4 py-2 rounded-lg hover:bg-gray-50 transition-colors font-medium;}.card{@apply bg-white rounded-xl shadow-sm border border-gray-100 p-5;}.input{@apply w-full border border-gray-300 rounded-lg px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent;}.badge-verde{@apply inline-flex px-2 py-0.5 text-xs font-medium rounded-full bg-green-100 text-green-700;}.badge-vermelho{@apply inline-flex px-2 py-0.5 text-xs font-medium rounded-full bg-red-100 text-red-700;}.badge-amarelo{@apply inline-flex px-2 py-0.5 text-xs font-medium rounded-full bg-yellow-100 text-yellow-700;}.badge-cinza{@apply inline-flex px-2 py-0.5 text-xs font-medium rounded-full bg-gray-100 text-gray-600;}}
