@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#f3f4f6;color:#111827}svg{max-width:1.5rem;max-height:1.5rem;display:inline-block;vertical-align:middle}.btn-primary{background-color:#16a34a;color:#fff;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:none;cursor:pointer;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:#15803d}.btn-secondary{background-color:#e5e7eb;color:#4b5563;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:none;cursor:pointer;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:#d1d5db}.btn-danger{background-color:#dc2626;color:#fff;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:none;cursor:pointer}.btn-danger:hover{background-color:#b91c1c}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.input-field{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem}.input-field:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #16a34a}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{align-items:space-between}.flex-col{flex-direction:column}.flex-1{flex:1}.gap-2>*+*{margin-left:.5rem}.gap-4>*+*{margin-left:1rem}.space-x-2>*+*{margin-left:.5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-full{width:100%}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-left{text-align:left}.text-center{text-align:center}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-green-600{color:#16a34a}.text-green-800{color:#166534}.text-blue-600{color:#2563eb}.text-red-600{color:#dc2626}.text-yellow-800{color:#854d0e}.bg-green-100{background-color:#dcfce7}.bg-yellow-100{background-color:#fef3c7}.bg-gray-50{background-color:#f9fafb}.hover\:text-blue-900:hover{color:#1e3a8a}.hover\:text-red-900:hover{color:#7f1d1d}.hover\:text-green-900:hover{color:#14532d}.hover\:bg-gray-50:hover{background-color:#f9fafb}.mb-6{margin-bottom:1.5rem}.ml-3{margin-left:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.rounded-full{border-radius:9999px}.overflow-x-auto{overflow-x:auto}.inline{display:inline}nav[role=navigation]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}nav[role=navigation] svg{max-width:1.25rem;max-height:1.25rem;width:1.25rem;height:1.25rem}nav[role=navigation] a,nav[role=navigation] span{display:inline-flex;align-items:center;padding:.5rem .75rem;font-size:.875rem;border:1px solid #d1d5db;background-color:#fff;color:#374151;text-decoration:none;border-radius:.375rem;margin:0 .25rem}nav[role=navigation] a:hover{background-color:#f3f4f6}nav[role=navigation] span[aria-current=page]{background-color:#16a34a;color:#fff;border-color:#16a34a}nav[role=navigation] .disabled{opacity:.5;pointer-events:none}
