@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--font-body: "Inter", sans-serif;--font-arabic: "Cairo", sans-serif}html[dir=rtl]{--font-body: "Cairo", sans-serif;font-family:var(--font-arabic)}html[dir=ltr]{font-family:var(--font-body)}*{@apply transition-colors duration-150;}body{@apply bg-gray-50 text-gray-900 antialiased;}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-gray-100;}::-webkit-scrollbar-thumb{@apply bg-gray-400 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-gray-500;}}@layer components{.btn-primary{@apply bg-primary-600 text-white px-4 py-2 rounded-lg hover:bg-primary-700 font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply bg-white text-gray-700 px-4 py-2 rounded-lg border border-gray-300 hover:bg-gray-50 font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-primary-500;}.btn-danger{@apply bg-red-600 text-white px-4 py-2 rounded-lg hover:bg-red-700 font-medium transition-colors;}.input-field{@apply w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-primary-500 disabled:bg-gray-50 disabled:text-gray-500;}.card{@apply bg-white rounded-xl border border-gray-200 shadow-sm;}.badge-paid{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800;}.badge-pending{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800;}.badge-overdue{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800;}.badge-draft{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800;}.badge-cancelled{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800;}.badge-sent{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800;}}
