*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1e40af;--primary-dark:#1e3a8a;--primary-light:#3b82f6;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius:8px;--radius-lg:12px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--gray-50);color:#1f2937;color:var(--gray-800);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:24px;width:100%}.navbar{background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);height:64px;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{color:#1e40af;color:var(--primary);font-size:1.25rem;font-weight:700;gap:12px;text-decoration:none}.navbar-brand svg{height:32px;width:32px}.navbar-nav{align-items:center;display:flex;gap:24px}.nav-link{border-radius:8px;border-radius:var(--radius);color:#4b5563;color:var(--gray-600);font-weight:500;padding:8px 12px;text-decoration:none;transition:all .2s}.nav-link.active,.nav-link:hover{background:#f3f4f6;background:var(--gray-100);color:#1e40af;color:var(--primary)}.nav-user{gap:12px}.nav-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:#1e40af;background:var(--primary);border-radius:50%;color:#fff;color:var(--white);font-size:.875rem;font-weight:600;height:36px;justify-content:center;width:36px}.user-info{display:flex;flex-direction:column}.user-name{color:#1f2937;color:var(--gray-800);font-size:.875rem;font-weight:600}.user-role{color:#6b7280;color:var(--gray-500);font-size:.75rem;text-transform:capitalize}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#1e40af;background:var(--primary);color:#fff;color:var(--white)}.btn-primary:hover:not(:disabled){background:#1e3a8a;background:var(--primary-dark)}.btn-secondary{background:#e5e7eb;background:var(--gray-200);color:#374151;color:var(--gray-700)}.btn-secondary:hover:not(:disabled){background:#d1d5db;background:var(--gray-300)}.btn-success{background:#10b981;background:var(--success)}.btn-danger,.btn-success{color:#fff;color:var(--white)}.btn-danger{background:#ef4444;background:var(--danger)}.btn-warning{background:#f59e0b;background:var(--warning);color:#fff;color:var(--white)}.btn-sm{font-size:.8125rem;padding:6px 12px}.btn-lg{font-size:1rem;padding:14px 28px}.btn-outline{background:#0000;border:1px solid #d1d5db;border:1px solid var(--gray-300);color:#374151;color:var(--gray-700)}.btn-outline:hover:not(:disabled){background:#f9fafb;background:var(--gray-50);border-color:#9ca3af;border-color:var(--gray-400)}.form-group{margin-bottom:20px}.form-label{color:#374151;color:var(--gray-700);display:block;font-size:.875rem;font-weight:600;margin-bottom:8px}.form-input,.form-select,.form-textarea{background:#fff;background:var(--white);border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius);font-size:.9375rem;padding:12px 16px;transition:all .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1e40af;border-color:var(--primary);box-shadow:0 0 0 3px #1e40af1a;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-error{color:#ef4444;color:var(--danger)}.form-error,.form-hint{font-size:.8125rem;margin-top:4px}.form-hint{color:#6b7280;color:var(--gray-500)}.card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);overflow:hidden}.card-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:20px 24px}.card-title{color:#1f2937;color:var(--gray-800);font-size:1.125rem;font-weight:700}.card-body{padding:24px}.auth-container{align-items:center;background:linear-gradient(135deg,#1e40af,#1e3a8a);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);max-width:440px;padding:40px;width:100%}.auth-header{margin-bottom:32px;text-align:center}.auth-logo{align-items:center;background:#1e40af;background:var(--primary);border-radius:12px;border-radius:var(--radius-lg);display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.auth-logo svg{color:#fff;color:var(--white);height:36px;width:36px}.auth-title{color:#1f2937;color:var(--gray-800);font-size:1.5rem;font-weight:700;margin-bottom:8px}.auth-subtitle{color:#6b7280;color:var(--gray-500);font-size:.9375rem}.auth-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);margin-top:24px;padding-top:24px;text-align:center}.auth-link{color:#1e40af;color:var(--primary);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:32px}.stat-card{align-items:flex-start;background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);display:flex;gap:16px;padding:24px}.stat-icon{align-items:center;border-radius:8px;border-radius:var(--radius);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.stat-icon.blue{background:#dbeafe;color:#1e40af}.stat-icon.green{background:#d1fae5;color:#059669}.stat-icon.yellow{background:#fef3c7;color:#d97706}.stat-icon.red{background:#fee2e2;color:#dc2626}.stat-content{flex:1 1}.stat-label{color:#6b7280;color:var(--gray-500);font-size:.875rem;font-weight:500;margin-bottom:4px}.stat-value{color:#1f2937;color:var(--gray-800);font-size:1.75rem;font-weight:700;line-height:1.2}.stat-sub{color:#9ca3af;color:var(--gray-400);font-size:.8125rem;margin-top:4px}.table-container{overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th{background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);color:#6b7280;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:12px 16px;text-align:left;text-transform:uppercase}.table td{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);font-size:.875rem;padding:16px}.table tr:hover td{background:#f9fafb;background:var(--gray-50)}.table tr:last-child td{border-bottom:none}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;padding:4px 12px;text-transform:capitalize}.badge-pending{background:#fef3c7;color:#92400e}.badge-approved{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.badge-paid{background:#dbeafe;color:#1e40af}.badge-advance{background:#e0e7ff;color:#3730a3}.file-upload{background:#f9fafb;background:var(--gray-50);border:2px dashed #d1d5db;border:2px dashed var(--gray-300);border-radius:8px;border-radius:var(--radius);cursor:pointer;padding:32px;text-align:center;transition:all .2s}.file-upload.dragging,.file-upload:hover{background:#eff6ff;border-color:#1e40af;border-color:var(--primary)}.file-upload input{display:none}.file-upload-icon{color:#9ca3af;color:var(--gray-400);height:48px;margin-bottom:12px;width:48px}.file-upload-text{color:#4b5563;color:var(--gray-600);font-weight:500}.file-upload-hint{color:#9ca3af;color:var(--gray-400);font-size:.8125rem;margin-top:4px}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.file-item{background:#f9fafb;background:var(--gray-50);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);gap:12px;padding:12px 16px}.file-item,.file-item-icon{align-items:center;display:flex}.file-item-icon{background:#fff;background:var(--white);border-radius:8px;border-radius:var(--radius);color:#1e40af;color:var(--primary);flex-shrink:0;height:36px;justify-content:center;width:36px}.file-item-info{flex:1 1;min-width:0}.file-item-name{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-item-size{color:#9ca3af;color:var(--gray-400);font-size:.75rem}.modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:1000}.modal{animation:slideUp .3s ease;background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;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 #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:20px 24px}.modal-title{font-size:1.125rem;font-weight:700}.modal-close{background:none;border:none;border-radius:8px;border-radius:var(--radius);color:#9ca3af;color:var(--gray-400);cursor:pointer;padding:4px}.modal-close:hover{background:#f3f4f6;background:var(--gray-100);color:#4b5563;color:var(--gray-600)}.modal-body{padding:24px}.modal-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.empty-state{padding:64px 24px;text-align:center}.empty-state-icon{color:#d1d5db;color:var(--gray-300);height:64px;margin-bottom:16px;width:64px}.empty-state-title{color:#374151;color:var(--gray-700);font-size:1.125rem;font-weight:600;margin-bottom:8px}.empty-state-text{color:#6b7280;color:var(--gray-500);margin-bottom:24px}.loading{align-items:center;display:flex;justify-content:center;padding:64px}.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-top-color:#1e40af;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.alert{align-items:center;border-radius:8px;border-radius:var(--radius);display:flex;font-size:.875rem;gap:8px;margin-bottom:20px;padding:12px 16px}.alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.filters .form-input,.filters .form-select{min-width:160px;width:auto}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.page-title{color:#1f2937;color:var(--gray-800);font-size:1.5rem;font-weight:700}.page-subtitle{color:#6b7280;color:var(--gray-500);font-size:.9375rem;margin-top:4px}.detail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{color:#6b7280;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.detail-value{color:#1f2937;color:var(--gray-800);font-size:1rem;font-weight:500}.attachments-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:16px}.attachment-card{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);overflow:hidden;transition:all .2s}.attachment-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md)}.attachment-preview{align-items:center;background:#f3f4f6;background:var(--gray-100);display:flex;height:120px;justify-content:center;overflow:hidden}.attachment-preview img{height:100%;object-fit:cover;width:100%}.attachment-preview svg{color:#9ca3af;color:var(--gray-400);height:40px;width:40px}.attachment-info{padding:12px}.attachment-name{color:#374151;color:var(--gray-700);font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.main-content{padding:16px}.navbar{padding:0 16px}.navbar-nav{gap:8px}.nav-link span,.user-info{display:none}.stats-grid{grid-template-columns:1fr}.page-header{align-items:flex-start}.filters,.page-header{flex-direction:column}.filters .form-input,.filters .form-select{width:100%}.auth-card{padding:24px}.table td,.table th{padding:12px 8px}}
/*# sourceMappingURL=main.4def3682.css.map*/