@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafb;color:#111827;line-height:1.6;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.4;color:#111827}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;white-space:nowrap}.btn:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #3b82f6}.btn.btn-primary{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.btn.btn-primary:hover{background-color:#2563eb;border-color:#2563eb}.btn.btn-secondary{background-color:#fff;color:#374151;border-color:#d1d5db}.btn.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.btn.btn-success{background-color:#10b981;color:#fff;border-color:#10b981}.btn.btn-success:hover{background-color:#059669;border-color:#059669}.btn.btn-sm{padding:.25rem .75rem;font-size:.75rem}.form-input,.form-select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-input:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #dbeafe}.form-input::placeholder,.form-select::placeholder{color:#9ca3af}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.card .card-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.card .card-body{padding:1.5rem}.table-container{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e5e7eb}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{background-color:#f9fafb;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.table tr:hover{background-color:#f9fafb}.table tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.badge.badge-primary{background-color:#dbeafe;color:#1d4ed8}.badge.badge-success{background-color:#d1fae5;color:#047857}.badge.badge-warning{background-color:#fef3c7;color:#b45309}.badge.badge-danger{background-color:#fee2e2;color:#dc2626}.badge.badge-secondary{background-color:#f3f4f6;color:#374151}.progress{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:.25rem;overflow:hidden}.progress .progress-bar{height:100%;background-color:#10b981;transition:width .3s ease}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.user-detail-modal{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background-color:#00000080!important;z-index:1000!important;display:flex!important;align-items:center!important;justify-content:center!important}.user-detail-modal .modal-content{position:relative!important;background:#fff!important;border-radius:.5rem!important;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important;max-width:64rem!important;width:90%!important;max-height:90vh!important;overflow-y:auto!important;margin:1rem!important}.modal{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative}.modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal .modal-header .modal-title{font-size:1.125rem;font-weight:600;color:#111827}.modal .modal-header .modal-close{background:none;border:none;color:#9ca3af;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .15s ease}.modal .modal-header .modal-close:hover{color:#4b5563;background-color:#f3f4f6}.modal .modal-body{padding:1.5rem}.modal .modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-white{color:#fff}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.border{border:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.w-8{width:2rem}.w-full{width:100%}.h-8{height:2rem}.h-20{height:5rem}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.cursor-pointer{cursor:pointer}.transition{transition:all .15s ease-in-out}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.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))}@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-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.success-snackbar{background-color:#059669!important;color:#fff!important}.success-snackbar .mat-simple-snackbar-action{color:#fff!important}.error-snackbar{background-color:#dc2626!important;color:#fff!important}.error-snackbar .mat-simple-snackbar-action{color:#fff!important}
