*{box-sizing:border-box;margin:0;padding:0}body{color:#111827;background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline-block{display:inline-block}.grid{display:grid}.hidden{display:none}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.w-64{width:16rem}.w-10{width:2.5rem}.h-screen{height:100vh}.h-10{height:2.5rem}.h-96{height:24rem}.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-h-48{max-height:12rem}.max-h-\[600px\]{max-height:600px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-200{border-color:#bfdbfe}.border-red-200{border-color:#fecaca}.border-yellow-200{border-color:#fef08a}.border-yellow-300{border-color:#fde047}.border-dashed{border-style:dashed}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-blue-50{background-color:#eff6ff}.bg-red-50{background-color:#fef2f2}.bg-green-50{background-color:#f0fdf4}.bg-yellow-50{background-color:#fefce8}.bg-primary-50{background-color:#eff6ff}.bg-primary-100{background-color:#dbeafe}.bg-primary-600{background-color:#2563eb}.bg-primary-700{background-color:#1d4ed8}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-red-600{color:#dc2626}.text-red-800{color:#991b1b}.text-green-400{color:#4ade80}.text-green-700{color:#15803d}.text-blue-700{color:#1d4ed8}.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#a16207}.text-yellow-900{color:#713f12}.text-primary-600{color:#2563eb}.text-primary-700{color:#1d4ed8}.font-mono{font-family:Courier New,monospace}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.cursor-pointer{cursor:pointer}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.2s}.transition-shadow{transition-property:box-shadow;transition-duration:.2s}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:w-1\/3{width:33.3333%}}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:bg-primary-700:hover{background-color:#1d4ed8}.hover\:text-blue-800:hover{color:#1e40af}.hover\:text-red-800:hover{color:#991b1b}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a}.hover\:underline:hover{text-decoration:underline}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{box-shadow:0 0 0 3px #2563eb80}.focus\:ring-primary-500:focus{box-shadow:0 0 0 3px #3b82f680}.focus\:border-transparent:focus{border-color:#0000}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-primary-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#eff6ff00)}.to-blue-50{--tw-gradient-to:#eff6ff}table{border-collapse:collapse;width:100%}thead,tbody tr:hover{background-color:#f9fafb}input[type=text],input[type=password],input[type=file],textarea,select{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.5rem .75rem;font-size:1rem}input:focus,textarea:focus,select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}button:disabled{opacity:.5;cursor:not-allowed}pre{font-family:Courier New,monospace;overflow-x:auto}
