.financial-loading{border:1px solid var(--line);min-height:310px;color:var(--muted);background:#fff;place-items:center;font-size:10px;display:grid}.financial-workspace{gap:10px;display:grid}.financial-toolbar{border:1px solid var(--line);border-left:4px solid var(--teal);background:#fff;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.financial-toolbar h3{color:var(--navy);margin:0 0 5px;font:500 18px Georgia,serif}.financial-toolbar p{color:var(--muted);margin:0;font-size:8px}.financial-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.financial-actions button{color:#30394a;background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:9px 10px;font-size:8px;font-weight:800}.financial-actions button:hover{border-color:var(--teal);color:var(--teal)}.financial-actions button.external-payment{color:#087653;background:#eff9f5;border-color:#bfdbd1}.interest-bar{background:#f4fafc;border:1px solid #c9e1e8;grid-template-columns:230px auto 1fr;align-items:end;gap:12px;padding:14px 18px;display:grid}.interest-bar label{color:#477280;flex-direction:column;gap:5px;font-size:8px;font-weight:800;display:flex}.interest-bar input{height:34px;color:var(--ink);background:#fff;border:1px solid #b8d4de;padding:0 9px;font-size:9px}.interest-bar button{background:var(--teal);color:#fff;border:0;border-radius:3px;height:34px;padding:0 13px;font-size:8px;font-weight:800}.interest-bar button:disabled{opacity:.55}.interest-bar small{color:#66808a;align-self:center;font-size:8px;line-height:1.45}.financial-summary{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.financial-summary article{border:1px solid var(--line);background:#fff;border-top:3px solid #b8c2ce;flex-direction:column;justify-content:center;min-width:0;min-height:82px;padding:13px 14px;display:flex}.financial-summary article:nth-child(5){border-top-color:var(--teal)}.financial-summary small{min-height:22px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:7px;line-height:1.35}.financial-summary b{color:var(--navy);margin-top:7px;font-size:13px}.financial-summary .payment-total{border-top-color:var(--green);background:#f7fcfa}.financial-summary .payment-total b{color:var(--green)}.financial-summary .grand-total{border-top-color:var(--orange);background:#fffbf5}.financial-summary .grand-total b{color:#9b5b0c}.financial-ledger{border:1px solid var(--line);background:#fff;overflow-x:auto}.financial-ledger table{min-width:850px}.financial-ledger td small{color:var(--muted);margin-top:4px;font-size:7px;display:block}.financial-ledger td:nth-child(3){white-space:normal;min-width:190px}.financial-ledger tr.is-payment td{background:#f5fbf8}.financial-ledger tr.is-payment td:last-child b{color:var(--green)}.financial-ledger td>span{color:#596274;background:#edf1f5;border-radius:99px;padding:4px 7px;font-size:7px;font-weight:800;display:inline-flex}.financial-dialog-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#11182799;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.financial-dialog{background:#fff;border:0;border-radius:6px;width:min(700px,100%);max-height:calc(100vh - 44px);overflow:auto;box-shadow:0 28px 90px #0005}.financial-dialog>header{z-index:1;color:#fff;background:#252e3d;justify-content:space-between;align-items:center;padding:17px 20px;display:flex;position:sticky;top:0}.financial-dialog header small{color:#aeb6c5;letter-spacing:.14em;font-size:7px}.financial-dialog header h3{margin:4px 0 0;font:500 20px Georgia,serif}.financial-dialog header button{color:#fff;background:0 0;border:1px solid #ffffff35;border-radius:3px;width:32px;height:32px;font-size:20px;line-height:1}.financial-form{grid-template-columns:1fr 1fr;gap:13px;padding:20px;display:grid}.financial-form label{color:#62697b;flex-direction:column;gap:6px;font-size:8px;font-weight:750;display:flex}.financial-form label.wide{grid-column:1/-1}.financial-form input,.financial-form select,.financial-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cdd3dc;border-radius:2px;padding:9px;font-size:9px}.financial-form input,.financial-form select{height:36px}.financial-form textarea{resize:vertical;min-height:68px}.financial-form input:disabled{color:#a1a6b1;background:#f1f3f6}.financial-form label.check{background:#fafbfc;border:1px solid #e0e4ea;flex-direction:row;align-items:center;gap:9px;min-height:34px;padding:8px 10px;display:flex}.financial-form label.check input{width:15px;height:15px;margin:0}.external-payment-note{border-left:4px solid var(--green);background:#eef8f4;flex-direction:column;gap:4px;margin:0 20px 18px;padding:12px 14px;display:flex}.external-payment-note b{color:#087653;font-size:9px}.external-payment-note span{color:#58736a;font-size:8px;line-height:1.45}.financial-dialog>footer{border-top:1px solid var(--line);background:#f8f9fb;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex;position:sticky;bottom:0}.financial-dialog>footer button{color:#394152;background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:9px 13px;font-size:8px;font-weight:800}.financial-dialog>footer button.bo-primary{border-color:var(--orange);background:var(--orange);color:#fff}.financial-dialog>footer button:disabled{opacity:.55}@media (width<=1150px){.financial-summary{grid-template-columns:repeat(4,1fr)}}@media (width<=850px){.financial-toolbar{display:block}.financial-actions{justify-content:flex-start;margin-top:13px}.interest-bar{grid-template-columns:1fr auto}.interest-bar small{grid-column:1/-1}.financial-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.financial-actions button{width:100%}.financial-form{grid-template-columns:1fr;padding:15px}.financial-form label.wide{grid-column:auto}.financial-dialog-backdrop{padding:0}.financial-dialog{border-radius:0;width:100%;height:100%;max-height:none}.interest-bar{grid-template-columns:1fr}.interest-bar small{grid-column:auto}.financial-summary{grid-template-columns:1fr 1fr}}.dossier-module{gap:10px;display:grid}.dossier-module-toolbar{border:1px solid var(--line);border-left:4px solid var(--teal);background:#fff;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.dossier-module-toolbar h3{color:var(--navy);margin:0 0 5px;font:500 18px Georgia,serif}.dossier-module-toolbar p{color:var(--muted);margin:0;font-size:8px}.dossier-module-toolbar>button,.document-empty button{background:var(--orange);color:#fff;border:0;border-radius:3px;padding:10px 13px;font-size:8px;font-weight:800}.communication-filters{border:1px solid var(--line);background:#fff;gap:5px;padding:9px;display:flex;overflow-x:auto}.communication-filters button{white-space:nowrap;color:#596274;background:#fff;border:1px solid #d8dde4;border-radius:99px;padding:7px 10px;font-size:8px}.communication-filters button.active{border-color:var(--teal);color:#20637b;background:#edf8fb;font-weight:800}.communication-filters span{color:#9097a4;margin-left:4px}.communication-timeline{gap:8px;display:grid}.communication-card{border:1px solid var(--line);background:#fff;border-left:4px solid #b7c1cc;grid-template-columns:34px 1fr;gap:12px;padding:16px 18px;display:grid}.communication-card.outbound{border-left-color:var(--teal)}.communication-card.inbound{border-left-color:var(--orange)}.communication-card.internal{background:#fcfbff;border-left-color:#7d6caf}.communication-card>i{width:34px;height:34px;color:var(--navy);background:#edf1f5;border-radius:50%;place-items:center;font-size:11px;font-style:normal;font-weight:900;display:grid}.communication-content header{justify-content:space-between;align-items:center;gap:12px;display:flex}.communication-content header>div{align-items:center;gap:7px;min-width:0;display:flex}.communication-content header span,.communication-content header em{color:#596274;background:#edf1f5;border-radius:99px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:800}.communication-content header em{color:#8b5d20;background:#f7f1e8}.communication-content header b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.communication-content time{white-space:nowrap;color:var(--muted);font-size:8px}.communication-content>small{color:var(--muted);margin-top:7px;font-size:7px;display:block}.communication-content p{white-space:pre-wrap;color:#535c6b;margin:9px 0 0;font-size:9px;line-height:1.55}.communication-dialog .financial-form textarea{min-height:130px}.document-list{border:1px solid var(--line);background:#fff}.document-list>article{border-bottom:1px solid #edf0f3;grid-template-columns:50px 1fr auto auto;align-items:center;gap:14px;padding:14px 17px;display:grid}.document-list>article:last-child{border-bottom:0}.document-list article>i{color:#26708a;background:#edf4f7;border-radius:4px;place-items:center;width:46px;height:46px;font-size:8px;font-style:normal;font-weight:900;display:grid}.document-list article>div{min-width:0}.document-list article b{text-overflow:ellipsis;white-space:nowrap;color:var(--navy);font-size:10px;display:block;overflow:hidden}.document-list article small{color:#727a89;margin-top:4px;font-size:7px;display:block}.document-list article p{color:var(--muted);margin:5px 0 0;font-size:8px}.document-list article time{white-space:nowrap;color:var(--muted);font-size:8px}.document-list article>button{color:#394152;background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:8px 10px;font-size:8px;font-weight:800}.document-empty{text-align:center;place-items:center;gap:8px;min-height:280px;padding:25px;display:grid}.document-empty b{color:var(--navy);font:500 18px Georgia,serif}.document-empty span{max-width:480px;color:var(--muted);font-size:9px}.document-file input{background:#f8fafb;height:auto;padding:12px}.document-file small{color:var(--muted);font-size:7px}@media (width<=750px){.dossier-module-toolbar{display:block}.dossier-module-toolbar>button{margin-top:12px}.communication-content header{display:block}.communication-content time{margin-top:6px;display:block}.document-list>article{grid-template-columns:45px 1fr}.document-list article time,.document-list article>button{grid-column:2}.communication-card{grid-template-columns:1fr}.communication-card>i{display:none}}.ledger-edit{color:#394152;background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:7px 9px;font-size:8px;font-weight:800}.ledger-edit:hover{border-color:var(--teal);color:var(--teal)}.document-actions{gap:5px;display:flex}.document-actions button{color:#394152;background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:8px 10px;font-size:8px;font-weight:800}.document-actions button:hover{border-color:var(--teal);color:var(--teal)}.document-actions button.danger{color:#a13c3c;border-color:#ead0d0}.document-actions button.danger:hover{background:#fff4f4;border-color:#be5555}.pdf-viewer-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#111827b3;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.pdf-viewer{background:#eef1f4;border-radius:7px;grid-template-rows:auto 1fr auto;width:min(1120px,100%);height:min(880px,100vh - 44px);display:grid;overflow:hidden;box-shadow:0 28px 90px #0007}.pdf-viewer>header{color:#fff;background:#252e3d;justify-content:space-between;align-items:center;gap:15px;padding:13px 17px;display:flex}.pdf-viewer header small{color:#aeb6c5;letter-spacing:.14em;font-size:7px}.pdf-viewer header h3{text-overflow:ellipsis;white-space:nowrap;max-width:760px;margin:3px 0 0;font:500 16px Georgia,serif;overflow:hidden}.pdf-viewer header>div:last-child{gap:7px;display:flex}.pdf-viewer header button{color:#fff;background:0 0;border:1px solid #ffffff40;border-radius:3px;padding:8px 11px;font-size:8px;font-weight:800}.pdf-viewer header button:last-child{padding:5px 10px;font-size:17px;line-height:1}.pdf-viewer iframe{background:#fff;border:0;width:100%;height:100%}.pdf-viewer>footer{color:#687181;text-align:center;padding:8px 14px;font-size:8px}.pdf-viewer>footer button{color:var(--teal);font:inherit;background:0 0;border:0;font-weight:800;text-decoration:underline}.party-workspace{grid-template-columns:1fr 1fr;gap:12px;display:grid}.party-profile-card{border:1px solid var(--line);background:#fff;overflow:hidden}.party-profile-card>header{border-bottom:1px solid var(--line);background:#f8fafb;justify-content:space-between;align-items:center;gap:12px;padding:17px 19px;display:flex}.party-profile-card header small{color:var(--teal);letter-spacing:.12em;font-size:7px;font-weight:900}.party-profile-card header h3{color:var(--navy);margin:4px 0 0;font:500 18px Georgia,serif}.party-profile-card header button{color:#394152;background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:8px 10px;font-size:8px;font-weight:800}.party-profile-card>dl{grid-template-columns:1fr 1fr;gap:0 18px;margin:0;padding:14px 19px;display:grid}.party-profile-card dl>div{border-bottom:1px solid #edf0f3;padding:9px 0}.party-profile-card dl>div.wide{grid-column:1/-1}.party-profile-card dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:7px}.party-profile-card dd{color:#30394a;margin:4px 0 0;font-size:9px}.party-contact-summary{background:#f8fafb;gap:7px;padding:14px 19px;display:grid}.party-contact-summary>b{color:var(--navy);font-size:9px}.party-contact-summary>span{color:var(--muted);font-size:8px}.party-contact-summary p{border:1px solid var(--line);background:#fff;grid-template-columns:1fr auto;gap:3px;margin:0;padding:8px 10px;display:grid}.party-contact-summary p strong{font-size:9px}.party-contact-summary p small{color:var(--muted);grid-column:1;font-size:7px}.party-contact-summary p em{color:var(--teal);grid-area:1/2/3;align-self:center;font-size:7px;font-style:normal;font-weight:800}.party-editor{width:min(900px,100%)}.party-contacts-editor{padding:0 20px 20px}.party-contacts-editor>header{justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.party-contacts-editor header div{gap:3px;display:grid}.party-contacts-editor header b{color:var(--navy);font-size:10px}.party-contacts-editor header small{color:var(--muted);font-size:7px}.party-contacts-editor header button{background:#fff;border:1px solid #cbd1da;border-radius:3px;padding:8px 10px;font-size:8px;font-weight:800}.party-contacts-editor article{border:1px solid var(--line);border-bottom:0;grid-template-columns:1.2fr 1fr 1.3fr 1fr auto auto;gap:6px;padding:8px;display:grid}.party-contacts-editor article:last-child{border-bottom:1px solid var(--line)}.party-contacts-editor article input{border:1px solid #cdd3dc;min-width:0;height:34px;padding:7px;font-size:8px}.party-contacts-editor article label{white-space:nowrap;color:var(--muted);align-items:center;gap:4px;font-size:7px;display:flex}.party-contacts-editor article label input{width:14px;height:14px}.party-contacts-editor article>button{color:#a13c3c;background:0 0;border:0;font-size:18px}.party-directory{gap:10px;display:grid}.party-directory-layout{grid-template-columns:280px minmax(0,1fr);gap:12px;display:grid}.party-directory-layout>aside{border:1px solid var(--line);background:#fff;flex-direction:column;display:flex}.party-directory-layout>aside>label{color:var(--muted);gap:6px;padding:13px;font-size:8px;font-weight:800;display:grid}.party-directory-layout>aside input{border:1px solid #cdd3dc;height:35px;padding:0 9px}.party-directory-layout>aside>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf0f3;gap:4px;padding:12px 14px;display:grid}.party-directory-layout>aside>button.active{border-left:4px solid var(--teal);background:#f1f8fa;padding-left:10px}.party-directory-layout>aside button b{color:var(--navy);font-size:9px}.party-directory-layout>aside button small{color:var(--muted);font-size:7px}.party-directory-layout>aside>p{color:var(--muted);padding:14px;font-size:8px}.party-directory-layout>main .party-profile-card{max-width:900px}.case-status-editor{align-items:center;gap:7px;display:flex}.case-status-editor select{color:#30394a;background:#fff;border:1px solid #cbd1da;border-radius:3px;height:35px;padding:0 9px;font-size:8px;font-weight:800}.case-status-editor button{background:var(--orange);color:#fff;border:0;border-radius:3px;height:35px;padding:0 11px;font-size:8px;font-weight:800}.case-status-editor button:disabled{opacity:.5}@media (width<=900px){.party-workspace,.party-directory-layout{grid-template-columns:1fr}.party-contacts-editor article{grid-template-columns:1fr 1fr}.party-contacts-editor article label,.party-contacts-editor article>button{justify-self:start}}@media (width<=750px){.document-list article time,.document-actions{grid-column:2}.document-actions{flex-wrap:wrap}.pdf-viewer-backdrop{padding:0}.pdf-viewer{border-radius:0;width:100%;height:100%}.party-profile-card>dl{grid-template-columns:1fr}.party-profile-card dl>div.wide{grid-column:auto}}
