:root{color-scheme:light;--ink: #1f2933;--muted: #65717f;--line: #d8dee6;--panel: #ffffff;--page: #f2f5f7;--nav: #14213d;--nav-active: #243a5c;--accent: #0f8b8d;--accent-warm: #d97845;--ok: #1f8a5b;--warn: #a66516;--danger: #b42318;--shadow: 0 18px 40px rgba(31, 41, 51, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);background:var(--page);font-family:Tahoma,Geneva,Verdana,sans-serif}button{cursor:pointer;font:inherit;font-family:Tahoma,Geneva,Verdana,sans-serif;white-space:nowrap}button:disabled{cursor:not-allowed;opacity:.7}input,select,textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--ink);background:#fff;font:inherit;font-family:Tahoma,Geneva,Verdana,sans-serif}textarea{min-height:86px;padding:10px 12px;resize:vertical}input[type=file]{padding:9px 12px}.checkbox-row{display:flex;align-items:center;gap:8px}.checkbox-row input{width:auto;min-height:auto}label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:750}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--nav);color:#eef4f8;padding:24px 16px}.brand{display:flex;gap:12px;align-items:center;padding:0 8px 28px}.brand-mark{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:#eef4f8;color:var(--nav);font-weight:800}.brand strong,.brand span{display:block}.brand span:last-child{color:#b9c8d7;font-size:13px;margin-top:2px}.nav-list{display:grid;gap:6px}.nav-item{display:flex;gap:12px;align-items:center;width:100%;min-height:44px;border:0;border-radius:8px;color:#d9e5ee;background:transparent;padding:0 12px;text-align:left}.nav-item.active,.nav-item:hover{background:var(--nav-active);color:#fff}.workspace{min-width:0;padding:28px}.topbar,.section-toolbar,.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar{margin-bottom:22px}.topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.eyebrow{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:0;margin:0 0 4px;text-transform:uppercase}h1,h2,p,dl{margin:0}h1{font-size:clamp(28px,4vw,42px);letter-spacing:0}h2{font-size:18px;letter-spacing:0}.primary-action,.secondary-action,.icon-action,.connection-badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:8px;padding:0 14px;font-weight:750}.primary-action{border:1px solid var(--accent);background:var(--accent);color:#fff}.secondary-action{border:1px solid var(--line);background:#fff;color:var(--ink)}.icon-action{width:40px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0}.connection-badge{border:1px solid var(--line);background:#fff;font-size:13px}.connection-badge.ok{color:var(--ok)}.connection-badge.warn{color:var(--warn)}.connection-badge.neutral{color:var(--muted)}.auth-shell{display:grid;min-height:100vh;place-items:center;background:linear-gradient(#14213db8,#14213db8),url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80);background-position:center;background-size:cover;padding:24px}.auth-card{display:grid;gap:16px;width:min(420px,100%);border:1px solid rgba(255,255,255,.28);border-radius:8px;background:#fffffff5;box-shadow:0 28px 80px #14213d47;padding:24px}.auth-card .brand-mark{background:var(--nav);color:#fff}.auth-card h1{font-size:34px}.auth-card p{color:var(--muted)}.auth-error{border:1px solid #ffd0cb;border-radius:8px;background:#fff1f0;color:var(--danger);padding:10px 12px;font-size:13px}.notice-panel{display:flex;align-items:start;justify-content:space-between;gap:8px;margin-bottom:18px;border:1px solid #f0c36d;border-left:4px solid var(--warn);border-radius:8px;background:#fff8e8;color:var(--warn);padding:12px 14px}.notice-panel>div{display:grid;gap:4px}.notice-panel span{color:var(--ink);font-size:13px}.notice-close{flex:0 0 auto;min-height:20px;height:20px;width:auto;padding:0 5px;gap:3px;font-size:10px;line-height:1}.view-stack{display:grid;gap:18px}.metrics-grid{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:14px}.metric-card,.panel,.table-wrap{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.metric-card{min-height:116px;padding:16px}.metric-card span,.metric-card small{color:var(--muted);font-size:13px}.metric-card strong{display:block;font-size:24px;margin:12px 0 8px;word-break:break-word}.content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:18px}.panel{min-width:0;padding:18px}.status-pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800;white-space:nowrap}.status-pill.ok{background:#e6f4ee;color:var(--ok)}.status-pill.warn,.status-pill.neutral{background:#f4eee8;color:var(--warn)}.status-pill.danger{background:#fff1f0;color:var(--danger)}.bar-chart,.exception-list,.supplier-grid,.procurement-grid,.approval-list,.document-grid{display:grid;gap:12px;margin-top:16px}.upload-panel{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow);padding:18px}.drive-inventory{display:grid;gap:12px}.drive-inventory .panel-heading input{width:min(320px,100%)}.inventory-summary{display:flex;flex-wrap:wrap;gap:10px}.inventory-summary span{border:1px solid var(--line);border-radius:6px;background:var(--panel);color:var(--muted);padding:8px 10px;font-size:12px}.inventory-summary strong{color:var(--ink);margin-right:4px}.drive-inventory-table{max-height:420px;overflow:auto}.drive-inventory-table table{min-width:760px}.drive-inventory-table td:first-child{max-width:360px;overflow-wrap:anywhere}.payment-list-preview{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:14px}.column-mapping{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.column-mapping label{display:grid;gap:5px;border:1px solid var(--line);border-radius:6px;background:#f7f9fa;padding:7px 9px;color:var(--muted);font-size:11px}.column-mapping label>span{color:var(--muted);font-size:10px;text-transform:uppercase}.column-mapping strong{color:var(--ink);font-size:12px;min-height:32px;overflow-wrap:anywhere}.mapping-toolbar{display:flex;align-items:end;flex-wrap:wrap;gap:12px}.mapping-toolbar label{display:grid;gap:5px;width:150px}.payment-preview-table{max-height:460px;overflow:auto}.payment-preview-table table{width:max-content;min-width:100%}.payment-preview-table th{position:sticky;left:0;min-width:44px;background:#f5f7f9;color:var(--muted);text-align:right}.payment-preview-table td{min-width:120px;max-width:320px;white-space:nowrap}.manual-evidence-panel{display:grid;gap:12px}.manual-evidence-list{display:grid;gap:8px}.manual-evidence-item{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1.2fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:10px}.manual-evidence-item div{display:grid;gap:4px;min-width:0}.manual-evidence-item strong,.manual-evidence-item span{overflow-wrap:anywhere}.manual-evidence-item span{color:var(--muted);font-size:12px}.payment-review-panel{display:grid;gap:12px}.payment-review-table{max-height:360px;overflow:auto}.payment-review-table table{min-width:900px}.payment-review-table td:nth-child(6){color:var(--muted);font-size:12px;max-width:260px;overflow-wrap:anywhere}.upload-form{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1fr) auto;align-items:end;gap:14px}.bar-row{display:grid;grid-template-columns:140px minmax(160px,1fr) 96px;align-items:center;gap:12px}.bar-track{height:14px;background:#e7edf2;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-warm))}.exception-item,.supplier-card,.procurement-card,.approval-item,.document-card,.empty-state{border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:14px}.exception-item strong,.supplier-card strong,.procurement-card strong{display:block;margin-bottom:5px}.exception-item span,.supplier-card span,.procurement-card span,.supplier-card small,.approval-item span{color:var(--muted);font-size:13px}.exception-item p,.supplier-card p,.procurement-card p,.approval-item p,.empty-state span{margin-top:8px}.empty-state{display:grid;justify-items:center;gap:8px;color:var(--muted);padding:32px;text-align:center}.table-empty-state{display:grid;justify-items:center;gap:5px;padding:24px;color:var(--muted)}.table-empty-state strong,.empty-state strong{color:var(--ink)}.exception-item.critical{border-left:4px solid var(--danger)}.exception-item.warning{border-left:4px solid var(--warn)}.trace-flow{display:grid;grid-template-columns:repeat(7,minmax(88px,1fr));gap:10px;margin-top:18px}.trace-flow span{position:relative;display:grid;place-items:center;min-height:54px;border:1px solid var(--line);border-radius:8px;background:#f8fafb;color:var(--nav);font-weight:750;text-align:center}.trace-flow span:not(:last-child):after{content:"›";position:absolute;right:-10px;color:var(--accent);font-size:24px}.table-wrap{overflow-x:auto}table{width:100%;min-width:860px;border-collapse:collapse}th,td{border-bottom:1px solid var(--line);padding:14px 16px;text-align:left;vertical-align:middle}th{color:var(--muted);font-size:12px;text-transform:uppercase}tr:last-child td{border-bottom:0}.supplier-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.procurement-grid{grid-template-columns:repeat(2,minmax(320px,1fr))}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px;margin-top:14px}dt{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}dd{margin:4px 0 0;font-weight:750}.selected-quote{display:flex;align-items:center;gap:10px;margin-top:14px;border-top:1px solid var(--line);padding-top:12px;color:var(--accent);font-weight:800}.selected-quote small{color:var(--muted);font-weight:500}.approval-box{display:grid;gap:12px;margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.document-actions{display:flex;gap:10px;margin-top:14px;border-top:1px solid var(--line);padding-top:12px;flex-wrap:wrap}.review-panel{display:grid;gap:16px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow);padding:18px}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px}.review-card{display:grid;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:14px}.review-card-wide{grid-column:1 / -1}.review-card span,.review-card p{color:var(--muted);font-size:13px}.json-list{display:grid;gap:8px}.editable-list{display:grid;gap:12px}.editable-row{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}.editable-row-quotation{grid-template-columns:repeat(4,minmax(140px,1fr))}.editable-row-quotation label:nth-child(5),.editable-row-quotation label:nth-child(6){grid-column:span 2}.comparison-table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:#fff}.comparison-table{min-width:900px;box-shadow:none}.comparison-table th,.comparison-table td{min-width:220px;vertical-align:top}.comparison-table th:first-child{position:sticky;left:0;z-index:1;min-width:150px;background:#f4f7f9;color:var(--muted)}.comparison-table thead th{background:#f4f7f9}.comparison-table input,.comparison-table textarea{min-width:0}.comparison-table textarea{min-height:116px}pre{max-width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:#f4f7f9;color:var(--ink);margin:0;padding:10px;font-size:12px;line-height:1.45;white-space:pre-wrap}.approval-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.approval-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:#e6f4ee;color:var(--ok)}@media (max-width: 1180px){.metrics-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}.content-grid,.supplier-grid,.procurement-grid,.review-grid,.upload-form{grid-template-columns:1fr}.trace-flow{grid-template-columns:repeat(4,minmax(88px,1fr))}}@media (max-width: 760px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:5;padding:12px}.brand{padding-bottom:12px}.nav-list{grid-template-columns:repeat(5,1fr)}.nav-item{justify-content:center;padding:0}.nav-item span{display:none}.workspace{padding:18px}.topbar,.section-toolbar{align-items:flex-start;flex-direction:column}.topbar-actions,.primary-action,.secondary-action,.icon-action,.connection-badge{width:100%}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bar-row,.trace-flow,.detail-grid,.editable-row,.editable-row-quotation{grid-template-columns:1fr}.editable-row-quotation label:nth-child(5),.editable-row-quotation label:nth-child(6){grid-column:auto}.trace-flow span:not(:last-child):after{content:"⌄";right:auto;bottom:-20px}}:root{--line: #e1e5ea;--page: #fafbfc}body{font-size:12px}.app-shell{grid-template-columns:206px minmax(0,1fr)}.sidebar{padding:12px 8px}.brand{gap:7px;padding:0 6px 12px}.brand-mark{width:28px;height:28px;font-size:12px}.brand strong{font-size:12px}.brand span:last-child{font-size:10px}.nav-list{gap:1px}.nav-item{min-height:30px;gap:8px;padding:0 8px;border-radius:5px;font-size:11px}.nav-item svg,.primary-action svg,.secondary-action svg,.icon-action svg{width:14px;height:14px}.workspace{padding:14px 16px}.topbar{min-height:42px;margin-bottom:10px;padding-bottom:10px}.section-toolbar,.panel-heading{gap:8px}.topbar-actions,.row-actions{gap:6px}h1{font-size:20px}h2{font-size:14px}.eyebrow{font-size:9px;margin-bottom:2px}input,select,textarea{min-height:28px;border-radius:4px;padding:0 7px;font-size:11px}textarea{min-height:48px;padding:5px 7px}input[type=file]{padding:4px 7px}label{gap:3px;font-size:10px;font-weight:680}.primary-action,.secondary-action,.icon-action,.connection-badge,.compact-action{min-height:26px;gap:5px;border-radius:4px;padding:0 8px;font-size:11px;font-weight:680}.icon-action{width:26px}.connection-badge,.status-pill{min-height:22px;padding:0 7px;font-size:10px}.view-stack{gap:9px}.metric-card,.panel,.table-wrap,.upload-panel,.review-panel,.review-card,.exception-item,.supplier-card,.procurement-card,.approval-item,.document-card,.empty-state,.payment-list-preview,.manual-evidence-item{border-radius:4px;box-shadow:none}.panel,.upload-panel,.review-panel,.metric-card,.exception-item,.supplier-card,.procurement-card,.approval-item,.document-card,.review-card{padding:8px}.notice-panel{align-items:start;justify-content:space-between;gap:8px;margin-bottom:8px;border-left-width:3px;border-radius:4px;padding:7px 9px}.notice-panel strong{font-size:11px}.notice-panel span,.muted-text,.compact-text-cell,.exception-item span,.supplier-card span,.procurement-card span,.supplier-card small,.approval-item span,.review-card span,.review-card p{font-size:10px}.metrics-grid{grid-template-columns:repeat(6,minmax(112px,1fr));gap:6px}.metric-card{min-height:62px}.metric-card span,.metric-card small{font-size:10px}.metric-card strong{margin:4px 0 3px;font-size:15px}.content-grid{gap:9px}.bar-chart,.exception-list,.supplier-grid,.procurement-grid,.approval-list,.document-grid,.detail-grid{gap:6px;margin-top:7px}dt,th{font-size:9px}dd{margin-top:2px;font-weight:650}.selected-quote,.approval-box,.document-actions{gap:6px;margin-top:7px;padding-top:7px}table{min-width:760px;font-size:11px}th,td,.procurement-table th,.procurement-table td,.comparison-table th,.comparison-table td,.accounting-lines-table th,.accounting-lines-table td,.payment-review-table th,.payment-review-table td{padding:5px 7px}th{background:#fbfcfd;font-weight:720}.table-wrap td input,.table-wrap td select,.compact-select-label select,.payment-review-table input,.payment-review-table select{min-height:24px;padding:0 6px;font-size:11px}.table-wrap td textarea,.payment-review-table textarea{min-height:34px;padding:4px 6px;font-size:11px}.upload-form{gap:8px}.inventory-summary{gap:5px}.inventory-summary span{border-radius:4px;padding:4px 7px;font-size:10px}.drive-inventory,.manual-evidence-panel,.payment-review-panel,.payment-list-preview,.review-grid,.editable-list{gap:6px}.manual-evidence-item{grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) auto;gap:6px;padding:6px}.manual-evidence-item span,.payment-review-table td:nth-child(6){font-size:10px}.column-mapping{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:5px}.column-mapping label{gap:3px;border-radius:4px;padding:5px 6px}.column-mapping strong{min-height:24px;font-size:10px}.mapping-toolbar{gap:7px}.decision-panel,.trace-panel{gap:8px;padding:8px}.decision-grid{gap:6px}.decision-metric{min-height:54px;padding:6px}.decision-metric span,.decision-metric small,.pending-line span,.trace-section span{font-size:10px}.decision-metric strong{font-size:12px}.pending-item,.decision-alert,.decision-quote-option{border-radius:4px;padding:6px}.table-empty-state,.empty-state{padding:14px}.primary-action,.secondary-action,.icon-action,.connection-badge,.compact-action,.accounting-tabs button{min-height:22px;height:22px;gap:4px;padding:0 6px;border-radius:3px;font-size:10px;line-height:1}.icon-action{width:22px;padding:0}.primary-action svg,.secondary-action svg,.icon-action svg{width:12px;height:12px}.status-pill{min-height:18px;height:18px;padding:0 5px;gap:3px;font-size:9px;line-height:1}th,td,.procurement-table th,.procurement-table td,.comparison-table th,.comparison-table td,.accounting-lines-table th,.accounting-lines-table td,.payment-review-table th,.payment-review-table td,.drive-inventory-table th,.drive-inventory-table td,.payment-preview-table th,.payment-preview-table td{padding:3px 5px;line-height:1.15}table{font-size:10px}th{font-size:8px}.table-wrap td input,.table-wrap td select,.compact-select-label select,.payment-review-table input,.payment-review-table select,input,select{min-height:22px;height:22px;padding:0 5px;font-size:10px}.table-wrap td textarea,.payment-review-table textarea,textarea{min-height:30px;padding:3px 5px;font-size:10px}.row-actions{gap:4px}.manual-evidence-item{padding:4px}.panel,.upload-panel,.review-panel,.metric-card,.exception-item,.supplier-card,.procurement-card,.approval-item,.document-card,.review-card{padding:6px}.view-stack,.drive-inventory,.manual-evidence-panel,.payment-review-panel,.payment-list-preview{gap:5px}.drive-inventory .panel-heading>div,.document-card .panel-heading>div{display:grid;gap:2px}.drive-inventory .panel-heading>div strong{display:block}.drive-inventory .panel-heading>div span{display:block;color:var(--muted);font-size:10px}.drive-inventory .panel-heading input{max-width:220px;min-height:22px}.drive-inventory-table{max-height:260px}.drive-inventory-table table{min-width:620px;table-layout:fixed;font-size:11px}.drive-inventory-table th:nth-child(1),.drive-inventory-table td:nth-child(1){width:31%}.drive-inventory-table th:nth-child(2),.drive-inventory-table td:nth-child(2){width:20%}.drive-inventory-table th:nth-child(3),.drive-inventory-table td:nth-child(3){width:12%}.drive-inventory-table th:nth-child(4),.drive-inventory-table td:nth-child(4){width:16%}.drive-inventory-table th:nth-child(5),.drive-inventory-table td:nth-child(5){width:9%}.drive-inventory-table th:nth-child(6),.drive-inventory-table td:nth-child(6){width:12%}.payment-import-view .drive-inventory-table table{width:100%;min-width:0}.payment-import-view .drive-inventory-table th:nth-child(1),.payment-import-view .drive-inventory-table td:nth-child(1){width:27%}.payment-import-view .drive-inventory-table th:nth-child(2),.payment-import-view .drive-inventory-table td:nth-child(2){width:13%}.payment-import-view .drive-inventory-table th:nth-child(3),.payment-import-view .drive-inventory-table td:nth-child(3){width:10%}.payment-import-view .drive-inventory-table th:nth-child(4),.payment-import-view .drive-inventory-table td:nth-child(4){width:14%}.payment-import-view .drive-inventory-table th:nth-child(5),.payment-import-view .drive-inventory-table td:nth-child(5){width:7%}.payment-import-view .drive-inventory-table th:nth-child(6),.payment-import-view .drive-inventory-table td:nth-child(6){width:29%}.quotation-import-view .drive-inventory-table table{width:100%;min-width:0}.quotation-import-view .drive-inventory-table th:nth-child(1),.quotation-import-view .drive-inventory-table td:nth-child(1){width:29%}.quotation-import-view .drive-inventory-table th:nth-child(2),.quotation-import-view .drive-inventory-table td:nth-child(2){width:13%}.quotation-import-view .drive-inventory-table th:nth-child(3),.quotation-import-view .drive-inventory-table td:nth-child(3){width:10%}.quotation-import-view .drive-inventory-table th:nth-child(4),.quotation-import-view .drive-inventory-table td:nth-child(4){width:13%}.quotation-import-view .drive-inventory-table th:nth-child(5),.quotation-import-view .drive-inventory-table td:nth-child(5){width:7%}.quotation-import-view .drive-inventory-table th:nth-child(6),.quotation-import-view .drive-inventory-table td:nth-child(6){width:28%}.drive-inventory-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-inventory-table td:first-child{max-width:none}.reference-label{display:inline-flex;max-width:100%;min-width:0;align-items:baseline;gap:0;white-space:nowrap}.reference-label-code{flex:0 0 auto;color:var(--text)!important}.reference-label-separator,.reference-label-detail{color:var(--muted)}.reference-label-separator{margin:0 4px}.reference-label-detail{min-width:0;overflow:hidden;text-overflow:ellipsis}.drive-inventory-table td:last-child{overflow:hidden;text-align:right;white-space:nowrap}.drive-inventory-table td:last-child button+button{margin-left:3px}.drive-inventory-table .secondary-action,.drive-inventory-table .primary-action,.upload-form .primary-action{min-height:16px;height:16px;padding:0 4px;font-size:8px;line-height:1}.drive-inventory-table .primary-action svg,.drive-inventory-table .secondary-action svg{width:10px;height:10px}.drive-inventory-table .analysis-action-loading,.drive-inventory-table .analysis-action-loading:disabled{border-color:#9fc5e8;background:#eaf4ff;color:#246b9e;opacity:1}.upload-panel{padding:5px 6px;font-size:10px}.upload-form{grid-template-columns:minmax(260px,1fr) auto;gap:6px;align-items:end}.upload-form label{font-size:10px}.upload-form input,.upload-form select{min-height:22px;height:22px;font-size:10px}.upload-form input[type=file]{height:22px;min-height:22px;max-width:100%;padding:1px 5px;overflow:hidden;line-height:18px}.upload-form input[type=file]::file-selector-button{height:18px;margin:0 6px 0 0;border:1px solid var(--line);border-radius:3px;background:#f8fafc;color:var(--ink);padding:0 6px;font:inherit;font-size:10px}.upload-form .primary-action{min-height:18px;height:18px;font-size:10px}.document-grid{gap:0;margin-top:5px;border:1px solid var(--line);border-radius:4px;background:var(--panel);overflow:hidden}.document-grid .empty-state{border:0;border-radius:0;background:var(--panel);gap:3px;padding:10px 6px;font-size:11px}.document-grid .empty-state strong,.document-grid .empty-state span{margin:0;font-size:11px;line-height:1.2}.document-card{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(360px,1.6fr) auto;align-items:center;gap:8px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:var(--panel);padding:4px 6px}.document-card:last-child{border-bottom:0}.document-card .panel-heading{min-width:0;gap:6px}.document-card .panel-heading strong,.document-card .panel-heading span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-card .panel-heading strong{font-size:11px}.document-card .panel-heading span{color:var(--muted);font-size:10px}.document-card .status-pill{min-height:15px;height:15px;padding:0 4px;border-radius:3px;font-size:8px;font-weight:650;line-height:1}.document-card .detail-grid{grid-template-columns:70px 76px 82px minmax(120px,1fr);gap:5px;margin-top:0;min-width:0}.document-card dt{font-size:8px}.document-card dd{overflow:hidden;margin:1px 0 0;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:520}.document-actions{justify-content:flex-end;gap:4px;margin-top:0;border-top:0;padding-top:0}.document-actions .secondary-action{min-height:20px;height:20px;padding:0 5px;font-size:9px}.documents-imported-section,.documents-manual-upload{display:grid;gap:5px}.documents-section-heading{min-height:20px;padding:0 1px}.documents-section-heading>div{display:grid;gap:1px}.documents-section-heading strong{color:var(--ink);font-size:13px;font-weight:720}.documents-section-heading span{color:var(--muted);font-size:10px}.drive-inventory>.panel-heading{min-height:34px;padding:0 1px}.drive-inventory>.panel-heading strong{color:var(--ink);font-size:13px;font-weight:720}.drive-inventory>.panel-heading span{color:var(--muted);font-size:10px}.drive-inventory-table .status-pill{min-height:16px;height:16px;padding:0 4px;border-radius:3px;font-size:8px;font-weight:650;line-height:1}.map-drive-action{min-height:34px;height:34px;padding:0 12px;font-size:11px;font-weight:720}.drive-inventory .map-drive-action{font-size:11px}.map-drive-action svg{width:16px;height:16px}.payment-list-preview{gap:5px;border-radius:4px;padding:4px 6px 6px;font-size:10px}.payment-list-preview>.panel-heading{min-height:20px;padding:0}.payment-preview-heading{display:block}.payment-preview-title{display:grid;gap:2px;min-width:180px}.payment-preview-topline{display:flex;align-items:center;gap:8px;min-height:22px}.payment-preview-inline{display:flex;align-items:center;flex-wrap:nowrap;gap:4px}.payment-list-preview>.panel-heading strong{flex:1;min-width:220px;font-size:11px;font-weight:700;line-height:1.12;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-list-preview>.panel-heading span,.payment-list-preview .muted-text{font-size:10px;line-height:1.1}.payment-preview-close{margin-left:auto}.preview-sheet-select{display:inline-flex;align-items:center;gap:3px;color:var(--muted);font-size:9px}.payment-list-preview select,.mapping-toolbar input{min-height:20px;height:20px;font-size:10px}.payment-list-preview .compact-action,.payment-list-preview .icon-action{min-height:20px;height:20px;font-size:9px}.payment-list-preview .icon-action{width:20px}.mapping-toolbar{align-items:center;gap:5px;min-height:22px}.mapping-toolbar label{width:118px;gap:2px;font-size:10px}.column-mapping{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:4px}.column-mapping label{gap:2px;border-radius:3px;padding:4px;font-size:9px}.column-mapping label>span{font-size:8px}.column-mapping strong{min-height:18px;font-size:10px;line-height:1.15}.payment-preview-table{max-height:320px;border-radius:3px}.inline-confirm-panel{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #b8d4ea;border-radius:3px;background:#f4f9fd;padding:4px 6px;font-size:10px}.inline-confirm-panel>div:first-child{display:grid;gap:1px}.inline-confirm-panel strong{color:#3f78a6;font-size:11px}.inline-confirm-panel span{color:var(--muted)}.payment-preview-table table{width:100%;min-width:0;table-layout:fixed;font-size:10px}.payment-preview-table th,.payment-preview-table td{height:14px;padding:0 3px;line-height:1;white-space:nowrap}.payment-preview-table th{position:static;min-width:34px;font-size:8px;text-align:center}.payment-preview-table .payment-field-row th{background:#fff;font-weight:500}.payment-preview-table .payment-field-row select{width:100%;min-height:14px;height:14px;padding:0 2px;font-size:9px}.payment-preview-table td{min-width:0;max-width:none;overflow:hidden;text-overflow:ellipsis}.payment-col-line{width:4%}.payment-col-dueDate{width:7%}.payment-col-description{width:13%}.payment-col-supplier{width:10%}.payment-col-detail{width:12%}.payment-col-installment{width:5%}.payment-col-paymentMethod,.payment-col-amount{width:8%}.payment-col-status{width:5%}.payment-col-quotationCode{width:7%}.payment-col-quoteAmount{width:5%}.payment-col-notes{width:16%}.payment-col-cell-line,.payment-preview-table th.payment-col-cell-line,.payment-col-cell-amount,.payment-col-cell-quoteAmount{text-align:center}.payment-preview-table td.payment-col-cell-amount,.payment-preview-table td.payment-col-cell-quoteAmount{text-align:right}.payment-preview-table .payment-cell-input{width:100%;min-width:0;min-height:17px;height:17px;border:1px solid transparent;border-radius:2px;padding:0 2px;background:transparent;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px;line-height:15px}.payment-preview-table .payment-cell-input:hover,.payment-preview-table .payment-cell-input:focus{border-color:#9fc3e5;background:#fff;outline:none}.payment-preview-table td.payment-col-cell-amount .payment-cell-input,.payment-preview-table td.payment-col-cell-quoteAmount .payment-cell-input{text-align:right}.line-select-checkbox{width:10px;min-width:10px;height:10px;min-height:10px;margin:0;padding:0;vertical-align:middle;accent-color:var(--accent)}.nav-group-label{display:flex;min-height:30px;align-items:center;gap:8px;margin:7px 0 1px;padding:0 8px;border-radius:5px;color:#52606d;font-size:11px;font-weight:650;letter-spacing:0;text-transform:none}.nav-group-label svg{width:14px;height:14px}.nav-item.nav-subitem{margin-left:10px;padding-left:10px;width:calc(100% - 10px);font-size:11px}.nav-list .nav-item,.nav-list .nav-group-label,.topbar-actions .connection-badge{font-size:11px}.payment-import-view .drive-inventory>.panel-heading strong,.payment-import-view .documents-section-heading strong,.quotation-import-view .drive-inventory>.panel-heading strong,.quotation-import-view .documents-section-heading strong{color:#3f78a6;font-size:11px;letter-spacing:0;text-transform:uppercase}.payment-import-view .import-block-title,.quotation-import-view .import-block-title{color:#3f78a6!important;font-size:11px;letter-spacing:0;text-transform:uppercase}.quotation-review-panel .eyebrow{color:#3f78a6!important;font-size:10px;line-height:1.1}.quotation-review-panel>.panel-heading h2{font-size:10px;line-height:1.12}.quotation-review-panel{gap:5px;border-radius:3px;padding:6px;box-shadow:none}.quotation-review-panel>.panel-heading{gap:8px;min-height:22px;align-items:start}.quotation-review-panel>.panel-heading>div{display:grid;gap:2px;min-width:0}.quotation-review-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:4px!important;white-space:nowrap}.quotation-review-panel>.panel-heading .secondary-action,.quotation-review-panel .primary-action{min-height:20px;height:20px;padding:0 6px;font-size:9px}.quotation-review-panel .review-grid{grid-template-columns:1fr;gap:5px}.quotation-review-panel .review-card{gap:4px;border-radius:3px;background:#fff;padding:5px}.quotation-review-panel .review-card>strong{font-size:10px}.quotation-decision-summary{grid-template-columns:minmax(110px,.35fr) minmax(260px,1.65fr) auto;align-items:end;gap:6px}.quotation-decision-summary>div{display:grid;gap:2px;min-width:0}.quotation-decision-summary>div>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.quotation-decision-summary select{min-height:20px;height:20px;border-radius:3px;padding:0 5px;font-size:10px}.quotation-decision-summary .auth-error{grid-column:1 / -1}.unmatched-budget-select{border-color:var(--danger)!important;color:var(--danger)}.quotation-winner-choice{display:inline-flex;grid-template-columns:none;align-items:center;justify-content:center;gap:4px;width:100%;color:var(--ink);font-size:10px;font-weight:700}.quotation-winner-choice input{width:12px;min-height:12px;height:12px;margin:0}.quotation-review-panel .comparison-table-wrap{border-radius:3px}.quotation-review-panel .comparison-table{width:100%;min-width:0;table-layout:fixed;font-size:10px}.quotation-review-panel .comparison-table th,.quotation-review-panel .comparison-table td{min-width:0;height:22px;padding:2px 4px;vertical-align:middle;line-height:1.05}.quotation-review-panel .comparison-table th:first-child{width:120px;min-width:120px;white-space:nowrap}.quotation-review-panel .comparison-table input,.quotation-review-panel .comparison-table textarea{min-height:18px;height:18px;border-radius:2px;padding:0 3px;font-size:10px;line-height:1}.quotation-review-panel .comparison-table textarea{resize:none}.budget-table-wrap{max-height:calc(100vh - 190px);overflow:auto}.budget-table{min-width:980px;table-layout:fixed;font-size:11px}.budget-table th,.budget-table td{padding:3px 5px;line-height:1.12;vertical-align:middle}.budget-table th{position:sticky;top:0;z-index:1;font-size:8px}.budget-table th:nth-child(1),.budget-table td:nth-child(1){width:62px}.budget-table th:nth-child(2),.budget-table td:nth-child(2){width:34%}.budget-table th:nth-child(8),.budget-table td:nth-child(8){width:70px}.budget-table th:nth-child(9),.budget-table td:nth-child(9){width:54px}.budget-table td{white-space:nowrap}.budget-table td:nth-child(2){overflow:hidden;text-overflow:ellipsis}.budget-collapsible-row{cursor:pointer}.budget-collapsible-row:hover{background:#eef5ff}.budget-level-one{background:#f5f7fa}.budget-level-two{background:#fff}.budget-table .budget-level-two td{color:#43505c}.budget-item-name{display:inline-flex;align-items:center;min-width:0;gap:4px;max-width:100%}.budget-level-two .budget-item-name{padding-left:12px}.budget-expander{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border:1px solid #c9d2dc;border-radius:2px;background:#fff;color:var(--accent);font-size:10px;line-height:1}.budget-child-count{color:var(--muted);font-size:9px;font-weight:520}.budget-table .status-pill,.budget-table .secondary-action{min-height:15px;height:15px;padding:0 4px;border-radius:3px;font-size:8px;line-height:1}.budget-table .secondary-action{width:42px}:root{--ink: #1d252d;--muted: #6f7d8c;--line: #dfe4ea;--panel: #ffffff;--page: #f7f8fa;--nav: #ffffff;--nav-active: #eef5ff;--accent: #006fff;--accent-warm: #006fff;--ok: #13945b;--warn: #b87514;--danger: #c7362f;--shadow: none}body{font-size:14px}.app-shell{grid-template-columns:232px minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);background:var(--nav);color:var(--ink);padding:18px 12px}.brand{gap:10px;padding:0 8px 18px}.brand-mark{width:34px;height:34px;border-radius:7px;background:var(--accent);color:#fff;font-size:15px}.brand span:last-child{color:var(--muted);font-size:12px}.nav-list{gap:2px}.nav-item{min-height:38px;border-radius:7px;color:#52606d;font-size:13px;font-weight:650}.nav-item.active,.nav-item:hover{background:var(--nav-active);color:var(--accent)}.workspace{padding:22px 24px}.topbar{min-height:56px;margin-bottom:16px;border-bottom:1px solid var(--line);padding-bottom:16px}.eyebrow{font-size:11px;font-weight:750}h1{font-size:clamp(22px,3vw,30px);font-weight:720}h2{font-size:16px;font-weight:720}input,select,textarea,.primary-action,.secondary-action,.icon-action,.connection-badge,.metric-card,.panel,.table-wrap,.upload-panel,.exception-item,.supplier-card,.procurement-card,.approval-item,.document-card,.empty-state,.review-panel,.review-card,.comparison-table-wrap,pre{border-radius:7px}.primary-action,.secondary-action,.icon-action,.connection-badge{min-height:38px;padding:0 12px;font-size:13px}.primary-action:hover{background:#005fd8}.secondary-action:hover,.icon-action:hover{border-color:#c8d4e0;background:#f8fafc}.danger-action{color:var(--danger)}.danger-action:hover{border-color:#f0bab6;background:#fff5f4}.connection-badge{font-size:12px}.auth-shell{background:#f7f8fa}.auth-card{border:1px solid var(--line);background:#fff;box-shadow:0 18px 42px #1d252d14}.auth-card .brand-mark{background:var(--accent)}.auth-card h1{font-size:30px}.view-stack{gap:14px}.metrics-grid{grid-template-columns:repeat(6,minmax(132px,1fr));gap:10px}.metric-card{min-height:92px;padding:13px}.metric-card span,.metric-card small,.exception-item span,.supplier-card span,.procurement-card span,.supplier-card small,.approval-item span,.review-card span,.review-card p{font-size:12px}.metric-card strong{font-size:20px;margin:8px 0 6px}.content-grid{gap:14px}.panel,.upload-panel,.review-panel{padding:14px}.status-pill{min-height:26px;padding:0 9px;font-size:11px}.status-pill.ok{background:#e7f6ef}.status-pill.warn,.status-pill.neutral{background:#fff5e8}.status-pill.danger{background:#fff0ef}.bar-chart,.exception-list,.supplier-grid,.procurement-grid,.approval-list,.document-grid{gap:10px;margin-top:12px}.bar-row{grid-template-columns:128px minmax(160px,1fr) 92px}.bar-track{height:8px}.bar-fill{background:var(--accent)}.exception-item,.supplier-card,.procurement-card,.approval-item,.document-card,.empty-state,.review-card{padding:12px}.trace-flow{gap:8px;margin-top:12px}.trace-flow span{min-height:42px;font-size:12px}th,td{padding:10px 12px}th,dt{font-size:11px}dd{font-weight:680}.supplier-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}.supplier-view{gap:6px}.supplier-view .import-block-title{color:#3f78a6;font-size:11px;font-weight:700;letter-spacing:0;line-height:1;text-transform:uppercase}.supplier-block-heading{display:grid;gap:1px}.supplier-block-heading>span{color:var(--muted);font-size:10px;line-height:1}.supplier-table-wrap{max-height:calc(100vh - 220px);overflow:auto;border:1px solid var(--line);border-radius:3px;background:#fff}.supplier-table{width:100%;min-width:900px;table-layout:fixed;border-collapse:collapse;font-size:10px}.supplier-table th,.supplier-table td{height:18px;min-height:18px;border-bottom:1px solid var(--line);padding:1px 4px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-table th{position:sticky;top:0;z-index:2;background:#f4f7f9;color:var(--muted);font-size:10px;font-weight:700;text-align:left;text-transform:uppercase}.supplier-table .supplier-totals-header th{top:18px;color:var(--muted);font-weight:700}.supplier-table .supplier-totals-header th:first-child{text-align:left}.supplier-table .supplier-totals-header th:nth-child(2),.supplier-table .supplier-totals-header th:nth-child(3),.supplier-table .supplier-totals-header th:nth-child(4){text-align:right}.supplier-table th:nth-child(1),.supplier-table td:nth-child(1){width:17%}.supplier-table th:nth-child(2),.supplier-table td:nth-child(2){width:25%}.supplier-table th:nth-child(3),.supplier-table td:nth-child(3){width:12%}.supplier-table th:nth-child(4),.supplier-table td:nth-child(4),.supplier-table th:nth-child(5),.supplier-table td:nth-child(5),.supplier-table th:nth-child(6),.supplier-table td:nth-child(6){width:10%;text-align:right}.supplier-table th:nth-child(7),.supplier-table td:nth-child(7){width:16%;text-align:right}.supplier-table .compact-action{height:15px;min-height:15px;padding:0 4px;font-size:9px;line-height:1}.supplier-inline-input{width:100%;height:15px;min-height:15px;border:1px solid transparent;border-radius:2px;padding:0 3px;background:transparent;color:var(--text);font-family:Tahoma,Arial,sans-serif;font-size:10px;line-height:1}.supplier-inline-input:focus{border-color:#9fc5e8;background:#fff;outline:none}.supplier-cnpj-input{font-variant-numeric:tabular-nums}.supplier-table td:last-child{overflow:visible;text-align:right;text-overflow:clip}.supplier-actions{display:flex;justify-content:flex-end;align-items:center;gap:3px;width:100%}.procurement-grid{grid-template-columns:repeat(2,minmax(340px,1fr))}.comparison-table th,.comparison-table td{min-width:210px}.comparison-table th:first-child{min-width:142px}.comparison-table textarea{min-height:108px}@media (max-width: 1180px){.supplier-grid{grid-template-columns:1fr}}.procurement-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:7px;background:var(--panel)}.procurement-table{min-width:1120px;box-shadow:none}.procurement-table th,.procurement-table td{padding:8px 10px}.procurement-table th{background:#fbfcfe}.procurement-table td{font-size:13px}.procurement-code-cell{display:grid;gap:2px;max-width:260px}.procurement-code-cell strong{font-size:13px}.procurement-code-cell span,.muted-text{color:var(--muted);font-size:12px}.compact-select-label{gap:0}.compact-select-label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.compact-select-label select{min-height:32px;max-width:260px;padding:0 9px;font-size:12px}.compact-action{min-height:32px;padding:0 10px;white-space:nowrap}.inline-confirm-panel .compact-action{min-height:18px;height:18px;padding:0 5px;font-size:10px;line-height:1}.editable-row-payment{grid-template-columns:repeat(4,minmax(150px,1fr))}.editable-row-payment label:nth-child(7),.editable-row-payment label:nth-child(8){grid-column:span 2}.compact-text-cell{max-width:360px;color:var(--muted);font-size:12px}.budget-source-panel{box-shadow:none}.budget-base-cell,.budget-variance-cell{display:grid;gap:3px}.budget-level-one{background:#f6f8fb;font-weight:720}.budget-level-two .budget-item-name{display:inline-block;padding-left:14px;color:var(--muted)}.budget-item-name+.status-pill{margin-left:8px}.budget-base-cell strong{font-size:12px}.budget-base-cell span,.budget-variance-cell small{color:var(--muted);font-size:11px;white-space:nowrap}.decision-row>td{padding:0;background:#f8fafc}.decision-panel{display:grid;gap:14px;padding:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trace-panel{display:grid;gap:14px;padding:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfd}.decision-heading,.decision-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.decision-heading h3{margin:0;font-size:16px}.decision-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:8px}.payment-decision-grid{grid-template-columns:repeat(7,minmax(118px,1fr))}.trace-grid{grid-template-columns:repeat(5,minmax(130px,1fr))}.decision-metric{display:grid;gap:3px;min-height:72px;padding:9px;border:1px solid var(--line);border-radius:7px;background:#f8fafc}.decision-metric span,.decision-metric small{color:var(--muted);font-size:11px}.decision-metric strong{font-size:14px}.decision-metric.ok{border-color:#bfe8d4;background:#f2fbf6}.decision-metric.warn{border-color:#f3d4a6;background:#fff8ec}.decision-metric.danger{border-color:#f4b9b6;background:#fff5f4}.decision-body{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:12px}.decision-quote-list,.decision-alerts{display:grid;gap:8px}.decision-quote-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:8px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:7px;background:#fff}.decision-quote-option div{display:grid;gap:2px;min-width:0}.decision-quote-option div span,.decision-alert{color:var(--muted);font-size:12px}.decision-alert{display:inline-flex;align-items:center;gap:6px;color:var(--warn)}.trace-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(240px,.7fr);gap:12px}.trace-column,.trace-section{display:grid;gap:10px;align-content:start}.trace-section{padding:10px;border:1px solid var(--line);border-radius:7px;background:#fff}.trace-section>strong{font-size:12px}.payment-decision-details,.decision-bank-box{display:grid;gap:8px}.decision-bank-box{padding:10px;border:1px solid var(--line);border-radius:7px;background:#f8fafc}.decision-bank-box p{margin:0;color:var(--muted);font-size:12px;white-space:pre-wrap}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.pending-metric{width:100%;border:1px solid var(--line);text-align:left;cursor:pointer}.pending-metric:hover{border-color:#c8d4e0;background:#f8fafc}.pending-panel{min-height:220px}.pending-list{display:grid;gap:8px}.pending-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.pending-line:last-child{border-bottom:0}.pending-line div{display:grid;gap:3px;min-width:0}.pending-line strong,.pending-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-line div span{color:var(--muted);font-size:12px}.pending-payment-line{display:grid;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--line)}.pending-payment-line:last-child{border-bottom:0}.receipt-cell{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.file-action{position:relative;overflow:hidden;cursor:pointer}.file-action input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.table-wrap td input,.table-wrap td select{min-height:32px;padding:0 8px;font-size:12px}.table-wrap td textarea{min-height:44px;padding:7px 8px;font-size:12px}.payment-review-table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:7px;background:#fff}.payment-review-table{min-width:1240px;box-shadow:none}.payment-review-table th,.payment-review-table td{padding:7px 8px}.payment-review-table input,.payment-review-table select{min-height:32px;padding:0 8px;font-size:12px}.payment-review-table textarea{min-height:44px;padding:7px 8px;font-size:12px}.accounting-metrics{grid-template-columns:repeat(5,minmax(140px,1fr))}.accounting-toolbar,.accounting-filter-row{display:flex;align-items:end;justify-content:space-between;gap:12px}.accounting-tabs{display:inline-flex;border:1px solid var(--line);border-radius:7px;background:#fff;padding:3px}.accounting-tabs button{min-height:32px;border:0;border-radius:5px;background:transparent;color:var(--muted);padding:0 12px;font-size:12px;font-weight:750}.accounting-tabs button.active{background:var(--nav-active);color:var(--accent)}.accounting-month{width:170px}.accounting-month input,.accounting-filter-row select{min-height:34px}.accounting-filter-row>label{width:min(520px,100%)}.accounting-filter-row .metric-card{width:min(260px,100%)}.accounting-ledger table{min-width:980px}.accounting-lines-row>td{padding:0 18px 14px;background:#f8fafc}.accounting-lines-table{min-width:860px;border:1px solid var(--line);background:#fff}.accounting-lines-table th,.accounting-lines-table td{padding:8px 10px;font-size:12px}.accounting-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-reference-list{display:grid;gap:0;margin-top:10px}.accounting-reference-item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:42px;border-bottom:1px solid var(--line)}.accounting-reference-item:last-child{border-bottom:0}.accounting-reference-item span,.accounting-reference-item small{color:var(--muted);font-size:12px}.accounting-secondary-heading{margin-top:18px;border-top:1px solid var(--line);padding-top:14px}.accounting-empty-axis{display:block;margin-top:10px}.accounting-catalog{display:grid;gap:10px}.accounting-catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.accounting-catalog-panel{min-width:0}.accounting-catalog-form{display:grid;grid-template-columns:110px minmax(180px,1fr) minmax(140px,.75fr);gap:7px;align-items:end;margin:10px 0;padding:9px;border:1px solid var(--line);border-radius:6px;background:#f8fafc}.accounting-catalog-form label{display:grid;gap:3px;color:var(--muted);font-size:11px}.accounting-catalog-form input,.accounting-catalog-form select{width:100%;min-height:30px;padding:0 7px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:12px}.accounting-catalog-form .catalog-check{display:flex;align-items:center;gap:5px;min-height:30px;color:var(--text);white-space:nowrap}.accounting-catalog-form .catalog-check input{width:13px;min-height:13px;height:13px}.accounting-catalog-form>.row-actions{grid-column:1 / -1}.cost-center-form{grid-template-columns:minmax(180px,.8fr) 120px minmax(200px,1fr)}.accounting-catalog-table-wrap{max-height:430px;overflow:auto}.accounting-catalog-table{min-width:690px}.accounting-catalog-table th,.accounting-catalog-table td{padding:6px 7px;font-size:11px;white-space:nowrap}.accounting-catalog-table td:nth-child(2){white-space:normal}.accounting-catalog-table .row-actions{flex-wrap:nowrap}@media (max-width: 760px){.procurement-table-wrap{margin-inline:-12px;border-radius:0;border-right:0;border-left:0}.editable-row-payment,.editable-row-payment label:nth-child(7),.editable-row-payment label:nth-child(8){grid-column:auto;grid-template-columns:1fr}.accounting-metrics,.accounting-reference-grid,.accounting-catalog-grid,.accounting-catalog-form,.cost-center-form{grid-template-columns:1fr}.accounting-toolbar,.accounting-filter-row{align-items:stretch;flex-direction:column}.accounting-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.accounting-month,.accounting-filter-row>label,.accounting-filter-row .metric-card{width:100%}}.quotation-review-title{color:#3f78a6!important;font-size:10px!important;line-height:1.1!important}.quotation-review-file-name{font-size:10px!important;line-height:1.12!important;font-weight:400!important}.quotation-review-file-name .reference-label-code{font-weight:700!important}.quotation-review-panel .quotation-decision-summary{display:grid;grid-template-columns:max-content minmax(320px,1fr);align-items:center;gap:6px}.quotation-review-panel .quotation-decision-summary>div{display:flex;align-items:center;gap:4px;min-width:0;white-space:nowrap}.quotation-review-panel .quotation-decision-summary>.quotation-budget-field{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:3px 4px;white-space:normal}.quotation-review-panel .quotation-decision-summary>div>span,.quotation-review-panel .quotation-decision-summary>div>strong{font-size:10px;line-height:1}.quotation-review-panel .quotation-decision-summary select{flex:1;min-width:0}.quotation-budget-allocations{--quotation-budget-field-font-size: 10px;display:grid;align-items:center;gap:4px;width:100%;min-width:0}.quotation-budget-allocation{display:grid;grid-template-columns:minmax(280px,52%) 88px 18px minmax(260px,1fr);align-items:center;gap:3px;min-width:0;width:100%}.budget-allocation-menu{position:relative;min-width:0}.budget-allocation-menu.unmatched-budget-select{border:0!important;color:inherit}.budget-allocation-menu.unmatched-budget-select .budget-allocation-select{border-color:var(--danger)!important;color:var(--danger)}.budget-allocation-select,.budget-allocation-trigger,.budget-allocation-options button{display:grid;grid-template-columns:minmax(0,1fr) 88px;align-items:center;gap:8px;width:100%;min-height:20px;height:20px;border:1px solid var(--line);border-radius:3px;background:#fff;color:var(--ink);padding:0 5px;font-family:Tahoma,Arial,sans-serif;font-size:var(--quotation-budget-field-font-size)!important;font-weight:400;line-height:1;text-align:left}.budget-allocation-select{display:block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.budget-allocation-trigger span,.budget-allocation-options button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--quotation-budget-field-font-size)!important;font-weight:400!important;line-height:1!important}.budget-allocation-trigger strong,.budget-allocation-options button strong{color:var(--ink);font-size:var(--quotation-budget-field-font-size)!important;font-weight:400!important;line-height:1!important;text-align:right;white-space:nowrap}.budget-allocation-options{position:absolute;z-index:20;top:calc(100% + 2px);left:0;right:0;max-height:210px;border:1px solid var(--line);border-radius:3px;background:#fff;box-shadow:0 8px 20px #1d252d1f;overflow-y:auto}.budget-allocation-options button{border:0;border-radius:0}.budget-allocation-options button:hover,.budget-allocation-options button.selected{background:#eef5ff;color:var(--accent)}.budget-allocation-options button:hover strong,.budget-allocation-options button.selected strong{color:var(--accent)}.quotation-budget-allocation input{width:88px;min-height:20px;height:20px;border-radius:3px;padding:0 4px;font-size:var(--quotation-budget-field-font-size)!important;font-weight:400;text-align:right}.quotation-allocation-remove,.quotation-allocation-add{min-height:18px!important;height:18px!important;padding:0 4px!important;font-size:8px!important}.quotation-allocation-remove{width:18px;padding:0!important}.quotation-allocation-total{font-size:9px!important;font-weight:700;flex:0 0 auto;margin-left:auto;white-space:nowrap}.quotation-allocation-footer{display:flex;grid-column:4;align-items:center;gap:5px;justify-content:flex-start;width:100%;min-width:0}.quotation-allocation-add{flex:0 0 auto}.quotation-allocation-total.ok{color:var(--ok)!important}.quotation-allocation-total.danger{color:var(--danger)!important}.quotation-budget-diagnostic{grid-column:2;display:block;color:var(--danger)!important;font-size:9px!important;line-height:1.1;white-space:normal}.quotation-review-panel .quotation-decision-summary .auth-error{grid-column:1 / -1}.notice-panel .notice-close{flex:0 0 auto;min-height:20px!important;height:20px!important;width:auto;border-radius:3px;padding:0 5px!important;gap:3px;font-size:10px!important;line-height:1}.notice-panel .notice-close svg{width:10px;height:10px}.procurement-view{gap:5px}.procurement-view>.section-toolbar{min-height:18px;gap:5px}.procurement-view .import-block-title{color:#3f78a6;font-size:11px;font-weight:700;letter-spacing:0;text-transform:uppercase}.procurement-view .procurement-table-wrap{max-height:calc(100vh - 155px);overflow:auto;border-radius:3px;box-shadow:none}.procurement-view .procurement-table{width:100%;min-width:1050px;table-layout:fixed;font-size:10px}.procurement-view .procurement-table th,.procurement-view .procurement-table td{height:20px;padding:2px 4px;line-height:1.05;vertical-align:middle}.procurement-view .procurement-table th{position:sticky;top:0;z-index:2;background:#f4f7f9;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;white-space:nowrap}.procurement-view .procurement-table td{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.procurement-view .procurement-table th:nth-child(1),.procurement-view .procurement-table td:nth-child(1){width:19%}.procurement-view .procurement-table th:nth-child(2),.procurement-view .procurement-table td:nth-child(2){width:15%}.procurement-view .procurement-table th:nth-child(3),.procurement-view .procurement-table td:nth-child(3){width:9%;text-align:right}.procurement-view .procurement-table th:nth-child(4),.procurement-view .procurement-table td:nth-child(4){width:10%}.procurement-view .procurement-table th:nth-child(5),.procurement-view .procurement-table td:nth-child(5){width:8%;text-align:right}.procurement-view .procurement-table th:nth-child(6),.procurement-view .procurement-table td:nth-child(6){width:8%;text-align:right}.procurement-view .procurement-table th:nth-child(7),.procurement-view .procurement-table td:nth-child(7){width:9%}.procurement-view .procurement-table th:nth-child(8),.procurement-view .procurement-table td:nth-child(8){width:9%;text-align:center}.procurement-view .procurement-table th:nth-child(9),.procurement-view .procurement-table td:nth-child(9){width:13%;text-align:right}.procurement-view .procurement-table th:nth-child(1),.procurement-view .procurement-table th:nth-child(2),.procurement-view .procurement-table th:nth-child(4),.procurement-view .procurement-table th:nth-child(7){text-align:left}.procurement-view .procurement-table th:nth-child(3),.procurement-view .procurement-table th:nth-child(5),.procurement-view .procurement-table th:nth-child(6),.procurement-view .procurement-table th:nth-child(9){text-align:right}.procurement-view .procurement-table th:nth-child(8){text-align:center}.procurement-view .procurement-code-cell{display:flex;align-items:center;gap:4px;max-width:100%;min-width:0}.procurement-view .procurement-code-cell strong{flex:0 0 auto;color:var(--text)!important;font-size:10px}.procurement-view .procurement-code-cell .procurement-code-separator,.procurement-view .procurement-code-cell span:not(.procurement-code-separator){color:var(--muted);font-size:9px}.procurement-view .procurement-code-cell span:not(.procurement-code-separator){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procurement-view .budget-base-cell,.procurement-view .budget-variance-cell{display:flex;align-items:center;gap:3px;min-width:0}.procurement-view .budget-base-cell{justify-content:flex-end;text-align:right}.procurement-view .budget-base-cell strong,.procurement-view .budget-base-cell span,.procurement-view .budget-variance-cell small{font-size:9px;white-space:nowrap}.procurement-view .compact-select-label select{min-height:18px;height:18px;max-width:100%;border-radius:2px;padding:0 3px;font-size:9px}.procurement-view .procurement-table .status-pill{min-height:15px;height:15px;border-radius:3px;padding:0 4px;font-size:8px;line-height:1}.procurement-view .procurement-table .row-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:2px}.procurement-view .procurement-table .compact-action{min-height:16px;height:16px;border-radius:3px;padding:0 4px;gap:2px;font-size:8px;line-height:1}.procurement-view .procurement-table .compact-action svg{width:10px;height:10px}.procurement-view .procurement-table .confirm-action{border-color:#b8d9c8;background:#f4fbf7;color:var(--ok)}.procurement-view .decision-row>td{padding:0;white-space:normal}.procurement-view .decision-panel,.procurement-view .trace-panel{gap:5px;border-radius:0;padding:6px;box-shadow:none}.procurement-view .procurement-closure-fields{display:grid;grid-template-columns:minmax(320px,760px);gap:5px;max-width:760px}.procurement-view .procurement-closure-fields label{display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase}.procurement-view .procurement-closure-fields input,.procurement-view .procurement-closure-fields select{width:100%;height:22px;border:1px solid var(--border);border-radius:3px;background:#fff;color:var(--text);font:inherit;font-size:10px;font-weight:400;text-transform:none}.procurement-view .procurement-closure-panel .decision-actions{justify-content:space-between}.procurement-view .procurement-closure-panel .decision-actions .muted-text{font-size:8px;line-height:1.2}.procurement-view .decision-heading,.procurement-view .decision-actions{gap:5px}.procurement-view .decision-heading>div{display:flex;align-items:center;gap:5px}.procurement-view .decision-heading .eyebrow{color:#3f78a6;font-size:10px;line-height:1}.procurement-view .decision-heading h3{font-size:10px}.procurement-view .decision-heading .status-pill,.procurement-view .decision-quote-option .status-pill{min-height:15px;height:15px;border-radius:3px;padding:0 4px;font-size:8px}.procurement-view .decision-grid{grid-template-columns:repeat(5,minmax(95px,1fr));gap:3px}.procurement-view .trace-grid{grid-template-columns:repeat(5,minmax(105px,1fr))}.procurement-view .decision-metric{gap:1px;min-height:38px;border-radius:3px;padding:3px 4px}.procurement-view .decision-metric span,.procurement-view .decision-metric small{font-size:8px}.procurement-view .decision-metric strong{font-size:10px}.procurement-view .purchase-budget-comparison{width:640px;max-width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:3px;background:#fff;overflow:hidden}.procurement-view .purchase-budget-comparison>strong{display:block;border-bottom:1px solid var(--line);padding:3px 5px;color:#3f78a6;font-size:9px;text-transform:uppercase}.procurement-view .purchase-budget-comparison table{width:100%;table-layout:fixed;font-size:9px}.procurement-view .purchase-budget-comparison th,.procurement-view .purchase-budget-comparison td{height:20px;padding:2px 4px;vertical-align:middle}.procurement-view .purchase-budget-comparison th{background:#f4f7f9;color:var(--muted);font-size:8px;text-transform:uppercase}.procurement-view .purchase-budget-comparison th:nth-child(1),.procurement-view .purchase-budget-comparison td:nth-child(1){width:46%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procurement-view .purchase-budget-comparison th:nth-child(2),.procurement-view .purchase-budget-comparison td:nth-child(2),.procurement-view .purchase-budget-comparison th:nth-child(3),.procurement-view .purchase-budget-comparison td:nth-child(3),.procurement-view .purchase-budget-comparison th:nth-child(4),.procurement-view .purchase-budget-comparison td:nth-child(4){width:18%;text-align:right}.procurement-view .decision-body{grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr);gap:5px}.procurement-view .purchase-schedule-layout{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:100%}.procurement-view .purchase-schedule-table-wrap{width:640px;max-width:100%;min-width:0;box-sizing:border-box;border:1px solid var(--line);border-radius:3px;background:#fff;overflow:hidden}.procurement-view .purchase-schedule-title{display:block;border-bottom:1px solid var(--line);padding:3px 5px;color:#3f78a6;font-size:9px;text-transform:uppercase}.procurement-view .purchase-schedule-table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed;font-size:9px;box-sizing:border-box}.procurement-view .purchase-schedule-table th,.procurement-view .purchase-schedule-table td{height:22px;padding:2px 3px;vertical-align:middle}.procurement-view .purchase-schedule-table th{background:#f4f7f9;color:var(--muted);font-size:8px;text-transform:uppercase}.procurement-view .purchase-schedule-table .schedule-col-installment{width:18%}.procurement-view .purchase-schedule-table .schedule-col-due{width:34%}.procurement-view .purchase-schedule-table .schedule-col-amount{width:48%}.procurement-view .purchase-schedule-table.has-remove-action .schedule-col-amount{width:44%}.procurement-view .purchase-schedule-table .schedule-col-action{width:4%}.procurement-view .procurement-table .purchase-schedule-table th:nth-child(1),.procurement-view .procurement-table .purchase-schedule-table td:nth-child(1){width:18%!important}.procurement-view .procurement-table .purchase-schedule-table th:nth-child(2),.procurement-view .procurement-table .purchase-schedule-table td:nth-child(2){width:34%!important}.procurement-view .procurement-table .purchase-schedule-table th:nth-child(3),.procurement-view .procurement-table .purchase-schedule-table td:nth-child(3){width:48%!important}.procurement-view .procurement-table .purchase-schedule-table.has-remove-action th:nth-child(3),.procurement-view .procurement-table .purchase-schedule-table.has-remove-action td:nth-child(3){width:44%!important}.procurement-view .procurement-table .purchase-schedule-table th:nth-child(4),.procurement-view .procurement-table .purchase-schedule-table td:nth-child(4){width:4%!important}.procurement-view .purchase-schedule-table th:nth-child(1),.procurement-view .purchase-schedule-table td:nth-child(1),.procurement-view .purchase-schedule-table th:nth-child(4),.procurement-view .purchase-schedule-table td:nth-child(4){text-align:center}.procurement-view .purchase-schedule-table th:nth-child(2),.procurement-view .purchase-schedule-table td:nth-child(2),.procurement-view .purchase-schedule-table th:nth-child(3),.procurement-view .purchase-schedule-table td:nth-child(3){text-align:right}.procurement-view .purchase-schedule-table td:nth-child(2) input,.procurement-view .purchase-schedule-table td:nth-child(3) input{text-align:right}.procurement-view .purchase-schedule-table input{display:block;width:100%;min-height:18px;height:18px;border-radius:2px;padding:0 3px;font-size:9px;box-sizing:border-box}.procurement-view .purchase-schedule-table td:nth-child(1){text-align:center}.procurement-view .purchase-payment-terms{display:flex;align-items:center;gap:5px;width:640px;max-width:100%;min-height:22px;border:1px solid var(--line);border-radius:3px;background:#fff;padding:2px 4px;font-size:9px;box-sizing:border-box}.procurement-view .purchase-payment-terms span{color:var(--muted);font-size:8px;text-transform:uppercase}.procurement-view .purchase-payment-terms strong{font-size:9px;font-weight:600}.procurement-view .purchase-total-cell{display:flex;flex-direction:column;gap:1px}.procurement-view .purchase-total-cell small{color:var(--muted);font-size:8px;white-space:nowrap}.procurement-view .purchase-amendment-editor{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(280px,1fr);gap:6px;width:640px;max-width:100%}.procurement-view .purchase-amendment-editor label{display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:8px;text-transform:uppercase}.procurement-view .purchase-amendment-editor input{width:100%;min-height:24px;box-sizing:border-box;color:var(--text);font-size:9px;text-transform:none}@media (max-width: 760px){.procurement-view .purchase-amendment-editor{grid-template-columns:1fr}}.procurement-view .purchase-schedule-remove{min-height:16px;height:16px;width:16px;padding:0;border-radius:2px}.procurement-view .purchase-schedule-footer{display:flex;align-items:center;gap:5px;min-height:24px;padding:2px 3px}.procurement-view .purchase-schedule-footer .compact-action{min-height:18px;height:18px;padding:0 4px;font-size:8px}.procurement-view .purchase-schedule-footer strong{font-size:9px}.procurement-view .purchase-schedule-footer strong.ok{color:var(--ok)}.procurement-view .purchase-schedule-footer strong.danger{color:var(--danger)}.procurement-view .decision-quote-list,.procurement-view .decision-alerts{gap:3px}.procurement-view .purchase-schedule-layout>.decision-alerts{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;width:100%}.procurement-view .decision-alert-content{display:grid;gap:3px;min-width:0}.procurement-view .decision-alerts .muted-text{font-size:10px}.procurement-view .decision-alerts .decision-actions{justify-content:flex-end;padding-top:0;justify-self:end}.procurement-view .decision-quote-option{grid-template-columns:12px minmax(0,1fr) auto auto;gap:4px;min-height:22px;border-radius:3px;padding:2px 4px;font-size:9px}.procurement-view .decision-quote-option input{width:11px;min-height:11px;height:11px;margin:0}.procurement-view .decision-quote-option div span,.procurement-view .decision-alert,.procurement-view .decision-alerts>strong{font-size:10px}.procurement-view .decision-alert{gap:3px}.procurement-view .decision-alert svg{width:10px;height:10px}.procurement-view .decision-actions .compact-action{min-height:20px;height:20px;border-radius:3px;padding:0 6px;font-size:9px}.budget-view{gap:5px;font-family:Tahoma,Geneva,Verdana,sans-serif;letter-spacing:0}.budget-view .budget-block-heading{display:flex;align-items:center;gap:5px;min-height:20px;overflow:visible}.budget-view .budget-block-heading .import-block-title{color:#3f78a6;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.budget-view .budget-block-heading>span{color:var(--muted);font-size:10px}.budget-view .budget-add-action{flex:0 0 auto;min-width:48px;min-height:18px;height:18px;width:auto;margin-left:auto;border-radius:2px;padding:0 4px;font-size:8px;line-height:1;overflow:visible;white-space:nowrap}.budget-view .budget-add-action svg{width:10px;height:10px}.budget-view .budget-create-form{display:flex;align-items:flex-end;gap:4px;min-height:42px;border:1px solid var(--line);border-radius:3px;padding:4px;background:#fff}.budget-view .budget-create-form label{display:grid;flex:0 0 105px;gap:2px;min-width:0;color:var(--muted);font-size:9px}.budget-view .budget-create-form label>span{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.budget-view .budget-create-form input,.budget-view .budget-create-form select{min-width:0;min-height:20px;height:20px;border-radius:2px;padding:0 3px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px}.budget-view .budget-create-form .budget-parent-field{flex-basis:210px}.budget-view .budget-create-form .budget-code-field{flex-basis:75px}.budget-view .budget-create-form .budget-description-field{flex:1 1 220px}.budget-view .budget-create-form .budget-unpriced-field{display:flex;flex:0 0 auto;align-items:center;gap:3px;min-height:20px}.budget-view .budget-create-form .budget-unpriced-field input{width:12px;min-height:12px;height:12px;margin:0}.budget-view .budget-create-actions{flex:0 0 auto;gap:3px}.budget-view .budget-create-actions .compact-action{min-height:20px;height:20px;border-radius:2px;padding:0 5px;font-size:9px;white-space:nowrap}.budget-view .budget-table-wrap{max-height:calc(100vh - 135px);overflow:auto;border:1px solid var(--line);border-radius:3px;background:#fff;box-shadow:none}.budget-view .budget-table{width:100%;min-width:1050px;table-layout:fixed;font-size:10px}.budget-view .budget-table th,.budget-view .budget-table td{height:20px;padding:2px 4px;line-height:1.05;vertical-align:middle}.budget-view .budget-table th{position:sticky;top:0;z-index:2;background:#f4f7f9;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;white-space:nowrap}.budget-view .budget-table td{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.budget-view .budget-table th:nth-child(1),.budget-view .budget-table td:nth-child(1){width:6%;text-align:left}.budget-view .budget-table th:nth-child(2),.budget-view .budget-table td:nth-child(2){width:32%;text-align:left}.budget-view .budget-table th:nth-child(3),.budget-view .budget-table td:nth-child(3){width:11%;text-align:right}.budget-view .budget-table th:nth-child(4),.budget-view .budget-table td:nth-child(4){width:14%;text-align:right}.budget-view .budget-table th:nth-child(5),.budget-view .budget-table td:nth-child(5){width:10%;text-align:right}.budget-view .budget-table th:nth-child(6),.budget-view .budget-table td:nth-child(6){width:10%;text-align:right}.budget-view .budget-table th:nth-child(7),.budget-view .budget-table td:nth-child(7){width:10%;text-align:right}.budget-view .budget-table th:nth-child(8),.budget-view .budget-table td:nth-child(8){width:7%;text-align:right}.budget-view .budget-level-one{background:#f4f7f9;font-weight:700}.budget-view .budget-total-row{background:#eaf2f8;color:var(--ink);font-weight:700}.budget-view .budget-total-row td{position:sticky;top:20px;z-index:1;background:#eaf2f8;border-bottom:1px solid #cbd8e3;font-size:10px}.budget-view .budget-level-two{background:#fff;font-weight:400}.budget-view .budget-level-two .budget-item-name{display:inline-flex;padding-left:12px;color:var(--ink)}.budget-view .budget-expander{width:12px;height:12px;border-radius:2px;font-size:9px}.budget-view .budget-child-count{font-size:8px}.budget-view .budget-table .status-pill{min-height:15px;height:15px;border-radius:3px;padding:0 4px;font-size:8px;line-height:1}.budget-view .budget-table .compact-action{min-height:16px;height:16px;width:auto;border-radius:2px;padding:0 4px;font-size:8px;line-height:1;white-space:nowrap}.budget-view .budget-inline-input,.budget-view .budget-table .currency-input{width:100%;height:16px;min-height:16px;padding:0 3px;border:1px solid var(--line);border-radius:2px;font-family:Tahoma,Arial,sans-serif;font-size:10px;line-height:1}.budget-view .budget-inline-check{display:inline-flex;align-items:center;gap:3px;margin-left:4px;font-size:8px;line-height:1;white-space:nowrap}.budget-view .budget-inline-check input{width:10px;height:10px;margin:0}.budget-view .budget-row-actions{justify-content:flex-end;gap:2px}@media (max-width: 1100px){.budget-view .budget-create-form{flex-wrap:wrap}}.payments-view{gap:5px;font-family:Tahoma,Geneva,Verdana,sans-serif;letter-spacing:0}.payments-view>.section-toolbar{min-height:20px;margin:0;gap:5px}.payments-view .import-block-title,.payments-view .payment-block-heading .import-block-title{color:#3f78a6;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.payments-view>.section-toolbar .row-actions{gap:3px;margin-left:auto;flex-wrap:nowrap}.payments-view>.section-toolbar .compact-action,.payments-view .payment-block-heading .compact-action{min-height:20px;height:20px;border-radius:3px;padding:0 5px;font-size:9px;white-space:nowrap}.payments-view>.section-toolbar .compact-action svg{width:12px;height:12px}.payments-view>.section-toolbar .status-pill{min-height:15px;height:15px;padding:0 4px;font-size:8px}.payments-view .payment-block-heading{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:20px}.payments-view .payment-block-heading>div:first-child{display:grid;gap:1px}.payments-view .payment-block-heading span{color:var(--muted);font-size:10px}.receipts-view .payment-block-heading{min-height:34px;padding:0 1px}.receipts-view .payment-block-heading .import-block-title{color:#3f78a6;font-size:11px;font-weight:700;letter-spacing:0;line-height:1;text-transform:uppercase}.payments-view .payment-block-heading>.compact-action,.payments-view .payment-block-heading>.row-actions{margin-left:auto}.ai-consultation-view{max-width:980px;gap:6px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px}.ai-consultation-heading{display:flex;align-items:end;justify-content:space-between;min-height:20px}.ai-consultation-heading .import-block-title{color:#3f78a6;font-size:11px;font-weight:700;text-transform:uppercase}.ai-consultation-heading p{margin:1px 0 0;color:var(--muted);font-size:9px;line-height:13px}.ai-chat-panel{display:grid;grid-template-rows:minmax(300px,1fr) auto;min-height:calc(100vh - 190px);overflow:hidden;border:1px solid var(--line);border-radius:3px;background:#fff}.ai-chat-history{display:grid;align-content:start;gap:8px;overflow:auto;padding:8px}.ai-chat-welcome{display:grid;justify-items:center;align-self:center;gap:5px;padding:60px 16px;color:var(--muted);text-align:center}.ai-chat-welcome strong{color:var(--ink);font-size:10px}.ai-chat-welcome span{font-size:9px}.ai-chat-exchange{display:grid;gap:5px}.ai-chat-question{justify-self:end;max-width:78%;border-radius:5px 5px 2px;padding:5px 7px;background:#eaf3ff;color:#173f68;font-size:9px;line-height:13px}.ai-chat-answer{display:grid;gap:5px}.ai-chat-answer>p{font-size:9px;font-weight:700}.ai-chat-answer>small{color:var(--muted);font-size:8px}.ai-result-list{display:grid;gap:3px}.ai-result-card{display:flex;align-items:center;justify-content:space-between;gap:7px;border:1px solid var(--line);border-radius:3px;padding:3px 5px}.ai-result-main{min-width:0}.ai-result-title,.ai-result-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.ai-result-title strong{font-size:9px}.ai-result-main>p,.ai-result-meta{margin-top:2px;color:var(--muted);font-size:8px}.ai-result-meta strong{color:var(--ink)}.ai-result-card .compact-action{flex:0 0 auto;min-height:20px;height:20px;padding:0 5px;font-size:8px}.ai-chat-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px;border-top:1px solid var(--line);padding:5px;background:#f8fafc}.ai-chat-form input{min-height:20px;height:20px;padding:1px 5px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px}.ai-chat-form .primary-action{min-height:20px;height:20px;padding:0 6px;font-size:9px}@media (max-width: 720px){.ai-result-card{align-items:stretch;flex-direction:column}.ai-result-card .compact-action{align-self:flex-start}.ai-chat-form{grid-template-columns:1fr}}.payments-view .payment-review-panel,.payments-view .manual-evidence-panel{border:1px solid var(--line);border-radius:3px;padding:0;background:#fff;box-shadow:none}.payments-view .payment-review-table,.payments-view .payments-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:3px;background:#fff;box-shadow:none}.payments-view .payments-table-wrap{max-height:calc(100vh - 150px)}.payments-view .payment-review-table{border:0;border-radius:0}.payments-view .payment-review-table table,.payments-view .payments-table{width:100%;min-width:1120px;table-layout:fixed;font-size:10px}.payments-view .payment-review-table th,.payments-view .payment-review-table td,.payments-view .payments-table th,.payments-view .payments-table td{height:20px;padding:2px 4px;line-height:1.05;vertical-align:middle}.payments-view .payment-review-table th,.payments-view .payments-table th{position:sticky;top:0;z-index:2;background:#f4f7f9;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;white-space:nowrap}.payments-view .payment-review-table td,.payments-view .payments-table td{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.payments-view .payment-review-table td>span:not(.status-pill),.payments-view .payments-table td>span:not(.status-pill),.payments-view .payments-table td .muted-text,.payments-view .payments-table td .compact-text-cell,.payments-view .payment-review-table td .muted-text{font-size:10px}.payments-view .payments-table th:nth-child(1),.payments-view .payments-table td:nth-child(1){width:18%;text-align:left}.payments-view .payments-table th:nth-child(2),.payments-view .payments-table td:nth-child(2){width:5%;text-align:left}.payments-view .payments-table th:nth-child(3),.payments-view .payments-table td:nth-child(3){width:9%;text-align:right}.payments-view .payments-table th:nth-child(4),.payments-view .payments-table td:nth-child(4){width:9%;text-align:center}.payments-view .payments-table th:nth-child(5),.payments-view .payments-table td:nth-child(5){width:13%;text-align:left}.payments-view .payments-table th:nth-child(6),.payments-view .payments-table td:nth-child(6){width:8%;text-align:center}.payments-view .payments-table th:nth-child(7),.payments-view .payments-table td:nth-child(7){width:12%;text-align:center}.payments-view .payments-table th:nth-child(8),.payments-view .payments-table td:nth-child(8){width:12%;text-align:left}.payments-view .payments-table th:nth-child(9),.payments-view .payments-table td:nth-child(9){width:14%;text-align:right}.payments-view .payments-table input,.payments-view .payments-table select,.payments-view .payments-table textarea{width:100%;min-height:18px;height:18px;border-radius:2px;padding:0 3px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px}.payments-view .payments-table textarea{resize:none}.payments-view .payments-table .status-pill,.payments-view .payment-review-table .status-pill{min-height:15px;height:15px;border-radius:3px;padding:0 4px;font-size:10px;font-weight:400;line-height:1}.payments-view .payments-table .row-actions,.payments-view .receipt-cell{display:flex;align-items:center;justify-content:flex-end;gap:3px;flex-wrap:nowrap}.payments-view .receipt-cell{justify-content:center}.receipts-view .receipts-table-wrap{max-height:calc(100vh - 210px);overflow:auto;border:1px solid var(--line);border-radius:3px;background:#fff}.receipts-view .receipts-table{width:100%;min-width:1080px;table-layout:fixed;font-size:10px}.receipts-view .receipts-table th,.receipts-view .receipts-table td{height:20px;padding:2px 4px;line-height:1.05;vertical-align:middle}.receipts-view .receipts-table th{position:sticky;top:0;z-index:2;background:#f4f7f9;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;white-space:nowrap}.receipts-view .receipts-table td{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.receipts-view .receipts-table th:nth-child(1),.receipts-view .receipts-table td:nth-child(1){width:27%;text-align:left}.receipts-view .receipts-table th:nth-child(2),.receipts-view .receipts-table td:nth-child(2){width:12%;text-align:left}.receipts-view .receipts-table th:nth-child(3),.receipts-view .receipts-table td:nth-child(3){width:8%;text-align:right}.receipts-view .receipts-table th:nth-child(4),.receipts-view .receipts-table td:nth-child(4){width:7%;text-align:center}.receipts-view .receipts-table th:nth-child(5),.receipts-view .receipts-table td:nth-child(5){width:7%;text-align:center}.receipts-view .receipts-table th:nth-child(6),.receipts-view .receipts-table td:nth-child(6){width:28%;text-align:left}.receipts-view .receipts-table th:nth-child(7),.receipts-view .receipts-table td:nth-child(7){width:11%;text-align:right}.receipts-view .receipts-table td:nth-child(6){overflow:visible}.receipts-view .receipt-group-row td{height:18px;padding:2px 4px;border-left:3px solid #3f78a6;background:#f1f4f7;color:#3f78a6;font-size:9px;font-weight:700;text-align:left}.receipts-view .receipt-group-row span{margin-left:3px;color:var(--muted);font-size:9px;font-weight:400}.receipts-view .group-toggle{width:14px;min-width:14px;height:14px;min-height:14px;margin:0 5px 0 0;border:1px solid var(--line);border-radius:2px;padding:0;background:#fff;color:#3f78a6;font-family:Tahoma,Arial,sans-serif;font-size:9px;font-weight:700;line-height:12px;vertical-align:middle}.receipts-view .receipts-table select{width:100%;min-height:18px;height:18px;border-radius:2px;padding:0 3px;font-size:10px}.receipts-view .receipt-payment-picker{position:relative;width:100%}.receipts-view .receipt-linked-payments{display:grid;gap:1px}.receipts-view .receipt-linked-payments:not(:empty){margin-bottom:1px}.receipts-view .receipt-payment-entry-row{display:grid;grid-template-columns:minmax(0,1fr) 16px 16px;align-items:center;gap:2px}.receipts-view .receipt-add-payment-button,.receipts-view .receipt-remove-payment-button{width:16px;min-width:16px;height:16px;min-height:16px;border:1px solid var(--line);border-radius:2px;padding:0;background:#fff;color:var(--text);font-family:Tahoma,Arial,sans-serif;font-size:9px;font-weight:700;line-height:14px}.receipts-view .receipt-remove-payment-button{color:#c2413b}.receipts-view .receipt-payment-trigger,.receipts-view .receipt-payment-option{display:grid;grid-template-columns:minmax(0,1fr) 68px 58px;align-items:center;width:100%;height:18px;border:1px solid var(--line);border-radius:2px;background:#fff;color:var(--text);font-family:Tahoma,Arial,sans-serif;font-size:10px;line-height:1;text-align:left;cursor:pointer}.receipts-view .receipt-payment-trigger{padding:0 14px 0 4px;position:relative}.receipts-view .receipt-payment-trigger:after{content:"▾";position:absolute;right:4px;top:50%;transform:translateY(-54%);color:var(--muted);font-size:9px}.receipts-view .receipt-payment-static{cursor:default;padding-right:4px}.receipts-view .receipt-payment-static:after{content:""}.receipts-view .receipt-payment-trigger span,.receipts-view .receipt-payment-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.receipts-view .receipt-payment-trigger span:nth-child(2),.receipts-view .receipt-payment-option span:nth-child(2){text-align:right}.receipts-view .receipt-payment-trigger span:nth-child(3),.receipts-view .receipt-payment-option span:nth-child(3){text-align:center}.receipts-view .receipt-payment-options{position:absolute;z-index:20;top:20px;left:0;width:min(360px,44vw);max-height:260px;overflow:auto;border:1px solid var(--line);border-radius:3px;background:#fff;box-shadow:0 10px 22px #0f172a1f}.receipts-view .receipt-payment-option{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:0 6px}.receipts-view .receipt-payment-option:hover{background:#eef4ff}.receipts-view .receipt-payment-option.empty{color:var(--muted)}.receipts-view .receipts-table .status-pill{min-height:15px;height:15px;padding:0 4px;font-size:8px}.receipts-view .receipts-table .compact-action{min-height:16px;height:16px;border-radius:2px;padding:0 4px;font-size:8px;white-space:nowrap}.receipts-view .receipt-row-actions{display:flex;justify-content:flex-end;gap:3px;white-space:nowrap}.receipts-view .receipt-line-action{width:40px;justify-content:center}.receipts-view .receipt-evidence-edit-row td{height:22px;padding:2px 4px;background:#f8fafc}.receipts-view .receipt-evidence-editor{display:grid;grid-template-columns:minmax(160px,1fr) 90px 90px 48px;gap:4px;align-items:center;max-width:560px}.receipts-view .receipt-evidence-input{width:100%;height:17px;border:1px solid var(--line);border-radius:2px;padding:0 3px;font-family:Tahoma,Arial,sans-serif;font-size:10px;line-height:1}.receipts-view .receipt-evidence-input.value,.receipts-view .receipt-evidence-input.date{text-align:right}.receipts-view .receipt-manual-upload{display:grid;grid-template-columns:minmax(320px,1fr) minmax(280px,1fr) auto;align-items:center;gap:4px;min-height:28px;border:1px solid var(--line);border-radius:3px;padding:3px 4px;background:#fff}.receipts-view .receipt-manual-upload select,.receipts-view .receipt-manual-upload input{min-width:0;min-height:20px;height:20px;border-radius:2px;font-size:10px}.receipts-view .receipt-manual-upload input[type=file]{min-height:22px;height:22px;padding:1px 2px;line-height:18px}.receipts-view .receipt-manual-upload input[type=file]::file-selector-button{height:18px;margin:0 4px 0 0;border:1px solid var(--line);border-radius:2px;padding:0 5px;background:#fff;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px;line-height:16px;vertical-align:top}.receipts-view .receipt-manual-upload .compact-action{min-height:20px;height:20px;padding:0 5px;font-size:9px;white-space:nowrap}.payables-view .payables-match-table>thead>tr>th:nth-child(1),.payables-view .payables-match-table>tbody>tr>td:nth-child(1){width:13%;text-align:left}.payables-view .payables-match-table>thead>tr>th:nth-child(2),.payables-view .payables-match-table>tbody>tr>td:nth-child(2){width:7%;text-align:center}.payables-view .payables-match-table>thead>tr>th:nth-child(3),.payables-view .payables-match-table>tbody>tr>td:nth-child(3){width:6%;text-align:right}.payables-view .payables-match-table>thead>tr>th:nth-child(4),.payables-view .payables-match-table>tbody>tr>td:nth-child(4){width:24%;text-align:left}.payables-view .payables-match-table>thead>tr>th:nth-child(5),.payables-view .payables-match-table>tbody>tr>td:nth-child(5){width:8%;text-align:right}.payables-view .payables-match-table>thead>tr>th:nth-child(6),.payables-view .payables-match-table>tbody>tr>td:nth-child(6){width:5%;text-align:right}.payables-view .payables-match-table>thead>tr>th:nth-child(7),.payables-view .payables-match-table>tbody>tr>td:nth-child(7){width:5%;text-align:right}.payables-view .payables-match-table>thead>tr>th:nth-child(8),.payables-view .payables-match-table>tbody>tr>td:nth-child(8){width:5%;text-align:right}.payables-view .payables-match-table>thead>tr>th:nth-child(9),.payables-view .payables-match-table>tbody>tr>td:nth-child(9){width:27%;text-align:right}.payables-view .payable-group-row td{height:18px;padding:2px 4px;background:#f1f4f7;color:#3f78a6;font-size:9px;font-weight:700;text-align:left}.payables-view .payable-group-row.perfect td{border-left:3px solid var(--ok)}.payables-view .payable-group-row.divergent td{border-left:3px solid var(--danger)}.payables-view .payable-group-row.unmatched td,.payables-view .payable-group-row.orphan td{border-left:3px solid var(--warn)}.payables-view .payable-group-row span{margin-left:3px;color:var(--muted);font-size:9px;font-weight:400}.payables-view .group-toggle{width:14px;min-width:14px;height:14px;min-height:14px;margin:0 5px 0 0;border:1px solid var(--line);border-radius:2px;padding:0;background:#fff;color:#3f78a6;font-family:Tahoma,Arial,sans-serif;font-size:9px;font-weight:700;line-height:12px;vertical-align:middle}.payables-view .payables-match-table td:nth-child(5)>.status-pill{margin-right:3px}.payables-view .payables-match-table .compact-action{min-height:16px;height:16px;padding:0 4px;font-size:8px;white-space:nowrap}.payables-view .payable-row-actions{justify-content:flex-end;gap:3px;flex-wrap:nowrap}.payables-view .payable-row-actions .compact-action{flex:0 0 auto}.payables-view .orphan-payment-row{background:#fffaf2}.payables-view .direct-contract-row>td{padding:0;background:#fff;white-space:normal}.payables-view .payment-correction-row>td{padding:0;background:#fff;white-space:normal}.payables-view .payment-correction-panel{display:grid;gap:4px;width:calc(100% - 12px);margin-left:12px;border:1px solid var(--line);border-radius:3px;padding:5px;background:#fff}.payables-view .payment-correction-heading{display:flex;align-items:center;gap:5px;min-height:20px}.payables-view .payment-correction-heading strong{color:#3f78a6;font-size:10px}.payables-view .payment-correction-heading button{min-height:18px;height:18px;margin-left:auto;padding:0 4px;font-size:8px}.payables-view .payment-correction-fields{display:grid;grid-template-columns:minmax(260px,1fr) 130px 130px auto;align-items:end;gap:4px}.payables-view .payment-correction-fields label{display:grid;gap:2px;min-width:0}.payables-view .payment-correction-fields label>span{color:var(--muted);font-size:8px;text-transform:uppercase}.payables-view .payment-correction-fields input,.payables-view .payment-correction-fields select{width:100%;min-width:0;min-height:20px;height:20px;border-radius:2px;padding:0 3px;font-size:10px}.payables-view .payment-correction-fields>button{min-height:20px;height:20px;padding:0 5px;font-size:9px;white-space:nowrap}.payables-view .payment-correction-panel .auth-error{margin:0;font-size:9px}.payables-view .direct-contract-panel{display:grid;gap:4px;width:calc(100% - 12px);margin-left:12px;border:1px solid var(--line);border-radius:3px;padding:5px;background:#fff}.payables-view .direct-contract-heading{display:flex;align-items:center;gap:5px;min-height:20px}.payables-view .direct-contract-heading>strong{color:#3f78a6;font-size:10px}.payables-view .direct-contract-heading>span{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.payables-view .direct-contract-heading>button{min-height:18px;height:18px;margin-left:auto;padding:0 4px;font-size:8px}.payables-view .direct-contract-fields{display:grid;grid-template-columns:130px minmax(220px,1fr) 130px minmax(260px,1fr) auto;align-items:end;gap:4px}.payables-view .direct-contract-fields label{display:grid;gap:2px;min-width:0}.payables-view .direct-contract-fields label>span{color:var(--muted);font-size:8px;text-transform:uppercase}.payables-view .direct-contract-fields input,.payables-view .direct-contract-fields select{width:100%;min-width:0;min-height:20px;height:20px;border-radius:2px;padding:0 3px;font-size:10px}.payables-view .direct-contract-fields>button{min-height:20px;height:20px;padding:0 5px;font-size:9px;white-space:nowrap}.payables-view .direct-existing-field{grid-column:2 / 5}.payables-view .direct-contract-panel .auth-error{margin:0;font-size:9px}.payables-view .payment-comparison-heading{justify-content:flex-start;min-height:20px}.payables-view .payment-comparison-heading .compact-action{min-height:18px;height:18px;margin-left:auto;padding:0 4px;font-size:8px;white-space:nowrap}.payables-view .payment-comparison-heading .eyebrow,.payables-view .payment-comparison-heading h3{margin:0;line-height:1}.payables-view .payment-comparison-table-wrap{width:min(100%,650px);overflow:hidden;border:1px solid var(--line);border-radius:3px}.payables-view .payment-comparison-table{display:grid;grid-template-columns:90px 280px 280px;width:650px;max-width:100%;font-size:10px}.payables-view .payment-comparison-table colgroup{display:none}.payables-view .payment-comparison-table thead,.payables-view .payment-comparison-table tbody,.payables-view .payment-comparison-table tr{display:contents}.payables-view .payment-comparison-table th,.payables-view .payment-comparison-table td{box-sizing:border-box;height:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:2px 4px;line-height:1.05;align-items:center}.payables-view .payment-comparison-table th:nth-child(3),.payables-view .payment-comparison-table td:nth-child(3){border-right:0}.payables-view .payment-comparison-table tbody tr:last-child td{border-bottom:0}.payables-view .payment-comparison-table th{background:#f4f7f9;color:var(--muted);font-size:8px;text-transform:uppercase}.payables-view .payment-comparison-table th:nth-child(1),.payables-view .payment-comparison-table td:nth-child(1){width:90px!important;min-width:90px;max-width:90px;text-align:left}.payables-view .payment-comparison-table th:nth-child(2),.payables-view .payment-comparison-table td:nth-child(2){width:280px!important;min-width:280px;max-width:280px;text-align:left}.payables-view .payment-comparison-table th:nth-child(3),.payables-view .payment-comparison-table td:nth-child(3){width:280px!important;min-width:280px;max-width:280px;text-align:left}.payables-view .payment-comparison-table .comparison-field-column{width:90px!important}.payables-view .payment-comparison-table .comparison-source-column{width:280px!important}.payables-view .payment-comparison-table tbody td:first-child{display:flex;align-items:center;border-right:1px solid var(--line);background:#f4f7f9;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase}.payables-view .payment-comparison-table input,.payables-view .payment-comparison-table select{width:100%;min-height:16px;height:16px;padding:0 3px;font-size:9px;line-height:16px}.payables-view .payment-comparison-table .comparison-ok{color:var(--ok)}.payables-view .payment-comparison-table .comparison-danger{color:var(--danger);font-weight:600}.payables-view .payment-comparison-summary{display:grid;grid-template-columns:minmax(360px,1fr) auto auto;align-items:center;gap:3px;width:100%}.payables-view .payment-comparison-summary>div{display:flex;align-items:center;gap:4px;min-height:18px;height:18px;border:1px solid var(--line);border-radius:3px;padding:0 4px;font-size:9px}.payables-view .payment-comparison-summary>div strong{color:var(--muted);font-size:8px;text-transform:uppercase}.payables-view .payment-comparison-summary>div>span{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.payables-view .payment-summary-status{min-height:15px;height:15px;padding:0 4px;font-size:9px;font-style:normal;font-weight:400;white-space:nowrap}.payables-view .payment-comparison-summary .receipt-open-link{min-height:15px;height:15px;padding:0 4px;font-size:9px}.payables-view .receipt-open-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:15px;height:15px;border:1px solid #b9d4f5;border-radius:3px;padding:0 4px;background:#eaf3ff;color:#006fff;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px;font-weight:400;text-decoration:underline;cursor:pointer}.payables-view .receipt-open-link:hover:not(:disabled){border-color:#8ebcea;background:#dcecff;color:#0059cc}.payables-view .receipt-open-link:disabled{cursor:wait;opacity:.7}.payables-view .decision-actions .success-action,.payables-view .success-action{border:1px solid var(--ok);background:var(--ok);color:#fff}.payables-view .bank-action{border:1px solid #2f6fa5;background:#2f6fa5;color:#fff}.payables-view .success-action:disabled,.payables-view .bank-action:disabled{opacity:.45}.payables-view .decision-actions .danger-action{border-color:var(--danger);background:var(--danger);color:#fff}.payables-view .decision-actions{justify-content:flex-end}.payables-view .decision-actions .row-actions{justify-content:flex-end;margin-left:auto}.payables-view .decision-panel,.procurement-view .decision-panel,.quotation-review-panel,.payment-list-preview{width:calc(100% - 12px);margin-left:12px}.payments-view .payments-table .compact-action,.payments-view .payment-review-table .compact-action,.payments-view .manual-evidence-panel .compact-action{min-height:16px;height:16px;border-radius:2px;padding:0 4px;font-size:8px;line-height:1;white-space:nowrap}.payments-view .payments-table .compact-action svg{width:10px;height:10px}.payments-view .compact-text-cell{max-width:none;color:var(--muted);font-size:10px}.payments-view .manual-evidence-list{display:grid;gap:0}.payments-view .manual-evidence-item{display:grid;grid-template-columns:minmax(220px,1fr) minmax(300px,1.2fr) auto;align-items:center;gap:4px;min-height:24px;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:2px 4px}.payments-view .manual-evidence-item:last-child{border-bottom:0}.payments-view .manual-evidence-item div{display:flex;min-width:0;gap:4px}.payments-view .manual-evidence-item strong,.payments-view .manual-evidence-item span,.payments-view .manual-evidence-item select{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.payment-import-view .payment-preview-table th,.payment-import-view .payment-preview-table td{height:20px!important;min-height:20px!important;padding:0 3px!important;font-size:8px!important;line-height:1!important}.payment-import-view .payment-preview-table .payment-cell-input,.payment-import-view .payment-preview-table .payment-field-row select{height:18px!important;min-height:18px!important;padding:0 2px!important;font-size:8px!important;line-height:18px!important}.payment-import-view .payment-preview-table .line-select-checkbox{width:10px!important;min-width:10px!important;height:10px!important;min-height:10px!important}.payment-import-view .drive-inventory-table th,.payment-import-view .drive-inventory-table td{height:18px!important;min-height:18px!important;padding:1px 4px!important;line-height:1!important}.payment-import-view .drive-inventory-table .compact-action,.payment-import-view .drive-inventory-table .status-pill{height:15px!important;min-height:15px!important;padding:0 4px!important;font-size:8px!important;line-height:1!important}.quotation-import-view .drive-inventory-table th,.quotation-import-view .drive-inventory-table td{height:18px!important;min-height:18px!important;padding:1px 4px!important;line-height:1!important}.quotation-import-view .drive-inventory-table .compact-action,.quotation-import-view .drive-inventory-table .status-pill{height:15px!important;min-height:15px!important;padding:0 4px!important;font-size:8px!important;line-height:1!important}.quotation-import-view .quotation-review-panel .comparison-table th,.quotation-import-view .quotation-review-panel .comparison-table td{height:16px!important;min-height:16px!important;padding:0 3px!important;line-height:1!important}.quotation-import-view .quotation-review-panel .comparison-table input,.quotation-import-view .quotation-review-panel .comparison-table textarea,.quotation-import-view .quotation-review-panel .quotation-decision-summary select,.quotation-import-view .quotation-review-panel .quotation-budget-allocation input{height:14px!important;min-height:14px!important;padding:0 2px!important;font-size:10px!important;line-height:14px!important}.quotation-import-view .quotation-review-panel .comparison-table textarea{overflow:hidden!important}.payments-view .manual-evidence-item select{min-height:20px;height:20px;border-radius:2px}.payments-view .decision-row>td{padding:0;white-space:normal}.payments-view .decision-panel{gap:5px;border-radius:0;padding:6px;box-shadow:none}.payments-view .decision-heading,.payments-view .decision-actions{gap:5px}.payments-view .decision-heading>div{display:flex;align-items:center;gap:5px}.payments-view .decision-heading .eyebrow{color:#3f78a6;font-size:10px;line-height:1}.payments-view .decision-heading h3{font-size:10px}.payments-view .decision-heading .status-pill{min-height:15px;height:15px;border-radius:3px;padding:0 4px;font-size:8px}.payments-view .decision-grid{grid-template-columns:repeat(7,minmax(95px,1fr));gap:3px}.payments-view .decision-metric{gap:1px;min-height:38px;border-radius:3px;padding:3px 4px}.payments-view .decision-metric span,.payments-view .decision-metric small{font-size:8px}.payments-view .decision-metric strong{font-size:10px}.payments-view .decision-body{grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr);gap:5px}.payments-view .payment-decision-details,.payments-view .decision-alerts{gap:3px}.payments-view .payment-decision-details .pending-line,.payments-view .decision-bank-box{min-height:22px;border-radius:3px;padding:3px 4px}.payments-view .payment-decision-details .pending-line strong,.payments-view .payment-decision-details .pending-line span,.payments-view .decision-bank-box strong,.payments-view .decision-bank-box p,.payments-view .decision-alert,.payments-view .decision-alerts>strong{font-size:9px}.payments-view .decision-alert{gap:3px}.payments-view .decision-alert svg{width:10px;height:10px}.payments-view .decision-actions .compact-action{min-height:20px;height:20px;border-radius:3px;padding:0 6px;font-size:9px;white-space:nowrap}@media (max-width: 1100px){.payments-view>.section-toolbar{align-items:flex-start}.payments-view>.section-toolbar .row-actions{flex-wrap:wrap;justify-content:flex-end}}.procurement-view .trace-layout{gap:5px}.procurement-view .trace-column,.procurement-view .trace-section{gap:4px}.procurement-view .trace-section{border-radius:3px;padding:4px}.procurement-view .trace-section>strong,.procurement-view .pending-line strong,.procurement-view .pending-line span{font-size:9px}.procurement-view .pending-line{gap:4px;padding:3px 0}.quotation-import-view .drive-inventory-table table,.payment-import-view .drive-inventory-table table,.receipts-view .receipts-table,.reconciliation-view table{font-size:10px!important}.quotation-import-view .drive-inventory-table th,.payment-import-view .drive-inventory-table th,.receipts-view .receipts-table th,.reconciliation-view th{height:18px!important;min-height:18px!important;padding:1px 4px!important;font-size:10px!important;font-weight:700!important;line-height:1!important}.quotation-import-view .drive-inventory-table td,.payment-import-view .drive-inventory-table td,.receipts-view .receipts-table td,.reconciliation-view td{height:18px!important;min-height:18px!important;padding:1px 4px!important;font-size:10px!important;font-weight:400!important;line-height:1!important}.quotation-import-view .drive-inventory-table .status-pill,.quotation-import-view .drive-inventory-table .compact-action,.payment-import-view .drive-inventory-table .status-pill,.payment-import-view .drive-inventory-table .compact-action,.receipts-view .receipts-table .status-pill,.receipts-view .receipts-table .compact-action,.reconciliation-view .status-pill,.reconciliation-view .compact-action,.reconciliation-view select,.receipts-view .receipt-payment-trigger,.receipts-view .receipt-payment-option,.receipts-view .receipt-evidence-input{height:16px!important;min-height:16px!important;font-size:9px!important;font-weight:400!important;line-height:1!important}.quotation-import-view .quotation-review-panel .comparison-table,.payment-import-view .payment-preview-table{font-size:9px!important}.quotation-import-view .quotation-review-panel .comparison-table th,.payment-import-view .payment-preview-table th,.receipts-view .receipt-evidence-edit-row th{height:18px!important;min-height:18px!important;padding:0 3px!important;font-size:9px!important;font-weight:700!important;line-height:1!important}.quotation-import-view .quotation-review-panel .comparison-table td,.payment-import-view .payment-preview-table td,.receipts-view .receipt-evidence-edit-row td{height:18px!important;min-height:18px!important;padding:0 3px!important;font-size:9px!important;font-weight:400!important;line-height:1!important}.quotation-import-view .quotation-review-panel .comparison-table input,.quotation-import-view .quotation-review-panel .comparison-table textarea,.quotation-import-view .quotation-review-panel .quotation-decision-summary select,.quotation-import-view .quotation-review-panel .budget-allocation-select,.quotation-import-view .quotation-review-panel .budget-allocation-trigger,.quotation-import-view .quotation-review-panel .budget-allocation-options button,.quotation-import-view .quotation-review-panel .quotation-budget-allocation input,.payment-import-view .payment-preview-table .payment-cell-input,.payment-import-view .payment-preview-table .payment-field-row select,.receipts-view .receipt-evidence-editor input{height:16px!important;min-height:16px!important;padding:0 2px!important;font-size:9px!important;font-weight:400!important;line-height:16px!important}table th{font-weight:700!important}table td,table td strong{font-weight:400!important}.table-wrap thead th,.drive-inventory-table thead th,.payment-preview-table thead th,.comparison-table-wrap thead th,.procurement-table-wrap thead th,.payment-review-table-wrap thead th,.budget-table-wrap thead th,.payments-table-wrap thead th,.receipts-table-wrap thead th,.reconciliation-view .table-wrap thead th{position:sticky!important;top:0;z-index:8;background:#f5f7f9}.payment-preview-table thead tr:nth-child(2) th{top:18px;z-index:9}.compact-action,.status-pill{font-size:9px!important;font-weight:400!important}.reconciliation-view .table-wrap{max-height:calc(100vh - 210px);overflow:auto;border:1px solid var(--line);border-radius:3px;background:#fff}.budget-view .budget-table th,.budget-view .budget-table td{height:18px!important;min-height:18px!important;padding:0 4px!important;font-size:10px!important;line-height:18px!important}.budget-view .budget-table th{font-weight:700!important}.budget-view .budget-table td,.budget-view .budget-table td strong{font-weight:400!important}.budget-view .budget-inline-input,.budget-view .budget-table .currency-input,.budget-view .budget-table td input{height:16px!important;min-height:16px!important;padding:0 3px!important;font-family:Tahoma,Arial,sans-serif!important;font-size:10px!important;font-weight:400!important;line-height:16px!important}.budget-view .budget-table .compact-action,.budget-view .budget-table .status-pill{height:16px!important;min-height:16px!important;font-size:9px!important;line-height:16px!important}.reconciliation-view table{width:100%;min-width:0;table-layout:fixed}.reconciliation-view th:nth-child(1),.reconciliation-view td:nth-child(1){width:8%;text-align:center}.reconciliation-view th:nth-child(2),.reconciliation-view td:nth-child(2){width:34%;text-align:left}.reconciliation-view th:nth-child(3),.reconciliation-view td:nth-child(3){width:9%;text-align:right}.reconciliation-view th:nth-child(4),.reconciliation-view td:nth-child(4){width:29%;text-align:left}.reconciliation-view th:nth-child(5),.reconciliation-view td:nth-child(5){width:10%;text-align:center}.reconciliation-view th:nth-child(6),.reconciliation-view td:nth-child(6){width:10%;text-align:right}.reconciliation-view td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-view{gap:5px!important}.supplier-view .import-block-title{color:#3f78a6!important;font-family:Tahoma,Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-transform:uppercase!important}.supplier-view .supplier-block-heading>span,.supplier-view .supplier-totals-strip{font-family:Tahoma,Arial,sans-serif!important;font-size:10px!important;line-height:1!important}.supplier-view .supplier-table{font-family:Tahoma,Arial,sans-serif!important;font-size:10px!important}.supplier-view .supplier-table th,.supplier-view .supplier-table td{height:18px!important;min-height:18px!important;padding:1px 4px!important;font-family:Tahoma,Arial,sans-serif!important;font-size:10px!important;line-height:16px!important}.supplier-view .supplier-table th{font-weight:700!important}.supplier-view .supplier-table thead tr:first-child th{top:0!important}.supplier-view .supplier-table .supplier-totals-header th{top:18px!important}.supplier-view .supplier-table td,.supplier-view .supplier-table td *{font-weight:400!important}.supplier-view .supplier-inline-input{height:16px!important;min-height:16px!important;padding:0 3px!important;font-family:Tahoma,Arial,sans-serif!important;font-size:10px!important;line-height:16px!important}.supplier-view .compact-action{height:16px!important;min-height:16px!important;padding:0 4px!important;font-family:Tahoma,Arial,sans-serif!important;font-size:9px!important;font-weight:400!important;line-height:16px!important}.reconciliation-view select{width:100%;border-radius:2px;padding:0 3px!important}.bank-statement-view,.bank-movements-view{gap:5px!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important}.bank-statement-view .payment-block-heading,.bank-movements-view .payment-block-heading{min-height:18px;display:flex;align-items:center;justify-content:space-between;gap:5px}.bank-statement-view .import-block-title,.bank-movements-view .import-block-title{color:#3f78a6!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-transform:uppercase}.bank-statement-table,.bank-preview-table,.bank-movement-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:10px}.bank-statement-table th,.bank-statement-table td,.bank-preview-table th,.bank-preview-table td,.bank-movement-table th,.bank-movement-table td{height:18px!important;min-height:18px!important;padding:1px 4px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bank-statement-table th,.bank-statement-table td,.bank-statement-table td *{font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:10px!important;line-height:16px!important}.bank-movement-table th,.bank-movement-table td,.bank-movement-table td *{font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important;line-height:16px!important}.bank-statement-table th,.bank-preview-table th,.bank-movement-table th{position:sticky;top:0;z-index:2;font-weight:700;text-transform:uppercase}.bank-statement-table th:nth-child(1){width:22%}.bank-statement-table th:nth-child(2){width:22%}.bank-statement-table th:nth-child(3){width:14%}.bank-statement-table th:nth-child(4){width:11%}.bank-statement-table th:nth-child(5),.bank-statement-table th:nth-child(6){width:6%}.bank-statement-table th:nth-child(7){width:9%}.bank-statement-table th:nth-child(8){width:10%}.bank-statement-delete-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.bank-statement-table .status-pill,.bank-statement-table .compact-action{height:16px!important;min-height:16px!important;padding:0 4px!important;font-size:9px!important;font-weight:400!important;line-height:1!important}.bank-statement-table .compact-action svg{width:10px!important;height:10px!important}.numeric-cell{text-align:right!important;font-variant-numeric:tabular-nums}.bank-statement-upload,.bank-account-fields{display:flex;align-items:center;gap:5px;padding:5px 6px;background:#fff;border:1px solid #dfe4ea;border-radius:3px}.bank-statement-upload input,.bank-account-fields input,.bank-movement-heading select{height:20px!important;min-height:20px!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:10px!important}.bank-statement-upload input[type=file]{width:360px;height:20px!important;min-height:20px!important;padding:0!important;overflow:hidden;border:1px solid #dfe4ea;border-radius:3px;background:#fff;font-size:9px!important;line-height:18px!important}.bank-statement-upload input[type=file]::file-selector-button{height:18px;min-height:18px;margin:0 6px 0 0;padding:0 6px;border:0;border-right:1px solid #dfe4ea;background:#f7f8fa;color:#1d252d;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px;line-height:18px;vertical-align:top}.bank-statement-upload .muted-text{font-size:9px!important;line-height:18px!important;white-space:nowrap}.bank-statement-preview{margin-left:12px;padding:5px 6px}.bank-statement-preview .payment-preview-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.bank-statement-preview .payment-preview-topline>div{display:flex;align-items:center;gap:6px;min-width:0}.bank-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700}.bank-account-fields label{display:grid;gap:2px;color:#6f7d8c;font-size:9px}.bank-account-fields label:nth-child(1){width:170px}.bank-account-fields label:nth-child(2){width:90px}.bank-account-fields label:nth-child(3){width:120px}.bank-account-fields label:nth-child(4){width:125px}.bank-account-fields label:nth-child(5){width:100px}.bank-account-fields>span{margin-left:auto;font-size:10px}.bank-preview-table-wrap{max-height:320px;margin-top:5px}.bank-preview-table{width:700px!important;max-width:100%;font-size:9px!important}.bank-preview-table th,.bank-preview-table td,.bank-preview-table td *{font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important;font-weight:400!important;line-height:16px!important}.bank-preview-table th{font-weight:700!important}.bank-preview-table th:nth-child(1){width:90px}.bank-preview-table th:nth-child(2){width:390px}.bank-preview-table th:nth-child(3),.bank-preview-table th:nth-child(4){width:110px}.bank-movement-heading select{width:320px}.bank-movement-topbar{min-height:22px!important}.bank-movement-top-controls{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-left:auto}.bank-movement-top-controls>select{width:320px;height:20px!important;min-height:20px!important;padding:0 4px!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important}.bank-account-selector{display:flex;align-items:center;gap:7px;min-width:0}.bank-account-selector select{height:20px!important;min-height:20px!important;padding:0 4px!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important}.bank-page-controls{display:flex;align-items:center;gap:4px;margin-left:auto;font-size:9px;white-space:nowrap}.bank-page-controls .compact-action{height:18px!important;min-height:18px!important;padding:0 5px!important;font-size:9px!important;line-height:16px!important}.bank-movement-actionbar{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:22px}.bank-movement-actionbar>.import-block-title{flex:0 0 auto}.bank-movement-controls .bank-description-filter{width:225px;height:18px!important;min-height:18px!important;padding:0 4px!important;border:1px solid #d4dce5;border-radius:2px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px!important}.bank-filter-control{display:inline-flex;align-items:center;gap:0}.bank-filter-control .bank-description-filter{border-radius:2px 0 0 2px}.bank-movement-controls .bank-filter-control .bank-filter-button{width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;padding:0!important;border-left:0;border-radius:0 2px 2px 0!important}.bank-selected-count{display:inline-flex;align-items:center;gap:3px;padding:0 4px;color:#40566d}.bank-selected-count strong{color:#1769c2}.bank-unclassified-count{display:inline-flex;align-items:center;gap:3px;color:#6f5315}.bank-unclassified-count strong{color:#9a6700}.bank-movement-controls .bank-unclassified-filter[aria-pressed=true]{border-color:#d3a232;background:#fff7df;color:#704d00}.bank-movement-controls{display:flex;align-items:center;gap:4px;font-size:9px;white-space:nowrap}.bank-movement-controls .compact-action{height:18px!important;min-height:18px!important;padding:0 5px!important;font-size:9px!important;line-height:16px!important}.bank-movement-table-wrap{max-height:calc(100vh - 175px);overflow:auto}.bank-movement-table{min-width:1330px;font-size:9px}.bank-movement-table th:nth-child(1){width:26px}.bank-movement-table th:nth-child(2){width:82px}.bank-movement-table th:nth-child(3){width:230px}.bank-movement-table th:nth-child(4),.bank-movement-table td:nth-child(4),.bank-movement-table th:nth-child(5),.bank-movement-table td:nth-child(5),.bank-movement-table th:nth-child(6),.bank-movement-table td:nth-child(6){width:100px!important;min-width:100px!important;max-width:100px!important}.bank-movement-table th:nth-child(7){width:280px}.bank-movement-table th:nth-child(8),.bank-movement-table th:nth-child(9){width:190px}.bank-movement-table th:nth-child(10){width:105px}.bank-movement-table th:nth-child(11){width:96px}.bank-movement-row-actions{display:flex;align-items:center;gap:2px;height:14px!important;min-height:14px!important;max-height:14px!important;line-height:12px!important}.bank-movement-row-actions .compact-action{white-space:nowrap}.bank-select-cell{text-align:center!important;padding:0!important}.bank-select-cell input{display:block!important;width:11px!important;min-width:11px!important;max-width:11px!important;height:11px!important;min-height:11px!important;max-height:11px!important;margin:0 auto!important;padding:0!important;line-height:11px!important}.bank-movement-table tr,.bank-movement-table thead tr,.bank-movement-table tbody tr{height:16px!important;min-height:16px!important}.bank-payment-links{display:grid;gap:1px}.bank-payment-link-row{display:grid;grid-template-columns:minmax(0,1fr) 14px 14px;align-items:center;gap:1px}.bank-payment-add,.bank-payment-remove{width:14px;min-width:14px;height:14px;min-height:14px;padding:0;border:1px solid var(--line);border-radius:2px;background:#fff;color:var(--text);font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px;font-weight:700;line-height:12px}.bank-payment-remove{color:#c2413b}.bank-rule-panel{display:grid;gap:6px;padding:7px 8px;border:1px solid #ccd8e5;border-radius:4px;background:#f8fbff;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px}.bank-rule-panel-title{display:flex;align-items:center;gap:8px;color:#3f78a6}.bank-rule-panel-title .bank-rule-close{margin-left:auto;height:18px!important;min-height:18px!important;padding:0 6px!important;font-size:9px!important}.bank-rule-panel-title span,.bank-rule-panel .muted-text{color:#6f7d8c;font-size:9px!important}.bank-rule-fields{display:flex;align-items:end;flex-wrap:wrap;gap:6px}.bank-rule-fields label{display:grid;gap:2px;min-width:165px;color:#5f6d7a;font-size:9px}.bank-rule-fields label:first-child{min-width:280px}.bank-rule-fields input,.bank-rule-fields select{height:22px;min-height:22px;padding:1px 4px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px}.bank-rule-fields .bank-rule-checkbox{display:flex;align-items:center;min-width:auto;height:22px;color:#1d252d}.bank-rule-fields .bank-rule-checkbox input{width:13px;height:13px}.bank-rule-fields .bank-bulk-apply{height:22px!important;min-height:22px!important;padding:0 10px!important;font-size:10px!important}.bank-direct-purchase-panel .bank-budget-item-field{min-width:520px;flex:1}.bank-direct-purchase-description{min-width:360px!important;flex:1}.bank-direct-purchase-panel .bank-new-supplier-field{min-width:240px}.bank-direct-purchase-panel .bank-direct-action,.bank-direct-purchase-panel .bank-rule-close{height:22px!important;min-height:22px!important;max-height:22px!important;padding:0 7px!important;border-radius:3px!important;font-size:9px!important;line-height:20px!important}.bank-direct-purchase-panel .bank-budget-item-field select{width:100%;min-width:0;font-family:Tahoma,Arial,sans-serif!important;font-size:10px!important}.bank-rules-list{display:grid;gap:3px}.bank-rule-row{display:grid;grid-template-columns:minmax(320px,1fr) minmax(180px,260px) auto auto;align-items:center;gap:8px;min-height:24px;padding:2px 4px;border-top:1px solid #e1e8ef}.bank-movement-table select{width:100%;height:14px!important;min-height:14px!important;padding:0 2px!important;border-radius:2px;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important;line-height:12px!important}.bank-movement-table th,.bank-movement-table td{height:16px!important;min-height:16px!important;padding:0 2px!important;line-height:14px!important}.bank-movement-table th{text-align:center!important}.bank-movement-table td .compact-action{height:14px!important;min-height:14px!important;padding:0 3px!important;border-radius:2px!important;font-size:8px!important;line-height:12px!important}.bank-movement-table .suggested-field{border-color:#006fff;background:#eef6ff}.bank-movement-table .blank-payment-field{border-color:#9fc5ee;background:#eaf4ff}.bank-movement-table .status-pill{height:14px!important;min-height:14px!important;padding:0 4px!important;border-radius:2px!important;font-size:8px!important;line-height:12px!important}input.import-file-input[type=file]{height:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;overflow:hidden;border:1px solid #dfe4ea!important;border-radius:3px!important;background:#fff!important;color:#1d252d!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important;font-weight:400!important;line-height:18px!important}input.import-file-input[type=file]::file-selector-button{height:18px!important;min-height:18px!important;margin:0 6px 0 0!important;padding:0 6px!important;border:0!important;border-right:1px solid #dfe4ea!important;border-radius:0!important;background:#f7f8fa!important;color:#1d252d!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important;font-weight:400!important;line-height:18px!important;vertical-align:top}.bank-statement-preview .bank-preview-action{display:inline-flex;height:20px!important;min-height:20px!important;max-height:20px!important;align-items:center;justify-content:center;gap:3px;padding:0 7px!important;border-radius:3px!important;font-family:Tahoma,Geneva,Verdana,sans-serif!important;font-size:9px!important;font-weight:700!important;line-height:18px!important;white-space:nowrap}.bank-statement-preview .bank-preview-action svg{width:12px!important;height:12px!important;flex:0 0 12px}.bank-statement-preview .bank-preview-close{min-width:62px}.bank-statement-preview .bank-preview-import{min-width:78px}.accounting-view{gap:6px;font-family:Tahoma,Geneva,Verdana,sans-serif;letter-spacing:0}.accounting-title-row{display:flex;min-height:18px;align-items:center;justify-content:space-between;gap:6px}.accounting-title-row .import-block-title{margin:0;color:#3f78a6;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:11px;font-weight:700;line-height:16px;letter-spacing:0}.accounting-view .accounting-toolbar,.accounting-view .accounting-filter-row{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:24px}.accounting-view .accounting-tabs{display:inline-flex;gap:1px;padding:1px;border:1px solid #dfe4ea;border-radius:3px;background:#fff}.accounting-view .accounting-tabs button{height:20px;min-height:20px;padding:0 7px;border:0;border-radius:2px;background:transparent;color:#6f7d8c;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px;font-weight:700;line-height:18px;white-space:nowrap}.accounting-view .accounting-tabs button.active{background:#eef5ff;color:#006fff}.accounting-view .accounting-period-controls{display:flex;align-items:center;gap:7px}.accounting-view .accounting-period{display:flex;width:auto;align-items:center;gap:4px;color:#6f7d8c;font-size:9px}.accounting-view .accounting-period select,.accounting-view .accounting-filter-row select{height:20px;min-height:20px;padding:0 5px;border:1px solid #dfe4ea;border-radius:3px;background:#fff;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px}.accounting-view .accounting-period select{width:115px}.accounting-view .accounting-filter-row>label{display:flex;width:min(520px,100%);align-items:center;gap:4px;color:#6f7d8c;font-size:9px}.accounting-view .accounting-filter-row>label select{flex:1}.accounting-view .accounting-metrics{display:flex;width:100%;gap:0;overflow:hidden;border:1px solid #dfe4ea;border-radius:3px;background:#fff}.accounting-view .accounting-metric{display:grid;flex:1;min-width:120px;min-height:38px;align-content:center;gap:1px;padding:3px 7px;border-right:1px solid #dfe4ea}.accounting-view .accounting-metric:last-child{border-right:0}.accounting-view .accounting-metric span,.accounting-view .accounting-metric small{overflow:hidden;color:#6f7d8c;font-size:8px;line-height:10px;text-overflow:ellipsis;white-space:nowrap}.accounting-view .accounting-metric span{font-weight:700;text-transform:uppercase}.accounting-view .accounting-metric strong{color:#1d252d;font-size:11px;font-weight:700;line-height:13px}.accounting-view .accounting-filter-row .accounting-metric{flex:0 0 240px;border:1px solid #dfe4ea;border-radius:3px;background:#fff}.accounting-view .accounting-ledger,.accounting-view .accounting-catalog-table-wrap{max-height:calc(100vh - 235px);overflow:auto;border:1px solid #dfe4ea;border-radius:3px;background:#fff}.accounting-view .accounting-ledger table,.accounting-view .accounting-catalog-table{width:100%;min-width:860px;table-layout:fixed;border-collapse:collapse;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:10px}.accounting-view .accounting-ledger th,.accounting-view .accounting-ledger td,.accounting-view .accounting-catalog-table th,.accounting-view .accounting-catalog-table td{height:20px;min-height:20px;padding:1px 5px;overflow:hidden;border-bottom:1px solid #dfe4ea;line-height:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.accounting-view .accounting-ledger th,.accounting-view .accounting-catalog-table th{position:sticky;z-index:2;top:0;background:#f7f8fa;color:#1d252d;font-size:10px;font-weight:700;text-transform:uppercase}.accounting-view .numeric-cell{font-variant-numeric:tabular-nums;text-align:right!important}.accounting-view .accounting-ledger .accounting-trial-table{width:732px;min-width:732px;max-width:732px}.accounting-view .accounting-trial-wrap{width:732px;max-width:100%;align-self:flex-start;overflow-x:hidden}.accounting-view .accounting-trial-table th:nth-child(n+3),.accounting-view .accounting-trial-table td:nth-child(n+3){width:100px!important;min-width:100px!important;max-width:100px!important}.accounting-view .accounting-trial-table th:first-child,.accounting-view .accounting-trial-table td:first-child{width:72px;min-width:72px;max-width:72px}.accounting-view .accounting-trial-table th:nth-child(2),.accounting-view .accounting-trial-table td:nth-child(2){width:260px;min-width:260px;max-width:260px}.accounting-view .accounting-trial-table th:nth-child(n+3){text-align:center}.accounting-view .accounting-trial-table .accounting-account-level-0 td,.accounting-view .accounting-trial-table .accounting-account-level-1 td,.accounting-view .accounting-trial-table .accounting-account-level-0 td strong,.accounting-view .accounting-trial-table .accounting-account-level-1 td strong{font-weight:700!important}.accounting-view .accounting-trial-table .accounting-account-level-0 td:first-child,.accounting-view .accounting-trial-table .accounting-account-level-0 td:nth-child(2){text-transform:uppercase}.accounting-view .accounting-group-spacer td{height:20px!important;min-height:20px!important;padding:0!important;border-bottom:0!important;background:#fff;line-height:20px!important}.accounting-view .accounting-journal-table{min-width:1420px}.accounting-view .accounting-journal-table th:nth-child(1){width:82px}.accounting-view .accounting-journal-table th:nth-child(2){width:100px}.accounting-view .accounting-journal-table th:nth-child(3){width:180px}.accounting-view .accounting-journal-table th:nth-child(4),.accounting-view .accounting-journal-table th:nth-child(6){width:190px}.accounting-view .accounting-journal-table th:nth-child(5),.accounting-view .accounting-journal-table th:nth-child(7){width:240px}.accounting-view .accounting-journal-table th:nth-child(8),.accounting-view .accounting-journal-table td:nth-child(8){width:100px;min-width:100px;max-width:100px}.accounting-view .accounting-journal-table thead tr:first-child th{z-index:10;top:0!important}.accounting-view .accounting-journal-table .accounting-journal-filter-row th{z-index:9;top:20px!important;height:20px;padding:1px 2px!important;background:#fff}.accounting-view .accounting-journal-filter-row input{width:100%;height:16px;min-height:16px;padding:0 3px;border:1px solid #dfe4ea;border-radius:2px;background:#fff;color:#1d252d;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px;font-weight:400;line-height:14px}.accounting-view .accounting-journal-filter-row input::placeholder{color:#9aa5b1}.accounting-view .accounting-journal-total-row td{border-top:1px solid #9aa5b1;background:#eef5ff;color:#1d252d;font-weight:700!important}.accounting-view .accounting-journal-total-row td:first-child{text-align:right}.cash-flow-view{gap:6px;min-width:0;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px}.cash-flow-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.cash-flow-title-row>div:first-child{min-width:260px}.cash-flow-title-row .import-block-title{margin:0;font-size:11px;line-height:15px}.cash-flow-title-row p{margin:1px 0 0;color:#66717d;font-size:9px;line-height:13px}.cash-flow-controls{flex:0 0 auto}.cash-flow-controls .accounting-period:last-child select{width:74px}.cash-flow-matrix-wrap{align-self:flex-start;width:100%;max-width:100%;max-height:calc(100vh - 230px);overflow:auto;border:1px solid #d9dfe6;border-radius:3px;background:#fff}.cash-flow-matrix{width:max-content;min-width:0;border-collapse:collapse;table-layout:fixed;color:#1d252d;font-size:9px}.cash-flow-matrix th,.cash-flow-matrix td{height:20px;padding:1px 5px;border-right:1px solid #e4e8ed;border-bottom:1px solid #dfe4ea;overflow:hidden;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.cash-flow-matrix th{position:sticky;z-index:6;top:0;background:#f7f8fa;color:#27313b;text-align:center;font-weight:700}.cash-flow-matrix th:first-child,.cash-flow-matrix td:first-child{position:sticky;left:0;width:208px;min-width:208px;max-width:208px;text-align:left}.cash-flow-matrix th:first-child{z-index:8}.cash-flow-matrix tbody td:first-child{z-index:4;background:#fff}.cash-flow-matrix th:not(:first-child),.cash-flow-matrix td:not(:first-child){width:77px;min-width:77px;max-width:77px}.cash-flow-matrix .numeric-cell{text-align:right;font-variant-numeric:tabular-nums}.cash-flow-matrix .cash-flow-section-row td{background:#f4f6f8;font-weight:700}.cash-flow-matrix .cash-flow-section-row td:first-child{background:#f4f6f8}.cash-flow-matrix .cash-flow-operational td:first-child{color:#2d6f9f}.cash-flow-matrix .cash-flow-investment td:first-child{color:#487c50}.cash-flow-matrix .cash-flow-financing td:first-child{color:#a7650b}.cash-flow-matrix .cash-flow-capital td:first-child{color:#65509b}.cash-flow-matrix .cash-flow-account-row td:first-child{padding-left:17px}.cash-flow-matrix .cash-flow-bank-row td:first-child{padding-left:17px;color:#4c5865}.cash-flow-matrix .cash-flow-projected-bank-row td,.cash-flow-matrix .cash-flow-projected-bank-row td:first-child{background:#f6f9fd;color:#245f9e}.cash-flow-matrix .cash-flow-balance-row td,.cash-flow-matrix .cash-flow-summary-row td,.cash-flow-matrix .cash-flow-projected-row td{font-weight:700}.cash-flow-matrix .cash-flow-balance-row td,.cash-flow-matrix .cash-flow-balance-row td:first-child{background:#f7f8fa}.cash-flow-matrix .cash-flow-summary-row td{border-top:1px solid #aeb7c1}.cash-flow-matrix .cash-flow-free-row td{font-style:italic}.cash-flow-matrix .cash-flow-future-summary td,.cash-flow-matrix .cash-flow-projected-row td,.cash-flow-matrix .future-period,.cash-flow-matrix .future-value{background:#eef5ff;color:#245f9e}.cash-flow-matrix .cash-flow-future-summary td:first-child,.cash-flow-matrix .cash-flow-projected-row td:first-child{background:#eef5ff}.cash-flow-matrix .cash-flow-projected-row td{border-top:1px solid #6e9ccc}.cash-flow-legend{color:#66717d;font-size:8px;line-height:12px}.accounting-view .status-pill{height:15px;min-height:15px;padding:0 4px;font-size:8px;line-height:13px;white-space:nowrap}.accounting-view .accounting-ledger td .compact-action,.accounting-view .accounting-catalog-table td .compact-action{height:16px;min-height:16px;padding:0 4px;font-size:8px;line-height:14px;white-space:nowrap}.accounting-view .accounting-lines-row>td{height:auto;padding:3px 12px 4px;overflow:visible;background:#f7f8fa;white-space:normal}.accounting-view .accounting-lines-table{min-width:760px;border:1px solid #dfe4ea;background:#fff;font-size:9px}.accounting-view .accounting-lines-table th,.accounting-view .accounting-lines-table td{height:18px;min-height:18px;padding:0 4px;font-size:9px;line-height:16px}.accounting-view .accounting-reference-grid{grid-template-columns:minmax(0,1fr);gap:6px}.accounting-view .accounting-reference-grid>.panel,.accounting-view .accounting-catalog-panel{padding:5px 6px;border:1px solid #dfe4ea;border-radius:3px;background:#fff;box-shadow:none}.accounting-view .panel-heading{min-height:18px;padding:0}.accounting-view .panel-heading h2{margin:0;color:#3f78a6;font-size:11px;font-weight:700;line-height:16px;text-transform:uppercase}.accounting-view .accounting-reference-list{margin-top:3px}.accounting-view .accounting-reference-item{grid-template-columns:70px minmax(0,1fr) auto;gap:4px;min-height:20px;border-bottom:1px solid #dfe4ea;font-size:10px}.accounting-view .accounting-reference-item span,.accounting-view .accounting-reference-item small{overflow:hidden;color:#6f7d8c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.accounting-view .accounting-secondary-heading{margin-top:5px;padding-top:4px}.accounting-view .accounting-empty-axis{margin:3px 0 0;font-size:9px}.accounting-view .accounting-catalog,.accounting-view .accounting-catalog-grid{gap:6px}.accounting-view .accounting-catalog-heading{display:flex;width:900px;max-width:100%;min-height:18px;align-items:center;justify-content:space-between;gap:5px}.accounting-view .accounting-catalog-heading .import-block-title{margin:0;color:#3f78a6;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:11px;font-weight:700;line-height:16px;letter-spacing:0}.accounting-view .accounting-catalog-grid{width:900px;max-width:100%;grid-template-columns:minmax(0,1fr);justify-self:start}.accounting-view .accounting-catalog-form{grid-template-columns:82px minmax(190px,1.15fr) 115px minmax(190px,1fr) auto auto;gap:5px;margin:4px 0;padding:5px;border:1px solid #dfe4ea;border-radius:3px;background:#f7f8fa}.accounting-view .accounting-catalog-form label{gap:2px;color:#6f7d8c;font-size:9px}.accounting-view .accounting-catalog-form input,.accounting-view .accounting-catalog-form select{height:20px;min-height:20px;padding:0 4px;border-radius:3px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px}.accounting-view .accounting-catalog-form .catalog-check{min-height:20px;font-size:9px}.accounting-view .accounting-catalog-form .catalog-check input{width:12px;height:12px;min-height:12px}.accounting-view .accounting-catalog-form>.row-actions{grid-column:auto;align-self:end;flex-wrap:nowrap;gap:3px}.accounting-view .accounting-catalog-form>.row-actions .compact-action{height:20px;min-height:20px;padding:0 6px;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:9px;line-height:18px;white-space:nowrap}.accounting-view .accounting-catalog-table-wrap{max-height:calc(100vh - 315px)}.accounting-view .accounting-catalog-table{min-width:800px;table-layout:fixed}.accounting-view .accounting-catalog-table th,.accounting-view .accounting-catalog-table td{font-size:9px!important;text-align:left!important}.accounting-view .accounting-catalog-table th:nth-child(1){width:82px}.accounting-view .accounting-catalog-table th:nth-child(2){width:auto}.accounting-view .accounting-catalog-table th:nth-child(3){width:125px}.accounting-view .accounting-catalog-table th:nth-child(4){width:72px}.accounting-view .accounting-catalog-table th:nth-child(5){width:125px}.accounting-view .accounting-catalog-table .accounting-account-level-0 td,.accounting-view .accounting-catalog-table .accounting-account-level-1 td{font-weight:700!important}.accounting-view .accounting-catalog-table .accounting-account-level-0 td:first-child,.accounting-view .accounting-catalog-table .accounting-account-level-0 td:nth-child(2){text-transform:uppercase}.accounting-view .accounting-catalog-table .row-actions{flex-wrap:nowrap;gap:2px}@media (max-width: 760px){.accounting-view .accounting-toolbar,.accounting-view .accounting-filter-row{align-items:stretch;flex-direction:column}.accounting-view .accounting-period-controls{width:100%;justify-content:flex-end}.accounting-view .accounting-catalog-form{grid-template-columns:1fr}.accounting-view .accounting-catalog-form>.row-actions{grid-column:1}.accounting-view .accounting-tabs,.accounting-view .accounting-metrics{width:100%;overflow-x:auto}.accounting-view .accounting-tabs button{flex:1}.accounting-view .accounting-reference-grid,.accounting-view .accounting-catalog-grid{grid-template-columns:1fr}}
