*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f7fe;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-primary{background-color:#3b82f6}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.border{border:1px solid #d1d5db}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}.w-full{width:100%}.max-w-md{max-width:28rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.h-screen{height:100vh}.overflow-hidden{overflow:hidden}.absolute{position:absolute}.inset-y-0{bottom:0;top:0}.right-0{right:0}.pr-3{padding-right:.75rem}.pr-10{padding-right:2.5rem}.h-4{height:1rem}.w-4{width:1rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.mr-2{margin-right:.5rem}.hidden{display:none}.block{display:block}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-6{gap:1.5rem}.cursor-pointer{cursor:pointer}.disabled\:opacity-50:disabled{opacity:.5}.hover\:bg-gray-50:hover{background-color:#f9fafb}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color}.btn{align-items:center;border:1px solid #0000;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;justify-content:center;padding:.6rem 1.2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 14px 0 #2563eb4d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #2563eb66;transform:translateY(-1px)}.btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.input{background-color:#fff;border:1px solid #cbd5e1;border-radius:.5rem;color:#334155;font-size:.875rem;padding:.6rem 1rem;transition:all .2s ease-in-out;width:100%}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;outline:none}.card{background-color:#fff;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 10px 15px -3px #00000008,0 4px 6px -2px #00000005;overflow:hidden;transition:box-shadow .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000000a,0 10px 10px -5px #00000005}.card-header{background-color:#fff;border-bottom:1px solid #f1f5f9}.card-content,.card-header{padding:1.5rem 1.75rem}.animate-spin{animation:spin 1s cubic-bezier(.55,.15,.45,.85) infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.alert{border-radius:.375rem;font-size:.875rem;padding:.75rem 1rem}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.text-red-600{color:#dc2626}.border-red-500{border-color:#ef4444}.text-primary{color:#3b82f6}.hover\:text-primary\/80:hover{color:#3b82f6cc}.w-10{width:2.5rem}.h-10{height:2.5rem}.p-0{padding:0}.text-lg{font-size:1.125rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.order-1{order:1}.order-2{order:2}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-8>*+*{margin-top:2rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-3{padding-left:.75rem}.pr-12{padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-bottom:3rem;padding-top:3rem}.w-0{width:0}.w-8{width:2rem}.w-9{width:2.25rem}.w-12{width:3rem}.w-16{width:4rem}.w-32{width:8rem}.w-64{width:16rem}.w-xs{width:20rem}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-lg{max-width:32rem}.max-w-7xl{max-width:80rem}.h-0{height:0}.h-8{height:2rem}.h-9{height:2.25rem}.h-12{height:3rem}.h-32{height:8rem}.min-w-0{min-width:0}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.bg-gray-600{background-color:#4b5563}.bg-gray-800{background-color:#1f2937}.bg-blue-600{background-color:#2563eb}.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-red-50{background-color:#fef2f2}.bg-opacity-75{background-color:#4b5563bf}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-green-800{color:#166534}.text-xs{font-size:.75rem}.leading-none{line-height:1}.leading-7{line-height:1.75rem}.tracking-tight{letter-spacing:-.025em}.font-semibold{font-weight:600}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.fixed{position:fixed}.inset-0{bottom:0;left:0;right:0;top:0}.top-0{top:0}.left-0{left:0}.bottom-0{bottom:0}.z-40{z-index:40}.z-50{z-index:50}.overflow-y-auto{overflow-y:auto}.focus\:outline-none:focus{outline:none}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.opacity-50{opacity:.5}.table{border-collapse:initial;border-spacing:0;margin-top:.5rem;width:100%}.table td,.table th{border-bottom:1px solid #f1f5f9;color:#334155;padding:1rem;text-align:left}.table th{background-color:#f8fafc;border-bottom:2px solid #e2e8f0;border-top:1px solid #f1f5f9;color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.table th:first-child{border-top-left-radius:.5rem}.table th:last-child{border-top-right-radius:.5rem}.table tbody tr{transition:all .2s ease}.table tbody tr:hover{background-color:#f1f5f9;transform:scale(1.002)}.badge{align-items:center;border-radius:9999px;box-shadow:0 1px 2px #0000000d;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.025em;line-height:1;padding:.35rem .8rem}.badge-success{background-color:#dcfce7;border:1px solid #bbf7d0;color:#15803d}.badge-warning{background-color:#fef9c3;border:1px solid #fef08a;color:#a16207}.badge-danger,.badge-error{background-color:#fee2e2;border:1px solid #fecaca;color:#b91c1c}.relative{position:relative}.pl-10{padding-left:2.5rem}.transform{transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translateY(-50%)}.h-5{height:1.25rem}.w-5{width:1.25rem}.text-blue-500{color:#3b82f6}.text-yellow-500{color:#eab308}.text-green-500{color:#22c55e}.text-purple-500{color:#a855f7}.text-orange-500{color:#f97316}.text-indigo-500{color:#6366f1}.space-x-3>*+*{margin-left:.75rem}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.hover\:text-red-700:hover{color:#b91c1c}.border-b-2{border-bottom-width:2px}.border-primary{border-color:#3b82f6}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:50}.modal{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;margin:1rem;max-height:90vh;max-width:28rem;overflow-y:auto;width:100%}.form-group{margin-bottom:1rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-error{color:#dc2626;font-size:.75rem;margin-top:.25rem}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pl-3{padding-left:.75rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:text-3xl{font-size:1.875rem}}@media (min-width:768px){.md\:hidden{display:none}.md\:flex{display:flex}.md\:flex-shrink-0{flex-shrink:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.rich-text-editor{margin-bottom:1rem}.rich-text-editor .ql-toolbar{background-color:#f9fafb;border:1px solid #d1d5db;border-bottom:none;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rich-text-editor .ql-container{border:1px solid #d1d5db;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;border-top:none;font-family:inherit}.rich-text-editor .ql-editor{font-size:.875rem;line-height:1.5;min-height:150px}.rich-text-editor .ql-editor.ql-blank:before{color:#6b7280;font-style:italic}.rich-text-editor .ql-toolbar .ql-stroke{fill:none;stroke:#374151}.rich-text-editor .ql-toolbar .ql-fill{fill:#374151;stroke:none}.rich-text-editor .ql-toolbar .ql-picker-label{color:#374151}.rich-text-editor .ql-toolbar button:hover{color:#3b82f6}.rich-text-editor .ql-toolbar button:hover .ql-stroke{stroke:#3b82f6}.rich-text-editor .ql-toolbar button:hover .ql-fill{fill:#3b82f6}.rich-text-editor .ql-toolbar button.ql-active{color:#3b82f6}.rich-text-editor .ql-toolbar button.ql-active .ql-stroke{stroke:#3b82f6}.rich-text-editor .ql-toolbar button.ql-active .ql-fill{fill:#3b82f6}.rich-text-editor .ql-container.ql-snow{border-bottom:1px solid #d1d5db}.rich-text-editor .ql-editor:focus{outline:none}.rich-text-editor .ql-color .ql-picker-options{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.badge-primary{background-color:#dbeafe;color:#1e40af}.capitalize{text-transform:capitalize}.min-w-\[100px\]{min-width:100px}.text-red-500{color:#ef4444}.w-20{width:5rem}.h-3{height:.75rem}.w-3{width:.75rem}.object-cover{object-fit:cover}.rounded{border-radius:.25rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*# sourceMappingURL=main.1509fa8e.css.map*/