@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#f9fafb;--foreground:#111827}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.border-b{border-bottom:1px solid #e5e7eb}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.gap-3{gap:.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-white{color:#fff}.text-blue-600{color:#2563eb}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.bg-blue-600{background-color:#2563eb}.bg-green-100{background-color:#dcfce7}.bg-yellow-100{background-color:#fef9c3}.bg-red-100{background-color:#fee2e2}.text-green-800{color:#166534}.text-yellow-800{color:#854d0e}.text-red-800{color:#991b1b}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border:1px solid #e5e7eb}.overflow-hidden{overflow:hidden}.w-full{width:100%}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.mb-1{margin-bottom:.25rem}.ml-4{margin-left:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.divide-y>*+*{border-top:1px solid #e5e7eb}.space-y-6>*+*{margin-top:1.5rem}.space-y-2>*+*{margin-top:.5rem}.font-mono{font-family:ui-monospace,monospace}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.justify-end{justify-content:flex-end}.p-4{padding:1rem}.p-6{padding:1.5rem}.max-w-md{max-width:28rem}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:text-gray-900:hover{color:#111827}.hover\:text-gray-800:hover{color:#1f2937}.hover\:text-blue-800:hover{color:#1e40af}.disabled\:opacity-50:disabled{opacity:.5}