html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--info-color: #6366f1;--bg-gradient-start: #f8fafc;--bg-gradient-end: #f1f5f9;--card-bg: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--font-family: "Plus Jakarta Sans", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:var(--text-main);min-height:100vh;-webkit-font-smoothing:antialiased}.app-container{min-height:100vh;display:flex;flex-direction:column}.header-wrapper{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #00000005,0 1px 2px -1px #00000005}.main-content{flex:1;max-width:1440px;margin:0 auto;padding:24px 24px 60px;width:100%}.stat-card{background:#fff;border-radius:16px;padding:20px 24px;border:1px solid #edf2f7;box-shadow:0 4px 20px -2px #0f172a0a,0 2px 6px -1px #0f172a05;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0f172a14,0 4px 6px -2px #0f172a08}.stat-card-gradient-1{background:linear-gradient(135deg,#fff,#f0f9ff);border-left:4px solid #0284c7}.stat-card-gradient-2{background:linear-gradient(135deg,#fff,#f0fdf4);border-left:4px solid #16a34a}.stat-card-gradient-3{background:linear-gradient(135deg,#fff,#fff7ed);border-left:4px solid #ea580c}.stat-card-gradient-4{background:linear-gradient(135deg,#fff,#fef2f2);border-left:4px solid #dc2626}.amount-primary{font-family:Plus Jakarta Sans,monospace;font-weight:700;color:#0f172a}.amount-paid{font-family:Plus Jakarta Sans,monospace;font-weight:700;color:#15803d}.amount-debt{font-family:Plus Jakarta Sans,monospace;font-weight:700;color:#ea580c}.amount-overdue{font-family:Plus Jakarta Sans,monospace;font-weight:700;color:#dc2626}.overdue-badge{display:inline-flex;align-items:center;gap:4px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:3px 10px;border-radius:9999px;font-size:12px;font-weight:600}.overdue-pulse{width:6px;height:6px;border-radius:50%;background-color:#ef4444;box-shadow:0 0 #ef4444b3;animation:pulse 1.8s infinite cubic-bezier(.66,0,0,1)}@keyframes pulse{to{box-shadow:0 0 0 8px #ef444400}}.custom-table-container{background:#fff;border-radius:16px;padding:20px;border:1px solid #edf2f7;box-shadow:0 4px 20px -2px #0f172a0a}.ant-table{font-family:var(--font-family)}.ant-table-thead>tr>th{background:#f8fafc!important;color:#475569!important;font-weight:600!important;font-size:13px!important}.nested-contract-table{background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.header-inner[data-v-96f8199a]{max-width:1440px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo-area[data-v-96f8199a]{display:flex;align-items:center;gap:14px}.logo-icon[data-v-96f8199a]{width:44px;height:44px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;box-shadow:0 4px 12px #2563eb40}.logo-text h1[data-v-96f8199a]{font-size:18px;font-weight:700;color:#0f172a;line-height:1.2;margin:0}.sub-text[data-v-96f8199a]{font-size:12px;color:#64748b;font-weight:500}.header-actions[data-v-96f8199a]{display:flex;align-items:center;gap:16px}.system-time-tag[data-v-96f8199a]{padding:4px 12px;border-radius:6px;font-size:13px;display:flex;align-items:center;gap:6px}.dashboard-grid[data-v-8b29d955]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media (max-width: 1100px){.dashboard-grid[data-v-8b29d955]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.dashboard-grid[data-v-8b29d955]{grid-template-columns:1fr}}.stat-header[data-v-8b29d955]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stat-title[data-v-8b29d955]{font-size:14px;color:#64748b;font-weight:600}.stat-value[data-v-8b29d955]{font-size:26px;line-height:1.2;margin-bottom:10px;letter-spacing:-.5px}.stat-footer[data-v-8b29d955]{font-size:12px;color:#94a3b8;display:flex;align-items:center;min-height:18px}.stat-badge[data-v-8b29d955]{font-size:12px;padding:2px 8px;border-radius:9999px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.count-badge[data-v-8b29d955]{background:#e0f2fe;color:#0284c7}.success-badge[data-v-8b29d955]{background:#dcfce7;color:#15803d}.warning-badge[data-v-8b29d955]{background:#ffedd5;color:#c2410c}.danger-badge[data-v-8b29d955]{background:#fee2e2;color:#b91c1c}.filter-card[data-v-c5cf0539]{background:#fff;border-radius:14px;padding:16px 20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;border:1px solid #edf2f7;box-shadow:0 2px 10px #0f172a08;flex-wrap:wrap;gap:12px}.filter-left[data-v-c5cf0539]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filter-search[data-v-c5cf0539]{width:240px}.nested-contract-wrapper[data-v-24b54eaa]{background:#f8fafc;padding:16px 20px;border-radius:12px;border:1px solid #e2e8f0}.contract-header-bar[data-v-24b54eaa]{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.bar-left[data-v-24b54eaa]{display:flex;align-items:center;gap:10px}.bar-title[data-v-24b54eaa]{font-weight:700;color:#1e293b;font-size:14px}.bar-hint[data-v-24b54eaa]{font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:4px}.contracts-list[data-v-24b54eaa]{display:flex;flex-direction:column;gap:16px}.contract-card[data-v-24b54eaa]{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000005}.contract-summary-row[data-v-24b54eaa]{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#fdfdfd;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:12px}.contract-info[data-v-24b54eaa]{display:flex;align-items:center;gap:10px}.contract-name[data-v-24b54eaa]{font-weight:700;color:#0f172a;font-size:15px}.contract-dates[data-v-24b54eaa]{display:flex;align-items:center;gap:12px;font-size:12px;color:#64748b;flex-wrap:wrap}.date-chip[data-v-24b54eaa]{display:flex;align-items:center;gap:4px;background:#f8fafc;padding:4px 8px;border-radius:6px;border:1px solid #e2e8f0}.fee-breakdown-tags[data-v-24b54eaa]{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.fee-tag[data-v-24b54eaa]{margin-right:0;font-size:11px;border-radius:4px;padding:2px 8px}.contract-finance[data-v-24b54eaa]{display:flex;align-items:center;gap:14px;font-size:13px}.finance-item[data-v-24b54eaa]{display:flex;align-items:center;gap:4px}.finance-item .label[data-v-24b54eaa]{color:#64748b;font-size:12px}.contract-actions[data-v-24b54eaa]{display:flex;align-items:center;gap:8px}.milestones-box[data-v-24b54eaa]{padding:12px 16px 16px;background:#fff}.milestone-box-header[data-v-24b54eaa]{margin-bottom:10px;font-size:13px;font-weight:600;color:#475569;display:flex;align-items:center;gap:6px}.milestone-name-cell[data-v-24b54eaa]{display:flex;flex-direction:column;gap:4px}.milestone-title[data-v-24b54eaa]{font-weight:600;color:#1e293b}.paid-cell[data-v-24b54eaa]{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.text-muted[data-v-24b54eaa]{color:#94a3b8;font-style:italic;font-size:12px}.text-success-muted[data-v-24b54eaa]{color:#10b981;font-size:12px;font-weight:500}.text-normal-muted[data-v-24b54eaa]{color:#64748b;font-size:12px}.action-buttons[data-v-24b54eaa]{display:flex;align-items:center;justify-content:center;gap:6px}.project-name-cell[data-v-3b934d7f]{display:flex;flex-direction:column;gap:4px}.name-row[data-v-3b934d7f]{display:flex;align-items:center;gap:8px}.project-title[data-v-3b934d7f]{font-weight:700;color:#0f172a;font-size:14px}.phase-tag[data-v-3b934d7f]{font-size:11px;padding:0 6px;border-radius:4px}.date-range[data-v-3b934d7f]{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:4px}.payment-type-cell[data-v-3b934d7f]{display:flex;flex-direction:column;gap:4px}.tag-row[data-v-3b934d7f]{display:flex;align-items:center;gap:6px}.status-badge-tag[data-v-3b934d7f]{font-size:11px;padding:0 6px;border-radius:4px}.debt-cell-wrap[data-v-3b934d7f]{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.sub-annual-debt-hint[data-v-3b934d7f]{font-size:10px;color:#ef4444;font-weight:500}.annual-fee-amount[data-v-3b934d7f]{font-size:12px;font-weight:600;color:#7c3aed}.annual-due-box[data-v-3b934d7f]{display:flex;flex-direction:column;gap:2px}.due-date-line[data-v-3b934d7f]{font-size:11px;color:#64748b;display:flex;align-items:center;gap:4px}.due-label[data-v-3b934d7f]{color:#94a3b8}.due-val[data-v-3b934d7f]{font-weight:600;color:#475569}.compact-status-tag[data-v-3b934d7f]{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:0 6px;border-radius:4px;margin-top:2px}.pulse-dot[data-v-3b934d7f]{width:5px;height:5px;border-radius:50%;display:inline-block}.pulse-dot.red[data-v-3b934d7f]{background:#ef4444}.pulse-dot.yellow[data-v-3b934d7f]{background:#f59e0b}.pulse-dot.green[data-v-3b934d7f]{background:#10b981}.no-due-text[data-v-3b934d7f]{font-size:11px;color:#94a3b8}.annual-btn[data-v-3b934d7f]{color:#8b5cf6!important;font-weight:500}.annual-btn[data-v-3b934d7f]:hover{color:#7c3aed!important}.progress-cell[data-v-3b934d7f]{width:100%}.text-success-muted[data-v-3b934d7f]{font-size:12px;color:#10b981;font-weight:500;display:flex;align-items:center;justify-content:center;gap:4px}.action-cell[data-v-3b934d7f]{display:flex;align-items:center;justify-content:center;gap:2px}.form-row[data-v-b518746b]{display:flex;gap:16px}.records-table-wrap[data-v-a1726118]{width:100%;overflow-x:auto}.modal-header-section[data-v-a1726118]{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.header-left[data-v-a1726118]{display:flex;align-items:center;gap:12px}.header-icon-box[data-v-a1726118]{width:42px;height:42px;border-radius:10px;background:#f5f3ff;display:flex;align-items:center;justify-content:center}.modal-title[data-v-a1726118]{margin:0;font-size:17px;font-weight:600;color:#1e293b}.modal-subtitle[data-v-a1726118]{margin:2px 0 0;font-size:13px;color:#64748b;display:flex;align-items:center}.project-name-text[data-v-a1726118]{font-weight:600;color:#334155}.renew-btn[data-v-a1726118]{background:#8b5cf6;border-color:#8b5cf6}.renew-btn[data-v-a1726118]:hover{background:#7c3aed;border-color:#7c3aed}.status-summary-grid[data-v-a1726118]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.summary-card[data-v-a1726118]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.card-label[data-v-a1726118]{font-size:12px;color:#64748b;margin-bottom:4px}.card-value[data-v-a1726118]{font-size:15px;font-weight:700;color:#1e293b}.date-val[data-v-a1726118]{color:#8b5cf6}.paid-val[data-v-a1726118]{color:#10b981}.debt-val[data-v-a1726118]{color:#ef4444}.status-tag[data-v-a1726118]{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;font-size:12px;border-radius:4px}.status-pulse[data-v-a1726118]{width:6px;height:6px;border-radius:50%;display:inline-block}.status-pulse.red[data-v-a1726118]{background:#ef4444}.status-pulse.yellow[data-v-a1726118]{background:#f59e0b}.status-pulse.green[data-v-a1726118]{background:#10b981}.form-collapse[data-v-a1726118]{margin-bottom:16px;border-radius:8px;background:#faf5ff;border-color:#e9d5ff}.mode-switch-box[data-v-a1726118]{margin-bottom:14px;display:flex;align-items:center;gap:8px}.switch-label[data-v-a1726118]{font-size:13px;color:#475569;font-weight:500}.form-row[data-v-a1726118]{display:flex;gap:12px}.form-calc-hint[data-v-a1726118]{background:#fff;padding:8px 12px;border-radius:6px;border:1px dashed #d8b4fe;font-size:13px;color:#475569;margin-bottom:12px}.text-danger[data-v-a1726118]{color:#ef4444}.text-success[data-v-a1726118]{color:#10b981}.hint-sub[data-v-a1726118]{font-size:12px;color:#94a3b8;margin-left:6px}.form-actions-row[data-v-a1726118]{display:flex;justify-content:flex-end;margin-top:8px}.records-section[data-v-a1726118]{margin-top:8px}.records-header[data-v-a1726118]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.records-title[data-v-a1726118]{font-size:14px;font-weight:600;color:#334155;display:flex;align-items:center;gap:6px}.period-cell[data-v-a1726118]{display:flex;align-items:center;gap:6px}.period-text[data-v-a1726118]{font-size:13px;color:#1e293b}.period-text .arrow[data-v-a1726118]{color:#94a3b8;margin:0 4px}.amount-text[data-v-a1726118]{font-weight:600;color:#334155}.paid-amount-text[data-v-a1726118]{font-weight:600;color:#10b981}.debt-amount-text[data-v-a1726118]{font-weight:600;color:#ef4444}.paid-settled-text[data-v-a1726118]{font-size:12px;color:#94a3b8}.remark-text[data-v-a1726118]{font-size:12px;color:#64748b}.text-muted[data-v-a1726118]{font-size:12px;color:#94a3b8;font-weight:400}.quick-pay-btn[data-v-a1726118]{background:#f59e0b;border-color:#f59e0b}.quick-pay-btn[data-v-a1726118]:hover{background:#d97706;border-color:#d97706}.quick-pay-summary[data-v-a1726118]{background:#f8fafc;padding:12px;border-radius:8px;border:1px solid #e2e8f0;font-size:13px;display:flex;flex-direction:column;gap:6px}.quick-pay-hint[data-v-a1726118]{font-size:11px;color:#94a3b8;margin-top:4px}.form-row[data-v-7abe2bce]{display:flex;gap:16px}.fee-breakdown-card[data-v-7abe2bce]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;margin-bottom:14px}.fee-card-title[data-v-7abe2bce]{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:13px;color:#334155;margin-bottom:10px}.fee-calc-tip[data-v-7abe2bce]{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px}.tip-sub[data-v-7abe2bce]{color:#94a3b8}.milestone-plan-section[data-v-7abe2bce]{background:#f8fafc;padding:12px 14px;border-radius:8px;border:1px solid #e2e8f0;margin-top:10px}.milestone-plan-header[data-v-7abe2bce]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header-left[data-v-7abe2bce]{display:flex;flex-direction:column;gap:2px}.section-title[data-v-7abe2bce]{font-weight:600;font-size:13px;color:#1e293b}.section-subtitle[data-v-7abe2bce]{font-size:11px;color:#64748b}.table-container[data-v-7abe2bce]{background:#fff;border-radius:6px;overflow:hidden}.predicted-tag[data-v-7abe2bce]{font-size:11px;color:#0284c7;font-family:monospace}.milestone-summary-bar[data-v-7abe2bce]{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:8px 12px;border-radius:6px;font-size:12px;flex-wrap:wrap;gap:8px}.milestone-summary-bar.is-matched[data-v-7abe2bce]{background:#f0fdf4;border:1px solid #bbf7d0}.milestone-summary-bar.is-diff[data-v-7abe2bce]{background:#fef2f2;border:1px solid #fecaca}.summary-info[data-v-7abe2bce]{display:flex;align-items:center;gap:8px;color:#334155}.summary-info .divider[data-v-7abe2bce]{color:#cbd5e1}.summary-status[data-v-7abe2bce]{display:flex;align-items:center;gap:8px}.status-success[data-v-7abe2bce]{color:#16a34a;font-weight:600}.status-error[data-v-7abe2bce]{color:#dc2626;font-weight:600}.status-warning[data-v-7abe2bce]{color:#d97706}.form-row[data-v-f9583dbb]{display:flex;gap:16px}.forecast-box[data-v-f9583dbb]{background:#f8fafc;border-radius:8px;padding:12px 14px;border:1px solid #e2e8f0}.forecast-title[data-v-f9583dbb]{font-size:13px;font-weight:600;color:#334155;display:flex;align-items:center;gap:6px;margin-bottom:6px}.forecast-date[data-v-f9583dbb]{font-size:14px;font-weight:700;color:#0284c7;font-family:Plus Jakarta Sans,monospace}.forecast-empty[data-v-f9583dbb]{font-size:12px;color:#c2410c;line-height:1.4}.pay-info-banner[data-v-bf946cdd]{background:#f8fafc;padding:12px 16px;border-radius:8px;border:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:16px}.info-row[data-v-bf946cdd]{display:flex;flex-direction:column;gap:2px;font-size:12px;color:#64748b}.quick-fill-btn[data-v-bf946cdd]{display:flex;justify-content:flex-end;margin-top:4px}.feature-tip-bar[data-v-73ee2857]{background:#fff;border:1px solid #e0e7ff;border-radius:12px;padding:12px 18px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #6366f10a;flex-wrap:wrap;gap:12px}.tip-left[data-v-73ee2857]{display:flex;align-items:center;gap:8px}.tip-title[data-v-73ee2857]{font-weight:700;color:#1e1b4b;font-size:13px}.tip-desc[data-v-73ee2857]{color:#475569;font-size:13px}.tip-right[data-v-73ee2857]{display:flex;gap:6px}
