code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px}:root{--primary-blue:#3b82f6;--primary-blue-dark:#2563eb;--white:#fff;--gray-bg:#f8fafc;--gray-sidebar:#1e293b;--gray-light:#f8fafc;--gray-border:#e2e8f0;--gray-text:#64748b;--gray-dark:#1e293b;--success:#16a34a;--warning:#d97706;--danger:#dc2626}.navbar{background-color:#1e293b;background-color:var(--gray-sidebar);box-shadow:0 1px 3px #0000001a}.btn-blue,.btn-primary{background-color:#3b82f6;background-color:var(--primary-blue);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;transition:background .2s ease}.btn-blue:hover,.btn-primary:hover{background-color:#2563eb;background-color:var(--primary-blue-dark)}.btn-secondary{background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-border);border-radius:.375rem;color:#1e293b;color:var(--gray-dark);cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;transition:background .2s ease}.btn-secondary:hover{background-color:#f8fafc;background-color:var(--gray-light)}.btn-success{background-color:#16a34a;background-color:var(--success)}.btn-danger,.btn-success{border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem 1rem}.btn-danger{background-color:#dc2626;background-color:var(--danger)}.card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-border);border-radius:.5rem;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s ease}.card:hover{box-shadow:0 2px 6px #0000001f}.card-header{background-color:#f8fafc;background-color:var(--gray-light);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-border);color:#1e293b;color:var(--gray-dark);font-size:.875rem;font-weight:600;padding:.75rem 1rem}.table-container{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-border);border-radius:.5rem;box-shadow:0 1px 3px #00000014;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-border)}thead th{color:#64748b;color:var(--gray-text);font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}tbody tr{background-color:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-border);transition:background-color .15s ease}tbody tr:hover{background-color:#f8fafc}tbody tr:last-child{border-bottom:none}tbody td{color:#1e293b;color:var(--gray-dark);font-size:.8125rem;padding:.75rem 1rem;vertical-align:middle}.form-control{border:1px solid #e2e8f0;border:1px solid var(--gray-border);border-radius:.375rem;font-size:.8125rem;padding:.5rem .75rem;transition:all .2s ease;width:100%}.form-control:focus{border-color:#3b82f6;border-color:var(--primary-blue);box-shadow:0 0 0 2px #3b82f61a;outline:none}.form-label{color:#1e293b;color:var(--gray-dark);display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem}.badge{border-radius:.25rem;display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.025em;padding:.25rem .5rem;text-transform:uppercase}.badge-blue{background-color:#eff6ff;color:#2563eb}.badge-success{background-color:#f0fdf4;color:#16a34a}.badge-warning{background-color:#fffbeb;color:#d97706}.badge-danger{background-color:#fef2f2;color:#dc2626}.stats-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-border);border-radius:.5rem;box-shadow:0 1px 3px #00000014;padding:1.25rem}.stats-card-title{color:#64748b;color:var(--gray-text);font-size:.75rem;font-weight:600;letter-spacing:.025em;margin-bottom:.5rem;text-transform:uppercase}.stats-card-value{color:#1e293b;color:var(--gray-dark);font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.stats-card-subtitle{color:#64748b;color:var(--gray-text);font-size:.75rem}.modal-overlay{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal-content{background:#fff;border-radius:.5rem;box-shadow:0 4px 12px #00000026;max-height:90vh;max-width:90%;overflow-y:auto}.notification-bell{cursor:pointer;position:relative}.notification-badge{background-color:#dc2626;background-color:var(--danger);border-radius:50%;color:#fff;font-size:.625rem;font-weight:700;min-width:1rem;padding:.125rem .375rem;position:absolute;right:-4px;text-align:center;top:-4px}.spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-top:2px solid #3b82f6;border:2px solid var(--gray-border);border-radius:50%;border-top-color:var(--primary-blue);height:1.5rem;width:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){body{font-size:13px}tbody td,thead th{font-size:.75rem;padding:.5rem .75rem}}.text-sm{font-size:.8125rem}.text-xs{font-size:.75rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray{color:#64748b;color:var(--gray-text)}.text-dark{color:#1e293b;color:var(--gray-dark)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.p-1{padding:.5rem}.p-2{padding:1rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.border{border:1px solid #e2e8f0;border:1px solid var(--gray-border)}.rounded{border-radius:.375rem}.bg-white{background-color:#fff}.bg-gray{background-color:#f8fafc;background-color:var(--gray-light)}.table-sticky-header,.table-sticky-header-green{max-height:560px;overflow-x:auto;overflow-y:auto;position:relative}.table-sticky-header-green::-webkit-scrollbar,.table-sticky-header::-webkit-scrollbar{height:0;width:0}.table-sticky-header,.table-sticky-header-green{-ms-overflow-style:none;scrollbar-width:none}.table-sticky-header thead th,.table-sticky-header-green thead th{background-color:#f8fafc;box-shadow:0 1px 0 0 #e2e8f0;position:-webkit-sticky;position:sticky;top:25px;z-index:10}.table-sticky-header table,.table-sticky-header-green table{border-collapse:collapse;width:100%}.top-horizontal-scrollbar,.top-horizontal-scrollbar-green{background:#f1f5f9;border-bottom:1px solid #e2e8f0;cursor:grab;height:25px;left:0;overflow-x:auto;overflow-y:hidden;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:11}.top-horizontal-scrollbar-green:active,.top-horizontal-scrollbar:active{cursor:grabbing}.top-horizontal-scrollbar-inner{height:15px;width:1400px}.sticky-horizontal-scrollbar,.sticky-horizontal-scrollbar-green{background:#f1f5f9;border-top:1px solid #e2e8f0;bottom:0;cursor:grab;height:30px;left:0;overflow-x:auto;overflow-y:hidden;position:-webkit-sticky;position:sticky;width:100%;z-index:9}.sticky-horizontal-scrollbar-green:active,.sticky-horizontal-scrollbar:active{cursor:grabbing}.sticky-horizontal-scrollbar-inner{height:20px;width:1400px}
/*# sourceMappingURL=main.951c1783.css.map*/