@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap);:root{--primary:#0f4c81;--primary-light:#1a6ab5;--primary-dark:#0a3258;--primary-bg:#e8f0f9;--accent:#00a896;--accent-light:#00c9b1;--accent-bg:#e0f7f5;--danger:#e63946;--danger-bg:#fdecea;--warning:#f4a261;--warning-bg:#fef3e8;--success:#2a9d8f;--success-bg:#e0f5f2;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--sidebar-width:250px;--topbar-height:60px;--border-radius:10px;--border-radius-sm:6px;--border-radius-lg:14px;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;--shadow-lg:0 10px 25px -3px #00000014,0 4px 6px -2px #00000008}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f8fafc;background:var(--gray-50);color:#1e293b;color:var(--gray-800);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;background:var(--gray-300);border-radius:99px}h1{color:#0f172a;color:var(--gray-900);font-size:24px;font-weight:700}h2{font-size:20px}h2,h3{color:#1e293b;color:var(--gray-800);font-weight:600}h3{font-size:16px}h4{color:#334155;color:var(--gray-700);font-size:14px;font-weight:600}.app-layout,.main-content{display:flex;min-height:100vh}.main-content{flex:1 1;flex-direction:column;margin-left:250px;margin-left:var(--sidebar-width)}.page-body{flex:1 1;padding:24px}.sidebar{background:#0f172a;background:var(--gray-900);bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;position:fixed;top:0;width:250px;width:var(--sidebar-width);z-index:100}.sidebar-logo{border-bottom:1px solid #ffffff14;padding:20px 20px 16px}.sidebar-logo h1{color:#fff;font-size:16px;font-weight:700;line-height:1.2}.sidebar-logo span{color:#00c9b1;color:var(--accent-light);font-size:11px;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.sidebar-section{color:#64748b;color:var(--gray-500);font-size:10px;font-weight:600;letter-spacing:.08em;padding:16px 12px 4px;text-transform:uppercase}.sidebar-item{align-items:center;border-radius:6px;border-radius:var(--border-radius-sm);color:#94a3b8;color:var(--gray-400);cursor:pointer;display:flex;font-size:13px;font-weight:400;gap:10px;margin:1px 8px;padding:9px 12px;text-decoration:none;transition:all .15s}.sidebar-item:hover{background:#ffffff0f;color:#fff}.sidebar-item.active{background:#0f4c81;background:var(--primary);color:#fff;font-weight:500}.sidebar-item .icon{flex-shrink:0;height:18px;opacity:.8;width:18px}.sidebar-item.active .icon{opacity:1}.sidebar-bottom{border-top:1px solid #ffffff14;margin-top:auto;padding:12px 8px}.topbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);display:flex;height:60px;height:var(--topbar-height);justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar-title{color:#1e293b;color:var(--gray-800);font-size:16px;font-weight:600}.topbar-right{gap:12px}.topbar-right,.topbar-user{align-items:center;display:flex}.topbar-user{border-radius:6px;border-radius:var(--border-radius-sm);cursor:pointer;gap:8px;padding:6px 10px}.topbar-user:hover{background:#f1f5f9;background:var(--gray-100)}.topbar-avatar{align-items:center;background:#0f4c81;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center;width:32px}.card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;box-shadow:var(--shadow-sm);padding:20px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.stat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;box-shadow:var(--shadow-sm);display:flex;gap:12px;justify-content:space-between;padding:18px 20px}.stat-card .stat-icon{align-items:center;border-radius:6px;border-radius:var(--border-radius-sm);display:flex;flex-shrink:0;font-size:20px;height:44px;justify-content:center;width:44px}.stat-card .stat-label{color:#64748b;color:var(--gray-500);font-size:12px;font-weight:500;margin-bottom:4px}.stat-card .stat-value{color:#0f172a;color:var(--gray-900);font-family:DM Mono,monospace;font-size:22px;font-weight:700;line-height:1.1}.stat-card .stat-sub{color:#94a3b8;color:var(--gray-400);font-size:11px;margin-top:3px}.btn{align-items:center;border:none;border-radius:6px;border-radius:var(--border-radius-sm);cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .15s;white-space:nowrap}.btn-primary{background:#0f4c81;background:var(--primary);color:#fff}.btn-primary:hover{background:#1a6ab5;background:var(--primary-light)}.btn-accent{background:#00a896;background:var(--accent);color:#fff}.btn-accent:hover{background:#00c9b1;background:var(--accent-light)}.btn-outline{background:#0000;border:1px solid #cbd5e1;border:1px solid var(--gray-300);color:#334155;color:var(--gray-700)}.btn-outline:hover{background:#f1f5f9;background:var(--gray-100)}.btn-danger{background:#e63946;background:var(--danger);color:#fff}.btn-danger:hover{opacity:.9}.btn-sm{font-size:12px;padding:5px 10px}.btn-lg{font-size:15px;padding:11px 22px}.btn:disabled{cursor:not-allowed;opacity:.5}.form-group{margin-bottom:16px}.form-label{color:#475569;color:var(--gray-600);display:block;font-size:12px;font-weight:600;letter-spacing:.04em;margin-bottom:5px;text-transform:uppercase}.form-control{background:#fff;border:1.5px solid #e2e8f0;border:1.5px solid var(--gray-200);border-radius:6px;border-radius:var(--border-radius-sm);color:#1e293b;color:var(--gray-800);font-family:DM Sans,sans-serif;font-size:13px;outline:none;padding:9px 12px;transition:border-color .15s;width:100%}.form-control:focus{border-color:#0f4c81;border-color:var(--primary)}.form-control::placeholder{color:#94a3b8;color:var(--gray-400)}select.form-control{cursor:pointer}.form-grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.table-wrap{overflow-x:auto}table{border-collapse:collapse;font-size:13px;width:100%}thead th{background:#f8fafc;background:var(--gray-50);border-bottom:1.5px solid #e2e8f0;border-bottom:1.5px solid var(--gray-200);color:#64748b;color:var(--gray-500);font-size:11px;font-weight:600;letter-spacing:.05em;padding:10px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}tbody td{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);color:#334155;color:var(--gray-700);padding:11px 14px;vertical-align:middle}tbody tr:hover{background:#f8fafc;background:var(--gray-50)}tbody tr:last-child td{border-bottom:none}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:11px;font-weight:600;padding:2px 8px;text-transform:capitalize}.badge-success{background:#e0f5f2;background:var(--success-bg);color:#2a9d8f;color:var(--success)}.badge-danger{background:#fdecea;background:var(--danger-bg);color:#e63946;color:var(--danger)}.badge-warning{background:#fef3e8;background:var(--warning-bg);color:#f4a261;color:var(--warning)}.badge-primary{background:#e8f0f9;background:var(--primary-bg);color:#0f4c81;color:var(--primary)}.badge-gray{background:#f1f5f9;background:var(--gray-100);color:#475569;color:var(--gray-600)}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.page-header h1{font-size:22px}.page-header p{color:#64748b;color:var(--gray-500);font-size:13px;margin-top:2px}.search-bar{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border:1.5px solid var(--gray-200);border-radius:6px;border-radius:var(--border-radius-sm);display:flex;gap:8px;min-width:260px;padding:7px 12px}.search-bar input{background:#0000;border:none;color:#1e293b;color:var(--gray-800);font-family:DM Sans,sans-serif;font-size:13px;outline:none;width:100%}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal{background:#fff;border-radius:14px;border-radius:var(--border-radius-lg);box-shadow:0 10px 25px -3px #00000014,0 4px 6px -2px #00000008;box-shadow:var(--shadow-lg);max-height:90vh;max-width:560px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:20px 24px 16px}.modal-body{padding:20px 24px}.modal-footer{align-items:center;border-top:1px solid #e2e8f0;border-top:1px solid var(--gray-200);display:flex;gap:8px;justify-content:flex-end;padding:16px 24px}.spinner{animation:spin .7s linear infinite;border:2.5px solid #e2e8f0;border-top-color:#0f4c81;border:2.5px solid var(--gray-200);border-radius:50%;border-top-color:var(--primary);height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.loading-page{align-items:center;display:flex;flex-direction:column;font-size:13px;gap:12px;justify-content:center;min-height:300px}.empty-state,.loading-page{color:#94a3b8;color:var(--gray-400)}.empty-state{padding:48px 24px;text-align:center}.empty-state h3{color:#475569;color:var(--gray-600);margin-bottom:6px}.empty-state p{font-size:13px;margin-bottom:16px}.pagination{gap:4px;justify-content:flex-end;padding:12px 0}.page-btn,.pagination{align-items:center;display:flex}.page-btn{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:6px;color:#475569;color:var(--gray-600);cursor:pointer;font-size:12px;height:30px;justify-content:center;width:30px}.page-btn:hover{background:#f1f5f9;background:var(--gray-100)}.page-btn.active{background:#0f4c81;background:var(--primary);border-color:#0f4c81;border-color:var(--primary);color:#fff}.amount{font-family:DM Mono,monospace;font-size:13px}.amount-red{color:#e63946;color:var(--danger)}.amount-green{color:#2a9d8f;color:var(--success)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.main-content{margin-left:0}.form-grid-2,.form-grid-3{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=main.b2b05e7e.css.map*/