*{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}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.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}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-blue-600{background-color:#2563eb}.bg-blue-50{background-color:#eff6ff}.bg-gray-200{background-color:#e5e7eb}.bg-red-50{background-color:#fef2f2}.bg-purple-100{background-color:#f3e8ff}.bg-blue-100{background-color:#dbeafe}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-red-600{color:#dc2626}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-900{color:#1e3a8a}.text-purple-600{color:#9333ea}.text-purple-800{color:#6b21a8}.text-blue-800{color:#1e40af}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-center{text-align:center}.text-left{text-align:left}.uppercase{text-transform:uppercase}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.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{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.w-full{width:100%}.w-64{width:16rem}.h-16{height:4rem}.h-64{height:16rem}.max-w-md{max-width:28rem}.max-w-7xl{max-width:80rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-red-200{border-color:#fecaca}.border-red-500{border-color:#ef4444}.border-blue-200{border-color:#bfdbfe}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.2s}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}table{border-collapse:collapse;width:100%}thead{background-color:#f9fafb}th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1.5rem;font-size:.75rem;font-weight:500}td{color:#111827;white-space:nowrap;padding:1rem 1.5rem;font-size:.875rem}tbody tr{border-top:1px solid #e5e7eb}tbody tr:hover{background-color:#f9fafb}input,button{font-family:inherit;font-size:inherit}input[type=text],input[type=email],input[type=password]{border:1px solid #d1d5db;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;transition:all .2s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}input.error{border-color:#ef4444}button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}button:disabled{opacity:.5;cursor:not-allowed}button.btn-primary{color:#fff;background-color:#2563eb}button.btn-primary:hover:not(:disabled){background-color:#1d4ed8}button.btn-secondary{color:#1f2937;background-color:#e5e7eb}button.btn-secondary:hover:not(:disabled){background-color:#d1d5db}aside a{color:#374151;border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s;display:flex}aside a:hover{background-color:#e5e7eb}aside a.active{color:#fff;background-color:#2563eb}@media (min-width:768px){.grid-cols-1{grid-template-columns:repeat(3,minmax(0,1fr))}}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.flex-1{flex:1}.block{display:block}.mx-auto{margin-left:auto;margin-right:auto}
