*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;background:#f0f2f5;color:#1f2937;min-height:100vh}.navbar{background:#1e3a5f;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:52px;box-shadow:0 2px 8px #00000040;position:sticky;top:0;z-index:100}.navbar-brand{display:flex;align-items:center;gap:10px}.navbar-logo{font-size:22px}.navbar-title{font-size:18px;font-weight:700;letter-spacing:.3px}.navbar-nav{display:flex;gap:4px}.nav-btn{background:transparent;border:none;color:#ffffffbf;padding:6px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .15s}.nav-btn:hover{background:#ffffff1f;color:#fff}.nav-btn.active{background:#fff3;color:#fff}.main-content{padding:16px 24px;width:100%;max-width:1600px;margin:0 auto}.card{background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000001a;margin-bottom:16px}.card-header{padding:14px 18px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.card-title{font-size:15px;font-weight:700;color:#1e3a5f}.card-body{padding:16px 18px}.stats-bar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.stat-chip{background:#fff;border-radius:8px;padding:10px 16px;box-shadow:0 1px 4px #00000014;text-align:center;min-width:100px}.stat-chip .stat-val{font-size:22px;font-weight:700;line-height:1.2}.stat-chip .stat-lbl{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.stat-chip.total .stat-val{color:#1e3a5f}.stat-chip.open .stat-val{color:#2563eb}.stat-chip.assigned .stat-val{color:#d97706}.stat-chip.completed .stat-val{color:#059669}.stat-chip.exceptions .stat-val{color:#dc2626}.stat-chip.amount .stat-val{color:#7c3aed;font-size:18px}.filters{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;padding:14px 18px;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-radius:10px 10px 0 0}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.filter-group input,.filter-group select{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff;height:32px;min-width:130px}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.filter-actions{display:flex;gap:6px;align-self:flex-end}.btn{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap;height:36px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#1e3a5f;color:#fff}.btn-primary:hover:not(:disabled){background:#162d4a}.btn-success{background:#059669;color:#fff}.btn-success:hover:not(:disabled){background:#047857}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-ghost{background:transparent;color:#374151;border:1px solid #d1d5db}.btn-ghost:hover:not(:disabled){background:#f3f4f6}.btn-sm{padding:3px 9px;font-size:12px;height:26px}.btn-icon{padding:4px 8px;height:26px;min-width:26px;justify-content:center}.table-wrap{width:100%;overflow-x:auto}table{width:100%;min-width:1100px;border-collapse:collapse;font-size:12px;table-layout:fixed}thead th{background:#f3f4f6;padding:7px 8px;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#6b7280;border-bottom:2px solid #e5e7eb;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;overflow:hidden}thead th:hover{background:#e9ecef;color:#374151}thead th.sorted{color:#1e3a5f}tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}tbody tr:hover{background:#fef3c7;box-shadow:inset 3px 0 #f59e0b}tbody td{padding:6px 8px;vertical-align:middle;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.35}.col-cb{width:32px}.col-date{width:90px;white-space:nowrap}.col-client{width:17%}.col-remitdt{width:88px;white-space:nowrap}.col-batch{width:80px;white-space:nowrap}.col-amount{width:90px;white-space:nowrap}.col-payer{width:17%}.col-medium{width:105px;white-space:nowrap}.col-assign{width:120px}.col-status{width:100px;white-space:nowrap}.col-act{width:82px;white-space:nowrap}.badge{display:inline-block;padding:2px 9px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.badge-open{background:#dbeafe;color:#1d4ed8}.badge-assigned{background:#fef3c7;color:#b45309}.badge-completed{background:#d1fae5;color:#065f46}.badge-exceptions{background:#fee2e2;color:#991b1b}.badge-par{background:#e0e7ff;color:#3730a3}.badge-nonpar{background:#fce7f3;color:#9d174d}.inline-select{padding:3px 6px;border:1px solid transparent;border-radius:5px;background:transparent;font-size:12px;cursor:pointer;max-width:140px}.inline-select:hover{border-color:#d1d5db;background:#fff}.inline-select:focus{outline:none;border-color:#3b82f6;background:#fff}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal{background:#fff;border-radius:12px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:16px;font-weight:700;color:#1e3a5f}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#9ca3af;line-height:1;padding:2px 6px;border-radius:4px}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:20px}.modal-footer{padding:14px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.form-group textarea{resize:vertical;min-height:72px}.form-hint{font-size:12px;color:#9ca3af}.required:after{content:" *";color:#dc2626}.tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:20px}.tab-btn{background:none;border:none;padding:10px 20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}.tab-btn:hover{color:#1e3a5f}.tab-btn.active{color:#1e3a5f;border-bottom-color:#1e3a5f;font-weight:700}.toast-container{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;flex-direction:column;gap:8px}.toast{background:#1f2937;color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;box-shadow:0 4px 12px #0000004d;animation:slideIn .2s ease;display:flex;align-items:center;gap:8px;min-width:240px}.toast.success{background:#065f46}.toast.error{background:#991b1b}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.empty-state{text-align:center;padding:48px 20px;color:#9ca3af}.empty-state .empty-icon{font-size:48px;margin-bottom:12px}.empty-state p{font-size:15px}.amount-cell{font-variant-numeric:tabular-nums;font-weight:600;color:#065f46}.text-muted{color:#9ca3af;font-style:italic}.flex{display:flex}.gap-2{gap:8px}.items-center{align-items:center}.ml-auto{margin-left:auto}.row-count{font-size:12px;color:#6b7280}
