:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20312a;background:#f2f6f3;font-synthesis:none;text-rendering:optimizeLegibility;--green:#165a3d;--green-dark:#0f422d;--green-soft:#e3f1e9;--gold:#d7a933;--text:#20312a;--muted:#6b7d74;--line:#dce5df;--surface:#fff;--danger:#b42318;--shadow:0 8px 30px rgba(20,65,44,.08);--radius:16px }*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:#173126}small{display:block;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:10px;padding:.72rem 1rem;font-weight:700;cursor:pointer;transition:.18s ease;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.button.secondary{background:#fff;border-color:#cfdcd4;color:#244b39}.button.warning{background:#fff4e5;border-color:#f1bf79;color:#8c4c00}.button.compact{padding:.56rem .8rem;font-size:.9rem}.button.wide{width:100%}.text-button{border:0;background:none;color:var(--green);font-weight:700;cursor:pointer}.icon-button{display:inline-grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:10px;width:40px;height:40px;cursor:pointer}.row-link{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px}.row-link:hover{background:var(--green-soft)}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:264px;background:linear-gradient(180deg,#164e37,#103c2b);color:#fff;padding:1.2rem;display:flex;flex-direction:column;z-index:30}.brand-block{display:flex;align-items:center;gap:.75rem;padding:.35rem .25rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.12)}.brand-block strong{letter-spacing:.09em}.brand-block span{display:block;font-size:.78rem;color:#bcd4c7;margin-top:.15rem}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--gold);color:#fff;font-size:1.45rem;font-weight:900;box-shadow:inset 0 0 0 1px #fff3}.brand-mark.large{width:58px;height:58px;font-size:2rem}.sidebar-close{display:none;margin-left:auto;border:0;background:transparent;color:#fff}.side-nav{display:flex;flex-direction:column;gap:.34rem;padding:1.2rem 0}.side-nav a{display:flex;align-items:center;gap:.8rem;padding:.78rem .85rem;border-radius:10px;color:#d5e5dc;font-weight:650}.side-nav a:hover,.side-nav a.active{background:#ffffff1f;color:#fff}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:1rem}.user-summary{display:flex;gap:.7rem;align-items:center}.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#dcebe3;color:var(--green-dark);font-weight:900;flex:0 0 auto}.user-summary strong,.user-summary span{display:block}.user-summary strong{font-size:.88rem}.user-summary span{font-size:.72rem;color:#bcd4c7;margin-top:.15rem}.logout-button{width:100%;display:flex;align-items:center;gap:.55rem;margin-top:.8rem;padding:.62rem;border:0;border-radius:9px;background:transparent;color:#cfe0d6;cursor:pointer}.logout-button:hover{background:#ffffff1a}.main-panel{margin-left:264px;min-width:0;flex:1}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:1rem;padding:1rem 1.75rem;background:#f8fbf9f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.topbar h1{font-size:1.45rem;margin:0}.eyebrow{margin:0 0 .18rem;text-transform:uppercase;letter-spacing:.11em;color:#71847a;font-size:.68rem;font-weight:800}.top-actions{margin-left:auto;display:flex;gap:.6rem}.menu-button{display:none;border:0;background:none}.page-content{padding:1.5rem 1.75rem 5rem;max-width:1600px;margin:0 auto}.mobile-nav{display:none}.stack{display:flex;flex-direction:column;gap:1rem}.gap-lg{gap:1.35rem}.welcome-panel{background:linear-gradient(120deg,#fff,#edf7f1);border:1px solid #dce9e1;border-radius:var(--radius);padding:1.6rem;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow)}.welcome-panel h2{font-size:1.65rem;margin-bottom:.35rem}.welcome-panel p{color:var(--muted);margin-bottom:0}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.15rem;display:flex;align-items:center;gap:.9rem;box-shadow:0 4px 16px #19412d0d;transition:.18s}.metric-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.metric-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.metric-card span{display:block;color:var(--muted);font-size:.82rem}.metric-card strong{display:block;font-size:1.65rem;margin-top:.15rem}.metric-card.blue .metric-icon{background:#e7f0fb;color:#2867a5}.metric-card.gold .metric-icon{background:#fbf3da;color:#9a7212}.metric-card.orange .metric-icon{background:#fff0dd;color:#a65608}.metric-card.purple .metric-icon{background:#f1eafb;color:#7144a5}.metric-card.slate .metric-icon{background:#edf1f2;color:#50636b}.metric-card.dark .metric-icon{background:#e3e9e6;color:#20312a}.info-panel{background:#173f2e;color:#fff;border-radius:var(--radius);padding:1.35rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.info-panel h3{color:#fff;margin-bottom:.3rem}.info-panel p{color:#c9dbd1;margin-bottom:0}.workflow-steps{display:flex;gap:.55rem;flex-wrap:wrap}.workflow-steps span{padding:.5rem .72rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.78rem}.content-card,.toolbar-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 4px 18px #17462d0b}.content-card{padding:1.35rem}.toolbar-card{padding:.85rem;display:flex;gap:.75rem;align-items:center}.toolbar-card select{max-width:220px}.search-bar{display:flex;align-items:center;gap:.55rem;flex:1;border:1px solid #cfdcd4;border-radius:10px;padding-left:.75rem;background:#fff}.search-bar input{border:0;outline:0;min-width:0;flex:1;padding:.68rem 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-heading h2,.section-heading h3{margin-bottom:.25rem}.section-heading p{color:var(--muted);margin-bottom:0;font-size:.9rem}.table-wrap{width:100%;overflow:auto;border:1px solid var(--line);border-radius:12px}.data-table{width:100%;border-collapse:collapse;min-width:980px}.data-table th{text-align:left;padding:.78rem .85rem;font-size:.73rem;text-transform:uppercase;letter-spacing:.06em;color:#65766d;background:#f5f8f6;border-bottom:1px solid var(--line)}.data-table td{padding:.85rem;border-bottom:1px solid #e8eeea;vertical-align:middle;font-size:.88rem}.data-table tbody tr:hover{background:#fafcfb}.data-table tbody tr:last-child td{border-bottom:0}.data-table td strong{display:block}.tracking-link{font-weight:800;color:var(--green)}.load-more{display:flex;margin:1rem auto 0}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.32rem .58rem;font-size:.73rem;font-weight:800;background:#edf1ef;color:#52635a;white-space:nowrap}.status-created{background:#eef2f4;color:#526875}.status-awaiting{background:#fff3d6;color:#8a5c00}.status-received{background:#e2f4e9;color:#1c6a43}.status-returned{background:#fff0e3;color:#a84e00}.status-archive-ready{background:#eee9fa;color:#624299}.status-archived{background:#dceae2;color:#174e34}.status-cancelled,.status-lost{background:#fde7e7;color:#a92b2b}.tabs{display:flex;gap:.5rem;overflow:auto}.tabs button{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);background:#fff;border-radius:10px;padding:.65rem .9rem;color:#5d7166;font-weight:750;cursor:pointer;white-space:nowrap}.tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.tabs b{font-size:.72rem;background:#00000014;padding:.1rem .38rem;border-radius:999px}.form-page{max-width:1000px;margin:0 auto}.form-title{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line);margin-bottom:1.2rem}.form-title h2{margin-bottom:.25rem}.form-title p{margin-bottom:0;color:var(--muted)}.title-icon,.report-icon,.login-icon{width:52px;height:52px;border-radius:15px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid label,.login-card label{display:flex;flex-direction:column;gap:.42rem;font-size:.84rem;font-weight:750;color:#43574d}.span-2{grid-column:span 2}input,select,textarea{width:100%;border:1px solid #cfdad4;border-radius:9px;padding:.7rem .75rem;color:var(--text);background:#fff;outline:none}input:focus,select:focus,textarea:focus{border-color:#3a8562;box-shadow:0 0 0 3px #1f704c1c}textarea{resize:vertical}.file-input{padding:.8rem;border:1px dashed #b8cabf;border-radius:10px;background:#f8fbf9}.file-input input{border:0;padding:.2rem 0;background:transparent}.form-actions{display:flex;justify-content:flex-end;gap:.65rem;padding-top:.5rem}.checkbox-row{flex-direction:row!important;align-items:center}.checkbox-row input{width:auto}.alert{display:flex;align-items:flex-start;gap:.55rem;border-radius:10px;padding:.8rem .9rem;font-size:.88rem;line-height:1.45}.alert.error{background:#fdebea;color:#9a2118;border:1px solid #f7cbc8}.alert.success{background:#e8f6ed;color:#1a6841;border:1px solid #c7ead5}.alert.info{background:#eaf3fb;color:#215b84;border:1px solid #c9e0f2}.alert.warning{background:#fff3df;color:#8a5000;border:1px solid #f3d29e}.loading-state{min-height:220px;display:flex;align-items:center;justify-content:center;gap:.65rem;color:var(--muted)}.spinner{width:20px;height:20px;border:2px solid #c8d6ce;border-top-color:var(--green);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem 1rem;color:var(--muted)}.empty-state svg{color:#8aa798}.empty-state h3{margin:.7rem 0 .25rem}.empty-state p{margin-bottom:0}.record-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:flex-start}.record-title{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.record-title h2{font-size:1.55rem;margin-bottom:.3rem}.record-title p:last-child{color:var(--muted);margin-bottom:0}.record-actions{display:flex;gap:.55rem;justify-content:flex-end;flex-wrap:wrap;max-width:620px}.detail-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:1rem}.detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line);margin:0 0 1rem}.detail-list div{padding:.82rem 0;border-bottom:1px solid var(--line)}.detail-list div:nth-child(odd){padding-right:1rem}.detail-list .wide{grid-column:span 2}.detail-list dt,.mini-detail dt{font-size:.71rem;color:#788a81;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.detail-list dd,.mini-detail dd{margin:.25rem 0 0;font-weight:650;overflow-wrap:anywhere}.custody-card{display:flex;gap:.8rem;align-items:center;padding:1rem;border-radius:12px;background:var(--green-soft);color:var(--green-dark)}.custody-card svg{flex:0 0 auto}.custody-card span,.custody-card strong,.custody-card small{display:block}.custody-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.custody-card strong{margin:.18rem 0}.mini-detail{margin:1rem 0 0}.mini-detail div{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--line)}.mini-detail div:last-child{border-bottom:0}.mini-detail dd{text-align:right}.archive-location{border-top:4px solid var(--gold)}.timeline{display:flex;flex-direction:column}.timeline article{position:relative;padding-left:2.2rem;padding-bottom:1.15rem}.timeline article:not(:last-child):before{content:"";position:absolute;left:.57rem;top:1rem;bottom:-.2rem;width:2px;background:#dce6df}.timeline-dot{position:absolute;left:.2rem;top:.35rem;width:.8rem;height:.8rem;border-radius:50%;background:#d7a933;box-shadow:0 0 0 4px #fff}.timeline-dot.done{background:var(--green)}.timeline-card{border:1px solid var(--line);border-radius:11px;padding:.85rem}.timeline-card>div:first-child{display:flex;justify-content:space-between;gap:1rem}.timeline-card p{margin:.35rem 0 0;color:var(--muted);font-size:.86rem}.timeline-card .comment{color:var(--text);padding:.55rem;background:#f5f8f6;border-radius:8px}.movement-meta{display:flex!important;flex-wrap:wrap;gap:.75rem!important;margin-top:.7rem;color:#60736a;font-size:.76rem}.movement-meta a{color:var(--green);font-weight:800}.activity-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.activity-list article:last-child{border-bottom:0}.activity-icon{width:32px;height:32px;border-radius:9px;background:#edf4f0;display:grid;place-items:center;color:var(--green)}.activity-list p{margin:.22rem 0 0;color:var(--muted);font-size:.82rem}.activity-list time{color:var(--muted);font-size:.78rem;text-align:right}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#091e148c;display:grid;place-items:center;padding:1rem;z-index:100}.modal-card{width:100%;max-height:92vh;background:#fff;border-radius:16px;box-shadow:0 30px 80px #00000040;overflow:auto}.modal-header{position:sticky;top:0;background:#fff;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;border-bottom:1px solid var(--line)}.modal-header h2{font-size:1.15rem;margin:0}.modal-body{padding:1.2rem}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.report-grid article{display:flex;flex-direction:column;align-items:flex-start}.report-grid h2{margin:.9rem 0 .35rem}.report-grid p{color:var(--muted);min-height:44px}.report-number{font-size:2.15rem;margin-bottom:1rem}.simple-list{border:1px solid var(--line);border-radius:11px;overflow:hidden}.simple-list div{display:flex;justify-content:space-between;padding:.75rem .9rem;border-bottom:1px solid var(--line)}.simple-list div:last-child{border-bottom:0}.user-list{display:flex;flex-direction:column}.user-list button{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,.7fr);align-items:center;gap:.8rem;width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:.8rem;cursor:pointer}.user-list button:hover{background:#f7faf8}.user-list button:last-child{border-bottom:0}.user-list strong,.user-list small{display:block}.login-page{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#fff}.login-visual{padding:2.2rem 3rem;background:linear-gradient(145deg,#123f2c,#1d6747);color:#fff;display:flex;flex-direction:column}.login-brand{display:flex;align-items:center;gap:.8rem;letter-spacing:.12em}.login-copy{max-width:680px;margin:auto 0}.kicker{display:inline-block;color:#dfbd62;font-size:.8rem;letter-spacing:.16em;font-weight:850;margin-bottom:1rem}.login-copy h1{color:#fff;font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.03;letter-spacing:-.04em;margin-bottom:1.25rem}.login-copy>p{color:#d0e1d7;font-size:1.05rem;line-height:1.65;max-width:620px}.login-features{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.login-features span{display:flex;align-items:center;gap:.45rem;color:#e1ede6;font-size:.84rem}.login-features svg{width:17px}.login-panel{display:grid;place-items:center;padding:2rem}.login-card{width:min(430px,100%);display:flex;flex-direction:column;gap:1rem}.login-card h2{font-size:2rem;margin:.2rem 0 -.55rem}.login-card>p{color:var(--muted)}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:#789087}.input-with-icon input{padding-left:2.2rem}.access-error{min-height:100vh;display:grid;place-content:center;text-align:center;max-width:620px;margin:auto;padding:2rem}.access-error .login-icon{margin:0 auto 1rem}.access-error p{color:var(--muted);line-height:1.6}.print-page{background:#d9dfdb;min-height:100vh;padding:1rem}.print-toolbar{max-width:210mm;margin:0 auto 1rem;display:flex;justify-content:space-between}.ticket-sheet{width:210mm;min-height:297mm;margin:auto;background:#fff;box-shadow:0 10px 35px #0000002e}.dispatch-ticket{height:148.5mm;padding:8mm 10mm;display:flex;flex-direction:column;border-bottom:1px dashed #777;color:#111;font-family:Arial,sans-serif}.dispatch-ticket:last-child{border-bottom:0}.dispatch-ticket header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #154e37;padding-bottom:3mm}.ticket-logo{display:flex;align-items:center;gap:3mm}.ticket-logo>span{width:10mm;height:10mm;display:grid;place-items:center;background:#165a3d;color:#fff;font-size:20px;font-weight:900;border-radius:2mm}.ticket-logo strong,.ticket-logo small{display:block}.ticket-logo strong{font-size:13px;letter-spacing:.06em}.ticket-logo small{font-size:9px;margin-top:1mm}.ticket-meta{display:grid;grid-template-columns:1fr 1fr 1.2fr;border:1px solid #9da9a2;border-top:0}.ticket-meta span,.ticket-grid span{padding:2mm 2.5mm;font-size:9px;border-right:1px solid #bcc4bf}.ticket-meta span:last-child{border-right:0}.ticket-meta b,.ticket-grid b{display:block;font-size:7px;text-transform:uppercase;color:#526159;margin-bottom:.7mm}.ticket-section{margin-top:2.5mm}.ticket-section h3{font-size:8px;letter-spacing:.08em;margin:0;padding:1.2mm 2mm;background:#e7eee9;border:1px solid #9da9a2;color:#173d2c}.ticket-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #9da9a2;border-top:0}.ticket-grid span{min-height:10mm;border-bottom:1px solid #c3cac6}.ticket-grid span:nth-child(2n){border-right:0}.ticket-grid .wide{grid-column:span 2;border-right:0;min-height:9mm}.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:8mm;margin-top:3mm}.signature-grid>div{font-size:8px}.signature-line{display:block;height:8mm;border-bottom:1px solid #333}.signature-grid small{font-size:7px;text-align:center;margin-top:.8mm;color:#333}.date-line{display:block;margin-top:2mm;border-bottom:1px solid #555;padding-bottom:1mm}.receipt-remarks{display:flex;align-items:flex-end;gap:2mm;margin-top:2mm;font-size:8px}.receipt-remarks span{flex:1;border-bottom:1px solid #555;height:4mm}.dispatch-ticket footer{margin-top:auto;text-align:center;font-size:7px;color:#526159}.print-error{padding:3rem;text-align:center;color:var(--danger)}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}.record-header{grid-template-columns:auto 1fr}.record-actions{grid-column:2;justify-content:flex-start}.info-panel{align-items:flex-start;flex-direction:column;gap:1rem}}.bdo-check-field-adjustments{border-top:1px solid #d7e0da;padding-top:12px;display:grid;gap:8px}.bdo-check-field-adjustments h3{margin:0;font-size:14px}.bdo-check-field-adjustments>p{margin:0 0 4px;font-size:11px;color:#718078}.bdo-check-field-row{display:grid;grid-template-columns:minmax(120px,1fr) repeat(2,minmax(110px,180px));gap:10px;align-items:end;padding:8px 10px;border:1px solid #e2e8e4;border-radius:10px;background:#f8fbf9}.bdo-check-field-row>strong{align-self:center;font-size:12px}.bdo-check-field-row label{font-size:10px}.bdo-check-field-row input{margin-top:3px}@media(max-width:900px){.sidebar{transform:translate(-105%);transition:.2s}.sidebar.open{transform:translate(0)}.sidebar-close,.menu-button{display:inline-grid}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:25}.main-panel{margin-left:0}.topbar{padding:.85rem 1rem}.top-actions .secondary{display:none}.page-content{padding:1rem 1rem 5.5rem}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-nav{display:grid;position:fixed;bottom:0;left:0;right:0;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);z-index:22;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.62rem .2rem;font-size:.65rem;color:#6a7d73}.mobile-nav a.active{color:var(--green);font-weight:800}.login-page{grid-template-columns:1fr}.login-visual{display:none}.record-title{flex-direction:column}.toolbar-card{flex-wrap:wrap}.search-bar{min-width:100%}.report-grid{grid-template-columns:1fr}}@media(max-width:620px){.topbar h1{font-size:1.15rem}.top-actions .button span{display:none}.welcome-panel{align-items:flex-start;flex-direction:column;gap:1rem}.metric-grid{grid-template-columns:1fr}.metric-card{padding:1rem}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.record-header{grid-template-columns:auto 1fr}.record-actions{grid-column:1 / -1}.record-actions .button{flex:1}.detail-list{grid-template-columns:1fr}.detail-list .wide{grid-column:span 1}.detail-list div:nth-child(odd){padding-right:0}.activity-list article{grid-template-columns:auto 1fr}.activity-list time{grid-column:2;text-align:left}.user-list button{grid-template-columns:auto 1fr}.user-list button>span:last-child{grid-column:2}.login-panel{padding:1.3rem}.modal-body{padding:1rem}}@media print{body{background:#fff}.print-page{padding:0;background:#fff}.print-toolbar{display:none}.ticket-sheet{box-shadow:none;margin:0;width:210mm;height:297mm}@page{size:A4 portrait;margin:0}}:root{--brand-deep:#0b5d1e;--brand:#168a2f;--brand-leaf:#74b82a;--brand-lime:#a8d42e;--brand-yellow:#ffd500;--brand-cream:#fafbf4}.sidebar-logo{width:44px;height:44px;object-fit:contain;border-radius:12px;background:#fff;padding:3px}.brand-yellow{background:linear-gradient(135deg,var(--brand-yellow),#f5c400)!important;color:#26420d!important;border-color:#e5ba00!important;font-weight:800}.brand-hero{display:flex;align-items:center;gap:20px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#0b5d1e,#168a2f);color:#fff;box-shadow:0 10px 30px #0b5d1e2e}.brand-hero img{width:86px;height:86px;object-fit:contain;background:#fff;border-radius:22px;padding:8px}.brand-hero h2{font-size:clamp(1.5rem,3vw,2.25rem);margin:3px 0}.brand-hero p{margin:0;color:#ffffffdb}.brand-hero .eyebrow{color:#dff6a4}.compact-hero{padding:22px}.compact-hero img{width:64px;height:64px}.compact-hero>div:nth-child(2){flex:1}.hero-badge,.selection-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:10px 14px;background:#ffffff24;font-weight:800}.selection-pill{background:#edf8e7;color:#0b5d1e}.form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2{grid-column:1/-1}.batch-search{margin-bottom:14px}.batch-picker{display:grid;gap:8px;max-height:440px;overflow:auto}.batch-picker-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;border:1px solid var(--border-color,#dfe6dc);border-radius:14px;padding:13px 15px;cursor:pointer;background:#fff}.batch-picker-row.selected{border-color:#79b82a;background:#f6fbea;box-shadow:0 0 0 2px #74b82a1f}.batch-picker-row>div{display:grid;gap:2px}.batch-picker-row span,.batch-picker-row small{color:#657064}.custody-tag{font-size:.78rem;background:#eef5ea;border-radius:999px;padding:6px 10px}.batch-items-table input{min-width:110px}.batch-items-table input[type=number]{min-width:72px;width:72px}.batch-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.batch-summary div{padding:14px;border-radius:14px;background:#f5f8f2;display:flex;justify-content:space-between;gap:10px}.batch-summary span{color:#637064}.batch-summary strong{color:#0b5d1e}.sticky-actions{position:sticky;bottom:12px;display:flex;justify-content:flex-end;gap:10px;padding:14px;background:#ffffffeb;border:1px solid #dce7d8;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 25px #14461e1f}.branded-record{background:linear-gradient(135deg,#f4fbe9,#fff);border:1px solid #dcebcf}.record-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.batch-detail-grid{grid-template-columns:minmax(0,2fr) minmax(240px,1fr)}.detail-list dd small{display:block;color:#6a756a}.batch-count-card{display:grid;gap:12px}.batch-count-card>div{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;padding:14px;border-radius:14px;background:#f5f9f1}.batch-count-card strong{grid-column:2;color:#0b5d1e}.confirm-box{display:flex!important;flex-direction:row!important;gap:10px;align-items:flex-start;background:#f6f9f3;padding:12px;border-radius:12px}.status-partial{background:#fff5c7;color:#7d6200}.batch-print-page{background:#e8ece7;min-height:100vh;padding:24px}.print-controls{max-width:1120px;margin:0 auto 14px;display:flex;justify-content:flex-end}.print-controls button{border:0;border-radius:10px;background:#0b5d1e;color:#fff;padding:12px 18px;font-weight:800}.batch-ticket{max-width:1120px;margin:0 auto;background:#fff;padding:12mm;box-shadow:0 10px 35px #0000001f;color:#17251a}.ticket-header{display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:center;border-bottom:3px solid #168a2f;padding-bottom:10px}.ticket-brand{display:flex;gap:10px;align-items:center}.ticket-brand img{width:55px;height:55px;object-fit:contain}.ticket-brand strong,.ticket-brand span{display:block}.ticket-brand strong{font-size:20px;color:#0b5d1e}.ticket-brand span{font-size:9px;letter-spacing:.12em}.ticket-title{text-align:center}.ticket-title h1{font-size:22px;margin:0;color:#0b5d1e}.ticket-title p{margin:4px 0 0;color:#5b6a5e}.ticket-code{text-align:right;display:grid;gap:5px}.ticket-code strong{font-size:18px}.ticket-routing{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0}.ticket-routing>div{border:1px solid #cfd9cb;border-radius:8px;padding:9px;display:grid;gap:2px}.ticket-routing span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#687568}.ticket-routing small{color:#657065}.ticket-table{width:100%;border-collapse:collapse;font-size:11px}.ticket-table th,.ticket-table td{border:1px solid #aeb8ab;padding:7px;vertical-align:top}.ticket-table th{background:#e9f4df;color:#0b5d1e;text-transform:uppercase;font-size:9px}.ticket-totals{display:flex;justify-content:flex-end;gap:24px;padding:10px 0}.signature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.signature-grid>div{border:1px solid #bdc8b9;border-radius:8px;padding:12px;text-align:center;min-height:130px}.signature-grid span{display:block;text-transform:uppercase;font-size:10px;font-weight:800;color:#0b5d1e}.signature-line{height:54px;border-bottom:1px solid #667166;margin-bottom:8px}.signature-grid small{display:block}.ticket-footer{display:grid;grid-template-columns:180px 1fr 180px;gap:16px;align-items:center;border-top:1px dashed #9ca99a;margin-top:18px;padding-top:12px;font-size:10px}.ticket-footer>div:first-child{display:flex;align-items:center;gap:8px}.ticket-footer>div:last-child{text-align:right;display:grid}.print-error{padding:30px;color:#a00}@media(max-width:800px){.brand-hero{align-items:flex-start;flex-wrap:wrap}.form-grid.two-col,.batch-summary,.batch-detail-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.batch-picker-row{grid-template-columns:auto 1fr}.custody-tag{grid-column:2}.sticky-actions{bottom:72px}.ticket-routing,.signature-grid{grid-template-columns:1fr}.batch-print-page{padding:0}.batch-ticket{box-shadow:none;padding:8mm}.ticket-header{grid-template-columns:1fr}.ticket-title,.ticket-code{text-align:left;margin-top:8px}.ticket-footer{grid-template-columns:1fr}}@media print{.batch-print-page{background:#fff;padding:0}.print-controls{display:none!important}.batch-ticket{box-shadow:none;max-width:none;padding:0}.ticket-table thead{display:table-header-group}.ticket-table tr,.signature-grid{break-inside:avoid}@page{size:A4 portrait;margin:10mm}}.login-logo{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:18px;padding:5px}.login-brand>div{display:grid}.login-brand span{font-size:.68rem;letter-spacing:.13em}.dashboard-brand-panel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:linear-gradient(135deg,#f8fced,#fff)}.dashboard-brand-panel>img{width:76px;height:76px;object-fit:contain}.dashboard-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:800px){.dashboard-brand-panel{grid-template-columns:auto 1fr}.dashboard-actions{grid-column:1/-1}.login-logo{width:58px;height:58px}}@media print{html,body{margin:0!important;padding:0!important;background:#fff!important}.batch-print-page{margin:0!important;padding:0!important;min-height:auto!important}.batch-ticket{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;box-shadow:none!important;font-size:9px!important}.ticket-header{padding-bottom:6px!important}.ticket-brand img{width:44px!important;height:44px!important}.ticket-brand strong{font-size:16px!important}.ticket-title h1{font-size:18px!important}.ticket-title p{margin-top:1px!important;font-size:11px!important}.ticket-code strong{font-size:15px!important}.ticket-routing{gap:6px!important;margin:8px 0!important}.ticket-routing>div{padding:6px!important}.ticket-table{font-size:9px!important}.ticket-table th,.ticket-table td{padding:4px!important}.ticket-table th{font-size:7px!important}.ticket-totals{gap:18px!important;padding:6px 0!important;font-size:10px!important}.signature-grid{gap:10px!important;margin-top:8px!important}.signature-grid>div{min-height:92px!important;padding:7px!important}.signature-line{height:34px!important;margin-bottom:5px!important}.signature-grid p{margin:2px 0 0!important;font-size:8px!important}.signature-grid strong,.signature-grid small{font-size:8px!important}.ticket-footer{grid-template-columns:145px 1fr 145px!important;gap:10px!important;margin-top:8px!important;padding-top:7px!important;font-size:8px!important;break-inside:avoid!important;page-break-inside:avoid!important}.ticket-footer svg{width:54px!important;height:54px!important}.ticket-footer p{margin:0!important}@page{size:A4 portrait;margin:7mm}}@media print{@page{size:A4 portrait;margin:5mm}html,body{width:210mm!important;height:297mm!important;margin:0!important;padding:0!important;background:#fff!important}.batch-print-page{width:200mm!important;height:138mm!important;min-height:138mm!important;max-height:138mm!important;margin:0 auto!important;padding:0!important;overflow:hidden!important}.batch-ticket{width:100%!important;height:138mm!important;min-height:0!important;max-height:138mm!important;margin:0!important;padding:3mm!important;box-sizing:border-box!important;box-shadow:none!important;font-size:7px!important;overflow:hidden!important}.ticket-header{display:grid!important;grid-template-columns:1fr 1.5fr 1fr!important;align-items:center!important;gap:5px!important;padding:0 0 4px!important;margin:0 0 4px!important}.ticket-brand{display:flex!important;align-items:center!important;gap:5px!important}.ticket-brand img{width:30px!important;height:30px!important;object-fit:contain!important}.ticket-brand strong{font-size:10px!important;line-height:1!important}.ticket-brand small{font-size:5px!important}.ticket-title{text-align:center!important}.ticket-title h1{margin:0!important;font-size:13px!important;line-height:1.05!important}.ticket-title p{margin:1px 0 0!important;font-size:7px!important}.ticket-code{text-align:right!important}.ticket-code strong{font-size:10px!important}.ticket-code div,.ticket-code p,.ticket-code small{margin:1px 0!important;font-size:7px!important}.ticket-routing{display:grid!important;grid-template-columns:1fr 1fr!important;gap:4px!important;margin:4px 0!important}.ticket-routing>div{min-height:0!important;padding:4px 5px!important;border-radius:4px!important}.ticket-routing label,.ticket-routing small{font-size:5px!important;margin:0!important}.ticket-routing strong{display:block!important;margin:1px 0!important;font-size:8px!important;line-height:1.05!important}.ticket-routing p{margin:1px 0!important;font-size:6px!important;line-height:1.05!important}.ticket-table{width:100%!important;margin:3px 0 0!important;font-size:6px!important;line-height:1.05!important}.ticket-table th{padding:2px!important;font-size:5px!important}.ticket-table td{padding:2px 3px!important;font-size:6px!important}.ticket-totals{display:flex!important;justify-content:flex-end!important;gap:15px!important;padding:3px 0!important;font-size:7px!important}.signature-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin:4px 0!important}.signature-grid>div{min-height:36px!important;height:36px!important;padding:3px 6px!important;border-radius:4px!important}.signature-line{height:13px!important;margin:0 0 2px!important}.signature-grid h3,.signature-grid strong{margin:0!important;font-size:6px!important;line-height:1!important}.signature-grid p,.signature-grid small{margin:0!important;font-size:5px!important;line-height:1!important}.ticket-footer{display:grid!important;grid-template-columns:95px 1fr 85px!important;align-items:center!important;gap:5px!important;margin-top:3px!important;padding-top:3px!important;font-size:5px!important}.ticket-footer svg,.ticket-footer canvas,.ticket-footer img{width:28px!important;height:28px!important}.ticket-footer p,.ticket-footer small,.ticket-footer strong{margin:0!important;font-size:5px!important;line-height:1.05!important}}@media print{.ticket-table th,.ticket-table td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;vertical-align:top!important}.ticket-table td:nth-child(3){min-width:58mm!important;max-width:76mm!important}}.nav-section-label{margin:16px 14px 6px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#ffffff7a}.ap-dashboard-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.compact-record-list{display:grid;gap:8px}.compact-record-list>a{display:flex;justify-content:space-between;gap:18px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fbfdfb}.right-align{text-align:right;display:grid;justify-items:end;gap:5px}.wrap-cell{white-space:normal!important;min-width:170px;max-width:340px}.money-cell{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.selected-row{background:#edf8f1!important}.selection-table input{width:18px;height:18px}.amount-summary{display:grid;gap:12px}.amount-summary>span{font-size:.75rem;text-transform:uppercase;color:var(--muted);font-weight:800}.amount-summary>strong{font-size:2rem;color:var(--green)}.amount-summary>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:10px}.amount-summary .amount-net{display:grid;gap:4px;padding:14px;border-radius:12px;background:var(--green-soft);border:0}.amount-summary .amount-net strong{font-size:1.35rem;color:var(--green)}.record-details .span-detail{grid-column:1/-1}.mini-details{margin:0;display:grid;gap:12px}.mini-details>div{padding-bottom:10px;border-bottom:1px solid var(--line)}.mini-details dt{font-size:.72rem;text-transform:uppercase;color:var(--muted);font-weight:800}.mini-details dd{margin:4px 0 0;font-weight:700}.file-list{display:grid;gap:8px}.file-list>a{display:flex;gap:8px;padding:9px;border:1px solid var(--line);border-radius:9px;color:var(--green);font-weight:700}.comment-thread{display:grid;gap:10px;max-height:360px;overflow:auto}.comment-thread article{padding:11px;border-radius:11px;background:#f5f8f6;border:1px solid var(--line)}.comment-thread p{margin:4px 0}.comment-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px;align-items:end}.adjustment-editor{display:grid;gap:9px}.adjustment-row{display:grid;grid-template-columns:1.2fr 1.7fr .8fr .8fr .65fr .8fr auto;gap:8px;align-items:center}.adjustment-row input,.adjustment-row select{min-width:0}.icon-button.danger{color:var(--danger)}.advice-total-box{margin:20px 0 0 auto;width:min(460px,100%);display:grid;gap:8px}.advice-total-box>div{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--line)}.advice-total-box .grand-total{background:var(--green);color:#fff;border-radius:10px}.advice-total-box .grand-total strong{color:#fff}.adjustment-display{margin-top:22px}.report-export-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.report-export-grid button{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:3px 10px;align-items:center;padding:18px;text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);cursor:pointer}.report-export-grid button>svg:first-child{grid-row:1/3;color:var(--green)}.report-export-grid button>svg:last-child{grid-row:1/3;grid-column:3}.report-export-grid span{color:var(--muted);font-size:.8rem}.aging-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.aging-grid>div{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfdfb}.aging-grid span{display:block;color:var(--muted);font-size:.78rem;font-weight:800}.aging-grid strong{display:block;margin-top:7px;color:var(--green)}.payment-advice-print-page{background:#e6ebe8;min-height:100vh;padding:22px}.payment-advice-sheet{width:210mm;min-height:297mm;margin:auto;background:#fff;padding:13mm 12mm 10mm;box-shadow:0 10px 35px #0002;color:#555;font-family:Arial,sans-serif}.pa-header{display:grid;grid-template-columns:1.3fr .8fr}.pa-brand{display:flex;align-items:center;gap:12px}.pa-brand img{width:62px;height:62px;object-fit:contain}.pa-brand strong{display:block;color:#3d8128;font-size:21px}.pa-brand span{display:block;color:#3d8128;font-size:15px;font-weight:800;text-align:center}.pa-address{border-left:2px solid #555;padding-left:12px;font-size:11px;line-height:1.55}.payment-advice-sheet>h1{text-align:center;font-size:25px;color:#555;margin:22px 0 12px}.pa-meta{display:grid;grid-template-columns:1fr 210px;margin-bottom:5px}.pa-meta>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.pa-meta strong{border-bottom:1px dotted #bbb;padding:4px 6px;font-size:13px}.pa-meta .pa-number{color:#ef2f35;text-align:center;font-size:18px}.pa-section h2{margin:0;background:#46a42c;color:#fff;text-align:center;font-size:14px;letter-spacing:.55em;padding:5px}.pa-section table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:8.5px}.pa-section th,.pa-section td{border:1px dotted #d4d4d4;padding:4px 3px;vertical-align:top;word-break:break-word;white-space:normal}.pa-section th:nth-child(1){width:10%}.pa-section th:nth-child(2){width:8%}.pa-section th:nth-child(3){width:7%}.pa-section th:nth-child(4){width:20%}.pa-section th:nth-child(5){width:14%}.pa-section th:nth-child(6),.pa-section th:nth-child(7){width:10%}.pa-section th:nth-child(8){width:13%}.pa-section tbody tr{height:10mm}.pa-section td:last-child,.pa-section tfoot td:last-child{text-align:right}.pa-section tfoot td{font-size:10px;font-weight:800}.pa-section tfoot td:first-child{text-align:right}.pa-adjustments{margin-top:5px}.pa-adjustments table td:first-child{text-align:right;width:82%}.pa-adjustments tbody tr{height:7mm}.pa-net{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:8px 0 15px;font-size:11px}.pa-net strong{min-width:150px;border:2px dotted #aaa;padding:6px;text-align:right}.pa-signatures{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pa-signatures>div{display:grid;grid-template-columns:auto 1fr;gap:8px}.pa-signatures strong{border-bottom:1px dotted #bbb;padding:4px;text-align:center;font-size:10px}.finance-only{font-size:14px;color:#c72d2d;font-style:italic;margin:10px 0 7px}.pa-finance{display:grid;grid-template-columns:1fr 1.4fr;gap:30px;border-bottom:1px dotted #bbb;padding-bottom:8px}.pa-finance h3,.pa-payment-ref h3{font-size:13px;font-weight:400}.signature-space{height:28px;border-bottom:1px solid #888}.pa-finance>div:first-child{text-align:center}.pa-finance p{display:grid;grid-template-columns:90px 1fr;gap:6px;margin:3px 0;font-size:8px}.pa-finance p span{text-align:right}.pa-finance p strong{border-bottom:1px solid #999}.pa-payment-ref>div{display:grid;grid-template-columns:55px 1fr 75px 1fr;gap:7px;font-size:8px}.pa-payment-ref strong{border-bottom:1px solid #999}.payment-advice-sheet footer{text-align:center;margin-top:10px;font-size:7px;color:#999}@media(max-width:900px){.ap-dashboard-columns,.report-export-grid{grid-template-columns:1fr}.aging-grid{grid-template-columns:repeat(2,1fr)}.adjustment-row{grid-template-columns:1fr 1fr}.comment-form{grid-template-columns:1fr}.payment-advice-print-page{padding:0;overflow:auto}}@media print{.payment-advice-print-page{background:#fff!important;padding:0!important}.payment-advice-print-page .print-controls{display:none!important}.payment-advice-sheet{width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;box-shadow:none!important}.payment-advice-sheet footer{display:none}.pa-section thead{display:table-header-group}.pa-section tr{break-inside:avoid}@page{size:A4 portrait;margin:9mm}}.dts-link-card{display:grid!important;gap:5px!important;padding:12px!important;border-radius:11px!important;background:#f1f8f3!important;border:1px solid #cfe4d5!important}.dts-link-card small{font-size:.68rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--muted)!important;font-weight:900!important}.dts-link-card>strong{font-size:1rem!important;color:var(--green)!important}.dts-link-card>span{font-size:.78rem!important;color:var(--muted)!important}.dts-link-card .button{margin-top:5px!important}.document-source-panel{margin:0 0 22px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#f8fbf9}.compact-heading{margin-bottom:12px}.compact-heading h3{margin:0}.source-choice-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.source-choice{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);text-align:left;cursor:pointer}.source-choice svg{margin-top:2px;color:var(--green)}.source-choice span{display:grid;gap:3px}.source-choice strong{font-size:.92rem}.source-choice small{color:var(--muted);font-size:.77rem}.source-choice.active{border-color:var(--green);box-shadow:0 0 0 2px #1665431a;background:var(--green-soft)}.ap-source-picker{display:grid;gap:13px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.ap-source-controls{display:grid;grid-template-columns:260px 1fr;gap:12px}.embedded-search{margin-top:6px;background:#fff}.ap-record-select{min-height:156px;padding:5px}.ap-record-select option{padding:8px 10px;border-bottom:1px solid #edf1ee}.source-loading{display:flex;align-items:center;gap:8px;padding:16px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);background:#fff}.spin{animation:dts-spin 1s linear infinite}@keyframes dts-spin{to{transform:rotate(360deg)}}.selected-ap-source{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;border:1px solid #b8dcc4;border-radius:11px;background:#edf8f1}.selected-ap-source>div{display:grid;gap:3px}.selected-ap-source small{font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.selected-ap-source strong{color:var(--green)}.selected-ap-source span{font-size:.8rem;color:var(--muted)}.selected-ap-source.duplicate{border-color:#e9c56d;background:#fff8e6}.ap-origin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}@media(max-width:760px){.source-choice-row,.ap-source-controls{grid-template-columns:1fr}.selected-ap-source{align-items:flex-start;flex-direction:column}.selected-ap-source .button{width:100%}}.payment-advice-print-page .print-controls{align-items:center;justify-content:space-between;gap:16px}.payment-advice-print-page .print-controls>div{display:grid;gap:2px}.payment-advice-print-page .print-controls>div strong{color:#173126}.payment-advice-print-page .print-controls>div small{color:#637269}.payment-advice-print-page .print-controls button{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.pa-physical-copy-note{width:max-content;margin:-5px auto 9px;padding:3px 10px;border:1px solid #d6a328;border-radius:999px;color:#8b6200;font-size:8px;font-weight:800;letter-spacing:.08em}.pa-signatures-physical{align-items:end}.pa-physical-signature{display:block!important;text-align:center;min-width:0}.pa-signature-label{display:block;text-align:left;font-size:10px;color:#555;margin-bottom:2px}.pa-physical-signature .pa-signature-line{height:18px;border-bottom:1px solid #777;margin:0 0 2px}.pa-physical-signature>strong{display:block!important;border:0!important;min-height:14px;padding:0 3px!important;font-size:8px!important;font-weight:500;text-align:center!important}.pa-physical-signature>small{display:block;font-size:6.5px;line-height:1.1;color:#777;min-height:8px}.pa-finance>.pa-approved-signature{text-align:center}.pa-finance>.pa-approved-signature .pa-signature-label{text-align:center;font-size:13px;font-weight:400}.pa-finance>.pa-approved-signature .pa-signature-line{height:28px}@media print{html,body,#root{width:auto!important;height:auto!important;min-height:0!important;overflow:visible!important}body{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.payment-advice-print-page{display:block!important;visibility:visible!important;position:static!important;width:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}.payment-advice-print-page .print-controls{display:none!important}.payment-advice-sheet{display:block!important;visibility:visible!important;position:static!important;width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0!important;box-shadow:none!important;overflow:visible!important}.payment-advice-sheet *{visibility:visible!important}.pa-physical-copy-note{border-color:#8b6200!important}.pa-section table{page-break-inside:auto}.pa-section thead{display:table-header-group}.pa-section tfoot{display:table-row-group}.pa-section tr,.pa-signatures,.pa-finance,.pa-payment-ref,.pa-net{break-inside:avoid;page-break-inside:avoid}@page{size:A4 portrait;margin:9mm}}:root{--pa-green:#064b1d;--pa-green-2:#0a5b25;--pa-sage:#eef5ec;--pa-line:#9eaca3;--pa-red:#ed1c24;--pa-font:"Harabara","Harabara Mais","Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif}.payment-advice-sheet{font-family:var(--pa-font)!important;color:#1d2721!important;padding:10mm 9mm 7mm!important}.pa-header{grid-template-columns:1.55fr .85fr!important;align-items:start;border-bottom:0!important}.pa-brand{gap:10px!important}.pa-brand img{width:25mm!important;height:25mm!important}.pa-brand strong{color:var(--pa-green)!important;font-family:var(--pa-font)!important;font-size:25px!important;line-height:1.05!important;letter-spacing:-.02em}.pa-brand span{color:var(--pa-green)!important;font-size:14px!important;font-weight:500!important;font-style:italic;text-align:left!important;margin-top:3px}.pa-address{border-left:1.4px solid var(--pa-green)!important;padding-left:12px!important;color:#17231b!important;font-size:10px!important;line-height:1.45!important}.pa-address p{margin:0 0 7px}.payment-advice-sheet>h1{color:var(--pa-green)!important;font-family:var(--pa-font)!important;font-size:31px!important;line-height:1!important;letter-spacing:.02em!important;font-weight:900!important;margin:12px 0 7px!important;padding-bottom:6px;border-bottom:1.4px solid var(--pa-green)}.pa-meta{grid-template-columns:1fr 190px!important;gap:28px;margin:0 0 6px!important;align-items:end}.pa-meta>div{grid-template-columns:auto 1fr!important;gap:8px!important}.pa-meta span{font-size:10px;color:#202820}.pa-meta strong{border:0!important;border-bottom:1px solid #5f6f65!important;padding:2px 4px 3px!important;font-size:11px!important;min-height:17px}.pa-meta .pa-number{border:1px solid var(--pa-green)!important;border-radius:4px;color:var(--pa-red)!important;font-size:18px!important;padding:5px 8px!important}.pa-section{margin-top:4px}.pa-section h2{background:linear-gradient(90deg,var(--pa-green),var(--pa-green-2),var(--pa-green))!important;border-radius:4px 4px 0 0;color:#fff!important;font-family:var(--pa-font)!important;font-size:12px!important;letter-spacing:.25em!important;font-weight:800!important;padding:5px 4px!important}.pa-section table{font-family:var(--pa-font)!important;font-size:8.1px!important;border:1px solid var(--pa-green)!important}.pa-section th{background:var(--pa-sage)!important;color:#18211b!important;font-size:7.9px!important;font-weight:800!important;text-align:center!important}.pa-section th,.pa-section td{border:1px solid #c3cbc6!important;padding:4px 3px!important;vertical-align:middle!important}.pa-section tbody tr{height:9.2mm!important}.pa-section td:nth-child(1),.pa-section td:nth-child(2),.pa-section td:nth-child(3),.pa-section td:nth-child(5),.pa-section td:nth-child(6),.pa-section td:nth-child(7){text-align:center}.pa-section td:nth-child(8){text-align:right!important}.pa-section tfoot td{background:#fff!important;border:0!important;border-top:1px solid var(--pa-green)!important;font-size:9.5px!important;padding:5px 6px!important}.pa-section tfoot td:last-child{border:1px solid var(--pa-green)!important;border-radius:3px;font-weight:800!important}.pa-total-label{text-align:right!important;color:var(--pa-green)!important;font-weight:900!important;letter-spacing:.02em}.pa-currency{display:inline-block;min-width:27px;margin-right:10px;color:#171d19;font-weight:900}.pa-adjustments{margin-top:4px!important}.pa-adjustments table th:first-child{width:76%!important}.pa-adjustments table th:last-child{width:24%!important}.pa-adjustments table td:first-child{text-align:left!important;width:auto!important}.pa-adjustments tbody tr{height:6.7mm!important}.pa-adjustments tfoot td:first-child{text-align:right!important}.pa-net{gap:0!important;margin:4px 0 10px!important;align-items:stretch!important;font-family:var(--pa-font)!important}.pa-net span:first-child{background:linear-gradient(90deg,var(--pa-green-2),var(--pa-green));color:#fff;padding:6px 10px;min-width:70mm;text-align:center;font-size:10px;font-weight:900;border-radius:4px 0 0 4px}.pa-net strong{display:flex;align-items:center;justify-content:space-between;min-width:61mm!important;border:1px solid var(--pa-green)!important;border-radius:0 4px 4px 0;padding:5px 8px!important;text-align:right!important;color:var(--pa-green)!important;font-size:11px!important}.pa-net strong .pa-currency{color:#171d19;margin-right:10px}.pa-signatures{gap:24mm!important;margin-top:4px}.pa-signature-label{font-size:8.5px!important;color:#1f2922!important}.pa-physical-signature .pa-signature-line{height:10px!important;border-bottom:1px solid #535d56!important}.pa-physical-signature>strong{font-family:var(--pa-font)!important;font-size:7.7px!important;font-style:italic!important;color:#313933!important}.pa-physical-signature>small{font-size:6px!important}.finance-only{text-align:center!important;color:var(--pa-red)!important;font-family:var(--pa-font)!important;font-style:normal!important;font-size:9.4px!important;font-weight:900!important;margin:7px 0 5px!important}.pa-finance{grid-template-columns:1fr 1.25fr!important;gap:18px!important;border:1px dashed var(--pa-green)!important;border-radius:5px!important;padding:7px 12px 6px!important}.pa-finance h3,.pa-payment-ref h3{font-family:var(--pa-font)!important;color:var(--pa-green)!important;font-size:10px!important;font-weight:900!important;margin:0 0 4px!important}.pa-finance>.pa-approved-signature{padding-right:12px;border-right:1px solid #8ca092}.pa-finance>.pa-approved-signature .pa-signature-label{font-size:10px!important;color:var(--pa-green)!important;font-weight:900!important}.pa-finance>.pa-approved-signature .pa-signature-line{height:22px!important}.pa-finance p{grid-template-columns:80px 1fr!important;font-size:7.4px!important;margin:2px 0!important}.pa-payment-ref{margin-top:5px;border:1px solid #b6c1ba;border-radius:4px;background:linear-gradient(90deg,#f6f9f5,#eef4ef);padding:5px 8px}.pa-payment-ref>div{grid-template-columns:52px 1fr 68px 1fr!important;font-size:7.6px!important}.payment-advice-sheet footer{display:flex!important;align-items:center;gap:10px;margin-top:7px!important;color:var(--pa-green)!important;font-family:Georgia,serif!important;font-size:7.5px!important;font-style:italic!important}.payment-advice-sheet footer span{height:1px;background:var(--pa-green);flex:1}.payment-advice-sheet footer em{white-space:nowrap;font-weight:700}@media print{.payment-advice-sheet{font-family:var(--pa-font)!important;padding:0!important}.payment-advice-sheet footer{display:flex!important}.pa-section h2,.pa-net span:first-child{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.table-action-link{display:block;margin-top:.35rem;font-size:.75rem;font-weight:800;color:var(--green);text-decoration:underline;text-underline-offset:2px}.bill-detail-card{padding:0;overflow:hidden}.bill-detail-heading{display:flex;gap:14px;align-items:center;padding:20px 22px;background:linear-gradient(135deg,#f4faf6,#fff 76%);border-bottom:1px solid var(--line)}.bill-detail-heading-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#e4f2e9;color:var(--green);flex:0 0 auto}.bill-detail-heading h3{margin:1px 0 3px;font-size:1.15rem}.bill-detail-heading p:last-child{margin:0;color:var(--muted);font-size:.84rem}.bill-detail-heading .eyebrow{margin:0;font-size:.66rem}.bill-detail-sections{padding:6px 22px 22px}.bill-detail-section{padding:17px 0;border-bottom:1px solid #e6ede8}.bill-detail-section:last-child{border-bottom:0;padding-bottom:0}.bill-detail-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--green-dark);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.075em}.bill-detail-section-title svg{color:#4f8064}.bill-detail-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0}.bill-detail-fields>div{min-width:0;padding:11px 12px;border:1px solid #e1e9e4;border-radius:10px;background:#fbfdfc}.bill-detail-fields dt{margin:0 0 4px;color:#75877d;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.055em}.bill-detail-fields dd{margin:0;color:#173a2b;font-size:.93rem;font-weight:720;line-height:1.35;overflow-wrap:anywhere}.bill-detail-fields .bill-field-wide{grid-column:1/-1}.bill-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.bill-date-grid{max-width:520px}.bill-value-chip{display:inline-flex;padding:4px 9px;border-radius:999px;background:#e9f4ed;color:#17643d;font-size:.78rem;font-weight:850}.bill-due-value{color:#8b5a00!important}.bill-particulars-section{padding-top:18px}.bill-particulars-box{min-height:84px;padding:15px 16px;border:1px solid #dbe6df;border-left:4px solid var(--green);border-radius:10px;background:#f8fbf9;color:#173a2b;font-size:.96rem;font-weight:650;line-height:1.55;white-space:pre-wrap}.bill-detail-card+.stack{align-self:start}@media(max-width:900px){.bill-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bill-detail-fields{grid-template-columns:1fr}.bill-detail-fields .bill-field-wide{grid-column:auto}.bill-date-grid{max-width:none}}@media(max-width:560px){.bill-detail-heading{align-items:flex-start;padding:17px}.bill-detail-sections{padding:4px 17px 17px}.bill-reference-grid{grid-template-columns:1fr}}.payment-advice-sheet{padding:8mm 8mm 6mm!important}.pa-address{font-size:11.5px!important;line-height:1.5!important}.payment-advice-sheet>h1{font-size:36px!important;margin:10px 0 8px!important;padding-bottom:7px!important}.pa-meta span{font-size:12px!important}.pa-meta strong{font-size:13px!important;min-height:20px!important}.pa-meta .pa-number{font-size:22px!important;padding:6px 10px!important}.pa-section h2{font-size:14px!important;padding:6px 5px!important}.pa-section table{font-size:10.4px!important}.pa-section th{font-size:9.7px!important;line-height:1.2!important}.pa-section th,.pa-section td{padding:5px 4px!important;line-height:1.25!important}.pa-section tbody tr{height:10.2mm!important}.pa-section tfoot td{font-size:11.5px!important;padding:6px 7px!important}.pa-currency{min-width:31px!important;margin-right:9px!important}.pa-adjustments tbody tr{height:7.6mm!important}.pa-net{margin:5px 0 11px!important}.pa-net span:first-child{font-size:12px!important;padding:7px 11px!important}.pa-net strong{font-size:13px!important;padding:6px 9px!important}.pa-signature-label{font-size:10.5px!important}.pa-physical-signature .pa-signature-line{height:15px!important}.pa-physical-signature>strong{font-size:9.5px!important}.pa-physical-signature>small{font-size:7.5px!important}.finance-only{font-size:11px!important;margin:8px 0 6px!important}.pa-finance{padding:9px 14px 8px!important}.pa-finance h3,.pa-payment-ref h3{font-size:12px!important}.pa-finance>.pa-approved-signature .pa-signature-label{font-size:12px!important}.pa-finance>.pa-approved-signature .pa-signature-line{height:27px!important}.pa-finance p{grid-template-columns:92px 1fr!important;font-size:9.4px!important;margin:3px 0!important}.pa-payment-ref{padding:7px 10px!important}.pa-payment-ref>div{grid-template-columns:62px 1fr 82px 1fr!important;font-size:9.5px!important}.payment-advice-sheet footer{font-size:9.2px!important;margin-top:8px!important}@media print{@page{size:A4 portrait;margin:7mm}.payment-advice-sheet{padding:0!important}.pa-section table{font-size:10.4px!important}.pa-section th{font-size:9.7px!important}}:root{--pa-green:#2f6f46;--pa-green-2:#3f8258;--pa-sage:#f1f7f2;--pa-line:#bcc9c0}.pa-section h2{background:#dfeee3!important;color:#245c39!important;border:1px solid #8fb39a!important;border-bottom:0!important;letter-spacing:.22em!important}.pa-section table{border-color:#7fa88d!important}.pa-section th{background:#f3f8f4!important;color:#234d34!important}.pa-section th,.pa-section td{border-color:#cbd6cf!important}.pa-section tfoot td{border-top-color:#78a187!important}.pa-section tfoot td:last-child{border-color:#78a187!important;background:#f8fbf9!important}.pa-total-label{color:#2f6f46!important}.pa-net span:first-child{background:#e5f1e8!important;color:#245c39!important;border:1px solid #78a187!important;border-right:0!important}.pa-net strong{color:#245c39!important;border-color:#78a187!important;background:#fbfdfb!important}.pa-meta .pa-number{border-color:#78a187!important}.pa-finance{border-color:#8fb39a!important}.pa-payment-ref{background:#f5f9f6!important;border-color:#c2d0c6!important}.payment-advice-sheet footer span{background:#78a187!important}@media print{.pa-section h2,.pa-section th,.pa-net span:first-child,.pa-net strong,.pa-payment-ref{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}:root{--pa-green:#5f8f70;--pa-green-2:#6f9f80;--pa-sage:#fafcf9;--pa-line:#d7e0da}.pa-section h2{background:#fff!important;color:#3f6f50!important;border:1px solid #9fb9a8!important;border-bottom:1px solid #9fb9a8!important;letter-spacing:.2em!important;box-shadow:none!important}.pa-section table{border-color:#9fb9a8!important}.pa-section th{background:#fbfcfb!important;color:#365d43!important}.pa-section th,.pa-section td{border-color:#d9e1dc!important}.pa-section tfoot td{background:#fff!important;border-top-color:#a7bdae!important}.pa-section tfoot td:last-child{background:#fff!important;border-color:#a7bdae!important}.pa-net span:first-child{background:#fff!important;color:#3f6f50!important;border:1px solid #9fb9a8!important;border-right:0!important}.pa-net strong{background:#fff!important;color:#3f6f50!important;border-color:#9fb9a8!important}.pa-meta .pa-number{background:#fff!important;border-color:#9fb9a8!important}.pa-finance{background:#fff!important;border-color:#b7c9bd!important}.pa-payment-ref{background:#fff!important;border-color:#d1dbd4!important}.payment-advice-sheet footer span{background:#a7bdae!important}.payment-advice-sheet>h1,.pa-brand strong,.pa-brand span{color:#356744!important}@media print{.pa-section h2,.pa-section th,.pa-net span:first-child,.pa-net strong,.pa-payment-ref,.pa-finance{-webkit-print-color-adjust:economy!important;print-color-adjust:economy!important}}:root{--pa-green:#6f9f7e;--pa-green-2:#82ad8f;--pa-sage:#edf6ef;--pa-line:#c6d8cb;--pa-body-font:Arial,"Helvetica Neue",Helvetica,sans-serif}.payment-advice-sheet{font-family:var(--pa-body-font)!important;color:#1f2923!important}.pa-brand strong,.pa-brand span,.payment-advice-sheet>h1{font-family:var(--pa-font)!important}.pa-meta,.pa-section,.pa-section table,.pa-net,.pa-signatures,.finance-only,.pa-finance,.pa-payment-ref,.payment-advice-sheet footer{font-family:var(--pa-body-font)!important}.pa-section h2{background:#edf6ef!important;color:#456f53!important;border:1px solid #a9c1b0!important;border-bottom:1px solid #a9c1b0!important;letter-spacing:.16em!important;font-family:var(--pa-body-font)!important;font-size:11pt!important;font-weight:700!important;padding:5px 4px!important}.pa-section table{border-color:#aac0b0!important;font-family:var(--pa-body-font)!important;font-size:9pt!important}.pa-section th{background:#f5faf6!important;color:#365d43!important;font-family:var(--pa-body-font)!important;font-size:9pt!important;font-weight:700!important}.pa-section td{font-family:var(--pa-body-font)!important;font-size:9pt!important}.pa-section th,.pa-section td{border-color:#d4ded7!important;padding:5px 4px!important;line-height:1.25!important}.pa-section tfoot td{font-size:9.5pt!important;background:#fff!important;border-top-color:#aac0b0!important}.pa-total-label{color:#456f53!important}.pa-net span:first-child{background:#edf6ef!important;color:#456f53!important;border:1px solid #a9c1b0!important;border-right:0!important;font-family:var(--pa-body-font)!important;font-size:10pt!important;font-weight:700!important}.pa-net strong{background:#fff!important;color:#365d43!important;border-color:#a9c1b0!important;font-family:var(--pa-body-font)!important;font-size:10.5pt!important}.pa-meta span,.pa-meta strong{font-family:var(--pa-body-font)!important;font-size:9pt!important}.pa-meta .pa-number{font-size:16pt!important}.pa-signature-label{font-family:var(--pa-body-font)!important;font-size:9pt!important}.pa-physical-signature>strong{font-family:var(--pa-body-font)!important;font-size:9pt!important}.pa-physical-signature>small{font-family:var(--pa-body-font)!important;font-size:8pt!important}.finance-only,.pa-finance h3,.pa-payment-ref h3{font-family:var(--pa-body-font)!important;font-size:9pt!important}.pa-finance>.pa-approved-signature .pa-signature-label{font-size:9pt!important}.pa-finance p{font-family:var(--pa-body-font)!important;font-size:9pt!important;grid-template-columns:96px 1fr!important}.pa-payment-ref>div{font-family:var(--pa-body-font)!important;font-size:9pt!important;grid-template-columns:64px 1fr 86px 1fr!important}.payment-advice-sheet footer{font-family:Georgia,serif!important;font-size:8.5pt!important}.pa-brand strong{font-size:28px!important}.pa-brand span{font-size:15.5px!important}.payment-advice-sheet>h1{font-size:36px!important}@media print{.payment-advice-sheet{font-family:var(--pa-body-font)!important}.pa-section table,.pa-section th,.pa-section td{font-size:9pt!important}.pa-section h2,.pa-net span:first-child,.pa-net strong{-webkit-print-color-adjust:economy!important;print-color-adjust:economy!important}}:root{--pa-accent:#A6CE39;--pa-accent-dark:#5f7f1f;--pa-accent-pale:#f5f9e9}.pa-section h2{background:#a6ce39!important;color:#173a2b!important;border:0!important;border-radius:0!important;font-weight:800!important}.pa-section table{border:0!important;outline:3pt solid #A6CE39!important;outline-offset:-3pt!important}.pa-section th,.pa-section td{border-color:#d7e3c2!important}.pa-section th{background:#f7faef!important;color:#29422d!important}.pa-net{border:3pt solid #A6CE39!important;border-radius:4px!important;overflow:hidden!important}.pa-net span:first-child{background:#a6ce39!important;color:#173a2b!important;border:0!important;border-radius:0!important}.pa-net strong{background:#fff!important;color:#29422d!important;border:0!important;border-left:1pt solid #8fb22e!important;border-radius:0!important}.pa-meta .pa-number{border:3pt solid #A6CE39!important}.payment-advice-sheet>h1{border-bottom:3pt solid #A6CE39!important;padding-bottom:8px!important}.payment-advice-sheet footer span{height:2pt!important;background:#a6ce39!important}.pa-finance,.pa-payment-ref{border-color:#a6ce39!important}:root{--pa-accent:#519032;--pa-accent-dark:#376a22;--pa-accent-pale:#f2f7ef}.pa-section h2{background:#519032!important;color:#fff!important}.pa-section table{outline:3pt solid #519032!important;outline-offset:-3pt!important}.pa-section th,.pa-section td{border-color:#cbdcc4!important}.pa-section th{background:#f3f7f1!important;color:#253b2a!important}.pa-net{border:3pt solid #519032!important}.pa-net span:first-child{background:#519032!important;color:#fff!important}.pa-net strong{border-left:1pt solid #78aa63!important}.pa-meta .pa-number{border:1.5pt solid #519032!important}.payment-advice-sheet>h1{border-bottom:2pt solid #519032!important}.payment-advice-sheet footer span{height:2pt!important;background:#519032!important}.pa-meta>div:first-child strong{font-family:var(--pa-body-font)!important;font-size:11pt!important;font-weight:700!important}.pa-finance,.pa-payment-ref{border-color:#519032!important}@media print{.pa-section h2,.pa-section table,.pa-net,.pa-net span:first-child,.pa-meta .pa-number,.payment-advice-sheet>h1,.payment-advice-sheet footer span{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.batch-check-col{width:72px;text-align:center}.received-row{background:#f6faf4}.receipt-state{display:inline-flex;align-items:center;border-radius:999px;padding:.28rem .58rem;font-size:.78rem;font-weight:700;white-space:nowrap}.receipt-state.done{background:#e7f4df;color:#346b27}.receipt-state.pending{background:#fff4d6;color:#7a5a00}.empty-cell{text-align:center;color:var(--muted);padding:2rem!important}.button.small{padding:.48rem .72rem;font-size:.84rem}.button.ghost{background:#fff;border:1px solid #cbd5c7;color:#315d28}.button.ghost:hover{background:#f4f8f2}.inline-actions{display:flex;justify-content:flex-end;align-items:center;gap:.6rem}.page-stack{display:flex;flex-direction:column;gap:1rem}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 4px 18px #17462d0b;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.35rem;border-bottom:1px solid var(--line)}.panel-header h2{margin-bottom:.25rem}.panel-header p{margin:0;color:var(--muted);font-size:.88rem}.panel>.alert{margin:.8rem 1.35rem}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:10px;padding:.68rem .9rem;font-weight:750;cursor:pointer;white-space:nowrap}.primary-button{border:1px solid var(--green);background:var(--green);color:#fff}.secondary-button{border:1px solid var(--line);background:#fff;color:#244b39}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:not-allowed}.primary-button.light{background:#fff;color:var(--green);border-color:#fff}.button-row,.table-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.filter-row{display:grid;grid-template-columns:minmax(260px,1fr) 230px 180px;gap:.75rem;padding:1rem 1.35rem}.search-box{display:flex;align-items:center;gap:.5rem;border:1px solid #cfdad4;border-radius:9px;padding-left:.7rem;background:#fff}.search-box input{border:0;box-shadow:none;padding-left:0}.search-box input:focus{box-shadow:none}.table-scroll,.journal-scroll{width:100%;overflow:auto}.journal-table{min-width:1480px}.journal-table th:nth-child(4),.journal-table td:nth-child(4){min-width:280px}.journal-table th:nth-child(5),.journal-table td:nth-child(5),.journal-table th:nth-child(7),.journal-table td:nth-child(7){min-width:210px}.journal-table input,.journal-table select{min-width:112px;padding:.55rem .6rem;font-size:.82rem}.particulars-input{min-width:260px!important}.numeric-input{text-align:right;min-width:130px!important}.numeric{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.entry-row{background:#fffdf3}.add-row td{background:#f7faf8;padding:.55rem .85rem}.add-row button{display:inline-flex;align-items:center;gap:.4rem;border:0;background:transparent;color:var(--green);font-weight:800}.status-row-reversed{color:#87928c}.icon-button.success{color:#17724b}.icon-button.warning{color:#9a6700}.block-muted{display:block;color:var(--muted);font-weight:400;margin-top:.2rem}.cash-status-posted,.cash-status-active,.cash-status-cleared{background:#e2f4e9;color:#1c6a43}.cash-status-draft,.cash-status-new-draft,.cash-status-scheduled{background:#fff3d6;color:#8a5c00}.cash-status-reversed,.cash-status-cancelled,.cash-status-void,.cash-status-inactive,.cash-status-closed{background:#edf1ef;color:#5f6d66}.cash-status-released,.cash-status-prepared,.cash-status-signed,.cash-status-reserved{background:#e8f0fb;color:#315e9a}.cash-status-bounced,.cash-status-stale{background:#fde7e7;color:#a92b2b}.hero-card{background:linear-gradient(120deg,#0f422d,#166047);color:#fff;border-radius:var(--radius);padding:1.6rem;display:flex;justify-content:space-between;gap:1rem;box-shadow:var(--shadow)}.hero-card h2{color:#fff;font-size:2rem;margin:.25rem 0}.hero-card p{margin:0;color:#d1e4d9}.hero-card .eyebrow{color:#bcd4c7}.hero-card.compact{align-items:center}.hero-side{display:grid;align-content:center;min-width:260px;border-left:1px solid rgba(255,255,255,.2);padding-left:1.5rem}.hero-side span,.hero-side small{color:#d1e4d9}.hero-side strong{font-size:1.55rem}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.kpi-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.kpi-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.15rem;box-shadow:0 4px 16px #19412d0d}.kpi-card span{display:block;color:var(--muted);font-size:.8rem}.kpi-card strong{display:block;margin-top:.25rem;font-size:1.5rem}.kpi-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--green-soft);color:var(--green);margin-bottom:.75rem}.account-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.2rem}.account-balance-card{border:1px solid var(--line);border-radius:13px;padding:1rem;background:#fbfdfb}.account-balance-card span,.account-balance-card strong,.account-balance-card small{display:block}.account-balance-card span{font-size:.72rem;color:var(--muted);text-transform:uppercase;font-weight:800}.account-balance-card strong{margin:.25rem 0}.account-balance-card div{font-size:1.3rem;font-weight:850;color:var(--green);margin:.6rem 0}.compact-kpis{padding:1.2rem}.upload-zone{margin:1.2rem;border:2px dashed #b8cabf;border-radius:14px;min-height:220px;display:grid;place-items:center;align-content:center;gap:.55rem;text-align:center;color:#52675e;position:relative;background:#fbfdfc}.upload-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.migration-note{margin:0 1.2rem 1rem;padding:.85rem;background:#f4f7f5;border-radius:9px;color:#52635c;font-size:.86rem}.confirm-row{display:flex;gap:.55rem;align-items:flex-start;margin:0 1.2rem 1rem;font-size:.86rem}.confirm-row input{width:auto;margin-top:.2rem}.panel>.primary-button{margin:0 1.2rem 1.2rem}.progress-log{padding:1rem 1.2rem;display:grid;gap:.5rem}.progress-log>div{display:flex;gap:.5rem;align-items:center;color:#3f584e;font-size:.86rem}.alert-info{background:#eaf3fb;color:#215b84;border:1px solid #c9e0f2}.alert-error{background:#fdebea;color:#9a2118;border:1px solid #f7cbc8}.alert-warning{background:#fff3df;color:#8a5000;border:1px solid #f3d29e}@media(max-width:1100px){.kpi-grid,.kpi-grid.four,.account-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-row{grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}}@media(max-width:760px){.hero-card{flex-direction:column}.hero-side{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:1rem 0 0}.kpi-grid,.kpi-grid.two,.kpi-grid.four,.account-card-grid,.filter-row{grid-template-columns:1fr}.search-box{grid-column:auto}.panel-header{align-items:flex-start;flex-direction:column}.panel-header .primary-button,.panel-header .secondary-button{width:100%}}.sidebar{overflow:hidden}.side-nav{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1rem .25rem 1rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent}.side-nav::-webkit-scrollbar{width:7px}.side-nav::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:10px}.sidebar-footer{flex:0 0 auto;background:linear-gradient(180deg,#103c2b00,#103c2b 18%);padding-top:1rem}.nav-group{display:grid;gap:.22rem;margin-bottom:.42rem}.nav-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:#afc9bb;padding:.58rem .7rem .4rem;text-transform:uppercase;letter-spacing:.09em;font-size:.64rem;font-weight:850;cursor:pointer}.nav-section-toggle:hover{color:#fff}.nav-section-toggle svg{transition:transform .18s}.nav-group.expanded .nav-section-toggle svg{transform:rotate(180deg)}.nav-section-items{display:grid;gap:.25rem}.nav-section-items a{padding:.68rem .8rem}.journal-guidance{margin:1rem 1.35rem 0;padding:.82rem .95rem;border:1px solid #d4e5da;border-radius:10px;background:#f2f8f4;color:#355b47;font-size:.84rem;line-height:1.5}.journal-filter-note{padding:0 1.35rem .85rem;color:var(--muted);font-size:.78rem}.journal-table-v2{min-width:1740px}.journal-table-v2 th:nth-child(1),.journal-table-v2 td:nth-child(1){min-width:190px}.journal-table-v2 th:nth-child(5),.journal-table-v2 td:nth-child(5){min-width:280px}.journal-table-v2 th:nth-child(6),.journal-table-v2 td:nth-child(6),.journal-table-v2 th:nth-child(8),.journal-table-v2 td:nth-child(8){min-width:210px}.journal-table select:disabled{background:#eef3f0;color:#42604f;opacity:1;cursor:not-allowed}.journal-new-actions{display:grid;gap:.35rem;min-width:92px}.primary-button.mini,.secondary-button.mini{padding:.48rem .58rem;font-size:.76rem;border-radius:8px}.journal-table-v2 .block-muted{white-space:normal;max-width:145px}.journal-table-v2 td:last-child{min-width:105px}.ledger-filter-grid{grid-template-columns:220px 110px 150px 150px minmax(260px,1fr) 190px 150px 150px auto}.configurable-table-scroll{max-height:68vh;overflow:auto;position:relative}.configurable-table{table-layout:fixed;min-width:max-content}.configurable-table th,.configurable-table td{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.configurable-table thead th{position:sticky;top:0;z-index:8;background:#f4f8f5;white-space:nowrap}.configurable-table .frozen-column{position:sticky;z-index:5;background:#fff}.configurable-table thead .frozen-column{z-index:10;background:#eef5f0}.configurable-table .beginning-balance-row td{background:#eef5f0;font-weight:700;border-bottom:2px solid #8fb29b}.configurable-table .beginning-balance-row .frozen-column{background:#eef5f0}.column-title{display:flex;align-items:center;gap:.35rem;min-width:0}.column-title svg{opacity:.45;flex:0 0 auto}.column-resizer{position:absolute;right:-3px;top:0;width:7px;height:100%;cursor:col-resize;z-index:12}.column-resizer:hover{background:#51903240}.sort-header-button{border:0;background:transparent;font-weight:900;color:var(--green);cursor:pointer}.table-pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;border-top:1px solid var(--line);font-size:.84rem;color:var(--muted)}.table-pagination>div{display:flex;align-items:center;gap:.45rem}.table-pagination button,.table-pagination select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:.45rem .65rem}.table-pagination button:disabled{opacity:.45}.settings-stack{display:grid;gap:1rem}.settings-stack label{display:grid;gap:.35rem}.print-preview-summary{display:grid;gap:.35rem;padding:.9rem;border:1px solid var(--line);background:#f7faf8;border-radius:10px}.print-preview-summary span{color:var(--muted);font-size:.88rem}.print-only{display:none}.ledger-report-heading{align-items:center;justify-content:center;gap:12mm;text-align:center;border-bottom:2px solid #315d28;padding-bottom:5mm;margin-bottom:5mm}.ledger-report-heading img{width:23mm;height:23mm;object-fit:contain}.ledger-report-heading h1{margin:0;font-size:16pt;letter-spacing:.04em}.ledger-report-heading h2{margin:2mm 0 0;font-size:14pt}.ledger-report-heading p{margin:1mm 0;color:#444}.ledger-report-meta{grid-template-columns:1fr 1fr;gap:2mm 8mm;font-size:9pt;border:1px solid #9fb3a6;padding:4mm;margin-bottom:4mm}.ledger-report-description{border:1px solid #c7d3cb;padding:3mm 4mm;margin-bottom:4mm;font-size:8.5pt}.ledger-report-description p{margin:1.5mm 0 2mm}.ledger-print-footer{font-size:7.5pt;border-top:1px solid #aaa;padding-top:2mm;margin-top:4mm;text-align:center}.kpi-card small{display:block;margin-top:.35rem;color:var(--muted);font-size:.72rem}@media(max-width:1400px){.ledger-filter-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.ledger-filter-grid .search-box{grid-column:span 2}}@media(max-width:800px){.ledger-filter-grid{grid-template-columns:1fr}.ledger-filter-grid .search-box{grid-column:auto}.table-pagination{align-items:flex-start;flex-direction:column}}@media print{body[data-ledger-print-active=true] *{visibility:hidden!important}body[data-ledger-print-active=true] .ledger-print-area,body[data-ledger-print-active=true] .ledger-print-area *{visibility:visible!important}.ledger-print-area{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;border:0!important;box-shadow:none!important;overflow:visible!important}.no-print{display:none!important}.print-only{display:flex!important}.ledger-report-meta{display:grid!important}.ledger-report-description{display:block!important}.ledger-print-footer{display:block!important;position:fixed;bottom:0;left:0;right:0;background:#fff}.configurable-table-scroll{max-height:none!important;overflow:visible!important}.ledger-table{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:8pt}.ledger-table thead{display:table-header-group}.ledger-table tr{break-inside:avoid;page-break-inside:avoid}.ledger-table th,.ledger-table td{position:static!important;left:auto!important;padding:1.5mm 1.2mm!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;border:1px solid #bbb!important}.ledger-table th{background:#e8efe9!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ledger-table .beginning-balance-row td{background:#eef5f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.panel-header{display:none!important}.bank-ledger-page{display:block!important}.ledger-print-area{padding:0!important}.ledger-print-area>.table-scroll{margin-bottom:10mm}.ledger-table col:nth-child(4){width:30%!important}}.confirmation-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#081f1794;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirmation-dialog{width:min(520px,100%);background:#fff;border-radius:22px;box-shadow:0 28px 80px #00000047;padding:26px;display:grid;grid-template-columns:auto 1fr;gap:18px;border:1px solid #dce9e3}.confirmation-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#fff3cd;color:#7a5a00}.confirmation-danger .confirmation-icon{background:#fde8e7;color:#b42318}.confirmation-success .confirmation-icon{background:#e6f5ed;color:#12633f}.confirmation-info .confirmation-icon{background:#e8f2ff;color:#175cd3}.confirmation-copy h2{margin:0 0 8px;color:#173f32;font-size:1.35rem}.confirmation-copy p{margin:0;color:#48665d;line-height:1.55}.confirmation-details{margin-top:12px;padding:12px 14px;border-radius:12px;background:#f4f8f6;color:#294b40;font-size:.92rem;white-space:pre-line}.confirmation-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.button.danger{background:#b42318;color:#fff;border-color:#b42318}.button.danger:hover{background:#8f1b13}@media(max-width:560px){.confirmation-dialog{grid-template-columns:1fr;padding:22px}.confirmation-icon{width:46px;height:46px}.confirmation-actions{grid-column:1;flex-direction:column-reverse}.confirmation-actions .button{width:100%}}.bank-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.55rem}.bank-balance-grid span{display:flex;flex-direction:column;gap:.2rem}.bank-balance-grid b{font-size:1.05rem}@media(max-width:700px){.bank-balance-grid{grid-template-columns:1fr}}.landing-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#0d5b3f,#173e31);color:#fff}.landing-hero h1{font-size:clamp(28px,4vw,46px);margin:5px 0}.daily-quote{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);padding:20px;border-radius:18px}.daily-quote blockquote{font-size:20px;line-height:1.4;margin:10px 0}.daily-quote cite{opacity:.8}.landing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.todo-item,.memo-item,.reminder-row,.message-board-card{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #dfe9e4}.todo-item p,.memo-item p,.message-board-card p{margin:5px 0}.todo-check{border:0;background:transparent;color:#1b7550;cursor:pointer}.reminder-row{display:grid;grid-template-columns:1fr auto auto}.message-board-card{justify-content:space-between}.message-board-list{display:grid;gap:4px}.muted{color:#6d8077}.check-filter-bar{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(130px,1fr)) auto;gap:10px;padding:14px 18px;border-top:1px solid #e1ebe6;border-bottom:1px solid #e1ebe6}.check-filter-bar label{display:flex;align-items:center;gap:8px;border:1px solid #cbdad3;border-radius:10px;padding:0 10px;background:#fff}.check-filter-bar label input{border:0;min-width:0;width:100%;padding:10px 0}.compact-form{max-width:650px;padding:18px}.block-muted{display:block;color:#6d8077;margin-top:4px}@media(max-width:900px){.landing-hero,.landing-grid{grid-template-columns:1fr}.check-filter-bar{grid-template-columns:1fr 1fr}.reminder-row{grid-template-columns:1fr auto}.reminder-row b{grid-column:2}}@media print{.sidebar,.topbar,.mobile-nav,.button,.button-row,.check-filter-bar{display:none!important}}.button.danger{background:#fff1f0;border-color:#f0b8b3;color:#a52820}.button.danger:hover{background:#fde5e3}.row-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.empty-inline{padding:1.25rem;text-align:center;color:var(--muted)}@media(max-width:900px){.app-shell{display:block;min-height:100dvh}.main-panel{margin-left:0;min-height:100dvh;padding-bottom:72px}.sidebar{width:min(88vw,320px);transform:translate(-105%);transition:transform .22s ease;box-shadow:12px 0 35px #0003}.sidebar.open{transform:translate(0)}.sidebar-close,.menu-button{display:inline-grid;place-items:center}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#091e1580;z-index:25}.side-nav{overflow-y:auto;overscroll-behavior:contain;min-height:0;padding-bottom:1rem}.sidebar-footer{flex:0 0 auto}.topbar{padding:.75rem .85rem;align-items:center;gap:.65rem}.topbar>div:nth-child(2){min-width:0}.topbar h1{font-size:1.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .eyebrow{display:none}.top-actions{gap:.35rem;overflow-x:auto;max-width:48vw;scrollbar-width:none}.top-actions::-webkit-scrollbar{display:none}.top-actions .button{padding:.52rem .62rem}.top-actions .button svg{flex:0 0 auto}.top-actions .button{font-size:0}.top-actions .button svg{width:19px;height:19px}.page-content{padding:1rem .75rem 5.5rem}.mobile-nav{position:fixed;z-index:22;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);padding:max(.35rem,env(safe-area-inset-bottom)) .25rem calc(.35rem + env(safe-area-inset-bottom));box-shadow:0 -5px 20px #0e372414}.mobile-nav a{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.15rem;padding:.35rem .1rem;color:#62756a;font-size:.62rem;font-weight:750;text-align:center}.mobile-nav a.active{color:var(--green)}.mobile-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-card,.toolbar-card,.panel{border-radius:13px}.content-card,.panel{padding:1rem}.toolbar-card,.section-heading,.panel-header,.record-hero,.page-header{align-items:flex-start;flex-direction:column}.toolbar-card>*{width:100%;max-width:none!important}.section-heading .button,.panel-header .button,.record-actions .button{width:100%}.record-actions,.button-row,.form-actions{width:100%;display:grid;grid-template-columns:1fr;gap:.55rem}.form-grid,.form-grid.two-col,.detail-grid,.ap-dashboard-columns,.metric-grid,.landing-grid,.landing-hero,.kpi-grid,.account-card-grid{grid-template-columns:1fr!important}.span-2{grid-column:auto!important}.modal-overlay{align-items:flex-end;padding:0}.modal-card,.modal{width:100%!important;max-width:none!important;max-height:92dvh;border-radius:18px 18px 0 0;margin:0}.modal-header{position:sticky;top:0;z-index:2;background:#fff;padding:1rem}.modal-body{padding:1rem;overflow-y:auto}.modal-footer,.form-actions{position:sticky;bottom:0;background:#fff;padding:.75rem 0 calc(.35rem + env(safe-area-inset-bottom));z-index:2}input,select,textarea{font-size:16px;min-height:46px}.button,.primary-button,.secondary-button{min-height:44px}.tabs{padding-bottom:.2rem}.tabs button{min-height:42px}.table-wrap,.table-scroll{overflow:auto;-webkit-overflow-scrolling:touch;max-width:100%}.data-table{min-width:760px}.data-table th{position:sticky;top:0;z-index:1}.ledger-table-shell,.journal-table-shell{max-height:65dvh}.filter-row,.check-filter-bar,.ledger-filter-grid{grid-template-columns:1fr!important}.filter-row>*,.check-filter-bar>*,.ledger-filter-grid>*{grid-column:auto!important;width:100%}.bank-balance-grid{grid-template-columns:1fr}.hero-card,.brand-hero{padding:1rem}.brand-hero img{width:58px;height:58px}.brand-hero .hero-badge{width:100%}}@media(max-width:600px){.reminder-form{grid-template-columns:1fr}.reminder-form-actions{display:grid;grid-template-columns:1fr}.reminder-form-actions>*{width:100%}.reminder-table-wrap{overflow:visible;border:0}.reminder-table{min-width:0;display:block}.reminder-table thead{display:none}.reminder-table tbody{display:grid;gap:.75rem}.reminder-table tr{display:grid;gap:.5rem;border:1px solid var(--line);border-radius:12px;padding:.85rem;background:#fff}.reminder-table td{display:grid;grid-template-columns:110px 1fr;gap:.5rem;padding:.2rem 0;border:0}.reminder-table td:before{content:attr(data-label);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:800}.reminder-table td[data-label=Actions]{grid-template-columns:1fr}.reminder-table td[data-label=Actions]:before{display:none}.reminder-table .row-actions{display:grid;grid-template-columns:1fr 1fr}.reminder-table .row-actions .button{width:100%}.top-actions{max-width:42vw}.page-content{padding-left:.6rem;padding-right:.6rem}.panel,.content-card{padding:.85rem}.welcome-panel{padding:1rem;align-items:flex-start;flex-direction:column}.info-panel{align-items:flex-start;flex-direction:column;gap:1rem}}.ap-particulars-cell{display:grid;gap:.4rem;min-width:300px}.ap-particulars-cell textarea{min-height:74px;resize:vertical}.ap-bill-search-button{justify-self:start;white-space:nowrap}.ap-linked-count{color:var(--muted);font-weight:700}.ap-journal-links{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.35rem}.ap-journal-links a{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:800;color:var(--green);text-decoration:none}.ap-bill-picker{display:grid;gap:1rem}.ap-bill-picker-search,.ap-bill-picker-search input{width:100%}.ap-bill-results{display:grid;gap:.55rem;max-height:55vh;overflow:auto;padding-right:.25rem}.ap-bill-result{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:.75rem;align-items:center;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;padding:.8rem;cursor:pointer}.ap-bill-result:hover,.ap-bill-result.selected{border-color:#17704a;background:#eef8f3}.ap-bill-check{width:25px;height:25px;border:1px solid var(--line);border-radius:7px;display:grid;place-items:center;color:#fff;background:#fff}.ap-bill-result.selected .ap-bill-check{background:#14623f;border-color:#14623f}.ap-bill-result-main{display:grid;gap:.2rem;min-width:0}.ap-bill-result-main strong,.ap-bill-result-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-bill-result-main small{color:var(--muted)}.ap-bill-balance{text-align:right;font-weight:900;white-space:nowrap}.ap-bill-balance small{display:block;color:var(--muted);font-weight:600}.muted-text{color:var(--muted);margin:0}@media(max-width:700px){.ap-particulars-cell{min-width:260px}.ap-bill-result{grid-template-columns:30px minmax(0,1fr)}.ap-bill-balance{grid-column:2;text-align:left}.ap-bill-result-main strong,.ap-bill-result-main small{white-space:normal}}.notification-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#0d563e,#176b4d);color:#fff}.notification-hero .eyebrow,.notification-hero p{color:#d9eee5}.notification-status-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.notification-status-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#eef3f0;color:#6b7f75}.notification-status-icon.enabled{background:#dff3e9;color:#0f6245}.notification-status-row p{margin:5px 0 0}.notification-actions{display:flex;gap:10px;flex-wrap:wrap}.notification-preferences{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.notification-preference{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #d7e2dc;border-radius:14px;padding:15px 16px;background:#fbfdfc}.notification-preference span{display:grid;gap:4px}.notification-preference small{color:#708078}.notification-preference input{width:22px;height:22px}.push-toast{position:fixed;right:20px;bottom:22px;z-index:3000;max-width:390px;border:0;border-radius:16px;background:#103f30;color:#fff;box-shadow:0 18px 55px #00000047;padding:15px 16px;display:flex;align-items:flex-start;gap:12px;text-align:left}.push-toast span{display:grid;gap:3px;flex:1}.push-toast small{color:#d8e9e1;font-size:.86rem}.push-toast>svg:last-child{opacity:.8;flex:none}@media(max-width:720px){.notification-status-row{grid-template-columns:auto 1fr}.notification-actions{grid-column:1/-1}.notification-actions .button{flex:1}.notification-preferences{grid-template-columns:1fr}.push-toast{left:14px;right:14px;bottom:84px;max-width:none}}.chat-page{display:grid;grid-template-columns:360px minmax(0,1fr);height:calc(100vh - 92px);min-height:620px;background:#fff;border:1px solid #dbe7df;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px #16543b14}.chat-sidebar{border-right:1px solid #dbe7df;background:#f8fbf9;display:flex;flex-direction:column;min-width:0}.chat-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:22px 20px 14px}.chat-sidebar-head h2{margin:.15rem 0 0}.chat-search,.chat-user-search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #d5e3da;border-radius:13px;padding:0 12px;margin:0 16px 14px}.chat-search input,.chat-user-search input{border:0;outline:0;background:transparent;width:100%;padding:11px 0}.chat-thread-list{overflow:auto;flex:1;padding:0 10px 14px}.chat-thread-item{width:100%;display:flex;align-items:center;gap:11px;border:0;background:transparent;text-align:left;padding:12px 10px;border-radius:15px;cursor:pointer}.chat-thread-item:hover,.chat-thread-item.active{background:#e8f3ed}.chat-avatar{width:42px;height:42px;border-radius:50%;background:#dff0e7;color:#0c6948;display:grid;place-items:center;flex:0 0 auto;font-weight:800}.chat-avatar.small{width:30px;height:30px;font-size:.75rem}.chat-thread-copy{min-width:0;flex:1}.chat-thread-copy>span{display:flex;align-items:center;gap:8px}.chat-thread-copy strong,.chat-thread-copy em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread-copy strong{flex:1}.chat-thread-copy small{color:#718078;font-size:.72rem}.chat-thread-copy em{font-style:normal;color:#718078;font-size:.82rem;flex:1}.chat-thread-copy b{font-size:.7rem;background:#0d704d;color:#fff;min-width:20px;height:20px;border-radius:10px;display:grid;place-items:center;padding:0 5px}.chat-empty,.chat-welcome{display:grid;place-items:center;text-align:center;color:#6d7f75;padding:45px 22px;gap:8px}.chat-empty strong,.chat-welcome h2{color:#173e2f}.chat-empty p,.chat-welcome p{margin:0 0 10px}.chat-conversation{min-width:0;display:flex;flex-direction:column;background:#f4f8f5}.chat-welcome{height:100%;align-content:center}.chat-conversation-head{display:flex;align-items:center;gap:12px;background:#fff;border-bottom:1px solid #dbe7df;padding:13px 18px}.chat-conversation-head>div:not(.chat-head-actions){min-width:0;flex:1}.chat-conversation-head h3{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-conversation-head p{margin:2px 0 0;color:#718078;font-size:.8rem}.chat-head-actions{margin-left:auto;display:flex;gap:6px}.chat-back{display:none!important}.icon-button.danger{color:#b23333}.chat-messages{flex:1;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:8px}.chat-message-row{display:flex;align-items:flex-end;gap:8px;max-width:78%;align-self:flex-start}.chat-message-row.mine{align-self:flex-end;justify-content:flex-end}.chat-sender{display:block;color:#587165;font-weight:700;margin:0 0 3px 8px}.chat-bubble{background:#fff;border:1px solid #d9e6de;border-radius:17px 17px 17px 5px;padding:9px 12px;box-shadow:0 3px 12px #16543b0d}.chat-message-row.mine .chat-bubble{background:#0f6d4b;color:#fff;border-color:#0f6d4b;border-radius:17px 17px 5px}.chat-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.chat-bubble small{display:block;text-align:right;opacity:.68;margin-top:3px;font-size:.68rem}.chat-reply{display:flex;gap:10px;align-items:flex-end;padding:13px 17px;background:#fff;border-top:1px solid #dbe7df}.chat-reply textarea{flex:1;resize:none;max-height:130px;border:1px solid #cbded2;border-radius:18px;padding:11px 14px;font:inherit;outline:none}.chat-reply textarea:focus{border-color:#0f6d4b;box-shadow:0 0 0 3px #0f6d4b1a}.chat-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chat-type-toggle button{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cbded2;background:#fff;border-radius:12px;padding:12px;font-weight:700}.chat-type-toggle button.active{background:#e2f2e9;border-color:#0f6d4b;color:#0f6d4b}.chat-user-picker{border:1px solid #d5e3da;border-radius:14px;overflow:hidden;margin-top:6px}.chat-user-picker .chat-user-search{margin:8px}.chat-user-options{max-height:240px;overflow:auto;border-top:1px solid #e0ebe4}.chat-user-options label{display:flex;align-items:center;gap:10px;padding:9px 12px;cursor:pointer}.chat-user-options label:hover,.chat-user-options label.selected{background:#edf6f1}.chat-user-options label>span:last-child{display:flex;flex-direction:column}.chat-user-options small{color:#718078}.chat-user-options input{width:auto}.optional{font-size:.75rem;color:#718078;font-weight:400}.alert.compact{margin:0 14px 10px;padding:9px 11px}@media(max-width:800px){.chat-page{display:block;height:calc(100vh - 132px);min-height:560px;border-radius:0;border-left:0;border-right:0}.chat-sidebar,.chat-conversation{height:100%}.chat-sidebar.has-selection,.chat-conversation{display:none}.chat-conversation.open{display:flex}.chat-back{display:grid!important}.chat-message-row{max-width:90%}.chat-conversation-head{padding:10px}.chat-head-actions .icon-button{width:36px;height:36px}.chat-sidebar-head{padding-top:15px}.chat-type-toggle{grid-template-columns:1fr}.chat-user-options{max-height:190px}}.chat-reply-main{flex:1;min-width:0}.chat-reply-row{display:flex;align-items:flex-end;gap:9px}.chat-selected-files{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 8px}.chat-selected-files>span{display:flex;align-items:center;gap:6px;max-width:100%;background:#eef6f1;border:1px solid #d4e5da;border-radius:10px;padding:6px 8px;color:#234d3b}.chat-selected-files b{font-size:.78rem;max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-selected-files small{font-size:.68rem;color:#6b7d73}.chat-selected-files button{display:grid;place-items:center;border:0;background:transparent;color:#9b3131;padding:0;cursor:pointer}.chat-file-note{display:block;color:#718078;margin-top:6px}.chat-attachments{display:grid;gap:7px;margin-top:7px}.chat-file-attachment{display:flex;align-items:center;gap:9px;min-width:230px;max-width:360px;padding:9px 10px;border-radius:12px;background:#eff7f2f2;color:#174a35;text-decoration:none;border:1px solid rgba(15,109,75,.16)}.chat-message-row.mine .chat-file-attachment{background:#ffffff24;color:#fff;border-color:#ffffff47}.chat-file-attachment>span{display:flex;flex-direction:column;min-width:0;flex:1}.chat-file-attachment strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-file-attachment small{display:block;text-align:left;margin:1px 0 0}.chat-image-attachment{display:block;overflow:hidden;border-radius:12px;background:#ffffff1f;color:inherit;text-decoration:none;max-width:320px}.chat-image-attachment img{display:block;width:100%;max-height:250px;object-fit:cover}.chat-image-attachment span{display:flex;align-items:center;gap:6px;padding:7px 9px;font-size:.75rem}.chat-image-attachment span svg:last-child{margin-left:auto}.chat-bubble>small{clear:both}.chat-compose .chat-selected-files{margin-top:9px}@media(max-width:800px){.chat-file-attachment{min-width:190px;max-width:260px}.chat-image-attachment{max-width:260px}.chat-reply{padding:9px}.chat-reply-row{gap:6px}.chat-selected-files b{max-width:155px}}.document-status-surface,.payment-advice-sheet{position:relative}.paid-watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;pointer-events:none;font-size:clamp(5rem,18vw,12rem);font-weight:950;letter-spacing:.16em;color:#146e4021;transform:rotate(-28deg);text-transform:uppercase;-webkit-user-select:none;user-select:none}.paid-watermark-screen{position:fixed;top:64px;right:0;bottom:0;left:0;z-index:12}.paid-document .content-card,.paid-document .record-hero,.paid-document .panel{position:relative;z-index:1}@media print{.paid-watermark{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;color:#146e4029!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.paid-watermark-screen{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important}}.cash-request-banner{background:linear-gradient(135deg,#0d563e,#14704e);color:#fff;border-radius:18px;padding:1.4rem 1.55rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--shadow)}.cash-request-banner h2{color:#fff;margin:.18rem 0}.cash-request-banner p{color:#d9eee5;margin:0}.cash-request-banner .eyebrow{color:#c6e0d3}.cr-banner-amount{display:grid;text-align:right;justify-items:end;gap:.28rem}.cr-banner-amount span:first-child{color:#cfe5d9;font-size:.75rem;text-transform:uppercase;font-weight:800}.cr-banner-amount strong{font-size:1.7rem}.cash-request-status{display:inline-flex;align-items:center;border-radius:999px;padding:.34rem .65rem;font-size:.74rem;font-weight:850;white-space:nowrap;background:#eef2f0;color:#53635b}.cr-draft,.cr-returned-for-correction{background:#fff2cf;color:#825900}.cr-submitted,.cr-for-approval{background:#e7effa;color:#285b96}.cr-approved-for-release{background:#dff3e8;color:#126143}.cr-released,.cr-for-liquidation,.cr-liquidated-closed{background:#d7f0df;color:#0f6241}.cr-rejected,.cr-cancelled,.cr-reversed{background:#fde5e5;color:#a12a2a}.cr-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.2rem 1.35rem}.cr-form-grid label{display:grid;gap:.42rem;font-weight:750;color:#294d3e}.cr-items input{min-width:150px}.cr-items td:first-child input{min-width:280px}.cr-totals{display:flex;justify-content:flex-end;gap:2rem;padding:1rem 1.35rem;border-top:1px solid var(--line);background:#fbfdfc}.cr-totals label{display:grid;gap:.35rem;max-width:240px}.cr-totals>div{display:grid;grid-template-columns:auto auto;gap:.35rem 1rem;align-items:center;min-width:310px}.cr-totals strong{text-align:right;font-size:1.05rem}.cr-file-upload{position:relative;display:flex!important;flex-direction:row!important;align-items:center;gap:.8rem;border:2px dashed #b8cabf;border-radius:13px;padding:1rem;background:#fbfdfc;cursor:pointer}.cr-file-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.cr-file-upload span{display:grid}.cr-file-upload small{font-weight:400;color:var(--muted)}.cr-file-list{display:flex;gap:.5rem;flex-wrap:wrap}.cr-file-list span{background:#edf5f0;border:1px solid #d5e4db;border-radius:9px;padding:.45rem .65rem;font-size:.8rem}.cr-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.cr-detail-grid>div{display:grid;gap:.25rem;padding:1rem 1.25rem;background:#fff}.cr-detail-grid span{font-size:.72rem;color:var(--muted);text-transform:uppercase;font-weight:800}.cr-detail-grid small{color:var(--muted)}.cr-attachments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:1.2rem}.cr-attachments a{display:flex;align-items:center;gap:.7rem;border:1px solid var(--line);border-radius:12px;padding:.8rem;text-decoration:none;color:#234d3b;background:#fbfdfc}.cr-attachments a span{display:grid;min-width:0}.cr-attachments strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-attachments small{color:var(--muted)}.cash-request-print{width:210mm;min-height:148mm;margin:0 auto;padding:9mm 10mm;background:#fff;color:#111;position:relative;font-family:Arial,sans-serif}.cash-request-print header{display:grid;grid-template-columns:62px 1fr 78px;align-items:center;gap:12px;border-bottom:3px solid #2e7a42;padding-bottom:7px}.cash-request-print header img{width:56px}.cash-request-print h1{font-size:17pt;margin:0}.cash-request-print h2{font-size:13pt;margin:4px 0 0;letter-spacing:.08em}.cash-request-print header p{margin:2px 0;font-size:8.5pt}.cr-print-meta{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #555;border-bottom:0}.cr-print-meta>div,.cr-print-funding>div{display:grid;grid-template-columns:125px 1fr;padding:5px 7px;border-bottom:1px solid #777}.cr-print-meta>div:nth-child(odd){border-right:1px solid #777}.cr-print-meta .wide{grid-column:1/-1;border-right:0}.cash-request-print span{font-size:8pt;text-transform:uppercase;font-weight:700}.cash-request-print strong{font-size:9pt}.cr-print-purpose{border:1px solid #555;padding:7px}.cr-print-purpose p{margin:5px 0;font-size:9pt}.cash-request-print table{width:100%;border-collapse:collapse;margin-top:7px;font-size:8.5pt}.cash-request-print th,.cash-request-print td{border:1px solid #555;padding:5px}.cash-request-print th{background:#e8f0e9}.cash-request-print td:last-child,.cash-request-print th:last-child{text-align:right}.cash-request-print tfoot td{font-weight:700}.cr-print-funding{display:grid;grid-template-columns:1fr;margin-top:7px;border:1px solid #555}.cr-print-signatures{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:15px}.cr-print-signatures>div{display:grid;text-align:center;align-content:end;min-height:54px;border-top:1px solid #333;padding-top:4px}.cash-request-print footer{display:flex;justify-content:space-between;border-top:1px solid #777;margin-top:10px;padding-top:5px}.print-toolbar{position:fixed;top:12px;right:16px}.print-toolbar button{background:#0f6245;color:#fff;border:0;border-radius:8px;padding:.7rem 1rem;font-weight:700}@media(max-width:760px){.cash-request-banner{align-items:flex-start}.cr-banner-amount{text-align:left;justify-items:start}.cr-form-grid,.cr-detail-grid{grid-template-columns:1fr}.cr-form-grid .span-2,.cr-detail-grid .span-2{grid-column:auto}.cr-totals{flex-direction:column}.cr-totals>div{min-width:0}.cr-attachments{grid-template-columns:1fr}.cr-items{min-width:850px}}@media print{.cash-request-print{width:100%;min-height:0;margin:0;padding:6mm}.no-print{display:none!important}}.cr-check-option{display:flex!important;align-items:center;gap:12px;border:1px solid var(--border,#d9e2dc);border-radius:12px;padding:12px 14px;background:#f8fbf9}.cr-check-option input{width:20px;height:20px;flex:0 0 auto}.cr-check-option span{display:flex;flex-direction:column;gap:2px}.cr-check-option small{color:var(--muted,#6b7d73);font-weight:400;line-height:1.3}.cv-red,.cr-serial-red{color:#c40000!important;font-weight:900!important;letter-spacing:.04em}.cv-print{width:210mm;min-height:148mm;margin:0 auto;padding:9mm 10mm;background:#fff;color:#111;position:relative;font-family:Arial,sans-serif}.cv-print header{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;border-bottom:3px solid #245f3c;padding-bottom:7px}.cv-print header img{width:52px}.cv-print h1{margin:0;font-size:17pt}.cv-print h2{margin:3px 0 0;font-size:13pt;letter-spacing:.12em}.cv-print header p{margin:2px 0;font-size:8.5pt}.cv-print-number{font-size:13pt;align-self:start}.cv-meta{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #555;border-bottom:0}.cv-meta>div{display:grid;grid-template-columns:95px 1fr;padding:5px 7px;border-bottom:1px solid #777}.cv-meta>div:nth-child(odd){border-right:1px solid #777}.cv-meta span,.cv-signatures span{font-size:8pt;text-transform:uppercase;font-weight:700}.cv-meta b{font-size:9pt}.cv-print table{width:100%;border-collapse:collapse;margin-top:7px;font-size:8.5pt}.cv-print th,.cv-print td{border:1px solid #555;padding:5px}.cv-print th{background:#e8f0e9}.cv-print td:last-child,.cv-print th:last-child{text-align:right}.cv-print tfoot td{font-weight:800}.cv-signatures{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.cv-signatures>div{display:grid;text-align:center;min-height:58px;align-content:end;border-top:1px solid #333;padding-top:4px}.cv-void-watermark{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:9rem;font-weight:950;color:#b4000026;transform:rotate(-25deg);pointer-events:none}@media print{@page{size:A4 portrait;margin:0}.cash-request-print,.cv-print{width:210mm!important;height:148mm!important;min-height:148mm!important;max-height:148mm!important;overflow:hidden!important;margin:0!important;padding:6mm 8mm!important;box-sizing:border-box!important;page-break-after:always}.cash-request-print{position:absolute;top:0;left:0}.cash-request-print header{grid-template-columns:48px 1fr 62px}.cash-request-print header img{width:44px}.cash-request-print h1{font-size:14pt}.cash-request-print h2{font-size:11pt}.cash-request-print table{font-size:7.5pt;margin-top:4px}.cash-request-print th,.cash-request-print td{padding:3px}.cr-print-meta>div,.cr-print-funding>div{padding:3px 5px}.cr-print-purpose{padding:4px}.cr-print-signatures{margin-top:10px;min-height:42px}.cv-print h1{font-size:14pt}.cv-print h2{font-size:11pt}.cv-print table{font-size:7.5pt}.cv-print th,.cv-print td{padding:4px}}.cv-bank-balance{display:grid;gap:.25rem;padding:.85rem 1rem;border:1px solid #bfd6c8;border-radius:12px;background:#f1f8f4}.cv-bank-balance span{font-size:.72rem;text-transform:uppercase;font-weight:850;color:#557065}.cv-bank-balance strong{font-size:1.35rem;color:#0f6245}.cv-bank-balance small{color:var(--muted)}.cv-particulars-lines{white-space:pre-line}.cv-bank-balance-muted{background:#f3f4f4!important;border-color:#d7dcda!important;color:#4f5753!important}.cv-bank-balance-muted span,.cv-bank-balance-muted small{color:#707873!important}.cv-bank-balance-muted strong{color:#343a37!important}.cv-source-section{margin:0 1.35rem 1rem;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.cv-source-section.selected{border-color:#a9c8b8;background:#fbfdfc}.cv-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:#f5f8f6;padding:.85rem 1rem;color:#1e4736;cursor:pointer}.cv-source-section.selected .cv-section-toggle{background:#eaf4ee}.cv-section-toggle span{display:flex;align-items:baseline;gap:.65rem}.cv-section-toggle strong{font-size:1rem}.cv-section-toggle small{color:var(--muted);font-weight:600}.cv-selected-total{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:.8rem 1rem;border-top:1px solid var(--line);background:#f2f7f4}.cv-selected-total span{font-size:.76rem;text-transform:uppercase;color:var(--muted);font-weight:850}.cv-selected-total strong{font-size:1.25rem;color:#0f6245}.empty-state.compact{padding:1rem 1.25rem;min-height:0}.cv-source-section .icon-button{display:inline-flex;align-items:center;justify-content:center}@media(max-width:760px){.cv-source-section{margin:0 .75rem 1rem}.cv-section-toggle span{align-items:flex-start;flex-direction:column;gap:.1rem}}.release-watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:18;display:flex;align-items:center;justify-content:center;pointer-events:none;text-align:center;font-size:clamp(3rem,11vw,7.5rem);font-weight:950;line-height:.9;letter-spacing:.09em;color:#2d2d2d1f;transform:rotate(-27deg);text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}.workflow-setting-group{border-top:1px solid var(--line);padding-top:.7rem;margin-top:.2rem}.workflow-setting-group h3{margin:0}.workflow-setting-group p{margin:.2rem 0 0;color:var(--muted)}@media print{body:not([data-ledger-print-active=true]) *{visibility:visible!important}body:not([data-ledger-print-active=true]) .app-shell,body:not([data-ledger-print-active=true]) .sidebar,body:not([data-ledger-print-active=true]) .topbar,body:not([data-ledger-print-active=true]) .mobile-nav{display:none!important}body:not([data-ledger-print-active=true]){background:#fff!important}.printable-document,.printable-document *{visibility:visible!important}.printable-document{display:block!important;opacity:1!important;background:#fff!important;color:#111!important;z-index:1!important}.release-watermark{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;color:#2d2d2d24!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.movement-timing{margin-top:10px}.movement-timing.compact{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px;margin:10px 0}.movement-timing.compact>div{border:1px solid var(--border);border-radius:8px;padding:8px;background:#f7faf8}.movement-timing.compact dt{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.movement-timing.compact dd{margin:3px 0 0;font-weight:700}.timing-card .movement-timing{grid-template-columns:1fr}.unified-transmittal-table{min-width:1780px}.unified-transmittal-table th,.unified-transmittal-table td{vertical-align:top}.unified-transmittal-table .wrap-cell{white-space:normal;min-width:260px;max-width:420px}.unified-transmittal-table td small{display:block;margin-top:3px;color:var(--muted)}.dispatch-ticket{padding:5mm 8mm}.dispatch-ticket header{padding-bottom:2mm}.dispatch-ticket .ticket-section{margin-top:1.4mm}.dispatch-ticket .ticket-section h3{font-size:7px;padding:.8mm 1.5mm}.dispatch-ticket .ticket-meta span,.dispatch-ticket .ticket-grid span{padding:1.1mm 1.7mm;font-size:7.5px}.dispatch-ticket .ticket-meta b,.dispatch-ticket .ticket-grid b{font-size:6px;margin-bottom:.35mm}.dispatch-ticket .ticket-grid span{min-height:6.6mm}.dispatch-ticket .ticket-grid .wide{min-height:6mm}.dispatch-ticket .signature-grid{gap:6mm;margin-top:1.5mm}.dispatch-ticket .signature-line{height:5mm}.dispatch-ticket .date-line,.dispatch-ticket .receipt-remarks{margin-top:1mm}.dispatch-ticket footer{font-size:6px}.timing-ticket-grid{grid-template-columns:repeat(2,1fr)}.unified-batch-ticket{page:unifiedBatch}.unified-routing{grid-template-columns:repeat(4,1fr)}.unified-ticket-table{table-layout:fixed;font-size:8px}.unified-ticket-table th,.unified-ticket-table td{padding:4px;overflow-wrap:anywhere}.unified-ticket-table th:nth-child(1){width:3%}.unified-ticket-table th:nth-child(2){width:8%}.unified-ticket-table th:nth-child(3){width:9%}.unified-ticket-table th:nth-child(4){width:17%}.unified-ticket-table th:nth-child(5){width:9%}.unified-ticket-table th:nth-child(6),.unified-ticket-table th:nth-child(7){width:10%}.unified-ticket-table th:nth-child(8){width:7%}.unified-ticket-table th:nth-child(9){width:7%}.unified-ticket-table th:nth-child(10){width:7%}.unified-ticket-table th:nth-child(11){width:7%}@media(max-width:1000px){.movement-timing.compact{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media print{.dispatch-ticket{height:148.5mm;max-height:148.5mm;overflow:hidden;box-sizing:border-box}.unified-batch-ticket{page:unifiedBatch;padding:0!important}.unified-batch-ticket .ticket-header{padding-bottom:5px}.unified-batch-ticket .ticket-routing{gap:4px;margin:6px 0}.unified-batch-ticket .ticket-routing>div{padding:4px;border-radius:3px}.unified-batch-ticket .ticket-routing span{font-size:6px}.unified-batch-ticket .ticket-routing strong{font-size:8px}.unified-batch-ticket .ticket-routing small{font-size:6px}.unified-ticket-table{font-size:6pt}.unified-ticket-table th,.unified-ticket-table td{padding:2px}.unified-batch-ticket .ticket-totals{padding:4px 0;font-size:8px}.unified-batch-ticket .signature-grid{margin-top:6px;gap:8px}.unified-batch-ticket .signature-grid>div{min-height:72px;padding:6px}.unified-batch-ticket .signature-line{height:26px}.unified-batch-ticket .ticket-footer{margin-top:6px;padding-top:5px;font-size:7px}}@page unifiedBatch{size:A4 landscape;margin:7mm}.dispatch-link-option{border:1px solid var(--line);border-radius:12px;padding:1rem;background:#f8fbf9}.dispatch-link-option>span{display:flex;align-items:center;gap:.65rem;font-weight:850;color:#173126}.dispatch-link-option input{width:auto}.dispatch-link-option small{margin-left:1.7rem}.person-report-filters{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:.85rem;margin-bottom:1rem}.person-report-filters label{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:800;color:#43574d}.person-report-search{grid-column:span 2}.person-report-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.person-report-summary>div{border:1px solid var(--line);border-radius:12px;background:#f7faf8;padding:.85rem}.person-report-summary span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}.person-report-summary strong{display:block;margin-top:.25rem;font-size:1.05rem}.person-report-table{min-width:1900px}.person-report-table td{vertical-align:top}.button-row{display:flex;gap:.6rem;flex-wrap:wrap}.unified-dispatch-print-page{min-height:100vh;background:#e8ece9;padding:20px;color:#111;font-family:Arial,sans-serif}.unified-dispatch-print-controls{max-width:281mm;margin:0 auto 12px;display:flex;justify-content:space-between;gap:10px}.print-draft-warning{max-width:281mm;margin:0 auto 12px;padding:10px 12px;border:1px solid #e2b45f;background:#fff5db;color:#7a4c00;border-radius:8px;font-weight:700}.unified-dispatch-ticket{width:281mm;min-height:194mm;margin:0 auto;background:#fff;padding:7mm;box-shadow:0 10px 35px #00000024;font-size:10pt;line-height:1.25;display:flex;flex-direction:column}.udt-header{display:grid;grid-template-columns:1.2fr 1.5fr 1fr;align-items:center;gap:10px;border-bottom:3px solid #17613f;padding-bottom:6px}.udt-brand{display:flex;align-items:center;gap:9px}.udt-brand img{width:48px;height:48px;object-fit:contain}.udt-brand strong,.udt-brand span{display:block}.udt-brand strong{font-size:14pt;color:#155b3d}.udt-brand span{font-size:10pt;letter-spacing:.08em}.udt-title{text-align:center}.udt-title h1{margin:0;font-size:18pt;color:#155b3d}.udt-title p{margin:2px 0 0;font-size:10pt;color:#4f5f56}.udt-number{text-align:right}.udt-number span,.udt-number small{display:block;font-size:10pt}.udt-number strong{display:block;font-size:14pt;margin:2px 0}.udt-routing{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;margin:7px 0}.udt-routing>div{border:1px solid #bfcac4;border-radius:5px;padding:5px;min-height:42px;overflow-wrap:anywhere}.udt-routing .udt-wide{grid-column:span 6;min-height:38px}.udt-routing span{display:block;font-size:10pt;text-transform:uppercase;font-weight:800;color:#526159}.udt-routing strong{display:block;font-size:10pt;margin-top:1px}.udt-routing small{display:block;font-size:10pt;color:#657168;margin-top:1px}.udt-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:10pt}.udt-table th,.udt-table td{border:1px solid #9faea6;padding:4px;vertical-align:top;overflow-wrap:anywhere}.udt-table th{background:#e8f2ec;color:#164d36;text-transform:uppercase;font-size:10pt}.udt-table td small{font-size:10pt;color:#59675f;margin-top:2px}.udt-table th:nth-child(1){width:3%}.udt-table th:nth-child(2){width:10%}.udt-table th:nth-child(3){width:10%}.udt-table th:nth-child(4){width:25%}.udt-table th:nth-child(5){width:4%}.udt-table th:nth-child(6),.udt-table th:nth-child(7){width:12%}.udt-table th:nth-child(8){width:14%}.udt-table th:nth-child(9){width:10%}.udt-summary{display:flex;justify-content:flex-end;gap:16px;padding:5px 0;font-size:10pt}.udt-summary div{display:flex;gap:5px}.udt-summary span{color:#59675f}.udt-signatures{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:auto}.udt-signatures>div{border:1px solid #b8c4bd;border-radius:5px;padding:6px;text-align:center;min-height:72px}.udt-signatures span{display:block;text-transform:uppercase;font-size:10pt;font-weight:800;color:#155b3d}.udt-signature-line{height:26px;border-bottom:1px solid #444;margin-bottom:4px}.udt-signatures strong,.udt-signatures small,.udt-signatures p{font-size:10pt}.udt-signatures p{margin:3px 0 0}.udt-footer{display:grid;grid-template-columns:180px 1fr 180px;gap:12px;align-items:center;border-top:1px dashed #87958d;margin-top:7px;padding-top:6px;font-size:10pt}.udt-qr{display:flex;gap:7px;align-items:center}.udt-footer p{margin:0;text-align:center}.udt-footer>div:last-child{text-align:right}.udt-footer span,.udt-footer strong{display:block}.person-report-print-page{min-height:100vh;background:#e8ece9;padding:20px;color:#111;font-family:Arial,sans-serif}.person-report-print-controls{max-width:281mm;margin:0 auto 12px;display:flex;justify-content:flex-end}.person-report-print-sheet{width:281mm;min-height:194mm;margin:0 auto;background:#fff;padding:8mm;box-shadow:0 10px 35px #00000024;font-size:10pt}.person-report-print-sheet>header{display:grid;grid-template-columns:1.1fr 1.7fr 1fr;align-items:center;border-bottom:3px solid #17613f;padding-bottom:7px}.person-report-brand{display:flex;align-items:center;gap:8px}.person-report-brand img{width:46px;height:46px;object-fit:contain}.person-report-brand strong,.person-report-brand span{display:block}.person-report-brand strong{font-size:14pt;color:#155b3d}.person-report-brand span{font-size:10pt}.person-report-print-sheet h1{margin:0;text-align:center;font-size:17pt;color:#155b3d}.person-report-print-sheet header p{margin:2px 0 0;text-align:center;font-size:10pt}.person-report-printed{text-align:right}.person-report-printed span,.person-report-printed strong{display:block;font-size:10pt}.person-report-print-meta{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin:7px 0}.person-report-print-meta>div{border:1px solid #bfcac4;border-radius:4px;padding:5px}.person-report-print-meta span{display:block;text-transform:uppercase;font-size:10pt;font-weight:800;color:#526159}.person-report-print-meta strong,.person-report-print-meta small{display:block;font-size:10pt;margin-top:1px}.person-report-print-table{width:100%;border-collapse:collapse;font-size:10pt}.person-report-print-table th,.person-report-print-table td{border:1px solid #a7b2ac;padding:4px;vertical-align:top;overflow-wrap:anywhere}.person-report-print-table th{background:#e8f2ec;color:#164d36;text-transform:uppercase;font-size:10pt}.person-report-print-table td small{font-size:10pt;color:#59675f;margin-top:2px}.person-report-print-sheet footer{margin-top:8px;border-top:1px dashed #87958d;padding-top:6px;text-align:center;font-size:10pt}@media(max-width:1100px){.person-report-filters{grid-template-columns:repeat(2,minmax(150px,1fr))}.person-report-search{grid-column:span 2}.person-report-summary{grid-template-columns:1fr}.unified-dispatch-print-page,.person-report-print-page{padding:0;overflow:auto}}@media print{@page{size:A4 landscape;margin:8mm}html,body{background:#fff!important}.unified-dispatch-print-page,.person-report-print-page{padding:0!important;background:#fff!important;min-height:0!important}.unified-dispatch-print-controls,.person-report-print-controls,.print-draft-warning{display:none!important}.unified-dispatch-ticket,.person-report-print-sheet{width:100%!important;min-height:194mm!important;margin:0!important;padding:0!important;box-shadow:none!important;font-size:10pt!important}.udt-table,.udt-table th,.udt-table td,.udt-table td small,.udt-routing span,.udt-routing strong,.udt-routing small,.udt-summary,.udt-signatures span,.udt-signatures strong,.udt-signatures small,.udt-signatures p,.udt-footer,.person-report-print-sheet,.person-report-print-meta span,.person-report-print-meta strong,.person-report-print-meta small,.person-report-print-table,.person-report-print-table th,.person-report-print-table td,.person-report-print-table td small,.person-report-print-sheet footer{font-size:10pt!important}.udt-table tr,.udt-signatures,.person-report-print-table tr{break-inside:avoid;page-break-inside:avoid}.person-report-print-table thead,.udt-table thead{display:table-header-group}}.udt-table td:nth-child(4) strong,.udt-table td:nth-child(2) small,.udt-routing .udt-wide strong,.udt-routing .udt-wide small{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.udt-table td:nth-child(4) strong{-webkit-line-clamp:2}.udt-table td:nth-child(2) small,.udt-routing .udt-wide strong,.udt-routing .udt-wide small{-webkit-line-clamp:1}.secure-record-qr{display:flex;align-items:center;gap:6px;min-width:0}.secure-record-qr small{display:block;max-width:105px;font-size:7pt;line-height:1.15;color:#4f5f56}.cash-request-save-note{padding:.85rem 1rem;border:1px solid #cfe1d7;border-radius:12px;background:#f2f8f4;color:#315646;font-size:.88rem}.dts-registration-pending{display:inline-flex;align-items:center;padding:.58rem .75rem;border:1px solid #d5b65c;border-radius:10px;background:#fff8df;color:#765800;font-size:.8rem;font-weight:800}.two-copy-print-page{min-height:100vh;background:#e7ebe8;padding:18px;color:#111;font-family:Arial,sans-serif}.two-copy-print-page>.print-toolbar{max-width:210mm;margin:0 auto 10px;display:flex;justify-content:flex-end}.two-copy-a4{width:210mm;min-height:297mm;margin:0 auto;background:#fff;box-shadow:0 10px 35px #00000024;overflow:hidden}.print-half-copy{position:relative!important;width:210mm!important;height:146mm!important;min-height:146mm!important;max-height:146mm!important;margin:0!important;padding:4.5mm 7mm!important;box-sizing:border-box!important;overflow:hidden!important;box-shadow:none!important;page-break-after:auto!important}.copy-cut-line{height:5mm;display:flex;align-items:center;justify-content:center;border-top:1px dashed #777;border-bottom:1px dashed #777;color:#666;font-size:7pt;text-transform:uppercase;letter-spacing:.08em}.print-copy-qr,.cv-print-identity{display:grid;justify-items:end;align-items:start;gap:1px;text-align:right}.print-copy-qr .secure-record-qr,.cv-print-identity .secure-record-qr{display:grid;justify-items:center;gap:1px}.print-copy-qr .secure-record-qr small,.cv-print-identity .secure-record-qr small{font-size:5.8pt;max-width:70px;text-align:center}.print-copy-qr>strong,.cv-print-identity>b{font-size:7pt;letter-spacing:.08em;color:#2e5d45}.cv-print-identity .cv-print-number{font-size:10pt!important}.print-half-copy.dense-copy table{font-size:6.6pt!important}.print-half-copy.dense-copy th,.print-half-copy.dense-copy td{padding:2px 3px!important}.print-half-copy.dense-copy .cr-print-signatures,.print-half-copy.dense-copy .cv-signatures{min-height:34px!important;margin-top:4px!important}.cr-print-adjustment-row td{background:#fbfcfb}.cr-print-adjustment-row.deduction td:last-child{color:#8f2525}.cr-print-adjustment-row.addition td:last-child{color:#17643f}.print-half-copy.extra-dense-copy{padding-top:3.5mm!important;padding-bottom:3.5mm!important}.print-half-copy.extra-dense-copy header{padding-bottom:3px!important}.print-half-copy.extra-dense-copy table{font-size:6.1pt!important;margin-top:2px!important}.print-half-copy.extra-dense-copy th,.print-half-copy.extra-dense-copy td{padding:1.5px 2.5px!important}.print-half-copy.extra-dense-copy .cr-print-purpose{padding:2px!important}.print-half-copy.extra-dense-copy .cr-print-funding{margin-top:3px!important}.print-half-copy.extra-dense-copy .cr-print-signatures{min-height:29px!important;margin-top:3px!important}.print-half-copy.extra-dense-copy footer{margin-top:2px!important;padding-top:2px!important}.pa-header{grid-template-columns:1.45fr .75fr 82px!important;gap:10px;align-items:start!important}.pa-secure-qr{display:grid;justify-items:center;gap:3px;text-align:center}.pa-secure-qr small{max-width:74px;font-size:6pt}.person-report-printed{display:grid;justify-items:end;gap:3px}.person-report-printed .secure-record-qr{display:grid;justify-items:center;text-align:center;gap:2px}.person-report-printed .secure-record-qr small{font-size:6.5pt;max-width:85px}.ledger-report-heading{display:grid!important;grid-template-columns:24mm 1fr 30mm!important;justify-content:stretch!important;gap:7mm!important}.ledger-secure-qr{display:grid!important;justify-items:center;text-align:center;gap:2px}.ledger-secure-qr small{font-size:6pt;max-width:28mm}@page twoCopyForms{size:A4 portrait;margin:0}@media print{.two-copy-print-page{page:twoCopyForms!important;width:210mm!important;height:297mm!important;min-height:297mm!important;margin:0!important;padding:0!important;background:#fff!important;overflow:hidden!important}.two-copy-print-page>.print-toolbar{display:none!important}.two-copy-a4{width:210mm!important;height:297mm!important;min-height:297mm!important;margin:0!important;box-shadow:none!important;overflow:hidden!important}.two-copy-print-page .print-half-copy{position:relative!important;top:auto!important;left:auto!important;width:210mm!important;height:146mm!important;min-height:146mm!important;max-height:146mm!important;margin:0!important;padding:4.5mm 7mm!important;overflow:hidden!important;page-break-after:auto!important;break-after:auto!important}.two-copy-print-page .copy-cut-line{height:5mm!important}.two-copy-print-page .release-watermark,.two-copy-print-page .cv-void-watermark{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.two-copy-print-page .cash-request-print header{grid-template-columns:44px 1fr 82px!important}.two-copy-print-page .cash-request-print header img,.two-copy-print-page .cv-print header img{width:40px!important;height:40px!important}.two-copy-print-page .cash-request-print h1,.two-copy-print-page .cv-print h1{font-size:12pt!important}.two-copy-print-page .cash-request-print h2,.two-copy-print-page .cv-print h2{font-size:9pt!important}.two-copy-print-page .cash-request-print header p,.two-copy-print-page .cv-print header p{font-size:6.5pt!important}.two-copy-print-page .cash-request-print table,.two-copy-print-page .cv-print table{font-size:7pt!important;margin-top:3px!important}.two-copy-print-page .cash-request-print th,.two-copy-print-page .cash-request-print td,.two-copy-print-page .cv-print th,.two-copy-print-page .cv-print td{padding:2.5px 3px!important}.two-copy-print-page .cr-print-meta>div,.two-copy-print-page .cr-print-funding>div,.two-copy-print-page .cv-meta>div{padding:2.5px 4px!important}.two-copy-print-page .cr-print-meta span,.two-copy-print-page .cr-print-meta strong,.two-copy-print-page .cv-meta span,.two-copy-print-page .cv-meta b{font-size:6.5pt!important}.two-copy-print-page .cr-print-purpose{padding:3px!important;margin-top:2px!important}.two-copy-print-page .cr-print-purpose span,.two-copy-print-page .cr-print-purpose p{font-size:6.5pt!important;margin:0!important}.two-copy-print-page .cr-print-signatures,.two-copy-print-page .cv-signatures{margin-top:5px!important;min-height:38px!important}.two-copy-print-page .cr-print-signatures span,.two-copy-print-page .cr-print-signatures strong,.two-copy-print-page .cr-print-signatures small,.two-copy-print-page .cv-signatures span,.two-copy-print-page .cv-signatures b{font-size:6.2pt!important}.two-copy-print-page footer{font-size:5.8pt!important;margin-top:3px!important}.pa-secure-qr,.person-report-printed .secure-record-qr,.ledger-secure-qr{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@page paymentAdviceForm{size:A4 portrait;margin:9mm}@media print{.payment-advice-print-page{page:paymentAdviceForm!important}}.cv-source-search{margin:.85rem 1rem;max-width:min(720px,calc(100% - 2rem))}.secure-record-qr-text{display:grid;gap:2px;min-width:0}.secure-record-qr-text a{font-size:6.5pt;line-height:1.1;color:#0b5d1e;font-weight:700;text-decoration:underline;text-underline-offset:1px;white-space:normal}.print-toolbar,.person-report-print-controls{gap:8px;align-items:center}.unified-dispatch-print-controls>.button-row{display:flex;gap:8px;align-items:center}.payment-advice-print-page .print-controls>.button-row{display:flex;gap:8px;align-items:center}@media print{.secure-record-qr-text a{color:#111!important;text-decoration:underline!important}}.pdc-batch-form{display:grid;gap:1rem}.pdc-batch-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pdc-batch-header label{display:grid;gap:.4rem;min-width:min(420px,100%);font-weight:800;color:#294d3e}.pdc-batch-summary{display:grid;grid-template-columns:auto auto;gap:.25rem .8rem;align-items:center;padding:.75rem 1rem;border:1px solid var(--line);border-radius:12px;background:#f7fbf8}.pdc-batch-summary span{font-size:.72rem;text-transform:uppercase;color:var(--muted);font-weight:800}.pdc-batch-summary strong{text-align:right}.pdc-entry-table{min-width:1320px}.pdc-entry-table input,.pdc-entry-table select,.pdc-entry-table textarea{min-width:135px;width:100%}.pdc-entry-table td:nth-child(6) input{min-width:190px}.pdc-entry-table td:nth-child(7) textarea{min-width:260px;resize:vertical}.pdc-entry-table td:nth-child(8) input{min-width:125px;text-align:right}.pdc-auto-cv{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.3rem .65rem;background:#e3f2e8;color:#176044;font-size:.75rem;font-weight:850}.pdc-batch-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.button-row.compact{gap:.35rem;flex-wrap:nowrap}.alert.success{background:#e0f4e7;color:#155f3f;border-color:#b9dfc6}@media(max-width:800px){.pdc-batch-header{align-items:stretch}.pdc-batch-summary{width:100%}.pdc-batch-footer{align-items:stretch}.pdc-batch-footer>.secondary-button,.pdc-batch-footer>.form-actions{width:100%}.pdc-batch-footer .form-actions{justify-content:flex-end}}.modal-card.resizable-modal{resize:both;overflow:auto;min-width:560px;min-height:320px;max-width:calc(100vw - 2rem)!important;max-height:calc(100vh - 2rem)!important}.modal-card.resizable-modal .modal-header{cursor:default}.modal-resize-hint{display:block;margin-top:.2rem;color:var(--muted);font-size:.72rem;font-weight:600}@media(max-width:800px){.modal-card.resizable-modal{resize:none!important;min-width:0!important;width:100%!important;height:auto!important;max-width:none!important}.modal-resize-hint{display:none}}.pdc-resize-note{margin:-.25rem 0 0;color:var(--muted);font-size:.78rem;font-weight:650}.pdc-resizable-table{resize:both;min-height:260px;max-height:calc(100vh - 330px);width:100%;max-width:100%;overflow:auto;border:1px solid var(--line);border-radius:12px}@media(max-width:800px){.pdc-resizable-table{resize:vertical;max-height:60vh}}.cr-reopened-for-amendment{background:#fff2cf;color:#825900}.form-section-label{display:block;margin-bottom:.45rem;font-size:.75rem;font-weight:800;text-transform:uppercase;color:var(--muted)}.cr-file-list.existing-files a{background:#edf5f0;border:1px solid #d5e4db;border-radius:9px;padding:.45rem .65rem;font-size:.8rem;color:#184f39;text-decoration:none}.cr-file-list.existing-files a:hover{text-decoration:underline}.record-upload-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:0 1.2rem 1.2rem}.record-upload-row .cr-file-upload{margin:0}.record-upload-row .button{min-width:130px}@media(max-width:760px){.record-upload-row{grid-template-columns:1fr}.record-upload-row .button{width:100%}}.cr-adjustment-row{grid-template-columns:1.15fr 1.7fr .8fr .7fr .9fr .9fr auto}.cr-adjustment-total{margin-top:16px}@media(max-width:900px){.cr-adjustment-row{grid-template-columns:1fr 1fr}.cr-adjustment-row .icon-button{justify-self:end}}:root{--app-green-950:#073d2a;--app-green-900:#0b4b34;--app-green-800:#0f5b40;--app-green-700:#166c4c;--app-green-100:#e6f3ec;--app-gold:#f0c325;--app-canvas:#f5f8f6;--app-surface:rgba(255,255,255,.92);--app-border:rgba(18,75,52,.13);--app-shadow:0 18px 50px rgba(8,55,37,.09);--app-ease:cubic-bezier(.22,1,.36,1)}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% -12%,#fff 0,#f7faf8 30%,var(--app-canvas) 72%);overflow-x:hidden}body,button,input,select,textarea{-webkit-font-smoothing:antialiased}.modern-shell.app-shell{display:block;min-height:100dvh;background:transparent}.modern-shell .main-panel{margin-left:0;min-width:0;min-height:100dvh;padding-bottom:0}.global-header{position:sticky;top:0;z-index:60;background:#fafcfbd6;backdrop-filter:saturate(150%) blur(24px);-webkit-backdrop-filter:saturate(150%) blur(24px);border-bottom:1px solid var(--app-border);box-shadow:0 1px #ffffffc7}.global-header-inner{height:74px;max-width:1720px;margin:0 auto;padding:0 clamp(18px,3vw,46px);display:flex;align-items:center;gap:28px}.app-brand{display:flex;align-items:center;gap:11px;flex:0 0 auto;min-width:max-content}.app-brand img{width:44px;height:44px;border-radius:13px;object-fit:cover;box-shadow:0 7px 20px #08412a33;transition:transform .35s var(--app-ease),box-shadow .35s var(--app-ease)}.app-brand:hover img{transform:translateY(-2px) scale(1.025);box-shadow:0 11px 26px #08412a40}.app-brand>span{display:grid;line-height:1.05}.app-brand strong{font-size:.96rem;letter-spacing:.075em;color:var(--app-green-950)}.app-brand small{font-size:.7rem;color:#718077;margin-top:5px;letter-spacing:.01em}.primary-module-nav{display:flex;align-items:stretch;align-self:stretch;min-width:0;gap:4px;overflow-x:auto;scrollbar-width:none}.primary-module-nav::-webkit-scrollbar{display:none}.primary-module-button{position:relative;display:flex;align-items:center;gap:8px;padding:0 13px;border:0;background:transparent;color:#42574c;font-size:.83rem;font-weight:750;white-space:nowrap;cursor:pointer;transition:color .24s var(--app-ease),background .24s var(--app-ease),transform .24s var(--app-ease)}.primary-module-button:after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;border-radius:4px 4px 0 0;background:var(--app-gold);transform:scaleX(0);transform-origin:center;transition:transform .3s var(--app-ease)}.primary-module-button:hover{color:var(--app-green-800);background:#105b400b}.primary-module-button.active{color:var(--app-green-800)}.primary-module-button.active:after{transform:scaleX(1)}.global-tools{margin-left:auto;display:flex;align-items:center;gap:9px;min-width:0}.global-search{width:clamp(190px,18vw,330px);height:42px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--app-border);border-radius:13px;background:#fffc;box-shadow:0 5px 18px #08412a0a;transition:border-color .2s,box-shadow .2s,background .2s}.global-search:focus-within{background:#fff;border-color:#166c4c6b;box-shadow:0 0 0 4px #166c4c14,0 8px 24px #08412a12}.global-search input{min-width:0;flex:1;border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;font-size:.84rem}.global-search kbd{padding:3px 6px;border:1px solid #dce4df;border-radius:6px;background:#f6f8f7;color:#849087;font-size:.66rem;font-family:inherit;white-space:nowrap}.header-icon-button,.profile-trigger{border:1px solid transparent;background:transparent;cursor:pointer;transition:background .22s,border-color .22s,transform .22s var(--app-ease)}.header-icon-button{position:relative;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#365347}.header-icon-button:hover,.profile-trigger:hover,.profile-trigger.active{background:#fff;border-color:var(--app-border);box-shadow:0 8px 24px #08412a12;transform:translateY(-1px)}.notification-button i{position:absolute;width:8px;height:8px;right:8px;top:8px;border-radius:50%;background:var(--app-gold);box-shadow:0 0 0 2px #fff}.profile-trigger{height:48px;border-radius:15px;display:flex;align-items:center;gap:9px;padding:4px 8px 4px 5px;color:#254438;text-align:left}.header-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#16704f,#0a4832);color:#fff;font-weight:850;box-shadow:inset 0 0 0 1px #ffffff24}.header-avatar.large{width:46px;height:46px;font-size:1.05rem}.profile-trigger-copy{display:grid;line-height:1.1;max-width:130px}.profile-trigger-copy strong{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-trigger-copy small{font-size:.66rem;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-nav-shell{display:grid;grid-template-rows:1fr;background:#ffffffb8;border-top:1px solid rgba(18,75,52,.07);transition:grid-template-rows .32s var(--app-ease),opacity .25s;overflow:hidden}.module-nav-shell:not(.open){grid-template-rows:0fr;opacity:0;border-top-color:transparent}.module-nav-inner{min-height:0;max-width:1720px;width:100%;margin:0 auto;padding:8px clamp(18px,3vw,46px);display:flex;align-items:center;gap:18px;overflow:hidden}.module-context-button{display:flex;align-items:center;gap:9px;flex:0 0 auto;border:0;border-right:1px solid var(--app-border);background:transparent;padding:6px 18px 6px 0;color:var(--app-green-900);font-weight:800;cursor:pointer}.module-context-button>svg{transition:transform .28s var(--app-ease)}.module-nav-shell.open .module-context-button>svg{transform:rotate(180deg)}.module-context-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--app-green-100);color:var(--app-green-700);box-shadow:inset 0 0 0 1px #166c4c14}.module-subnav{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none;min-width:0}.submodule-link{position:relative;display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:11px;color:#4f6258;font-size:.8rem;font-weight:720;white-space:nowrap;transition:background .2s,color .2s,transform .2s var(--app-ease)}.submodule-link:after{content:"";position:absolute;left:15px;right:15px;bottom:2px;height:2px;border-radius:2px;background:var(--app-green-700);transform:scaleX(0);transition:transform .25s var(--app-ease)}.submodule-link:hover{background:#166c4c0e;color:var(--app-green-800);transform:translateY(-1px)}.submodule-link.active{color:var(--app-green-800);background:#166c4c0f}.submodule-link.active:after{transform:scaleX(1)}.submodule-icon{display:grid;place-items:center}.context-topbar.topbar{position:relative;top:auto;z-index:4;max-width:1720px;margin:0 auto;padding:20px clamp(18px,3vw,46px) 11px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;box-shadow:none}.context-topbar h1{font-size:clamp(1.25rem,1.5vw,1.7rem);letter-spacing:-.025em}.context-topbar .eyebrow{font-size:.65rem;letter-spacing:.12em;color:#718278}.page-heading-copy{min-width:0}.mobile-module-trigger{display:none;border:0;background:#fff;color:var(--app-green-800);width:42px;height:42px;border-radius:13px;place-items:center;box-shadow:0 5px 18px #08412a12}.context-topbar .top-actions{align-items:center}.context-topbar .button{border-radius:12px;box-shadow:0 4px 14px #08412a0b;transition:transform .22s var(--app-ease),box-shadow .22s,background .22s}.context-topbar .button:hover{transform:translateY(-2px);box-shadow:0 10px 23px #08412a17}.modern-shell .page-content{max-width:1720px;margin:0 auto;padding:13px clamp(18px,3vw,46px) 64px}.route-stage{animation:routeEnter .42s var(--app-ease) both}@keyframes routeEnter{0%{opacity:0;transform:translateY(7px) scale(.997)}to{opacity:1;transform:none}}.modern-shell .content-card,.modern-shell .toolbar-card,.modern-shell .panel,.modern-shell .hero-card{border-color:var(--app-border);box-shadow:0 12px 40px #08412a0e;border-radius:18px;background:var(--app-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.modern-shell .toolbar-card{padding:11px;gap:10px}.modern-shell .search-bar{border-radius:13px;border-color:var(--app-border);transition:border-color .2s,box-shadow .2s}.modern-shell .search-bar:focus-within{border-color:#166c4c66;box-shadow:0 0 0 4px #166c4c12}.modern-shell input,.modern-shell select,.modern-shell textarea{border-radius:12px;border-color:#124b342e;transition:border-color .2s,box-shadow .2s,background .2s}.modern-shell .button,.modern-shell .primary-button,.modern-shell .secondary-button{transition:transform .22s var(--app-ease),box-shadow .22s,background .22s,border-color .22s}.modern-shell .data-table th{background:#f7f9f8;color:#52675c;padding:13px 14px}.modern-shell .data-table td{padding:14px}.modern-shell .data-table tbody tr{transition:background .18s,transform .18s var(--app-ease)}.modern-shell .data-table tbody tr:hover{background:#f7fbf8}.modern-shell .status-badge{border:1px solid rgba(18,75,52,.06)}.profile-popover{position:fixed;right:clamp(18px,3vw,46px);top:64px;z-index:90;width:270px;padding:9px;border:1px solid var(--app-border);border-radius:18px;background:#fffffff5;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 24px 70px #062d1e33;animation:popoverIn .24s var(--app-ease) both}@keyframes popoverIn{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:none}}.profile-popover-head{display:flex;align-items:center;gap:11px;padding:9px 9px 13px;margin-bottom:5px;border-bottom:1px solid var(--app-border)}.profile-popover-head>div{min-width:0}.profile-popover-head strong,.profile-popover-head small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-popover-head small{margin-top:4px}.profile-popover>a,.profile-popover>button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:0;border-radius:11px;background:transparent;color:#355348;font-weight:700;cursor:pointer;text-align:left;transition:background .18s,color .18s}.profile-popover>a:hover,.profile-popover>button:hover{background:var(--app-green-100);color:var(--app-green-800)}.popover-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;border:0;background:transparent}.document-card-list,.mobile-module-sheet,.mobile-sheet-scrim,.modern-mobile-nav{display:none}@media(max-width:1320px){.global-header-inner{gap:16px}.primary-module-button{padding-inline:9px}.primary-module-button span{font-size:.77rem}.global-search{width:210px}.profile-trigger-copy{display:none}}@media(max-width:1080px){.primary-module-nav{display:none}.global-search{width:min(42vw,320px)}.module-context-button{min-width:max-content}.module-nav-inner{gap:10px}}@media(max-width:900px){body{background:#f4f7f5}.global-header{position:sticky;background:linear-gradient(160deg,#084e34fa,#073b2afa);border-bottom:0;box-shadow:0 10px 30px #042b1c2e}.global-header-inner{height:66px;padding:0 14px;gap:10px}.app-brand{gap:9px;min-width:0}.app-brand img{width:39px;height:39px;border-radius:12px}.app-brand strong{color:#fff;font-size:.88rem}.app-brand small{color:#cbe0d5;font-size:.62rem}.app-brand>span{min-width:0}.global-tools{margin-left:auto}.global-search,.profile-trigger-copy,.profile-trigger>svg{display:none}.profile-trigger{width:40px;height:40px;padding:2px;border:0}.profile-trigger .header-avatar{width:36px;height:36px}.header-icon-button{color:#fff;border-color:#ffffff21}.header-icon-button:hover,.profile-trigger:hover{background:#ffffff1f;border-color:#ffffff2e;box-shadow:none}.module-nav-shell{display:none}.context-topbar.topbar{padding:16px 14px 8px;gap:10px}.mobile-module-trigger{display:grid}.context-topbar .eyebrow{display:none}.context-topbar h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-heading-copy{flex:1}.context-topbar .top-actions{max-width:48vw;gap:6px;overflow-x:auto;scrollbar-width:none}.context-topbar .top-actions::-webkit-scrollbar{display:none}.context-topbar .top-actions .button{font-size:0;padding:9px;min-width:40px;height:40px}.context-topbar .top-actions .button svg{width:19px;height:19px}.modern-shell .page-content{padding:10px 12px calc(94px + env(safe-area-inset-bottom))}.modern-shell .toolbar-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;position:sticky;top:66px;z-index:18;border-radius:15px}.modern-shell .toolbar-card .search-bar{grid-column:1/-1;min-width:0}.modern-shell .toolbar-card select{max-width:none;min-width:0}.modern-shell .toolbar-card>.button{height:43px}.modern-shell .content-card{padding:15px;border-radius:16px}.modern-shell .section-heading{margin-bottom:12px}.document-table-desktop{display:none}.document-card-list{display:grid;gap:10px}.document-mobile-card{display:block;padding:13px;border:1px solid var(--app-border);border-radius:15px;background:#fff;box-shadow:0 5px 18px #08412a0b;transition:transform .22s var(--app-ease),box-shadow .22s,border-color .22s}.document-mobile-card:active{transform:scale(.985)}.document-mobile-card:hover{border-color:#166c4c45;box-shadow:0 10px 25px #08412a14}.document-mobile-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.document-mobile-card-head>strong{color:var(--app-green-800);font-size:.78rem;letter-spacing:.01em}.document-mobile-card h3{font-size:.91rem;line-height:1.35;margin:10px 0 4px;color:#18362a}.document-mobile-card p{margin:0;color:#62746a;font-size:.78rem;line-height:1.42}.document-mobile-reference{margin-top:4px;color:#75847c;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-mobile-meta{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;margin-top:12px;padding-top:11px;padding-right:25px;border-top:1px solid #edf1ee}.document-mobile-meta>span{display:grid;grid-template-columns:18px minmax(0,1fr);column-gap:4px;align-items:start;min-width:0;color:#697a70}.document-mobile-meta>span svg{grid-row:1/3;margin-top:1px}.document-mobile-meta b{font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#40564b}.document-mobile-meta small{font-size:.64rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-mobile-time{grid-column:1/-1}.document-mobile-open{position:absolute;right:0;bottom:7px;color:#708078}.modern-mobile-nav{position:fixed;z-index:72;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);padding:6px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#074831f5;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 18px 44px #042b1c52}.modern-mobile-nav button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;height:52px;border:0;border-radius:16px;background:transparent;color:#c7ddd2;font-size:.59rem;font-weight:750;cursor:pointer;transition:background .2s,color .2s,transform .2s var(--app-ease)}.modern-mobile-nav button.active{background:#ffffff21;color:#fff}.modern-mobile-nav button.active:before{content:"";position:absolute;top:2px;width:22px;height:2px;border-radius:3px;background:var(--app-gold)}.modern-mobile-nav button:active{transform:scale(.93)}.mobile-sheet-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:74;border:0;background:#031e146b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .2s both}.mobile-module-sheet{display:block;position:fixed;z-index:75;left:8px;right:8px;bottom:calc(76px + env(safe-area-inset-bottom));max-height:min(72vh,620px);padding:7px 13px 13px;border:1px solid rgba(255,255,255,.65);border-radius:24px;background:#fdfefdf7;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 26px 70px #03231652;overflow:auto;animation:sheetIn .34s var(--app-ease) both}@keyframes sheetIn{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-sheet-handle{width:38px;height:4px;border-radius:4px;background:#cfdad4;margin:2px auto 10px}.mobile-module-sheet>header{display:flex;align-items:center;justify-content:space-between;padding:3px 3px 10px}.mobile-module-sheet h2{font-size:1.12rem;margin:3px 0 0}.mobile-module-sheet header small{text-transform:uppercase;letter-spacing:.1em;font-size:.61rem;font-weight:800}.mobile-submodule-list{display:grid;gap:5px}.mobile-submodule-link{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border-radius:14px;color:#355347;font-weight:750;transition:background .18s,color .18s,transform .18s}.mobile-submodule-link .submodule-icon{width:38px;height:38px;border-radius:11px;background:#edf5f0;color:var(--app-green-700)}.mobile-submodule-link.active,.mobile-submodule-link:hover{background:var(--app-green-100);color:var(--app-green-800)}.mobile-submodule-link:active{transform:scale(.98)}.mobile-sheet-profile{display:flex;align-items:center;gap:10px;margin-top:10px;padding:11px 4px 2px;border-top:1px solid var(--app-border)}.mobile-sheet-profile>div{min-width:0;flex:1}.mobile-sheet-profile strong,.mobile-sheet-profile small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sheet-profile small{margin-top:3px}.profile-popover{right:12px;top:58px;width:min(280px,calc(100vw - 24px))}.push-toast{bottom:90px}}@media(max-width:600px){.app-brand small{display:none}.app-brand strong{font-size:.82rem}.global-header-inner{height:60px}.header-icon-button{width:38px;height:38px}.profile-trigger{width:36px;height:36px}.profile-trigger .header-avatar{width:33px;height:33px}.context-topbar.topbar{padding-top:12px}.mobile-module-trigger{width:38px;height:38px}.context-topbar h1{font-size:1.08rem}.context-topbar .top-actions{max-width:45vw}.modern-shell .toolbar-card{top:60px}.modern-shell .page-content{padding-inline:8px}.modern-shell .content-card,.document-mobile-card{padding:12px}.document-mobile-meta{grid-template-columns:1fr}.document-mobile-time{grid-column:auto}.modern-mobile-nav{left:6px;right:6px;border-radius:19px}.modern-mobile-nav button{height:49px;border-radius:14px}.mobile-module-sheet{left:5px;right:5px;border-radius:21px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.global-header,.context-topbar,.modern-mobile-nav,.mobile-module-sheet,.mobile-sheet-scrim,.profile-popover,.popover-scrim{display:none!important}.modern-shell .page-content{max-width:none!important;padding:0!important}.route-stage{animation:none!important}}.journal-table-configurable{table-layout:fixed!important;max-width:none!important}.journal-table-configurable th,.journal-table-configurable td{position:relative;box-sizing:border-box;min-width:0!important;max-width:none;vertical-align:top}.journal-table-configurable thead th{position:sticky;top:0;z-index:8;background:#f4f8f5}.journal-table-configurable .journal-config-cell.wrap-text{white-space:normal!important;overflow-wrap:anywhere;word-break:break-word}.journal-table-configurable .journal-config-cell.no-wrap-text{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}.journal-table-configurable .journal-config-cell.no-wrap-text>div:not(.table-actions):not(.journal-new-actions){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-table-configurable input,.journal-table-configurable select,.journal-table-configurable textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}.journal-table-configurable .particulars-input,.journal-table-configurable .numeric-input{min-width:0!important}.journal-table-configurable .table-actions{flex-wrap:wrap}.journal-column-title{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.journal-column-resizer{right:-4px;width:9px;touch-action:none}.journal-column-resizer:after{content:"";position:absolute;top:20%;bottom:20%;left:4px;width:1px;background:transparent}.journal-column-resizer:hover:after,.journal-column-resizer:active:after{background:#4d8c63}.journal-column-settings{display:grid;gap:1rem}.journal-column-settings-list{display:grid;gap:.55rem;max-height:min(58vh,560px);overflow:auto;padding-right:.25rem}.journal-column-setting-row{display:grid;grid-template-columns:minmax(150px,1fr) 150px 145px;gap:.8rem;align-items:center;padding:.72rem .8rem;border:1px solid var(--line);border-radius:11px;background:#f8fbf9}.journal-column-setting-row label{display:grid;gap:.3rem;font-size:.76rem;color:var(--muted);font-weight:700}.journal-column-setting-row input[type=number]{width:100%}.journal-wrap-toggle{display:flex!important;align-items:center;gap:.55rem!important;color:#294d3b!important}.journal-wrap-toggle input{width:auto!important;margin:0}@media(max-width:700px){.journal-column-setting-row{grid-template-columns:1fr 120px}.journal-wrap-toggle{grid-column:1/-1}}.journal-scroll{position:relative;max-height:65dvh;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.journal-table-configurable thead{position:sticky;top:0;z-index:20}.journal-table-configurable thead th{position:sticky;top:0;z-index:21;background:#f4f8f5;box-shadow:0 1px #d8e4dc,0 5px 12px #14482d14}@media(max-height:700px){.journal-scroll{max-height:58dvh}}@media print{.journal-scroll{max-height:none!important;overflow:visible!important}.journal-table-configurable thead,.journal-table-configurable thead th{position:static!important;box-shadow:none!important}}.petty-cash-page{position:relative}.pcf-hero{background:linear-gradient(135deg,#f5fbf2,#fff 62%)}.pcf-tabs{display:flex;gap:.55rem;overflow:auto;padding:.2rem 0}.pcf-tabs button{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--line);background:#fff;color:#52685d;border-radius:12px;padding:.7rem .9rem;font-weight:800;white-space:nowrap;cursor:pointer}.pcf-tabs button.active{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 7px 18px #165a3d29}.pcf-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.pcf-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.pcf-action-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1.15rem;text-align:left;display:grid;gap:.45rem;color:var(--text);cursor:pointer;box-shadow:0 4px 18px #17462d0b;transition:.18s}.pcf-action-card:hover{transform:translateY(-2px);border-color:#b6d0c0;box-shadow:var(--shadow)}.pcf-action-card svg{color:var(--green);width:28px;height:28px}.pcf-action-card strong{font-size:1rem}.pcf-action-card span{color:var(--muted);font-size:.82rem;line-height:1.45}.clickable-row{cursor:pointer}.sticky-table thead th{position:sticky;top:0;z-index:2}.data-table td small{margin-top:.2rem;max-width:420px}.money-cell.negative{color:var(--danger);font-weight:800}.pcf-status{display:inline-flex;align-items:center;border-radius:999px;padding:.34rem .62rem;font-size:.72rem;font-weight:850;white-space:nowrap;background:#edf1ef;color:#52635a}.pcf-status-draft,.pcf-status-prepared{background:#eef2f4;color:#526875}.pcf-status-submitted,.pcf-status-included-in-replenishment{background:#fff3d6;color:#8a5c00}.pcf-status-reviewed,.pcf-status-approved,.pcf-status-approved-for-replenishment{background:#e8effc;color:#315a95}.pcf-status-cash-released,.pcf-status-check-voucher-prepared{background:#f4eafa;color:#7144a5}.pcf-status-replenished,.pcf-status-closed{background:#e2f4e9;color:#1c6a43}.pcf-status-returned,.pcf-status-variance-for-review{background:#fff0e3;color:#a84e00}.pcf-status-cancelled,.pcf-status-reversed{background:#fde7e7;color:#a92b2b}.pcf-detail-stack{display:grid;gap:1rem}.pcf-detail-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem}.pcf-detail-actions,.pcf-workflow-actions{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap}.pcf-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.pcf-detail-grid>div{border:1px solid var(--line);background:#f8faf8;border-radius:12px;padding:.8rem;display:grid;gap:.22rem}.pcf-detail-grid span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.pcf-detail-grid strong{line-height:1.45}.pcf-attachment-list{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center}.pcf-attachment-list>a{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .7rem;border:1px solid var(--line);border-radius:9px;color:var(--green);font-weight:750}.pcf-edit-details{border:1px solid var(--line);border-radius:12px;padding:.8rem}.pcf-edit-details summary{font-weight:800;cursor:pointer;margin-bottom:.75rem}.pcf-selection-summary{display:flex;justify-content:space-between;align-items:center;border:1px solid #cfe0d6;background:#f4faf6;border-radius:12px;padding:.85rem 1rem;margin-bottom:.75rem}.pcf-selection-summary strong{font-size:1.1rem;color:var(--green)}.pcf-selection-table{max-height:58vh}.pcf-selection-table .data-table{min-width:900px}.pcf-denomination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.pcf-denomination-grid label{border:1px solid var(--line);border-radius:12px;padding:.65rem;background:#fafcfb}.pcf-denomination-grid label>span{font-weight:850;color:var(--green)}.pcf-denomination-grid input{text-align:center}.pcf-denomination-grid small{text-align:right}.pcf-count-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.pcf-count-summary>div{border:1px solid var(--line);border-radius:12px;padding:.85rem;display:grid;gap:.25rem}.pcf-count-summary span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}.pcf-count-summary strong{font-size:1.2rem}.pcf-count-summary .variance{border-color:#efc2bd;background:#fff6f5;color:var(--danger)}.pcf-empty-setup{text-align:center;padding:3rem;display:grid;place-items:center;gap:.7rem}.pcf-empty-setup svg{color:var(--green)}.pcf-print-page{min-height:100vh;background:#e9eeeb;padding:24px}.pcf-print-page .print-toolbar{max-width:210mm;margin:0 auto 12px;display:flex;justify-content:flex-end}.pcf-print-page .print-toolbar button{border:0;border-radius:10px;background:var(--green);color:#fff;padding:.75rem 1rem;font-weight:800;cursor:pointer}.pcf-print-document{position:relative;width:210mm;min-height:148mm;margin:0 auto;background:#fff;padding:10mm;box-shadow:0 10px 35px #0000001f;overflow:hidden;color:#17251a}.pcf-print-document>header{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;border-bottom:3px solid var(--green);padding-bottom:8px}.pcf-print-document>header img{width:54px;height:54px;object-fit:contain}.pcf-print-document>header h1{margin:0;color:var(--green);font-size:18px}.pcf-print-document>header h2{margin:3px 0 0;font-size:15px;letter-spacing:.08em}.pcf-print-document>header p{margin:2px 0 0;font-size:9px;color:#5f6e66}.pcf-print-document>header>div:last-child{display:grid;justify-items:end;gap:4px}.pcf-print-number{font-size:17px;color:#b42318}.pcf-print-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:10px 0}.pcf-print-meta>div{border:1px solid #bdc9c1;padding:6px;display:grid;gap:2px}.pcf-print-meta .wide{grid-column:1/-1}.pcf-print-meta span,.pcf-print-note span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#617067;font-weight:800}.pcf-print-meta strong{font-size:10px;line-height:1.35}.pcf-print-amount{border:2px solid var(--green);padding:10px;display:flex;justify-content:space-between;align-items:center;margin:10px 0}.pcf-print-amount span{font-weight:900;letter-spacing:.1em}.pcf-print-amount strong{font-size:22px;color:var(--green)}.pcf-print-signatures{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:22px}.pcf-print-signatures>div{border-top:1px solid #33483d;text-align:center;padding-top:5px;min-height:36px}.pcf-print-signatures span{display:block;font-size:7px;text-transform:uppercase;color:#607067;font-weight:800}.pcf-print-signatures strong{font-size:9px}.pcf-print-document footer{display:flex;justify-content:space-between;border-top:1px dashed #a7b1ab;margin-top:12px;padding-top:5px;font-size:8px}.pcf-print-document h3{font-size:11px;color:var(--green);margin:12px 0 5px}.pcf-print-table{width:100%;border-collapse:collapse;font-size:8px}.pcf-print-table th,.pcf-print-table td{border:1px solid #aeb8b1;padding:4px;vertical-align:top}.pcf-print-table th{background:#eaf4ec;color:#174e34;text-transform:uppercase;font-size:7px}.pcf-print-table td:last-child,.pcf-print-table th:last-child{text-align:right}.pcf-print-table tfoot{font-weight:900}.pcf-print-table.compact{max-width:145mm}.pcf-replenishment-print{min-height:297mm}.pcf-replenishment-print .pcf-print-signatures{grid-template-columns:repeat(3,1fr)}.pcf-closing-print{min-height:230mm}.pcf-closing-print .pcf-print-signatures{grid-template-columns:repeat(2,1fr)}.pcf-print-note{border:1px solid #bdc9c1;padding:8px;margin-top:10px}.pcf-print-note p{margin:4px 0 0;font-size:10px}@media(max-width:900px){.pcf-kpis,.pcf-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pcf-denomination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pcf-print-page{padding:0;overflow:auto}.pcf-print-document{box-shadow:none}}@media(max-width:620px){.pcf-kpis,.pcf-action-grid,.pcf-detail-grid,.pcf-count-summary{grid-template-columns:1fr}.pcf-denomination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pcf-tabs{margin-inline:-.2rem}.pcf-detail-grid .span-2{grid-column:auto}.pcf-workflow-actions .button{width:100%}}@media print{.pcf-print-page{background:#fff;padding:0}.pcf-print-page .no-print{display:none!important}.pcf-print-document{box-shadow:none;margin:0;width:100%;min-height:0;padding:0}.pcf-print-table thead{display:table-header-group}.pcf-print-table tr,.pcf-print-signatures{break-inside:avoid}@page{size:A4 portrait;margin:8mm}}.pcf-detail-empty{display:grid;place-items:center;text-align:center;gap:.55rem;padding:2rem 1rem;border:1px dashed #bfd0c5;border-radius:12px;background:#f8fbf9;color:var(--muted)}.pcf-detail-empty svg{color:var(--green)}.pcf-detail-empty strong{color:var(--text);font-size:1rem}.pcf-detail-empty span{max-width:560px;line-height:1.5}.app-error-boundary{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#f3f7f4}.app-error-card{width:min(680px,100%);text-align:center;display:grid;justify-items:center;gap:.75rem;padding:2rem}.app-error-card>svg{color:#b54708}.app-error-card h1{margin:0}.app-error-card p{margin:0;color:var(--muted);line-height:1.55;overflow-wrap:anywhere}.app-error-actions{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.record-page-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.record-page-actions>div{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.pcf-replenishment-detail-page{max-width:1500px;width:100%;margin:0 auto}.pcf-replenishment-banner{align-items:center}.pcf-replenishment-banner .cr-banner-amount{min-width:230px}.pcf-crs-link-panel{border-color:#bcd9c8;background:linear-gradient(180deg,#fbfefc,#f5faf7)}.pcf-linked-record-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;border:1px solid #c6dacf;border-radius:16px;background:#fff;padding:1rem;box-shadow:0 5px 18px #184d330d}.pcf-linked-record-icon{width:48px;height:48px;border-radius:14px;background:#e7f4eb;color:var(--green);display:grid;place-items:center}.pcf-linked-record-card>div:nth-child(2){display:grid;gap:.18rem;min-width:0}.pcf-linked-record-card span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:850}.pcf-linked-record-card strong{font-size:1rem;color:var(--text)}.pcf-linked-record-card small{color:var(--muted);line-height:1.45;overflow-wrap:anywhere}.pcf-linked-record-status{display:grid;justify-items:end;gap:.55rem}.pcf-linked-record-status>small{max-width:190px;text-align:right}.pcf-source-empty{display:flex;align-items:center;gap:.85rem;padding:1rem;border:1px dashed #b7cdbf;border-radius:14px;background:#fff;color:var(--muted)}.pcf-source-empty>svg{color:var(--green);flex:0 0 auto}.pcf-source-empty>div{display:grid;gap:.2rem}.pcf-source-empty strong{color:var(--text)}.pcf-detail-grid-page{grid-template-columns:repeat(4,minmax(0,1fr))}.pcf-detail-grid-page a{font-size:.78rem;font-weight:800;color:var(--green)}.pcf-inline-action-form{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:14px;background:#f8fbf9}.pcf-inline-action-form .alert{margin:0}.pcf-crs-source-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pcf-crs-source-alert>div{line-height:1.5}.pcf-crs-source-alert span{color:var(--muted)}@media(max-width:900px){.pcf-detail-grid-page{grid-template-columns:repeat(2,minmax(0,1fr))}.pcf-linked-record-card{grid-template-columns:auto 1fr}.pcf-linked-record-status{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.pcf-linked-record-status>small{text-align:left;max-width:none}}@media(max-width:620px){.record-page-actions,.record-page-actions>div{align-items:stretch}.record-page-actions>div,.record-page-actions .button{width:100%}.pcf-replenishment-banner{align-items:flex-start}.pcf-replenishment-banner .cr-banner-amount{min-width:0;width:100%}.pcf-detail-grid-page,.pcf-linked-record-card{grid-template-columns:1fr}.pcf-linked-record-icon{width:42px;height:42px}.pcf-linked-record-status{grid-column:auto;display:grid;justify-items:start}.pcf-linked-record-status .button{width:100%}.pcf-crs-source-alert{align-items:stretch;flex-direction:column}.pcf-crs-source-alert .button{width:100%}}.primary-module-chevron{opacity:.62;transition:transform .3s var(--app-ease),opacity .2s}.primary-module-button[aria-expanded=true] .primary-module-chevron{transform:rotate(180deg);opacity:1}@media(hover:hover)and (pointer:fine){.primary-module-button:hover{z-index:2;color:var(--app-green-800);background:linear-gradient(180deg,#e6f3ece6,#ffffff94);border-radius:13px;transform:translateY(-1px) scale(1.035);box-shadow:0 10px 24px #08412a1a}.primary-module-button:active{transform:translateY(0) scale(.99)}.submodule-link:hover{z-index:2;background:var(--app-green-100);color:var(--app-green-800);transform:translateY(-1px) scale(1.035);box-shadow:0 9px 22px #08412a17}.modern-mobile-nav button:hover{color:#fff;background:#ffffff1f;transform:translateY(-2px) scale(1.035)}.mobile-submodule-link:hover{transform:translate(3px) scale(1.012);box-shadow:0 8px 20px #08412a14}}.module-nav-shell.open .module-nav-inner{animation:moduleCascadeOpen .34s var(--app-ease) both}.module-nav-shell.open .submodule-link{animation:submoduleCascadeIn .34s var(--app-ease) both}.module-nav-shell.open .submodule-link:nth-child(1){animation-delay:15ms}.module-nav-shell.open .submodule-link:nth-child(2){animation-delay:.04s}.module-nav-shell.open .submodule-link:nth-child(3){animation-delay:65ms}.module-nav-shell.open .submodule-link:nth-child(4){animation-delay:.09s}.module-nav-shell.open .submodule-link:nth-child(5){animation-delay:.115s}.module-nav-shell.open .submodule-link:nth-child(6){animation-delay:.14s}.module-nav-shell.open .submodule-link:nth-child(7){animation-delay:.165s}.module-nav-shell.open .submodule-link:nth-child(8){animation-delay:.19s}.module-nav-shell.open .submodule-link:nth-child(9){animation-delay:.215s}.module-nav-shell.open .submodule-link:nth-child(10){animation-delay:.24s}.module-nav-shell.open .submodule-link:nth-child(11){animation-delay:.265s}@keyframes moduleCascadeOpen{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes submoduleCascadeIn{0%{opacity:0;transform:translateY(-8px) scale(.965)}to{opacity:1;transform:none}}.mobile-module-sheet .mobile-submodule-link{animation:mobileCascadeItem .32s var(--app-ease) both}.mobile-module-sheet .mobile-submodule-link:nth-child(1){animation-delay:.02s}.mobile-module-sheet .mobile-submodule-link:nth-child(2){animation-delay:55ms}.mobile-module-sheet .mobile-submodule-link:nth-child(3){animation-delay:.09s}.mobile-module-sheet .mobile-submodule-link:nth-child(4){animation-delay:.125s}.mobile-module-sheet .mobile-submodule-link:nth-child(5){animation-delay:.16s}.mobile-module-sheet .mobile-submodule-link:nth-child(6){animation-delay:.195s}.mobile-module-sheet .mobile-submodule-link:nth-child(7){animation-delay:.23s}.mobile-module-sheet .mobile-submodule-link:nth-child(8){animation-delay:.265s}.mobile-module-sheet .mobile-submodule-link:nth-child(9){animation-delay:.3s}.mobile-module-sheet .mobile-submodule-link:nth-child(10){animation-delay:.335s}@keyframes mobileCascadeItem{0%{opacity:0;transform:translateY(9px) scale(.975)}to{opacity:1;transform:none}}@media(max-width:900px){:root{--econergy-mobile-safe-top:max(env(safe-area-inset-top,0px),0px);--econergy-mobile-header-height:66px}.global-header{padding-top:var(--econergy-mobile-safe-top)}.modern-shell .toolbar-card{top:calc(var(--econergy-mobile-header-height) + var(--econergy-mobile-safe-top))}.profile-popover{top:calc(58px + var(--econergy-mobile-safe-top))}}@media(max-width:900px)and (display-mode:standalone){:root{--econergy-mobile-safe-top:max(env(safe-area-inset-top,0px),24px)}}@media(max-width:600px){:root{--econergy-mobile-header-height:60px}}@media(min-width:901px)and (max-width:1080px){.primary-module-nav{display:flex;gap:3px}.primary-module-button{padding-inline:10px;border-radius:12px}.primary-module-button span,.primary-module-chevron{display:none}.primary-module-button svg:first-child{width:20px;height:20px}.global-search{display:none}}.pcf-report-controls{display:grid;grid-template-columns:minmax(280px,2fr) repeat(4,minmax(145px,1fr));gap:.75rem;padding:1rem 1.35rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fbfdfc,#f6faf7);align-items:end}.pcf-report-controls>label:not(.search-field){display:grid;gap:.35rem;min-width:0}.pcf-report-controls>label>span{font-size:.69rem;text-transform:uppercase;letter-spacing:.065em;color:var(--muted);font-weight:850}.pcf-report-controls input,.pcf-report-controls select{width:100%;min-width:0;background:#fff}.pcf-report-controls .pcf-search-control{align-self:end;min-height:42px}.pcf-report-controls .pcf-search-control input{min-height:40px}.pcf-report-controls .button{min-height:42px}.pcf-sort-direction{justify-self:stretch}.pcf-replenishment-controls{grid-template-columns:minmax(300px,2fr) repeat(3,minmax(150px,1fr)) auto auto auto}.pcf-detail-report-controls{grid-template-columns:minmax(280px,2fr) repeat(4,minmax(145px,1fr)) auto auto}.pcf-filter-subtotal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid var(--line);background:#fff}.pcf-filter-subtotal>div{padding:.85rem 1.35rem;border-right:1px solid var(--line);display:grid;gap:.18rem}.pcf-filter-subtotal>div:last-child{border-right:0}.pcf-filter-subtotal span{font-size:.69rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:850}.pcf-filter-subtotal strong{font-size:1.08rem;color:var(--green);font-variant-numeric:tabular-nums}.pcf-sticky-table-shell{max-height:min(68dvh,760px);overflow:auto;border-left:0;border-right:0;border-bottom:0;border-radius:0;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.pcf-detail-table-shell{max-height:min(62dvh,680px)}.pcf-sticky-table-shell .sticky-table thead th{position:sticky;top:0;z-index:12;background:#eef5f0;color:#3e5a4b;box-shadow:0 1px #cfded4,0 5px 12px #14482d14}.pcf-sticky-table-shell .sticky-table tfoot td{position:sticky;bottom:0;z-index:11;background:#eef7f1;border-top:2px solid #b9d1c1;box-shadow:0 -5px 12px #14482d12;font-weight:900}.pcf-empty-filter-row{text-align:center!important;color:var(--muted);padding:2rem!important}.pcf-register-panel .data-table{min-width:980px}.pcf-filter-report-page{min-height:100vh;background:#e9eeeb;padding:24px;color:#17251a}.pcf-filter-report-page .print-toolbar{max-width:297mm;margin:0 auto 12px;display:flex;justify-content:flex-end;gap:.5rem}.pcf-filter-report-page .print-toolbar button{border:1px solid var(--green);border-radius:10px;background:var(--green);color:#fff;padding:.72rem 1rem;font-weight:800;cursor:pointer}.pcf-filter-report-page .print-toolbar button+button{background:#fff;color:var(--green)}.pcf-filter-report-document{width:297mm;min-height:210mm;margin:0 auto;background:#fff;padding:9mm;box-shadow:0 10px 35px #0000001f}.pcf-filter-report-header{display:grid;grid-template-columns:58px 1fr minmax(42mm,auto);gap:12px;align-items:center;border-bottom:3px solid var(--green);padding-bottom:8px}.pcf-filter-report-header img{width:54px;height:54px;object-fit:contain}.pcf-filter-report-header h1{margin:0;color:var(--green);font-size:18px}.pcf-filter-report-header h2{margin:3px 0;font-size:15px;letter-spacing:.07em}.pcf-filter-report-header p{margin:2px 0;font-size:9px;color:#5f6e66}.pcf-filter-report-generated{display:grid;justify-items:end;gap:2px;text-align:right}.pcf-filter-report-generated span{font-size:7px;text-transform:uppercase;letter-spacing:.08em;color:#617067;font-weight:850}.pcf-filter-report-generated strong{font-size:9px}.pcf-filter-report-criteria{margin:8px 0;padding:6px 8px;border:1px solid #bdc9c1;background:#f7faf8;display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;font-size:8px}.pcf-filter-report-criteria>strong{text-transform:uppercase;color:var(--green)}.pcf-filter-report-criteria>div{display:flex;flex-wrap:wrap;gap:4px}.pcf-filter-report-criteria span{border:1px solid #cbd8d0;border-radius:999px;padding:2px 6px;background:#fff}.pcf-filter-report-table{width:100%;border-collapse:collapse;font-size:7.5px;table-layout:auto}.pcf-filter-report-table th,.pcf-filter-report-table td{border:1px solid #aeb8b1;padding:3.5px;vertical-align:top;overflow-wrap:anywhere}.pcf-filter-report-table th{background:#eaf4ec;color:#174e34;text-transform:uppercase;font-size:6.8px}.pcf-filter-report-table thead{display:table-header-group}.pcf-filter-report-table tfoot{font-weight:900;background:#edf6f0}.pcf-filter-report-table tr{break-inside:avoid}.pcf-filter-report-table .numeric{text-align:right;white-space:nowrap}.pcf-filter-report-table.compact{width:min(170mm,100%)}.pcf-filter-account-summary{margin-top:10px}.pcf-filter-account-summary h3{font-size:10px;color:var(--green);margin:0 0 4px}.empty-report-cell{text-align:center;color:#6b776f;padding:14px!important}.print-error{padding:2rem;color:#9a2118}@media(max-width:1200px){.pcf-report-controls,.pcf-replenishment-controls,.pcf-detail-report-controls{grid-template-columns:repeat(3,minmax(0,1fr))}.pcf-report-controls .pcf-search-control{grid-column:1/-1}}@media(max-width:760px){.pcf-report-controls,.pcf-replenishment-controls,.pcf-detail-report-controls{grid-template-columns:1fr;padding:.85rem}.pcf-report-controls .pcf-search-control{grid-column:auto}.pcf-report-controls .button{width:100%}.pcf-filter-subtotal{grid-template-columns:1fr}.pcf-filter-subtotal>div{border-right:0;border-bottom:1px solid var(--line);padding:.7rem .9rem}.pcf-filter-subtotal>div:last-child{border-bottom:0}.pcf-sticky-table-shell{max-height:64dvh}.pcf-filter-report-page{padding:0;overflow:auto}.pcf-filter-report-document{box-shadow:none}}@media print{.pcf-sticky-table-shell{max-height:none!important;overflow:visible!important}.pcf-sticky-table-shell .sticky-table thead th,.pcf-sticky-table-shell .sticky-table tfoot td{position:static!important;box-shadow:none!important}.pcf-filter-report-page{page:pcfFilteredLandscape;background:#fff;padding:0}.pcf-filter-report-page .no-print{display:none!important}.pcf-filter-report-document{width:100%;min-height:0;margin:0;padding:0;box-shadow:none}@page pcfFilteredLandscape{size:A4 landscape;margin:8mm}}.pcf-account-group-heading td{background:#dfeee4!important;color:#174e34;border-top:2px solid #9fbea9!important;font-weight:900}.pcf-account-group-subtotal td{background:#f2f8f4!important;color:#254c38;border-bottom:2px solid #c2d8c9!important;font-weight:900}.pcf-print-account-heading td{background:#dfeee4!important;color:#174e34;font-weight:900;border-top:1.5px solid #6e9b7c!important}.pcf-print-account-subtotal td{background:#f1f7f3!important;color:#224832;font-weight:900;border-bottom:1.5px solid #8fb29a!important}.pcf-record-detail-page{scroll-margin-top:1rem}.pcf-record-banner{align-items:center}.pcf-record-banner .cr-banner-amount{min-width:240px}.pcf-record-detail-page .panel{overflow:visible}.pcf-closing-detail-table{max-width:760px}.pcf-closing-detail-table .data-table{min-width:520px}.pcf-variance-explanation{margin:0;white-space:pre-wrap;line-height:1.65}.pcf-detail-table-shell a{color:var(--green);font-weight:850}@media(max-width:760px){.pcf-record-banner{align-items:flex-start}.pcf-record-banner .cr-banner-amount{min-width:0;width:100%}.pcf-record-detail-page .record-page-actions,.pcf-record-detail-page .record-page-actions>div{align-items:stretch}.pcf-record-detail-page .record-page-actions>div,.pcf-record-detail-page .record-page-actions .button{width:100%}}.cash-requests-page .panel{min-height:0}.cash-request-register-scroll{max-height:calc(100vh - 265px);overflow:auto;position:relative;overscroll-behavior:contain}.cash-request-register-table thead th{position:sticky;top:0;z-index:9;background:#f4f8f5;box-shadow:0 1px 0 var(--line),0 4px 10px #14412a0d}@media(max-width:760px){.cash-request-register-scroll{max-height:calc(100dvh - 280px)}}.cv-register-card{display:grid;gap:1rem}.cv-register-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 220px auto;gap:.75rem;align-items:end}.cv-register-toolbar>label:not(.search-field){display:grid;gap:.35rem}.cv-register-toolbar>label>span{font-size:.69rem;text-transform:uppercase;letter-spacing:.065em;color:var(--muted);font-weight:850}.cv-register-table-shell{max-height:66dvh;position:relative}.cv-register-table-shell .data-table thead th{position:sticky;top:0;z-index:5;box-shadow:0 1px 0 var(--line)}.cv-resizable-table{table-layout:fixed}.cv-resizable-table th,.cv-resizable-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-resizable-table th{position:relative}.column-resize-handle{position:absolute;top:0;right:-3px;width:8px;height:100%;cursor:col-resize;z-index:8}.column-resize-handle:after{content:"";position:absolute;right:3px;top:20%;width:1px;height:60%;background:transparent}.column-resize-handle:hover:after,.is-resizing-column .column-resize-handle:after{background:#8aa99a}.is-resizing-column{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.cv-sort-button{display:inline-flex;align-items:center;gap:.3rem;border:0;background:transparent;padding:0;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;font-weight:inherit;cursor:pointer}.cv-sort-button:hover,.cv-sort-button.active{color:var(--green)}.pcf-collapsible-controls{animation:pcfFilterReveal .22s ease both;overflow:hidden}@keyframes pcfFilterReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.button.secondary.active{border-color:#8db9a1;background:#edf7f1;color:var(--green)}@media(max-width:800px){.cv-register-toolbar{grid-template-columns:1fr}.cv-register-toolbar .button{width:100%}.cv-register-table-shell{max-height:62dvh}}@media print{.cv-register-table-shell{max-height:none;overflow:visible}.cv-register-table-shell .data-table thead th{position:static}.column-resize-handle{display:none}}@media print{.pcf-print-document,.pcf-filter-report-document{color:#17251a!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pcf-print-document>header p,.pcf-print-meta span,.pcf-print-meta strong,.pcf-print-note span,.pcf-print-note p,.pcf-print-signatures span,.pcf-print-signatures strong,.pcf-print-document footer,.pcf-print-table,.pcf-print-table th,.pcf-print-table td{font-size:9pt!important;line-height:1.28!important}.pcf-print-document>header h1{font-size:16pt!important}.pcf-print-document>header h2{font-size:12pt!important}.pcf-print-number{font-size:14pt!important}.pcf-print-document h3{font-size:11pt!important}.pcf-print-amount span{font-size:10pt!important}.pcf-print-amount strong{font-size:18pt!important}.pcf-print-table th,.pcf-print-table td{padding:4.5pt!important}.pcf-print-meta>div{padding:5pt!important}.pcf-print-signatures{gap:8pt!important;margin-top:18pt!important}.pcf-print-signatures>div{min-height:34pt!important}.pcf-filter-report-header p,.pcf-filter-report-generated span,.pcf-filter-report-generated strong,.pcf-filter-report-criteria,.pcf-filter-report-criteria strong,.pcf-filter-report-criteria span,.pcf-filter-report-table,.pcf-filter-report-table th,.pcf-filter-report-table td{font-size:9pt!important;line-height:1.25!important}.pcf-filter-report-header h1{font-size:16pt!important}.pcf-filter-report-header h2{font-size:12pt!important}.pcf-filter-report-table th,.pcf-filter-report-table td{padding:4pt!important}.pcf-filter-report-criteria{padding:5pt 6pt!important;gap:6pt!important}.pcf-filter-report-criteria span{padding:2pt 5pt!important}.pcf-filter-account-summary h3{font-size:11pt!important}.pcf-filter-report-table.compact{width:min(190mm,100%)!important}.pcf-replenishment-print{page:pcfReplenishmentLandscape!important;width:100%!important;min-height:0!important}@page pcfReplenishmentLandscape{size:A4 landscape;margin:7mm}@page pcfFilteredLandscape{size:A4 landscape;margin:7mm}}.bir2307-integrated-page{min-height:calc(100vh - 150px)}.bir2307-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px}.bir2307-frame{width:100%;height:calc(100vh - 245px);min-height:720px;border:1px solid var(--line,#dbe5df);border-radius:20px;background:#eef4f0;box-shadow:0 18px 50px #0a412d14}.bir2307-register thead th{position:sticky;top:0;z-index:2;background:#f3f7f4}@media(max-width:760px){.bir2307-toolbar{align-items:flex-start;flex-direction:column}.bir2307-frame{height:calc(100vh - 210px);min-height:640px;border-radius:14px}}.cr-single-line-actions{flex-wrap:nowrap!important;max-width:none!important;width:100%;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px;scrollbar-width:thin}.cr-single-line-actions>.button,.cr-single-line-actions>button,.cr-single-line-actions>a,.cr-single-line-actions>*{flex:0 0 auto!important;white-space:nowrap}@media(max-width:620px){.cr-single-line-actions{display:flex!important;grid-template-columns:none!important}.cr-single-line-actions .button{width:auto!important;min-width:max-content}}.bir2307-frame{background:#fff}.vendor-table tbody tr{cursor:pointer}.vendor-table tbody tr:hover{background:#f4f9f6}.vendor-detail-form select:disabled,.vendor-detail-form input[readonly],.vendor-detail-form textarea[readonly]{background:#f4f7f5;color:#42544b;cursor:default}.vendor-form-section{display:grid;gap:3px;padding:.8rem 0 .2rem;border-top:1px solid var(--line);color:var(--green)}.vendor-form-section small{color:var(--muted);font-weight:500}.cr-selected-vendor{display:grid;gap:.25rem;padding:.8rem 1rem;border:1px solid #bfdbc9;border-radius:11px;background:#eef8f2}.cr-selected-vendor strong{color:var(--green)}.cr-selected-vendor span{color:var(--muted);font-size:.82rem;overflow-wrap:anywhere}.cr-detail-back{margin-bottom:-.25rem}.bir2307-toolbar-compact{min-height:0;padding:.75rem 1rem;border-radius:14px}.bir2307-toolbar-compact>div:first-child{display:grid;gap:2px}.bir2307-toolbar-compact>div:first-child strong{color:var(--green);font-size:.95rem}.bir2307-toolbar-compact>div:first-child small{color:var(--muted);font-size:.76rem}.bir2307-toolbar-compact .record-actions{gap:.45rem}.bir2307-frame{height:calc(100vh - 190px);min-height:680px}@media(max-width:760px){.bir2307-toolbar-compact{align-items:stretch;padding:.65rem .75rem}.bir2307-toolbar-compact .record-actions{width:100%;overflow-x:auto;flex-wrap:nowrap}.bir2307-frame{height:calc(100vh - 170px);min-height:620px}}.role-multi-fieldset{border:1px solid var(--line, #d8e2dc);border-radius:14px;padding:14px;min-width:0}.role-multi-fieldset legend{padding:0 7px;font-weight:800;color:var(--ink, #173c2f)}.role-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:9px}.role-checkbox{display:flex;align-items:center;gap:9px;min-height:42px;padding:9px 11px;border:1px solid var(--line, #d8e2dc);border-radius:11px;background:#fff;cursor:pointer}.role-checkbox:has(input:checked){border-color:#16805f;background:#edf8f3;box-shadow:0 0 0 2px #16805f14}.role-checkbox input{width:17px;height:17px;accent-color:#087554}.role-checkbox span{font-weight:700}.role-multi-fieldset:disabled{opacity:.62}@media(max-width:680px){.role-checkbox-grid{grid-template-columns:1fr}}.module-subnav-window{position:relative;display:flex;align-items:center;min-width:0;flex:1;overflow:hidden}.module-subnav{display:flex;align-items:center;gap:2px;min-width:0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-inline:3px}.module-subnav::-webkit-scrollbar{display:none}.submodule-scroll-button{position:sticky;z-index:6;display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(15,76,58,.16);border-radius:10px;background:#fffffff5;color:var(--app-green-800);box-shadow:0 4px 14px #1643321f;opacity:0;pointer-events:none;transform:scale(.92);transition:opacity .18s,transform .18s,background .18s}.submodule-scroll-button.left{left:0;margin-right:4px}.submodule-scroll-button.right{right:0;margin-left:4px}.submodule-scroll-button.visible{opacity:1;pointer-events:auto;transform:scale(1)}.submodule-scroll-button.visible:hover{background:var(--app-green-100)}.submodule-scroll-button:disabled{opacity:0;pointer-events:none}@media(max-width:760px){.submodule-scroll-button{display:none}}.payment-advice-picker-list{display:grid;gap:8px;max-height:min(58vh,620px);overflow:auto;padding:2px}.payment-advice-picker-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;width:100%;padding:12px 14px;border:1px solid var(--app-border);border-radius:13px;background:#fff;text-align:left;color:inherit}.payment-advice-picker-row:hover{border-color:#0f4c3a59;background:var(--app-green-50)}.payment-advice-picker-row strong,.payment-advice-picker-row small{display:block}.payment-advice-picker-row small{color:var(--app-muted);margin-top:3px}.payment-advice-picker-amount{text-align:right;font-weight:800;white-space:nowrap}.payment-advice-picker-amount small{font-weight:600}.linked-advice-chip{display:inline-flex;align-items:center;gap:5px;margin-top:5px;padding:3px 7px;border-radius:999px;background:var(--app-green-100);color:var(--app-green-800);font-size:.72rem;font-weight:760}.pcf-replenishment-empty-state{display:grid;gap:18px;align-items:start;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft,#f7faf8);color:var(--text)}.pcf-replenishment-empty-state>svg{color:var(--primary)}.pcf-replenishment-empty-state p{margin:6px 0 0;color:var(--muted);line-height:1.55}.pcf-replenishment-availability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pcf-replenishment-availability-grid>div{display:grid;gap:5px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.pcf-replenishment-availability-grid span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.pcf-replenishment-availability-grid strong{font-size:1.3rem}@media(max-width:760px){.pcf-replenishment-availability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pcf-print-signatures-direct-release{grid-template-columns:repeat(3,minmax(0,1fr))}.pcf-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.pcf-section-heading h3{margin:0;color:var(--green);font-size:1rem}.pcf-section-heading p{margin:.25rem 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}.pcf-inline-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.pcf-iou-section{display:grid;gap:.85rem;border:1px solid var(--line);border-radius:14px;padding:1rem;background:#f8fbf9}.pcf-iou-list{display:grid;gap:.75rem}.pcf-iou-empty{padding:1.1rem;border:1px dashed #b7c9be;border-radius:12px;background:#fff;color:var(--muted);text-align:center}.pcf-iou-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;padding:.85rem;border:1px solid var(--line);border-radius:12px;background:#fff}.pcf-iou-row-title{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6ece8;padding-bottom:.45rem}.pcf-iou-row label{min-width:0}.pcf-iou-purpose{grid-column:span 2}.pcf-iou-remarks{grid-column:span 3}.pcf-accountability-note{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem .8rem;border-radius:11px;background:#fff7e8;border:1px solid #f0d49a;color:#6d4d09;font-size:.8rem;line-height:1.45}.pcf-accountability-note svg{flex:0 0 auto;margin-top:1px}.pcf-count-summary-five{grid-template-columns:repeat(5,minmax(0,1fr))}.pcf-closing-history-table{min-width:1120px}.pcf-closing-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.pcf-iou-detail-table{min-width:980px}.pcf-print-iou-table{margin-top:4px}.pcf-print-empty{border:1px dashed #aeb8b1;padding:7px;margin:4px 0 0;font-size:9pt;color:#59675f}.pcf-closing-print-meta{grid-template-columns:repeat(3,1fr)}@media(max-width:960px){.pcf-iou-row{grid-template-columns:repeat(2,minmax(0,1fr))}.pcf-iou-purpose,.pcf-iou-remarks{grid-column:span 2}.pcf-count-summary-five,.pcf-closing-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.pcf-section-heading,.pcf-iou-heading{display:grid}.pcf-inline-actions{display:grid;grid-template-columns:1fr}.pcf-inline-actions .button{width:100%}.pcf-iou-row{grid-template-columns:1fr}.pcf-iou-purpose,.pcf-iou-remarks{grid-column:auto}.pcf-count-summary-five,.pcf-closing-kpis{grid-template-columns:1fr}}@media print{.pcf-closing-print{min-height:297mm}.pcf-closing-print-meta{grid-template-columns:repeat(3,1fr)}.pcf-print-iou-table{font-size:8pt}.pcf-print-iou-table th,.pcf-print-iou-table td{padding:3px}}.form-grid.single-column{grid-template-columns:1fr}.reversal-cancel-form .alert{margin:0}.reversal-cancel-form input[readonly]{background:#f4f7f5;color:#52635c}.bdo-check-print-page{min-height:100vh;background:#e9eeeb;padding:20px;color:#17221b;font-family:Arial,sans-serif}.bdo-check-toolbar{max-width:1100px;margin:0 auto 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:#fff;border:1px solid #d7e0da;border-radius:16px;padding:18px 20px;box-shadow:0 8px 24px #19412a14}.bdo-check-toolbar h1{margin:2px 0 5px;font-size:22px}.bdo-check-toolbar p{margin:0;max-width:720px;line-height:1.45}.bdo-check-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.bdo-check-calibration{max-width:1100px;margin:0 auto 14px;background:#fff;border:1px solid #d7e0da;border-radius:16px;padding:14px 16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end}.bdo-check-calibration .span-2{grid-column:1/-1}.bdo-check-calibration label{display:grid;gap:5px;font-size:12px;font-weight:800;color:#2e4938}.bdo-check-calibration input[type=number]{width:100%;box-sizing:border-box}.bdo-check-calibration small{font-size:10px;font-weight:500;color:#718078}.bdo-check-calibration .bdo-check-rotate{display:flex;align-items:center;gap:8px;min-height:42px}.bdo-check-calibration .bdo-check-rotate input{width:auto}.bdo-check-preview-shell{max-width:1100px;margin:0 auto;overflow:auto;padding:10px 0 18px}.bdo-check-paper{position:relative;width:205mm;height:75mm;margin:0 auto;background:#fff;box-shadow:0 12px 38px #0003;overflow:hidden;box-sizing:border-box}.bdo-check-overlay{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(var(--bdo-offset-x),var(--bdo-offset-y));transform-origin:center center;font-family:Arial,Helvetica,sans-serif;color:#050505;line-height:1;z-index:2}.bdo-check-overlay.rotate-180{transform:translate(var(--bdo-offset-x),var(--bdo-offset-y)) rotate(180deg)}.bdo-check-date{position:absolute;transform:translate(var(--bdo-date-x),var(--bdo-date-y));left:150.7mm;top:10.35mm;width:43.5mm;height:6.2mm;display:grid;grid-template-columns:repeat(8,1fr);align-items:center;justify-items:center;font-family:Courier New,monospace;font-size:calc(10.2pt * var(--bdo-text-scale));font-weight:700;letter-spacing:0}.bdo-check-date span:nth-child(2),.bdo-check-date span:nth-child(4){margin-right:1.6mm}.bdo-check-payee{position:absolute;transform:translate(var(--bdo-payee-x),var(--bdo-payee-y));left:26.8mm;top:19.15mm;width:109.5mm;height:6.4mm;display:flex;align-items:center;white-space:nowrap;overflow:hidden;font-size:calc(11.4pt * var(--bdo-text-scale));font-weight:700;letter-spacing:.01em;text-transform:uppercase}.bdo-check-payee.wrap{white-space:normal;line-height:.88;align-content:center;display:block;padding-top:.2mm}.bdo-check-payee.small{white-space:normal;line-height:.84;align-content:center;display:block;padding-top:.15mm;font-size:calc(9.2pt * var(--bdo-text-scale))}.bdo-check-payee.extra-small{white-space:normal;line-height:.8;align-content:center;display:block;padding-top:.1mm;font-size:calc(7.8pt * var(--bdo-text-scale))}.bdo-check-amount{position:absolute;transform:translate(var(--bdo-amount-x),var(--bdo-amount-y));left:143.3mm;top:17.45mm;width:51.3mm;height:8.2mm;display:flex;align-items:center;justify-content:flex-end;padding-right:2.1mm;box-sizing:border-box;white-space:nowrap;overflow:hidden;font-size:calc(12.7pt * var(--bdo-text-scale));font-weight:800;font-family:Courier New,monospace}.bdo-check-words{position:absolute;transform:translate(var(--bdo-words-x),var(--bdo-words-y));left:18.9mm;top:28.45mm;width:175.5mm;height:6.7mm;display:flex;align-items:center;white-space:nowrap;overflow:hidden;font-size:calc(9.15pt * var(--bdo-text-scale));font-weight:700;letter-spacing:.005em;text-transform:uppercase}.bdo-check-words.small{font-size:calc(7.9pt * var(--bdo-text-scale))}.bdo-check-words.extra-small{font-size:calc(6.8pt * var(--bdo-text-scale))}.bdo-check-screen-guides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(145deg,#dff4f1,#f7fffe 52%,#d9efed);opacity:.88}.bdo-check-screen-guides:before{content:"PREPRINTED CHECK — SCREEN ALIGNMENT GUIDE ONLY";position:absolute;left:7mm;bottom:5mm;color:#67988f;font-size:7pt;font-weight:800;letter-spacing:.08em}.bdo-check-screen-guides .guide-label{position:absolute;border:1px dashed rgba(34,116,98,.65);background:#ffffff6b;color:#1e594bbf;font-size:6.2pt;font-weight:800;padding:1mm;box-sizing:border-box}.bdo-check-screen-guides .guide-date{left:150.7mm;top:9.7mm;width:43.5mm;height:7mm}.bdo-check-screen-guides .guide-payee{left:26.4mm;top:18.4mm;width:110.2mm;height:7.4mm}.bdo-check-screen-guides .guide-amount{left:143mm;top:17mm;width:51.7mm;height:9mm}.bdo-check-screen-guides .guide-words{left:18.5mm;top:28mm;width:176.2mm;height:7.6mm}.bdo-check-summary{max-width:1100px;margin:0 auto;background:#fff;border:1px solid #d7e0da;border-radius:14px;padding:12px 16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bdo-check-summary div{display:grid;gap:3px}.bdo-check-summary span{font-size:10px;text-transform:uppercase;color:#718078;font-weight:800}.bdo-check-summary strong{font-size:13px;overflow-wrap:anywhere}.bdo-check-error{padding:40px}@media(max-width:900px){.bdo-check-field-row{grid-template-columns:1fr 1fr}.bdo-check-field-row>strong{grid-column:1/-1}.bdo-check-toolbar{flex-direction:column}.bdo-check-toolbar-actions{justify-content:flex-start}.bdo-check-calibration,.bdo-check-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@page bdoCheck{size:205mm 75mm;margin:0}@media print{html.physical-check-print-active,html.physical-check-print-active body,html.physical-check-print-active #root{width:205mm!important;height:75mm!important;min-width:205mm!important;min-height:75mm!important;margin:0!important;padding:0!important;background:#fff!important;overflow:hidden!important}html.physical-check-print-active .bdo-check-print-page{page:bdoCheck!important;width:205mm!important;height:75mm!important;min-height:75mm!important;margin:0!important;padding:0!important;background:#fff!important;overflow:hidden!important}.bdo-check-print-page .no-print,.bdo-check-print-page .bdo-check-toolbar,.bdo-check-print-page .bdo-check-calibration,.bdo-check-print-page .bdo-check-summary{display:none!important}.bdo-check-preview-shell{width:205mm!important;height:75mm!important;margin:0!important;padding:0!important;overflow:hidden!important}.bdo-check-paper{page:bdoCheck!important;width:205mm!important;height:75mm!important;margin:0!important;box-shadow:none!important;overflow:hidden!important;background:transparent!important;break-after:avoid!important;page-break-after:avoid!important}.bdo-check-overlay{color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cv-record-actions{max-width:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,max-content));justify-content:start;align-items:center;gap:.45rem;width:100%}.cv-record-actions .button,.cv-record-actions>a,.cv-record-actions>button{min-height:40px;padding:.62rem .82rem;white-space:nowrap}.cv-record-actions .share-record-link,.bdo-check-calibration .span-2 input{min-width:0}@media(max-width:900px){.cv-record-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.cv-record-actions .button,.cv-record-actions>a,.cv-record-actions>button{width:100%;justify-content:center}}@media(max-width:560px){.cv-record-actions{grid-template-columns:1fr}}.transition-correction-alert{align-items:center;justify-content:space-between;flex-wrap:wrap}.transition-correction-alert>div{flex:1 1 520px}.transition-correction-alert>.button{flex:0 0 auto}@media(max-width:760px){.transition-correction-alert>.button{width:100%}}.search-field{display:flex!important;align-items:center;gap:.5rem;border:1px solid #cfdad4;border-radius:10px;padding:0 .7rem;background:#fff;min-width:0;font-weight:400}.search-field>svg{flex:0 0 auto;color:#66786e}.search-field input{flex:1;min-width:0;border:0!important;box-shadow:none!important;background:transparent!important;padding:.68rem 0!important;outline:0}.search-field input:focus{box-shadow:none!important}.search-field.compact{min-width:190px;padding:0 .55rem}.search-field.compact input{min-height:36px!important;padding:.45rem 0!important;font-size:.82rem}.borrowed-check-entry-table .data-table{min-width:1280px}.borrowed-check-entry-table input,.borrowed-check-entry-table select{width:100%;min-width:150px}.borrowed-check-entry-table td:nth-child(2){min-width:230px}.borrowed-check-entry-table td:nth-child(3){min-width:270px}.borrowed-check-entry-table td:nth-child(4){min-width:240px}.borrowed-check-entry-table td:nth-child(5){min-width:155px}.check-filter-bar{display:grid;grid-template-columns:minmax(280px,1fr) 240px auto;gap:.65rem;align-items:center;padding:1rem 1.35rem;border-bottom:1px solid var(--line)}.check-filter-bar>label{display:flex;align-items:center;gap:.5rem;border:1px solid #cfdad4;border-radius:10px;padding-left:.7rem;background:#fff}.check-filter-bar>label input{border:0;box-shadow:none;min-width:0;width:100%}.check-filter-bar>label input:focus{box-shadow:none}.vendor-page-editor{max-width:1500px;margin:0 auto;width:100%}.vendor-form-section{display:flex;align-items:baseline;gap:.65rem;padding:.75rem .85rem;border-radius:10px;background:#eef6f1;color:#1c563b}.vendor-form-section small{color:#61746a}.cv-crs-adjustments-screen{margin-top:1.15rem;padding-top:1.1rem;border-top:1px solid var(--line)}.cv-crs-adjustment-card{display:grid;gap:.65rem;margin-top:.85rem;padding:.9rem;border:1px solid #d8e3dc;border-radius:12px;background:#fbfdfb}.cv-crs-adjustment-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.cv-crs-adjustment-heading>span{font-size:.82rem;color:var(--muted)}.cv-adjustment-table{min-width:900px}.cv-adjustment-table tfoot td{background:#f4f8f5}.cv-adjustment-table tfoot tr:last-child td{border-top:2px solid #a8baae}.cv-print-adjustments{margin-top:3px}.cv-print-adjustments h3{margin:0;padding:2px 4px;background:#e8f0e9;border:1px solid #555;border-bottom:0;font-size:6.7pt;letter-spacing:.06em}.cv-print-adjustment-group{margin-top:2px}.cv-print-adjustment-title{display:flex;justify-content:space-between;gap:8px;padding:1px 3px;border:1px solid #555;border-bottom:0;font-size:6.3pt;background:#f7faf8}.cv-print-adjustment-title span{white-space:nowrap}.cv-print-adjustments table{margin-top:0!important;font-size:6.1pt!important}.cv-print-adjustments th,.cv-print-adjustments td{padding:1.3px 2px!important}.cv-print-adjustments th:nth-child(2),.cv-print-adjustments td:nth-child(2),.cv-print-adjustments th:nth-child(3),.cv-print-adjustments td:nth-child(3){white-space:nowrap}.cv-print-adjustments td:last-child,.cv-print-adjustments th:last-child{text-align:right}.cv-print-adjustments tfoot td{font-weight:700;background:#f7faf8}.print-half-copy.dense-copy .cv-print-adjustments h3{font-size:5.8pt!important}.print-half-copy.dense-copy .cv-print-adjustment-title{font-size:5.5pt!important}.print-half-copy.dense-copy .cv-print-adjustments table{font-size:5.4pt!important}.print-half-copy.dense-copy .cv-print-adjustments th,.print-half-copy.dense-copy .cv-print-adjustments td{padding:1px 1.5px!important}@media(max-width:760px){.check-filter-bar{grid-template-columns:1fr}.cv-crs-adjustment-heading{align-items:flex-start}.vendor-page-editor{max-width:none}}@media print{.two-copy-print-page .cv-print-adjustments{margin-top:2px!important}.two-copy-print-page .cv-print-adjustments h3{font-size:5.8pt!important;padding:1px 2px!important}.two-copy-print-page .cv-print-adjustment-title{font-size:5.4pt!important;padding:1px 2px!important}.two-copy-print-page .cv-print-adjustments table{font-size:5.2pt!important;margin-top:0!important}.two-copy-print-page .cv-print-adjustments th,.two-copy-print-page .cv-print-adjustments td{padding:.8px 1.3px!important;line-height:1.05!important}.two-copy-print-page .cv-print-adjustment-group{margin-top:1px!important}.two-copy-print-page .cv-signatures{margin-top:3px!important;min-height:30px!important}}@media print{html.physical-check-print-active,body.physical-check-print-active,html.physical-check-print-active body,html.physical-check-print-active #root{width:205mm!important;height:75mm!important;min-width:205mm!important;min-height:75mm!important;max-width:205mm!important;max-height:75mm!important;margin:0!important;padding:0!important;overflow:hidden!important}html.physical-check-print-active .bdo-check-print-page,html.physical-check-print-active .bdo-check-preview-shell,html.physical-check-print-active .bdo-check-paper{width:205mm!important;height:75mm!important;min-width:205mm!important;min-height:75mm!important;max-width:205mm!important;max-height:75mm!important;margin:0!important;padding:0!important;overflow:hidden!important;transform:none!important}}@page econergyA4TwoCopy{size:A4 portrait;margin:0}@media print{.two-copy-print-page{page:econergyA4TwoCopy!important;width:210mm!important;height:297mm!important;min-height:297mm!important;max-height:297mm!important;margin:0!important;padding:0!important;overflow:hidden!important}.two-copy-print-page .two-copy-a4{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:210mm!important;height:297mm!important;min-height:297mm!important;max-height:297mm!important;margin:0!important;padding:0!important;overflow:hidden!important;break-inside:avoid!important;page-break-inside:avoid!important}.two-copy-print-page .print-half-copy{flex:0 0 143.5mm!important;width:210mm!important;height:143.5mm!important;min-height:143.5mm!important;max-height:143.5mm!important;margin:0!important;padding:4mm 7mm!important;overflow:hidden!important;box-sizing:border-box!important;break-inside:avoid!important;page-break-inside:avoid!important;page-break-after:auto!important}.two-copy-print-page .copy-cut-line{flex:0 0 4mm!important;width:210mm!important;height:4mm!important;min-height:4mm!important;max-height:4mm!important;box-sizing:border-box!important}.two-copy-print-page .cash-request-print,.two-copy-print-page .cv-print{position:relative!important;top:auto!important;left:auto!important}}.incoming-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.incoming-toolbar .search-bar{flex:1;min-width:min(100%,420px)}.profile-popover-head{position:relative}.profile-popover-head .profile-about-button{margin-left:auto;flex:0 0 auto}.about-app-panel{display:grid;gap:18px;text-align:center;padding:8px 4px 4px}.about-app-panel>img{width:84px;height:84px;object-fit:contain;margin:0 auto}.about-app-panel h2{margin:2px 0 8px}.about-app-panel p{margin:0}.about-app-panel dl{margin:0;display:grid;gap:10px;text-align:left}.about-app-panel dl>div{display:flex;justify-content:space-between;gap:20px;padding:12px 14px;border:1px solid var(--border-color, #dfe5e2);border-radius:12px;background:var(--surface-soft, #f7f9f8)}.about-app-panel dt{color:var(--muted-text, #66736d)}.about-app-panel dd{margin:0;font-weight:700;text-align:right}
