:root{--bg:#f4f6f8;--panel:#fff;--ink:#18212b;--muted:#667382;--line:#dfe5ea;--brand:#145c4d;--brand-dark:#0d4338;--accent:#e7f2ee;--danger:#a72d2d;--warning:#8b5a00;--shadow:0 10px 30px #1b2b3814}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--ink);background:var(--bg);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:#102d29;height:100vh;padding:24px 18px;position:sticky;top:0}.brand{margin-bottom:4px;font-size:22px;font-weight:800;line-height:1.1}.version{color:#b9d1cb;margin-bottom:28px;font-size:12px}.org-name{overflow-wrap:anywhere;background:#ffffff14;border-radius:8px;margin-bottom:18px;padding:10px 12px;font-size:14px}.nav{gap:6px;display:grid}.nav a{color:#e6f0ed;border-radius:7px;padding:10px 12px;font-weight:700}.nav a:hover{background:#ffffff1a;text-decoration:none}.sidebar-bottom{gap:8px;display:grid;position:absolute;bottom:22px;left:18px;right:18px}.main{min-width:0;padding:28px}.topline{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}h1,h2,h3{margin-top:0}h1{margin-bottom:4px;font-size:28px}h2{font-size:22px}h3{font-size:17px}.muted{color:var(--muted)}.small{font-size:12px}.invite-link-code{overflow-wrap:anywhere;word-break:break-all;max-width:min(100%,42ch);display:block}.invite-link-cell{min-width:0;max-width:100%}.invite-wrong-account{width:100%;min-width:0}.invite-wrong-account .alert{overflow-wrap:anywhere;word-break:break-word}.invite-wrong-account .btn{width:100%;min-height:44px}.card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:20px}.grid{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.metric strong{margin-top:8px;font-size:26px;display:block}.metric span{color:var(--muted);font-size:13px}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:10px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 12px}th{text-transform:uppercase;letter-spacing:.04em;color:#43515d;background:#eef3f2;font-size:12px}tr:last-child td{border-bottom:0}.num{text-align:right;white-space:nowrap}.client-name{font-weight:800}.note-preview{color:#4f5d67;white-space:pre-wrap;max-width:520px;margin-top:5px;font-size:12px}.note-preview-meta{color:#304254;margin-bottom:4px;font-weight:700}.activity-user-note{white-space:pre-wrap}.missed-promise-alert{color:#76520d;background:#fff1d4;border:1px solid #f1d389;border-radius:10px;gap:6px;margin-top:8px;padding:10px 12px;display:grid}.missed-promise-title{color:var(--danger)}.timeline-item-missed-promise{border-left:4px solid #d1a141;padding-left:12px}.missed-promise-item{color:inherit;text-decoration:none;display:block}.missed-promise-item:hover{background:#fff9ef;text-decoration:none}.missed-promise-link{color:var(--brand);font-weight:700}.disputed-badge{font-weight:700}.disputed-balance-note{color:#8a4b12;margin-top:4px;font-size:.85rem;display:block}.invoice-row-disputed{background:#fff8ef}.dispute-review-alert{color:#7a1f1f;background:#fde8e8;border:1px solid #efb4b4;border-radius:10px;gap:4px;margin-bottom:8px;padding:10px 12px;display:grid}.upload-error-alert{color:#7a1f1f;background:#fde8e8;border:1px solid #efb4b4;border-radius:10px;gap:4px;padding:10px 12px;font-size:.92rem;display:grid}.upload-error-alert strong{display:block}.badge{color:#42515e;background:#edf1f4;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-block}.badge-danger{color:var(--danger);background:#fbe7e7}.badge-warning{color:var(--warning);background:#fff1d4}.badge-good{color:#17623a;background:#e2f3e9}.btn{background:var(--brand);color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-weight:800;display:inline-flex}.btn:hover{background:var(--brand-dark);text-decoration:none}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:1;box-shadow:none}.btn-secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.btn-secondary:hover{background:#f4f7f8}.btn-secondary:disabled,.btn-secondary[aria-disabled=true]{color:#7a8792;background:#f3f5f7;border-color:#d5dde3}.btn-import-blocked,.btn-import-blocked:hover,.btn-import-blocked:disabled,.btn-import-blocked[aria-disabled=true]{color:#5b6b76;cursor:not-allowed;background:#e8eef2;border:1px solid #c5d0d8}.btn-danger{background:var(--danger)}.btn-small{padding:7px 10px;font-size:12px}.link-button{color:#d7e8e3;text-align:left;background:0 0;border:0;padding:0}form.stack,.stack{gap:12px;display:grid}label{gap:6px;font-size:13px;font-weight:700;display:grid}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cbd5dc;border-radius:8px;padding:10px}textarea{resize:vertical}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-row-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.section{margin-top:22px}.section-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px;display:flex}.empty{text-align:center;color:var(--muted);padding:26px}.auth-wrap{background:linear-gradient(135deg,#0e3d34,#17725f);place-items:center;min-height:100dvh;padding:24px;display:grid}.auth-card{background:#fff;border-radius:16px;width:min(440px,100%);padding:28px;box-shadow:0 20px 60px #00000047}.alert{color:var(--danger);background:#fbe7e7;border-radius:8px;padding:10px 12px;font-size:13px}.success{color:#17623a;background:#e2f3e9}.split{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;display:grid}.contact-card,.timeline-item{border-bottom:1px solid var(--line);padding:12px 0}.contact-card:last-child,.timeline-item:last-child{border-bottom:0}.timeline-meta{color:var(--muted);margin-bottom:5px;font-size:12px}.kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:11px;font-weight:800}.search{max-width:430px}.checkbox-list{border:1px solid var(--line);border-radius:8px;max-height:280px;padding:8px;overflow:auto}.checkbox-line{border-bottom:1px solid #edf1f3;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;padding:8px;display:grid}.checkbox-line:last-child{border-bottom:0}.checkbox-line input{width:auto}.code{color:#e8f2ef;background:#15202a;border-radius:8px;padding:12px;font-family:Consolas,monospace;font-size:12px;overflow-x:auto}@media (max-width:900px){.shell{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.sidebar-bottom{margin-top:20px;position:static}.nav{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4,.grid-3,.grid-2,.split,.form-row,.form-row-3{grid-template-columns:1fr}.main{padding:18px}}.split>div,.split>aside{min-width:0}.split .table-wrap{width:100%;max-width:100%}.split .table-wrap table{min-width:920px}@media (max-width:1500px){.split{grid-template-columns:minmax(0,1fr)}.split>aside{width:100%}}@media (max-width:700px){.topline{flex-direction:column}.section-head{flex-direction:column;align-items:flex-start}.split .table-wrap table{min-width:820px}}html,body{max-width:100%;overflow-x:hidden}.shell{grid-template-columns:230px minmax(0,1fr)}.main{width:100%;min-width:0;padding:clamp(20px,2.2vw,34px);overflow-x:hidden}.sidebar{padding:24px 16px}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-header>div{min-width:0}.page-header h1{margin-bottom:6px}.page-intro{margin:0}.page-header-action{flex:none}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.metric-card{border-top:4px solid #dfe5ea;flex-direction:column;justify-content:space-between;min-width:0;min-height:132px;padding:19px 20px;display:flex;box-shadow:0 8px 24px #1b2b380f}.metric-primary{border-top-color:var(--brand)}.metric-danger{border-top-color:#c85757}.metric-good{border-top-color:#4b9a72}.metric-warning{border-top-color:#d1a141}.metric-neutral{border-top-color:#8b98a5}.metric-label{color:var(--muted);font-size:14px;line-height:1.35}.metric-value{letter-spacing:-.025em;white-space:nowrap;margin-top:16px;font-size:clamp(24px,2.1vw,34px);line-height:1.05;display:block}.dashboard-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-panel{min-width:0}.dashboard-panel h2{margin-bottom:12px}.debtor-toolbar{grid-template-columns:minmax(260px,430px) minmax(180px,220px) auto;align-items:center;gap:10px;margin-bottom:14px;display:grid}.status-filter{max-width:220px}.debtor-count{color:var(--muted);white-space:nowrap;font-size:13px;font-weight:700}.debtor-table-wrap{width:100%;max-width:100%}.debtor-table{table-layout:fixed;width:100%;min-width:980px}.debtor-table th:first-child{width:25%}.debtor-table th:nth-child(2){width:23%}.debtor-table th:nth-child(3){width:11%}.debtor-table th:nth-child(4),.debtor-table th:nth-child(5){width:15%}.debtor-table th:nth-child(6){width:11%}.debtor-table th .debtor-sort-button{width:100%;color:inherit;font:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:800;display:inline-flex}.debtor-table th.debtor-sort-active{color:var(--brand);box-shadow:inset 0 -2px 0 var(--brand);background:#dce9e4}.debtor-table th.debtor-sort-active .debtor-sort-button{color:var(--brand)}.debtor-table th.num .debtor-sort-button{justify-content:flex-end}.debtor-table th .debtor-sort-button:hover{color:var(--brand)}.debtor-table th .debtor-sort-button:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.debtor-sort-label{text-transform:uppercase}.debtor-sort-indicator{min-width:14px;color:var(--brand-dark);text-transform:none;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:900;line-height:1;display:inline-flex}.debtor-table td{vertical-align:middle}.debtor-client-cell,.debtor-contact-cell{overflow-wrap:anywhere}.debtor-client-cell .client-name{font-size:15px;line-height:1.35}.documents-cell{line-height:1.35}.documents-cell>div{margin-top:6px}.balance-cell strong{font-size:15px;display:block}.balance-cell span{color:var(--muted);margin-top:4px;font-size:11px;display:block}.oldest-cell{white-space:nowrap}@media (max-width:1450px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1350px){.debtor-table-wrap{background:0 0;border:0;overflow:visible}.debtor-table,.debtor-table tbody{width:100%;min-width:0;display:block}.debtor-table thead{display:none}.debtor-table tbody{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.debtor-table tr{background:var(--panel);border:1px solid var(--line);border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;min-width:0;display:grid;overflow:hidden;box-shadow:0 6px 20px #1b2b380d}.debtor-table td{border-bottom:1px solid var(--line);text-align:left;min-width:0;padding:12px 14px;display:block}.debtor-table td:before{content:attr(data-label);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.debtor-table .debtor-client-cell,.debtor-table .debtor-contact-cell{grid-column:1/-1}.debtor-table .debtor-client-cell{background:#f8faf9;padding:16px 16px 13px}.debtor-table .debtor-client-cell:before{display:none}.debtor-table .debtor-client-cell .client-name{font-size:17px}.debtor-table .debtor-contact-cell{padding-top:11px;padding-bottom:11px}.debtor-table .balance-cell{text-align:left}.debtor-table .oldest-cell,.debtor-table .balance-cell{border-bottom:0}.debtor-table .empty-row{grid-column:1/-1;display:block}.debtor-table .empty-row td{border:0}.debtor-table .empty-row td:before{display:none}}@media (max-width:1100px){.shell{grid-template-columns:1fr}.sidebar{height:auto;padding:18px;position:relative}.brand{font-size:20px}.version,.org-name{margin-bottom:14px}.nav{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar-bottom{grid-template-columns:auto auto;justify-content:start;margin-top:16px;position:static}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-panels{grid-template-columns:1fr}}@media (max-width:760px){.main{padding:18px 14px}.page-header{flex-direction:column;margin-bottom:18px}.page-header-action{width:100%}.metric-grid{grid-template-columns:1fr;gap:12px}.metric-card{min-height:112px}.metric-value{font-size:28px}.debtor-toolbar{grid-template-columns:1fr}.search,.status-filter{max-width:none}.debtor-count{justify-self:start}.debtor-table tbody{grid-template-columns:1fr}.nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.debtor-table tr{grid-template-columns:1fr}.debtor-table .debtor-client-cell,.debtor-table .debtor-contact-cell{grid-column:1}.debtor-table td{border-bottom:1px solid var(--line)!important}.debtor-table td:last-child{border-bottom:0!important}.nav{grid-template-columns:1fr}}.missing-pdf-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.missing-pdf-card{padding:18px}.missing-pdf-toolbar{grid-template-columns:minmax(260px,430px) auto auto 1fr;align-items:center;gap:10px;margin-bottom:18px;display:grid}.toggle-line{white-space:nowrap;flex-direction:row;grid-template-columns:none;align-items:center;gap:8px;font-weight:700;display:inline-flex}.toggle-line input{width:auto}.missing-pdf-toolbar .debtor-count{justify-self:end}.missing-pdf-group{margin-top:20px}.missing-pdf-group:first-of-type{margin-top:0}.missing-pdf-group-head{justify-content:space-between;align-items:center;gap:14px;padding:0 2px 10px;display:flex}.missing-pdf-group-head h2{margin:0 0 3px;font-size:18px}.missing-pdf-table{table-layout:fixed;min-width:920px}.missing-pdf-table th:first-child{width:24%}.missing-pdf-table th:nth-child(2){width:13%}.missing-pdf-table th:nth-child(3),.missing-pdf-table th:nth-child(4){width:12%}.missing-pdf-table th:nth-child(5){width:13%}.missing-pdf-table th:nth-child(6){width:26%}.missing-pdf-table td{vertical-align:middle}.missing-pdf-table .stack{min-width:190px}.missing-pdf-complete{padding:48px 20px}.missing-pdf-complete strong{color:#17623a;margin-bottom:7px;font-size:18px;display:block}@media (max-width:1100px){.missing-pdf-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.missing-pdf-toolbar{grid-template-columns:minmax(240px,1fr) auto}.missing-pdf-toolbar .debtor-count{justify-self:start}}@media (max-width:760px){.missing-pdf-metrics,.missing-pdf-toolbar{grid-template-columns:1fr}.missing-pdf-toolbar .btn{width:100%}.missing-pdf-group-head{flex-direction:column;align-items:flex-start}.missing-pdf-group-head .btn{width:100%}.missing-pdf-table-wrap{background:0 0;border:0;overflow:visible}.missing-pdf-table,.missing-pdf-table tbody{width:100%;min-width:0;display:block}.missing-pdf-table thead{display:none}.missing-pdf-table tbody{gap:12px;display:grid}.missing-pdf-table tr{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 5px 18px #1b2b380d}.missing-pdf-table td{border-bottom:1px solid var(--line);text-align:left;min-width:0;padding:11px 13px;display:block}.missing-pdf-table td:before{content:attr(data-label);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.missing-pdf-table td:first-child,.missing-pdf-table td:last-child{grid-column:1/-1}.missing-pdf-table td:first-child{background:#f8faf9}.missing-pdf-table td:last-child{border-bottom:0}.missing-pdf-table .num{text-align:left}.missing-pdf-table .stack{min-width:0}}@media (max-width:480px){.missing-pdf-table tr{grid-template-columns:1fr}.missing-pdf-table td:first-child,.missing-pdf-table td:last-child{grid-column:1}}.reconcile-page{flex-direction:column;gap:18px;display:flex}.reconcile-upload-card{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.reconcile-upload-card>div{max-width:760px}.reconcile-metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.reconcile-actions{flex-direction:column;gap:14px;display:flex}.reconcile-action-buttons{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.reconcile-action-buttons .search{flex:1;min-width:min(100%,280px)}.reconcile-section{overflow:hidden}.reconcile-section-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.reconcile-section-head h2{align-items:center;gap:8px;margin:0;display:flex}.reconcile-table-wrap{max-height:520px;overflow:auto}.reconcile-table td:last-child{min-width:260px}.reconcile-steps{color:var(--muted);margin:10px 0 0 20px}.reconcile-steps li{margin:7px 0}.pill.good{color:#166534;background:#dcfce7}.pill.warn{color:#92400e;background:#fef3c7}.pill.neutral{color:#3730a3;background:#e0e7ff}.alert.warn{color:#9a3412;background:#fff7ed;border-color:#fed7aa}@media (max-width:760px){.reconcile-upload-card,.reconcile-section-head{display:block}.reconcile-upload-card .btn,.reconcile-section-head .btn{margin-top:12px}.reconcile-action-buttons{display:block}.reconcile-action-buttons .btn,.reconcile-action-buttons .search{width:100%;margin-top:10px}.reconcile-table{min-width:0}.reconcile-table thead{display:none}.reconcile-table,.reconcile-table tbody,.reconcile-table tr,.reconcile-table td{width:100%;display:block}.reconcile-table tr{border:1px solid var(--border);background:#fff;border-radius:14px;margin:12px 0;padding:10px}.reconcile-table td{text-align:left!important;border:0!important;padding:6px 0!important}.reconcile-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700;display:block}.reconcile-table td:last-child{min-width:0}}.reconcile-table{min-width:1120px}.reconcile-table .reconcile-action-cell{min-width:180px}.reconcile-upload-action{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.reconcile-upload-action .small{overflow-wrap:anywhere;max-width:220px}@media (max-width:760px){.reconcile-upload-action .btn{width:auto}}.ageing-page{flex-direction:column;gap:18px;display:flex}.ageing-intro{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.ageing-intro>div:first-child{max-width:760px}.ageing-intro-metrics{flex-wrap:wrap;align-items:flex-start;gap:22px;display:flex}.ageing-intro-metrics strong{font-size:22px}.ageing-buckets{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ageing-bucket-card{min-height:128px}.ageing-bucket-button{text-align:left;cursor:pointer;border:1px solid var(--line);width:100%;transition:border-color .15s,box-shadow .15s,transform .15s}.ageing-bucket-button:hover{border-color:var(--accent);box-shadow:0 8px 22px #1b2b3814}.ageing-bucket-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ageing-bucket-selected{border-color:var(--accent);box-shadow:0 0 0 2px #2f6f5e2e}.ageing-bucket-drilldown{flex-direction:column;gap:14px;display:flex}.ageing-drilldown-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ageing-drilldown-table-wrap{width:100%;max-width:100%;overflow:auto}.ageing-drilldown-table{border-collapse:collapse;width:100%;min-width:980px}.ageing-drilldown-table th,.ageing-drilldown-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:10px 12px}.ageing-drilldown-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:11px}.ageing-drilldown-table .invoice-link{font-weight:700}.ageing-actions{flex-direction:column;gap:14px;display:flex}.ageing-toolbar{grid-template-columns:minmax(220px,1.2fr) minmax(180px,220px) minmax(180px,220px) auto auto 1fr;align-items:center;gap:10px;display:grid}.ageing-toolbar .debtor-count{justify-self:end}.ageing-table-wrap{width:100%;max-width:100%}.ageing-client-table{table-layout:fixed;min-width:1180px}.ageing-client-table th:first-child{width:24%}.ageing-client-table th:last-child{width:8%}.ageing-detail-wrap{max-height:620px;overflow:auto}.ageing-detail-table{table-layout:fixed;min-width:1080px}.ageing-detail-table td{vertical-align:middle}.ageing-detail-table .note-preview{max-width:260px}@media (max-width:1250px){.ageing-toolbar{grid-template-columns:minmax(220px,1fr) minmax(160px,220px) minmax(160px,220px)}.ageing-toolbar .btn{width:100%}.ageing-toolbar .debtor-count{justify-self:start}}@media (max-width:760px){.ageing-intro{display:block}.ageing-intro-metrics{margin-top:14px}.ageing-toolbar{grid-template-columns:1fr}.ageing-toolbar .search{max-width:none}.ageing-table-wrap{background:0 0;border:0;overflow:visible}.ageing-client-table,.ageing-client-table tbody,.ageing-detail-table,.ageing-detail-table tbody,.ageing-drilldown-table,.ageing-drilldown-table tbody{width:100%;min-width:0;display:block}.ageing-client-table thead,.ageing-detail-table thead,.ageing-drilldown-table thead{display:none}.ageing-client-table tbody,.ageing-detail-table tbody,.ageing-drilldown-table tbody{gap:12px;display:grid}.ageing-client-table tr,.ageing-detail-table tr,.ageing-drilldown-table tr{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 5px 18px #1b2b380d}.ageing-client-table td,.ageing-detail-table td,.ageing-drilldown-table td{border-bottom:1px solid var(--line);min-width:0;padding:11px 13px;display:block;text-align:left!important}.ageing-client-table td:before,.ageing-detail-table td:before,.ageing-drilldown-table td:before{content:attr(data-label);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.ageing-client-table td:first-child,.ageing-detail-table td:first-child,.ageing-drilldown-table td:first-child{background:#f8faf9;grid-column:1/-1}.ageing-client-table .num,.ageing-detail-table .num{text-align:left}.ageing-detail-table td:last-child,.ageing-client-table td:nth-last-child(-n+2){border-bottom:0}.ageing-detail-wrap{max-height:none}.ageing-drilldown-table-wrap{background:0 0;border:0;overflow:visible}}@media (max-width:480px){.ageing-client-table tr,.ageing-detail-table tr{grid-template-columns:1fr}.ageing-client-table td:first-child,.ageing-detail-table td:first-child{grid-column:1}.ageing-client-table td,.ageing-detail-table td{border-bottom:1px solid var(--line)!important}.ageing-client-table td:last-child,.ageing-detail-table td:last-child{border-bottom:0!important}}.ageing-controls-head{align-items:flex-start}.ageing-controls-head .debtor-count{white-space:nowrap;margin-top:4px}.ageing-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ageing-toolbar .search{flex:300px;max-width:520px}.ageing-toolbar select{flex:0 230px;min-width:190px}.ageing-toolbar .btn{white-space:nowrap;flex:none;min-height:44px;padding:10px 14px;line-height:1.2}.ageing-table-wrap{overflow-x:auto}.compact-ageing-table{table-layout:fixed;min-width:940px}.compact-ageing-table th,.compact-ageing-table td{padding:13px 16px}.ageing-client-table th:first-child{width:24%}.ageing-client-table th:nth-child(2){width:12%}.ageing-client-table th:nth-child(3){width:36%}.ageing-client-table th:nth-child(4){width:13%}.ageing-client-table th:nth-child(5){width:7%}.ageing-client-table th:nth-child(6){width:8%}.ageing-detail-table{min-width:980px}.ageing-detail-table th:first-child{width:24%}.ageing-detail-table th:nth-child(2){width:15%}.ageing-detail-table th:nth-child(3){width:14%}.ageing-detail-table th:nth-child(4){width:13%}.ageing-detail-table th:nth-child(5){width:12%}.ageing-detail-table th:nth-child(6){width:14%}.ageing-detail-table th:nth-child(7){width:8%}.ageing-band-list{flex-wrap:wrap;gap:7px;display:flex}.ageing-band-chip{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;line-height:1;display:inline-flex}.ageing-band-chip strong{font-size:13px}.ageing-band-label{letter-spacing:.03em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:850}.ageing-band-days31to60,.ageing-band-days61to90{background:#fff7ed;border-color:#fed7aa}.ageing-band-days91to180,.ageing-band-days180plus{background:#fef2f2;border-color:#fecaca}.ageing-band-current{background:#f0fdf4;border-color:#bbf7d0}.compact-ageing-table .btn-small{white-space:nowrap}.ageing-detail-table .note-preview{white-space:normal;max-width:100%;color:var(--muted);margin-top:5px;font-size:12px}.ageing-intro-metrics span{min-width:130px}@media (max-width:1050px){.ageing-toolbar .search{flex-basis:100%;max-width:none}.ageing-toolbar select{flex:220px}.ageing-toolbar .btn{flex:160px}.ageing-controls-head{display:block}.ageing-controls-head .debtor-count{margin-top:8px;display:block}}@media (max-width:760px){.compact-ageing-table{min-width:0}.ageing-toolbar .btn,.ageing-toolbar select,.ageing-toolbar .search{flex-basis:100%;width:100%}.ageing-band-list{gap:6px}.ageing-band-chip{white-space:normal;border-radius:10px}.ageing-client-table td:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.ageing-client-table td:last-child,.ageing-detail-table td:last-child{border-bottom:0}.ageing-client-table td:first-child,.ageing-detail-table td:first-child,.ageing-client-table td:nth-child(3),.ageing-detail-table td:nth-child(6){grid-column:1/-1}}@media (max-width:480px){.ageing-client-table td:first-child,.ageing-detail-table td:first-child,.ageing-client-table td:nth-child(3),.ageing-detail-table td:nth-child(6){grid-column:1}.ageing-band-list{grid-template-columns:1fr;display:grid}.ageing-band-chip{justify-content:space-between}}.ageing-card-section{overflow:hidden}.ageing-client-cards,.ageing-invoice-cards{gap:12px;display:grid}.ageing-client-card,.ageing-invoice-card{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(220px,1.3fr) minmax(110px,.65fr) minmax(260px,1.35fr) minmax(130px,.75fr) minmax(80px,.45fr) auto;align-items:center;gap:14px;max-width:100%;padding:14px;display:grid;overflow:hidden;box-shadow:0 5px 18px #1b2b380a}.ageing-invoice-card{grid-template-columns:minmax(220px,1.15fr) minmax(135px,.75fr) minmax(135px,.75fr) minmax(110px,.65fr) minmax(110px,.65fr) minmax(150px,.9fr) auto}.ageing-card-client,.ageing-card-stat,.ageing-card-status,.ageing-card-bands,.ageing-card-action{min-width:0}.ageing-card-stat,.ageing-card-status{flex-direction:column;gap:3px;display:flex}.ageing-card-stat>span:first-child,.ageing-card-status>span:first-child,.ageing-card-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:850}.ageing-card-stat strong,.ageing-card-status strong{font-size:16px}.ageing-card-action{justify-self:end}.ageing-card-action .btn{white-space:nowrap}.ageing-card-bands .ageing-band-list{margin-top:4px}.ageing-invoice-card .note-preview{color:var(--muted);overflow-wrap:anywhere;margin-top:5px;font-size:12px}.ageing-client-card .client-name,.ageing-invoice-card .client-name{overflow-wrap:anywhere}.ageing-page .ageing-table-wrap{display:none}@media (max-width:1350px){.ageing-client-card{grid-template-columns:minmax(220px,1fr) minmax(120px,.6fr) minmax(280px,1.2fr) minmax(130px,.7fr) auto}.ageing-client-card .ageing-card-invoices{display:none}.ageing-invoice-card{grid-template-columns:minmax(220px,1fr) repeat(4,minmax(115px,.65fr)) auto}.ageing-invoice-card .ageing-card-status{grid-column:1/-2}}@media (max-width:1050px){.ageing-client-card,.ageing-invoice-card{grid-template-columns:1fr 1fr;align-items:start}.ageing-card-client,.ageing-card-bands,.ageing-card-status{grid-column:1/-1}.ageing-card-action{justify-self:start}.ageing-card-action .btn{width:auto}.ageing-client-card .ageing-card-invoices{display:flex}}@media (max-width:640px){.ageing-client-card,.ageing-invoice-card{grid-template-columns:1fr}.ageing-card-client,.ageing-card-bands,.ageing-card-status{grid-column:1}.ageing-card-action .btn{width:100%}.ageing-band-chip{justify-content:space-between;width:100%}}.chase-page{flex-direction:column;gap:18px;display:flex}.chase-intro{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.chase-intro>div:first-child{max-width:820px}.chase-intro-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chase-metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.chase-controls{flex-direction:column;gap:14px;display:flex}.chase-controls-head{align-items:flex-start}.chase-controls-head .debtor-count{white-space:nowrap;margin-top:4px}.chase-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chase-toolbar .search{flex:320px;max-width:560px}.chase-toolbar select{flex:0 240px;min-width:200px}.chase-toolbar .btn{flex:none;min-height:44px}.chase-card-section{overflow:hidden}.chase-client-cards{gap:12px;display:grid}.chase-client-card{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(0,1.2fr) minmax(0,.7fr) minmax(0,.65fr) minmax(0,1.25fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,.8fr) max-content;align-items:center;gap:14px;max-width:100%;padding:14px;display:grid;overflow:hidden;box-shadow:0 5px 18px #1b2b380a}.chase-client-main,.chase-stat,.chase-status-panel,.chase-contact-panel,.chase-history-panel,.chase-flags-panel,.chase-card-action{min-width:0}.chase-client-main .client-name{overflow-wrap:anywhere;margin-top:6px;font-size:17px;line-height:1.25;display:inline-block}.chase-priority-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chase-stat,.chase-contact-panel,.chase-history-panel,.chase-flags-panel,.chase-status-panel{flex-direction:column;gap:4px;display:flex}.chase-stat>span:first-child,.chase-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:850}.chase-stat strong,.chase-contact-panel strong,.chase-history-panel strong{font-size:16px}.chase-stat small,.chase-contact-panel span,.chase-history-panel span{color:var(--muted);font-size:12px}.chase-reasons{flex-wrap:wrap;gap:6px;display:flex}.chase-suggestion{color:var(--ink);margin-top:4px;font-size:13px;font-weight:800;line-height:1.25}.chase-flags-panel{align-items:flex-start}.chase-card-action{justify-self:end}@media (max-width:1700px){.chase-client-card{grid-template-columns:minmax(0,1.2fr) minmax(0,.7fr) minmax(0,.65fr) minmax(0,1.25fr) minmax(0,1fr) minmax(0,.9fr) max-content}.chase-flags-panel{grid-column:4/6}.chase-card-action{grid-column:7}}@media (max-width:1350px){.chase-client-card{grid-template-columns:minmax(0,1fr) minmax(0,.6fr) minmax(0,.6fr) minmax(0,1.1fr) max-content}.chase-contact-panel,.chase-history-panel,.chase-flags-panel{grid-column:1/-1}.chase-card-action{grid-column:5}.chase-status-panel{grid-column:4}}@media (max-width:1100px){.chase-controls-head{display:block}.chase-controls-head .debtor-count{margin-top:8px;display:block}.chase-client-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.chase-client-main,.chase-status-panel{grid-column:1/-1}.chase-contact-panel,.chase-history-panel,.chase-flags-panel,.chase-card-action{grid-column:auto}.chase-card-action{justify-self:start}.chase-card-action .btn{width:auto}.chase-toolbar .search{flex-basis:100%;max-width:none}.chase-toolbar select{flex:220px}.chase-toolbar .btn{flex:120px}}@media (max-width:760px){.chase-intro{display:block}.chase-intro-actions{margin-top:14px}.chase-toolbar .search,.chase-toolbar select,.chase-toolbar .btn{flex-basis:100%;width:100%;min-width:0;max-width:100%}.chase-client-card{grid-template-columns:1fr}.chase-client-main,.chase-status-panel{grid-column:1}.chase-card-action .btn{width:100%}.chase-reasons{grid-template-columns:1fr;display:grid}.chase-reasons .badge,.chase-flags-panel .badge{text-align:center;width:100%}.chase-page,.chase-controls,.chase-card-section,.chase-controls-head,.chase-card-section>.section-head{min-width:0;max-width:100%}.chase-controls-head,.chase-card-section>.section-head{flex-direction:column;align-items:stretch;gap:8px;display:flex}.chase-controls-head .debtor-count,.chase-card-section>.section-head .muted{white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}}.client-pack-controls{gap:16px;margin-bottom:16px;display:grid}.client-pack-controls h2{margin-bottom:6px}.client-pack-controls p{max-width:980px;margin:0}.client-pack-toolbar{grid-template-columns:minmax(240px,430px) minmax(180px,230px) auto;align-items:center;gap:10px;display:grid}.client-pack-list{gap:14px;display:grid}.client-pack-card{gap:16px;display:grid;box-shadow:0 8px 24px #1b2b380e}.client-pack-main{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.client-pack-name{overflow-wrap:anywhere;font-size:20px;font-weight:900;line-height:1.25;display:inline-block}.client-pack-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px 10px;margin-top:8px;font-size:13px;display:flex}.client-pack-total{text-align:right;white-space:nowrap}.client-pack-total span,.client-pack-facts span{color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.client-pack-total strong{font-size:24px;line-height:1.1;display:block}.client-pack-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.client-pack-facts>div{border:1px solid var(--line);background:#fbfcfd;border-radius:10px;min-width:0;padding:10px 12px}.client-pack-facts strong{overflow-wrap:anywhere;font-size:15px;display:block}.client-pack-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.good-text{color:#17623a}.danger-text{color:var(--danger)}@media (max-width:1100px){.client-pack-toolbar,.client-pack-main{grid-template-columns:1fr}.client-pack-total{text-align:left}.client-pack-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.client-pack-facts{grid-template-columns:1fr}.client-pack-actions .btn{width:100%}}.quality-metrics{align-items:stretch}.quality-score-card{gap:7px;display:grid}.quality-score-card span{color:var(--muted);font-size:13px}.quality-score-card strong{font-size:38px;line-height:1}.quality-score-card small{color:var(--muted)}.quality-score-good{background:linear-gradient(#fff,#f0faf3);border-color:#b9e0c9}.quality-score-warning{background:linear-gradient(#fff,#fff8e8);border-color:#f1d08b}.quality-score-bad{background:linear-gradient(#fff,#fff2f2);border-color:#eab3b3}.quality-summary{gap:14px;display:grid}.quality-facts{flex-wrap:wrap;gap:10px;display:flex}.quality-facts span{border:1px solid var(--line);white-space:nowrap;background:#f8fafb;border-radius:999px;align-items:center;gap:5px;padding:8px 10px;display:inline-flex}.quality-facts-soft span{color:var(--muted);background:#fff}.quality-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.quality-controls .search{flex:280px;min-width:260px}.quality-controls select{min-width:180px}.quality-issue-list{gap:14px;display:grid}.quality-issue{border-left:7px solid var(--line);gap:10px;display:grid;box-shadow:0 8px 20px #1b2b380f}.quality-urgent{border-left-color:#c34242}.quality-important{border-left-color:#d68520}.quality-watch{border-left-color:#7e95a5}.quality-issue-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.quality-issue h3{margin:0}.quality-issue p{color:#3f4c56;margin:0;line-height:1.45}.quality-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:900;display:inline-flex}.quality-pill-urgent{color:#9d2424;background:#fbe7e7}.quality-pill-important{color:#7c4b00;background:#fff1d4}.quality-pill-watch{color:#445260;background:#edf1f4}.quality-area{color:var(--muted);margin-left:8px;font-size:13px;font-weight:800}.quality-issue-meta{flex-wrap:wrap;gap:8px;display:flex}.quality-issue-meta span{color:#495864;background:#f5f7f8;border-radius:8px;padding:6px 8px;font-size:13px}.quality-action-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding-top:6px;display:flex}.quality-action-row>div{line-height:1.45}.quality-empty{justify-items:start;gap:8px;display:grid}@media (max-width:900px){.quality-action-row{display:grid}.quality-facts span{white-space:normal}}@media (min-width:1101px){.shell{grid-template-columns:250px minmax(0,1fr)}.sidebar{flex-direction:column;height:100vh;max-height:100vh;padding:18px 14px;display:flex;position:sticky;top:0;overflow:hidden}.brand{flex:none;font-size:19px;line-height:1.12}.version{flex:none;margin-bottom:14px}.org-name{flex:none;margin-bottom:12px}.nav{scrollbar-width:thin;flex-direction:column;gap:4px;min-height:0;padding-bottom:10px;padding-right:4px;display:flex;overflow-y:auto}.nav a{white-space:normal;padding:8px 10px;font-size:15px;line-height:1.16;display:block}.sidebar-bottom{background:#102d29;border-top:1px solid #ffffff29;flex:none;gap:7px;margin-top:10px;padding-top:12px;display:grid;position:static;bottom:auto;left:auto;right:auto}.sidebar-bottom .small,.sidebar-bottom .link-button{color:#d7e8e3;font-size:13px;line-height:1.25}}@media (max-width:1100px){.sidebar-bottom{position:static}}.backup-header .page-header-action{max-width:620px}.backup-actions{justify-content:flex-end}.backup-actions .btn{white-space:nowrap}.backup-metrics .metric-card{min-height:150px}.backup-status-card .metric-value{white-space:normal}.backup-status-card .badge{padding:7px 11px;font-size:14px}.backup-good{border-top-color:#4b9a72}.backup-warning{border-top-color:#d1a141}.backup-danger{border-top-color:#c85757}.backup-protected-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.backup-protected-grid>div{border:1px solid var(--line);background:#f8faf9;border-radius:10px;min-width:0;padding:12px}.backup-protected-grid strong{margin-top:6px;font-size:24px;line-height:1.1;display:block}.backup-policy-list{gap:9px;margin-top:10px;display:grid}.backup-policy-list p{margin:0}.backup-note{margin-top:16px;line-height:1.45}.backup-table{table-layout:fixed;min-width:920px}.backup-table th:first-child{width:24%}.backup-table th:nth-child(2){width:14%}.backup-table th:nth-child(3){width:12%}.backup-table th:nth-child(4){width:34%}.backup-table th:nth-child(5){width:16%}.backup-path{overflow-wrap:anywhere}@media (max-width:1200px){.backup-header{flex-direction:column}.backup-header .page-header-action{width:100%;max-width:none}.backup-actions{justify-content:flex-start}.backup-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.backup-metrics,.backup-protected-grid{grid-template-columns:1fr}.backup-actions{grid-template-columns:1fr;display:grid}.backup-actions .btn{width:100%}}.backup-header{grid-template-columns:minmax(0,1fr);align-items:start;gap:16px;display:grid}.backup-header .page-header-action{width:100%;max-width:none}.backup-header .page-intro{max-width:720px}.backup-summary-cards{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;display:grid}.backup-summary-cards .metric-card,.backup-metrics .metric-card{min-width:0;min-height:132px;overflow:hidden}.backup-summary-cards .metric-value,.backup-metrics .metric-value{overflow-wrap:anywhere;word-break:normal;max-width:100%;line-height:1.08}.backup-date-value{gap:3px;font-size:clamp(26px,3vw,38px);display:grid}.backup-date-value .backup-time{color:var(--muted);font-size:.72em;font-weight:800}.backup-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;max-width:100%;display:flex}.backup-actions .btn{white-space:normal;text-align:center;min-height:44px;padding:12px 16px;line-height:1.15}.backup-section-head-actions{max-width:100%}.backup-table{min-width:760px}.backup-table .btn-small{padding:8px 10px;font-size:13px}.backup-restore-action{flex-direction:column;align-items:flex-start;gap:8px;max-width:100%;display:flex}.backup-restore-dialog{border:1px solid var(--line,#d7e0e8);color:#243746;background:#fff;border-radius:16px;width:min(960px,100vw - 2rem);max-width:calc(100vw - 2rem);height:fit-content;max-height:min(90vh,900px);margin:auto;padding:0;position:fixed;inset:0;overflow:hidden;box-shadow:0 18px 48px #102b3838}.backup-restore-dialog::backdrop{background:#1021307a}.backup-restore-dialog-body{box-sizing:border-box;overscroll-behavior:contain;width:100%;min-width:0;max-width:100%;max-height:min(90vh,900px);padding:18px 20px 20px;overflow:hidden auto}.backup-restore-dialog-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;margin-bottom:4px;display:flex}.backup-restore-dialog-title{flex:auto;min-width:0}.backup-restore-dialog-head h3{margin:0 0 6px;font-size:1.2rem;line-height:1.3}.backup-preview-block{min-width:0;max-width:100%;margin:12px 0}.backup-preview-meta p{margin:4px 0}.backup-preview-impact{border:1px solid var(--line);background:#fff;border-radius:10px;gap:0;width:100%;min-width:0;max-width:100%;display:grid;overflow-x:hidden}.backup-preview-impact-head,.backup-preview-impact-row{box-sizing:border-box;grid-template-columns:minmax(220px,1fr) repeat(5,minmax(70px,auto));align-items:start;gap:8px 12px;width:100%;min-width:0;max-width:100%;padding:10px 12px;display:grid}.backup-preview-impact-head{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.04em;color:#43515d;background:#eef3f2;font-size:12px;font-weight:800}.backup-preview-impact-row+.backup-preview-impact-row{border-top:1px solid var(--line)}.backup-preview-impact-head>*,.backup-preview-impact-row>*{min-width:0;max-width:100%}.backup-preview-impact-name{overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.backup-preview-impact .num{text-align:right;white-space:normal;font-variant-numeric:tabular-nums}.backup-restore-dialog-actions{margin-top:8px}.backup-restore-outcome{border:1px solid var(--line,#d7e0e8);border-radius:12px;margin:12px 0;padding:14px 16px}.backup-restore-outcome h4{margin:0 0 8px;font-size:1.05rem;line-height:1.3}.backup-restore-outcome p{margin:6px 0}.backup-restore-outcome-success{color:#1d5c38;background:#e8f6ee;border-color:#b7e0c7}.backup-restore-outcome-failure{color:var(--danger);background:#fbe7e7;border-color:#efc4c4}@media (max-width:760px){.backup-restore-dialog{width:min(100vw - 1.25rem,960px);max-width:calc(100vw - 1.25rem)}.backup-restore-dialog-head{flex-wrap:wrap}.backup-preview-impact{background:0 0;border:0;gap:12px;overflow:visible}.backup-preview-impact-head{display:none}.backup-preview-impact-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:1fr;gap:0;padding:0;display:grid;overflow:hidden;box-shadow:0 5px 18px #1b2b380d}.backup-preview-impact-row>*{border-bottom:1px solid var(--line);padding:11px 13px;display:block;text-align:left!important}.backup-preview-impact-row>:last-child{border-bottom:0}.backup-preview-impact-row>:before{content:attr(data-label);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:10px;font-weight:850;display:block}.backup-preview-impact-name{font-weight:700}.backup-restore-dialog-actions{flex-direction:column}.backup-restore-dialog-actions .btn{width:100%;min-height:44px}}@media (min-width:1280px){.backup-header{grid-template-columns:minmax(0,1fr) minmax(300px,auto)}.backup-header .page-header-action{justify-self:end}.backup-header .backup-actions{justify-content:flex-end}}@media (max-width:960px){.backup-summary-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.backup-summary-cards{grid-template-columns:1fr}.backup-actions{grid-template-columns:1fr;display:grid}.backup-actions .btn{width:100%}.backup-date-value{font-size:30px}}.help-page{max-width:1420px}.help-header{align-items:flex-start}.help-header-actions{grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px;min-width:min(460px,100%);display:grid}.help-header-actions .btn{text-align:center;white-space:normal;line-height:1.15}.help-callout{border-left:7px solid var(--brand);grid-template-columns:minmax(240px,.55fr) minmax(0,1fr);gap:22px;display:grid}.help-checklist{gap:9px;margin:0;padding-left:22px;display:grid}.help-checklist li{line-height:1.45}.help-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.help-guide-card{min-height:150px;box-shadow:0 8px 22px #1b2b380e}.help-guide-card h3{color:var(--brand);margin-bottom:8px}.help-guide-card p{color:#45525d;margin:0;line-height:1.45}.help-two-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.help-list{gap:9px;margin:0;padding-left:21px;display:grid}.help-list li{line-height:1.45}.help-troubleshooting{gap:14px;display:grid}.help-troubleshooting h3{color:var(--brand);margin-bottom:5px}.help-troubleshooting p{color:#45525d;margin:0;line-height:1.45}.help-troubleshooting code{border:1px solid var(--line);background:#edf1f4;border-radius:6px;padding:2px 5px}.help-setup-final{border-top:5px solid var(--brand)}.help-setup-final p{color:#45525d;max-width:900px;line-height:1.5}@media (max-width:1180px){.help-header{display:grid}.help-header-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0}.help-callout,.help-two-column{grid-template-columns:1fr}.help-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.help-header-actions,.help-guide-grid{grid-template-columns:1fr}}.detailed-help-page{max-width:1500px}.help-principle-card{grid-template-columns:minmax(250px,.45fr) minmax(0,1fr)}.compact-help-list{gap:6px}.compact-help-list li{line-height:1.42}.help-routine-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.routine-card{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:13px;display:grid}.routine-step{background:var(--brand);color:#fff;border-radius:999px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.routine-card h3{color:var(--brand);margin:0 0 5px}.routine-card p{color:#45525d;margin:0;line-height:1.42}.help-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.detailed-guide-card{border-top:4px solid var(--brand)}.detailed-guide-card h3{color:var(--brand);margin-bottom:8px}.detailed-guide-card .purpose{color:#45525d;margin-top:0;line-height:1.45}.mini-heading{color:#1b2b38;letter-spacing:.02em;text-transform:uppercase;margin:12px 0 6px;font-size:13px;font-weight:900}.good-result{color:#274b42;background:#edf8f3;border:1px solid #bde3d3;border-radius:12px;margin:12px 0 0;padding:10px 12px;line-height:1.42}.outcome-list{gap:12px;display:grid}.outcome-item{border:1px solid var(--line);background:#fbfcfd;border-radius:14px;padding:12px}.outcome-item h3{color:var(--brand);margin-bottom:6px}.outcome-item p{color:#45525d;margin:4px 0;line-height:1.42}.help-actions-wrap{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:1180px){.help-routine-grid,.help-detail-grid,.help-principle-card{grid-template-columns:1fr}}@media (min-width:1181px) and (max-width:1420px){.help-routine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.brand-block{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:18px;display:grid}.brand-logo-mini{color:#fff;letter-spacing:-.04em;background:linear-gradient(135deg,#07306b,#049a9a 58%,#5fcf4b);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:900;display:grid;box-shadow:0 10px 24px #0000002e}.brand-block .brand{margin-bottom:1px}.brand-block .version{margin-bottom:0}.login-logo{width:min(330px,100%);height:auto;margin:0 auto 18px;display:block}.debtorflow-auth-card{width:min(520px,100%)}.auth-footnote{margin-top:18px;line-height:1.5}.blank-dashboard-card{grid-template-columns:96px minmax(0,1fr);align-items:center;gap:20px;display:grid}.blank-dashboard-icon{object-fit:contain;width:96px;height:96px}.setup-checklist-card{border-top:4px solid var(--brand)}.setup-checklist-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.setup-checklist-head-actions form{margin:0}.setup-restart-strip{border:1px solid var(--line,#d7e0e8);background:#f8fafc;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;margin:14px 0 4px;padding:10px 14px;display:flex}.setup-restart-strip-copy{flex:220px;min-width:0}.setup-restart-strip-title{color:#243746;margin:0;font-size:.95rem;font-weight:700;line-height:1.25}.setup-restart-strip-copy-text{margin:4px 0 0;line-height:1.35}.setup-restart-strip-action{flex:none;margin:0}.setup-restart-strip-action .btn{white-space:nowrap;min-height:40px}.setup-restart-card{margin-bottom:18px}@media (max-width:760px){.setup-checklist-head{flex-direction:column;align-items:flex-start}.setup-checklist-head-actions,.setup-checklist-head-actions .btn{width:100%}.setup-restart-strip{align-items:stretch}.setup-restart-strip-action,.setup-restart-strip-action .btn{width:100%}}.setup-checklist{gap:10px;display:grid}.setup-row{border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.setup-row:last-child{border-bottom:0}.setup-dot{color:#74818c;background:#edf1f4;border-radius:999px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.setup-dot.complete{color:#17623a;background:#e2f3e9}.system-health-strip{flex-wrap:wrap;gap:10px;display:flex}.health-chip{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;padding:9px 13px;font-weight:800;display:inline-flex}.health-chip.good{color:#17623a;background:#e2f3e9;border-color:#b8dfc9}.health-chip.warn{color:var(--warning);background:#fff1d4;border-color:#f2d18c}.health-chip.neutral{color:#43515d;background:#eef3f2}.mapping-card{border-top:4px solid #049a9a}.mapping-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.reconcile-source-controls{grid-template-columns:minmax(240px,320px) auto;align-items:end;gap:12px;display:grid}.warn{color:var(--warning);background:#fff1d4}@media (max-width:900px){.blank-dashboard-card{grid-template-columns:1fr}.setup-row{grid-template-columns:34px minmax(0,1fr)}.setup-row .btn{grid-column:2;justify-self:start}.mapping-grid,.reconcile-source-controls{grid-template-columns:1fr}}.workspace-grid{grid-template-columns:minmax(0,1.2fr) minmax(260px,.9fr) minmax(260px,.9fr);align-items:start}.workspace-card{color:inherit;text-decoration:none;display:block;position:relative}.workspace-card>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.workspace-demo-badge{padding:3px 8px;font-size:11px}.demo-create-card{background:linear-gradient(#fffdf7,#fff);border-top:4px solid #d8a83f}.demo-create-card .btn{margin-top:10px;margin-right:8px}.demo-mode-banner{color:#304254;background:#fff9e9;border:1px solid #f0dca7;border-left:6px solid #d8a83f;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 22px;padding:14px 18px;display:flex;box-shadow:0 8px 20px #1b2b380d}.demo-mode-banner strong{color:#102b24;font-size:16px}.demo-mode-banner span{color:#586a78}.demo-mode-banner form,.demo-mode-banner .demo-reset-control{flex:none;margin:0}.demo-help-card{border-top:4px solid #d8a83f}.badge-warning{color:#76520d;background:#fff3d2;border-color:#f1d389}@media (max-width:1050px){.workspace-grid{grid-template-columns:1fr}.demo-mode-banner{flex-direction:column;align-items:flex-start}.demo-mode-banner form,.demo-mode-banner .demo-reset-control,.demo-mode-banner .btn{width:100%}}.demo-reset-dialog{border:1px solid var(--line,#d7e0e8);color:#243746;background:#fff;border-radius:16px;width:min(420px,100vw - 2rem);max-width:calc(100vw - 2rem);padding:0;box-shadow:0 18px 48px #102b3838}.demo-reset-dialog::backdrop{background:#1021307a}.demo-reset-dialog-body{padding:20px 22px}.demo-reset-dialog-body h2{margin:0 0 10px;font-size:1.2rem;line-height:1.3}.demo-reset-dialog-body p{color:#586a78;margin:0;line-height:1.45}.demo-reset-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.demo-reset-dialog-actions form{margin:0}.demo-reset-dialog-actions .btn{min-height:44px}@media (max-width:480px){.demo-reset-dialog-actions{flex-direction:column-reverse}.demo-reset-dialog-actions .btn,.demo-reset-dialog-actions form,.demo-reset-dialog-actions form .btn{width:100%}}.dev-mode-banner{color:#304254;background:#f1fbfb;border:1px solid #cfe3ee;border-left:6px solid #049a9a;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 22px;padding:14px 18px;display:flex;box-shadow:0 8px 20px #1b2b380d}.dev-mode-banner strong{color:#102b24;font-size:16px}.dev-mode-banner span{color:#586a78}.dev-mode-banner .btn{flex:none}.warning-dev-banner{background:#fff9e9;border-color:#f0dca7 #f0dca7 #f0dca7 #d8a83f}.production-page{max-width:1500px}.production-header{align-items:stretch}.production-score-card{border-top:5px solid var(--brand);flex-direction:column;justify-content:center;min-width:240px;display:flex}.production-score-card strong{color:#061b32;margin:10px 0 4px;font-size:42px;line-height:1}.production-score-card span{color:var(--brand);font-weight:900}.production-alert-card{border-top:5px solid #049a9a;grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:start;gap:18px;display:grid}.production-actions{gap:10px;display:grid}.production-actions .btn{text-align:center;width:100%}.production-check-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.production-check-card{padding:16px}.production-check-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.production-check-top h3{color:var(--brand);overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.25}.production-check-card p{color:#45525d;margin:10px 0 0;line-height:1.42}.badge-good{color:#17623a;background:#e2f3e9;border-color:#b8dfc9}.production-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.production-list{color:#45525d;margin:12px 0 18px;padding-left:20px;line-height:1.5}.production-list li{margin:6px 0}.numbered-list{padding-left:24px}.production-final-card{border-top:5px solid var(--brand)}.production-final-card p{color:#45525d;max-width:1000px;line-height:1.5}.nav a[href$=\/production]{border:1px solid #ffffff29}@media (max-width:1200px){.production-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-alert-card,.production-two-column{grid-template-columns:1fr}.production-score-card{min-width:0}.production-header{display:grid}.dev-mode-banner{flex-direction:column;align-items:flex-start}.dev-mode-banner .btn{width:100%}}@media (max-width:720px){.production-check-grid{grid-template-columns:1fr}.production-score-card strong{font-size:34px}}@media (min-width:761px){body:has(.shell){height:100%;overflow:hidden}.shell{grid-template-columns:250px minmax(0,1fr);height:100vh;min-height:100vh;overflow:hidden}.shell>.main{scroll-behavior:smooth;min-width:0;height:100vh;min-height:0;max-height:100vh;overflow:hidden auto}.shell>.sidebar{align-self:stretch;height:100vh;max-height:100vh;position:sticky;top:0;overflow:hidden}}@media (max-width:760px){.shell{height:auto;min-height:100vh;overflow:visible}.shell>.main{height:auto;max-height:none;overflow:visible}}.report-download-panel{border-left:5px solid var(--brand,#0f766e);justify-content:space-between;align-items:center;gap:18px;display:flex}.report-download-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ageing-summary-head{align-items:flex-start;gap:16px}.ageing-visible-downloads{flex-shrink:0;margin-left:auto}.report-download-actions .btn{white-space:normal;line-height:1.2}@media (max-width:900px){.report-download-panel,.ageing-summary-head{flex-direction:column;align-items:stretch}.ageing-visible-downloads,.report-download-actions{justify-content:flex-start;margin-left:0}.report-download-actions .btn{width:100%}}.public-page{min-height:100dvh;overflow-x:hidden}.public-footer{color:#d1fae5;background:#0b3b34;margin-top:0;padding:28px 24px}.public-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;max-width:1120px;margin:0 auto;display:flex}.public-footer-brand{gap:4px;display:grid}.public-footer-brand strong{color:#fff;font-size:18px}.public-footer-links{flex-wrap:wrap;gap:18px;display:flex}.public-footer-links a{color:#a7f3d0;font-weight:700}.public-footer-links .public-footer-link-button{appearance:none;color:#a7f3d0;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;margin:0;padding:0;font-weight:700}.public-footer-links .public-footer-link-button:hover{text-decoration:underline}.public-legal-page{max-width:820px;margin:0 auto;padding:42px 24px 56px}.public-legal-page h1{margin-bottom:8px;font-size:34px}.public-legal-page h2{margin-top:28px;font-size:22px}.public-legal-page p,.public-legal-page li{color:#334155;line-height:1.55}.csv-download-links{gap:10px;margin-top:12px;display:grid}.csv-download-links-compact{margin-top:0}.csv-check-preview{gap:16px;display:grid}.csv-check-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.csv-check-stat{border:1px solid var(--line);background:#f8fbfa;border-radius:10px;padding:14px}.csv-check-stat strong{margin-top:4px;font-size:22px;display:block}.csv-preview-table td,.csv-preview-table th{font-size:13px}.import-success-card{border-top:5px solid var(--brand)}.import-success-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:18px 0;display:grid}.import-success-stat{border:1px solid var(--line);border-radius:10px;padding:14px}.import-success-stat strong{margin-top:4px;font-size:24px;display:block}.csv-selected-file{border:1px solid var(--line);background:#f8fbfa;border-radius:10px;width:100%;margin-top:12px;padding:12px 14px}.csv-check-action-card,.csv-import-confirm-card{border-top:5px solid var(--brand)}.csv-check-preview-prominent{border-top:5px solid #049a9a}.csv-check-banner{border-radius:10px;margin-bottom:16px;padding:14px 16px}.csv-check-banner.success{color:#17623a;background:#e2f3e9;border:1px solid #b8dfc9}.csv-workflow-status{color:#304254;background:#f4f8fb;border:1px solid #cfe3ee;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-weight:700;display:flex}.csv-spinner{border:2px solid #b8d4e8;border-top-color:var(--brand);border-radius:50%;flex:none;width:16px;height:16px;animation:.8s linear infinite csv-spin}.csv-error-panel{color:var(--danger);background:#fbe7e7;border:1px solid #efc2c2}.csv-validation-list{margin:8px 0 0;padding-left:20px}@keyframes csv-spin{to{transform:rotate(360deg)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-shell-header,.mobile-nav-backdrop,.mobile-drawer-head{display:none}.public-hero-inner,.public-section{max-width:1120px;margin:0 auto}.public-hero-inner{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);align-items:center;gap:32px;display:grid}.public-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.public-section{padding:42px 24px}.public-video-grid{grid-template-columns:1fr;gap:18px;display:grid}.public-video-card{align-content:start;gap:12px;display:grid}.public-video-card h3{margin:0}.public-video-frame{aspect-ratio:16/9;background:#0f172a;border-radius:10px;width:100%;overflow:hidden}.public-video-frame video{object-fit:contain;background:#0f172a;width:100%;height:100%;display:block}.public-video-cta{justify-content:center;margin-top:28px;display:flex}.workspace-empty-state{box-sizing:border-box;align-content:start;gap:10px;min-width:0;max-width:100%;display:grid}.workspace-empty-heading{overflow-wrap:anywhere;margin:0}.workspace-empty-explanation,.workspace-empty-viewer-note{overflow-wrap:anywhere;max-width:40rem;margin:0}.workspace-empty-actions{margin-top:4px}.viewer-write-notice{margin-bottom:14px}@media (max-width:767px){.workspace-empty-actions{flex-direction:column;align-items:stretch}.workspace-empty-actions .btn{width:100%}.viewer-write-notice{min-width:0;max-width:100%}}.walkthrough-video-stack{grid-template-columns:1fr;gap:12px;display:grid}.walkthrough-video{box-sizing:border-box;min-width:0;max-width:100%;padding:14px 16px}.walkthrough-video-compact{padding:12px 14px}.walkthrough-video-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.walkthrough-video-copy{flex:auto;min-width:0}.walkthrough-video-title{overflow-wrap:anywhere;margin:0 0 4px;font-size:1rem}.walkthrough-video-summary-label{color:var(--ink);margin:0;font-weight:700}.walkthrough-video-summary{overflow-wrap:anywhere;max-width:52rem;margin:2px 0 0}.walkthrough-video-panel{margin-top:12px}.walkthrough-video-frame{aspect-ratio:16/9;background:#0f172a;border-radius:10px;width:100%;max-width:100%;overflow:hidden}.walkthrough-video-frame video{object-fit:contain;background:#0f172a;width:100%;height:100%;display:block}.walkthrough-video-fallback{margin:8px 0 0}.walkthrough-page-slot{margin-top:0;margin-bottom:16px}.walkthrough-post-import{margin-top:14px}@media (max-width:767px){.walkthrough-video-head{flex-direction:column;align-items:stretch}.walkthrough-video-head .btn,.walkthrough-video-stack,.walkthrough-video-frame{width:100%}}.public-roadmap-grid{grid-template-columns:1fr;gap:18px;display:grid}.public-roadmap-card{align-content:start;gap:12px;display:grid}.public-roadmap-card ul{margin:0;padding-left:20px}.public-roadmap-card li{margin:8px 0;line-height:1.45}.public-roadmap-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:8px;align-items:center;width:fit-content;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.public-roadmap-badge-recent{color:#0f5132;background:#d8f3e4}.public-roadmap-badge-next{color:#17623a;background:#e2f3e9}.public-roadmap-badge-planned{color:#0d4338;background:#eef3f2}.public-roadmap-badge-exploring{color:#667382;background:#f4f6f8;border:1px dashed #b7c2cc}.public-roadmap-card-recent{border-color:#9fd6b8}.public-roadmap-card-exploring{box-shadow:none;color:#4f5d67;background:#f8fafb;border-style:dashed;border-color:#c5ced6}.public-roadmap-note{margin:0;font-size:13px;font-style:italic}.public-roadmap-footer{justify-items:start;gap:14px;margin-top:28px;display:grid}.public-roadmap-footer>p{margin:0;line-height:1.45}.public-roadmap-cta-copy{max-width:100%}.public-roadmap-disclaimer{margin:0}.public-roadmap-section{padding-bottom:18px}.public-pricing-section{padding-top:24px}@media (min-width:901px){.public-roadmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-roadmap-cta-copy{max-width:none}}@media (min-width:1200px){.public-roadmap-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.book-demo-card{max-width:720px;margin:0 auto}.book-demo-form{width:100%;max-width:100%;margin-top:24px}.book-demo-form .hs-form-frame{width:100%;max-width:100%;display:block;height:1050px!important}.book-demo-form iframe{border:0;max-width:100%;display:block;width:100%!important;height:1050px!important}@media (min-width:768px){.book-demo-form .hs-form-frame,.book-demo-form iframe{height:850px!important}}@media (min-width:901px){.public-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-video-grid>:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:100%;max-width:calc(50% - 9px)}}.workspace-picker-page{max-width:1080px;margin:0 auto;padding:clamp(18px,4vw,28px)}@media (max-width:767px){.mobile-shell-header{z-index:999;color:#fff;background:#102d29;border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding:12px 14px;display:flex;position:sticky;top:0}.mobile-nav-toggle{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:10px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.mobile-nav-toggle-bars{gap:4px;width:18px;display:grid}.mobile-nav-toggle-bars span{background:currentColor;border-radius:999px;height:2px;display:block}.mobile-shell-title{flex:auto;gap:2px;min-width:0;line-height:1.2;display:grid}.mobile-shell-title strong{overflow-wrap:anywhere;font-size:15px}.mobile-switch-workspace{flex:none;min-height:44px}.shell{grid-template-columns:1fr;min-height:100dvh}.shell>.sidebar{z-index:1001;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:min(320px,92vw);max-width:100%;height:100dvh;max-height:100dvh;padding-top:12px;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-110%)}.shell.shell-nav-open>.sidebar{transform:translate(0)}.mobile-nav-backdrop{z-index:1000;opacity:0;pointer-events:none;background:#0f172a73;border:0;padding:0;transition:opacity .2s;display:block;position:fixed;inset:0}.shell.shell-nav-open .mobile-nav-backdrop{opacity:1;pointer-events:auto}.mobile-drawer-head{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding:0 4px 12px;display:flex}.mobile-nav-close{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:10px;flex:none;width:44px;height:44px;font-size:28px;line-height:1}.shell .brand-block,.shell .sidebar-org-name{display:none}.shell .nav{flex-direction:column;grid-template-columns:none;gap:4px;display:flex}.shell .nav a{align-items:center;min-height:44px;display:flex}.shell .sidebar-bottom{grid-template-columns:1fr;margin-top:16px;padding-top:14px;position:static}.shell>.main{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:16px 14px 24px;overflow-x:hidden}.shell{box-sizing:border-box;width:100%;min-width:0;max-width:100%}body.shell-nav-locked{width:100%;position:fixed;overflow:hidden}.page-header,.topline,.section-head,.actions{flex-direction:column;align-items:stretch}.page-header-action,.topline .btn,.section-head .btn,.actions .btn{width:100%;min-height:44px}.metric-grid,.dashboard-panels,.grid-2,.grid-3,.grid-4,.form-row,.form-row-3,.split{grid-template-columns:1fr}.metric-value{white-space:normal;overflow-wrap:anywhere}.health-chip{text-align:center;justify-content:center;width:100%;min-height:44px}.system-health-strip{grid-template-columns:1fr;display:grid}.debtor-toolbar,.missing-pdf-toolbar,.chase-toolbar,.ageing-toolbar,.reconcile-action-buttons{grid-template-columns:1fr}.search,.status-filter{width:100%;max-width:none}.btn,.btn-small,label.btn{min-height:44px}.split .table-wrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.upload-error-alert,.missed-promise-alert,.dispute-review-alert{overflow-wrap:anywhere}.public-hero-inner{grid-template-columns:1fr}.public-hero-actions .btn{width:100%;min-height:44px}.public-section .grid-3 .btn{width:100%}.workspace-picker-page .topline{flex-direction:column}.ageing-drilldown-table tr{grid-template-columns:1fr}.client-invoice-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.client-invoice-table{min-width:720px}}@media (min-width:768px){.mobile-shell-header,.mobile-nav-backdrop,.mobile-drawer-head{display:none!important}.shell .brand-block,.shell .sidebar-org-name{display:block}.shell{grid-template-columns:250px minmax(0,1fr)}.shell>.sidebar{width:auto;height:100dvh;max-height:100dvh;position:sticky;top:0;transform:none}.shell .nav{flex-direction:column;grid-template-columns:none;display:flex}body:has(.shell){height:100%;overflow:hidden}.shell{height:100dvh;min-height:100dvh;overflow:hidden}.shell>.main{height:100dvh;max-height:100dvh;overflow:hidden auto}}@media (max-width:767px){body:has(.shell){height:auto;overflow-x:hidden}.shell{width:100%;min-width:0;max-width:100%;height:auto;min-height:100dvh;overflow-x:hidden}.shell>.main{box-sizing:border-box;width:100%;min-width:0;max-width:100%;height:auto;max-height:none;overflow:hidden visible}}.chase-client-card{grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr) minmax(0,.65fr) minmax(0,1.2fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,.8fr) max-content!important;gap:14px!important}.chase-contact-panel strong,.chase-history-panel strong{overflow-wrap:anywhere;word-break:break-word;line-height:1.25}.chase-suggestion,.chase-client-main .note-preview,.chase-history-panel .note-preview,.chase-status-panel,.chase-flags-panel,.chase-card-action{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.chase-card-action{justify-self:end;min-width:max-content;max-width:none}.chase-card-action .btn{white-space:nowrap}@media (max-width:1500px){.chase-client-card{grid-template-columns:minmax(0,1.35fr) minmax(0,.7fr) minmax(0,.65fr) minmax(0,1.25fr) max-content!important}.chase-status-panel{grid-column:4}.chase-card-action{grid-column:5}.chase-contact-panel,.chase-history-panel,.chase-flags-panel{grid-column:1/-1}}@media (max-width:1200px){.chase-client-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.chase-status-panel,.chase-contact-panel,.chase-history-panel,.chase-flags-panel,.chase-card-action{grid-column:auto!important}.chase-card-action{justify-self:start;min-width:0;max-width:100%}}@media (max-width:760px){.chase-client-card{box-sizing:border-box;width:100%;max-width:100%;grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.chase-client-main,.chase-stat,.chase-status-panel,.chase-contact-panel,.chase-history-panel,.chase-flags-panel,.chase-card-action{min-width:0;max-width:100%;grid-column:1!important}.chase-card-action{justify-self:stretch;min-width:0}.chase-card-action .btn{box-sizing:border-box;white-space:normal;text-align:center;width:100%;max-width:100%}.chase-reasons{grid-template-columns:1fr;display:grid}.chase-reasons .badge,.chase-flags-panel .badge{box-sizing:border-box;text-align:center;white-space:normal;overflow-wrap:anywhere;width:100%;max-width:100%}}.product-usage-summary{margin-bottom:22px}.product-usage-funnel{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.product-usage-funnel-step{border:1px solid var(--line);background:#f8fbfa;border-radius:10px;gap:8px;padding:14px;display:grid}.product-usage-filters{flex-wrap:wrap;gap:12px;display:flex}.product-usage-filters label{gap:6px;min-width:160px;display:grid}.product-usage-table-wrap{margin-top:8px}.product-usage-table{min-width:1100px}.product-usage-cards{gap:12px;margin-top:12px;display:none}.product-usage-card-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.product-usage-dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:12px 0 0;display:grid}.product-usage-dl div{gap:2px;display:grid}.product-usage-dl dt{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:11px;font-weight:800}.product-usage-dl dd{margin:0}@media (max-width:1100px){.product-usage-funnel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.product-usage-table-wrap{display:none}.product-usage-cards{display:grid}.product-usage-funnel{grid-template-columns:1fr}.product-usage-filters,.product-usage-filters label{width:100%}}.payment-form{min-width:0;max-width:100%}.payment-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;max-width:100%;display:grid}.payment-form-row>label,.payment-form>label{min-width:0;max-width:100%}.payment-form input,.payment-form select,.payment-form textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.payment-allocation-list{min-width:0;max-width:100%}.payment-allocation-row{box-sizing:border-box;border-bottom:1px solid #edf1f3;grid-template-columns:minmax(0,1fr) minmax(7.5rem,8.5rem);align-items:start;gap:10px 12px;min-width:0;max-width:100%;padding:10px 8px;display:grid}.payment-allocation-row:last-child{border-bottom:0}.payment-allocation-invoice{overflow-wrap:anywhere;word-break:break-word;gap:2px;min-width:0;max-width:100%;display:grid}.payment-allocation-label{gap:6px;min-width:0;max-width:100%;font-size:12px;font-weight:700;display:grid}.payment-allocation-input{box-sizing:border-box;min-width:0;max-width:100%;width:100%!important}@media (max-width:900px){.payment-form-row{grid-template-columns:1fr}}@media (max-width:760px){.payment-form-row{grid-template-columns:1fr!important}.payment-allocation-row{grid-template-columns:1fr}.payment-allocation-label,.payment-form .btn{width:100%}}@media (min-width:1501px){.split>aside .payment-form-row{grid-template-columns:1fr}}
