.floating-calculator-root{position:relative;z-index:1050}.floating-calculator__launcher.ant-btn{position:fixed;right:24px;bottom:24px;width:52px;height:52px;font-size:22px;box-shadow:0 12px 28px #356dff57}.floating-calculator{--calc-bg: #fff;--calc-panel: #f5f7fa;--calc-key: #f2f4f7;--calc-key-hover: #e8ecf1;--calc-text: #202b3c;--calc-muted: #7b8799;--calc-border: #e8edf3;--calc-accent-soft: #e8f0ff;position:fixed;width:344px;max-height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto;color:var(--calc-text);background:var(--calc-bg);border:1px solid var(--calc-border);border-radius:8px;box-shadow:0 20px 52px #18263a33;outline:none;-webkit-user-select:none;user-select:none;box-sizing:border-box}.floating-calculator *,.floating-calculator *:before,.floating-calculator *:after{box-sizing:border-box}.floating-calculator--dark{--calc-bg: #171b22;--calc-panel: #20252e;--calc-key: #252b35;--calc-key-hover: #303743;--calc-text: #eef2f7;--calc-muted: #929dad;--calc-border: #303743;--calc-accent-soft: #263f63}.floating-calculator .ant-btn{color:inherit}.floating-calculator__header{display:flex;height:46px;padding:0 8px 0 12px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--calc-border);cursor:move;touch-action:none}.floating-calculator__title,.floating-calculator__tools{display:flex;align-items:center}.floating-calculator__title{gap:7px;font-size:14px;font-weight:650}.floating-calculator__title .anticon{color:var(--calc-muted)}.floating-calculator__tools{gap:2px}.floating-calculator__display{position:relative;min-height:104px;padding:17px 42px 13px 16px;text-align:right;background:var(--calc-panel)}.floating-calculator__expression{min-height:38px;overflow:hidden;font-size:27px;font-weight:650;line-height:38px;text-overflow:ellipsis;white-space:nowrap}.floating-calculator__result{min-height:23px;overflow:hidden;color:var(--calc-muted);font-size:14px;line-height:23px;text-overflow:ellipsis;white-space:nowrap}.floating-calculator__copy.ant-btn{position:absolute;right:8px;bottom:10px}.floating-calculator__history-head{display:flex;height:34px;padding:0 10px 0 14px;color:var(--calc-muted);font-size:12px;align-items:center;justify-content:space-between;border-top:1px solid var(--calc-border)}.floating-calculator__history-head .ant-btn{height:26px;padding-inline:5px;color:var(--calc-muted);font-size:12px}.floating-calculator__history{display:flex;height:74px;padding:0 12px 8px;overflow-x:auto;gap:7px;align-items:stretch}.floating-calculator__history>button{display:flex;min-width:96px;max-width:126px;padding:7px 9px;overflow:hidden;color:var(--calc-muted);background:transparent;border:1px solid var(--calc-border);border-radius:6px;cursor:pointer;flex:1;flex-direction:column;text-align:right}.floating-calculator__history>button:hover{background:var(--calc-panel)}.floating-calculator__history>button span,.floating-calculator__history>button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-calculator__history>button span{font-size:11px}.floating-calculator__history>button strong{margin-top:auto;color:var(--calc-text);font-size:13px;font-weight:650}.floating-calculator__history-empty{display:grid;width:100%;color:var(--calc-muted);font-size:12px;place-items:center}.floating-calculator__keypad{display:grid;padding:8px 12px 12px;gap:7px;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--calc-border)}.floating-calculator__key{height:43px;color:var(--calc-text);background:var(--calc-key);border:0;border-radius:6px;cursor:pointer;font:inherit;font-size:16px;transition:background .12s ease,transform .08s ease}.floating-calculator__key:hover{background:var(--calc-key-hover)}.floating-calculator__key:active{transform:scale(.96)}.floating-calculator__key.is-action{color:var(--calc-muted)}.floating-calculator__key.is-operator{color:#356dff;background:var(--calc-accent-soft);font-size:19px}.floating-calculator__key.is-equals{color:#fff;background:#356dff}.floating-calculator__key.is-equals:hover{background:#245bea}@media(max-width:600px){.floating-calculator__launcher.ant-btn{right:16px;bottom:18px}.floating-calculator{left:10px!important;top:auto!important;right:10px;bottom:10px;width:auto;max-height:calc(100dvh - 20px);overflow-y:auto}.floating-calculator__header{cursor:default}.floating-calculator__history{height:66px}.floating-calculator__key{height:min(43px,6.4vh);min-height:38px}}html{background:#f4f7fb}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2d3d;background:radial-gradient(circle at top left,rgba(104,157,255,.12),transparent 28%),linear-gradient(180deg,#f8fbff,#f4f7fb)}#root{min-height:100vh}.app-shell{min-height:100vh;background:transparent;overflow-x:hidden}.app-sider.ant-layout-sider{margin:16px 0 16px 16px;border:1px solid rgba(219,228,238,.8);border-radius:22px;box-shadow:0 18px 40px #1f2d3d14;overflow:hidden;flex:0 0 220px!important;max-width:220px!important;min-width:220px!important}.brand-panel{display:flex;gap:10px;align-items:center;padding:18px 16px 14px}.brand-mark{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;font-size:18px;font-weight:700;color:#356dff;background:linear-gradient(135deg,#eef4ff,#f5fbff)}.brand-title{font-size:16px;line-height:1.25;font-weight:700;color:#1f2d3d}.brand-subtitle{margin-top:2px;color:#7d8ca1;font-size:11px}.app-menu{padding:8px 14px;border-inline-end:none!important}.sider-footer{padding:16px}.sider-footer-card{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:18px;background:linear-gradient(180deg,#f7faff,#fefeff);border:1px solid #e9eef6}.app-main{background:transparent}.app-header.ant-layout-header{height:auto;line-height:normal;padding:18px 20px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.header-main{display:flex;gap:12px;align-items:flex-start;min-width:0;flex:1}.header-title{margin-top:6px;font-size:20px;line-height:1.2;font-weight:700;color:#1f2d3d;word-break:break-word}.header-action{height:42px;border-radius:14px;border-color:#e6ecf5;background:#ffffffbf}.mobile-menu-btn{margin-top:18px}.user-chip{display:flex;gap:12px;align-items:center;align-self:center;padding:8px 12px 8px 8px;border-radius:18px;background:#ffffffd1;border:1px solid #e7edf6;min-width:0}.user-chip-name{font-size:14px;font-weight:600;line-height:1.4}.user-chip-role{margin-top:2px;color:#8391a4;font-size:12px;line-height:1.4}.app-content{margin:12px 20px 20px;min-width:0}.compact-table .ant-table-cell{padding:6px 10px!important;font-size:13px}.compact-table .ant-table-thead>tr>th{padding:8px 10px!important;font-size:13px}.ledger-receivable-detail-list{display:flex;flex-direction:column;gap:4px;min-width:0}.ledger-receivable-detail-item{white-space:normal;word-break:break-word;line-height:1.45}.ledger-entry-card-list{display:flex;flex-direction:column;gap:8px}.ledger-entry-card{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:82px;padding:10px 12px;border:1px solid #e1e9f2;border-radius:8px;background:#fff}.ledger-entry-card:hover{border-color:#b9d2ef;background:#fbfdff}.ledger-entry-card--loading{min-height:82px;background:linear-gradient(90deg,#f5f8fc 25%,#eef4fa 37%,#f5f8fc 63%);background-size:400% 100%;animation:ledger-card-loading 1.3s ease infinite}.ledger-entry-card-main{display:flex;flex-direction:column;gap:8px;min-width:0}.ledger-entry-card-top{display:flex;gap:12px;align-items:center;justify-content:space-between;min-width:0}.ledger-entry-card-amount{flex:0 0 auto;font-size:18px;font-weight:760;color:#132238;white-space:nowrap}.ledger-entry-card-body{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;min-width:0}.ledger-entry-card-actions{justify-content:flex-end;white-space:nowrap}.receivable-business-day-groups{display:flex;flex-direction:column;gap:16px}.receivable-business-day-group{min-width:0}.receivable-business-day-heading{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:8px;padding:8px 12px;border-left:3px solid #d79a22;background:#fffaf0}.receivable-business-day-heading>div{display:flex;gap:8px;align-items:baseline}.receivable-business-day-total{color:#9a6400;font-size:16px;font-weight:700;white-space:nowrap}.receivable-business-day-received{color:#287a4b;font-weight:600;white-space:nowrap}.receivables-toolbar{align-items:center}.receivables-search{flex:1 1 320px;max-width:520px;min-width:240px}.receivables-page-total{display:flex;gap:8px;align-items:baseline;margin-left:auto;white-space:nowrap}.receivables-page-total .ant-typography:last-child{color:#9a6400;font-size:18px}.receivables-list-card .ant-card-body{display:flex;flex-direction:column;gap:14px}.receivables-selection-bar{display:flex;gap:10px;align-items:center;justify-content:flex-end;padding:8px 12px;border-radius:6px;background:#f7f9fc}.receivables-loading{display:grid;min-height:280px;place-items:center}.receivables-day-list{display:grid;gap:8px}.receivables-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:10px 12px;border:1px solid #e1e9f2;border-radius:6px;background:#fff}.receivables-row-actions{display:flex;align-items:center}.receivables-row-received{border-color:#cfe8d8;background:#fbfffc}.receivables-row-received .receivables-row-amount{color:#287a4b}.receivables-row-main{display:flex;flex-direction:column;gap:8px;min-width:0}.receivables-row-heading{display:flex;gap:12px;align-items:center;justify-content:space-between}.receivables-row-amount{color:#9a6400;font-size:17px;font-weight:700;white-space:nowrap}.receivables-row-total{display:flex;gap:8px;align-items:baseline;flex:0 0 auto}.receivables-detail-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:6px}.receivables-detail{display:grid;grid-template-columns:minmax(160px,1fr) auto;gap:10px;align-items:start;min-width:0;padding:7px 9px;background:#f7f9fc}.receivables-detail>div{display:flex;gap:6px;align-items:baseline;min-width:0}.receivables-detail .ant-typography{overflow-wrap:anywhere;white-space:normal}.receivables-detail-label{flex:0 0 auto;color:#8492a6;font-size:12px}.receivables-detail-note{grid-column:1 / -1}.receivables-detail-amount{justify-content:flex-end;white-space:nowrap}.receivables-detail-amount .ant-typography{color:#9a6400;font-size:16px;white-space:nowrap}.receivables-pagination{display:flex;justify-content:flex-end;padding-top:4px}.customer-books-toolbar{align-items:center}.customer-books-search{flex:1 1 260px;max-width:420px}.customer-books-card .ant-card-body{display:flex;flex-direction:column;gap:14px}.customer-book-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}.customer-book-actions{display:flex;justify-content:flex-end;margin-bottom:14px}.customer-book-candidate-fields{display:grid;grid-template-columns:1fr 180px 1.4fr;gap:10px;margin-bottom:12px}.customer-book-candidate-total{margin:10px 0;color:#9a6400;font-weight:700}@media(max-width:640px){.customer-book-summary-grid,.customer-book-candidate-fields{grid-template-columns:1fr}}@keyframes ledger-card-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.page-header{margin-bottom:8px}.soft-tag{border:none;color:#356dff;background:#edf4ff}.page-toolbar{display:flex;gap:10px;align-items:center;margin-bottom:10px;flex-wrap:wrap}.page-toolbar-card{padding:10px 12px;border-radius:16px;background:#ffffffb8;border:1px solid #e8eef6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.toolbar-search{min-width:220px;flex:1 1 220px}.store-selector{min-width:260px}.date-range-filter{display:flex;align-items:center;gap:10px;flex:1 1 420px;min-width:280px;flex-wrap:wrap}.date-range-label{white-space:nowrap}.surface-card.ant-card{border:1px solid rgba(231,237,246,.95);box-shadow:0 16px 34px #1f2d3d0f;background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.management-link-card{display:block;color:inherit}.management-card{min-height:220px}.management-card .ant-card-body{display:flex;flex-direction:column;gap:14px}.management-card-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;color:#356dff;background:#edf4ff;font-size:22px}.metric-card{position:relative;overflow:hidden;border:1px solid #ebf0f6;box-shadow:0 14px 32px #1f2d3d0f}.metric-card .ant-statistic-content{font-size:24px;font-weight:700}.metric-icon{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px;color:#356dff;background:#edf4ff}.table-card .ant-table-wrapper{margin-top:8px}.editable-sheet{margin-top:18px}.editable-sheet .ant-input,.editable-sheet .ant-input-number,.editable-sheet .ant-select-selector{border-radius:10px!important}.ledger-quick-panel{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);gap:12px;margin-bottom:12px}.ledger-preset-card.ant-card,.ledger-summary-card.ant-card{height:100%}.ledger-preset-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px}.ledger-preset-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center;min-width:0}.ledger-preset-main.ant-btn{height:auto;min-height:32px;padding-top:5px;padding-bottom:5px;min-width:0;white-space:normal}.ledger-preset-main>span{display:block;width:100%;min-width:0}.ledger-preset-label{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ledger-summary-overview{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 12px;border:1px solid #d7e8f8;border-radius:10px;background:linear-gradient(135deg,#e8f6ffeb,#f7fcfff5)}.ledger-summary-overview-main{display:flex;gap:10px;align-items:baseline;min-width:0}.ledger-summary-overview-total{color:#0f5f8f;font-size:22px;font-weight:750;line-height:1.1;white-space:nowrap}.univer-editor-host{width:100%;min-width:0;height:100%;min-height:0;overflow:hidden;border:1px solid #e4ebf3;border-radius:8px}.univer-editor-loading{display:grid;width:100%;height:100%;min-height:0;place-items:center;color:#6b7a8f;border:1px dashed #dce7f2;border-radius:8px;background:#fbfdff}.selected-row>td{background:#eef7ff!important}.spreadsheet-list-card .ant-table-cell{vertical-align:top}.spreadsheet-list-card .ant-table-wrapper{overflow:hidden}.spreadsheet-list-card .ant-card-body,.spreadsheet-list-card .ant-space,.spreadsheet-list-card .ant-space-item{min-width:0}.spreadsheet-breadcrumb-bar{display:flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid #e2eaf3;border-radius:8px;background:#fff}.spreadsheet-breadcrumb-button{display:inline-flex;gap:6px;align-items:center;max-width:220px;padding:0;overflow:hidden;color:#244b77;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:0;cursor:pointer}.spreadsheet-breadcrumb-button:hover{color:#1677ff}.spreadsheet-file-name{min-width:0}.spreadsheet-file-name .anticon-folder,.spreadsheet-file-name .anticon-folder-open{color:#d58b18}.spreadsheet-file-name .anticon-file-excel{color:#1f8f57}.spreadsheet-root-drop-zone{display:flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border:1px dashed #c9d7e8;border-radius:8px;background:#f8fbff;color:#5f6f85}.spreadsheet-root-drop-zone:hover{border-color:#6fa8ff;background:#f2f7ff}.empty-panel{min-height:360px;display:grid;place-items:center;border:1px dashed #dce7f2;border-radius:10px;background:#fbfdff}.page-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.ledger-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ledger-summary-block{display:flex;flex-direction:column;gap:8px;min-width:0;padding:10px;border:1px solid #e8eef6;border-radius:10px;background:#f8fbffd1}.ledger-summary-head,.ledger-summary-category{display:flex;justify-content:space-between;gap:8px;align-items:center}.ledger-summary-total{font-size:20px;font-weight:700;color:#1f2d3d}.ledger-summary-category-list{display:grid;gap:5px}.ledger-summary-category{font-size:12px}.ledger-summary-category>.ant-typography{max-width:44%}.ledger-summary-category>span{white-space:nowrap}.ledger-cost-budget-card.ant-card{grid-column:1 / -1;min-width:0;border:1px solid rgba(201,213,228,.9);background:#fff}.ledger-cost-budget-card .ant-card-body{min-width:0;padding:16px}.ledger-cost-budget-form{display:flex;flex-direction:column;gap:12px}.ledger-cost-budget-pigs,.ledger-cost-budget-fees,.ledger-cost-budget-sales,.ledger-cost-budget-analysis{display:flex;flex-direction:column;gap:10px;min-width:0;padding:12px;border:1px solid #dfe7f0;border-radius:6px;background:#fbfcfe}.ledger-cost-budget-sales-tip{display:block;margin-top:2px}.ledger-cost-budget-sales-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1fr);gap:12px;align-items:end}.ledger-cost-budget-sales-grid>.ant-form-item{margin-bottom:0}.ledger-cost-budget-sales-preview{display:flex;min-height:56px;padding:8px 12px;border:1px solid #dfe7f0;border-radius:4px;background:#fff;flex-direction:column;justify-content:center}.ledger-cost-budget-sales-preview span{color:#6a788a;font-size:12px}.ledger-cost-budget-subhead{display:flex;gap:12px;align-items:center;justify-content:space-between}.ledger-cost-budget-pig-table,.ledger-cost-budget-analysis-table{min-width:0;overflow-x:auto;border:1px solid #d9e3ed;border-radius:5px;background:#fff}.ledger-cost-budget-pig-row{display:grid;grid-template-columns:minmax(140px,1.1fr) 90px repeat(5,minmax(130px,1fr)) minmax(210px,1.35fr) 42px;gap:8px;align-items:center;min-width:1280px;padding:6px 8px;border-bottom:1px solid #eef2f6}.ledger-cost-budget-pig-row:last-child,.ledger-cost-budget-analysis-row:last-child{border-bottom:0}.ledger-cost-budget-pig-header,.ledger-cost-budget-analysis-header{color:#52657c;font-size:12px;font-weight:600;background:#f1f4f8}.ledger-cost-budget-pig-row>.ant-form-item{min-width:0;margin-bottom:0}.ledger-cost-budget-card .ant-input,.ledger-cost-budget-card .ant-input-number{min-height:34px;border:1px solid #d5dee9;border-radius:4px;background:#fff;box-shadow:none}.ledger-cost-budget-card .ant-input-number-input{height:34px}.ledger-cost-budget-card .ant-input:focus,.ledger-cost-budget-card .ant-input-number-focused{background:#fff;border-color:#4f80e8;box-shadow:0 0 0 2px #4f80e824}.ledger-cost-budget-suggested-price{color:#2458b8;white-space:nowrap}.ledger-cost-budget-derived-price{padding:0 8px;color:#52657c;white-space:nowrap}.ledger-cost-budget-fee-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:10px 12px}.ledger-cost-budget-fee-grid>.ant-form-item{min-width:0;margin-bottom:0}.ledger-cost-budget-other{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #dfe7f0;border-radius:6px;background:#fff}.ledger-cost-budget-other-head,.ledger-cost-budget-other-row{display:flex;gap:8px;align-items:center;min-width:0}.ledger-cost-budget-other-head{flex-wrap:wrap;justify-content:space-between}.ledger-cost-budget-other>.ant-space{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:8px!important}.ledger-cost-budget-other>.ant-space>.ant-space-item{min-width:0}.ledger-cost-budget-other-row{display:grid;grid-template-columns:minmax(130px,1.4fr) minmax(100px,.8fr) 34px;gap:6px}.ledger-cost-budget-other-row>.ant-form-item{min-width:0;margin-bottom:0}.ledger-cost-budget-other-row>.ant-btn{width:34px;height:34px;padding:0;border:1px solid #dfe7f0;background:#fff}.ledger-cost-budget-result{padding:12px;border:1px solid #dfe7f0;border-radius:6px;background:#fbfcfe;margin-top:12px}.ledger-cost-budget-result-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ledger-cost-budget-result-table-wrap{overflow-x:auto;border:1px solid #d9e3ed;border-radius:5px}.ledger-cost-budget-result-table{width:100%;min-width:1180px;border-collapse:collapse;background:#fff;text-align:right}.ledger-cost-budget-result-table th,.ledger-cost-budget-result-table td{padding:10px 12px;border-right:1px solid #e6ebf1;white-space:nowrap}.ledger-cost-budget-result-table th:last-child,.ledger-cost-budget-result-table td:last-child{border-right:0}.ledger-cost-budget-result-table th{color:#52657c;font-size:12px;background:#f1f4f8}.ledger-cost-budget-result-table td{border-top:1px solid #e6ebf1}.ledger-cost-budget-analysis{margin-top:12px}.ledger-cost-budget-pricing{display:flex;flex-direction:column;gap:10px;min-width:0;margin-top:12px;padding:8px 0}.ledger-cost-budget-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));gap:14px}.ledger-cost-budget-pricing-group{min-width:0;padding:10px;border:1px solid #dfe7f0;border-radius:4px;background:#f7f9fc}.ledger-cost-budget-pricing-group>.ant-typography{display:block;margin-bottom:8px}.ledger-cost-budget-pricing-table{min-width:0;overflow-x:auto;border:1px solid #dfe7f0;border-radius:4px;background:#fff}.ledger-cost-budget-pricing-row{display:grid;grid-template-columns:90px repeat(3,minmax(130px,1fr));gap:10px;align-items:center;min-width:540px;min-height:34px;padding:6px 8px;border-bottom:1px solid #e8edf3}.ledger-cost-budget-pricing-row:last-child{border-bottom:0}.ledger-cost-budget-pricing-header{min-height:32px;color:#52657c;font-size:12px;font-weight:600;background:#eef2f7}.ledger-cost-budget-pricing-row>span,.ledger-cost-budget-pricing-row>strong{min-width:0;white-space:nowrap}.ledger-cost-budget-analysis-row{display:grid;grid-template-columns:minmax(110px,.8fr) repeat(10,minmax(130px,1fr));gap:10px;align-items:center;min-width:1570px;padding:9px 10px;border-bottom:1px solid #eef2f6}.ledger-cost-budget-analysis-row>span,.ledger-cost-budget-analysis-row>strong{min-width:0;white-space:nowrap}.cost-budget-profit{color:#287a4b}.cost-budget-loss{color:#c23b3b}@media(max-width:640px){.receivables-row{grid-template-columns:1fr}.receivables-row-actions{justify-content:flex-end}.ledger-cost-budget-card .section-heading{align-items:flex-start;flex-wrap:wrap}.ledger-cost-budget-form,.ledger-cost-budget-result,.ledger-cost-budget-fee-grid{grid-template-columns:1fr}.ledger-cost-budget-other-row{align-items:center}.ledger-cost-budget-other>.ant-space{grid-template-columns:1fr}}.receivable-detail-grid{width:100%;overflow-x:auto;border:1px solid #d9e1ea;border-radius:6px}.receivable-detail-grid-row{display:grid;grid-template-columns:48px minmax(150px,1.1fr) minmax(130px,.85fr) minmax(120px,.7fr) minmax(170px,1.2fr) 44px;align-items:stretch;min-width:720px}.receivable-detail-grid-row+.receivable-detail-grid-row{border-top:1px solid #e4eaf0}.receivable-detail-grid-row>*{min-width:0;border-radius:0}.receivable-detail-grid-row>*+*{border-left:1px solid #e4eaf0}.receivable-detail-grid-header{color:#415269;font-size:12px;font-weight:600;text-align:center;background:#f5f7fa}.receivable-detail-grid-header>span{padding:7px 8px}.receivable-detail-row-number{display:grid;color:#6b7a8f;font-size:12px;background:#fafbfd;place-items:center}.receivable-detail-grid-row .ant-input,.receivable-detail-grid-row .ant-input-number{height:34px;border:0;border-radius:0;box-shadow:none}.receivable-detail-grid-row .ant-input:focus,.receivable-detail-grid-row .ant-input-number-focused{position:relative;z-index:1;box-shadow:inset 0 0 0 2px #1677ff}.receivable-detail-grid-row>.ant-btn{width:44px;height:34px}.receivable-detail-grid-row .ant-form-item{margin-bottom:0}.receivable-receive-list{display:grid;gap:8px}.receivable-receive-item{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 10px;border:1px solid #e8eef6;border-radius:8px;background:#fff}.receivable-receive-item>span{min-width:0}.section-heading{display:flex;justify-content:space-between;align-items:center}.section-heading .ant-typography{margin-bottom:0}.ant-table-thead>tr>th{font-weight:600}.ant-table-tbody>tr>td{color:#3d4b5d}.trend-card .ant-card-body{display:flex;flex-direction:column;gap:16px}.trend-chart-wrap{display:flex;flex-direction:column;gap:10px}.trend-chart{width:100%;height:130px;overflow:visible}.trend-axis{stroke:#dbe4ee;stroke-width:1}.trend-labels{display:flex}.cost-budget-trend-section{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.cost-budget-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cost-budget-metric-card .ant-card-body,.cost-budget-trend-details .ant-card-body{display:flex;flex-direction:column;gap:12px}.cost-budget-metric-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.cost-budget-series-control{font-size:12px}.cost-budget-metric-chart{width:100%;height:250px;overflow:visible}.cost-budget-grid-line{stroke:#edf1f6;stroke-width:1}.cost-budget-axis-label{fill:#7d8b9d;font-size:11px}.cost-budget-trend-loading{display:grid;min-height:180px;place-items:center}.soft-modal .ant-modal-content{box-shadow:0 28px 60px #1f2d3d29}.soft-modal:not(.spreadsheet-editor-modal) .ant-modal-content{display:flex;flex-direction:column;height:88vh}.soft-modal.ant-modal:not(.spreadsheet-editor-modal):not(.ledger-entry-modal){width:min(920px,calc(100vw - 32px));max-width:calc(100vw - 32px)}.soft-modal:not(.spreadsheet-editor-modal) .ant-modal-body{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain}.soft-modal:not(.spreadsheet-editor-modal) .ant-form-item{margin-bottom:12px}.soft-modal:not(.spreadsheet-editor-modal) .ant-form-item-label{padding-bottom:4px}.horizontal-modal-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 14px;align-content:start;grid-auto-rows:min-content;min-width:0}.horizontal-modal-form>.ant-form-item{min-width:0}.horizontal-modal-form>.horizontal-modal-form-wide,.horizontal-modal-form>.ant-upload-wrapper{grid-column:1 / -1}.compact-radio-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:6px;width:100%;max-height:116px;overflow:auto}.compact-radio-options .ant-radio-wrapper{min-width:0;min-height:32px;margin:0;padding:5px 8px;overflow:hidden;border:1px solid #dbe4ee;border-radius:6px;background:#fff;text-overflow:ellipsis;white-space:nowrap}.compact-radio-options .ant-radio-wrapper-checked,.compact-radio-options .ant-radio-wrapper:has(.ant-radio-checked){color:#2458d3;border-color:#356dff;background:#edf4ff}.oss-attachment-upload-compact .ant-upload-drag{min-height:54px}.oss-attachment-upload-compact .ant-upload-btn{padding:10px 12px!important}.oss-attachment-upload-compact-content{display:flex;gap:8px;align-items:center;justify-content:center;color:#52657c}.oss-attachment-upload-compact-content .anticon{color:#356dff;font-size:20px}.receivable-convert-modal.ant-modal{max-width:1500px!important}.receivable-convert-modal .ant-modal-body{overflow:hidden!important}.receivable-convert-form{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(620px,1.7fr);grid-template-rows:auto minmax(0,1fr) auto;gap:14px;height:100%;min-height:0}.receivable-convert-form--compact{grid-template-rows:auto minmax(0,1fr) auto}.receivable-convert-form--compact .receivable-convert-details{grid-row:2 / 4}.receivable-convert-summary{grid-column:1 / -1;display:flex;gap:10px;align-items:baseline;padding:8px 12px;border:1px solid #e2e9f1;border-radius:6px;background:#f7f9fc}.receivable-convert-details,.receivable-convert-fields,.receivable-convert-attachments{min-width:0;min-height:0}.receivable-convert-details{grid-row:2 / 4}.receivable-convert-attachments{grid-column:2}.receivable-convert-panel{display:flex;flex-direction:column;padding:14px;overflow:hidden;border:1px solid #dfe7f0;border-radius:8px;background:#fff}.receivable-convert-section-title{flex:none;margin-bottom:10px;padding-bottom:8px;color:#34465d;font-size:13px;font-weight:600;border-bottom:1px solid #edf1f5}.receivable-convert-detail-content{display:flex;flex:1;flex-direction:column;gap:8px;min-height:0}.receivable-convert-details .receivable-receive-list{flex:1;height:100%;max-height:none;overflow:auto;padding-right:4px;align-content:start}.receivable-convert-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;align-content:start;min-height:0;overflow:auto;padding-right:4px}.receivable-convert-field-grid .ant-form-item{margin-bottom:8px}.receivable-convert-field-grid .receivable-convert-choice-field{grid-column:1 / -1}.receivable-convert-choice-field .compact-radio-options{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-height:none;overflow:visible}.receivable-convert-choice-field .compact-radio-options .ant-radio-wrapper{height:auto;overflow:visible;text-overflow:clip;white-space:normal}.receivable-convert-attachment-content{flex:1;min-height:0;overflow:auto}.receivable-convert-attachments .oss-attachment-upload-compact,.receivable-convert-attachments .ant-upload-wrapper{min-height:0}.receivable-convert-attachments .ant-upload-wrapper{display:flex;flex-direction:column}.receivable-convert-attachments .ant-upload-list{max-height:calc(100% - 64px);overflow:auto}@media(max-width:1200px){.receivable-convert-modal .ant-modal-body{overflow:auto!important}.receivable-convert-form{grid-template-columns:minmax(280px,.8fr) minmax(520px,1.4fr)}.receivable-convert-attachments{grid-column:2}.horizontal-modal-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.receivable-convert-modal .ant-modal-body{overflow:auto!important}.receivable-convert-form{grid-template-columns:1fr;grid-template-rows:none;height:auto}.receivable-convert-details{grid-row:auto}.receivable-convert-panel{min-height:auto;overflow:visible}.receivable-convert-summary,.receivable-convert-attachments{grid-column:1}.receivable-convert-details .receivable-receive-list{max-height:240px}}.spreadsheet-editor-modal.ant-modal{top:16px;max-width:none;padding-bottom:0}.spreadsheet-editor-modal .ant-modal-content{display:flex;flex-direction:column;height:calc(100vh - 32px)}.spreadsheet-editor-modal .ant-modal-body{flex:1;min-height:0;overflow:hidden}.spreadsheet-editor-modal-fullscreen.ant-modal{top:0;margin:0}.spreadsheet-editor-modal-fullscreen .ant-modal-content{height:100vh;border-radius:0}.spreadsheet-editor-layout{display:flex;flex-direction:column;height:100%;min-height:0}.spreadsheet-editor-toolbar{flex:none;gap:12px;margin-bottom:10px}.spreadsheet-editor-file-info{display:flex;flex-direction:column;min-width:0}.spreadsheet-editor-file-info .ant-typography{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spreadsheet-editor-canvas{flex:1;min-height:0}.ledger-entry-modal .ant-modal-body{max-height:calc(100vh - 190px);overflow-y:auto}.ledger-entry-modal.ant-modal{max-width:1800px}.ledger-entry-form{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(240px,1.1fr) minmax(170px,.8fr);column-gap:14px;row-gap:8px}.ledger-entry-form>.ant-form-item{margin-bottom:6px}.ledger-entry-form .form-span-2{grid-column:span 2}.ledger-entry-form .form-span-full{grid-column:1 / -1}.ledger-entry-form .receivable-detail-grid{max-height:280px;overflow:auto}.ledger-entry-form .ant-form-item-label{padding-bottom:3px}.ledger-entry-modal .ant-radio-group{display:flex;flex-wrap:wrap;gap:8px}.ledger-entry-modal .ant-radio-wrapper{min-height:34px;margin-inline-end:0;padding:6px 10px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;transition:border-color .16s,background .16s,color .16s,box-shadow .16s}.ledger-entry-modal .ant-radio-wrapper:hover{border-color:#8fb1ff;background:#f7faff}.ledger-entry-modal .ant-radio-wrapper-checked,.ledger-entry-modal .ant-radio-wrapper:has(.ant-radio-checked){color:#2458d3;border-color:#356dff;background:#edf4ff;box-shadow:0 0 0 2px #356dff14}.ledger-entry-modal .ant-radio{display:none}.ledger-entry-modal .ant-radio-button-wrapper{height:36px;border:1px solid #dbe4ee!important;border-inline-start-width:1px!important;border-radius:8px!important;background:#fff;box-shadow:none!important}.ledger-entry-modal .ant-radio-button-wrapper:before{display:none!important}.ledger-entry-modal .ant-radio-button-wrapper-checked{color:#2458d3!important;border-color:#356dff!important;background:#edf4ff!important}.center-shell{min-height:100vh;display:grid;place-items:center;color:#5f6f82}.route-loading{min-height:40vh;display:grid;place-items:center}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;padding:24px;gap:24px}.login-hero,.login-card.ant-card{border:1px solid rgba(231,237,246,.95);border-radius:30px;background:#ffffffd1;box-shadow:0 20px 40px #1f2d3d14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-hero{padding:48px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at top right,rgba(91,141,239,.18),transparent 28%),#ffffffbd}.login-card.ant-card{display:flex;align-items:center}.login-card .ant-card-body{width:100%}.login-mark{margin-bottom:18px}.security-panel{max-width:760px}.security-details{margin:20px 0}.mfa-qr-wrap{display:flex;justify-content:center;width:100%}.mfa-manual-key{display:block;overflow-wrap:anywhere;text-align:center}.recovery-code-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.recovery-code-grid .ant-typography{display:block;padding:8px;text-align:center}@media(max-width:520px){.recovery-code-grid{grid-template-columns:1fr}}.mobile-nav-drawer .ant-drawer-body{padding:0 12px 16px}.membership-tag{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:#f4f8ff;border:1px solid #dce7fb}.mobile-card-list{display:grid;gap:12px;margin-top:18px}.mobile-data-card{border-radius:18px;border:1px solid #e8eef6;box-shadow:0 10px 24px #1f2d3d0f}.mobile-data-card.is-selected{border-color:#9ab8ff;box-shadow:0 14px 30px #356dff1f}.mobile-data-card .ant-card-body{display:flex;flex-direction:column;gap:10px}.mobile-data-card__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.mobile-data-card__header .ant-typography{margin:0}.mobile-data-card__meta{display:flex;gap:12px;flex-wrap:wrap;color:#66778b;font-size:13px}.mobile-data-card__actions{margin-top:4px}.mobile-membership-list{display:flex;gap:8px;flex-wrap:wrap}.mobile-pagination-wrap{display:flex;justify-content:flex-end;margin-top:16px}.attachment-file-tag{margin-inline-end:0}.attachment-thumb{width:58px;height:58px;padding:1px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;cursor:pointer;overflow:hidden}.attachment-thumb:disabled{cursor:wait;opacity:.72}.attachment-thumb__image{width:56px;height:56px;object-fit:cover;display:block}.attachment-thumb__placeholder{width:56px;height:56px;display:grid;place-items:center;color:#8c8c8c;font-size:12px;background:#f5f5f5}.attachment-preview-stage{position:relative;display:flex;justify-content:center;align-items:center;overflow:auto;min-height:220px;max-height:78vh;padding:0 54px;overscroll-behavior:contain}.attachment-preview-modal .ant-modal-content{background:transparent;box-shadow:none;padding:0}.attachment-preview-modal .ant-modal-body{padding:0}.attachment-preview-modal .ant-modal-close{color:#fff}.attachment-preview-image{display:block;max-width:100%;max-height:72vh;object-fit:contain;transform-origin:center center;transition:transform .12s ease}.attachment-preview-nav.ant-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;z-index:1}.attachment-preview-nav--previous.ant-btn{left:0}.attachment-preview-nav--next.ant-btn{right:0}.attachment-preview-counter{display:block;margin-top:10px;color:#ffffffd1!important}.attachment-preview-toolbar{justify-content:center;margin-top:12px;width:100%}.attachment-preview-scale{min-width:52px;color:#ffffffe0!important;text-align:center}.auth-drawer-summary{display:flex;flex-direction:column;gap:10px;padding:0 0 16px}.mobile-form-drawer .ant-drawer-body{display:flex;flex-direction:column;gap:12px}@media(max-width:992px){.app-header.ant-layout-header{padding:20px 16px 0;flex-direction:column;gap:16px}.app-content{margin:16px}.ledger-quick-panel,.login-shell{grid-template-columns:1fr}}@media(max-width:768px){.header-title{font-size:24px}.soft-modal.ant-modal:not(.spreadsheet-editor-modal){top:8px;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px);margin:0 auto;padding-bottom:8px}.soft-modal:not(.spreadsheet-editor-modal) .ant-modal-body{overflow:auto}.soft-modal:not(.spreadsheet-editor-modal) .ant-modal-content{height:calc(100vh - 16px)}.horizontal-modal-form{grid-template-columns:1fr}.receivable-convert-modal .ant-modal-body{overflow:auto!important}.receivable-convert-form,.receivable-convert-field-grid{grid-template-columns:1fr}.receivable-convert-form{grid-template-rows:none;height:auto}.receivable-convert-details{grid-row:auto}.receivable-convert-panel{min-height:auto;overflow:visible}.receivable-convert-summary,.receivable-convert-attachments{grid-column:1}.receivable-convert-details .receivable-receive-list{max-height:220px}.page-toolbar-card{padding:12px}.page-toolbar{flex-direction:column;align-items:stretch}.receivables-search{width:100%;min-width:0;max-width:none}.receivables-page-total{width:100%;margin-left:0;justify-content:space-between}.receivable-business-day-heading,.receivables-row-heading{align-items:flex-start}.receivables-detail-list,.receivables-detail{grid-template-columns:1fr}.receivables-pagination{justify-content:center}.toolbar-search{min-width:100%}.store-selector{width:100%;min-width:100%}.header-main{width:100%}.login-shell{padding:16px}.login-hero{padding:28px 22px}.user-chip{width:100%;justify-content:flex-start}.mobile-data-card__header{flex-direction:column}.mobile-pagination-wrap{justify-content:center}.attachment-preview-stage{padding:0 40px}.attachment-preview-image{max-height:70vh}.attachment-preview-nav.ant-btn{width:34px;height:34px}.ledger-preset-list,.ledger-summary-grid,.ledger-cost-budget-form,.ledger-cost-budget-result,.cost-budget-metric-grid{grid-template-columns:1fr}.cost-budget-metric-head{flex-direction:column}.ledger-preset-item{grid-template-columns:1fr}.ledger-cost-budget-other-row{align-items:stretch;flex-direction:column}.ledger-entry-card{grid-template-columns:24px minmax(0,1fr)}.ledger-entry-card-actions{grid-column:2;justify-content:flex-start}.ledger-entry-card-top{align-items:flex-start;flex-direction:column}.receivable-detail-grid-row{min-width:680px}.ledger-entry-form{grid-template-columns:1fr}.ledger-entry-form .form-span-2,.ledger-entry-form .form-span-full{grid-column:1}.ledger-entry-modal.ant-modal{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px);margin:8px auto}.ledger-entry-modal .ant-modal-content{padding:14px}.ledger-entry-modal .ant-modal-body{max-height:calc(100vh - 150px)}}
