.LoadingSpinner-module__DKcTUq__container{justify-content:center;align-items:center;width:100%;padding:3rem;display:flex}.LoadingSpinner-module__DKcTUq__fullScreen{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#f8fafc99;width:100vw;height:100vh;padding:0;position:fixed;top:0;left:0}.LoadingSpinner-module__DKcTUq__spinner{border:6px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:60px;height:60px;animation:1s linear infinite LoadingSpinner-module__DKcTUq__spin}@keyframes LoadingSpinner-module__DKcTUq__spin{to{transform:rotate(360deg)}}
.AdminDashboard-module__smWqZq__page{background:#f9f9fb;gap:1rem;min-height:100%;padding-bottom:1rem;display:grid}.AdminDashboard-module__smWqZq__headerCard,.AdminDashboard-module__smWqZq__card{background:#fff;border:1px solid #e9edf5;border-radius:14px;padding:1rem;box-shadow:0 8px 20px #1118270d}.AdminDashboard-module__smWqZq__modalOverlay{z-index:80;background:#0f172a61;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AdminDashboard-module__smWqZq__modalPanel,.AdminDashboard-module__smWqZq__modalPanelWide{background:#fff;border:1px solid #e9edf5;border-radius:14px;width:min(760px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 55px #0f172a38}.AdminDashboard-module__smWqZq__modalPanelWide{width:min(980px,100%)}.AdminDashboard-module__smWqZq__modalHeader{border-bottom:1px solid #e9edf5;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.AdminDashboard-module__smWqZq__modalTitle{color:#0f172a;margin:0;font-size:1.05rem}.AdminDashboard-module__smWqZq__modalBody{gap:.75rem;padding:1rem;display:grid}.AdminDashboard-module__smWqZq__pageTitle{color:#0f172a;margin:0;font-size:1.5rem}.AdminDashboard-module__smWqZq__pageSubtitle{color:#475569;margin-top:.3rem;margin-bottom:0}.AdminDashboard-module__smWqZq__sectionTitle{color:#0f172a;margin:0 0 .8rem;font-size:1.05rem}.AdminDashboard-module__smWqZq__subTitle{color:#0f172a;margin:1rem 0 .6rem;font-size:.95rem}.AdminDashboard-module__smWqZq__errorText,.AdminDashboard-module__smWqZq__successText{border-radius:10px;margin:0;padding:.6rem .7rem;font-size:.9rem}.AdminDashboard-module__smWqZq__errorText{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.AdminDashboard-module__smWqZq__successText{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.AdminDashboard-module__smWqZq__twoColumnGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.AdminDashboard-module__smWqZq__buttonGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.AdminDashboard-module__smWqZq__primaryButton,.AdminDashboard-module__smWqZq__secondaryButton{cursor:pointer;border-radius:10px;padding:.62rem .85rem;font-size:.9rem;font-weight:600}.AdminDashboard-module__smWqZq__primaryButton{color:#fff;background:#2563eb;border:1px solid #2563eb}.AdminDashboard-module__smWqZq__primaryButton:hover{background:#1d4ed8;border-color:#1d4ed8}.AdminDashboard-module__smWqZq__secondaryButton{color:#1f2937;background:#fff;border:1px solid #cbd5e1}.AdminDashboard-module__smWqZq__secondaryButton:hover{background:#f8fafc}.AdminDashboard-module__smWqZq__inlineForm{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.AdminDashboard-module__smWqZq__inlineCard{background:#fbfdff;border:1px solid #e6ebf3;border-radius:12px;margin-top:.75rem;padding:.8rem}.AdminDashboard-module__smWqZq__inlineGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;display:grid}.AdminDashboard-module__smWqZq__input{color:#0f172a;background:#fff;border:1px solid #d4dce9;border-radius:10px;width:100%;padding:.62rem .72rem;font-size:.9rem}.AdminDashboard-module__smWqZq__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.AdminDashboard-module__smWqZq__input[readonly],.AdminDashboard-module__smWqZq__input:disabled{color:#64748b;cursor:not-allowed;background-color:#f1f5f9}.AdminDashboard-module__smWqZq__label{color:#334155;gap:.35rem;font-size:.86rem;font-weight:600;display:grid}.AdminDashboard-module__smWqZq__helperText{color:#475569;margin:.65rem 0 0;font-size:.86rem}.AdminDashboard-module__smWqZq__emptyState{color:#64748b;margin:0;font-size:.92rem}.AdminDashboard-module__smWqZq__healthRows{gap:.65rem;display:grid}.AdminDashboard-module__smWqZq__healthRow{background:#f8fbff;border:1px solid #e6ebf3;border-radius:10px;justify-content:space-between;align-items:center;gap:.6rem;padding:.6rem .7rem;display:flex}.AdminDashboard-module__smWqZq__passPill,.AdminDashboard-module__smWqZq__failPill{border-radius:999px;padding:.2rem .55rem;font-size:.78rem;font-weight:700}.AdminDashboard-module__smWqZq__passPill{color:#166534;background:#dcfce7}.AdminDashboard-module__smWqZq__failPill{color:#991b1b;background:#fee2e2}.AdminDashboard-module__smWqZq__metricGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-bottom:.8rem;display:grid}.AdminDashboard-module__smWqZq__metricCard{background:#f8fbff;border:1px solid #e6ebf3;border-radius:10px;padding:.7rem}.AdminDashboard-module__smWqZq__metricLabel{color:#64748b;margin:0;font-size:.84rem}.AdminDashboard-module__smWqZq__metricValue{color:#0f172a;margin:.35rem 0 0;font-size:1.05rem;font-weight:700}.AdminDashboard-module__smWqZq__checkboxRow{color:#334155;flex-wrap:wrap;gap:1rem;margin-top:.6rem;font-size:.86rem;display:flex}.AdminDashboard-module__smWqZq__selectionBox{background:#fff;border:1px solid #d4dce9;border-radius:10px;gap:.45rem;max-height:180px;padding:.65rem;display:grid;overflow:auto}.AdminDashboard-module__smWqZq__selectionItem{color:#1f2937;align-items:center;gap:.4rem;font-size:.86rem;display:flex}.AdminDashboard-module__smWqZq__multiSelectWrap{gap:.5rem;display:grid}.AdminDashboard-module__smWqZq__selectedSlotWrap{background:#fff;border:1px solid #d4dce9;border-radius:10px;flex-wrap:wrap;gap:.4rem;min-height:2.5rem;padding:.45rem;display:flex}.AdminDashboard-module__smWqZq__slotHelperText{color:#64748b;margin:0;font-size:.83rem}.AdminDashboard-module__smWqZq__slotChip{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.8rem;font-weight:600;display:inline-flex}.AdminDashboard-module__smWqZq__slotChip:hover{background:#dbeafe}.AdminDashboard-module__smWqZq__slotChipClose{color:#1e40af;font-size:.78rem}.AdminDashboard-module__smWqZq__searchDropdownWrap{position:relative}.AdminDashboard-module__smWqZq__searchDropdownPanel{z-index:30;background:#fff;border:1px solid #d4dce9;border-radius:10px;max-height:220px;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:auto;box-shadow:0 16px 30px #0f172a24}.AdminDashboard-module__smWqZq__dropdownOption,.AdminDashboard-module__smWqZq__dropdownOptionSelected{color:#1f2937;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #edf2fb;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.55rem .7rem;font-size:.85rem;display:flex}.AdminDashboard-module__smWqZq__dropdownOption:hover,.AdminDashboard-module__smWqZq__dropdownOptionSelected:hover{background:#f8fbff}.AdminDashboard-module__smWqZq__dropdownOptionSelected{color:#1d4ed8;background:#eff6ff;font-weight:600}.AdminDashboard-module__smWqZq__dropdownEmpty{color:#64748b;margin:0;padding:.7rem;font-size:.84rem}.AdminDashboard-module__smWqZq__tableWrap{width:100%;overflow-x:auto}.AdminDashboard-module__smWqZq__table{border-collapse:collapse;width:100%;min-width:760px}.AdminDashboard-module__smWqZq__table th,.AdminDashboard-module__smWqZq__table td{text-align:left;color:#1f2937;border-bottom:1px solid #e9edf5;padding:.6rem .55rem;font-size:.87rem}.AdminDashboard-module__smWqZq__table th{color:#334155;background:#f8fbff;font-weight:700}.AdminDashboard-module__smWqZq__tableCellTop{vertical-align:top}.AdminDashboard-module__smWqZq__emptyCell{text-align:center;color:#64748b;padding:1rem .75rem}.AdminDashboard-module__smWqZq__numericCell{text-align:right!important}.AdminDashboard-module__smWqZq__finalTotalCell{color:#0f172a;font-weight:700}.AdminDashboard-module__smWqZq__pendingGroupCount{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;margin:0 0 .65rem;padding:.2rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.AdminDashboard-module__smWqZq__statusBlockRow{gap:.45rem;margin-bottom:.7rem;display:grid}.AdminDashboard-module__smWqZq__reviewDetailsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .7rem;margin-bottom:.7rem;display:grid}.AdminDashboard-module__smWqZq__reviewDetailsGrid p{color:#334155;margin:0;font-size:.86rem}.AdminDashboard-module__smWqZq__actionsRowSimple{justify-content:flex-end;gap:.6rem;display:flex}.AdminDashboard-module__smWqZq__bankHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.AdminDashboard-module__smWqZq__statusExpired,.AdminDashboard-module__smWqZq__statusUpdated{border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:700;display:inline-flex}.AdminDashboard-module__smWqZq__statusExpired{color:#dc2626;background:#fef2f2}.AdminDashboard-module__smWqZq__statusUpdated{color:#16a34a;background:#f0fdf4}.AdminDashboard-module__smWqZq__monthTimeline{grid-template-columns:repeat(12,1fr);gap:.24rem;min-width:360px;display:grid}.AdminDashboard-module__smWqZq__monthBox{color:#b91c1c;background:#fee2e2;border:1px solid #f87171;border-radius:6px;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-size:.72rem;font-weight:700;display:inline-flex}.AdminDashboard-module__smWqZq__monthBoxCurrent{border:2px solid #2563eb;box-shadow:0 0 0 1px #2563eb38}.AdminDashboard-module__smWqZq__monthBoxUploaded{color:#166534;background:#dcfce7;border-color:#22c55e}.AdminDashboard-module__smWqZq__uploadDropZone{cursor:pointer;background:#fbfdff;border:2px dashed #cfd8e6;border-radius:12px;gap:.2rem;padding:1rem;display:grid}.AdminDashboard-module__smWqZq__uploadDropZone:hover{background:#f8fbff;border-color:#93c5fd}.AdminDashboard-module__smWqZq__hiddenFileInput{display:none}.AdminDashboard-module__smWqZq__uploadDropTitle{color:#0f172a;font-weight:700}.AdminDashboard-module__smWqZq__uploadDropSubtitle{color:#64748b;font-size:.84rem}.AdminDashboard-module__smWqZq__uploadFileName{color:#1d4ed8;font-size:.82rem;font-weight:600}.AdminDashboard-module__smWqZq__pendingLineDescription{color:#0f172a;margin:0;font-weight:600}.AdminDashboard-module__smWqZq__pendingLineMeta{color:#64748b;margin:.2rem 0 0;font-size:.75rem}.AdminDashboard-module__smWqZq__pmStatusPill{border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;display:inline-flex}.AdminDashboard-module__smWqZq__pmStatusPending{color:#92400e;background:#fef3c7}.AdminDashboard-module__smWqZq__pmStatusInReview{color:#075985;background:#e0f2fe}.AdminDashboard-module__smWqZq__pmStatusApproved{color:#166534;background:#dcfce7}.AdminDashboard-module__smWqZq__pmStatusDeclined{color:#991b1b;background:#fee2e2}.AdminDashboard-module__smWqZq__pendingActions{flex-wrap:wrap;gap:.35rem;display:flex}.AdminDashboard-module__smWqZq__actionButtonSm{color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.34rem .55rem;font-size:.77rem;font-weight:700}.AdminDashboard-module__smWqZq__reviewButton{background:#2563eb}.AdminDashboard-module__smWqZq__reviewButton:hover{background:#1d4ed8}.AdminDashboard-module__smWqZq__approveButton{background:#059669}.AdminDashboard-module__smWqZq__approveButton:hover{background:#047857}.AdminDashboard-module__smWqZq__declineButton{background:#dc2626}.AdminDashboard-module__smWqZq__declineButton:hover{background:#b91c1c}.AdminDashboard-module__smWqZq__grandTotalRow td{color:#0f172a;background:#f8fafc;border-top:2px solid #d9e2f2;font-weight:700}.AdminDashboard-module__smWqZq__groupTotalRow td{color:#1f2937;background:#f8fbff;border-top:1px dashed #cfd8e6;font-weight:700}.AdminDashboard-module__smWqZq__groupTotalLabel{color:#334155}.AdminDashboard-module__smWqZq__groupTotalValue{color:#0f172a}.AdminDashboard-module__smWqZq__accountLink{color:#2563eb;font-weight:700;text-decoration:none}.AdminDashboard-module__smWqZq__accountLink:hover{text-decoration:underline}.AdminDashboard-module__smWqZq__transactionForm{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.AdminDashboard-module__smWqZq__actionsRow{grid-column:1/-1;justify-content:flex-end;gap:.6rem;display:flex}@media (max-width:1100px){.AdminDashboard-module__smWqZq__buttonGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.AdminDashboard-module__smWqZq__metricGrid{grid-template-columns:1fr}.AdminDashboard-module__smWqZq__inlineGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.AdminDashboard-module__smWqZq__twoColumnGrid,.AdminDashboard-module__smWqZq__transactionForm,.AdminDashboard-module__smWqZq__inlineForm,.AdminDashboard-module__smWqZq__inlineGrid,.AdminDashboard-module__smWqZq__reviewDetailsGrid{grid-template-columns:1fr}.AdminDashboard-module__smWqZq__bankHeader{flex-direction:column;align-items:stretch}}@media (max-width:640px){.AdminDashboard-module__smWqZq__buttonGrid{grid-template-columns:1fr}}.AdminDashboard-module__smWqZq__formRowGroup{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.AdminDashboard-module__smWqZq__spinnerContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.AdminDashboard-module__smWqZq__spinner{border:4px solid #0000001a;border-left-color:#2563eb;border-radius:50%;width:40px;height:40px;animation:1s linear infinite AdminDashboard-module__smWqZq__spin}@keyframes AdminDashboard-module__smWqZq__spin{to{transform:rotate(360deg)}}
.page-module__8juT3q__page{background:#f9f9fb;gap:1rem;min-height:100%;display:grid}.page-module__8juT3q__card{background:#fff;border:1px solid #e9edf5;border-radius:14px;padding:1rem;box-shadow:0 8px 20px #1118270d}.page-module__8juT3q__modalOverlay{z-index:90;background:#0f172a61;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-module__8juT3q__modalPanel{background:#fff;border:1px solid #e9edf5;border-radius:14px;width:min(760px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 55px #0f172a38}.page-module__8juT3q__modalPanelWide{background:#fff;border-radius:12px;width:min(900px,100%);max-height:calc(100vh - 40px);padding:1.5rem;overflow-y:auto}.page-module__8juT3q__modalHeader{border-bottom:1px solid #e9edf5;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.page-module__8juT3q__modalTitle{color:#0f172a;margin:0;font-size:1.05rem}.page-module__8juT3q__modalBody{gap:.75rem;padding:1rem;display:grid}.page-module__8juT3q__title{color:#0f172a;margin:0;font-size:1.3rem}.page-module__8juT3q__subtitle{color:#475569;margin-top:.3rem;margin-bottom:0}.page-module__8juT3q__topActions{flex-wrap:wrap;gap:.6rem;margin-top:.85rem;display:flex}.page-module__8juT3q__primaryButton,.page-module__8juT3q__secondaryButton{cursor:pointer;border-radius:10px;padding:.58rem .82rem;font-size:.88rem;font-weight:600}.page-module__8juT3q__primaryButton{color:#fff;background:#2563eb;border:1px solid #2563eb}.page-module__8juT3q__primaryButton:hover{background:#1d4ed8;border-color:#1d4ed8}.page-module__8juT3q__primaryButton:disabled,.page-module__8juT3q__secondaryButton:disabled{opacity:.7;cursor:not-allowed}.page-module__8juT3q__secondaryButton{color:#1f2937;background:#fff;border:1px solid #cbd5e1}.page-module__8juT3q__secondaryButton:hover{background:#f8fafc}.page-module__8juT3q__statusBlock{gap:.45rem;margin-top:.8rem;display:grid}.page-module__8juT3q__successText,.page-module__8juT3q__errorText{border-radius:10px;margin:0;padding:.58rem .68rem;font-size:.88rem}.page-module__8juT3q__successText{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.page-module__8juT3q__errorText{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.page-module__8juT3q__inlineForm{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.75rem;display:grid}.page-module__8juT3q__label{color:#334155;gap:.35rem;font-size:.86rem;font-weight:600;display:grid}.page-module__8juT3q__input{color:#0f172a;background:#fff;border:1px solid #d4dce9;border-radius:10px;width:100%;padding:.6rem .72rem;font-size:.9rem}.page-module__8juT3q__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.page-module__8juT3q__backLink{color:#2563eb;font-weight:600;text-decoration:none}.page-module__8juT3q__backLink:hover{text-decoration:underline}.page-module__8juT3q__empty{color:#64748b;margin:0}.page-module__8juT3q__tableWrap{width:100%;overflow-x:auto}.page-module__8juT3q__table{border-collapse:collapse;width:100%;min-width:780px}.page-module__8juT3q__table th,.page-module__8juT3q__table td{text-align:left;color:#1f2937;border-bottom:1px solid #e9edf5;padding:.6rem .55rem;font-size:.87rem}.page-module__8juT3q__table th{color:#334155;background:#f8fbff;font-weight:700}.page-module__8juT3q__carriedRow td{color:#1f3b68;background:#f8fbff;font-weight:700}.page-module__8juT3q__expandButton{color:#1e3a8a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;font-weight:700;display:inline-flex}.page-module__8juT3q__expandButton:hover{background:#eff6ff}.page-module__8juT3q__checkedRow td{color:#64748b;background:#f8fafc}.page-module__8juT3q__differenceRow td{color:#0f172a;background:#f8fafc;border-top:2px solid #d9e2f2;font-weight:700}.page-module__8juT3q__docLink{color:#2563eb;font-weight:600;text-decoration:none}.page-module__8juT3q__docLink:hover{text-decoration:underline}.page-module__8juT3q__editTransactionForm{gap:.7rem;display:grid}.page-module__8juT3q__editGrid{grid-template-columns:1.2fr .9fr .9fr;gap:.55rem;display:grid}.page-module__8juT3q__actionsRow{justify-content:flex-end;gap:.55rem;display:flex}@media (max-width:900px){.page-module__8juT3q__inlineForm,.page-module__8juT3q__editGrid{grid-template-columns:1fr}}.page-module__8juT3q__checkboxRow{color:#334155;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.page-module__8juT3q__formRowGroup{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}
.DashboardOverview-module__nmCmDG__container{max-width:1200px;margin:0 auto;padding:24px;font-family:inherit}.DashboardOverview-module__nmCmDG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.DashboardOverview-module__nmCmDG__title{color:#111827;margin:0;font-size:24px;font-weight:600}.DashboardOverview-module__nmCmDG__quickActions{flex-wrap:wrap;gap:12px;display:flex}.DashboardOverview-module__nmCmDG__btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background-color .2s,opacity .2s}.DashboardOverview-module__nmCmDG__btn:active{transform:scale(.98)}.DashboardOverview-module__nmCmDG__btnPrimary{color:#fff;background-color:#2563eb}.DashboardOverview-module__nmCmDG__btnPrimary:hover{background-color:#1d4ed8}.DashboardOverview-module__nmCmDG__btnSecondary{color:#374151;background-color:#f3f4f6;border:1px solid #d1d5db}.DashboardOverview-module__nmCmDG__btnSecondary:hover{background-color:#e5e7eb}.DashboardOverview-module__nmCmDG__btnSuccess{color:#fff;background-color:#10b981;padding:6px 12px}.DashboardOverview-module__nmCmDG__btnSuccess:hover{background-color:#059669}.DashboardOverview-module__nmCmDG__btnDanger{color:#fff;background-color:#ef4444;padding:6px 12px}.DashboardOverview-module__nmCmDG__btnDanger:hover{background-color:#dc2626}.DashboardOverview-module__nmCmDG__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px;display:grid}.DashboardOverview-module__nmCmDG__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:8px;padding:20px;display:flex;box-shadow:0 1px 3px #0000000d}.DashboardOverview-module__nmCmDG__cardTitle{color:#6b7280;font-size:14px;font-weight:500}.DashboardOverview-module__nmCmDG__cardValue{color:#111827;font-size:24px;font-weight:700}.DashboardOverview-module__nmCmDG__cardGood{color:#10b981}.DashboardOverview-module__nmCmDG__cardWarning{color:#f59e0b}.DashboardOverview-module__nmCmDG__cardDanger{color:#ef4444}.DashboardOverview-module__nmCmDG__section{margin-bottom:32px}.DashboardOverview-module__nmCmDG__sectionTitle{color:#374151;margin-bottom:16px;font-size:18px;font-weight:600}.DashboardOverview-module__nmCmDG__tableContainer{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #0000000d}.DashboardOverview-module__nmCmDG__table{border-collapse:collapse;width:100%;min-width:600px}.DashboardOverview-module__nmCmDG__table th,.DashboardOverview-module__nmCmDG__table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 16px}.DashboardOverview-module__nmCmDG__table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;font-size:13px;font-weight:600}.DashboardOverview-module__nmCmDG__table td{color:#111827;font-size:14px}.DashboardOverview-module__nmCmDG__table tr:last-child td{border-bottom:none}.DashboardOverview-module__nmCmDG__table tr:hover td{background-color:#f9fafb}.DashboardOverview-module__nmCmDG__actionCell{gap:8px;display:flex}.DashboardOverview-module__nmCmDG__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.DashboardOverview-module__nmCmDG__modalContainer{background-color:#fff;border-radius:8px;flex-direction:column;width:90%;max-width:600px;max-height:80vh;display:flex;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.DashboardOverview-module__nmCmDG__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.DashboardOverview-module__nmCmDG__modalTitle{color:#111827;margin:0;font-size:18px;font-weight:600}.DashboardOverview-module__nmCmDG__closeBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:20px}.DashboardOverview-module__nmCmDG__closeBtn:hover{color:#111827}.DashboardOverview-module__nmCmDG__modalContent{padding:24px}.DashboardOverview-module__nmCmDG__btnSm{padding:6px 12px;font-size:12px}
.EmployeeExpenseSubmission-module__48brmq__page{background:#f9f9fb;gap:1rem;width:100%;display:grid}.EmployeeExpenseSubmission-module__48brmq__card,.EmployeeExpenseSubmission-module__48brmq__pendingCard{background:#fff;border:1px solid #e9edf5;border-radius:14px;padding:1rem;box-shadow:0 8px 20px #1118270d}.EmployeeExpenseSubmission-module__48brmq__header{margin-bottom:.9rem}.EmployeeExpenseSubmission-module__48brmq__title{color:#0f172a;margin:0;font-size:1.35rem}.EmployeeExpenseSubmission-module__48brmq__subtitle{color:#475569;margin-top:.35rem;margin-bottom:0;font-size:.92rem}.EmployeeExpenseSubmission-module__48brmq__form{gap:.75rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__topGrid{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__section{background:#fbfdff;border:1px solid #e6ebf3;border-radius:12px;margin-top:.2rem;padding:.8rem}.EmployeeExpenseSubmission-module__48brmq__sectionTitle{color:#0f172a;margin:0 0 .75rem;font-size:1.02rem}.EmployeeExpenseSubmission-module__48brmq__expenseRow{grid-template-columns:1fr 1fr auto;align-items:end;gap:.7rem;margin-bottom:.8rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__rowButtonWrap{align-items:flex-end;min-width:98px;display:flex}.EmployeeExpenseSubmission-module__48brmq__label{color:#334155;margin-bottom:.3rem;font-size:.86rem;font-weight:600;display:block}.EmployeeExpenseSubmission-module__48brmq__input{color:#0f172a;background:#fff;border:1px solid #d4dce9;border-radius:10px;width:100%;padding:.62rem .72rem;font-size:.9rem}.EmployeeExpenseSubmission-module__48brmq__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.EmployeeExpenseSubmission-module__48brmq__secondaryButton,.EmployeeExpenseSubmission-module__48brmq__primaryButton{cursor:pointer;border-radius:10px;padding:.62rem .85rem;font-size:.9rem;font-weight:600}.EmployeeExpenseSubmission-module__48brmq__secondaryButton{color:#1f2937;background:#fff;border:1px solid #cbd5e1}.EmployeeExpenseSubmission-module__48brmq__secondaryButton:hover{background:#f8fafc}.EmployeeExpenseSubmission-module__48brmq__primaryButton{color:#fff;background:#2563eb;border:1px solid #2563eb}.EmployeeExpenseSubmission-module__48brmq__primaryButton:hover{background:#1d4ed8;border-color:#1d4ed8}.EmployeeExpenseSubmission-module__48brmq__primaryButton:disabled,.EmployeeExpenseSubmission-module__48brmq__secondaryButton:disabled{cursor:not-allowed;opacity:.7}.EmployeeExpenseSubmission-module__48brmq__actionsRow{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__totalInline{color:#334155;font-size:.88rem}.EmployeeExpenseSubmission-module__48brmq__totalInline span{color:#1e3a8a;font-weight:700}.EmployeeExpenseSubmission-module__48brmq__helperText{color:#64748b;margin:.4rem 0 0;font-size:.82rem}.EmployeeExpenseSubmission-module__48brmq__validationText{color:#dc2626;margin:.35rem 0 0;font-size:.8rem}.EmployeeExpenseSubmission-module__48brmq__errorText,.EmployeeExpenseSubmission-module__48brmq__successText{border-radius:10px;margin:0 0 .7rem;padding:.6rem .7rem;font-size:.9rem}.EmployeeExpenseSubmission-module__48brmq__errorText{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.EmployeeExpenseSubmission-module__48brmq__successText{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.EmployeeExpenseSubmission-module__48brmq__pendingStack{grid-template-columns:1fr;gap:1rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__pendingTitle{color:#0f172a;margin:0;font-size:1.05rem}.EmployeeExpenseSubmission-module__48brmq__pendingSubtitle{color:#64748b;margin:.3rem 0 0;font-size:.86rem}.EmployeeExpenseSubmission-module__48brmq__pendingLoading{color:#475569;margin:.7rem 0 0;font-size:.88rem}.EmployeeExpenseSubmission-module__48brmq__emptyState{color:#64748b;background:#f8fbff;border:1px dashed #d8dfed;border-radius:10px;margin:.8rem 0 0;padding:.65rem;font-size:.87rem}.EmployeeExpenseSubmission-module__48brmq__pendingList{gap:.6rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.EmployeeExpenseSubmission-module__48brmq__tableWrap{width:100%;margin-top:.75rem;overflow-x:auto}.EmployeeExpenseSubmission-module__48brmq__table{border-collapse:collapse;width:100%;min-width:820px}.EmployeeExpenseSubmission-module__48brmq__table th,.EmployeeExpenseSubmission-module__48brmq__table td{text-align:left;color:#1f2937;border-bottom:1px solid #e9edf5;padding:.6rem .55rem;font-size:.87rem}.EmployeeExpenseSubmission-module__48brmq__table th{color:#334155;background:#f8fbff;font-weight:700}.EmployeeExpenseSubmission-module__48brmq__tableCellTop{vertical-align:top}.EmployeeExpenseSubmission-module__48brmq__numericCell{text-align:right!important}.EmployeeExpenseSubmission-module__48brmq__pmStatusPill{border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:700;display:inline-flex}.EmployeeExpenseSubmission-module__48brmq__pmStatusPending{color:#854d0e;background:#fef9c3}.EmployeeExpenseSubmission-module__48brmq__pmStatusInReview{color:#1d4ed8;background:#dbeafe}.EmployeeExpenseSubmission-module__48brmq__modalOverlay{z-index:80;background:#0f172a61;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.EmployeeExpenseSubmission-module__48brmq__modalPanel{background:#fff;border:1px solid #e9edf5;border-radius:14px;width:min(760px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 55px #0f172a38}.EmployeeExpenseSubmission-module__48brmq__modalHeader{border-bottom:1px solid #e9edf5;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__modalTitle{color:#0f172a;margin:0;font-size:1.05rem}.EmployeeExpenseSubmission-module__48brmq__modalBody{gap:.75rem;padding:1rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__reviewDetailsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .7rem;margin-bottom:.3rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__reviewDetailsGrid p{color:#334155;margin:0;font-size:.86rem}.EmployeeExpenseSubmission-module__48brmq__reviewCard{background:#f2f6ff;border:1px solid #dbe3f7;border-radius:12px;margin-top:.8rem;padding:.75rem}.EmployeeExpenseSubmission-module__48brmq__reviewTitle{color:#0f172a;margin:0;font-size:.95rem}.EmployeeExpenseSubmission-module__48brmq__reviewMeta{color:#475569;margin:.28rem 0 .65rem;font-size:.82rem}.EmployeeExpenseSubmission-module__48brmq__reviewGrid{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.EmployeeExpenseSubmission-module__48brmq__reviewActions{justify-content:flex-end;gap:.6rem;margin-top:.7rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__pendingItem{background:#fbfdff;border:1px solid #e6ebf3;border-radius:10px;padding:.65rem}.EmployeeExpenseSubmission-module__48brmq__pendingActionsRow{justify-content:space-between;align-items:center;gap:.5rem;min-width:280px;margin-top:.15rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__leftActionGroup,.EmployeeExpenseSubmission-module__48brmq__rightActionGroup{align-items:center;gap:.5rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__rightActionGroup{justify-content:flex-end;margin-left:auto}.EmployeeExpenseSubmission-module__48brmq__leftActionGroup .EmployeeExpenseSubmission-module__48brmq__secondaryButton{min-width:90px}.EmployeeExpenseSubmission-module__48brmq__rightActionGroup .EmployeeExpenseSubmission-module__48brmq__primaryButton,.EmployeeExpenseSubmission-module__48brmq__rightActionGroup .EmployeeExpenseSubmission-module__48brmq__declineButton{min-width:96px}.EmployeeExpenseSubmission-module__48brmq__pendingActions{flex-wrap:wrap;gap:.5rem;margin-top:.15rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__pendingTopRow{justify-content:space-between;gap:.7rem;display:flex}.EmployeeExpenseSubmission-module__48brmq__pendingLineTitle{color:#0f172a;margin:0;font-size:.9rem;font-weight:700}.EmployeeExpenseSubmission-module__48brmq__pendingMeta{color:#64748b;margin:.2rem 0 0;font-size:.8rem}.EmployeeExpenseSubmission-module__48brmq__pendingDescription{color:#334155;margin:.35rem 0 0;font-size:.84rem}.EmployeeExpenseSubmission-module__48brmq__pendingRight{text-align:right}.EmployeeExpenseSubmission-module__48brmq__pendingAmount{color:#0f172a;margin:0;font-size:.9rem;font-weight:700}.EmployeeExpenseSubmission-module__48brmq__statusBadge{border-radius:999px;margin-top:.3rem;padding:.2rem .55rem;font-size:.76rem;font-weight:700;display:inline-flex}.EmployeeExpenseSubmission-module__48brmq__statusPending{color:#854d0e;background:#fef9c3}.EmployeeExpenseSubmission-module__48brmq__statusApproved{color:#166534;background:#dcfce7}.EmployeeExpenseSubmission-module__48brmq__statusRejected{color:#991b1b;background:#fee2e2}.EmployeeExpenseSubmission-module__48brmq__declineButton{color:#be123c;cursor:pointer;background:#fff1f2;border:1px solid #fda4af;border-radius:10px;padding:.62rem .85rem;font-size:.9rem;font-weight:600}.EmployeeExpenseSubmission-module__48brmq__declineButton:hover{background:#ffe4e6}.EmployeeExpenseSubmission-module__48brmq__declineButton:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.EmployeeExpenseSubmission-module__48brmq__topGrid{grid-template-columns:1fr}.EmployeeExpenseSubmission-module__48brmq__expenseRow{grid-template-columns:1fr 1fr}.EmployeeExpenseSubmission-module__48brmq__pendingActionsRow{flex-wrap:wrap;min-width:0}}@media (max-width:560px){.EmployeeExpenseSubmission-module__48brmq__expenseRow,.EmployeeExpenseSubmission-module__48brmq__reviewDetailsGrid,.EmployeeExpenseSubmission-module__48brmq__reviewGrid{grid-template-columns:1fr}.EmployeeExpenseSubmission-module__48brmq__pendingActions,.EmployeeExpenseSubmission-module__48brmq__pendingActionsRow{flex-wrap:wrap}.EmployeeExpenseSubmission-module__48brmq__rightActionGroup{justify-content:flex-start;width:100%;margin-left:0}}
