*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-2>*+*{margin-top:.5rem}.space-x-4>*+*{margin-left:1rem}.w-12{width:3rem}.w-full{width:100%}.h-full{height:100%}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-green-600{color:#059669}.text-yellow-600{color:#d97706}.text-red-600{color:#dc2626}.text-white{color:#fff}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}@media (min-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))}}@media (min-width:1024px){.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-primary{background-color:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-secondary{background-color:#e5e7eb;border:none;border-radius:.5rem;color:#111827;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.btn-secondary:hover{background-color:#d1d5db}.btn-danger{background-color:#dc2626;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.btn-danger:hover{background-color:#b91c1c}input,select,textarea{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem .75rem;transition:border-color .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}th{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}tbody tr:hover,th{background-color:#f9fafb}.badge{border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.badge-green{background-color:#d1fae5;color:#065f46}.badge-yellow{background-color:#fef3c7;color:#92400e}.badge-red{background-color:#fee2e2;color:#991b1b}.badge-gray{background-color:#f3f4f6;color:#374151}.sidebar{background-color:#fff;bottom:0;box-shadow:0 10px 15px -3px #0000001a;left:0;position:fixed;top:0;width:16rem;z-index:50}.main-content{margin-left:16rem}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;overflow:hidden}.loading-spinner{align-items:center;display:flex;height:16rem;justify-content:center}.spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:3rem;width:3rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.object-cover{object-fit:cover}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.capitalize{text-transform:capitalize}.inline{display:inline}.inline-flex{display:inline-flex}.sr-only,.whitespace-nowrap{white-space:nowrap}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.relative{position:relative}.absolute{position:absolute}.inset-y-0{bottom:0;top:0}.left-0{left:0}.right-0{right:0}.pl-3{padding-left:.75rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.pointer-events-none{pointer-events:none}.appearance-none{appearance:none}.placeholder-gray-500::placeholder{color:#6b7280}.focus\\:outline-none:focus{outline:none}.focus\\:ring-blue-500:focus{box-shadow:0 0 0 3px #2563eb1a}.focus\\:border-blue-500:focus{border-color:#2563eb}.focus\\:z-10:focus{z-index:10}.hover\\:bg-gray-100:hover{background-color:#f3f4f6}.hover\\:text-gray-600:hover{color:#4b5563}.hover\\:bg-blue-50:hover{background-color:#eff6ff}.hover\\:text-blue-700:hover{color:#1d4ed8}.hover\\:text-blue-900:hover{color:#1e3a8a}.hover\\:bg-blue-700:hover{background-color:#1d4ed8}.hover\\:bg-gray-50:hover{background-color:#f9fafb}.bg-blue-100{background-color:#dbeafe}.bg-blue-500{background-color:#3b82f6}.bg-green-500{background-color:#10b981}.bg-purple-500{background-color:#8b5cf6}.bg-yellow-500{background-color:#f59e0b}.bg-red-50{background-color:#fef2f2}.bg-yellow-50{background-color:#fffbeb}.border-red-200{border-color:#fecaca}.text-red-700{color:#b91c1c}.text-green-800{color:#065f46}.text-yellow-800{color:#92400e}.text-red-800{color:#991b1b}.text-right{text-align:right}.text-left{text-align:left}.block{display:block}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-16{width:4rem}.h-16{height:4rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.mt-1{margin-top:.25rem}.py-12{padding-bottom:3rem;padding-top:3rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-1>*+*{margin-top:.25rem}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.flex-1{flex:1 1}.z-50{z-index:50}.z-10{z-index:10}.inset-0{bottom:0;left:0;right:0;top:0}.w-64{width:16rem}.h-12{height:3rem}.h-64{height:16rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-extrabold{font-weight:800}.text-center{text-align:center}.group{position:relative}.group .group-hover\\:text-blue-700:hover{color:#1d4ed8}.focus\\:ring-2:focus{box-shadow:0 0 0 2px #2563eb1a}.focus\\:ring-offset-2:focus{box-shadow:0 0 0 2px #2563eb1a,0 0 0 4px #ffffff1a}.disabled\\:opacity-50:disabled{opacity:.5}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.border-transparent{border-color:#0000}.border-b-2{border-bottom-width:2px}.border-white{border-color:#fff}.border-blue-600{border-color:#2563eb}.rounded-full{border-radius:9999px}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ffdf958a.css.map*/