:root{--mp-primary:#0f766e;--mp-primary-hover:#115e59;--mp-background:#f3f4f6;--mp-surface:#fff;--mp-border:#e5e7eb;--mp-text:#111827;--mp-muted:#6b7280;--mp-success:#16a34a;--mp-warning:#f59e0b;--mp-danger:#dc2626;--mp-sidebar:#0f172a;--mp-sidebar-hover:#1e293b}*{box-sizing:border-box}body{background:var(--mp-background);color:var(--mp-text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.login-page{background:radial-gradient(circle at 0 0,#0f766e40,#0000 28rem),linear-gradient(135deg,#ecfeff,#f8fafc);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:24px;width:100%;max-width:420px;padding:36px;box-shadow:0 24px 70px #0f172a1f}.login-logo{color:#fff;background:var(--mp-primary);border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:18px;display:grid}.login-card h1{margin:0;font-size:30px}.login-card p{color:var(--mp-muted);margin:8px 0 28px}.form-stack{gap:16px;display:grid}.form-stack label{gap:8px;font-weight:600;display:grid}.form-stack input{border:1px solid var(--mp-border);border-radius:12px;outline:none;height:44px;padding:0 14px}.form-stack input:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e26}.button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 16px;font-weight:700;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.7}.button-primary{color:#fff;background:var(--mp-primary)}.button-primary:hover{background:var(--mp-primary-hover)}.button-ghost{color:var(--mp-text);background:0 0}.button-ghost:hover{background:#f1f5f9}.alert-error{color:#991b1b;background:#fee2e2;border-radius:12px;padding:12px;font-weight:600}.app-shell{grid-template-columns:270px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--mp-sidebar);color:#fff;min-height:100vh;padding:22px}.sidebar-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding-bottom:24px;display:flex}.brand-mark{background:var(--mp-primary);border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.sidebar-brand span{color:#94a3b8;margin-top:2px;font-size:13px;display:block}.sidebar-nav{gap:8px;margin-top:24px;display:grid}.sidebar-nav a{color:#cbd5e1;border-radius:12px;align-items:center;gap:10px;min-height:42px;padding:0 12px;display:flex}.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff;background:var(--mp-sidebar-hover)}.main-area{min-width:0}.topbar{background:var(--mp-surface);border-bottom:1px solid var(--mp-border);justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex}.topbar span{color:var(--mp-muted);font-size:13px;display:block}.content{padding:28px}.page-stack{gap:22px;display:grid}.page-header{justify-content:space-between;align-items:center;display:flex}.page-header h1{margin:0;font-size:28px}.page-header p{color:var(--mp-muted);margin:6px 0 0}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.summary-card,.panel{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:20px;box-shadow:0 10px 30px #0f172a0d}.summary-card{align-items:center;gap:16px;padding:22px;display:flex}.summary-card svg{color:var(--mp-primary)}.summary-card span{color:var(--mp-muted);display:block}.summary-card strong{margin-top:4px;font-size:26px;display:block}.panel{padding:24px}.panel h2{margin-top:0}.panel p{color:var(--mp-muted)}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto}.card-grid{grid-template-columns:1fr}}.page-header-icon{width:52px;height:52px;color:var(--mp-primary);background:#ccfbf1;border-radius:16px;place-items:center;display:grid}.toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.toolbar span{color:var(--mp-muted)}.search-input{border:1px solid var(--mp-border);background:#fff;border-radius:12px;outline:none;width:min(420px,100%);height:42px;padding:0 14px}.search-input:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e26}.state-box{min-height:160px;color:var(--mp-muted);text-align:center;border:1px dashed var(--mp-border);background:#f8fafc;border-radius:18px;place-items:center;gap:12px;display:grid}.state-box strong{color:var(--mp-text)}.state-box-error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.spinner{border:3px solid #ccfbf1;border-top-color:var(--mp-primary);border-radius:999px;width:28px;height:28px;animation:.8s linear infinite spin}.permission-list{gap:18px;display:grid}.permission-module{border:1px solid var(--mp-border);background:#fff;border-radius:18px;overflow:hidden}.permission-module>header{border-bottom:1px solid var(--mp-border);background:#f8fafc;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.permission-module h2{margin:0;font-size:18px}.permission-module header span{color:var(--mp-muted);font-size:14px}.permission-resource-list{gap:0;display:grid}.permission-resource{padding:18px 20px}.permission-resource+.permission-resource{border-top:1px solid var(--mp-border)}.permission-resource h3{color:var(--mp-muted);margin:0 0 14px;font-size:15px}.table-wrapper{border:1px solid var(--mp-border);border-radius:14px;width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--mp-border);padding:12px 14px}.data-table th{color:var(--mp-muted);text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;font-size:12px}.data-table tr:last-child td{border-bottom:0}.data-table code{color:#0f766e;background:#ecfeff;border-radius:8px;padding:4px 7px;font-size:12px}.badge{color:#115e59;background:#ccfbf1;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=720px){.toolbar{flex-direction:column;align-items:stretch}.page-header-icon{display:none}}.admin-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:start;gap:22px;display:grid}.link-button{text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;gap:4px;padding:0;display:grid}.link-button span{color:var(--mp-muted);font-size:13px}.table-actions{align-items:center;gap:8px;display:flex}.icon-button{width:34px;height:34px;color:var(--mp-text);border:1px solid var(--mp-border);cursor:pointer;background:#f8fafc;border-radius:10px;place-items:center;display:inline-grid}.icon-button:hover{background:#eef2f7}.icon-button-danger{color:var(--mp-danger)}.badge-success{color:#166534;background:#dcfce7}.badge-muted{color:#475569;background:#e2e8f0}.section-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.section-title h2,.section-title h3{margin:0}.section-title p{color:var(--mp-muted);margin:5px 0 0}.section-title svg{color:var(--mp-primary)}.section-title.compact{margin-bottom:12px}.checkbox-row{align-items:center;font-weight:600;grid-template-columns:unset!important;gap:10px!important;display:flex!important}.checkbox-row input[type=checkbox]{width:17px;height:17px;accent-color:var(--mp-primary)}.permissions-editor{border:1px solid var(--mp-border);background:#f8fafc;border-radius:16px;gap:14px;max-height:520px;padding:14px;display:grid;overflow-y:auto}.permission-editor-module{border:1px solid var(--mp-border);background:#fff;border-radius:14px;gap:10px;padding:12px;display:grid}.permission-editor-module h4{color:var(--mp-primary);margin:0}.permission-editor-resource{background:#f8fafc;border-radius:12px;gap:8px;padding:10px;display:grid}.resource-check{color:var(--mp-text)}.permission-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-left:28px;display:grid}.form-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=1100px){.admin-grid{grid-template-columns:1fr}}@media (width<=620px){.permission-check-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}.tag-list{flex-wrap:wrap;gap:6px;display:flex}.tag{color:#334155;background:#e2e8f0;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.group-check-list{gap:10px;display:grid}.group-check-list small{color:var(--mp-muted);margin-top:2px;font-weight:400;display:block}.password-box{border:1px solid var(--mp-border);background:#f8fafc;border-radius:16px;gap:12px;padding:14px;display:grid}.inline-form{grid-template-columns:1fr auto;gap:10px;display:grid}.inline-form input{border:1px solid var(--mp-border);border-radius:12px;outline:none;height:42px;padding:0 14px}.inline-form input:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e26}.alert-success{color:#166534;background:#dcfce7;border-radius:12px;padding:12px;font-weight:700}@media (width<=620px){.inline-form{grid-template-columns:1fr}}.toolbar-fields{align-items:center;gap:10px;display:flex}.select-input{border:1px solid var(--mp-border);background:#fff;border-radius:12px;outline:none;height:42px;padding:0 12px}.select-input:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e26}.cell-stack{gap:4px;display:grid}.cell-stack span{color:var(--mp-muted);font-size:13px}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-stack textarea{border:1px solid var(--mp-border);resize:vertical;border-radius:12px;outline:none;width:100%;padding:12px 14px}.form-stack textarea:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e26}@media (width<=720px){.toolbar-fields{flex-direction:column;align-items:stretch}.form-grid-2{grid-template-columns:1fr}}.select-input.full{width:100%}.icon-button:disabled{cursor:not-allowed;opacity:.45}.loan-status-open{color:#92400e;background:#fef3c7}.loan-status-paid{color:#166534;background:#dcfce7}.loan-status-cancelled{color:#991b1b;background:#fee2e2}.loan-total-box,.loan-detail-status{background:#ecfeff;border:1px solid #99f6e4;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.loan-total-box span,.loan-detail-status span{color:var(--mp-muted);font-weight:700}.loan-total-box strong,.loan-detail-status strong{color:var(--mp-primary);font-size:20px}.payment-loan-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.payment-loan-summary div{background:#ecfeff;border:1px solid #99f6e4;border-radius:14px;gap:4px;padding:14px;display:grid}.payment-loan-summary span{color:var(--mp-muted);text-transform:uppercase;font-size:12px;font-weight:800}.payment-loan-summary strong{color:var(--mp-primary);font-size:18px}@media (width<=720px){.payment-loan-summary{grid-template-columns:1fr}}.summary-card small{color:var(--mp-muted);margin-top:4px;display:block}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}@media (width<=1100px){.dashboard-card-grid,.dashboard-grid{grid-template-columns:1fr}}.audit-filters{grid-template-columns:1fr 1.2fr 220px auto;align-items:end;gap:14px;display:grid}.audit-filters label,.audit-detail label{gap:8px;font-weight:700;display:grid}.audit-action-modified{color:#92400e;background:#fef3c7}.audit-action-deleted{color:#991b1b;background:#fee2e2}.selected-row{background:#ecfeff}.audit-detail{gap:16px;display:grid}.audit-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.audit-detail-grid div{border:1px solid var(--mp-border);background:#f8fafc;border-radius:14px;gap:4px;padding:12px;display:grid}.audit-detail-grid span{color:var(--mp-muted);text-transform:uppercase;font-size:12px;font-weight:800}.audit-detail-grid strong{word-break:break-word}.audit-detail input{border:1px solid var(--mp-border);height:42px;color:var(--mp-muted);background:#f8fafc;border-radius:12px;padding:0 14px}.json-block{gap:8px;display:grid}.json-block h3{margin:0;font-size:15px}.json-block pre{color:#d1fae5;white-space:pre-wrap;word-break:break-word;background:#0f172a;border-radius:14px;max-height:260px;margin:0;padding:14px;font-size:12px;overflow:auto}@media (width<=1100px){.audit-filters,.audit-detail-grid{grid-template-columns:1fr}}.toast-container{z-index:2147483647;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#0f172a;pointer-events:auto;background:#fff;border:1px solid #d7dee8;border-radius:16px;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;display:flex;box-shadow:0 20px 45px #0f172a2e}.toast-error{border-color:#dc262673}.toast-success{border-color:#16a34a73}.toast-warning{border-color:#d9770673}.toast-info{border-color:#2563eb73}.toast-content{flex-direction:column;flex:1;gap:2px;font-size:.9rem;line-height:1.35;display:flex}.toast-content strong{color:#0f172a;font-size:.95rem}.toast-content span{color:#334155}.toast-close{color:#475569;cursor:pointer;background:0 0;border:0;padding:2px}.toast-close:hover{color:#0f172a}.modal-open{overflow:hidden}.modal-overlay{z-index:9998;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:22px;flex-direction:column;width:min(720px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 30px 80px #0f172a47}.modal-header{border-bottom:1px solid var(--mp-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.modal-header h2{margin:0}.modal-header p{color:var(--mp-muted);margin:6px 0 0}.modal-body{padding:24px;overflow:auto}@media (width<=720px){.modal-overlay{align-items:stretch;padding:12px}.modal-card{max-height:calc(100vh - 24px)}}.confirm-dialog{gap:22px;display:grid}.confirm-dialog-icon{color:#0369a1;background:#e0f2fe;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.confirm-dialog-danger .confirm-dialog-icon{color:#b91c1c;background:#fee2e2}.confirm-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.button-danger{color:#fff;background:#dc2626}.button-danger:hover{background:#b91c1c}.loan-filter-grid{grid-template-columns:minmax(220px,1.4fr) minmax(160px,.8fr) minmax(220px,1fr) repeat(4,minmax(150px,.7fr)) auto auto;align-items:end;width:100%;display:grid}.filter-field{color:var(--mp-muted);gap:6px;font-size:.78rem;font-weight:700;display:grid}.filter-field input{width:100%}.filter-checkbox{white-space:nowrap;align-items:center;height:42px}@media (width<=1500px){.loan-filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=760px){.loan-filter-grid{grid-template-columns:1fr}}.status-stack{flex-wrap:wrap;gap:6px;display:flex}.badge-danger{color:#991b1b;background:#fee2e2}.overdue-row{background:#fff7ed}.overdue-row td:first-child{border-left:4px solid #ea580c}.page-stack{width:100%;max-width:1440px;margin:0 auto}.panel{min-width:0}.table-wrapper{max-width:100%;overflow-x:auto}.toolbar,.toolbar-fields{min-width:0}.loan-filter-grid .search-input,.loan-filter-grid .select-input,.loan-filter-grid .button{width:100%}.filter-checkbox{justify-content:flex-start}.payment-filter-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;width:100%;display:grid}.payment-filter-grid .search-input,.payment-filter-grid .select-input,.payment-filter-grid .button{width:100%}@media (width<=900px){.client-filter-grid{grid-template-columns:1fr}}.client-filter-grid{grid-template-columns:minmax(260px,1fr) minmax(160px,180px) minmax(150px,auto);align-items:center;width:100%;display:grid}.client-filter-grid .search-input,.client-filter-grid .select-input,.client-filter-grid .button{width:100%}@media (width<=900px){.client-filter-grid{grid-template-columns:1fr}}.summary-card-link{color:inherit;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s}.summary-card-link:hover{border-color:#0f766e59;transform:translateY(-2px);box-shadow:0 16px 36px #0f172a1a}.table-link{color:inherit;text-align:left;text-decoration:none}.table-link:hover strong{color:var(--mp-primary)}.loan-installments-box{border:1px solid var(--mp-border);background:#f8fafc;border-radius:16px;gap:12px;padding:14px;display:grid}.loan-installments-box.compact{padding:12px}.loan-installments-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.loan-installments-header span{color:var(--mp-muted);font-size:13px}.installment-summary-grid,.payment-loan-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.installment-summary-grid div,.payment-loan-summary div{border:1px solid var(--mp-border);background:#fff;border-radius:12px;gap:4px;padding:10px;display:grid}.installment-summary-grid span,.payment-loan-summary span{color:var(--mp-muted);font-size:12px}.installment-list{gap:8px;display:grid}.installment-row{border:1px solid var(--mp-border);background:#fff;border-radius:12px;grid-template-columns:1fr 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.installment-row div{gap:3px;display:grid}.installment-row span{color:var(--mp-muted);font-size:12px}.loan-installment-status-open{color:#92400e;background:#fef3c7}.loan-installment-status-partiallypaid{color:#1d4ed8;background:#dbeafe}.loan-installment-status-paid{color:#166534;background:#dcfce7}.loan-installment-status-cancelled,.loan-installment-status-overdue{color:#991b1b;background:#fee2e2}@media (width<=860px){.installment-summary-grid,.payment-loan-summary,.installment-row{grid-template-columns:1fr}}.custom-installments-editor{gap:10px;display:grid}.custom-installment-row{border:1px solid var(--mp-border);background:#fff;border-radius:12px;grid-template-columns:64px 150px repeat(3,minmax(110px,1fr)) minmax(160px,1fr) auto;align-items:end;gap:10px;padding:10px;display:grid}.custom-installment-row label{gap:6px;font-size:12px;font-weight:700;display:grid}@media (width<=1100px){.custom-installment-row{grid-template-columns:1fr 1fr}}.custom-installments-editor{overflow-x:hidden}.custom-installment-row{grid-template-columns:56px repeat(2,minmax(140px,1fr))}.custom-installment-row label:nth-child(6){grid-column:span 2}.custom-installment-row .icon-button{place-self:center end}@media (width>=1200px){.custom-installment-row{grid-template-columns:56px 160px repeat(3,minmax(120px,1fr)) minmax(180px,1fr) auto}.custom-installment-row label:nth-child(6){grid-column:auto}}@media (width<=720px){.custom-installment-row{grid-template-columns:1fr}.custom-installment-row label:nth-child(6){grid-column:auto}.custom-installment-row .icon-button{justify-self:stretch}}.modal-content,.form-stack,.loan-installments-box{max-width:100%;overflow-x:hidden}.installment-fields-grid{align-items:end;margin-top:8px}.installment-fields-grid input{width:100%}.loan-total-box{grid-template-columns:minmax(120px,1fr) auto minmax(180px,1.5fr);align-items:center;gap:16px;display:grid}.loan-total-box .installment-fields-grid{border-top:1px solid #14b8a640;grid-column:1/-1;margin-top:10px;padding-top:12px}@media (width<=720px){.loan-total-box{grid-template-columns:1fr}.loan-total-box .installment-fields-grid{grid-column:auto}}.section-header-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.section-header-row h2{margin:0}.section-header-row p{color:var(--mp-muted);margin:4px 0 0}.segmented-filter{flex-wrap:wrap;gap:8px;display:flex}.segmented-filter button{border:1px solid var(--mp-border);color:var(--mp-text);cursor:pointer;background:#fff;border-radius:999px;padding:8px 12px;font-weight:700}.segmented-filter button.active{border-color:var(--mp-primary);color:var(--mp-primary-dark);background:#14b8a61f}.collection-card-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.collection-card{border:1px solid var(--mp-border);background:linear-gradient(#14b8a612,#fff0),#fff;border-radius:20px;gap:14px;padding:18px;display:grid;box-shadow:0 14px 32px #0f172a14}.collection-card-overdue{border-color:#ef444459}.collection-card-partial{border-color:#f59e0b59}.collection-card-top{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.collection-card-top div:not(.client-avatar){gap:3px;display:grid}.collection-card-top strong{font-size:18px}.collection-card-top span:not(.badge){color:var(--mp-muted);font-size:13px}.client-avatar{width:46px;height:46px;color:var(--mp-primary-dark);background:#14b8a629;border-radius:999px;place-items:center;font-weight:900;display:grid}.collection-main-amount{justify-items:center;gap:2px;padding:8px 0;display:grid}.collection-main-amount strong{color:var(--mp-primary-dark);font-size:32px;line-height:1}.collection-main-amount span{color:var(--mp-muted);font-size:13px}.collection-metrics-grid,.collection-profit-grid,.collection-next-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.collection-metrics-grid div,.collection-profit-grid div,.collection-next-row div{border:1px solid var(--mp-border);background:#f8fafcd9;border-radius:14px;gap:4px;padding:12px;display:grid}.collection-metrics-grid span,.collection-profit-grid span,.collection-next-row span{color:var(--mp-muted);font-size:12px}.collection-profit-grid{background:#14b8a60d;border:1px solid #14b8a638;border-radius:16px;padding:10px}.collection-profit-grid div{background:0 0;border:0;padding:0}.collection-card-actions{grid-template-columns:1fr auto;gap:10px;display:grid}.collection-status-overdue{color:#991b1b;background:#fee2e2}.collection-status-partial{color:#92400e;background:#fef3c7}.collection-status-open{color:#166534;background:#dcfce7}@media (width<=760px){.section-header-row,.collection-card-actions,.collection-card-top,.collection-metrics-grid,.collection-profit-grid,.collection-next-row{grid-template-columns:1fr}.section-header-row{display:grid}.collection-card-grid{grid-template-columns:1fr}}.dashboard-card-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}.dashboard-card-grid .summary-card{min-width:0;padding:18px}.dashboard-card-grid .summary-card strong{white-space:nowrap;font-size:clamp(20px,1.6vw,26px)}.dashboard-card-grid .summary-card span,.dashboard-card-grid .summary-card small{white-space:nowrap}@media (width<=1400px){.dashboard-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.dashboard-card-grid{grid-template-columns:1fr}.dashboard-card-grid .summary-card strong,.dashboard-card-grid .summary-card span,.dashboard-card-grid .summary-card small{white-space:normal}}.receipt-message-box{background:#14b8a60f;border:1px solid #14b8a640;border-radius:16px;gap:10px;padding:14px;display:grid}.receipt-message-box textarea{resize:vertical;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.5}@media (width<=760px){.collection-card-actions{grid-template-columns:1fr}}.collection-card-actions{grid-template-columns:minmax(180px,1.4fr) minmax(120px,1fr) auto;align-items:stretch}.collection-card-actions .button{white-space:nowrap;justify-content:center;min-height:44px}@media (width<=1180px){.collection-card-actions{grid-template-columns:1fr 1fr}.collection-card-actions .button:first-child{grid-column:1/-1}}@media (width<=760px){.collection-card-actions{grid-template-columns:1fr}.collection-card-actions .button:first-child{grid-column:auto}}.collection-card{min-width:0;overflow:hidden}.collection-card *{min-width:0}.collection-card-grid{align-items:stretch}.collection-card-top,.collection-metrics-grid,.collection-profit-grid,.collection-next-row,.collection-card-actions{width:100%}.collection-card-actions{grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr) minmax(0,.9fr)}.collection-card-actions .button{width:100%;padding-left:12px;padding-right:12px}.collection-card-actions .button svg{flex-shrink:0}.collection-card-actions .button{text-overflow:ellipsis;overflow:hidden}.collection-main-amount strong,.collection-metrics-grid strong,.collection-profit-grid strong,.collection-next-row strong{overflow-wrap:anywhere}@media (width<=1180px){.collection-card-actions{grid-template-columns:1fr}.collection-card-actions .button:first-child{grid-column:auto}}.sidebar-section{border-top:1px solid #94a3b838;gap:6px;margin-top:10px;padding-top:12px;display:grid}.sidebar-section-title{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;padding:0 12px 4px;font-size:.72rem;font-weight:800;display:flex}.sidebar-nav a.sidebar-subitem{padding-left:18px}.admin-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.admin-card{color:inherit;background:#0f172ab8;border:1px solid #94a3b838;border-radius:18px;align-items:flex-start;gap:14px;padding:18px;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:flex;box-shadow:0 18px 40px #0f172a2e}.admin-card:hover{background:#0f172adb;border-color:#3b82f680;transform:translateY(-2px)}.admin-card-icon{color:#93c5fd;background:#3b82f624;border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.admin-card strong{color:#e5e7eb;margin-bottom:6px;font-size:1rem;display:block}.admin-card p{color:#94a3b8;margin:0;line-height:1.45}.admin-card small{color:#fbbf24;margin-top:10px;font-weight:700;display:inline-flex}.admin-card-disabled{opacity:.72;cursor:not-allowed}.admin-card-disabled:hover{background:#0f172ab8;border-color:#94a3b838;transform:none}.back-link{width:fit-content;color:var(--mp-primary);align-items:center;gap:6px;margin-bottom:10px;font-weight:700;display:inline-flex}.form-section{border-bottom:1px solid var(--mp-border);gap:18px;padding-bottom:22px;display:grid}.form-section:last-of-type{border-bottom:0}.form-section h2{margin:0;font-size:18px}.form-section p{color:var(--mp-muted);margin:6px 0 0}.form-grid{gap:16px;display:grid}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-stack select,.form-stack textarea{border:1px solid var(--mp-border);width:100%;color:var(--mp-text);font:inherit;background:#fff;border-radius:12px;outline:none;padding:12px 14px}.form-stack select{height:44px}.form-stack textarea{resize:vertical;min-height:120px}.form-stack select:focus,.form-stack textarea:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e26}.form-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.muted-text{color:var(--mp-muted);font-size:14px}@media (width<=900px){.form-grid.two-columns{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:stretch}}.template-variable-panel{border:1px solid var(--mp-border);background:#f8fafc;border-radius:16px;gap:14px;padding:16px;display:grid}.template-variable-panel strong{font-size:15px;display:block}.template-variable-panel p{color:var(--mp-muted);margin:4px 0 0;font-size:14px}.template-variable-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.template-variable-item{border:1px solid var(--mp-border);background:#fff;border-radius:12px;gap:4px;padding:10px;display:grid}.template-variable-item code{width:fit-content;color:var(--mp-primary);background:#0f766e14;border-radius:8px;padding:3px 7px;font-weight:800}.template-variable-item span{color:var(--mp-muted);font-size:13px}@media (width<=900px){.template-variable-grid{grid-template-columns:1fr}}.pix-qr-box{border:1px solid var(--mp-border);background:#f8fafc;border-radius:16px;align-items:center;gap:18px;padding:16px;display:flex}.pix-qr-box svg{background:#fff;border-radius:12px;flex:none}.pix-qr-box strong{margin-bottom:6px;display:block}.pix-qr-box p{color:var(--mp-muted);margin:0;font-size:14px}@media (width<=700px){.pix-qr-box{flex-direction:column;align-items:flex-start}}.attachment-upload-box{grid-template-columns:minmax(260px,1fr) minmax(260px,1fr);align-items:end;gap:1rem;display:grid}.attachment-upload-box label{min-width:0}.attachment-upload-box input[type=file]{border:1px solid var(--border-color);background:#fff;border-radius:.8rem;width:100%;padding:.7rem}.attachment-upload-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.attachment-upload-actions .button{white-space:nowrap}@media (width<=760px){.attachment-upload-box{grid-template-columns:1fr}.attachment-upload-actions{flex-direction:column;align-items:stretch}.attachment-upload-actions .button{justify-content:center;width:100%}}.report-filters-grid{grid-template-columns:repeat(4,minmax(180px,1fr)) auto;align-items:end;gap:16px;margin-top:18px;display:grid}.report-filters-grid .form-field{color:var(--text-muted);flex-direction:column;gap:7px;font-size:.82rem;display:flex}.report-filters-grid .form-field span{color:var(--text);font-weight:700}.report-filters-grid input,.report-filters-grid select{border:1px solid var(--border);background:var(--surface);width:100%;height:42px;color:var(--text);font:inherit;border-radius:12px;padding:0 12px}.report-filters-grid input:focus,.report-filters-grid select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0080801f}.report-filter-actions{justify-content:flex-end;align-items:end;display:flex}.report-filter-actions .button{white-space:nowrap;height:42px;padding-inline:18px}.report-summary-grid{grid-template-columns:repeat(5,minmax(160px,1fr));gap:16px;display:grid}.report-summary-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:18px;flex-direction:column;gap:10px;min-height:110px;padding:20px;display:flex}.report-summary-card span{color:var(--text-muted);font-size:.86rem}.report-summary-card strong{color:var(--text);letter-spacing:-.03em;font-size:1.55rem;line-height:1.1}.report-table-wrapper{border:1px solid var(--border);background:var(--surface);border-radius:18px;width:100%;overflow-x:auto}.report-table{border-collapse:collapse;width:100%;min-width:1180px}.report-table th,.report-table td{border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap;padding:13px 16px}.report-table th{background:var(--surface-muted);color:var(--text-muted);text-align:left;text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:800}.report-table tbody tr:hover{background:var(--surface-muted)}.report-table tbody tr:last-child td{border-bottom:0}.report-table .numeric-cell{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.report-table .client-cell{min-width:220px;font-weight:700}.report-table .responsible-cell{min-width:140px}.report-table .notes-cell{white-space:normal;min-width:260px;color:var(--text-muted)}@media (width<=1280px){.report-summary-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}.report-filters-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.report-filter-actions{justify-content:flex-start}}@media (width<=720px){.report-summary-grid,.report-filters-grid{grid-template-columns:1fr}}@media print{body{background:#fff!important}.sidebar,.topbar,.print-hide,.report-filter-card{display:none!important}.main-area,.content,.page-stack{background:#fff!important;width:100%!important;margin:0!important;padding:0!important;display:block!important}.report-page-header{border-bottom:2px solid #111827;margin-bottom:18px;padding-bottom:12px}.report-page-header h1{margin:0 0 6px!important;font-size:22px!important}.report-page-header p,.section-title p{color:#374151!important}.report-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:8px!important;margin-bottom:16px!important}.report-summary-card{box-shadow:none!important;border:1px solid #d1d5db!important;border-radius:8px!important;min-height:auto!important;padding:10px!important}.report-summary-card span{font-size:10px!important}.report-summary-card strong{font-size:14px!important}.card{box-shadow:none!important;background:#fff!important;border:0!important;padding:0!important}.report-table-wrapper{border:0!important;border-radius:0!important;overflow:visible!important}.report-table{width:100%!important;min-width:0!important;font-size:10px!important}.report-table th,.report-table td{white-space:normal!important;border-bottom:1px solid #d1d5db!important;padding:6px 5px!important}.report-table th{color:#111827!important;background:#f3f4f6!important;font-size:9px!important}.report-table .client-cell,.report-table .responsible-cell,.report-table .notes-cell{min-width:0!important}@page{size:landscape;margin:10mm}}.reports-hub-grid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;display:grid}.reports-hub-card{border:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:22px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:grid}.reports-hub-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.reports-hub-card h2{margin:0 0 6px;font-size:1.05rem}.reports-hub-card p{color:var(--text-muted);margin:0;line-height:1.4}.reports-hub-icon{background:var(--surface-muted);width:48px;height:48px;color:var(--primary);border-radius:16px;place-items:center;display:grid}.reports-hub-arrow{color:var(--text-muted)}.reports-hub-card-disabled{opacity:.72}.reports-hub-card-disabled:hover{box-shadow:var(--shadow-sm);transform:none}.report-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.report-filter-actions{gap:10px}@media (width<=900px){.reports-hub-grid{grid-template-columns:1fr}.report-page-header{flex-direction:column}.report-header-actions{width:100%}}.help-intro-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:20px;padding:22px}.help-intro-card h2{margin:0 0 8px}.help-intro-card p{color:var(--text-muted);margin:0;line-height:1.6}.help-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px;display:grid}.help-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:20px;padding:22px}.help-card-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.help-card-header h2{margin:0;font-size:1rem}.help-icon{background:var(--surface-muted);width:42px;height:42px;color:var(--primary);border-radius:14px;flex:none;place-items:center;display:grid}.help-card ul{color:var(--text-muted);margin:0;padding-left:20px;line-height:1.6}.help-card li+li{margin-top:6px}@media (width<=900px){.help-grid{grid-template-columns:1fr}}.pending-attachment-card{border:1px dashed var(--border);background:var(--surface-muted);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.pending-attachment-card div{flex-direction:column;gap:4px;display:flex}.pending-attachment-card span{color:var(--text-muted);font-size:.85rem}.dashboard-shortcuts{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.dashboard-shortcuts h2{margin:4px 0 0;font-size:1.1rem}.dashboard-shortcut-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.dashboard-shortcut-button{border:1px solid var(--border);background:var(--surface-muted);min-height:42px;color:var(--text);border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.dashboard-shortcut-button:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}@media (width<=900px){.dashboard-shortcuts{flex-direction:column;align-items:flex-start}.dashboard-shortcut-actions{justify-content:flex-start}}.payments-panel{padding:22px}.payments-toolbar{align-items:flex-start;gap:18px}.payments-toolbar-title{border:1px solid var(--border);background:var(--surface-muted);border-radius:16px;flex-direction:column;gap:2px;min-width:180px;padding:12px 14px;display:flex}.payments-toolbar-title strong{font-size:1.5rem;line-height:1}.payments-toolbar-title span{color:var(--text-muted);font-size:.86rem}.payments-filter-grid{grid-template-columns:minmax(240px,1.5fr) minmax(180px,1fr) minmax(220px,1.2fr) repeat(4,minmax(140px,.8fr)) auto;align-items:end;gap:12px;width:100%;display:grid}.payments-filter-grid .search-input,.payments-filter-grid .select-input{border-radius:12px;min-height:42px}.payments-filter-grid .filter-field{color:var(--text-muted);gap:6px;font-size:.78rem;font-weight:700}.payments-filter-grid .button{white-space:nowrap;min-height:42px}.payments-table-wrapper{border:1px solid var(--border);border-radius:18px;overflow-x:auto}.payments-table{min-width:1040px}.payments-table th{background:var(--surface-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.76rem}.payments-table th,.payments-table td{vertical-align:middle;padding:14px 16px}.payments-table tbody tr:hover{background:var(--surface-muted)}.payment-amount-cell{white-space:nowrap}.payment-amount-cell>strong{color:var(--text);font-size:1.04rem;display:block}.payment-linked-installment{width:fit-content;color:var(--primary);background:#14b8a61f;border-radius:999px;margin-top:4px;padding:3px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.payment-composition{flex-direction:column;gap:6px;min-width:150px;display:flex}.payment-composition span{background:var(--surface-muted);color:var(--text-muted);border-radius:10px;justify-content:space-between;gap:12px;padding:5px 8px;font-size:.8rem;display:flex}.payment-composition strong{color:var(--text)}.payment-notes-cell{white-space:normal;min-width:190px;max-width:280px}.payments-table-actions{justify-content:flex-end;gap:8px}@media (width<=1500px){.payments-filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=900px){.payments-toolbar{flex-direction:column}.payments-toolbar-title{width:100%}.payments-filter-grid{grid-template-columns:1fr}}.payments-toolbar{display:flex;flex-direction:column!important;align-items:stretch!important;gap:18px!important}.payments-toolbar-title{width:fit-content;min-width:180px}.payments-filter-grid{grid-template-columns:minmax(260px,1.4fr) minmax(220px,1fr) minmax(260px,1.2fr) repeat(2,minmax(160px,.8fr)) repeat(2,minmax(140px,.7fr)) auto!important;align-items:end!important;gap:12px!important;width:100%!important;display:grid!important;overflow:visible!important}.payments-filter-grid .search-input,.payments-filter-grid .select-input,.payments-filter-grid input,.payments-filter-grid select{box-sizing:border-box!important;width:100%!important;min-width:0!important}.payments-filter-grid .button{width:max-content!important}@media (width<=1500px){.payments-filter-grid{grid-template-columns:repeat(4,minmax(180px,1fr))!important}.payments-filter-grid .button{width:100%!important}}@media (width<=1100px){.payments-filter-grid{grid-template-columns:repeat(2,minmax(180px,1fr))!important}}@media (width<=720px){.payments-filter-grid{grid-template-columns:1fr!important}.payments-toolbar-title{width:100%}}.payments-panel{overflow:hidden!important}.payments-toolbar{grid-template-columns:1fr!important;align-items:stretch!important;gap:18px!important;width:100%!important;display:grid!important}.payments-toolbar-title{box-sizing:border-box!important;border-radius:16px!important;width:100%!important;min-width:0!important;padding:16px 18px!important}.toolbar-fields.payment-filter-grid,.payments-filter-grid{box-sizing:border-box!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:end!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.toolbar-fields.payment-filter-grid>*,.payments-filter-grid>*{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.payments-filter-grid .search-input,.payments-filter-grid .select-input,.payments-filter-grid input,.payments-filter-grid select{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.payments-filter-grid .filter-field{flex-direction:column!important;gap:6px!important;display:flex!important}.payments-filter-grid .button{justify-content:center!important;width:100%!important;min-width:0!important}.payments-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto!important}@media (width<=1200px){.toolbar-fields.payment-filter-grid,.payments-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.toolbar-fields.payment-filter-grid,.payments-filter-grid{grid-template-columns:1fr!important}}.dashboard-header-with-filter{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.dashboard-responsible-filter{min-width:260px;color:var(--text-muted);flex-direction:column;gap:7px;font-size:.82rem;display:flex}.dashboard-responsible-filter span{color:var(--text);font-weight:800}.dashboard-responsible-filter select{border:1px solid var(--border);background:var(--surface);height:42px;color:var(--text);font:inherit;border-radius:12px;padding:0 12px}@media (width<=820px){.dashboard-header-with-filter{flex-direction:column}.dashboard-responsible-filter{width:100%;min-width:0}}.loans-summary-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:18px;display:grid}.loans-summary-grid article{border:1px solid var(--border);background:var(--surface-muted);border-radius:16px;flex-direction:column;gap:6px;padding:16px;display:flex}.loans-summary-grid span{color:var(--text-muted);font-size:.82rem}.loans-summary-grid strong{color:var(--text);font-size:1.25rem;line-height:1.1}.loans-summary-grid small{color:var(--text-muted);font-weight:700}.loan-filter-grid{grid-template-columns:minmax(220px,1.2fr) minmax(170px,.8fr) minmax(180px,1fr) minmax(190px,1fr) repeat(4,minmax(140px,.8fr)) auto!important}@media (width<=1500px){.loan-filter-grid{grid-template-columns:repeat(4,minmax(180px,1fr))!important}.loans-summary-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (width<=900px){.loan-filter-grid{grid-template-columns:repeat(2,minmax(160px,1fr))!important}.loans-summary-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (width<=640px){.loan-filter-grid,.loans-summary-grid{grid-template-columns:1fr!important}}.loan-filter-grid{box-sizing:border-box!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:end!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.loan-filter-grid>*{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.loan-filter-grid .search-input,.loan-filter-grid .select-input,.loan-filter-grid input,.loan-filter-grid select{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.loan-filter-grid .filter-field{flex-direction:column!important;gap:6px!important;display:flex!important}.loan-filter-grid .filter-checkbox{align-items:center!important;min-height:42px!important}.loan-filter-grid .button{justify-content:center!important;width:100%!important;min-width:0!important}.loans-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;width:100%!important;margin:18px 0!important;display:grid!important}.loans-summary-grid article{border:1px solid var(--border)!important;background:var(--surface-muted)!important;border-radius:16px!important;min-width:0!important;padding:16px!important}@media (width<=1400px){.loan-filter-grid,.loans-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=980px){.loan-filter-grid,.loans-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.loan-filter-grid,.loans-summary-grid{grid-template-columns:1fr!important}}.payments-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;width:100%;margin:18px 0;display:grid}.payments-summary-grid article{border:1px solid var(--border);background:var(--surface-muted);border-radius:16px;flex-direction:column;gap:6px;min-width:0;padding:16px;display:flex}.payments-summary-grid span{color:var(--text-muted);font-size:.82rem}.payments-summary-grid strong{color:var(--text);font-size:1.25rem;line-height:1.1}.toolbar-fields.payment-filter-grid,.payments-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (width<=1200px){.payments-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.payments-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.payments-summary-grid{grid-template-columns:1fr}}.login-page-modern{background:radial-gradient(circle at 0 0,#14b8a62e,#0000 34%),linear-gradient(135deg,#0f172a 0%,#1e293b 46%,#f8fafc 46% 100%);grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);align-items:stretch;min-height:100vh;padding:0;display:grid}.login-hero{color:#fff;flex-direction:column;justify-content:space-between;gap:48px;padding:56px;display:flex}.login-hero-brand{align-items:center;gap:14px;display:inline-flex}.login-hero-logo,.login-card-modern .login-logo{border-radius:20px;place-items:center;width:58px;height:58px;display:grid}.login-hero-logo{color:#5eead4;background:#ffffff1f;border:1px solid #ffffff29}.login-hero-brand span{letter-spacing:-.04em;font-size:1.35rem;font-weight:900;display:block}.login-hero-brand strong{color:#ffffffb3;margin-top:2px;font-size:.9rem;display:block}.login-hero-content{max-width:620px}.login-hero-content h1{letter-spacing:-.07em;color:#fff;margin:12px 0 18px;font-size:clamp(2.4rem,5vw,4.5rem);line-height:.95}.login-hero-content p{color:#ffffffc2;max-width:520px;margin:0;font-size:1.08rem;line-height:1.7}.login-feature-list{gap:12px;max-width:560px;display:grid}.login-feature-list div{color:#ffffffdb;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:10px 14px;display:flex}.login-feature-list svg{color:#5eead4}.login-card-modern{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #e2e8f0e6;border-radius:28px;place-self:center;width:min(430px,100% - 40px);padding:34px;box-shadow:0 30px 80px #0f172a2e}.login-card-header{align-items:center;gap:16px;margin-bottom:26px;display:flex}.login-card-modern .login-logo{background:var(--primary);color:#fff;flex:none}.login-card-modern h2{letter-spacing:-.04em;margin:0;font-size:1.45rem}.login-card-modern p{color:var(--text-muted);margin:4px 0 0}.login-form{gap:18px}.login-form .button{justify-content:center;width:100%;min-height:46px;margin-top:4px}.login-security-note{background:var(--surface-muted);color:var(--text-muted);border-radius:14px;align-items:center;gap:8px;margin-top:22px;padding:12px;font-size:.82rem;display:flex}.login-security-note svg{color:var(--primary);flex:none}@media (width<=920px){.login-page-modern{background:radial-gradient(circle at 0 0,#14b8a62e,#0000 34%),linear-gradient(160deg,#0f172a 0%,#1e293b 48%,#f8fafc 48% 100%);grid-template-columns:1fr}.login-hero{gap:28px;padding:32px 24px 8px}.login-feature-list{display:none}.login-card-modern{margin:22px 0 34px}}.login-page-modern{position:relative;overflow:hidden;background:#f8fafc!important}.login-page-modern:before{content:"";z-index:0;background:radial-gradient(circle at 18% 18%,#14b8a638,#0000 32%),linear-gradient(135deg,#0f172a 0%,#1e293b 100%);width:58%;position:absolute;inset:0 auto 0 0}.login-page-modern>*{z-index:1;position:relative}.login-hero{min-height:100vh}.login-feature-list{width:min(560px,100%)}.login-feature-list div{box-sizing:border-box;width:100%}.login-card-modern{z-index:2}@media (width<=920px){.login-page-modern:before{width:100%;height:48%;inset:0 0 auto}.login-hero{min-height:auto}}.help-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.help-progress-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:20px;gap:12px;padding:20px;display:grid}.help-progress-card span{color:var(--text-muted);font-size:.86rem}.help-progress-card strong{color:var(--text);margin-top:4px;font-size:1.3rem;display:block}.help-progress-card small{color:var(--text-muted)}.help-progress-track{background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;height:12px;overflow:hidden}.help-progress-track div{border-radius:inherit;background:var(--primary);height:100%;transition:width .2s}.help-card-done{background:#14b8a60f;border-color:#14b8a659}.help-check-row{color:var(--text-muted);align-items:center;gap:8px;margin-top:6px;font-size:.84rem;font-weight:700;display:inline-flex}.help-check-row input{width:16px;height:16px;accent-color:var(--primary)}@media (width<=900px){.help-page-header{flex-direction:column}}@media (width<=1500px){.dashboard-header-with-filter{align-items:flex-start}.dashboard-shortcuts{flex-direction:column;align-items:flex-start}.dashboard-shortcut-actions{justify-content:flex-start;width:100%}.dashboard-card-grid{grid-template-columns:repeat(3,minmax(220px,1fr))!important}}@media (width<=1180px){.dashboard-header-with-filter{flex-direction:column}.dashboard-responsible-filter{width:min(360px,100%)}.dashboard-shortcut-actions{grid-template-columns:repeat(2,minmax(180px,1fr));display:grid}.dashboard-shortcut-button{justify-content:center;width:100%}.dashboard-card-grid{grid-template-columns:repeat(2,minmax(220px,1fr))!important}.collection-card-grid{grid-template-columns:repeat(2,minmax(260px,1fr))!important}}@media (width<=760px){.dashboard-shortcut-actions,.dashboard-card-grid,.collection-card-grid{grid-template-columns:1fr!important}.dashboard-shortcuts{padding:18px}.dashboard-card-grid .summary-card{min-height:auto}.section-header-row{flex-direction:column;align-items:flex-start}.segmented-filter{justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.segmented-filter button{white-space:nowrap}}.dashboard-card-grid .summary-card{align-items:center!important;min-width:0!important;min-height:118px!important;padding:18px!important}.dashboard-card-grid .summary-card svg{flex:none!important;width:24px!important;height:24px!important}.dashboard-card-grid .summary-card div{min-width:0!important}.dashboard-card-grid .summary-card span{font-size:.94rem!important;line-height:1.2!important}.dashboard-card-grid .summary-card strong{white-space:nowrap!important;font-size:clamp(1.45rem,2.1vw,1.9rem)!important;line-height:1.1!important}.dashboard-card-grid .summary-card small{white-space:normal!important;font-size:.82rem!important;line-height:1.25!important}@media (width>=1600px){.dashboard-card-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}@media (width<=1100px){.dashboard-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=680px){.dashboard-card-grid{grid-template-columns:1fr!important}}.dashboard-card-grid{grid-template-columns:repeat(3,minmax(240px,1fr))!important}.dashboard-card-grid .summary-card{overflow:hidden!important}.dashboard-card-grid .summary-card strong{overflow-wrap:normal!important;max-width:100%!important;font-size:clamp(1.35rem,1.6vw,1.75rem)!important}.dashboard-card-grid .summary-card span,.dashboard-card-grid .summary-card small{max-width:100%!important}@media (width>=1900px){.dashboard-card-grid{grid-template-columns:repeat(6,minmax(220px,1fr))!important}}@media (width<=1100px){.dashboard-card-grid{grid-template-columns:repeat(2,minmax(240px,1fr))!important}}@media (width<=680px){.dashboard-card-grid{grid-template-columns:1fr!important}}.dashboard-card-grid{grid-template-columns:repeat(3,minmax(260px,1fr))!important;gap:18px!important}.dashboard-card-grid .summary-card{grid-template-columns:auto 1fr!important;grid-template-areas:"icon label""value value""meta meta"!important;align-items:center!important;gap:8px 12px!important;min-width:0!important;min-height:132px!important;padding:18px 20px!important;display:grid!important}.dashboard-card-grid .summary-card svg{grid-area:icon!important;width:24px!important;height:24px!important}.dashboard-card-grid .summary-card>div{display:contents!important}.dashboard-card-grid .summary-card span{white-space:normal!important;grid-area:label!important;min-width:0!important;font-size:.94rem!important;line-height:1.2!important}.dashboard-card-grid .summary-card strong{letter-spacing:-.05em!important;white-space:nowrap!important;grid-area:value!important;width:100%!important;font-size:clamp(1.6rem,2.2vw,2.15rem)!important;line-height:1.05!important;display:block!important}.dashboard-card-grid .summary-card small{white-space:normal!important;grid-area:meta!important;width:100%!important;font-size:.82rem!important;line-height:1.3!important;display:block!important}@media (width>=1700px){.dashboard-card-grid{grid-template-columns:repeat(6,minmax(200px,1fr))!important}.dashboard-card-grid .summary-card strong{font-size:clamp(1.35rem,1.45vw,1.75rem)!important}}@media (width<=1180px){.dashboard-card-grid{grid-template-columns:repeat(2,minmax(260px,1fr))!important}}@media (width<=680px){.dashboard-card-grid{grid-template-columns:1fr!important}}.loan-report-filters-grid{grid-template-columns:repeat(4,minmax(170px,1fr))!important}.report-checkbox-field{min-height:42px;color:var(--text);align-items:center;gap:8px;font-weight:800;display:inline-flex}.report-checkbox-field input{width:16px;height:16px;accent-color:var(--primary)}.report-loan-summary-grid{grid-template-columns:repeat(5,minmax(160px,1fr))}.loan-report-table{min-width:1320px}@media (width<=1280px){.loan-report-filters-grid,.report-loan-summary-grid{grid-template-columns:repeat(2,minmax(170px,1fr))!important}}@media (width<=720px){.loan-report-filters-grid,.report-loan-summary-grid{grid-template-columns:1fr!important}}.report-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.report-filter-card,.report-table-wrapper,.report-summary-grid,.report-loan-summary-grid{min-width:0}.report-filters-grid,.loan-report-filters-grid{width:100%;min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.report-filters-grid>*,.loan-report-filters-grid>*,.report-filters-grid .form-field,.loan-report-filters-grid .form-field{min-width:0}.report-filters-grid input,.report-filters-grid select,.loan-report-filters-grid input,.loan-report-filters-grid select{box-sizing:border-box;width:100%;min-width:0}.report-filter-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.report-summary-grid,.report-loan-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}.report-summary-grid .summary-card,.report-loan-summary-grid .summary-card{min-width:0}.report-summary-grid .summary-card strong,.report-loan-summary-grid .summary-card strong{font-size:clamp(1.45rem,2vw,2rem);line-height:1.1}.report-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.report-table{width:100%}@media (width<=1280px){.report-page-header{flex-direction:column}.report-header-actions{justify-content:flex-start;width:100%}.report-filters-grid,.loan-report-filters-grid{grid-template-columns:repeat(2,minmax(220px,1fr))!important}.report-summary-grid,.report-loan-summary-grid{grid-template-columns:repeat(3,minmax(180px,1fr))!important}}@media (width<=820px){.report-filters-grid,.loan-report-filters-grid,.report-summary-grid,.report-loan-summary-grid{grid-template-columns:1fr!important}.report-filter-actions,.report-header-actions{flex-direction:column;align-items:stretch}.report-filter-actions .button,.report-header-actions .button{justify-content:center;width:100%}}.page-stack{max-width:100%;overflow-x:hidden}.report-filter-card,.report-page-header,.report-summary-grid,.report-loan-summary-grid,.report-table-wrapper{box-sizing:border-box;min-width:0;max-width:100%}.report-filters-grid,.loan-report-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.report-filters-grid>*,.loan-report-filters-grid>*{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.report-filters-grid input,.report-filters-grid select,.loan-report-filters-grid input,.loan-report-filters-grid select{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.report-filter-actions{grid-column:1/-1;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;display:flex!important}.report-checkbox-field{min-width:0!important;max-width:100%!important}.report-summary-grid,.report-loan-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.report-summary-grid .summary-card,.report-loan-summary-grid .summary-card{min-width:0!important;overflow:hidden!important}.report-summary-grid .summary-card strong,.report-loan-summary-grid .summary-card strong{white-space:nowrap!important;font-size:clamp(1.45rem,1.8vw,1.9rem)!important}.report-table-wrapper{width:100%!important;max-width:100%!important;overflow:auto hidden!important}.loan-report-table,.report-table{width:max-content!important;min-width:1000px!important;max-width:none!important}@media (width<=1180px){.report-filters-grid,.loan-report-filters-grid,.report-summary-grid,.report-loan-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.report-filters-grid,.loan-report-filters-grid,.report-summary-grid,.report-loan-summary-grid{grid-template-columns:1fr!important}.report-filter-actions .button{justify-content:center!important;width:100%!important}}.payment-report-page *,.loan-report-page *{box-sizing:border-box}.payment-report-page .report-filter-card,.loan-report-page .report-filter-card{width:100%;max-width:100%;overflow:hidden}.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.payment-report-page .report-filters-grid>*,.loan-report-page .report-filters-grid>*,.loan-report-page .loan-report-filters-grid>*{min-width:0!important;max-width:100%!important}.payment-report-page .form-field,.loan-report-page .form-field{width:100%!important;min-width:0!important}.payment-report-page .form-field input,.payment-report-page .form-field select,.loan-report-page .form-field input,.loan-report-page .form-field select{width:100%!important;min-width:0!important;max-width:100%!important}.payment-report-page .report-checkbox-field,.loan-report-page .report-checkbox-field{width:100%;min-height:42px}.payment-report-page .report-filter-actions,.loan-report-page .report-filter-actions{flex-wrap:wrap!important;grid-column:1/-1!important;justify-content:flex-start!important;gap:12px!important;width:100%!important;min-width:0!important;display:flex!important}.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.payment-report-page .summary-card,.loan-report-page .summary-card{width:100%!important;min-width:0!important;overflow:hidden!important}.payment-report-page .summary-card strong,.loan-report-page .summary-card strong{white-space:normal!important;overflow-wrap:anywhere!important;font-size:clamp(1.45rem,2.2vw,1.9rem)!important;line-height:1.1!important}.payment-report-page .report-table-wrapper,.loan-report-page .report-table-wrapper{width:100%!important;max-width:100%!important;overflow:auto hidden!important}.payment-report-page .report-table,.loan-report-page .report-table{width:max-content!important;min-width:1000px!important;max-width:none!important}@media (width>=1500px){.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.loan-report-page .loan-report-filters-grid,.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=760px){.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.loan-report-page .loan-report-filters-grid,.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:1fr!important}.payment-report-page .report-filter-actions,.loan-report-page .report-filter-actions,.payment-report-page .report-header-actions,.loan-report-page .report-header-actions{flex-direction:column!important;align-items:stretch!important}.payment-report-page .button,.loan-report-page .button{justify-content:center!important;width:100%!important}}.payment-report-page,.loan-report-page{width:100%!important;max-width:calc(100vw - 32px)!important;overflow-x:hidden!important}.payment-report-page>*,.loan-report-page>*{width:100%!important;min-width:0!important;max-width:100%!important}.payment-report-page .card,.loan-report-page .card,.payment-report-page .report-filter-card,.loan-report-page .report-filter-card,.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.payment-report-page .summary-grid,.loan-report-page .summary-grid{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.payment-report-page .report-filters-grid>*,.loan-report-page .report-filters-grid>*,.loan-report-page .loan-report-filters-grid>*{width:100%!important;min-width:0!important;max-width:100%!important}.payment-report-page .form-field,.loan-report-page .form-field{flex-direction:column!important;gap:8px!important;display:flex!important}.payment-report-page .form-field input,.payment-report-page .form-field select,.loan-report-page .form-field input,.loan-report-page .form-field select{width:100%!important;min-width:0!important;max-width:100%!important;height:42px!important}.payment-report-page .report-filter-actions,.loan-report-page .report-filter-actions{grid-column:1/-1!important;width:100%!important}.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.payment-report-page .summary-card,.loan-report-page .summary-card{width:100%!important;min-width:0!important}.payment-report-page .report-table-wrapper,.loan-report-page .report-table-wrapper{width:100%!important;min-width:0!important;max-width:100%!important;overflow:auto hidden!important}.payment-report-page .report-table,.loan-report-page .report-table{width:max-content!important;min-width:980px!important}@media (width>=1400px){.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.loan-report-page .loan-report-filters-grid,.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=760px){.payment-report-page,.loan-report-page{max-width:calc(100vw - 24px)!important}.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.loan-report-page .loan-report-filters-grid,.payment-report-page .report-summary-grid,.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:1fr!important}}.responsible-report-page{width:100%!important;max-width:calc(100vw - 32px)!important;overflow-x:hidden!important}.responsible-report-page>*,.responsible-report-page .card,.responsible-report-page .report-filter-card,.responsible-report-page .summary-grid,.responsible-report-page .report-responsible-summary-grid{width:100%!important;min-width:0!important;max-width:100%!important}.responsible-report-filters-grid,.report-responsible-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.responsible-report-table{min-width:1120px!important}@media (width>=1500px){.responsible-report-filters-grid,.report-responsible-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=760px){.responsible-report-page{max-width:calc(100vw - 24px)!important}.responsible-report-filters-grid,.report-responsible-summary-grid{grid-template-columns:1fr!important}}@media (width<=1400px){.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=980px){.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.responsible-report-page .report-responsible-summary-grid{grid-template-columns:1fr!important}}.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:100%!important;display:grid!important}.responsible-report-page .report-responsible-summary-grid .summary-card{border-radius:18px!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;min-height:112px!important;padding:18px 20px!important;display:flex!important;overflow:hidden!important}.responsible-report-page .report-responsible-summary-grid .summary-card span{color:var(--text-muted)!important;font-size:.88rem!important;line-height:1.25!important}.responsible-report-page .report-responsible-summary-grid .summary-card strong{letter-spacing:-.04em!important;white-space:nowrap!important;font-size:clamp(1.55rem,2.1vw,2rem)!important;line-height:1.05!important}.responsible-report-page .report-responsible-summary-grid .summary-card small{color:var(--text-muted)!important;font-size:.82rem!important}@media (width<=1400px){.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=980px){.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.responsible-report-page .report-responsible-summary-grid{grid-template-columns:1fr!important}}@media print{.report-summary-grid,.report-loan-summary-grid,.report-responsible-summary-grid,.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important;margin:8px 0 10px!important;display:grid!important}.report-summary-grid .summary-card,.report-loan-summary-grid .summary-card,.report-responsible-summary-grid .summary-card,.responsible-report-page .report-responsible-summary-grid .summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;page-break-inside:avoid!important;border:1px solid #d1d5db!important;border-radius:6px!important;flex-direction:column!important;justify-content:flex-start!important;gap:2px!important;padding:6px 8px!important;display:flex!important}.report-summary-grid .summary-card span,.report-loan-summary-grid .summary-card span,.report-responsible-summary-grid .summary-card span,.responsible-report-page .report-responsible-summary-grid .summary-card span{color:#374151!important;margin:0!important;font-size:8px!important;line-height:1.1!important}.report-summary-grid .summary-card strong,.report-loan-summary-grid .summary-card strong,.report-responsible-summary-grid .summary-card strong,.responsible-report-page .report-responsible-summary-grid .summary-card strong{letter-spacing:0!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;line-height:1.1!important}.report-summary-grid .summary-card small,.report-loan-summary-grid .summary-card small,.report-responsible-summary-grid .summary-card small,.responsible-report-page .report-responsible-summary-grid .summary-card small{color:#4b5563!important;margin:0!important;font-size:7px!important;line-height:1.1!important}.responsible-report-page .report-responsible-summary-grid{grid-template-columns:repeat(4,1fr)!important}.responsible-report-page .card{margin-top:8px!important}.responsible-report-page .section-title{margin-bottom:6px!important}.responsible-report-page .section-title h2{margin:0 0 2px!important;font-size:14px!important}.responsible-report-page .section-title p{margin:0!important;font-size:9px!important}.report-table-wrapper,.responsible-report-page .report-table-wrapper,.loan-report-page .report-table-wrapper,.payment-report-page .report-table-wrapper{border:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}.report-table,.responsible-report-table,.loan-report-table,.payment-report-page .report-table,.loan-report-page .report-table,.responsible-report-page .report-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;max-width:100%!important;font-size:7px!important}.report-table th,.report-table td,.responsible-report-table th,.responsible-report-table td,.loan-report-table th,.loan-report-table td{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;border-bottom:1px solid #d1d5db!important;padding:4px 3px!important;line-height:1.15!important}.report-table th,.responsible-report-table th,.loan-report-table th{color:#111827!important;background:#f3f4f6!important;font-size:6px!important}.report-table .numeric-cell,.responsible-report-table .numeric-cell,.loan-report-table .numeric-cell{text-align:right!important;white-space:normal!important}.report-table .client-cell,.responsible-report-table .client-cell,.loan-report-table .client-cell,.report-table .notes-cell,.loan-report-table .notes-cell{width:auto!important;min-width:0!important}.responsible-report-table th:first-child,.responsible-report-table td:first-child{width:16%!important}.responsible-report-table th:nth-child(2),.responsible-report-table td:nth-child(2),.responsible-report-table th:nth-child(3),.responsible-report-table td:nth-child(3),.responsible-report-table th:nth-child(7),.responsible-report-table td:nth-child(7),.responsible-report-table th:nth-child(9),.responsible-report-table td:nth-child(9){width:8%!important}.responsible-report-table th:nth-child(4),.responsible-report-table td:nth-child(4),.responsible-report-table th:nth-child(5),.responsible-report-table td:nth-child(5),.responsible-report-table th:nth-child(6),.responsible-report-table td:nth-child(6),.responsible-report-table th:nth-child(8),.responsible-report-table td:nth-child(8),.responsible-report-table th:nth-child(10),.responsible-report-table td:nth-child(10){width:10%!important}.payment-report-page .report-table-wrapper,.loan-report-page .report-table-wrapper,.responsible-report-page .report-table-wrapper{border:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}.payment-report-page .report-table,.loan-report-page .report-table,.responsible-report-page .report-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;max-width:100%!important;font-size:7px!important}.payment-report-page .report-table th,.payment-report-page .report-table td,.loan-report-page .report-table th,.loan-report-page .report-table td,.responsible-report-page .report-table th,.responsible-report-page .report-table td{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;border-bottom:1px solid #d1d5db!important;padding:4px 3px!important;line-height:1.15!important}.payment-report-page .report-table th,.loan-report-page .report-table th,.responsible-report-page .report-table th{color:#111827!important;background:#f3f4f6!important;font-size:6px!important}.payment-report-page .numeric-cell,.loan-report-page .numeric-cell,.responsible-report-page .numeric-cell{text-align:right!important;white-space:normal!important}.payment-report-page .client-cell,.loan-report-page .client-cell,.responsible-report-page .client-cell,.payment-report-page .notes-cell,.loan-report-page .notes-cell,.responsible-report-page .notes-cell{width:auto!important;min-width:0!important}.payment-report-page .report-table th:first-child,.payment-report-page .report-table td:first-child{width:9%!important}.payment-report-page .report-table th:nth-child(2),.payment-report-page .report-table td:nth-child(2){width:18%!important}.payment-report-page .report-table th:nth-child(3),.payment-report-page .report-table td:nth-child(3){width:11%!important}.payment-report-page .report-table th:nth-child(4),.payment-report-page .report-table td:nth-child(4),.payment-report-page .report-table th:nth-child(5),.payment-report-page .report-table td:nth-child(5){width:9%!important}.payment-report-page .report-table th:nth-child(6),.payment-report-page .report-table td:nth-child(6),.payment-report-page .report-table th:nth-child(7),.payment-report-page .report-table td:nth-child(7),.payment-report-page .report-table th:nth-child(8),.payment-report-page .report-table td:nth-child(8){width:8%!important}.payment-report-page .report-table th:nth-child(9),.payment-report-page .report-table td:nth-child(9){width:20%!important}.loan-report-page .report-table th:first-child,.loan-report-page .report-table td:first-child{width:15%!important}.loan-report-page .report-table th:nth-child(2),.loan-report-page .report-table td:nth-child(2){width:10%!important}.loan-report-page .report-table th:nth-child(3),.loan-report-page .report-table td:nth-child(3),.loan-report-page .report-table th:nth-child(4),.loan-report-page .report-table td:nth-child(4),.loan-report-page .report-table th:nth-child(5),.loan-report-page .report-table td:nth-child(5){width:8%!important}.loan-report-page .report-table th:nth-child(6),.loan-report-page .report-table td:nth-child(6){width:12%!important}.loan-report-page .report-table th:nth-child(7),.loan-report-page .report-table td:nth-child(7),.loan-report-page .report-table th:nth-child(8),.loan-report-page .report-table td:nth-child(8),.loan-report-page .report-table th:nth-child(9),.loan-report-page .report-table td:nth-child(9),.loan-report-page .report-table th:nth-child(10),.loan-report-page .report-table td:nth-child(10){width:8%!important}.loan-report-page .report-table th:nth-child(11),.loan-report-page .report-table td:nth-child(11){width:15%!important}.responsible-report-page .report-table th:first-child,.responsible-report-page .report-table td:first-child{width:16%!important}.responsible-report-page .report-table th:nth-child(2),.responsible-report-page .report-table td:nth-child(2),.responsible-report-page .report-table th:nth-child(3),.responsible-report-page .report-table td:nth-child(3),.responsible-report-page .report-table th:nth-child(7),.responsible-report-page .report-table td:nth-child(7),.responsible-report-page .report-table th:nth-child(9),.responsible-report-page .report-table td:nth-child(9){width:8%!important}.responsible-report-page .report-table th:nth-child(4),.responsible-report-page .report-table td:nth-child(4),.responsible-report-page .report-table th:nth-child(5),.responsible-report-page .report-table td:nth-child(5),.responsible-report-page .report-table th:nth-child(6),.responsible-report-page .report-table td:nth-child(6),.responsible-report-page .report-table th:nth-child(8),.responsible-report-page .report-table td:nth-child(8),.responsible-report-page .report-table th:nth-child(10),.responsible-report-page .report-table td:nth-child(10){width:10%!important}.payment-report-page .report-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:8px 0 10px!important;display:grid!important}.payment-report-page .report-summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;page-break-inside:avoid!important;border:1px solid #d1d5db!important;border-radius:6px!important;flex-direction:column!important;justify-content:flex-start!important;gap:2px!important;padding:6px 8px!important;display:flex!important}.payment-report-page .report-summary-card span{color:#374151!important;margin:0!important;font-size:8px!important;line-height:1.1!important}.payment-report-page .report-summary-card strong{letter-spacing:0!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;line-height:1.1!important}.payment-report-page .card{margin-top:8px!important}.payment-report-page .section-title{margin-bottom:6px!important}.payment-report-page .section-title h2{margin:0 0 2px!important;font-size:14px!important}.payment-report-page .section-title p{margin:0!important;font-size:9px!important}.payment-report-page .report-table-wrapper{margin-top:6px!important}.loan-report-page .report-loan-summary-grid,.loan-report-page .summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:8px 0 10px!important;display:grid!important}.loan-report-page .report-loan-summary-grid .summary-card,.loan-report-page .summary-grid .summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;page-break-inside:avoid!important;text-align:center!important;border:1px solid #d1d5db!important;border-radius:6px!important;flex-direction:column!important;justify-content:flex-start!important;gap:2px!important;padding:6px 8px!important;display:flex!important}.loan-report-page .report-loan-summary-grid .summary-card span,.loan-report-page .summary-grid .summary-card span{color:#374151!important;margin:0!important;font-size:8px!important;line-height:1.1!important}.loan-report-page .report-loan-summary-grid .summary-card strong,.loan-report-page .summary-grid .summary-card strong{letter-spacing:0!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;line-height:1.1!important}.loan-report-page .report-loan-summary-grid .summary-card small,.loan-report-page .summary-grid .summary-card small{color:#4b5563!important;margin:0!important;font-size:7px!important;line-height:1.1!important}.loan-report-page .card{margin-top:8px!important}.loan-report-page .section-title{margin-bottom:6px!important}.loan-report-page .section-title h2{margin:0 0 2px!important;font-size:14px!important}.loan-report-page .section-title p{margin:0!important;font-size:9px!important}.loan-report-page .report-table-wrapper{margin-top:6px!important}}.client-report-page{width:100%!important;max-width:calc(100vw - 32px)!important;overflow-x:hidden!important}.client-report-page>*,.client-report-page .card,.client-report-page .report-filter-card,.client-report-page .summary-grid,.client-report-page .report-client-summary-grid{width:100%!important;min-width:0!important;max-width:100%!important}.client-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.report-client-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.client-report-table{min-width:1320px!important}@media (width>=1500px){.client-report-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=980px){.report-client-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=760px){.client-report-page{max-width:calc(100vw - 24px)!important}.client-report-filters-grid,.report-client-summary-grid{grid-template-columns:1fr!important}}@media print{.client-report-page .report-table-wrapper{border:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}.client-report-page .report-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;max-width:100%!important;font-size:6.5px!important}.client-report-page .report-table th,.client-report-page .report-table td{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;border-bottom:1px solid #d1d5db!important;padding:4px 3px!important;line-height:1.15!important}.client-report-page .report-table th{color:#111827!important;background:#f3f4f6!important;font-size:5.8px!important}.client-report-page .numeric-cell{text-align:right!important;white-space:normal!important}.client-report-page .report-client-summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:8px 0 10px!important;display:grid!important}.client-report-page .report-client-summary-grid .summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;page-break-inside:avoid!important;text-align:center!important;border:1px solid #d1d5db!important;border-radius:6px!important;flex-direction:column!important;justify-content:flex-start!important;gap:2px!important;padding:6px 8px!important;display:flex!important}.client-report-page .report-client-summary-grid .summary-card span{color:#374151!important;margin:0!important;font-size:8px!important;line-height:1.1!important}.client-report-page .report-client-summary-grid .summary-card strong{letter-spacing:0!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;line-height:1.1!important}.client-report-page .report-client-summary-grid .summary-card small{color:#4b5563!important;margin:0!important;font-size:7px!important;line-height:1.1!important}}.client-report-page .report-client-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:100%!important;display:grid!important}.client-report-page .report-client-summary-grid .summary-card{border-radius:18px!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;min-height:112px!important;padding:18px 20px!important;display:flex!important;overflow:hidden!important}.client-report-page .report-client-summary-grid .summary-card span{color:var(--text-muted)!important;font-size:.88rem!important;line-height:1.25!important}.client-report-page .report-client-summary-grid .summary-card strong{letter-spacing:-.04em!important;white-space:nowrap!important;font-size:clamp(1.55rem,2.1vw,2rem)!important;line-height:1.05!important}.client-report-page .report-client-summary-grid .summary-card small{color:var(--text-muted)!important;font-size:.82rem!important}@media (width<=1400px){.client-report-page .report-client-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=980px){.client-report-page .report-client-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.client-report-page .report-client-summary-grid{grid-template-columns:1fr!important}}@media print{.client-report-page .report-client-summary-grid,.client-report-page .summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:8px 0 10px!important;display:grid!important}.client-report-page .report-client-summary-grid .summary-card,.client-report-page .summary-grid .summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;page-break-inside:avoid!important;text-align:center!important;border:1px solid #d1d5db!important;border-radius:6px!important;flex-direction:column!important;justify-content:flex-start!important;gap:2px!important;padding:6px 8px!important;display:flex!important}.client-report-page .report-client-summary-grid .summary-card span,.client-report-page .summary-grid .summary-card span{color:#374151!important;margin:0!important;font-size:8px!important;line-height:1.1!important}.client-report-page .report-client-summary-grid .summary-card strong,.client-report-page .summary-grid .summary-card strong{letter-spacing:0!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;line-height:1.1!important}.client-report-page .report-client-summary-grid .summary-card small,.client-report-page .summary-grid .summary-card small{color:#4b5563!important;margin:0!important;font-size:7px!important;line-height:1.1!important}.client-report-page .card{margin-top:8px!important}.client-report-page .section-title{margin-bottom:6px!important}.client-report-page .section-title h2{margin:0 0 2px!important;font-size:14px!important}.client-report-page .section-title p{margin:0!important;font-size:9px!important}.client-report-page .report-table-wrapper{margin-top:6px!important}}.messages-settings-layout{grid-template-columns:280px minmax(0,1fr) minmax(320px,.85fr);align-items:start;gap:18px;display:grid}.messages-template-list{gap:10px;display:grid}.messages-template-list button{border:1px solid var(--border);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);border-radius:16px;gap:10px;padding:14px;display:flex}.messages-template-list button.active{border-color:var(--primary);background:#14b8a614}.messages-template-list span{gap:4px;display:grid}.messages-template-list strong{font-size:.92rem}.messages-template-list small{color:var(--text-muted);line-height:1.4}.messages-editor-card textarea{border:1px solid var(--border);width:100%;min-height:420px;font:inherit;resize:vertical;background:var(--surface);color:var(--text);border-radius:16px;padding:14px;line-height:1.5}.messages-actions{justify-content:flex-start;margin-top:12px;display:flex}.messages-variables{gap:10px;margin-top:18px;display:grid}.messages-variables div{flex-wrap:wrap;gap:8px;display:flex}.messages-variables code{background:var(--surface-muted);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:6px 8px;font-size:.78rem}.messages-preview-card pre{white-space:pre-wrap;word-break:break-word;color:#f8fafc;background:#0f172a;border-radius:16px;min-height:420px;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.55}@media (width<=1320px){.messages-settings-layout{grid-template-columns:260px minmax(0,1fr)}.messages-preview-card{grid-column:1/-1}}@media (width<=860px){.messages-settings-layout{grid-template-columns:1fr}}.table-cell-stack{flex-direction:column;gap:.15rem;display:flex}.table-cell-stack span,.table-link small{color:var(--text-muted);font-size:.78rem;font-weight:500}.table-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.disabled-link{cursor:not-allowed;opacity:.55;pointer-events:none}.list-filters{grid-template-columns:minmax(260px,1fr) minmax(150px,220px) auto;align-items:end;gap:1rem;display:grid}.list-filters label{flex-direction:column;gap:.35rem;display:flex}.list-filters label span{color:var(--text-muted);font-size:.82rem;font-weight:700}.list-filters input,.list-filters select{min-height:2.65rem}.list-filters .button{white-space:nowrap;min-height:2.65rem}@media (width<=760px){.list-filters{grid-template-columns:1fr}}.global-admin-shell{min-height:100vh;grid-template-columns:270px minmax(0,1fr)!important;display:grid!important}.global-admin-sidebar{background:var(--mp-sidebar);color:#fff;flex-direction:column;min-height:100vh;padding:22px;display:flex!important}.global-admin-main{flex-direction:column;min-width:0;display:flex}@media (width<=900px){.global-admin-shell{display:block!important}.global-admin-sidebar{min-height:auto}}.global-tenants-page{gap:1.35rem}.global-tenants-filter-card{padding:1rem}.global-tenants-page .list-filters{grid-template-columns:minmax(280px,1fr) minmax(150px,220px) auto;align-items:end;gap:1rem;display:grid}.global-tenants-page .list-filters label{flex-direction:column;gap:.45rem;display:flex}.global-tenants-page .list-filters label span{color:var(--mp-text);font-size:.82rem;font-weight:800}.global-tenants-page .list-filters input,.global-tenants-page .list-filters select{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;border-radius:12px;outline:none;width:100%;min-height:2.75rem;padding:0 .9rem}.global-tenants-page .list-filters input:focus,.global-tenants-page .list-filters select:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e1f}.global-tenants-page .list-filters .button{white-space:nowrap;min-height:2.75rem}.global-tenants-table-card{padding:0;overflow:hidden}.global-tenants-page .table-wrapper{border:0;border-radius:0}.global-tenants-page .data-table td{vertical-align:middle}.global-tenants-page .table-link{appearance:none;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;flex-direction:column;gap:.25rem;padding:0;display:flex}.global-tenants-page .table-link strong{color:var(--mp-text);font-weight:800}.global-tenants-page .table-link small{color:var(--mp-muted);text-overflow:ellipsis;white-space:nowrap;max-width:22rem;font-size:.76rem;overflow:hidden}.global-tenants-page .table-link:hover strong{color:var(--mp-primary)}.global-tenants-page .table-cell-stack{flex-direction:column;gap:.25rem;display:flex}.global-tenants-page .table-cell-stack span{color:var(--mp-muted);font-size:.78rem}.global-tenants-page .table-footer{background:var(--mp-surface);border-top:1px solid var(--mp-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.global-tenants-page .table-footer>span{color:var(--mp-muted);font-weight:700}.global-tenants-page .table-footer .table-actions{gap:.5rem;display:flex}@media (width<=900px){.global-tenants-page .list-filters{grid-template-columns:1fr}.global-tenants-page .table-footer{flex-direction:column;align-items:stretch}}.form-section{border:1px solid var(--mp-border);border-radius:16px;gap:1rem;padding:1rem;display:grid}.form-section>div:first-child{gap:.25rem;display:grid}.form-section>div:first-child p{color:var(--mp-muted);margin:0}.global-default-messages-page .messages-settings-layout{align-items:start}.global-default-messages-page .message-template-textarea,.global-default-messages-page .message-preview{min-height:420px}.global-tenant-users-page .header-actions{flex-wrap:wrap;gap:.75rem;display:flex}.permission-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.permission-check{border:1px solid var(--mp-border);border-radius:14px;align-items:flex-start;gap:.7rem;padding:.8rem;display:flex}.permission-check span{gap:.15rem;display:grid}.permission-check small{color:var(--mp-muted)}.global-tenant-users-page{gap:1.35rem}.global-tenant-users-page .list-filters{grid-template-columns:minmax(280px,1fr) minmax(150px,220px) auto;align-items:end;gap:1rem;display:grid}.global-tenant-users-page .list-filters label{flex-direction:column;gap:.45rem;display:flex}.global-tenant-users-page .list-filters label span{color:var(--mp-text);font-size:.82rem;font-weight:800}.global-tenant-users-page .list-filters input,.global-tenant-users-page .list-filters select{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;border-radius:12px;outline:none;width:100%;min-height:2.75rem;padding:0 .9rem}.global-tenant-users-page .list-filters input:focus,.global-tenant-users-page .list-filters select:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e1f}.global-tenant-users-page .list-filters .button{white-space:nowrap;min-height:2.75rem}.global-tenant-users-page .table-link{appearance:none;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;flex-direction:column;gap:.25rem;padding:0;display:flex}.global-tenant-users-page .table-link strong{color:var(--mp-text);font-weight:800}.global-tenant-users-page .table-link small{color:var(--mp-muted);text-overflow:ellipsis;white-space:nowrap;max-width:22rem;font-size:.76rem;overflow:hidden}.global-tenant-users-page .table-link:hover strong{color:var(--mp-primary)}.global-tenant-users-page .table-cell-stack{flex-direction:column;gap:.25rem;display:flex}.global-tenant-users-page .table-cell-stack span{color:var(--mp-muted);font-size:.78rem}.global-tenant-users-page .table-footer{background:var(--mp-surface);border-top:1px solid var(--mp-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.global-tenant-users-page .table-footer>span{color:var(--mp-muted);font-weight:700}.global-tenant-users-page .table-footer .table-actions{gap:.5rem;display:flex}@media (width<=900px){.global-tenant-users-page .list-filters{grid-template-columns:1fr}.global-tenant-users-page .table-footer{flex-direction:column;align-items:stretch}}.global-audit-page{gap:1.35rem}.global-audit-filter-card{padding:1rem}.global-audit-filters{grid-template-columns:minmax(180px,260px) minmax(240px,1fr) minmax(160px,220px) minmax(140px,180px);align-items:end;gap:1rem;display:grid}.global-audit-filters label{flex-direction:column;gap:.45rem;display:flex}.global-audit-filters label span{color:var(--mp-text);font-size:.82rem;font-weight:800}.global-audit-filters input,.global-audit-filters select{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;border-radius:12px;outline:none;width:100%;min-height:2.75rem;padding:0 .9rem}.global-audit-filters input:focus,.global-audit-filters select:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e1f}.global-audit-filter-actions{gap:.5rem;display:flex}.global-audit-filter-actions .button{white-space:nowrap;min-height:2.75rem}.global-audit-detail{gap:1rem;display:grid}@media (width<=1280px){.global-audit-filters{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=760px){.global-audit-filters{grid-template-columns:1fr}.global-audit-filter-actions{flex-direction:column}}.global-metrics-page{gap:1.35rem}.global-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.metric-card{background:var(--mp-surface);border:1px solid var(--mp-border);box-shadow:var(--mp-shadow);border-radius:18px;align-items:flex-start;gap:.85rem;padding:1rem;display:flex}.metric-card svg{color:var(--mp-primary);flex:none}.metric-card div{gap:.2rem;display:grid}.metric-card span{color:var(--mp-muted);font-size:.82rem;font-weight:800}.metric-card strong{color:var(--mp-text);font-size:1.35rem;line-height:1.1}.metric-card small{color:var(--mp-muted);font-weight:600}.global-metrics-section-title{padding:1rem}.global-settings-page{gap:1.35rem}.global-settings-page .header-actions{flex-wrap:wrap;gap:.75rem;display:flex}.global-settings-card{background:var(--mp-surface);border:1px solid var(--mp-border);box-shadow:var(--mp-shadow);border-radius:18px;gap:1.1rem;padding:1.25rem;display:grid}.global-settings-page .section-title-row{border-bottom:1px solid var(--mp-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.global-settings-page .section-title-row h2{margin:.15rem 0 .25rem}.global-settings-page .section-title-row p{color:var(--mp-muted);margin:0}.global-settings-page .form-grid{align-items:start;gap:1rem;display:grid}.global-settings-page .form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.global-settings-page label{color:var(--mp-text);flex-direction:column;gap:.45rem;font-size:.86rem;font-weight:800;display:flex}.global-settings-page input,.global-settings-page textarea{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;border-radius:12px;outline:none;width:100%;min-height:2.75rem;padding:0 .9rem;font-weight:500}.global-settings-page textarea{resize:vertical;min-height:7rem;padding:.8rem .9rem}.global-settings-page input:focus,.global-settings-page textarea:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e1f}.settings-toggle-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem;display:grid}.settings-toggle{border:1px solid var(--mp-border);background:#0f172a05;border-radius:16px;align-items:flex-start;gap:.75rem;padding:1rem;flex-direction:row!important;display:flex!important}.settings-toggle input{flex:none;width:auto;min-height:auto}.settings-toggle span{gap:.2rem;display:grid}.settings-toggle strong{color:var(--mp-text)}.settings-toggle small{color:var(--mp-muted);font-weight:500;line-height:1.45}@media (width<=860px){.global-settings-page .form-grid.two-columns{grid-template-columns:1fr}.global-settings-page .page-header{flex-direction:column;align-items:stretch}.global-settings-page .header-actions{justify-content:flex-start}}.brand-mark-image{background:0 0;padding:0;overflow:hidden}.brand-mark-image img{width:44px;height:44px;display:block}.login-brand-image{overflow:hidden;background:0 0!important;padding:0!important}.login-brand-image img{object-fit:contain;width:100%;height:100%;display:block}.login-hero-logo.login-brand-image,.login-logo.login-brand-image{justify-content:center;align-items:center;display:grid}.login-hero-logo.login-brand-image img,.login-logo.login-brand-image img{width:44px;height:44px}.global-holidays-page{gap:1.35rem}.global-holidays-page .header-actions{flex-wrap:wrap;gap:.75rem;display:flex}.global-holidays-filter-card{padding:1rem}.global-holidays-filters{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(120px,170px));align-items:end;gap:1rem;display:grid}.global-holidays-filters label{flex-direction:column;gap:.45rem;display:flex}.global-holidays-filters label span{color:var(--mp-text);font-size:.82rem;font-weight:800}.global-holidays-filters input,.global-holidays-filters select{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;border-radius:12px;outline:none;width:100%;min-height:2.75rem;padding:0 .9rem}.global-holidays-filters input:focus,.global-holidays-filters select:focus{border-color:var(--mp-primary);box-shadow:0 0 0 3px #0f766e1f}.global-holidays-filter-actions{gap:.5rem;display:flex}.global-holidays-filter-actions .button{white-space:nowrap;min-height:2.75rem}.global-holiday-form textarea{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;resize:vertical;border-radius:12px;outline:none;width:100%;padding:.8rem .9rem}@media (width<=1280px){.global-holidays-filters{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=760px){.global-holidays-filters{grid-template-columns:1fr}.global-holidays-filter-actions{flex-direction:column}}.app-shell{transition:grid-template-columns .18s}.app-shell-collapsed{grid-template-columns:88px 1fr}.sidebar{transition:padding .18s,width .18s}.sidebar-brand-text{min-width:0;transition:opacity .14s,transform .14s}.sidebar-collapse-button{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;min-height:40px;margin-top:1rem;padding:0 .75rem;display:flex}.sidebar-collapse-button:hover{background:var(--mp-sidebar-hover);color:#fff}.sidebar-collapse-button span,.sidebar-nav a{transition:gap .14s}.app-shell-collapsed .sidebar{padding:22px 14px}.app-shell-collapsed .sidebar-brand{justify-content:center;padding-bottom:16px}.app-shell-collapsed .sidebar-brand-text,.app-shell-collapsed .sidebar-collapse-button span,.app-shell-collapsed .sidebar-nav a:not(.sidebar-subitem){font-size:0}.app-shell-collapsed .sidebar-brand-text{opacity:0;visibility:hidden;position:absolute;transform:translate(-8px)}.app-shell-collapsed .sidebar-collapse-button{padding:0}.app-shell-collapsed .sidebar-nav a{justify-content:center;gap:0;padding:0}.app-shell-collapsed .sidebar-nav a svg{flex:none}.app-shell-collapsed .sidebar-section-title{display:none}.app-shell-collapsed .sidebar-nav a.sidebar-subitem{justify-content:center;padding-left:0}.app-shell-collapsed .sidebar-nav a.sidebar-subitem span,.app-shell-collapsed .sidebar-nav a.sidebar-subitem strong{display:none}@media (width<=900px){.app-shell-collapsed{grid-template-columns:1fr}}.sidebar-nav{flex:none!important}.sidebar-collapse-button{margin-top:auto!important}.app-shell-collapsed .sidebar-collapse-button{margin-top:auto!important}.sidebar{flex-direction:column!important;display:flex!important}.sidebar-brand{flex:none!important}.sidebar-nav{flex:none!important;margin-top:24px!important}.sidebar-collapse-button{flex:none!important;margin-top:auto!important}.sidebar-nav a{flex:none!important}.sidebar-collapse-button{position:relative}.sidebar-collapse-button:before{content:"";background:#ffffff1f;height:1px;display:block;position:absolute;top:-18px;left:0;right:0}.app-shell-collapsed .sidebar-collapse-button:before{left:0;right:0}.sidebar{box-sizing:border-box!important;height:100vh!important;min-height:100vh!important;position:sticky!important;top:0!important;overflow:hidden!important}.sidebar-nav{padding-bottom:1rem;overflow-y:auto!important}.sidebar-collapse-button{z-index:2;bottom:0;margin-top:auto!important;position:sticky!important}.sidebar-collapse-button:before{top:-16px!important}@media print{.sidebar,.global-admin-sidebar,.topbar,.print-hide,.report-filter-card,.sidebar-collapse-button{visibility:hidden!important;display:none!important}.app-shell,.app-shell-collapsed,.global-admin-shell{grid-template-columns:none!important;width:100%!important;min-height:auto!important;display:block!important}.main-area,.global-admin-main,.content,.page-stack{background:#fff!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important}body{background:#fff!important}}.company-logo-panel{gap:1rem;display:grid}.company-logo-card{border:1px solid var(--mp-border);border-radius:18px;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;display:grid}.company-logo-preview{border:1px dashed var(--mp-border);background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;height:120px;display:flex;overflow:hidden}.company-logo-preview img{object-fit:contain;max-width:100%;max-height:100%;display:block}.company-logo-placeholder{color:var(--mp-muted);text-align:center;place-items:center;gap:.4rem;display:grid}.company-logo-placeholder span{font-size:.85rem;font-weight:700}.company-logo-info{gap:.35rem;display:grid}.company-logo-info span{color:var(--mp-muted);font-size:.88rem}.company-logo-actions{flex-wrap:wrap;gap:.75rem;margin-top:.65rem;display:flex}.company-logo-actions .button{cursor:pointer}.button-danger-text{color:#b91c1c}@media (width<=720px){.company-logo-card{grid-template-columns:1fr}}.report-brand-header{align-items:center}.report-brand-title{align-items:center;gap:1rem;min-width:0;display:flex}.report-company-logo{border:1px solid var(--mp-border);object-fit:contain;background:#fff;border-radius:14px;flex:none;max-width:132px;max-height:64px;padding:.35rem;display:block}.report-company-name{color:var(--mp-muted);margin-top:.35rem;font-size:.85rem;font-weight:700;display:block}@media print{.report-brand-header{border-bottom:1px solid #e5e7eb!important;align-items:flex-start!important;gap:1rem!important;margin-bottom:.75rem!important;padding-bottom:.65rem!important;display:flex!important}.report-brand-title{align-items:center!important;gap:.75rem!important;display:flex!important}.report-company-logo{border:1px solid #e5e7eb!important;max-width:110px!important;max-height:48px!important;padding:.25rem!important}.report-company-name{color:#475569!important;margin-top:.15rem!important;font-size:9pt!important}}@media (width<=720px){.report-brand-title{flex-direction:column;align-items:flex-start}}.print-only{display:none!important}.report-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.report-brand-title{min-width:0;display:block}.report-filter-card,.payment-report-page .card,.loan-report-page .card,.client-report-page .card,.responsible-report-page .card,.report-summary-grid .summary-card,.report-loan-summary-grid .summary-card,.report-client-summary-grid .summary-card,.payment-report-page .report-summary-card,.loan-report-page .summary-card,.client-report-page .summary-card,.responsible-report-page .summary-card{background:var(--mp-surface)!important;border:1px solid var(--mp-border)!important;box-shadow:var(--mp-shadow)!important;border-radius:18px!important}.report-filters-grid input,.report-filters-grid select,.client-report-filters-grid input,.client-report-filters-grid select,.responsible-report-filters-grid input,.responsible-report-filters-grid select{background:var(--mp-surface)!important;border:1px solid var(--mp-border)!important;color:var(--mp-text)!important;border-radius:12px!important}@media print{.print-only{display:block!important}.report-brand-header{border-bottom:1px solid #e5e7eb!important;align-items:flex-start!important;gap:1rem!important;margin-bottom:.75rem!important;padding-bottom:.65rem!important;display:flex!important}.report-brand-title{align-items:center!important;gap:.75rem!important;display:flex!important}.report-company-logo{object-fit:contain!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;max-width:110px!important;max-height:48px!important;padding:.25rem!important}.report-filter-card{display:none!important}}.screen-only{display:inline}.report-print-company-name{display:none}@media print{.screen-only{display:none!important}.report-brand-header{border-bottom:1px solid #e5e7eb!important;justify-content:flex-start!important;align-items:flex-start!important;margin-bottom:.75rem!important;padding-bottom:.65rem!important;display:flex!important}.report-brand-title{align-items:center!important;gap:.85rem!important;width:100%!important;display:flex!important}.report-brand-text{gap:.12rem!important;min-width:0!important;display:grid!important}.report-company-logo.print-only{object-fit:contain!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;flex:none!important;width:120px!important;max-width:120px!important;height:54px!important;max-height:54px!important;padding:.2rem!important;display:block!important}.report-print-company-name{color:#020617!important;font-size:14pt!important;font-weight:800!important;line-height:1.15!important;display:block!important}.report-brand-text h1{color:#020617!important;margin:0!important;font-size:11pt!important;font-weight:800!important;line-height:1.15!important}.report-brand-text p{color:#475569!important;margin:0!important;font-size:9pt!important;line-height:1.25!important}.report-brand-title:not(:has(.report-company-logo)) .report-brand-text{display:grid!important}.report-brand-header{border-bottom:1px solid #e5e7eb!important;align-items:flex-start!important;width:100%!important;margin:0 0 .75rem!important;padding:0 0 .65rem!important;display:block!important}.report-brand-title{justify-content:flex-start!important;align-items:center!important;gap:.9rem!important;width:100%!important;margin:0!important;padding:0!important;display:flex!important}.report-company-logo.print-only{object-fit:contain!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;flex:0 0 120px!important;width:120px!important;max-width:120px!important;height:54px!important;max-height:54px!important;margin:0!important;padding:.2rem!important;display:block!important;position:static!important;transform:none!important}.report-brand-text{text-align:left!important;gap:.08rem!important;margin:0!important;padding:0!important;display:grid!important}.report-print-company-name{color:#020617!important;text-align:left!important;margin:0!important;font-size:14pt!important;font-weight:800!important;line-height:1.15!important;display:block!important}.report-brand-text h1{color:#020617!important;text-align:left!important;margin:0!important;font-size:11pt!important;font-weight:500!important;line-height:1.15!important}.report-brand-text p{color:#475569!important;text-align:left!important;margin:0!important;font-size:8.5pt!important;line-height:1.2!important}.report-brand-title:not(:has(.report-company-logo)){display:block!important}}.tenant-report-print-header{display:none!important}@media print{.report-screen-header{display:none!important}.tenant-report-print-header{border-bottom:1px solid #e5e7eb!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;width:100%!important;margin:0 0 8px!important;padding:0 0 8px!important;display:flex!important}.tenant-report-print-logo{object-fit:contain!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;flex:0 0 112px!important;width:112px!important;max-width:112px!important;height:52px!important;max-height:52px!important;margin:0!important;padding:4px!important;display:block!important;position:static!important;transform:none!important}.tenant-report-print-text{text-align:left!important;margin:0!important;padding:0!important;display:block!important}.tenant-report-print-text strong{color:#020617!important;text-align:left!important;margin:0 0 2px!important;font-size:14pt!important;font-weight:800!important;line-height:1.12!important;display:block!important}.tenant-report-print-text h1{color:#020617!important;text-align:left!important;margin:0 0 2px!important;font-size:11pt!important;font-weight:400!important;line-height:1.12!important;display:block!important}.tenant-report-print-text p{color:#475569!important;text-align:left!important;margin:0!important;font-size:8.5pt!important;font-weight:400!important;line-height:1.2!important;display:block!important}}.global-license-plans-page{gap:1.35rem}.global-license-plans-page .header-actions{flex-wrap:wrap;gap:.75rem;display:flex}.global-license-filter-card{padding:1rem}.global-license-filters{grid-template-columns:minmax(260px,1fr) minmax(150px,220px) auto;align-items:end;gap:1rem;display:grid}.global-license-filters label{flex-direction:column;gap:.45rem;display:flex}.global-license-filters label span{color:var(--mp-text);font-size:.82rem;font-weight:800}.global-license-filters input,.global-license-filters select,.global-license-form input,.global-license-form textarea{background:var(--mp-surface);border:1px solid var(--mp-border);color:var(--mp-text);font:inherit;border-radius:12px;outline:none;width:100%;min-height:2.75rem;padding:0 .9rem}.global-license-form textarea{resize:vertical;min-height:6rem;padding:.8rem .9rem}.global-license-filter-actions{gap:.5rem;display:flex}.global-license-filter-actions .button{white-space:nowrap;min-height:2.75rem}.compact-button{white-space:nowrap;min-height:2.1rem;padding:0 .65rem}@media (width<=760px){.global-license-filters{grid-template-columns:1fr}.global-license-filter-actions{flex-direction:column}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--mp-primary:#2dd4bf;--mp-primary-hover:#14b8a6;--mp-background:#020617;--mp-surface:#0f172a;--mp-border:#1e293b;--mp-text:#e5e7eb;--mp-muted:#94a3b8;--mp-sidebar:#020617;--mp-sidebar-hover:#111827;--mp-shadow:0 18px 45px #00000059}.topbar-actions{align-items:center;gap:.75rem;display:flex}.theme-toggle-button{white-space:nowrap}:root[data-theme=dark] body{background:var(--mp-background);color:var(--mp-text)}:root[data-theme=dark] .topbar,:root[data-theme=dark] .content-card,:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .modal-content,:root[data-theme=dark] .login-card,:root[data-theme=dark] .reports-hub-card,:root[data-theme=dark] .summary-card,:root[data-theme=dark] .report-summary-card,:root[data-theme=dark] .settings-toggle,:root[data-theme=dark] .company-logo-card{box-shadow:var(--mp-shadow);background:var(--mp-surface)!important;border-color:var(--mp-border)!important;color:var(--mp-text)!important}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea,:root[data-theme=dark] .select-input{color:var(--mp-text)!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#64748b!important}:root[data-theme=dark] .button-ghost{color:var(--mp-text)}:root[data-theme=dark] .button-ghost:hover{background:#94a3b824!important}:root[data-theme=dark] .button-secondary{color:var(--mp-text)!important;background:#1e293b!important;border-color:#334155!important}:root[data-theme=dark] .table-wrapper,:root[data-theme=dark] .data-table,:root[data-theme=dark] .report-table{background:var(--mp-surface)!important;color:var(--mp-text)!important}:root[data-theme=dark] .data-table th,:root[data-theme=dark] .report-table th{border-color:var(--mp-border)!important;color:#cbd5e1!important;background:#020617!important}:root[data-theme=dark] .data-table td,:root[data-theme=dark] .report-table td{border-color:var(--mp-border)!important;color:var(--mp-text)!important}:root[data-theme=dark] .data-table tr:hover,:root[data-theme=dark] .report-table tr:hover{background:#94a3b814!important}:root[data-theme=dark] .muted-text,:root[data-theme=dark] .section-title p,:root[data-theme=dark] .page-header p,:root[data-theme=dark] .table-cell-stack span,:root[data-theme=dark] .topbar span,:root[data-theme=dark] small{color:var(--mp-muted)!important}:root[data-theme=dark] .eyebrow,:root[data-theme=dark] .back-link,:root[data-theme=dark] .table-link{color:var(--mp-primary)!important}:root[data-theme=dark] .login-page{background:radial-gradient(circle at 0 0,#2dd4bf29,#0000 30rem),linear-gradient(135deg,#020617,#0f172a)!important}:root[data-theme=dark] .login-hero,:root[data-theme=dark] .login-hero-content,:root[data-theme=dark] .login-security-note{color:var(--mp-text)!important}:root[data-theme=dark] .company-logo-preview,:root[data-theme=dark] .company-logo-placeholder{color:var(--mp-muted)!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .badge-muted{color:#cbd5e1!important;background:#334155!important}:root[data-theme=dark] .badge-success{color:#86efac!important;background:#16a34a2e!important}:root[data-theme=dark] .badge-info{color:#93c5fd!important;background:#3b82f62e!important}:root[data-theme=dark] .alert-error{color:#fecaca!important;background:#dc262629!important}@media print{:root,:root[data-theme=dark]{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;--mp-background:#fff!important;--mp-surface:#fff!important;--mp-border:#e5e7eb!important;--mp-text:#020617!important;--mp-muted:#475569!important}:root[data-theme=dark] body,:root[data-theme=dark] .content,:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .content-card{color:#020617!important;box-shadow:none!important;background:#fff!important}}:root[data-theme=dark] .icon-button{color:#cbd5e1!important;background:#1e293b!important;border-color:#334155!important}:root[data-theme=dark] .icon-button:hover:not(:disabled){color:#fff!important;background:#334155!important}:root[data-theme=dark] .icon-button:disabled,:root[data-theme=dark] .button:disabled{cursor:not-allowed;color:#64748b!important;opacity:1!important;background:#111827!important;border-color:#1f2937!important}:root[data-theme=dark] .icon-button-danger{color:#fca5a5!important}:root[data-theme=dark] .icon-button-danger:hover:not(:disabled){color:#fecaca!important;background:#dc262629!important;border-color:#f8717159!important}:root[data-theme=dark] .table-actions .button,:root[data-theme=dark] .table-footer .button{color:#e5e7eb!important;background:#1e293b!important;border-color:#334155!important}:root[data-theme=dark] .table-actions .button:disabled,:root[data-theme=dark] .table-footer .button:disabled{color:#64748b!important;background:#111827!important;border-color:#1f2937!important}:root[data-theme=dark] .dashboard-loan-card,:root[data-theme=dark] .loan-card,:root[data-theme=dark] .charge-card{color:#e5e7eb!important;background:#0f172a!important;border-color:#334155!important;box-shadow:0 18px 45px #00000052!important}:root[data-theme=dark] .dashboard-loan-card *,:root[data-theme=dark] .loan-card *,:root[data-theme=dark] .charge-card *{color:inherit}:root[data-theme=dark] .dashboard-loan-card h2,:root[data-theme=dark] .dashboard-loan-card h3,:root[data-theme=dark] .loan-card h2,:root[data-theme=dark] .loan-card h3,:root[data-theme=dark] .charge-card h2,:root[data-theme=dark] .charge-card h3{color:#f8fafc!important}:root[data-theme=dark] .dashboard-loan-card p,:root[data-theme=dark] .dashboard-loan-card span,:root[data-theme=dark] .dashboard-loan-card small,:root[data-theme=dark] .loan-card p,:root[data-theme=dark] .loan-card span,:root[data-theme=dark] .loan-card small,:root[data-theme=dark] .charge-card p,:root[data-theme=dark] .charge-card span,:root[data-theme=dark] .charge-card small{color:#cbd5e1!important}:root[data-theme=dark] .loan-balance,:root[data-theme=dark] .loan-amount,:root[data-theme=dark] .dashboard-loan-card strong,:root[data-theme=dark] .charge-card strong{color:#f8fafc!important}:root[data-theme=dark] .loan-stat,:root[data-theme=dark] .loan-metric,:root[data-theme=dark] .dashboard-loan-card .metric-card,:root[data-theme=dark] .charge-card .metric-card{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .loan-profit,:root[data-theme=dark] .profit-card,:root[data-theme=dark] .dashboard-loan-card .highlight-card,:root[data-theme=dark] .charge-card .highlight-card{color:#ccfbf1!important;background:#2dd4bf1f!important;border-color:#2dd4bf52!important}:root[data-theme=dark] .loan-avatar,:root[data-theme=dark] .client-avatar{color:#99f6e4!important;background:#2dd4bf2e!important}:root[data-theme=dark] .dashboard-loan-card .button-primary,:root[data-theme=dark] .charge-card .button-primary{color:#042f2e!important;background:#2dd4bf!important}:root[data-theme=dark] .dashboard-loan-card .button-secondary,:root[data-theme=dark] .charge-card .button-secondary{color:#f8fafc!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .collection-dashboard-panel{background:#0f172a!important;border-color:#1e293b!important}:root[data-theme=dark] .collection-dashboard-panel h2{color:#f8fafc!important}:root[data-theme=dark] .collection-dashboard-panel p{color:#cbd5e1!important}:root[data-theme=dark] .collection-card,:root[data-theme=dark] .collection-dashboard-card,:root[data-theme=dark] .collection-loan-card{color:#e5e7eb!important;background:linear-gradient(#111827 0%,#0f172a 100%)!important;border-color:#334155!important;box-shadow:0 18px 42px #00000057!important}:root[data-theme=dark] .collection-card h3,:root[data-theme=dark] .collection-dashboard-card h3,:root[data-theme=dark] .collection-loan-card h3{color:#f8fafc!important}:root[data-theme=dark] .collection-card p,:root[data-theme=dark] .collection-card span,:root[data-theme=dark] .collection-card small,:root[data-theme=dark] .collection-dashboard-card p,:root[data-theme=dark] .collection-dashboard-card span,:root[data-theme=dark] .collection-dashboard-card small,:root[data-theme=dark] .collection-loan-card p,:root[data-theme=dark] .collection-loan-card span,:root[data-theme=dark] .collection-loan-card small{color:#cbd5e1!important}:root[data-theme=dark] .collection-card strong,:root[data-theme=dark] .collection-dashboard-card strong,:root[data-theme=dark] .collection-loan-card strong{color:#f8fafc!important}:root[data-theme=dark] .collection-card .collection-balance,:root[data-theme=dark] .collection-dashboard-card .collection-balance,:root[data-theme=dark] .collection-loan-card .collection-balance,:root[data-theme=dark] .collection-card .collection-amount,:root[data-theme=dark] .collection-dashboard-card .collection-amount,:root[data-theme=dark] .collection-loan-card .collection-amount{color:#fff!important}:root[data-theme=dark] .collection-metric,:root[data-theme=dark] .collection-stat,:root[data-theme=dark] .collection-info-box{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .collection-profit,:root[data-theme=dark] .collection-highlight,:root[data-theme=dark] .collection-profit-box{color:#ccfbf1!important;background:#2dd4bf1f!important;border-color:#2dd4bf52!important}:root[data-theme=dark] .collection-avatar,:root[data-theme=dark] .collection-client-avatar{color:#99f6e4!important;background:#2dd4bf2e!important}:root[data-theme=dark] .collection-actions .button-primary,:root[data-theme=dark] .collection-card .button-primary,:root[data-theme=dark] .collection-dashboard-card .button-primary,:root[data-theme=dark] .collection-loan-card .button-primary{color:#042f2e!important;background:#2dd4bf!important}:root[data-theme=dark] .collection-actions .button-secondary,:root[data-theme=dark] .collection-card .button-secondary,:root[data-theme=dark] .collection-dashboard-card .button-secondary,:root[data-theme=dark] .collection-loan-card .button-secondary{color:#f8fafc!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .collection-status,:root[data-theme=dark] .collection-status-partial{color:#fcd34d!important;background:#f59e0b2e!important}:root[data-theme=dark] .collection-status-open{color:#86efac!important;background:#16a34a2e!important}:root[data-theme=dark] .collection-card [class*=metric],:root[data-theme=dark] .collection-card [class*=stat],:root[data-theme=dark] .collection-card [class*=summary],:root[data-theme=dark] .collection-dashboard-card [class*=metric],:root[data-theme=dark] .collection-dashboard-card [class*=stat],:root[data-theme=dark] .collection-dashboard-card [class*=summary],:root[data-theme=dark] .collection-loan-card [class*=metric],:root[data-theme=dark] .collection-loan-card [class*=stat],:root[data-theme=dark] .collection-loan-card [class*=summary]{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .collection-card [class*=metric] *,:root[data-theme=dark] .collection-card [class*=stat] *,:root[data-theme=dark] .collection-card [class*=summary] *,:root[data-theme=dark] .collection-dashboard-card [class*=metric] *,:root[data-theme=dark] .collection-dashboard-card [class*=stat] *,:root[data-theme=dark] .collection-dashboard-card [class*=summary] *,:root[data-theme=dark] .collection-loan-card [class*=metric] *,:root[data-theme=dark] .collection-loan-card [class*=stat] *,:root[data-theme=dark] .collection-loan-card [class*=summary] *{color:#e5e7eb!important}:root[data-theme=dark] .collection-card [class*=metric] span,:root[data-theme=dark] .collection-card [class*=stat] span,:root[data-theme=dark] .collection-card [class*=summary] span,:root[data-theme=dark] .collection-dashboard-card [class*=metric] span,:root[data-theme=dark] .collection-dashboard-card [class*=stat] span,:root[data-theme=dark] .collection-dashboard-card [class*=summary] span,:root[data-theme=dark] .collection-loan-card [class*=metric] span,:root[data-theme=dark] .collection-loan-card [class*=stat] span,:root[data-theme=dark] .collection-loan-card [class*=summary] span{color:#94a3b8!important}:root[data-theme=dark] .collection-card [class*=metric] strong,:root[data-theme=dark] .collection-card [class*=stat] strong,:root[data-theme=dark] .collection-card [class*=summary] strong,:root[data-theme=dark] .collection-dashboard-card [class*=metric] strong,:root[data-theme=dark] .collection-dashboard-card [class*=stat] strong,:root[data-theme=dark] .collection-dashboard-card [class*=summary] strong,:root[data-theme=dark] .collection-loan-card [class*=metric] strong,:root[data-theme=dark] .collection-loan-card [class*=stat] strong,:root[data-theme=dark] .collection-loan-card [class*=summary] strong{color:#f8fafc!important}:root[data-theme=dark] .collection-metrics-grid>div,:root[data-theme=dark] .collection-next-row>div{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .collection-profit-grid{background:#2dd4bf1a!important;border-color:#2dd4bf47!important}:root[data-theme=dark] .collection-profit-grid>div{color:#ccfbf1!important;background:0 0!important;border-color:#0000!important}:root[data-theme=dark] .collection-metrics-grid>div span,:root[data-theme=dark] .collection-next-row>div span,:root[data-theme=dark] .collection-profit-grid>div span{color:#94a3b8!important}:root[data-theme=dark] .collection-metrics-grid>div strong,:root[data-theme=dark] .collection-next-row>div strong,:root[data-theme=dark] .collection-profit-grid>div strong{color:#f8fafc!important}:root[data-theme=dark] .empty-state{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .empty-state h2,:root[data-theme=dark] .empty-state h3,:root[data-theme=dark] .empty-state strong{color:#f8fafc!important}:root[data-theme=dark] .empty-state p,:root[data-theme=dark] .empty-state span{color:#94a3b8!important}:root[data-theme=dark] .segmented-filter{background:0 0!important}:root[data-theme=dark] .segmented-filter button{color:#cbd5e1!important;background:#1e293b!important;border:1px solid #334155!important}:root[data-theme=dark] .segmented-filter button:hover:not(.active):not(:disabled){color:#fff!important;background:#334155!important}:root[data-theme=dark] .segmented-filter button.active{color:#f8fafc!important;background:0 0!important;border-color:#2dd4bf!important}:root[data-theme=dark] .segmented-filter button:disabled{color:#64748b!important;opacity:1!important;background:#111827!important;border-color:#1f2937!important}:root[data-theme=dark] .collection-dashboard-panel .empty-state,:root[data-theme=dark] .collection-dashboard-panel [class*=empty]{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .collection-dashboard-panel .empty-state *,:root[data-theme=dark] .collection-dashboard-panel [class*=empty] *{color:#94a3b8!important}:root[data-theme=dark] .collection-dashboard-panel .empty-state h2,:root[data-theme=dark] .collection-dashboard-panel .empty-state h3,:root[data-theme=dark] .collection-dashboard-panel [class*=empty] h2,:root[data-theme=dark] .collection-dashboard-panel [class*=empty] h3{color:#f8fafc!important}:root[data-theme=dark] .collection-dashboard-panel>div:not(.section-header-row):not(.collection-card-grid){color:#94a3b8!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .empty-state,:root[data-theme=dark] [class*=empty-state],:root[data-theme=dark] [class*=EmptyState],:root[data-theme=dark] .card .empty-state,:root[data-theme=dark] .panel .empty-state,:root[data-theme=dark] .content-card .empty-state{color:#e5e7eb!important;box-shadow:none!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .empty-state *,:root[data-theme=dark] [class*=empty-state] *,:root[data-theme=dark] [class*=EmptyState] *{color:#94a3b8!important}:root[data-theme=dark] .empty-state h1,:root[data-theme=dark] .empty-state h2,:root[data-theme=dark] .empty-state h3,:root[data-theme=dark] .empty-state strong,:root[data-theme=dark] [class*=empty-state] h1,:root[data-theme=dark] [class*=empty-state] h2,:root[data-theme=dark] [class*=empty-state] h3,:root[data-theme=dark] [class*=empty-state] strong{color:#f8fafc!important}:root[data-theme=dark] .empty-state p,:root[data-theme=dark] .empty-state span,:root[data-theme=dark] [class*=empty-state] p,:root[data-theme=dark] [class*=empty-state] span{color:#94a3b8!important}:root[data-theme=dark] .content-card>.empty-state,:root[data-theme=dark] .panel>.empty-state,:root[data-theme=dark] .card>.empty-state{background:#020617!important;border:1px dashed #334155!important}:root[data-theme=dark] .content-card [style*=dashed],:root[data-theme=dark] .panel [style*=dashed],:root[data-theme=dark] .card [style*=dashed]{color:#94a3b8!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .empty-state,:root[data-theme=dark] .empty-state-card,:root[data-theme=dark] .empty-card,:root[data-theme=dark] .empty-content,:root[data-theme=dark] .empty-placeholder,:root[data-theme=dark] .empty-state-container{color:#e5e7eb!important;box-shadow:none!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .empty-state *,:root[data-theme=dark] .empty-state-card *,:root[data-theme=dark] .empty-card *,:root[data-theme=dark] .empty-content *,:root[data-theme=dark] .empty-placeholder *,:root[data-theme=dark] .empty-state-container *{color:#94a3b8!important}:root[data-theme=dark] .empty-state h1,:root[data-theme=dark] .empty-state h2,:root[data-theme=dark] .empty-state h3,:root[data-theme=dark] .empty-state strong,:root[data-theme=dark] .empty-state-card h1,:root[data-theme=dark] .empty-state-card h2,:root[data-theme=dark] .empty-state-card h3,:root[data-theme=dark] .empty-state-card strong,:root[data-theme=dark] .empty-card h1,:root[data-theme=dark] .empty-card h2,:root[data-theme=dark] .empty-card h3,:root[data-theme=dark] .empty-card strong{color:#f8fafc!important}:root[data-theme=dark] .content-card>div:only-child,:root[data-theme=dark] .panel>div:only-child,:root[data-theme=dark] .card>div:only-child{background-color:#020617;border-color:#334155}:root[data-theme=dark] .clients-page .empty-state,:root[data-theme=dark] .clients-page .empty-state-card,:root[data-theme=dark] .clients-page .empty-card,:root[data-theme=dark] .global-holidays-page .empty-state,:root[data-theme=dark] .global-holidays-page .empty-state-card,:root[data-theme=dark] .global-holidays-page .empty-card{color:#e5e7eb!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .state-box{color:#e5e7eb!important;box-shadow:none!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .state-box strong{color:#f8fafc!important}:root[data-theme=dark] .state-box span{color:#94a3b8!important}:root[data-theme=dark] .modal-card{background:var(--mp-surface)!important;border-color:var(--mp-border)!important;color:var(--mp-text)!important}:root[data-theme=dark] .permissions-editor,:root[data-theme=dark] .password-box{color:var(--mp-text)!important;box-shadow:none!important;background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .permissions-editor .section-title h2,:root[data-theme=dark] .permissions-editor .section-title h3,:root[data-theme=dark] .password-box .section-title h2,:root[data-theme=dark] .password-box .section-title h3{color:#f8fafc!important}:root[data-theme=dark] .permissions-editor .section-title p,:root[data-theme=dark] .password-box .section-title p,:root[data-theme=dark] .group-check-list small{color:#94a3b8!important}:root[data-theme=dark] .permissions-editor .checkbox-row,:root[data-theme=dark] .password-box .checkbox-row{color:#e5e7eb!important}:root[data-theme=dark] .permissions-editor strong,:root[data-theme=dark] .password-box strong{color:#f8fafc!important}:root[data-theme=dark] .password-box .inline-form{background:0 0!important}:root[data-theme=dark] .password-box .button-ghost:disabled{opacity:.75;color:#64748b!important}:root[data-theme=dark] .loan-total-box,:root[data-theme=dark] .loan-detail-status,:root[data-theme=dark] .loan-installments-box,:root[data-theme=dark] .installment-summary-grid div,:root[data-theme=dark] .payment-loan-summary div{color:var(--mp-text)!important;box-shadow:none!important;background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .loan-total-box span,:root[data-theme=dark] .loan-detail-status span,:root[data-theme=dark] .loan-installments-header span,:root[data-theme=dark] .installment-summary-grid span,:root[data-theme=dark] .payment-loan-summary span{color:#94a3b8!important}:root[data-theme=dark] .loan-total-box strong,:root[data-theme=dark] .loan-detail-status strong,:root[data-theme=dark] .installment-summary-grid strong,:root[data-theme=dark] .payment-loan-summary strong{color:#2dd4bf!important}:root[data-theme=dark] .loan-total-box .installment-fields-grid,:root[data-theme=dark] .loan-installments-box .installment-fields-grid{border-color:#334155!important}:root[data-theme=dark] .installment-row,:root[data-theme=dark] .custom-installment-row{color:var(--mp-text)!important;background:#020617!important;border-color:#334155!important}:root[data-theme=dark] .installment-row span,:root[data-theme=dark] .custom-installment-row span,:root[data-theme=dark] .custom-installment-row small{color:#94a3b8!important}.mobile-app-header,.mobile-bottom-nav{display:none}@media (width<=768px){html,body,#root{width:100%;min-height:100%}body{-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}.app-shell,.app-shell-collapsed,.global-admin-shell{min-height:100vh;grid-template-columns:1fr!important;display:block!important}.sidebar,.global-admin-sidebar,.topbar,.sidebar-collapse-button{display:none!important}.main-area,.global-admin-main{width:100%;min-width:0}.mobile-app-header{background:color-mix(in srgb, var(--mp-surface) 94%, transparent);border-bottom:1px solid var(--mp-border);z-index:30;justify-content:space-between;align-items:center;gap:12px;height:64px;padding:8px 14px;display:flex;position:sticky;top:0;left:0;right:0;box-shadow:0 8px 24px #0f172a0f}.mobile-app-brand{align-items:center;gap:10px;min-width:0;display:flex}.mobile-brand-mark{background:var(--mp-primary);border-radius:14px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;overflow:hidden}.mobile-brand-mark img{width:28px;height:28px;display:block}.mobile-app-brand strong,.mobile-app-brand span{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.15;display:block;overflow:hidden}.mobile-app-brand strong{font-size:16px}.mobile-app-brand span{color:var(--mp-muted);max-width:180px;font-size:12px}.mobile-header-actions{align-items:center;gap:8px;display:flex}.mobile-icon-button{background:var(--mp-background);border:1px solid var(--mp-border);color:var(--mp-text);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.content{padding:16px 14px 96px!important}.page-stack{gap:16px}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-header h1{font-size:22px;line-height:1.2}.page-header p{font-size:14px}.card-grid{grid-template-columns:1fr!important}.summary-card,.panel{border-radius:18px}.button{min-height:44px}.mobile-bottom-nav{background:color-mix(in srgb, var(--mp-surface) 96%, transparent);border:1px solid var(--mp-border);min-height:72px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));z-index:40;border-radius:24px 24px 0 0;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:2px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 40px #0f172a1f}.mobile-bottom-nav a{color:var(--mp-muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:54px;padding:6px 2px;font-size:11px;font-weight:800;display:flex}.mobile-bottom-nav a svg{flex:none}.mobile-bottom-nav a.active{color:var(--mp-primary);background:#0f766e1f}.mobile-bottom-nav span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.modal-content{border-radius:22px 22px 0 0!important;width:100%!important;max-height:calc(100vh - 32px)!important}}@media (width<=420px){.mobile-app-brand span{max-width:140px}.mobile-bottom-nav a{font-size:10px}.content{padding-left:12px!important;padding-right:12px!important}}@media (width<=768px){.dashboard-header-with-filter{gap:14px!important}.dashboard-header-with-filter>div:first-child{width:100%}.dashboard-header-with-filter h1{align-items:center;gap:8px;line-height:1.15;display:flex;font-size:24px!important}.dashboard-header-with-filter p{max-width:100%}.dashboard-responsible-filter{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:18px;padding:12px;box-shadow:0 10px 28px #0f172a0f;width:100%!important}.dashboard-responsible-filter select{min-height:46px;width:100%!important}.dashboard-shortcuts{border-radius:22px;gap:14px;padding:16px!important}.dashboard-shortcuts .eyebrow{letter-spacing:.08em;font-size:11px}.dashboard-shortcuts h2{margin-top:4px;line-height:1.2;font-size:19px!important}.dashboard-shortcut-actions{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.dashboard-shortcut-button{text-align:center;white-space:normal;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:82px;font-size:12px;border-radius:18px!important;padding:12px 8px!important}.dashboard-shortcut-button svg{width:22px;height:22px}.dashboard-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.dashboard-card-grid .summary-card{min-height:148px;border-radius:20px!important;align-items:flex-start!important;gap:10px!important;padding:14px!important;display:grid!important}.dashboard-card-grid .summary-card svg{border-radius:16px;width:38px;height:38px;padding:8px}.dashboard-card-grid .summary-card:nth-child(3) svg{color:var(--mp-danger);background:#dc26261f}.dashboard-card-grid .summary-card:nth-child(6) svg{color:var(--mp-success);background:#16a34a1f}.dashboard-card-grid .summary-card span{letter-spacing:.02em;text-transform:uppercase;font-weight:800;line-height:1.2;font-size:11px!important}.dashboard-card-grid .summary-card strong{word-break:break-word;line-height:1.1;font-size:20px!important}.dashboard-card-grid .summary-card small{line-height:1.25;font-size:11px!important}.collection-dashboard-panel{border-radius:22px!important;padding:14px!important}.collection-dashboard-panel .section-header-row{align-items:flex-start!important;gap:14px!important;display:grid!important}.collection-dashboard-panel .section-header-row h2{line-height:1.2;font-size:20px!important}.collection-dashboard-panel .section-header-row p{line-height:1.35;font-size:13px!important}.collection-dashboard-panel .segmented-filter{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.collection-dashboard-panel .segmented-filter button{min-height:42px;white-space:normal!important;border-radius:14px!important;padding:8px 6px!important;font-size:12px!important}.collection-card-grid{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.collection-dashboard-card,.collection-loan-card,.collection-card{border-radius:20px!important;padding:14px!important}.collection-dashboard-card h3,.collection-loan-card h3,.collection-card h3{line-height:1.25;font-size:17px!important}.collection-dashboard-card p,.collection-loan-card p,.collection-card p{line-height:1.35;font-size:13px!important}.collection-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.collection-metrics-grid>div{min-height:72px;border-radius:16px!important;padding:10px!important}.collection-metrics-grid span{line-height:1.2;font-size:10px!important}.collection-metrics-grid strong{word-break:break-word;line-height:1.15;font-size:15px!important}.collection-dashboard-panel .button,.collection-dashboard-card .button,.collection-loan-card .button,.collection-card .button{min-height:44px}.collection-dashboard-panel .button-primary,.collection-dashboard-card .button-primary,.collection-loan-card .button-primary,.collection-card .button-primary{box-shadow:0 10px 24px #0f766e33}}@media (width<=420px){.dashboard-shortcut-actions{grid-template-columns:1fr 1fr!important}.dashboard-card-grid{grid-template-columns:1fr!important}.dashboard-card-grid .summary-card{min-height:112px;align-items:center!important;display:flex!important}.dashboard-card-grid .summary-card strong{font-size:22px!important}.collection-metrics-grid{grid-template-columns:1fr!important}}@media (width<=768px){.dashboard-header-with-filter{gap:8px!important}.dashboard-header-with-filter h1{margin-bottom:4px!important;font-size:24px!important}.dashboard-header-with-filter p{margin:0!important;font-size:15px!important;line-height:1.35!important}.dashboard-responsible-filter{box-shadow:none!important;background:0 0!important;border:0!important;gap:6px!important;padding:0!important}.dashboard-responsible-filter span{font-size:13px!important}.dashboard-responsible-filter select{background:0 0!important;border-radius:12px!important;min-height:38px!important;padding:0 10px!important;font-size:14px!important}.dashboard-shortcuts{box-shadow:none!important;background:0 0!important;border:0!important;gap:10px!important;padding:8px 0 0!important}.dashboard-shortcuts h2{margin:2px 0 0!important;font-size:18px!important}.dashboard-shortcut-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.dashboard-shortcut-button{background:var(--mp-surface)!important;border:1px solid var(--mp-border)!important;box-shadow:none!important;color:var(--mp-text)!important;text-align:left!important;white-space:normal!important;border-radius:16px!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;min-height:54px!important;padding:10px 12px!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important;display:flex!important}.dashboard-shortcut-button svg{flex:none!important;width:18px!important;height:18px!important}.dashboard-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.dashboard-card-grid .summary-card{min-height:108px!important;padding:12px!important}.dashboard-card-grid .summary-card svg{width:34px!important;height:34px!important}.dashboard-card-grid .summary-card strong{font-size:18px!important}.dashboard-card-grid .summary-card span,.dashboard-card-grid .summary-card small{font-size:10px!important}.collection-dashboard-panel{margin-top:0!important}}@media (width<=420px){.dashboard-shortcut-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-shortcut-button{min-height:50px!important;padding:9px 10px!important;font-size:12px!important}.dashboard-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-card-grid .summary-card{min-height:104px!important;display:grid!important}}@media (width<=768px){.clients-page .page-header{gap:12px!important}.clients-page .page-header>div,.clients-page .page-header .button{width:100%}.clients-page .page-header h1{line-height:1.15;font-size:24px!important}.clients-page .page-header p{line-height:1.35;font-size:14px!important}.clients-page .page-header .button{min-height:48px}.clients-page>.panel{border-radius:22px!important;padding:14px!important}.clients-page .toolbar{align-items:stretch!important;gap:12px!important;display:grid!important}.clients-page .toolbar>div:first-child{background:var(--mp-background);border:1px solid var(--mp-border);border-radius:16px;padding:10px 12px}.clients-page .toolbar>div:first-child strong{font-size:20px}.clients-page .toolbar>div:first-child span{color:var(--mp-muted);font-size:13px}.clients-page .toolbar-fields,.clients-page .client-filter-grid{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important}.clients-page .search-input,.clients-page .select-input,.clients-page .client-filter-grid .button{width:100%!important;min-height:46px!important}.clients-page .table-wrapper{border:0!important;overflow:visible!important}.clients-page .data-table,.clients-page .data-table tbody,.clients-page .data-table tr,.clients-page .data-table td{width:100%!important;display:block!important}.clients-page .data-table thead{display:none!important}.clients-page .data-table tbody{gap:12px!important;display:grid!important}.clients-page .data-table tr{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:20px;padding:12px;overflow:hidden;box-shadow:0 10px 28px #0f172a0f}.clients-page .data-table td{border:0!important;padding:0!important}.clients-page .data-table td+td{margin-top:10px}.clients-page .data-table td:first-child{padding-bottom:10px!important}.clients-page .data-table td:first-child .link-button{text-align:left;align-items:flex-start;gap:4px;width:100%;display:grid}.clients-page .data-table td:first-child .link-button strong{color:var(--mp-text);font-size:17px;line-height:1.2}.clients-page .data-table td:first-child .link-button span{color:var(--mp-muted);font-size:12px}.clients-page .data-table td:nth-child(2):before,.clients-page .data-table td:nth-child(3):before,.clients-page .data-table td:nth-child(4):before{color:var(--mp-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.clients-page .data-table td:nth-child(2):before{content:"Contato"}.clients-page .data-table td:nth-child(3):before{content:"Responsável"}.clients-page .data-table td:nth-child(4):before{content:"Status"}.clients-page .cell-stack{gap:3px}.clients-page .cell-stack span,.clients-page .muted-text{word-break:break-word;font-size:13px;line-height:1.3}.clients-page .badge{border-radius:999px;min-height:28px;padding:6px 10px;display:inline-flex}.clients-page .data-table td:nth-child(5){margin-top:12px;border-top:1px solid var(--mp-border)!important;padding-top:12px!important}.clients-page .table-actions{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.clients-page .table-actions .icon-button{border-radius:14px!important;width:100%!important;min-width:0!important;height:42px!important}.clients-page .pagination-bar{align-items:stretch!important;gap:10px!important;display:grid!important}.clients-page .pagination-bar>span{color:var(--mp-muted);text-align:center;font-size:13px}.clients-page .pagination-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.clients-page .pagination-actions .button{width:100%}.clients-page .modal-content .form-grid-2,.clients-page .modal-content .attachment-upload-box,.clients-page .modal-content .installment-summary-grid{grid-template-columns:1fr!important}.clients-page .modal-content .form-actions{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.clients-page .modal-content .form-actions .button{width:100%}}@media (width<=420px){.clients-page .data-table tr{padding:10px}.clients-page .table-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.clients-page .data-table td:first-child .link-button strong{font-size:16px}}@media (width<=768px){.collection-dashboard-panel{padding:12px!important}.collection-card-grid{gap:10px!important}.collection-dashboard-card,.collection-loan-card,.collection-card{border-radius:18px!important;padding:12px!important}.collection-card-top{align-items:flex-start!important;gap:10px!important;margin-bottom:10px!important}.client-avatar,.collection-client-avatar{width:42px!important;min-width:42px!important;height:42px!important;font-size:14px!important}.collection-card-top h3,.collection-dashboard-card h3,.collection-loan-card h3,.collection-card h3{margin:0 0 2px!important;font-size:17px!important;line-height:1.2!important}.collection-card-top p,.collection-dashboard-card p,.collection-loan-card p,.collection-card p{margin:0!important;font-size:12px!important;line-height:1.25!important}.collection-status,.collection-status-overdue,.collection-status-open,.collection-status-partial{border-radius:999px!important;min-height:24px!important;padding:4px 9px!important;font-size:11px!important}.collection-balance,.collection-amount{text-align:left!important;margin:10px 0!important}.collection-balance strong,.collection-amount strong,.collection-dashboard-card>strong,.collection-loan-card>strong,.collection-card>strong{text-align:left!important;margin:0!important;font-size:26px!important;line-height:1.1!important;display:block!important}.collection-balance span,.collection-amount span,.collection-dashboard-card>span,.collection-loan-card>span,.collection-card>span{text-align:left!important;margin-top:2px!important;font-size:12px!important;line-height:1.2!important;display:block!important}.collection-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important;display:grid!important}.collection-metrics-grid>div{border-radius:14px!important;min-height:58px!important;padding:8px 10px!important}.collection-metrics-grid span{margin-bottom:4px!important;font-size:10px!important;line-height:1.15!important}.collection-metrics-grid strong{font-size:14px!important;line-height:1.15!important}.collection-dashboard-card .button,.collection-loan-card .button,.collection-card .button{min-height:40px!important;padding:0 10px!important}.collection-actions,.collection-card-actions,.collection-dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important;display:grid!important}.collection-actions .button,.collection-card-actions .button,.collection-dashboard-actions .button{width:100%!important}}@media (width<=420px){.collection-balance strong,.collection-amount strong,.collection-dashboard-card>strong,.collection-loan-card>strong,.collection-card>strong{font-size:24px!important}.collection-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.collection-metrics-grid>div{min-height:54px!important;padding:8px!important}.collection-metrics-grid strong{font-size:13px!important}}@media (width<=768px){.collection-dashboard-card,.collection-loan-card,.collection-card{gap:8px!important;padding:10px 12px!important;display:grid!important}.collection-card-top{grid-template-columns:1fr auto!important;align-items:flex-start!important;gap:6px!important;margin:0!important;display:grid!important}.collection-card-top .client-avatar,.collection-card-top .collection-client-avatar,.client-avatar,.collection-client-avatar{display:none!important}.collection-card-top div:not(.client-avatar),.collection-card-top div:not(.collection-client-avatar){min-width:0!important}.collection-card-top h3,.collection-dashboard-card h3,.collection-loan-card h3,.collection-card h3{margin:0!important;font-size:16px!important;line-height:1.15!important}.collection-card-top p,.collection-dashboard-card p,.collection-loan-card p,.collection-card p{color:var(--mp-muted)!important;margin:2px 0 0!important;font-size:11px!important;line-height:1.2!important}.collection-status,.collection-status-overdue,.collection-status-open,.collection-status-partial{align-self:start!important;min-height:22px!important;padding:3px 8px!important;font-size:10px!important}.collection-balance,.collection-amount{text-align:left!important;background:#0f766e14!important;border:1px solid #0f766e2e!important;border-radius:14px!important;justify-content:space-between!important;align-items:baseline!important;gap:8px!important;margin:2px 0!important;padding:8px 10px!important;display:flex!important}.collection-balance strong,.collection-amount strong{text-align:left!important;white-space:nowrap!important;margin:0!important;font-size:20px!important;line-height:1!important}.collection-balance span,.collection-amount span{color:var(--mp-muted)!important;text-align:right!important;margin:0!important;font-size:11px!important;line-height:1.1!important}.collection-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:0!important;display:grid!important}.collection-metrics-grid>div{border-radius:12px!important;min-height:46px!important;padding:6px!important}.collection-metrics-grid>div:nth-child(n+5){display:none!important}.collection-metrics-grid span{text-overflow:ellipsis!important;white-space:nowrap!important;margin:0 0 3px!important;font-size:9px!important;line-height:1.1!important;overflow:hidden!important}.collection-metrics-grid strong{text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1.05!important;overflow:hidden!important}.collection-actions,.collection-card-actions,.collection-dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:2px!important;display:grid!important}.collection-actions .button,.collection-card-actions .button,.collection-dashboard-actions .button,.collection-dashboard-card .button,.collection-loan-card .button,.collection-card .button{min-height:38px!important;padding:0 8px!important;font-size:12px!important}}@media (width<=420px){.collection-dashboard-card,.collection-loan-card,.collection-card{padding:10px!important}.collection-balance strong,.collection-amount strong{font-size:18px!important}.collection-balance span,.collection-amount span{font-size:10px!important}.collection-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.collection-metrics-grid>div{min-height:42px!important}.collection-metrics-grid strong{font-size:12px!important}}@media (width<=768px){.collection-actions,.collection-card-actions,.collection-dashboard-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:6px!important;display:grid!important}.collection-actions .button,.collection-card-actions .button,.collection-dashboard-actions .button,.collection-dashboard-card .button,.collection-loan-card .button,.collection-card .button{white-space:nowrap!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:0!important;height:44px!important;min-height:44px!important;padding:0!important;font-size:0!important;display:inline-flex!important}.collection-actions .button svg,.collection-card-actions .button svg,.collection-dashboard-actions .button svg,.collection-dashboard-card .button svg,.collection-loan-card .button svg,.collection-card .button svg{width:18px!important;height:18px!important;margin:0!important}}@media (width<=420px){.collection-actions,.collection-card-actions,.collection-dashboard-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.collection-actions .button,.collection-card-actions .button,.collection-dashboard-actions .button,.collection-dashboard-card .button,.collection-loan-card .button,.collection-card .button{height:42px!important;min-height:42px!important}.collection-actions .button svg,.collection-card-actions .button svg,.collection-dashboard-actions .button svg,.collection-dashboard-card .button svg,.collection-loan-card .button svg,.collection-card .button svg{width:17px!important;height:17px!important}}@media (width<=768px){.clients-page>.panel{padding:12px!important}.clients-page .toolbar{gap:10px!important}.clients-page .toolbar>div:first-child{justify-content:flex-start;align-items:baseline;gap:4px;display:flex;width:100%!important;padding:8px 10px!important}.clients-page .toolbar>div:first-child strong{line-height:1;font-size:18px!important}.clients-page .toolbar>div:first-child span{line-height:1.2;font-size:12px!important}.clients-page .toolbar-fields,.clients-page .client-filter-grid{gap:8px!important}.clients-page .search-input,.clients-page .select-input{border-radius:14px!important;width:100%!important;min-height:44px!important;padding-left:12px!important;font-size:14px!important}.clients-page .client-filter-grid .button,.clients-page .toolbar-fields .button{justify-self:start;border:1px solid var(--mp-border)!important;box-shadow:none!important;background:0 0!important;border-radius:14px!important;width:auto!important;min-height:38px!important;padding:0 14px!important;font-size:13px!important}.clients-page .table-wrapper{margin-top:8px!important}.clients-page .data-table tbody{gap:10px!important}.clients-page .data-table tr{border-radius:18px!important;padding:10px 12px!important}.clients-page .data-table td+td{margin-top:7px!important}.clients-page .data-table td:first-child{padding-bottom:6px!important}.clients-page .data-table td:first-child .link-button strong{font-size:16px!important}.clients-page .data-table td:first-child .link-button span{font-size:12px!important}.clients-page .data-table td:nth-child(2):before,.clients-page .data-table td:nth-child(3):before,.clients-page .data-table td:nth-child(4):before{margin-bottom:2px!important;font-size:9px!important}.clients-page .cell-stack span,.clients-page .muted-text{font-size:12px!important}.clients-page .badge{min-height:24px!important;padding:4px 9px!important;font-size:11px!important}.clients-page .data-table td:nth-child(5){margin-top:9px!important;padding-top:9px!important}.clients-page .table-actions{gap:6px!important}.clients-page .table-actions .icon-button{height:38px!important;min-height:38px!important}.clients-page .pagination-bar{margin-top:12px!important}}@media (width<=420px){.clients-page>.panel{padding:10px!important}.clients-page .page-header{gap:10px!important}.clients-page .page-header .button{min-height:46px!important}.clients-page .data-table tr{padding:10px!important}}@media (width<=768px){.clients-page .toolbar,.clients-page .toolbar-fields,.clients-page .client-filter-grid{width:100%!important}.clients-page .toolbar-fields>*,.clients-page .client-filter-grid>*,.clients-page .client-filter-grid .search-input,.clients-page .client-filter-grid .select-input{width:100%!important;min-width:0!important;max-width:none!important}.clients-page .toolbar>div:first-child{width:100%!important;max-width:none!important}.clients-page .client-filter-grid .button,.clients-page .toolbar-fields .button{justify-self:stretch!important;width:100%!important}.clients-page section.panel{width:100%!important}.clients-page .toolbar{flex-direction:column!important;align-items:stretch!important;width:100%!important;display:flex!important}.clients-page .toolbar>div{width:100%!important;max-width:none!important}.clients-page .toolbar-fields.client-filter-grid{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important}.clients-page .toolbar-fields.client-filter-grid input,.clients-page .toolbar-fields.client-filter-grid select,.clients-page .toolbar-fields.client-filter-grid button,.clients-page .client-filter-grid input,.clients-page .client-filter-grid select,.clients-page .client-filter-grid button{box-sizing:border-box!important;flex:auto!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important}.clients-page .search-input,.clients-page .select-input{height:46px!important}.clients-page .toolbar-fields.client-filter-grid .button{justify-content:center!important}.clients-page .data-table tr{padding:14px 12px 12px!important;position:relative!important}.clients-page .data-table td:first-child{padding-right:92px!important}.clients-page .data-table td:first-child .link-button strong{letter-spacing:-.01em;font-size:17px!important}.clients-page .data-table td:first-child .link-button span{color:#93c5fd;font-size:12px!important}.clients-page .data-table td:nth-child(4){width:auto!important;margin:0!important;position:absolute!important;top:14px!important;right:12px!important}.clients-page .data-table td:nth-child(4):before{display:none!important}.clients-page .data-table td:nth-child(4) .badge{font-weight:900;box-shadow:0 8px 18px #16a34a2e;min-height:26px!important;padding:5px 10px!important;font-size:11px!important}.clients-page .data-table td:nth-child(2),.clients-page .data-table td:nth-child(3){background:#0f172a2e;border-radius:14px;border:1px solid #94a3b81f!important;margin-top:8px!important;padding:8px 10px!important}.clients-page .data-table td:nth-child(2):before,.clients-page .data-table td:nth-child(3):before{color:#93c5fd!important;letter-spacing:.12em!important;margin-bottom:4px!important;font-size:9px!important}.clients-page .data-table .cell-stack{gap:2px!important;display:grid!important}.clients-page .data-table .cell-stack span,.clients-page .data-table .muted-text{font-size:12px!important;line-height:1.25!important}.clients-page .data-table td:nth-child(5){border-top:1px solid #94a3b824!important;margin-top:10px!important;padding-top:10px!important}.clients-page .table-actions{gap:8px!important}.clients-page .table-actions .icon-button{color:#cbd5e1!important;background:#94a3b81f!important;border:1px solid #94a3b82e!important;border-radius:16px!important;height:44px!important;min-height:44px!important}.clients-page .table-actions .icon-button:hover{transform:translateY(-1px)}.clients-page .table-actions .icon-button:first-child{color:#93c5fd!important;background:#3b82f624!important;border-color:#3b82f647!important}.clients-page .table-actions .icon-button:nth-child(2){color:#fbbf24!important;background:#f59e0b1f!important;border-color:#f59e0b47!important}.clients-page .table-actions .icon-button-danger,.clients-page .table-actions .icon-button:nth-child(3){color:#fca5a5!important;background:#ef44441f!important;border-color:#ef444447!important}}@media (width<=420px){.clients-page .data-table td:first-child{padding-right:78px!important}.clients-page .data-table td:first-child .link-button strong{font-size:16px!important}.clients-page .table-actions .icon-button{height:42px!important;min-height:42px!important}}@media (width<=768px){.clients-page .modal-content{border-radius:24px 24px 0 0!important;flex-direction:column!important;max-height:calc(100vh - 18px)!important;padding:0!important;display:flex!important}.clients-page .modal-header{border-bottom:1px solid var(--mp-border);flex:none;padding:22px 22px 18px!important}.clients-page .modal-header h2,.clients-page .modal-header h1{margin:0 48px 8px 0!important;font-size:27px!important;line-height:1.1!important}.clients-page .modal-header p{margin:0!important;font-size:18px!important;line-height:1.35!important}.clients-page .modal-close-button,.clients-page .modal-header button[aria-label=Fechar],.clients-page .modal-header .icon-button{border-radius:14px!important;width:42px!important;height:42px!important;top:18px!important;right:18px!important}.clients-page .modal-content .form-stack{gap:14px!important;padding:18px 22px 96px!important;overflow-y:auto!important}.clients-page .modal-content label{gap:7px!important}.clients-page .modal-content label,.clients-page .modal-content .form-stack label{font-size:15px!important}.clients-page .modal-content input,.clients-page .modal-content select,.clients-page .modal-content textarea{border-radius:16px!important;min-height:48px!important;padding-left:14px!important;padding-right:14px!important;font-size:16px!important}.clients-page .modal-content textarea{min-height:96px!important;padding-top:12px!important}.clients-page .modal-content .loan-installments-box{border-radius:18px!important;margin:2px 0!important;padding:12px!important}.clients-page .modal-content .loan-installments-header{align-items:flex-start!important;gap:4px!important;display:grid!important}.clients-page .modal-content .loan-installments-header strong{font-size:15px!important}.clients-page .modal-content .loan-installments-header span{font-size:12px!important}.clients-page .modal-content .attachment-upload-actions{align-items:stretch!important;gap:10px!important;display:grid!important}.clients-page .modal-content .attachment-upload-actions .button{width:100%!important}.clients-page .modal-content .pending-attachment-card{align-items:stretch!important;gap:10px!important;display:grid!important}.clients-page .modal-content .installment-summary-grid{gap:8px!important}.clients-page .modal-content .installment-summary-grid>div{border-radius:14px!important;min-height:62px!important;padding:9px 10px!important}.clients-page .modal-content .installment-summary-grid span{font-size:10px!important;line-height:1.15!important}.clients-page .modal-content .installment-summary-grid strong{font-size:14px!important;line-height:1.15!important}.clients-page .modal-content .checkbox-row{background:var(--mp-background);border:1px solid var(--mp-border);border-radius:16px;min-height:48px;padding:10px 12px;align-items:center!important;display:flex!important}.clients-page .modal-content .checkbox-row input{min-height:auto!important}.clients-page .modal-content .form-actions{background:color-mix(in srgb, var(--mp-surface) 96%, transparent);border-top:1px solid var(--mp-border);z-index:5;position:sticky;bottom:0;left:0;right:0;padding:12px 18px calc(12px + env(safe-area-inset-bottom))!important;grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.clients-page .modal-content .form-actions .button{border-radius:16px!important;width:100%!important;min-height:48px!important;font-size:14px!important}}@media (width<=420px){.clients-page .modal-header{padding:20px 20px 16px!important}.clients-page .modal-header h2,.clients-page .modal-header h1{font-size:25px!important}.clients-page .modal-header p{font-size:17px!important}.clients-page .modal-content .form-stack{padding:16px 20px 92px!important}.clients-page .modal-content .form-actions{padding-left:14px!important;padding-right:14px!important}}@media (width<=768px){.loans-page .page-header{gap:12px!important}.loans-page .page-header>div,.loans-page .page-header .button{width:100%}.loans-page .page-header h1{line-height:1.15;font-size:24px!important}.loans-page .page-header p{line-height:1.35;font-size:14px!important}.loans-page .page-header .button{min-height:48px;border-radius:16px!important}.loans-page>.panel{border-radius:22px!important;padding:12px!important}.loans-page .toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;display:flex!important}.loans-page .toolbar>div:first-child{background:var(--mp-background);border:1px solid var(--mp-border);border-radius:16px;justify-content:flex-start;align-items:baseline;gap:4px;display:flex;width:100%!important;padding:8px 10px!important}.loans-page .toolbar>div:first-child strong{line-height:1;font-size:18px!important}.loans-page .toolbar>div:first-child span{color:var(--mp-muted);line-height:1.2;font-size:12px!important}.loans-page .toolbar-fields.loan-filter-grid,.loans-page .loan-filter-grid{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important}.loans-page .toolbar-fields.loan-filter-grid>*,.loans-page .loan-filter-grid>*,.loans-page .loan-filter-grid input,.loans-page .loan-filter-grid select,.loans-page .loan-filter-grid button{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important}.loans-page .search-input,.loans-page .select-input,.loans-page .loan-filter-grid input,.loans-page .loan-filter-grid select{border-radius:14px!important;height:46px!important;min-height:46px!important;padding-left:12px!important;padding-right:12px!important;font-size:14px!important}.loans-page .filter-field{color:var(--mp-muted);gap:6px;font-weight:800;font-size:12px!important;display:grid!important}.loans-page .filter-checkbox{background:var(--mp-background);border:1px solid var(--mp-border);min-height:44px;border-radius:14px!important;padding:10px 12px!important}.loans-page .loan-filter-grid .button{border:1px solid var(--mp-border)!important;box-shadow:none!important;background:0 0!important;border-radius:14px!important;justify-content:center!important;min-height:40px!important;padding:0 14px!important;font-size:13px!important}.loans-page .loans-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:12px 0!important;display:grid!important}.loans-page .loans-summary-grid article{border-radius:14px!important;min-height:70px!important;padding:9px 10px!important}.loans-page .loans-summary-grid span{font-size:10px!important;line-height:1.15!important}.loans-page .loans-summary-grid strong{word-break:break-word;font-size:15px!important;line-height:1.15!important}.loans-page .loans-summary-grid small{font-size:10px!important}.loans-page .table-wrapper{border:0!important;margin-top:8px!important;overflow:visible!important}.loans-page .data-table,.loans-page .data-table tbody,.loans-page .data-table tr,.loans-page .data-table td{width:100%!important;display:block!important}.loans-page .data-table thead{display:none!important}.loans-page .data-table tbody{gap:10px!important;display:grid!important}.loans-page .data-table tr{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:20px;padding:12px;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a0f}.loans-page .data-table tr.overdue-row{border-color:#ef444461}.loans-page .data-table td{border:0!important;padding:0!important}.loans-page .data-table td+td{margin-top:8px}.loans-page .data-table td:first-child{padding-right:92px!important}.loans-page .data-table td:first-child .link-button{text-align:left;align-items:flex-start;gap:4px;width:100%;display:grid}.loans-page .data-table td:first-child .link-button strong{color:var(--mp-text);font-size:17px;line-height:1.18}.loans-page .data-table td:first-child .link-button span{color:var(--mp-muted);font-size:12px}.loans-page .data-table td:nth-child(4){width:auto!important;margin:0!important;position:absolute!important;top:12px!important;right:12px!important}.loans-page .data-table td:nth-child(4) .badge{border-radius:999px;font-weight:900;min-height:26px!important;padding:5px 10px!important;font-size:11px!important}.loans-page .data-table td:nth-child(2),.loans-page .data-table td:nth-child(3){background:#0f172a29;border-radius:14px;border:1px solid #94a3b81f!important;padding:8px 10px!important}.loans-page .data-table td:nth-child(2):before,.loans-page .data-table td:nth-child(3):before{color:#93c5fd;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:900;display:block}.loans-page .data-table td:nth-child(2):before{content:"Valores"}.loans-page .data-table td:nth-child(3):before{content:"Datas"}.loans-page .cell-stack{gap:3px!important;display:grid!important}.loans-page .cell-stack strong{line-height:1.15;font-size:15px!important}.loans-page .cell-stack span{color:var(--mp-muted);word-break:break-word;line-height:1.25;font-size:12px!important}.loans-page .data-table td:nth-child(5){border-top:1px solid #94a3b824!important;margin-top:10px!important;padding-top:10px!important}.loans-page .table-actions{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.loans-page .table-actions .icon-button{color:#cbd5e1!important;background:#94a3b81f!important;border:1px solid #94a3b82e!important;border-radius:15px!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important}.loans-page .table-actions .icon-button:disabled{opacity:.42}.loans-page .table-actions .icon-button-danger{color:#fca5a5!important;background:#ef44441f!important;border-color:#ef444447!important}.loans-page .pagination-bar{align-items:stretch!important;gap:10px!important;margin-top:12px!important;display:grid!important}.loans-page .pagination-bar>span{color:var(--mp-muted);text-align:center;font-size:13px}.loans-page .pagination-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.loans-page .pagination-actions .button{width:100%}}@media (width<=420px){.loans-page>.panel,.loans-page .data-table tr{padding:10px!important}.loans-page .data-table td:first-child{padding-right:78px!important}.loans-page .data-table td:first-child .link-button strong{font-size:16px}.loans-page .loans-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=768px){.loans-page .toolbar-fields.loan-filter-grid>select:nth-of-type(n+2),.loans-page .toolbar-fields.loan-filter-grid>.filter-field,.loans-page .toolbar-fields.loan-filter-grid>.filter-checkbox{display:none!important}.loans-page .toolbar-fields.loan-filter-grid{gap:8px!important}.loans-page .toolbar-fields.loan-filter-grid .search-input,.loans-page .toolbar-fields.loan-filter-grid .select-input{height:44px!important;min-height:44px!important}.loans-page .toolbar-fields.loan-filter-grid .button{min-height:38px!important}.loans-page .loans-summary-grid{margin-top:10px!important}.loans-page .data-table tr{border-radius:20px!important;padding:12px!important}.loans-page .data-table td:first-child{padding-bottom:4px!important;padding-right:86px!important}.loans-page .data-table td:first-child .link-button strong{letter-spacing:-.01em;font-size:16px!important}.loans-page .data-table td:first-child .link-button span{color:#93c5fd!important;font-size:12px!important;line-height:1.2!important}.loans-page .data-table td:nth-child(4){top:12px!important;right:12px!important}.loans-page .data-table td:nth-child(4) .badge{box-shadow:0 8px 18px #facc1524;min-height:26px!important;padding:5px 11px!important;font-size:11px!important}.loans-page .data-table td:nth-child(2),.loans-page .data-table td:nth-child(3){border-radius:15px!important;margin-top:8px!important;padding:8px 10px!important}.loans-page .data-table td:nth-child(2) .cell-stack strong{color:#f8fafc!important;font-size:18px!important;line-height:1.1!important}.loans-page .data-table td:nth-child(2) .cell-stack span,.loans-page .data-table td:nth-child(3) .cell-stack span{font-size:12px!important;line-height:1.25!important}.loans-page .data-table td:nth-child(2):before,.loans-page .data-table td:nth-child(3):before{color:#67e8f9!important;letter-spacing:.14em!important;font-size:9px!important}.loans-page .data-table td:nth-child(5){margin-top:9px!important;padding-top:9px!important}.loans-page .table-actions{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:7px!important}.loans-page .table-actions .icon-button{border-radius:14px!important;height:40px!important;min-height:40px!important}.loans-page .table-actions .icon-button svg{width:17px!important;height:17px!important}.loans-page .table-actions .icon-button:first-child{color:#67e8f9!important;background:#22d3ee1f!important;border-color:#22d3ee3d!important}.loans-page .table-actions .icon-button:nth-child(2){color:#cbd5e1!important;background:#94a3b81f!important;border-color:#94a3b838!important}.loans-page .table-actions .icon-button:nth-child(3){color:#93c5fd!important;background:#3b82f624!important;border-color:#3b82f647!important}.loans-page .table-actions .icon-button:nth-child(4){color:#86efac!important;background:#22c55e1f!important;border-color:#22c55e42!important}.loans-page .table-actions .icon-button:nth-child(5){color:#fbbf24!important;background:#f59e0b1f!important;border-color:#f59e0b42!important}.loans-page .table-actions .icon-button-danger,.loans-page .table-actions .icon-button:nth-child(6){color:#fca5a5!important;background:#ef444424!important;border-color:#ef444452!important}}@media (width<=420px){.loans-page .table-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.loans-page .table-actions .icon-button{height:40px!important;min-height:40px!important}}@media (width<=768px){.payments-page .page-header{gap:12px!important}.payments-page .page-header>div,.payments-page .page-header .button{width:100%}.payments-page .page-header h1{line-height:1.15;font-size:24px!important}.payments-page .page-header p{line-height:1.35;font-size:14px!important}.payments-page .page-header .button{min-height:48px;border-radius:16px!important}.payments-page .payments-panel{border-radius:22px!important;padding:12px!important}.payments-page .payments-toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;display:flex!important}.payments-page .payments-toolbar-title{background:var(--mp-background);border:1px solid var(--mp-border);border-radius:16px;justify-content:flex-start!important;align-items:baseline!important;gap:4px!important;width:100%!important;padding:8px 10px!important;display:flex!important}.payments-page .payments-toolbar-title strong{line-height:1;font-size:18px!important}.payments-page .payments-toolbar-title span{color:var(--mp-muted);line-height:1.2;font-size:12px!important}.payments-page .toolbar-fields.payment-filter-grid,.payments-page .payments-filter-grid{flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important}.payments-page .toolbar-fields.payment-filter-grid>*,.payments-page .payments-filter-grid>*,.payments-page .payments-filter-grid input,.payments-page .payments-filter-grid select,.payments-page .payments-filter-grid button{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important}.payments-page .payments-filter-grid .search-input,.payments-page .payments-filter-grid .select-input,.payments-page .payments-filter-grid input,.payments-page .payments-filter-grid select{border-radius:14px!important;height:44px!important;min-height:44px!important;padding-left:12px!important;padding-right:12px!important;font-size:14px!important}.payments-page .payments-filter-grid>select:nth-of-type(n+2),.payments-page .payments-filter-grid>.filter-field{display:none!important}.payments-page .payments-filter-grid .button{border:1px solid var(--mp-border)!important;box-shadow:none!important;background:0 0!important;border-radius:14px!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;font-size:13px!important}.payments-page .payments-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:12px 0!important;display:grid!important}.payments-page .payments-summary-grid article{border-radius:14px!important;min-height:70px!important;padding:9px 10px!important}.payments-page .payments-summary-grid span{font-size:10px!important;line-height:1.15!important}.payments-page .payments-summary-grid strong{word-break:break-word;font-size:15px!important;line-height:1.15!important}.payments-page .payments-table-wrapper{border:0!important;margin-top:8px!important;overflow:visible!important}.payments-page .payments-table,.payments-page .payments-table tbody,.payments-page .payments-table tr,.payments-page .payments-table td{width:100%!important;display:block!important}.payments-page .payments-table thead{display:none!important}.payments-page .payments-table tbody{gap:10px!important;display:grid!important}.payments-page .payments-table tr{background:var(--mp-surface);border:1px solid var(--mp-border);border-radius:20px;padding:12px;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a0f}.payments-page .payments-table td{border:0!important;padding:0!important}.payments-page .payments-table td+td{margin-top:8px}.payments-page .payments-table td:first-child{padding-bottom:4px!important;padding-right:118px!important}.payments-page .payments-table td:first-child .link-button{text-align:left;align-items:flex-start;gap:4px;width:100%;display:grid}.payments-page .payments-table td:first-child .link-button strong{color:var(--mp-text);line-height:1.18;font-size:16px!important}.payments-page .payments-table td:first-child .link-button span{color:var(--mp-muted);text-overflow:ellipsis;white-space:nowrap;line-height:1.2;overflow:hidden;font-size:11px!important}.payments-page .payment-amount-cell{background:#0f766e1f;border-radius:16px;gap:4px;border:1px solid #2dd4bf33!important;padding:9px 10px!important;display:grid!important}.payments-page .payment-amount-cell>strong{line-height:1.1;color:#f8fafc!important;font-size:21px!important}.payments-page .payment-linked-installment{width:fit-content;font-size:10px!important}.payments-page .payments-table td:nth-child(3),.payments-page .payments-table td:nth-child(4),.payments-page .payments-table td:nth-child(5){background:#0f172a29;border-radius:14px;border:1px solid #94a3b81f!important;padding:8px 10px!important}.payments-page .payments-table td:nth-child(3):before,.payments-page .payments-table td:nth-child(4):before,.payments-page .payments-table td:nth-child(5):before{color:#93c5fd;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:900;display:block}.payments-page .payments-table td:nth-child(3):before{content:"Composição"}.payments-page .payments-table td:nth-child(4):before{content:"Datas"}.payments-page .payments-table td:nth-child(5):before{content:"Observação"}.payments-page .payment-composition{gap:4px!important;display:grid!important}.payments-page .payment-composition span,.payments-page .cell-stack span,.payments-page .payment-notes-cell span,.payments-page .muted-text{color:var(--mp-muted);word-break:break-word;line-height:1.25;font-size:12px!important}.payments-page .payment-composition strong{color:var(--mp-text);font-size:12px!important}.payments-page .payments-table td:nth-child(6){border-top:1px solid #94a3b824!important;margin-top:10px!important;padding-top:10px!important}.payments-page .payments-table-actions{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.payments-page .payments-table-actions .icon-button{color:#cbd5e1!important;background:#94a3b81f!important;border:1px solid #94a3b82e!important;border-radius:15px!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important}.payments-page .payments-table-actions .icon-button:first-child{color:#5eead4!important;background:#2dd4bf24!important;border-color:#2dd4bf47!important}.payments-page .payments-table-actions .icon-button:nth-child(2){color:#93c5fd!important;background:#3b82f624!important;border-color:#3b82f647!important}.payments-page .payments-table-actions .icon-button-danger,.payments-page .payments-table-actions .icon-button:nth-child(3){color:#fca5a5!important;background:#ef444424!important;border-color:#ef444452!important}.payments-page .pagination-bar{align-items:stretch!important;gap:10px!important;margin-top:12px!important;display:grid!important}.payments-page .pagination-bar>span{color:var(--mp-muted);text-align:center;font-size:13px}.payments-page .pagination-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.payments-page .pagination-actions .button{width:100%}}@media (width<=420px){.payments-page .payments-panel,.payments-page .payments-table tr{padding:10px!important}.payments-page .payments-table td:first-child{padding-right:0!important}.payments-page .payment-amount-cell>strong{font-size:19px!important}}@media (width<=768px){.payments-page{padding-bottom:18px!important}.payments-page .payments-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 14px!important;padding-bottom:12px!important}.payments-page .payments-summary-grid article{border-radius:14px!important;min-height:58px!important;padding:8px 10px!important}.payments-page .payments-summary-grid span{margin-bottom:4px!important;font-size:10px!important;line-height:1.1!important}.payments-page .payments-summary-grid strong{font-size:14px!important;line-height:1.1!important}.payments-page .payments-table-wrapper{padding-bottom:96px!important}}@media (width<=420px){.payments-page .payments-summary-grid article{min-height:54px!important;padding:7px 9px!important}.payments-page .payments-summary-grid strong{font-size:13px!important}}@media (width<=768px){.payments-page .payments-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:12px 0 14px!important;display:grid!important}.payments-page .payments-summary-grid article{background:#0f172a6b!important;border:1px solid #94a3b82e!important;border-radius:16px!important;gap:5px!important;min-height:74px!important;padding:11px 12px!important;display:grid!important;box-shadow:0 10px 24px #0f172a1f!important}.payments-page .payments-summary-grid article:nth-child(2){background:#0f766e2e!important;border-color:#2dd4bf57!important}.payments-page .payments-summary-grid article:nth-child(5){grid-column:1/-1}.payments-page .payments-summary-grid span{color:#bfdbfe!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:900!important;line-height:1.1!important}.payments-page .payments-summary-grid strong{word-break:break-word;color:#f8fafc!important;font-size:18px!important;line-height:1.12!important}}@media (width<=420px){.payments-page .payments-summary-grid{gap:8px!important}.payments-page .payments-summary-grid article{min-height:68px!important;padding:10px!important}.payments-page .payments-summary-grid strong{font-size:16px!important}}@media (width<=768px){.payments-page .payments-table tr{border-radius:20px!important;padding:12px!important}.payments-page .payments-table td:first-child{padding:0 0 4px!important}.payments-page .payments-table td:first-child .link-button strong{font-size:16px!important;line-height:1.18!important}.payments-page .payments-table td:first-child .link-button span{color:#93c5fd!important;max-width:100%!important;font-size:11px!important}.payments-page .payment-amount-cell{background:#0f766e2e!important;border:1px solid #2dd4bf47!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;margin-top:8px!important;padding:10px 12px!important;display:flex!important}.payments-page .payment-amount-cell:before{color:#67e8f9;content:"Valor pago";letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.payments-page .payment-amount-cell>strong{text-align:right;color:#f8fafc!important;font-size:20px!important;line-height:1!important}.payments-page .payment-linked-installment{display:none!important}.payments-page .payment-composition{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.payments-page .payment-composition span{letter-spacing:.06em;text-transform:uppercase;background:#0f172a47;border:1px solid #94a3b81f;border-radius:12px;color:#bfdbfe!important;gap:4px!important;padding:8px!important;font-size:10px!important;font-weight:900!important;line-height:1.1!important;display:grid!important}.payments-page .payment-composition strong{text-transform:none;word-break:break-word;color:#f8fafc!important;font-size:14px!important;line-height:1.1!important;display:block!important}.payments-page .payments-table td:nth-child(3),.payments-page .payments-table td:nth-child(4),.payments-page .payments-table td:nth-child(5){border-radius:14px!important;margin-top:8px!important;padding:8px 10px!important}.payments-page .payments-table td:nth-child(4) .cell-stack{gap:3px!important;display:grid!important}.payments-page .payments-table td:nth-child(5){display:block!important}.payments-page .payment-notes-cell span,.payments-page .payments-table td:nth-child(4) .cell-stack span{font-size:12px!important;line-height:1.3!important}.payments-page .payments-table td:nth-child(6){margin-top:10px!important;padding-top:10px!important}.payments-page .payments-table-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.payments-page .payments-table-actions .icon-button{border-radius:15px!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important}.payments-page .payments-table-actions .icon-button svg{width:17px!important;height:17px!important}}@media (width<=420px){.payments-page .payment-amount-cell{align-items:flex-start!important;gap:6px!important;display:grid!important}.payments-page .payment-amount-cell>strong{text-align:left}}@media (width<=768px){.payments-page .payments-table tr{overflow:visible!important}.payments-page .payment-composition{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.payments-page .payment-composition span{width:100%!important;min-height:54px!important}.payments-page .payment-composition span:first-child:before{content:""}.payments-page .payment-composition span:nth-child(2){visibility:visible!important;display:grid!important}.payments-page .payment-composition span:nth-child(2):empty:before{content:"PRINCIPAL\a R$ 0,00";white-space:pre-line}.payments-page .payments-table td:nth-child(6){overflow:visible!important}.payments-page .payments-table-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important}.payments-page .payments-table-actions .icon-button{overflow:visible!important}}@media (width<=420px){.payments-page .payment-composition{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=768px){.payments-page .payments-table tbody{gap:8px!important}.payments-page .payments-table tr{border-radius:16px!important;gap:6px!important;padding:10px!important;display:grid!important}.payments-page .payments-table td{margin:0!important;padding:0!important}.payments-page .payments-table td+td{margin-top:0!important}.payments-page .payments-table td:first-child{padding:0!important}.payments-page .payments-table td:first-child .link-button{gap:2px!important}.payments-page .payments-table td:first-child .link-button strong{font-size:15px!important;line-height:1.15!important}.payments-page .payments-table td:first-child .link-button span{font-size:10px!important;line-height:1.15!important}.payments-page .payment-amount-cell{background:#0f766e24!important;border-radius:12px!important;justify-content:space-between!important;align-items:baseline!important;gap:8px!important;margin:2px 0!important;padding:7px 9px!important;display:flex!important}.payments-page .payment-amount-cell:before{content:"Pago";letter-spacing:.08em!important;font-size:9px!important}.payments-page .payment-amount-cell>strong{font-size:17px!important;line-height:1!important}.payments-page .payments-table td:nth-child(3),.payments-page .payments-table td:nth-child(4),.payments-page .payments-table td:nth-child(5){background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.payments-page .payments-table td:nth-child(3):before,.payments-page .payments-table td:nth-child(4):before,.payments-page .payments-table td:nth-child(5):before{display:none!important}.payments-page .payment-composition{gap:8px!important;width:100%!important;display:flex!important}.payments-page .payment-composition span{background:#0f172a38!important;border:1px solid #94a3b81f!important;border-radius:10px!important;flex:1 1 0!important;gap:2px!important;width:auto!important;min-height:38px!important;padding:6px 7px!important;font-size:9px!important;display:grid!important}.payments-page .payment-composition strong{font-size:12px!important;line-height:1.05!important}.payments-page .payments-table td:nth-child(4) .cell-stack{background:#0f172a2e!important;border:1px solid #94a3b81a!important;border-radius:10px!important;gap:2px!important;padding:6px 8px!important;display:grid!important}.payments-page .payments-table td:nth-child(4) .cell-stack span,.payments-page .payment-notes-cell span{font-size:11px!important;line-height:1.18!important}.payments-page .payments-table td:nth-child(5){display:none!important}.payments-page .payments-table td:nth-child(6){border-top:1px solid #94a3b81f!important;margin-top:4px!important;padding-top:7px!important}.payments-page .payments-table-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.payments-page .payments-table-actions .icon-button{border-radius:12px!important;height:36px!important;min-height:36px!important;padding:0!important}.payments-page .payments-table-actions .icon-button svg{width:16px!important;height:16px!important}}@media (width<=420px){.payments-page .payments-table tr{padding:9px!important}.payments-page .payment-amount-cell{display:flex!important}.payments-page .payment-amount-cell>strong{font-size:16px!important}.payments-page .payment-composition{gap:6px!important}.payments-page .payments-table-actions .icon-button{height:34px!important;min-height:34px!important}}@media (width<=768px){.payments-page .payments-table,.payments-page .payments-table tbody,.payments-page .payments-table tr,.payments-page .payments-table td{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.payments-page .payments-table tr{width:100%!important;overflow:hidden!important}.payments-page .payments-table td:nth-child(6){box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important;overflow:hidden!important}.payments-page .payments-table-actions{box-sizing:border-box!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.payments-page .payments-table-actions .icon-button,.payments-page .payments-table-actions a.icon-button,.payments-page .payments-table-actions button.icon-button{box-sizing:border-box!important;border-radius:12px!important;justify-content:center!important;width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:0!important;display:inline-flex!important;overflow:hidden!important}.payments-page .payments-table-actions .icon-button svg{flex:none!important;width:15px!important;height:15px!important}}@media (width<=420px){.payments-page .payments-table-actions{gap:5px!important}.payments-page .payments-table-actions .icon-button,.payments-page .payments-table-actions a.icon-button,.payments-page .payments-table-actions button.icon-button{height:32px!important;min-height:32px!important}}.mobile-context-back-button{display:none}@media (width<=768px){.mobile-context-back-button{color:var(--mp-primary);white-space:nowrap;background:#0f766e1f;border:1px solid #0f766e38;border-radius:14px;align-items:center;gap:6px;min-height:38px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.mobile-context-back-button svg{flex:none}.mobile-app-header:has(.mobile-context-back-button){grid-template-columns:auto 1fr auto}.mobile-app-header:has(.mobile-context-back-button) .mobile-app-brand{min-width:0}:is(.mobile-app-header:has(.mobile-context-back-button) .mobile-app-brand strong,.mobile-app-header:has(.mobile-context-back-button) .mobile-app-brand span){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (width<=420px){.mobile-context-back-button{border-radius:12px;min-height:36px;padding:0 10px;font-size:0}.mobile-context-back-button span{display:none}}@media (width<=768px){.login-page-modern{min-height:100dvh!important;padding:18px 16px calc(18px + env(safe-area-inset-bottom))!important;grid-template-columns:1fr!important;align-items:stretch!important;gap:14px!important;display:grid!important}.login-hero{gap:14px!important;padding:0!important}.login-hero-brand{gap:12px!important}.login-hero-logo,.login-hero-logo.login-brand-image{border-radius:18px!important;width:56px!important;height:56px!important}.login-hero-brand span{font-size:22px!important;line-height:1.05!important}.login-hero-brand strong{font-size:13px!important;line-height:1.2!important}.login-hero-content{gap:8px!important;margin-top:4px!important}.login-hero-content .eyebrow{letter-spacing:.02em!important;font-size:13px!important}.login-hero-content h1{letter-spacing:-.05em!important;max-width:340px!important;font-size:34px!important;line-height:.98!important}.login-hero-content p{max-width:360px!important;font-size:16px!important;line-height:1.35!important}.login-feature-list{display:none!important}.login-card-modern{border-radius:24px!important;margin-top:0!important;padding:18px!important}.login-card-header{gap:12px!important;margin-bottom:16px!important}.login-card-modern .login-logo,.login-logo.login-brand-image{border-radius:16px!important;width:48px!important;height:48px!important}.login-card-modern h2{font-size:24px!important;line-height:1.1!important}.login-card-modern p{font-size:14px!important;line-height:1.25!important}.login-form{gap:12px!important}.login-form label{gap:7px!important;font-size:14px!important}.login-form input{border-radius:14px!important;min-height:46px!important;padding-left:14px!important;padding-right:14px!important;font-size:16px!important}.login-form .button{border-radius:16px!important;min-height:48px!important}.login-security-note{border-radius:14px!important;margin-top:12px!important;padding:10px 12px!important;font-size:12px!important}}@media (width<=420px){.login-page-modern{padding:14px 14px calc(14px + env(safe-area-inset-bottom))!important;gap:12px!important}.login-hero{gap:10px!important}.login-hero-logo,.login-hero-logo.login-brand-image{width:48px!important;height:48px!important}.login-hero-brand span{font-size:20px!important}.login-hero-content h1{max-width:280px!important;font-size:28px!important}.login-hero-content p{font-size:14px!important;line-height:1.3!important}.login-card-modern{padding:16px!important}.login-card-header{margin-bottom:12px!important}.login-card-modern h2{font-size:22px!important}.login-card-modern p{font-size:13px!important}.login-security-note{display:none!important}}.permissions-page .card,.permissions-page .table-card,.permissions-page .permission-module-card,.permissions-page .permission-resource-card,.permissions-page .permission-group-card,.groups-page .card,.groups-page .permission-module-card,.groups-page .permission-resource-card,.audit-page .card,.audit-page .audit-details-card,.audit-page .details-card,.admin-page .permission-module-card,.admin-page .permission-resource-card{background:var(--surface,#111827)!important;color:var(--text,#f8fafc)!important;border-color:var(--border,#263348)!important}.permissions-page .permission-module-card *,.permissions-page .permission-resource-card *,.permissions-page .permission-group-card *,.groups-page .permission-module-card *,.groups-page .permission-resource-card *,.audit-page .audit-details-card *,.audit-page .details-card *{color:inherit}.permissions-page table,.permissions-page thead,.permissions-page tbody,.permissions-page tr,.permissions-page td,.permissions-page th,.audit-page table,.audit-page thead,.audit-page tbody,.audit-page tr,.audit-page td,.audit-page th{color:var(--text,#f8fafc)!important;border-color:var(--border,#263348)!important;background:0 0!important}.permissions-page thead th,.audit-page thead th{color:#f8fafc!important;background:#020617!important}.permissions-page tbody tr,.audit-page tbody tr{background:#111827!important}.permissions-page tbody tr:hover,.audit-page tbody tr:hover,.audit-page tbody tr.selected,.audit-page tbody tr[aria-selected=true]{background:#2dd4bf1f!important}.permissions-page .badge,.audit-page .badge,.groups-page .badge{color:#022c22!important}.permissions-page input,.permissions-page select,.permissions-page textarea,.groups-page input,.groups-page select,.groups-page textarea,.audit-page input,.audit-page select,.audit-page textarea{color:#f8fafc!important;background:#020617!important;border-color:#334155!important}.permissions-page input::placeholder,.groups-page input::placeholder,.audit-page input::placeholder{color:#94a3b8!important}.audit-page .audit-detail-field,.audit-page .detail-field,.audit-page .readonly-field,.audit-page pre,.audit-page code{color:#e2e8f0!important;background:#020617!important;border-color:#334155!important}.modal-card .permission-module-card,.modal-card .permission-resource-card,.modal-card .permission-group-card,.modal-card .permissions-card,.modal-card .permissions-section{color:#f8fafc!important;background:#111827!important;border-color:#263348!important}.modal-card .permission-module-card *,.modal-card .permission-resource-card *,.modal-card .permission-group-card *,.modal-card .permissions-card *,.modal-card .permissions-section *{color:inherit}.modal-card .permission-module-card label,.modal-card .permission-resource-card label,.modal-card .permission-group-card label,.modal-card .permissions-card label,.modal-card .permissions-section label{color:#e2e8f0!important}.modal-card input[type=checkbox]{accent-color:#2dd4bf}.permissions-editor,.permission-list,.permission-module,.permission-resource-list,.permission-resource,.permission-editor-module,.permission-editor-resource,.permission-check-grid,.audit-filters,.audit-detail,.audit-detail-grid{color:#f8fafc!important;background:#111827!important;border-color:#334155!important}.permission-module,.permission-editor-module,.audit-detail{border:1px solid #334155!important;border-radius:18px!important}.permission-resource,.permission-editor-resource,.permission-check-grid{background:#0f172a!important;border:1px solid #1f2937!important;border-radius:14px!important}.permission-list *,.permissions-editor *,.permission-module *,.permission-resource *,.permission-editor-module *,.permission-editor-resource *,.permission-check-grid *,.audit-detail *,.audit-detail-grid *{color:#e2e8f0!important}.permission-list h2,.permission-list h3,.permission-list strong,.permissions-editor h2,.permissions-editor h3,.permissions-editor strong,.permission-module h2,.permission-module h3,.permission-module strong,.permission-editor-module h2,.permission-editor-module h3,.permission-editor-module strong,.audit-detail h2,.audit-detail h3,.audit-detail strong{color:#f8fafc!important}.permission-module>header,.permission-editor-module>header,.permission-resource>header,.permission-editor-resource>header{color:#f8fafc!important;background:0 0!important;border-color:#334155!important}.permission-check-grid label,.permissions-editor label,.permission-editor-resource label,.checkbox-row{color:#e2e8f0!important}.permission-check-grid input[type=checkbox],.permissions-editor input[type=checkbox],.checkbox-row input[type=checkbox]{accent-color:#2dd4bf}.permission-list .badge,.permission-module .badge,.permission-resource .badge{color:#064e3b!important;background:#ccfbf1!important;border-color:#99f6e4!important}.permission-list table,.permission-list thead,.permission-list tbody,.permission-list tr,.permission-list th,.permission-list td,.audit-detail table,.audit-detail thead,.audit-detail tbody,.audit-detail tr,.audit-detail th,.audit-detail td{color:#e2e8f0!important;background:0 0!important;border-color:#334155!important}.permission-list thead th,.audit-detail thead th{color:#f8fafc!important;background:#020617!important}.audit-filters input,.audit-filters select,.audit-filters textarea,.audit-detail input,.audit-detail select,.audit-detail textarea,.permissions-editor input,.permissions-editor select,.permissions-editor textarea{color:#f8fafc!important;background:#020617!important;border-color:#334155!important}.audit-filters input::placeholder,.audit-detail input::placeholder,.permissions-editor input::placeholder{color:#94a3b8!important}.audit-detail pre,.audit-detail code,.audit-detail-grid pre,.audit-detail-grid code{color:#e2e8f0!important;background:#020617!important;border:1px solid #334155!important}.audit-list tr,.audit-table tr,.audit-detail-row{color:#e2e8f0!important;background:#111827!important}.audit-list tr:hover,.audit-table tr:hover,.audit-list tr.selected,.audit-table tr.selected{background:#2dd4bf1f!important}.audit-detail-grid>div,.audit-detail .detail-field,.audit-detail .audit-detail-field{color:#e2e8f0!important;background:#0f172a!important;border:1px solid #334155!important;border-radius:14px!important}.modal-card .permissions-editor,.modal-card .permission-editor-module,.modal-card .permission-editor-resource,.modal-card .permission-check-grid{color:#f8fafc!important;background:#111827!important;border-color:#334155!important}.modal-card .permission-editor-resource,.modal-card .permission-check-grid{background:#0f172a!important}.modal-card .permissions-editor *,.modal-card .permission-editor-module *,.modal-card .permission-editor-resource *,.modal-card .permission-check-grid *{color:#e2e8f0!important}.audit-logs-page tr,.audit-logs-page td,.audit-logs-page th,.audit-logs-page tbody tr,.audit-logs-page tbody td,.audit-logs-page [role=row],.audit-logs-page [role=cell],.audit-logs-page .table-row,.audit-logs-page .audit-row,.audit-logs-page .audit-log-row,.audit-logs-page .data-row,.audit-logs-page .list-row,.audit-logs-page article,.audit-logs-page button,.audit-logs-page .content-card tr,.audit-logs-page .content-card td,.audit-logs-page .content-card [role=row],.audit-logs-page .content-card .table-row,.audit-logs-page .content-card .audit-row,.audit-logs-page .content-card .audit-log-row,.audit-logs-page .content-card .data-row,.audit-logs-page .content-card .list-row,.page-stack tr,.page-stack td,.page-stack tbody tr,.page-stack tbody td{color:#e2e8f0!important;border-color:#263348!important}.audit-logs-page tbody tr,.audit-logs-page [role=row],.audit-logs-page .table-row,.audit-logs-page .audit-row,.audit-logs-page .audit-log-row,.audit-logs-page .data-row,.audit-logs-page .list-row{background:#111827!important}.audit-logs-page tbody tr:hover,.audit-logs-page tbody tr.selected,.audit-logs-page tbody tr.active,.audit-logs-page tbody tr.is-active,.audit-logs-page tbody tr[aria-selected=true],.audit-logs-page [role=row]:hover,.audit-logs-page [role=row].selected,.audit-logs-page [role=row].active,.audit-logs-page [role=row].is-active,.audit-logs-page [role=row][aria-selected=true],.audit-logs-page .table-row:hover,.audit-logs-page .table-row.selected,.audit-logs-page .table-row.active,.audit-logs-page .table-row.is-active,.audit-logs-page .audit-row:hover,.audit-logs-page .audit-row.selected,.audit-logs-page .audit-row.active,.audit-logs-page .audit-row.is-active,.audit-logs-page .audit-log-row:hover,.audit-logs-page .audit-log-row.selected,.audit-logs-page .audit-log-row.active,.audit-logs-page .audit-log-row.is-active,.audit-logs-page .data-row:hover,.audit-logs-page .data-row.selected,.audit-logs-page .data-row.active,.audit-logs-page .data-row.is-active,.audit-logs-page .list-row:hover,.audit-logs-page .list-row.selected,.audit-logs-page .list-row.active,.audit-logs-page .list-row.is-active{color:#f8fafc!important;background:#2dd4bf29!important}.audit-logs-page tbody tr:hover *,.audit-logs-page tbody tr.selected *,.audit-logs-page tbody tr.active *,.audit-logs-page tbody tr.is-active *,.audit-logs-page tbody tr[aria-selected=true] *,.audit-logs-page [role=row]:hover *,.audit-logs-page [role=row].selected *,.audit-logs-page [role=row].active *,.audit-logs-page [role=row].is-active *,.audit-logs-page [role=row][aria-selected=true] *,.audit-logs-page .table-row:hover *,.audit-logs-page .table-row.selected *,.audit-logs-page .table-row.active *,.audit-logs-page .table-row.is-active *,.audit-logs-page .audit-row:hover *,.audit-logs-page .audit-row.selected *,.audit-logs-page .audit-row.active *,.audit-logs-page .audit-row.is-active *,.audit-logs-page .audit-log-row:hover *,.audit-logs-page .audit-log-row.selected *,.audit-logs-page .audit-log-row.active *,.audit-logs-page .audit-log-row.is-active *,.audit-logs-page .data-row:hover *,.audit-logs-page .data-row.selected *,.audit-logs-page .data-row.active *,.audit-logs-page .data-row.is-active *,.audit-logs-page .list-row:hover *,.audit-logs-page .list-row.selected *,.audit-logs-page .list-row.active *,.audit-logs-page .list-row.is-active *{color:#f8fafc!important}.audit-filters~section tbody tr,.audit-filters~section tbody td,.audit-filters~div tbody tr,.audit-filters~div tbody td,.audit-detail tbody tr,.audit-detail tbody td{color:#e2e8f0!important;background:#111827!important}.audit-filters~section tbody tr:hover,.audit-filters~section tbody tr.selected,.audit-filters~section tbody tr.active,.audit-filters~section tbody tr.is-active,.audit-filters~div tbody tr:hover,.audit-filters~div tbody tr.selected,.audit-filters~div tbody tr.active,.audit-filters~div tbody tr.is-active{background:#2dd4bf29!important}.audit-filters~section tbody tr:hover *,.audit-filters~section tbody tr.selected *,.audit-filters~section tbody tr.active *,.audit-filters~section tbody tr.is-active *,.audit-filters~div tbody tr:hover *,.audit-filters~div tbody tr.selected *,.audit-filters~div tbody tr.active *,.audit-filters~div tbody tr.is-active *{color:#f8fafc!important}.data-table tbody tr.selected-row,.panel .table-wrapper .data-table tbody tr.selected-row,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row{color:#f8fafc!important;background:#2dd4bf24!important}.data-table tbody tr.selected-row td,.panel .table-wrapper .data-table tbody tr.selected-row td,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row td{color:#f8fafc!important;background:0 0!important;border-color:#263348!important}.data-table tbody tr.selected-row *,.panel .table-wrapper .data-table tbody tr.selected-row *,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row *{color:#f8fafc!important}.data-table tbody tr.selected-row .link-button,.panel .table-wrapper .data-table tbody tr.selected-row .link-button,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row .link-button{color:#f8fafc!important;background:0 0!important}.data-table tbody tr.selected-row .link-button span,.panel .table-wrapper .data-table tbody tr.selected-row .link-button span,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row .link-button span,.data-table tbody tr.selected-row .cell-stack span,.panel .table-wrapper .data-table tbody tr.selected-row .cell-stack span,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row .cell-stack span{color:#bfdbfe!important}.data-table tbody tr.selected-row .badge,.panel .table-wrapper .data-table tbody tr.selected-row .badge,.page-stack .panel .table-wrapper .data-table tbody tr.selected-row .badge{color:#78350f!important}.permission-list .badge,.permission-module .badge,.permission-resource .badge,.permission-list code,.permission-module code,.permission-resource code,.permission-list kbd,.permission-module kbd,.permission-resource kbd,.permission-list .code,.permission-module .code,.permission-resource .code,.permission-list .permission-key,.permission-module .permission-key,.permission-resource .permission-key{color:#064e3b!important;text-shadow:none!important;background:#ccfbf1!important;border:1px solid #99f6e4!important}.permission-list .badge *,.permission-module .badge *,.permission-resource .badge *,.permission-list code *,.permission-module code *,.permission-resource code *,.permission-list .code *,.permission-module .code *,.permission-resource .code *,.permission-list .permission-key *,.permission-module .permission-key *,.permission-resource .permission-key *,.permission-list td:nth-child(3) .badge,.permission-module td:nth-child(3) .badge,.permission-resource td:nth-child(3) .badge,.permission-list td:nth-child(3) code,.permission-module td:nth-child(3) code,.permission-resource td:nth-child(3) code,.permission-list td:nth-child(3) span,.permission-module td:nth-child(3) span,.permission-resource td:nth-child(3) span{color:#064e3b!important;text-shadow:none!important}.permission-list td:nth-child(3),.permission-module td:nth-child(3),.permission-resource td:nth-child(3){color:#e2e8f0!important}.messages-template-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.message-template-card{border:1px solid var(--border);background:var(--surface);min-height:320px;box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;gap:16px;padding:20px;display:flex}.message-template-card-header{align-items:flex-start;gap:14px;display:flex}.message-template-card-header h2{color:var(--text);margin:0 0 6px;font-size:1.05rem}.message-template-card-header p{color:var(--text-muted);margin:0;line-height:1.45}.message-template-icon{width:42px;height:42px;color:var(--primary);background:#2dd4bf29;border-radius:16px;flex:none;justify-content:center;align-items:center;display:inline-flex}.message-template-card pre{border:1px solid var(--border);color:#dbeafe;white-space:pre-wrap;background:#020617;border-radius:18px;flex:1;max-height:160px;margin:0;padding:14px;font-family:inherit;font-size:.9rem;line-height:1.45;overflow:hidden;-webkit-mask-image:linear-gradient(#000 72%,#0000);mask-image:linear-gradient(#000 72%,#0000)}.message-template-card-actions{justify-content:flex-end;display:flex}.message-editor-modal{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:20px;display:grid}.message-editor-main textarea{resize:vertical;min-height:420px}.message-editor-preview pre{border:1px solid var(--border);color:#dbeafe;white-space:pre-wrap;background:#020617;border-radius:20px;max-height:560px;margin:0;padding:18px;font-family:inherit;line-height:1.55;overflow:auto}.message-editor-modal .messages-variables div{max-height:140px;overflow:auto}@media (width<=980px){.message-editor-modal{grid-template-columns:1fr}.message-editor-main textarea{min-height:320px}.message-editor-preview pre{max-height:360px}}@media (width<=640px){.messages-template-grid{grid-template-columns:1fr}.message-template-card{border-radius:20px;min-height:auto;padding:16px}.message-template-card pre{max-height:130px}.message-template-card-actions .button{width:100%}.message-editor-main textarea{min-height:280px}}.messages-template-grid-compact{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.message-template-card-compact{justify-content:space-between;min-height:190px!important}.message-template-card-compact pre{display:none!important}.message-template-card-compact .message-template-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.message-preview-modal pre{border:1px solid var(--border);color:#dbeafe;white-space:pre-wrap;background:#020617;border-radius:20px;max-height:70vh;margin:0;padding:18px;font-family:inherit;line-height:1.55;overflow:auto}@media (width<=640px){.message-template-card-compact{min-height:auto!important}.message-template-card-compact .message-template-card-actions{grid-template-columns:1fr;display:grid}.message-template-card-compact .button{width:100%}}.modal-card:has(.message-editor-modal){width:min(1180px,96vw)!important;max-width:1180px!important;max-height:92vh!important}.modal-card:has(.message-editor-modal) .modal-body{max-height:calc(92vh - 120px)!important;overflow:auto!important}.message-editor-modal{grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr)!important;align-items:start!important;gap:24px!important;display:grid!important}.message-editor-main,.message-editor-preview{min-width:0!important}.message-editor-main .form-field{gap:10px!important}.message-editor-main .form-field>span{color:#e2e8f0!important;font-size:1rem!important;font-weight:800!important}.message-editor-main textarea{color:#f8fafc!important;resize:vertical!important;background:#020617!important;border:1px solid #334155!important;border-radius:18px!important;width:100%!important;min-height:560px!important;max-height:62vh!important;padding:18px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace!important;font-size:.95rem!important;line-height:1.55!important}.message-editor-preview .section-title{margin-bottom:16px!important}.message-editor-preview .section-title h2{font-size:1.4rem!important}.message-editor-preview pre{color:#dbeafe!important;white-space:pre-wrap!important;background:#020617!important;border:1px solid #334155!important;border-radius:22px!important;width:100%!important;min-height:560px!important;max-height:560px!important;margin:0!important;padding:22px!important;font-family:inherit!important;font-size:1rem!important;line-height:1.6!important;overflow:auto!important}.message-editor-modal .messages-actions{flex-wrap:wrap!important;justify-content:flex-start!important;gap:12px!important;margin-top:14px!important;display:flex!important}.message-editor-modal .messages-actions .button{min-width:170px!important}.message-editor-modal .messages-variables{background:#0f172a!important;border:1px solid #334155!important;border-radius:18px!important;margin-top:18px!important;padding:16px!important}.message-editor-modal .messages-variables strong{color:#f8fafc!important;margin-bottom:12px!important;display:block!important}.message-editor-modal .messages-variables div{flex-wrap:wrap!important;gap:8px!important;max-height:132px!important;display:flex!important;overflow:auto!important}.message-editor-modal .messages-variables code{color:#064e3b!important;background:#ccfbf1!important;border:1px solid #99f6e4!important;border-radius:999px!important;padding:5px 9px!important;font-size:.78rem!important;font-weight:800!important}.modal-card:has(.message-editor-modal) .modal-actions{z-index:2!important;background:linear-gradient(#0f172a00,#0f172a 35%)!important;border-top:1px solid #263348!important;margin-top:20px!important;padding-top:16px!important;position:sticky!important;bottom:0!important}@media (width<=1100px){.modal-card:has(.message-editor-modal){width:96vw!important}.message-editor-modal{grid-template-columns:1fr!important}.message-editor-main textarea,.message-editor-preview pre{min-height:360px!important;max-height:420px!important}}@media (width<=640px){.modal-card:has(.message-editor-modal){border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important}.modal-card:has(.message-editor-modal) .modal-body{max-height:calc(100vh - 112px)!important}.message-editor-modal{gap:18px!important}.message-editor-main textarea{min-height:320px!important;max-height:420px!important;font-size:.9rem!important}.message-editor-preview pre{min-height:280px!important;max-height:360px!important;font-size:.95rem!important}.message-editor-modal .messages-actions{grid-template-columns:1fr!important;display:grid!important}:is(.message-editor-modal .messages-actions .button,.modal-card:has(.message-editor-modal) .modal-actions .button){width:100%!important}}.modal-card:has(.message-editor-modal){width:min(900px,96vw)!important;max-width:900px!important}.message-editor-modal{display:block!important}.message-editor-main{width:100%!important}.message-editor-main textarea{width:100%!important;min-height:58vh!important;max-height:64vh!important}.message-editor-modal .messages-actions{margin-top:14px!important}.message-editor-modal .messages-variables{margin-top:18px!important}@media (width<=640px){.modal-card:has(.message-editor-modal){width:100vw!important;max-width:100vw!important}.message-editor-main textarea{min-height:50vh!important;max-height:58vh!important}}.modal-card:has(.message-editor-modal) .modal-body{padding-bottom:0!important}.message-editor-main{padding-bottom:18px!important}.message-editor-main textarea{padding-bottom:40px!important}.message-editor-modal .messages-actions{margin-top:12px!important;margin-bottom:0!important}.messages-variables-collapsible{background:#0f172a!important;border:1px solid #334155!important;border-radius:16px!important;margin-top:14px!important;padding:0!important;overflow:hidden!important}.messages-variables-collapsible summary{cursor:pointer!important;color:#f8fafc!important;padding:14px 16px!important;font-weight:800!important;list-style:none!important}.messages-variables-collapsible summary::-webkit-details-marker{display:none!important}.messages-variables-collapsible summary:after{content:"＋";float:right;color:#2dd4bf}.messages-variables-collapsible[open] summary:after{content:"−"}.messages-variables-collapsible div{max-height:170px!important;padding:0 16px 16px!important}.modal-card:has(.message-editor-modal) .modal-actions{z-index:3!important;background:#0f172a!important;border-top:1px solid #263348!important;justify-content:flex-end!important;gap:12px!important;margin:0 -24px -24px!important;padding:16px 24px 20px!important;display:flex!important;position:sticky!important;bottom:0!important;box-shadow:0 -14px 28px #0206176b!important}@media (width<=640px){.modal-card:has(.message-editor-modal) .modal-actions{grid-template-columns:1fr!important;margin:0 -18px -18px!important;padding:14px 18px 18px!important;display:grid!important}}.audit-summary-text{color:#e2e8f0;max-width:280px;font-size:.9rem;line-height:1.35;display:inline-flex}.audit-friendly-summary{background:#0f172a;border:1px solid #334155;border-radius:18px;gap:6px;padding:16px;display:grid}.audit-friendly-summary span,.audit-friendly-summary small{color:#94a3b8}.audit-friendly-summary strong{color:#f8fafc;font-size:1.05rem}.audit-changes-card{background:#0f172a;border:1px solid #334155;border-radius:18px;gap:14px;padding:16px;display:grid}.audit-changes-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.audit-changes-header h3{color:#f8fafc;margin:0}.audit-changes-header span{color:#94a3b8;font-size:.85rem}.audit-changes-table{gap:8px;display:grid}.audit-changes-row{background:#020617;border:1px solid #1f2937;border-radius:14px;grid-template-columns:minmax(130px,.8fr) minmax(0,1fr) minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;display:grid}.audit-changes-row-head{color:#ccfbf1;text-transform:uppercase;letter-spacing:.04em;background:#2dd4bf1f;font-size:.82rem;font-weight:800}.audit-changes-row strong{color:#f8fafc}.audit-changes-row span{color:#dbeafe;overflow-wrap:anywhere;white-space:pre-wrap;min-width:0}.audit-technical-details{background:#0f172a;border:1px solid #334155;border-radius:18px;overflow:hidden}.audit-technical-details summary{cursor:pointer;color:#f8fafc;padding:14px 16px;font-weight:800;list-style:none}.audit-technical-details summary::-webkit-details-marker{display:none}.audit-technical-details summary:after{content:"＋";float:right;color:#2dd4bf}.audit-technical-details[open] summary:after{content:"−"}.audit-technical-details .json-block{margin:0 16px 16px}.muted-text{color:#94a3b8}@media (width<=760px){.audit-changes-row{grid-template-columns:1fr}.audit-changes-row-head{display:none}.audit-changes-row strong:before{content:"Campo: ";color:#94a3b8}}.global-audit-page .audit-summary-text{max-width:320px}.global-audit-detail .audit-friendly-summary,.global-audit-detail .audit-changes-card,.global-audit-detail .audit-technical-details{margin-top:14px}.global-audit-detail .audit-changes-row{grid-template-columns:minmax(150px,.8fr) minmax(0,1fr) minmax(0,1fr)}@media (width<=760px){.global-audit-detail .audit-changes-row{grid-template-columns:1fr}}.sidebar-version{color:#cbd5e1;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:14px;gap:2px;margin:10px 14px 12px;padding:10px 12px;font-size:.78rem;display:grid}.sidebar-version strong{color:#f8fafc;font-size:.82rem;line-height:1.1}.sidebar-version span,.sidebar-version small{color:#94a3b8;line-height:1.15}.app-shell-collapsed .sidebar-version{justify-items:center;margin:8px 8px 10px;padding:8px 4px}@media (width<=768px){.sidebar-version{display:none}}.app-shell-collapsed .sidebar-version{text-align:center;border-radius:999px;width:54px;min-width:54px;max-width:54px;margin:8px auto 10px;padding:7px 4px;overflow:hidden}.app-shell-collapsed .sidebar-version strong{color:#f8fafc;text-align:center;white-space:nowrap;text-overflow:clip;max-width:100%;font-size:.72rem;line-height:1;display:block;overflow:hidden}.app-shell-collapsed .sidebar-version span,.app-shell-collapsed .sidebar-version small{display:none!important}.loans-page .data-table tbody tr.overdue-row{color:var(--text-primary)!important;background:#ef44441a!important}.loans-page .data-table tbody tr.overdue-row:hover{background:#ef444429!important}.loans-page .data-table tbody tr.overdue-row td,.loans-page .data-table tbody tr.overdue-row strong,.loans-page .data-table tbody tr.overdue-row span,.loans-page .data-table tbody tr.overdue-row small{color:inherit}.loans-page .data-table tbody tr.overdue-row .link-button,.loans-page .data-table tbody tr.overdue-row .link-button strong{color:var(--text-primary)!important}.loans-page .data-table tbody tr.overdue-row .link-button span,.loans-page .data-table tbody tr.overdue-row .cell-stack span{color:var(--text-secondary)!important}.loans-page .data-table tbody tr.overdue-row .badge-danger{color:#fecaca;background:#f871712e;border-color:#f8717159}.public-registration-page{background:radial-gradient(circle at top left, #3b82f629, transparent 32rem), var(--page-bg);place-items:center;min-height:100vh;padding:24px;display:grid}.public-registration-card{background:var(--surface);border:1px solid var(--border);width:min(100%,560px);box-shadow:var(--shadow-lg);border-radius:24px;padding:24px}.public-registration-brand{align-items:center;gap:12px;margin-bottom:24px;display:flex}.public-registration-brand .brand-mark{background:var(--primary);width:42px;height:42px;color:var(--primary-contrast);border-radius:14px;place-items:center;font-weight:800;display:grid}.public-registration-brand div:last-child{flex-direction:column;display:flex}.public-registration-brand span,.public-registration-header small,.public-registration-message span{color:var(--text-secondary)}.public-registration-header{margin-bottom:20px}.public-registration-header h1,.public-registration-message h1{margin:0 0 8px}.public-registration-message{text-align:center;padding:32px 12px}.public-registration-message.success svg{color:var(--success)}.public-registration-message.error svg{color:var(--danger)}.form-alert{border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:.95rem}.form-alert-error{color:var(--text-primary);background:#ef44441f;border:1px solid #ef44443d}.muted-text{color:var(--text-secondary);margin:0}.clients-page .page-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.public-registration-logo{object-fit:contain;border-radius:12px;width:auto;max-width:56px;height:auto;max-height:56px;display:block}.daily-skip-box{gap:.75rem;padding-top:.25rem;display:grid}.daily-skip-box>span,.daily-calendar-section small{color:var(--muted);font-size:.85rem}.daily-checkbox-row{flex-wrap:wrap;gap:1rem;display:flex}.daily-generated-summary{color:var(--text);background:#2dd4bf1f;border:1px solid #2dd4bf73;border-radius:.9rem;gap:.25rem;padding:1rem;display:grid}.daily-generated-summary strong{color:var(--accent)}.daily-generated-summary span{color:var(--muted);font-size:.9rem}.daily-calendar-section{gap:.75rem;display:grid}.daily-calendar-card{border:1px solid var(--border);background:var(--panel-soft);border-radius:.9rem;padding:1rem}.daily-calendar-title{text-align:center;text-transform:capitalize;margin-bottom:.85rem;font-weight:700}.daily-calendar-weekdays,.daily-calendar-grid{text-align:center;grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem;display:grid}.daily-calendar-weekdays span{color:var(--muted);font-size:.8rem}.daily-calendar-day{min-height:2.25rem;color:var(--text);border-radius:.7rem;place-items:center;font-weight:600;display:grid}.daily-calendar-day.muted{color:var(--muted);opacity:.45}.daily-calendar-day.generated{color:#fff;background:#22c55e}.global-holidays-page .data-table tbody tr,.global-holidays-page .data-table tbody tr:hover{opacity:1}.global-holidays-page .data-table tbody td,.global-holidays-page .data-table tbody td *,.global-holidays-page .table-cell-stack,.global-holidays-page .table-cell-stack strong{color:#111827;opacity:1}.global-holidays-page .table-cell-stack small,.global-holidays-page .data-table tbody td small{color:#475569;opacity:1}.dark .global-holidays-page .data-table tbody td,.dark .global-holidays-page .data-table tbody td *,.dark .global-holidays-page .table-cell-stack,.dark .global-holidays-page .table-cell-stack strong{color:#f8fafc;opacity:1}.dark .global-holidays-page .table-cell-stack small,.dark .global-holidays-page .data-table tbody td small{color:#cbd5e1;opacity:1}.global-holidays-page .data-table tbody tr td,.global-holidays-page .data-table tbody tr td:nth-child(2),.global-holidays-page .data-table tbody tr td:nth-child(3),.global-holidays-page .data-table tbody tr td:nth-child(4),.global-holidays-page .data-table tbody tr td:nth-child(5){color:#111827!important;opacity:1!important}.global-holidays-page .data-table tbody tr td span,.global-holidays-page .data-table tbody tr td div,.global-holidays-page .data-table tbody tr td p,.global-holidays-page .data-table tbody tr td small{opacity:1!important}.global-holidays-page .data-table tbody tr td:nth-child(2) *,.global-holidays-page .data-table tbody tr td:nth-child(3) *,.global-holidays-page .data-table tbody tr td:nth-child(4) *,.global-holidays-page .data-table tbody tr td:nth-child(5) *{color:#111827!important;opacity:1!important}.dark .global-holidays-page .data-table tbody tr td,.dark .global-holidays-page .data-table tbody tr td:nth-child(2),.dark .global-holidays-page .data-table tbody tr td:nth-child(3),.dark .global-holidays-page .data-table tbody tr td:nth-child(4),.dark .global-holidays-page .data-table tbody tr td:nth-child(5),.dark .global-holidays-page .data-table tbody tr td:nth-child(2) *,.dark .global-holidays-page .data-table tbody tr td:nth-child(3) *,.dark .global-holidays-page .data-table tbody tr td:nth-child(4) *,.dark .global-holidays-page .data-table tbody tr td:nth-child(5) *{color:#f8fafc!important;opacity:1!important}.global-holidays-page .holiday-name-text,.global-holidays-page .holiday-date-cell,.global-holidays-page .holiday-type-cell,.global-holidays-page .holiday-scope-state,.global-holidays-page .holiday-recurring-cell{color:#0f172a!important;opacity:1!important;visibility:visible!important}.global-holidays-page .holiday-note-text,.global-holidays-page .holiday-scope-city{color:#475569!important;opacity:1!important;visibility:visible!important}:root[data-theme=dark] .global-holidays-page .holiday-name-text,:root[data-theme=dark] .global-holidays-page .holiday-date-cell,:root[data-theme=dark] .global-holidays-page .holiday-type-cell,:root[data-theme=dark] .global-holidays-page .holiday-scope-state,:root[data-theme=dark] .global-holidays-page .holiday-recurring-cell,.dark .global-holidays-page .holiday-name-text,.dark .global-holidays-page .holiday-date-cell,.dark .global-holidays-page .holiday-type-cell,.dark .global-holidays-page .holiday-scope-state,.dark .global-holidays-page .holiday-recurring-cell{color:#f8fafc!important;opacity:1!important;visibility:visible!important}:root[data-theme=dark] .global-holidays-page .holiday-note-text,:root[data-theme=dark] .global-holidays-page .holiday-scope-city,.dark .global-holidays-page .holiday-note-text,.dark .global-holidays-page .holiday-scope-city{color:#bfdbfe!important;opacity:1!important;visibility:visible!important}:root[data-theme=dark] .global-holidays-page .data-table tbody td,.dark .global-holidays-page .data-table tbody td{color:#f8fafc!important}.collection-card-operational{border:1px solid #22c55e33;border-radius:1.15rem;position:relative;overflow:hidden}.collection-card-overdue.collection-card-operational{background:radial-gradient(circle at 0 0,#ef444429,#0000 34%),linear-gradient(145deg,#7f1d1d2e,#0f172aeb);border-color:#ef4444b8}.collection-card-partial.collection-card-operational{border-color:#f59e0b8c}.collection-card-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;display:grid}.collection-client-avatar{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e59;border-radius:999px;width:3rem;height:3rem}.collection-client-main{gap:.4rem;min-width:0;display:grid}.collection-client-main>strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:1rem;overflow:hidden}.collection-badges-row{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.collection-type-badge{color:#2dd4bf;text-transform:uppercase;background:#14b8a624;border-radius:999px;align-items:center;width:fit-content;padding:.22rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.collection-main-amount-hero{text-align:center;padding:.75rem 0 .25rem}.collection-main-amount-hero strong{color:#22c55e;font-size:clamp(1.7rem,4vw,2.35rem)}.collection-metrics-panel,.collection-profit-panel,.collection-next-panel,.collection-alert-panel{background:#0f172a33;border:1px solid #94a3b824;border-radius:.85rem;padding:.8rem}.collection-profit-panel{border-color:#22c55e2e}.collection-next-panel{grid-template-columns:1fr auto}.collection-alert-panel{background:#7f1d1d38;border-color:#ef444473;gap:.35rem;display:grid}.collection-alert-panel strong{color:#fecaca}.collection-alert-panel span{color:#fca5a5;font-size:.82rem}.collection-icon-actions-row{border-top:1px solid #94a3b829;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding-top:.8rem;display:flex}.collection-icon-action{width:2.45rem;height:2.45rem;color:var(--text);cursor:pointer;background:#0f172a52;border:1px solid #94a3b838;border-radius:.75rem;place-items:center;transition:transform .16s,border-color .16s,background .16s;display:inline-grid}.collection-icon-action:hover{background:#22c55e24;border-color:#22c55e73;transform:translateY(-1px)}.collection-icon-action-primary{color:#22c55e;border-color:#22c55e6b}.collection-icon-action-warning{color:#f59e0b;border-color:#f59e0b6b}.collection-icon-action-danger{color:#ef4444;border-color:#ef44446b}:root[data-theme=dark] .collection-card-operational{background:radial-gradient(circle at 0 0,#14b8a61f,#0000 34%),linear-gradient(145deg,#0f172afa,#020617fa)}@media (width<=720px){.collection-icon-actions-row{justify-content:space-between}.collection-icon-action{flex:1;min-width:2.45rem}}.collection-card-compact.collection-card-overdue{background:radial-gradient(circle at 0 0,#ef44442e,#0000 32%),linear-gradient(160deg,#7f1d1db8,#450a0ad1);border-left:4px solid #ef4444}.collection-card-tag-row{justify-content:flex-end;min-height:1.55rem;display:flex}.collection-card-tag{color:#fff;background:#10b981;border-radius:.45rem;align-items:center;padding:.32rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.collection-card-name-box{text-align:center;background:#ffffff14;border-radius:.75rem;place-items:center;min-height:2.45rem;padding:.55rem .75rem;display:grid}.collection-card-name-box strong{color:#f8fafc;font-size:1rem;line-height:1.2}.collection-card-status-row{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.collection-card-compact .badge,.collection-card-compact .collection-type-badge,.collection-card-compact .collection-mini-link{font-size:.66rem}.collection-mini-link{color:#4ade80;cursor:pointer;background:#0f172a8c;border:0;border-radius:999px;align-items:center;gap:.3rem;padding:.32rem .55rem;font-weight:800;display:inline-flex}.collection-card-compact .collection-main-amount-hero strong{font-size:1.9rem;line-height:1}.collection-card-compact .collection-metrics-panel{background:#0f172a42;border:0;grid-template-columns:repeat(2,minmax(0,1fr));padding:.7rem}.collection-card-compact .collection-profit-panel{background:#22c55e14;border-color:#22c55e3d;padding:.65rem .7rem}.collection-card-compact .collection-metrics-panel span,.collection-card-compact .collection-profit-panel span,.collection-card-compact .collection-next-panel span,.collection-card-compact .collection-installment-panel span{font-size:.72rem}.collection-card-compact .collection-metrics-panel strong,.collection-card-compact .collection-profit-panel strong,.collection-card-compact .collection-next-panel strong,.collection-card-compact .collection-installment-panel strong{font-size:.86rem}.collection-card-compact .collection-next-panel{background:#0f172a47;border:0;padding:.65rem .75rem}.collection-installment-panel{background:#7f1d1d40;border:1px solid #f8717157;border-radius:.8rem;gap:.55rem;padding:.75rem;display:grid}.collection-installment-row,.collection-installment-total{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.collection-installment-row.muted{color:#e2e8f0b8}.collection-installment-total{border-top:1px solid #f8717138;padding-top:.45rem}.collection-installment-total strong{color:#fff}.collection-overdue-charge-button{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:.7rem;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.72rem .85rem;font-weight:900;display:inline-flex}.collection-card-compact .collection-icon-actions-row{justify-content:space-between;gap:.45rem;padding-top:.7rem}.collection-card-compact *{letter-spacing:-.01em}:root[data-theme=dark] .collection-card-compact .collection-card-name-box,.dark .collection-card-compact .collection-card-name-box{background:#ffffff14}@media (width<=720px){.collection-card-compact{padding:.85rem}.collection-card-name-box strong{font-size:.95rem}.collection-card-compact .collection-main-amount-hero strong{font-size:1.75rem}}.collection-card-compact{border-radius:.9rem!important;gap:.48rem!important;padding:.7rem!important}.collection-card-compact .collection-card-tag-row{min-height:1.25rem}.collection-card-compact .collection-card-tag{border-radius:.4rem;padding:.22rem .5rem;font-size:.64rem}.collection-card-compact .collection-card-name-box{border-radius:.62rem;min-height:1.9rem;padding:.38rem .55rem}.collection-card-compact .collection-card-name-box strong{font-size:.86rem;line-height:1.1}.collection-card-compact .collection-card-status-row{gap:.35rem;padding:.15rem 0}.collection-card-compact .collection-client-avatar{width:2.25rem;height:2.25rem;font-size:.74rem}.collection-card-compact .badge,.collection-card-compact .collection-type-badge,.collection-card-compact .collection-mini-link{padding:.18rem .42rem;font-size:.58rem}.collection-card-compact .collection-mini-link svg{width:12px;height:12px}.collection-card-compact .collection-main-amount-hero strong{line-height:1;font-size:1.48rem!important}.collection-card-compact .collection-main-amount-hero span{font-size:.68rem}.collection-card-compact .collection-metrics-panel,.collection-card-compact .collection-profit-panel,.collection-card-compact .collection-next-panel,.collection-card-compact .collection-installment-panel{border-radius:.65rem!important;padding:.55rem!important}.collection-card-compact .collection-metrics-panel,.collection-card-compact .collection-profit-panel{gap:.55rem}.collection-card-compact .collection-next-panel{gap:.5rem}.collection-card-compact .collection-metrics-panel span,.collection-card-compact .collection-profit-panel span,.collection-card-compact .collection-next-panel span,.collection-card-compact .collection-installment-panel span{line-height:1.15;font-size:.62rem!important}.collection-card-compact .collection-metrics-panel strong,.collection-card-compact .collection-profit-panel strong,.collection-card-compact .collection-next-panel strong,.collection-card-compact .collection-installment-panel strong{line-height:1.15;font-size:.74rem!important}.collection-card-compact .collection-installment-panel{gap:.38rem}.collection-card-compact .collection-installment-row,.collection-card-compact .collection-installment-total{gap:.45rem}.collection-card-compact .collection-installment-total{padding-top:.35rem}.collection-card-compact .collection-overdue-charge-button{border-radius:.55rem;padding:.52rem .65rem;font-size:.76rem}.collection-card-compact .collection-overdue-charge-button svg{width:14px;height:14px}.collection-card-compact .collection-icon-actions-row{gap:.32rem!important;padding-top:.45rem!important}.collection-card-compact .collection-icon-action{border-radius:.55rem!important;width:2rem!important;height:2rem!important}.collection-card-compact .collection-icon-action svg{width:15px;height:15px}.collection-card-grid{gap:.85rem}@media (width<=720px){.collection-card-compact{padding:.65rem!important}.collection-card-compact .collection-main-amount-hero strong{font-size:1.38rem!important}.collection-card-compact .collection-card-name-box strong{font-size:.82rem}}.loan-details-dashboard{gap:.85rem;display:grid}.loan-details-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.loan-details-highlight-card,.loan-details-section{background:#0f172a14;border:1px solid #94a3b829;border-radius:.9rem;padding:.9rem}.loan-details-highlight-card{gap:.32rem;display:grid}.loan-details-highlight-card span,.loan-details-contract-grid span,.loan-details-progress-footer span,.loan-details-mini-stats span{color:var(--muted);font-size:.78rem;font-weight:700}.loan-details-highlight-card strong{color:var(--text);align-items:center;gap:.45rem;font-size:1.05rem;display:inline-flex}.loan-details-highlight-card small{color:var(--muted);background:#94a3b82e;border-radius:999px;padding:.1rem .35rem;font-size:.68rem}.loan-details-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.loan-details-mini-stats div{gap:.24rem;display:grid}.loan-details-mini-stats strong{color:var(--text);font-size:.92rem}.loan-details-section{gap:.75rem;display:grid}.loan-details-section-title{color:var(--text);align-items:center;gap:.45rem;display:flex}.loan-details-progress-track{background:#0f172a3d;border-radius:999px;height:.5rem;overflow:hidden}.loan-details-progress-track div{border-radius:inherit;background:#22c55e;height:100%}.loan-details-progress-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.loan-details-progress-footer strong{color:var(--text)}.loan-details-installments-list{gap:.45rem;display:grid}.loan-details-installment-row{grid-template-columns:1.2fr .9fr .9fr .8fr;align-items:center;gap:.6rem;font-size:.82rem;display:grid}.loan-details-installment-row strong{color:var(--text)}.loan-details-contact-placeholder{gap:.42rem;display:grid}.loan-details-contact-placeholder div{color:var(--muted);align-items:center;gap:.45rem;font-size:.82rem;display:flex}.loan-details-contract-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.loan-details-contract-grid div{gap:.22rem;display:grid}.loan-details-contract-grid strong{color:var(--text);font-size:.88rem}:root[data-theme=dark] .loan-details-highlight-card,:root[data-theme=dark] .loan-details-section,.dark .loan-details-highlight-card,.dark .loan-details-section{background:#ffffff0e;border-color:#ffffff14}:root[data-theme=dark] .loan-details-progress-track,.dark .loan-details-progress-track{background:#020617cc}@media (width<=720px){.loan-details-highlight-grid,.loan-details-mini-stats,.loan-details-contract-grid{grid-template-columns:1fr}.loan-details-installment-row{grid-template-columns:1fr;gap:.25rem}}.loan-details-installment-row .loan-installment-status-badge{text-align:center;justify-self:end;min-width:92px;font-size:.72rem;font-weight:800}@media (width<=720px){.loan-details-installment-row .loan-installment-status-badge{justify-self:start;min-width:auto}}.loan-details-installment-row .loan-installment-status-badge.badge-danger{color:#fecaca;background:#ef444438;border:1px solid #f8717173;box-shadow:0 0 0 1px #ef444414}.loan-details-installment-row:has(.loan-installment-status-badge.badge-danger){background:#7f1d1d29;border-radius:.55rem;padding:.25rem .4rem}.collection-card-compact .collection-metrics-panel,.collection-card-compact .collection-profit-panel,.collection-card-compact .collection-next-panel{border-radius:.55rem!important;min-height:auto!important;padding:.42rem .55rem!important}.collection-card-compact .collection-metrics-panel,.collection-card-compact .collection-profit-panel{gap:.45rem!important}.collection-card-compact .collection-next-panel{grid-template-columns:minmax(0,1fr) auto;gap:.45rem!important}.collection-card-compact .collection-metrics-panel>div,.collection-card-compact .collection-profit-panel>div,.collection-card-compact .collection-next-panel>div{gap:.14rem!important;min-height:auto!important}.collection-card-compact .collection-metrics-panel span,.collection-card-compact .collection-profit-panel span,.collection-card-compact .collection-next-panel span{font-size:.58rem!important;line-height:1.05!important}.collection-card-compact .collection-metrics-panel strong,.collection-card-compact .collection-profit-panel strong,.collection-card-compact .collection-next-panel strong{font-size:.68rem!important;line-height:1.08!important}.collection-card-compact .collection-profit-panel{background:#14b8a61a!important}.collection-card-compact .collection-next-panel>div{padding:0!important}.collection-card-compact .collection-metrics-panel,.collection-card-compact .collection-profit-panel,.collection-card-compact .collection-next-panel{min-height:unset!important;border:0!important;border-radius:.7rem!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding:.55rem .7rem!important;display:grid!important}.collection-card-compact .collection-metrics-panel{background:#ffffff0b!important}.collection-card-compact .collection-profit-panel{background:#14b8a624!important;border:1px solid #14b8a647!important}.collection-card-compact .collection-next-panel{background:0 0!important;border-radius:0!important;padding:0!important}.collection-card-compact .collection-next-panel>div{background:#ffffff0b!important;border:1px solid #94a3b838!important;border-radius:.7rem!important;padding:.55rem .7rem!important}.collection-card-compact .collection-next-panel>div+div{margin-left:.5rem}.collection-card-compact .collection-metrics-panel>div,.collection-card-compact .collection-profit-panel>div,.collection-card-compact .collection-next-panel>div{min-height:unset!important;gap:.18rem!important;display:grid!important}.collection-card-compact .collection-metrics-panel span,.collection-card-compact .collection-profit-panel span,.collection-card-compact .collection-next-panel span{color:#e2e8f0b8!important;font-size:.66rem!important;line-height:1.1!important}.collection-card-compact .collection-metrics-panel strong,.collection-card-compact .collection-profit-panel strong,.collection-card-compact .collection-next-panel strong{color:#f8fafc!important;font-size:.82rem!important;line-height:1.1!important}.collection-card-compact .collection-main-amount-hero{padding:.25rem 0 .15rem!important}.collection-card-compact .collection-main-amount-hero strong{font-size:1.75rem!important}.collection-card-compact .collection-installment-panel{padding:.65rem .75rem!important}.collection-card-compact .collection-installment-row,.collection-card-compact .collection-installment-total{font-size:.76rem!important}.collection-card-compact .collection-icon-actions-row{border-top:1px solid #94a3b829;margin-top:.15rem}@media (width<=720px){.collection-card-compact .collection-next-panel>div+div{margin-left:0}.collection-card-compact .collection-next-panel{gap:.5rem!important}}.collection-overdue-extra-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.collection-overdue-extra-button{color:#93c5fd;cursor:pointer;background:#0206179e;border:1px solid #60a5fa73;border-radius:.65rem;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .45rem;font-size:.72rem;font-weight:850;display:inline-flex}.collection-overdue-extra-button-warning{color:#fbbf24;border-color:#fbbf2485}.extra-charge-modal select,.extra-charge-modal input{min-height:3rem}.extra-charge-modal small{color:var(--muted);font-size:.78rem}.extra-charge-preview,.extra-charge-installment-card{background:#0f172a14;border:1px solid #94a3b829;border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem;display:flex}.extra-charge-preview strong{color:#22c55e}.extra-charge-installment-card{border-color:#fbbf2452;flex-direction:column;align-items:flex-start;gap:.25rem}.extra-charge-installment-card span{color:var(--muted);font-size:.82rem}:root[data-theme=dark] .extra-charge-preview,:root[data-theme=dark] .extra-charge-installment-card,.dark .extra-charge-preview,.dark .extra-charge-installment-card{background:#ffffff0e;border-color:#ffffff17}.payment-history-dashboard{gap:.9rem;display:grid}.payment-history-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.payment-history-summary>div{background:#0f172a14;border:1px solid #94a3b829;border-radius:.8rem;gap:.25rem;padding:.75rem;display:grid}.payment-history-summary span{color:var(--muted);font-size:.74rem;font-weight:750}.payment-history-summary strong{color:var(--text);font-size:.95rem}.payment-history-list{gap:.75rem;display:grid}.payment-history-card{background:#0f172a14;border:1px solid #94a3b829;border-radius:.9rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.85rem;display:grid}.payment-history-card-main{gap:.45rem;min-width:0;display:grid}.payment-history-date,.payment-history-amount{align-items:center;gap:.45rem;display:flex}.payment-history-date strong{color:var(--text);font-size:.98rem}.payment-history-amount{color:#22c55e}.payment-history-amount strong{color:#22c55e;font-size:1.15rem}.payment-method-badge{color:var(--text);background:#94a3b81f;border-radius:999px;align-items:center;padding:.18rem .45rem;font-size:.72rem;font-weight:800;display:inline-flex}.payment-history-card p{color:var(--muted);margin:0;font-size:.82rem}.payment-history-breakdown{flex-wrap:wrap;gap:.45rem;display:flex}.payment-history-breakdown span{color:var(--muted);background:#94a3b81a;border-radius:999px;padding:.18rem .45rem;font-size:.7rem;font-weight:750}.payment-history-actions{align-items:center;gap:.45rem;display:flex}.payment-history-actions button{width:2.15rem;height:2.15rem;color:var(--text);cursor:pointer;background:#0f172a29;border:1px solid #94a3b838;border-radius:.65rem;place-items:center;display:inline-grid}.payment-history-actions button:hover{color:#22c55e;border-color:#22c55e73}.payment-history-actions button:last-child:hover{color:#ef4444;border-color:#ef444473}:root[data-theme=dark] .payment-history-summary>div,:root[data-theme=dark] .payment-history-card,.dark .payment-history-summary>div,.dark .payment-history-card{background:#ffffff0e;border-color:#ffffff14}@media (width<=720px){.payment-history-summary,.payment-history-card{grid-template-columns:1fr}.payment-history-actions{justify-content:space-between}.payment-history-actions button{flex:1}}.collection-primary-action-button{color:#86efac;cursor:pointer;white-space:nowrap;background:#0f172a85;border:1px solid #22c55e38;border-radius:.75rem;justify-content:center;align-items:center;gap:.45rem;min-height:2.45rem;padding:0 1rem;font-size:.82rem;font-weight:900;display:inline-flex}.collection-primary-action-button:hover{color:#22c55e;background:#22c55e1f;border-color:#22c55e8c}.collection-primary-action-button-interest{border-color:#22c55e2e}.collection-compact-action{width:2.35rem;min-width:2.35rem;height:2.35rem;color:var(--text);cursor:pointer;background:#0f172a73;border:1px solid #94a3b838;border-radius:.7rem;place-items:center;padding:0;display:inline-grid}.collection-compact-action:hover{background:#94a3b81f;border-color:#94a3b873}.collection-compact-action-primary{color:#60a5fa;border-color:#3b82f6bf}.collection-compact-action-primary:hover{color:#93c5fd;background:#3b82f624}.collection-compact-action-info{color:#22c55e;border-color:#22c55e6b}.collection-compact-action-info:hover{background:#22c55e1f}.collection-compact-action-warning{color:#fb923c;border-color:#f97316bf}.collection-compact-action-warning:hover{background:#f9731624}.collection-compact-action-danger{color:#f87171;border-color:#ef4444bf}.collection-compact-action-danger:hover{background:#ef444424}@media (width<=560px){.collection-card-actions-compact{gap:.4rem}.collection-primary-action-button{flex:1;padding:0 .65rem}.collection-compact-action{width:2.2rem;min-width:2.2rem;height:2.2rem}}.collection-card-actions-compact{flex-wrap:nowrap;align-items:center;gap:.55rem;display:flex}.collection-card-actions-compact .collection-primary-action-button{white-space:nowrap;border-radius:.7rem;justify-content:center;align-items:center;gap:.45rem;width:auto;min-width:7rem;height:2.35rem;min-height:2.35rem;padding:0 .9rem;font-size:.82rem;font-weight:900;display:inline-flex}.collection-card-actions-compact .collection-compact-action,.collection-card-actions-compact .collection-icon-action{border-radius:.7rem;place-items:center;width:2.35rem;min-width:2.35rem;height:2.35rem;min-height:2.35rem;padding:0;display:inline-grid}@media (width<=560px){.collection-card-actions-compact{gap:.42rem}.collection-card-actions-compact .collection-primary-action-button{min-width:6.25rem;padding:0 .7rem;font-size:.78rem}.collection-card-actions-compact .collection-compact-action,.collection-card-actions-compact .collection-icon-action{width:2.2rem;min-width:2.2rem;height:2.2rem;min-height:2.2rem}}.collection-card-actions-compact{border-top:1px solid #94a3b829;flex-wrap:nowrap;align-items:center;gap:.55rem;padding-top:.75rem;display:flex}.collection-card-actions-compact .collection-primary-action-button{color:#86efac;white-space:nowrap;cursor:pointer;background:#0f172a85;border:1px solid #22c55e47;border-radius:.7rem;justify-content:center;align-items:center;gap:.45rem;min-width:7rem;height:2.35rem;min-height:2.35rem;padding:0 .9rem;font-size:.82rem;font-weight:900;display:inline-flex}.collection-card-actions-compact .collection-primary-action-button:hover{color:#22c55e;background:#22c55e1f;border-color:#22c55e8c}.collection-card-actions-compact .collection-primary-action-button-interest{border-color:#22c55e2e}.collection-card-actions-compact .collection-compact-action{border-radius:.7rem;place-items:center;width:2.35rem;min-width:2.35rem;height:2.35rem;min-height:2.35rem;padding:0;display:inline-grid}@media (width<=560px){.collection-card-actions-compact{gap:.42rem}.collection-card-actions-compact .collection-primary-action-button{min-width:6.25rem;padding:0 .7rem;font-size:.78rem}.collection-card-actions-compact .collection-compact-action{width:2.2rem;min-width:2.2rem;height:2.2rem;min-height:2.2rem}}.collection-card-actions-compact{flex-wrap:wrap!important}.collection-card-actions-compact .collection-primary-action-button{flex:calc(50% - .35rem);min-width:0!important}.collection-card-actions-compact .collection-compact-action{flex:0 0 2.35rem}@media (width>=700px){.collection-card-actions-compact{flex-wrap:nowrap!important}.collection-card-actions-compact .collection-primary-action-button{flex:none;min-width:7rem!important}}.collection-card-actions-compact{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem!important;display:grid!important}.collection-card-actions-compact .collection-primary-action-button{grid-column:span 2;width:100%!important;min-width:0!important}.collection-card-actions-compact .collection-compact-action{width:100%!important;min-width:0!important;height:2.35rem!important}@media (width>=900px){.collection-card-actions-compact{flex-wrap:nowrap!important;display:flex!important}.collection-card-actions-compact .collection-primary-action-button{width:auto!important;min-width:7rem!important}.collection-card-actions-compact .collection-compact-action{width:2.35rem!important;min-width:2.35rem!important}}.operational-card-actions{border-top:1px solid #94a3b829;gap:.65rem;padding-top:.75rem;display:grid}.operational-card-actions-main{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.operational-card-primary-action{color:#86efac;cursor:pointer;white-space:nowrap;background:#0f172a8c;border:1px solid #22c55e59;border-radius:.75rem;justify-content:center;align-items:center;gap:.45rem;width:100%;height:2.55rem;font-size:.84rem;font-weight:900;display:inline-flex}.operational-card-primary-action:hover{color:#22c55e;background:#22c55e21;border-color:#22c55e99}.operational-card-primary-action-interest{border-color:#22c55e47}.operational-card-actions-icons{grid-template-columns:repeat(5,1fr);gap:.65rem;display:grid}.operational-card-icon-action{width:100%;height:2.55rem;color:var(--text);cursor:pointer;background:#0f172a73;border:1px solid #94a3b83d;border-radius:.75rem;place-items:center;padding:0;display:inline-grid}.operational-card-icon-action:hover{background:#94a3b81f;border-color:#94a3b880}.operational-card-icon-action-primary{color:#60a5fa;border-color:#3b82f6bf}.operational-card-icon-action-warning{color:#fb923c;border-color:#f97316cc}.operational-card-icon-action-sync{color:#facc15;border-color:#eab308bf}.operational-card-icon-action-danger{color:#f87171;border-color:#ef4444cc}@media (width<=420px){.operational-card-actions-main,.operational-card-actions-icons{gap:.5rem}.operational-card-primary-action{height:2.4rem;font-size:.78rem}.operational-card-icon-action{height:2.4rem}}.operational-card-icon-action:first-child{color:#93c5fd;border-color:#3b82f680}.operational-card-icon-action:first-child:hover{background:#3b82f61f;border-color:#3b82f6bf}.operational-card-actions{margin-top:.2rem}.operational-card-primary-action svg,.operational-card-icon-action svg{flex-shrink:0}.modal-card.payment-register-modal{border-radius:1rem!important;width:min(620px,100vw - 1rem)!important}.modal-card.payment-register-modal .modal-header{padding:1rem 1.25rem .85rem!important}.modal-card.payment-register-modal .modal-header h2{font-size:1.25rem!important}.modal-card.payment-register-modal .modal-body{padding:1rem 1.25rem 1.25rem!important}.modal-card.payment-register-modal .form-stack{gap:.85rem!important}.modal-card.payment-register-modal label{font-size:.88rem!important;font-weight:850!important}.modal-card.payment-register-modal input,.modal-card.payment-register-modal select,.modal-card.payment-register-modal textarea,.modal-card.payment-register-modal .select-input{border-radius:.75rem!important;min-height:2.75rem!important;font-size:.92rem!important;font-weight:750!important}.modal-card.payment-register-modal .field-hint,.modal-card.payment-register-modal small{color:var(--muted);font-size:.74rem;font-weight:650}.modal-card.payment-register-modal .payment-loan-summary,.modal-card.payment-register-modal .payment-client-summary,.modal-card.payment-register-modal .loan-payment-summary,.modal-card.payment-register-modal .selected-loan-summary{background:#22c55e0e!important;border:1px solid #94a3b81a!important;border-radius:.9rem!important;padding:.85rem!important}.modal-card.payment-register-modal .payment-type-options,.modal-card.payment-register-modal .payment-type-grid,.modal-card.payment-register-modal .segmented-control{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.55rem!important;display:grid!important}.modal-card.payment-register-modal .payment-type-options button,.modal-card.payment-register-modal .payment-type-grid button,.modal-card.payment-register-modal .segmented-control button{border-radius:.75rem!important;min-height:2.65rem!important;font-size:.84rem!important;font-weight:900!important}.modal-card.payment-register-modal .payment-method-options,.modal-card.payment-register-modal .payment-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.6rem!important;display:grid!important}.modal-card.payment-register-modal .payment-method-options button,.modal-card.payment-register-modal .payment-method-grid button{border-radius:.75rem!important;min-height:2.75rem!important;font-weight:900!important}.modal-card.payment-register-modal .form-actions{justify-content:flex-end;gap:.65rem;padding-top:.75rem;display:flex}.modal-card.payment-register-modal .form-actions .button{border-radius:.8rem!important;min-height:2.8rem!important;font-weight:900!important}.modal-card.payment-register-modal .form-actions .button-primary{min-width:11rem}@media (width<=560px){.modal-card.payment-register-modal{width:calc(100vw - .5rem)!important}.modal-card.payment-register-modal .modal-body{padding:.9rem!important}.modal-card.payment-register-modal .payment-type-options,.modal-card.payment-register-modal .payment-type-grid,.modal-card.payment-register-modal .segmented-control{grid-template-columns:repeat(2,minmax(0,1fr))!important}.modal-card.payment-register-modal .payment-method-options,.modal-card.payment-register-modal .payment-method-grid{grid-template-columns:1fr!important}.modal-card.payment-register-modal .form-actions{flex-direction:column-reverse}.modal-card.payment-register-modal .form-actions .button{width:100%}}.modal-card.payment-register-modal{width:min(560px,100vw - 1rem)!important}.modal-card.payment-register-modal .payment-loan-summary{border-radius:.85rem!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.65rem!important;padding:.75rem!important;display:grid!important}.modal-card.payment-register-modal .payment-loan-summary>div{gap:.15rem;min-width:0;display:grid}.modal-card.payment-register-modal .payment-loan-summary span{color:var(--muted);font-size:.68rem;font-weight:800}.modal-card.payment-register-modal .payment-loan-summary strong{color:var(--text);word-break:break-word;font-size:.78rem;line-height:1.15}.modal-card.payment-register-modal .form-grid-2{align-items:end;grid-template-columns:1fr 1fr!important;gap:.75rem!important}.modal-card.payment-register-modal .form-grid-2>.form-actions.compact{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:-.1rem 0 0!important;padding:0!important;display:grid!important}.modal-card.payment-register-modal .form-actions.compact .button{width:100%;border-radius:.75rem!important;min-height:2.55rem!important;font-size:.82rem!important;font-weight:900!important}.modal-card.payment-register-modal textarea{rows:3;min-height:4.75rem!important}.modal-card.payment-register-modal .receipt-message-box{background:#0f172a0d;border:1px solid #94a3b829;padding:.85rem;border-radius:.85rem!important}.modal-card.payment-register-modal .receipt-message-box textarea{min-height:9rem!important}.modal-card.payment-register-modal>.modal-body>form.form-stack{gap:.8rem!important}@media (width<=560px){.modal-card.payment-register-modal .payment-loan-summary,.modal-card.payment-register-modal .form-grid-2,.modal-card.payment-register-modal .form-grid-2>.form-actions.compact{grid-template-columns:1fr!important}}.modal-card.interest-payment-modal{border-radius:1rem!important;width:min(520px,100vw - 1rem)!important}.modal-card.interest-payment-modal .modal-header{padding:1rem 1.25rem .85rem!important}.modal-card.interest-payment-modal .modal-header h2{font-size:1.25rem!important}.modal-card.interest-payment-modal .modal-header p{color:var(--muted)!important;font-size:.86rem!important}.modal-card.interest-payment-modal .modal-body{padding:1rem 1.25rem 1.25rem!important}.modal-card.interest-payment-modal .extra-charge-modal{gap:.85rem!important}.modal-card.interest-payment-modal label{font-size:.88rem!important;font-weight:850!important}.modal-card.interest-payment-modal select,.modal-card.interest-payment-modal input{border-radius:.75rem!important;min-height:2.75rem!important;font-size:.92rem!important;font-weight:750!important}.modal-card.interest-payment-modal small{color:var(--muted);font-size:.74rem;font-weight:650}.modal-card.interest-payment-modal .extra-charge-preview{background:#22c55e14!important;border:1px solid #22c55e38!important;border-radius:.85rem!important;padding:.85rem!important}.modal-card.interest-payment-modal .extra-charge-preview span{color:var(--muted);font-size:.78rem;font-weight:800}.modal-card.interest-payment-modal .extra-charge-preview strong{color:#22c55e;font-size:1.2rem}.modal-card.interest-payment-modal .form-actions{grid-template-columns:1fr 1fr;gap:.65rem;padding-top:.65rem;display:grid!important}.modal-card.interest-payment-modal .form-actions .button{border-radius:.8rem!important;min-height:2.8rem!important;font-weight:900!important}@media (width<=520px){.modal-card.interest-payment-modal{width:calc(100vw - .5rem)!important}.modal-card.interest-payment-modal .form-actions{grid-template-columns:1fr}}.delete-loan-modal{gap:.95rem}.delete-loan-alert{color:#fecaca;background:#ef444414;border:1px solid #ef44445c;border-radius:.9rem;align-items:flex-start;gap:.75rem;padding:.9rem;display:flex}.delete-loan-alert strong{color:#fca5a5;font-size:.95rem;display:block}.delete-loan-alert span{color:var(--muted);margin-top:.25rem;font-size:.82rem;display:block}.delete-loan-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.delete-loan-summary>div{background:#0f172a0f;border:1px solid #94a3b824;border-radius:.75rem;gap:.2rem;padding:.75rem;display:grid}.delete-loan-summary span{color:var(--muted);font-size:.72rem;font-weight:800}.delete-loan-summary strong{color:var(--text);font-size:.88rem}.button-danger{color:#fecaca;background:#ef444429;border-color:#ef444480}.button-danger:hover:not(:disabled){color:#fff;background:#ef44443d;border-color:#ef4444bf}.button-danger:disabled{opacity:.55;cursor:not-allowed}@media (width<=560px){.delete-loan-summary{grid-template-columns:1fr}}.renegotiate-loan-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.renegotiate-loan-summary>div{background:#22c55e12;border:1px solid #22c55e2e;border-radius:.8rem;gap:.2rem;padding:.8rem;display:grid}.renegotiate-loan-summary span{color:var(--muted);font-size:.72rem;font-weight:800}.renegotiate-loan-summary strong{color:var(--text);font-size:.95rem}.renegotiate-loan-alert{color:#facc15;background:#eab30814;border:1px solid #eab30852;border-radius:.8rem;padding:.85rem;font-size:.84rem;font-weight:750}@media (width<=560px){.renegotiate-loan-summary{grid-template-columns:1fr}}.modal-card.renegotiate-contract-modal{border-radius:1rem!important;width:min(620px,100vw - .75rem)!important}.modal-card.renegotiate-contract-modal .modal-header{padding:1rem 1.25rem .85rem!important}.modal-card.renegotiate-contract-modal .modal-header h2{font-size:1.15rem!important}.modal-card.renegotiate-contract-modal .modal-header p{color:var(--muted)!important;font-size:.82rem!important}.modal-card.renegotiate-contract-modal .modal-body{padding:1rem 1.25rem 1.25rem!important}.renegotiate-loan-modal{gap:.85rem!important}.renegotiate-warning-box{color:#fde047;background:#eab30824;border:1px solid #eab308e6;border-radius:.75rem;padding:.8rem;font-size:.8rem;font-weight:900;line-height:1.35}.renegotiate-previous-contract{background:#eab30814;border:1px solid #eab3086b;border-radius:.8rem;padding:.85rem}.renegotiate-previous-contract header{color:#facc15;margin-bottom:.65rem;font-size:.78rem;font-weight:950}.renegotiate-previous-grid{border-bottom:1px solid #eab30847;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem;padding-bottom:.65rem;display:grid}.renegotiate-previous-grid div,.renegotiate-previous-totals div{gap:.1rem;display:grid}.renegotiate-previous-grid span,.renegotiate-previous-totals span{color:var(--muted);font-size:.72rem;font-weight:800}.renegotiate-previous-grid strong,.renegotiate-previous-totals strong{color:var(--text);font-size:.82rem;font-weight:950}.renegotiate-previous-totals{gap:.3rem;padding-top:.65rem;display:grid}.renegotiate-previous-totals div{grid-template-columns:1fr auto;align-items:center}.renegotiate-previous-totals strong{color:#22c55e}.renegotiate-previous-totals .renegotiate-balance{color:#facc15}.renegotiate-new-contract{background:#22c55e14;border:1px solid #22c55e59;border-radius:.8rem;gap:.25rem;padding:.8rem;display:grid}.renegotiate-new-contract strong{color:#22c55e;font-size:.8rem}.renegotiate-new-contract span{color:var(--muted);font-size:.76rem;line-height:1.35}.modal-card.renegotiate-contract-modal label{font-size:.82rem!important;font-weight:850!important}.modal-card.renegotiate-contract-modal input,.modal-card.renegotiate-contract-modal select,.modal-card.renegotiate-contract-modal textarea{border-radius:.65rem!important;min-height:2.55rem!important;font-size:.86rem!important;font-weight:750!important}.modal-card.renegotiate-contract-modal input:disabled,.modal-card.renegotiate-contract-modal select:disabled{opacity:.85}.modal-card.renegotiate-contract-modal small{color:var(--muted);font-size:.68rem;font-weight:700}.renegotiate-total-box{background:#22c55e1f;border:1px solid #22c55e2e;border-radius:.7rem;gap:.2rem;padding:.75rem .85rem;display:grid}.renegotiate-total-box span{color:var(--muted);font-size:.74rem;font-weight:800}.renegotiate-total-box strong{color:#22c55e;font-size:1rem;font-weight:950}.modal-card.renegotiate-contract-modal .form-actions{grid-template-columns:1fr 1fr;gap:.65rem;padding-top:.45rem;display:grid}.modal-card.renegotiate-contract-modal .form-actions .button{border-radius:.75rem!important;min-height:2.7rem!important;font-weight:900!important}@media (width<=560px){.modal-card.renegotiate-contract-modal .form-grid-2,.renegotiate-previous-grid,.modal-card.renegotiate-contract-modal .form-actions{grid-template-columns:1fr!important}}.operational-card-actions-main:empty,.operational-card-actions-icons:empty{display:none}.operational-card-actions-icons{grid-template-columns:repeat(auto-fit,minmax(2.45rem,1fr))}.audit-logs-page .audit-list-panel{width:100%}.audit-full-table-wrapper{max-height:none}.audit-full-table th,.audit-full-table td{vertical-align:top}.audit-full-table .clickable-row{cursor:pointer}.audit-full-table .clickable-row:hover{background:#2dd4bf14}.audit-full-table .selected-row{background:#2dd4bf24}.modal-card.audit-detail-modal{border-radius:1rem!important;width:min(980px,100vw - 1rem)!important;max-height:calc(100vh - 1rem)!important}.modal-card.audit-detail-modal .modal-body{overflow-y:auto;padding:1rem 1.25rem 1.25rem!important}.audit-detail-modal-content{gap:1rem;display:grid}.modal-card.audit-detail-modal .audit-changes-row{grid-template-columns:minmax(180px,.75fr) minmax(0,1fr) minmax(0,1fr)}.modal-card.audit-detail-modal .audit-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.modal-card.audit-detail-modal .audit-detail-grid>div{background:#0f172a;border:1px solid #334155;border-radius:.85rem;gap:.2rem;padding:.85rem;display:grid}.modal-card.audit-detail-modal .audit-detail-grid span{color:#94a3b8;text-transform:uppercase;font-size:.72rem;font-weight:800}.modal-card.audit-detail-modal .audit-detail-grid strong{color:#f8fafc;overflow-wrap:anywhere}@media (width<=760px){.modal-card.audit-detail-modal .audit-detail-grid,.modal-card.audit-detail-modal .audit-changes-row{grid-template-columns:1fr!important}.audit-full-table{min-width:760px}}.audit-filters-with-search{grid-template-columns:minmax(280px,1.4fr) minmax(180px,1fr) minmax(180px,1fr) minmax(160px,.7fr) auto}.audit-search-filter{min-width:280px}@media (width<=980px){.audit-filters-with-search{grid-template-columns:1fr}.audit-search-filter{min-width:0}}.loans-issued-report-page{gap:1.25rem}.report-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.report-title-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.report-title-actions .button{border-radius:.85rem;min-height:2.75rem;font-weight:900}.loans-issued-filters-panel{padding:1.25rem!important}.loans-issued-filters-panel .button{white-space:nowrap;border-radius:.8rem;min-height:2.75rem}.loans-issued-summary-grid .metric-card{border-radius:1rem;min-height:5.1rem;padding:1rem}.loans-issued-summary-grid .metric-card span{color:var(--muted);font-size:.78rem;font-weight:850}.loans-issued-summary-grid .metric-card strong{font-size:1.55rem;line-height:1.1}.loans-issued-summary-grid .metric-card small{color:var(--muted);font-size:.75rem}.loans-issued-table-panel{overflow:hidden}.loans-issued-table-panel .toolbar{margin-bottom:.85rem}.loans-issued-table-panel .table-wrapper{border-radius:1rem}.loans-issued-table-panel .data-table th,.loans-issued-table-panel .data-table td{vertical-align:top}@media (width<=1180px){.loans-issued-summary-grid,.loans-issued-filters-panel .report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.report-title-row{display:grid}.report-title-actions,.loans-issued-filters-panel .report-filters-grid,.loans-issued-summary-grid{grid-template-columns:1fr}.report-title-actions{display:grid}}@media print{body{color:#000!important;background:#fff!important}.sidebar,.app-sidebar,.app-topbar,.report-title-actions,.loans-issued-filters-panel,.theme-toggle,.button{display:none!important}.app-main,.app-content,.page-stack,.loans-issued-report-page{color:#000!important;background:#fff!important;margin:0!important;padding:0!important}.panel,.metric-card,.table-wrapper{box-shadow:none!important;color:#000!important;background:#fff!important;border:1px solid #ddd!important}.data-table{border-collapse:collapse!important;color:#000!important;width:100%!important}.data-table th,.data-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important}.badge{color:#000!important;background:#fff!important;border:1px solid #999!important}}@media print{.loans-issued-print-brand{visibility:visible!important;border-bottom:1px solid #ddd!important;align-items:center!important;gap:8px!important;margin:0 0 6px!important;padding:0 0 6px!important;display:flex!important}.loans-issued-print-brand,.loans-issued-print-brand *{visibility:visible!important}.loans-issued-print-brand img{object-fit:contain!important;width:28px!important;height:28px!important;display:block!important}.loans-issued-print-brand strong{color:#000!important;font-size:13px!important;line-height:1.1!important;display:block!important}.loans-issued-print-brand span{color:#333!important;font-size:9px!important;line-height:1.1!important;display:block!important}}.loans-issued-print-brand{display:none!important}.loans-issued-report-page .report-title-row,.loans-issued-report-page .report-title-actions{display:contents}.loans-issued-filters-panel .report-filters-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:16px;display:grid}.loans-issued-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}@media (width<=1180px){.loans-issued-summary-grid,.loans-issued-filters-panel .report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.loans-issued-summary-grid,.loans-issued-filters-panel .report-filters-grid{grid-template-columns:1fr}}@media print{.loans-issued-print-brand,.loans-issued-print-header,.report-title-row,.report-title-actions,.loans-issued-filters-panel{display:none!important}.loans-issued-report-page{color:#000!important;background:#fff!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;position:static!important;inset:auto!important}.loans-issued-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important;display:grid!important}.loans-issued-summary-grid .metric-card{border-radius:6px!important;min-height:0!important;padding:7px 8px!important}.loans-issued-summary-grid .metric-card strong{font-size:13px!important}.loans-issued-summary-grid .metric-card span,.loans-issued-summary-grid .metric-card small{font-size:8px!important}}.loans-issued-tenant-print-header{display:none}@media print{.loans-issued-tenant-print-header{visibility:visible!important;color:#000!important;background:#fff!important;border-bottom:1px solid #d1d5db!important;align-items:center!important;gap:10px!important;margin:0 0 8px!important;padding:0 0 8px!important;display:flex!important}.loans-issued-tenant-print-header,.loans-issued-tenant-print-header *{visibility:visible!important}.loans-issued-tenant-print-header .tenant-report-print-logo{visibility:visible!important;object-fit:contain!important;width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important;display:block!important}.loans-issued-tenant-print-header .tenant-report-print-text{color:#000!important;gap:2px!important;display:grid!important}.loans-issued-tenant-print-header .tenant-report-print-text strong{color:#000!important;font-size:12px!important;font-weight:900!important;line-height:1.1!important;display:block!important}.loans-issued-tenant-print-header .tenant-report-print-text h1{color:#000!important;margin:0!important;font-size:18px!important;font-weight:950!important;line-height:1.1!important;display:block!important}.loans-issued-tenant-print-header .tenant-report-print-text p{color:#333!important;margin:0!important;font-size:10px!important;line-height:1.2!important;display:block!important}@page{size:A4 landscape;margin:8mm}html,body{color:#000!important;background:#fff!important;width:100%!important;min-height:auto!important;font-size:10px!important;overflow:visible!important}.sidebar,.global-admin-sidebar,.topbar,.app-topbar,.mobile-topbar,.mobile-header,.mobile-app-brand,.mobile-bottom-nav,.bottom-nav,.app-bottom-nav,.mobile-nav,.app-mobile-nav,.sidebar-collapse-button,.theme-toggle,.theme-toggle-button,.logout-button,.print-hide,.report-filter-card,.report-title-actions,.report-actions,.dashboard-mobile-nav,.mobile-navigation,nav,aside,footer{visibility:hidden!important;display:none!important}.app-shell,.app-shell-collapsed,.global-admin-shell,.main-area,.app-main,.app-content,.content-area,main{color:#000!important;background:#fff!important;grid-template-columns:none!important;width:100%!important;max-width:none!important;min-height:auto!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.payment-report-page,.loan-report-page,.client-report-page,.responsible-report-page,.loans-issued-report-page{color:#000!important;background:#fff!important;gap:8px!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important}.payment-report-page .page-header,.loan-report-page .page-header,.client-report-page .page-header,.responsible-report-page .page-header,.loans-issued-report-page .page-header,.payment-report-page .report-page-header,.loan-report-page .report-page-header,.client-report-page .report-page-header,.responsible-report-page .report-page-header,.loans-issued-report-page .report-page-header{color:#000!important;box-shadow:none!important;background:#fff!important;border-bottom:1px solid #ddd!important;margin:0 0 8px!important;padding:0 0 6px!important;display:block!important}.payment-report-page .page-header h1,.loan-report-page .page-header h1,.client-report-page .page-header h1,.responsible-report-page .page-header h1,.loans-issued-report-page .page-header h1,.payment-report-page .report-page-header h1,.loan-report-page .report-page-header h1,.client-report-page .report-page-header h1,.responsible-report-page .report-page-header h1,.loans-issued-report-page .report-page-header h1{color:#000!important;margin:0!important;font-size:18px!important;font-weight:950!important;line-height:1.1!important}.payment-report-page .page-header p,.loan-report-page .page-header p,.client-report-page .page-header p,.responsible-report-page .page-header p,.loans-issued-report-page .page-header p,.payment-report-page .report-page-header p,.loan-report-page .report-page-header p,.client-report-page .report-page-header p,.responsible-report-page .report-page-header p,.loans-issued-report-page .report-page-header p{color:#333!important;margin:2px 0 0!important;font-size:10px!important;line-height:1.2!important}.tenant-report-print-logo,.report-company-logo,.report-company-logo.print-only,.loans-issued-tenant-print-header .tenant-report-print-logo{visibility:visible!important;object-fit:contain!important;width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important;display:block!important}.report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.payment-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;margin:0 0 8px!important;display:grid!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{color:#000!important;height:auto!important;min-height:0!important;box-shadow:none!important;break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:6px!important;padding:7px 8px!important}.metric-card span,.summary-card span,.report-summary-card span,.stat-card span,.report-stat-card span{color:#000!important;font-size:8px!important;font-weight:800!important;line-height:1.1!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{color:#000!important;font-size:13px!important;font-weight:950!important;line-height:1.05!important}.metric-card small,.summary-card small,.report-summary-card small,.stat-card small,.report-stat-card small{color:#333!important;font-size:8px!important;line-height:1.15!important}.panel,.card,.table-card,.report-table-card,.loans-issued-table-panel{color:#000!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;overflow:visible!important}.toolbar{color:#000!important;margin:0 0 5px!important;padding:0!important;font-size:10px!important}.table-wrapper{background:#fff!important;border:1px solid #ddd!important;border-radius:0!important;width:100%!important;overflow:visible!important}.data-table,table{border-collapse:collapse!important;table-layout:fixed!important;color:#000!important;background:#fff!important;width:100%!important;min-width:0!important;font-size:8px!important}.data-table th,.data-table td,table th,table td{color:#000!important;vertical-align:top!important;overflow-wrap:anywhere!important;word-break:normal!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:4px 5px!important}.data-table th,table th{text-transform:uppercase!important;color:#333!important;font-size:7px!important;font-weight:900!important}.data-table td strong,table td strong{color:#000!important;font-size:8px!important}.data-table td span,table td span,.cell-stack span{color:#333!important;font-size:7px!important}.badge{color:#000!important;white-space:nowrap!important;background:#fff!important;border:1px solid #999!important;border-radius:999px!important;padding:2px 5px!important;font-size:7px!important;display:inline-block!important}.page-stack>*{break-inside:avoid-page}.report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.payment-report-summary-grid,.loans-issued-summary-grid{break-inside:avoid!important;page-break-inside:avoid!important}.app-header,.app-header-actions,.topbar,.topbar-actions,.header-actions,.layout-header,.main-header,.mobile-header,.mobile-header-actions,.theme-toggle,.theme-toggle-button,.logout-button,.sidebar,.sidebar *,.mobile-bottom-nav,.bottom-nav,.app-mobile-nav,.mobile-nav,nav,aside,footer{visibility:hidden!important;display:none!important}.payment-report-page>.page-header,.loan-report-page>.page-header,.client-report-page>.page-header,.responsible-report-page>.page-header,.loans-issued-report-page>.page-header,.payment-report-page .report-page-header,.loan-report-page .report-page-header,.client-report-page .report-page-header,.responsible-report-page .report-page-header,.loans-issued-report-page .report-page-header,.payment-report-page>section.page-header,.loan-report-page>section.page-header,.client-report-page>section.page-header,.responsible-report-page>section.page-header,.loans-issued-report-page>section.page-header{visibility:hidden!important;border:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tenant-report-print-header,.loans-issued-tenant-print-header{visibility:visible!important;color:#000!important;background:#fff!important;border-bottom:1px solid #d1d5db!important;align-items:center!important;gap:10px!important;margin:0 0 8px!important;padding:0 0 8px!important;display:flex!important}.tenant-report-print-header *,.loans-issued-tenant-print-header *{visibility:visible!important}.tenant-report-print-logo,.loans-issued-tenant-print-header .tenant-report-print-logo{visibility:visible!important;object-fit:contain!important;width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important;display:block!important}.tenant-report-print-text,.loans-issued-tenant-print-header .tenant-report-print-text{color:#000!important;gap:2px!important;display:grid!important}.tenant-report-print-text strong,.loans-issued-tenant-print-header .tenant-report-print-text strong{color:#000!important;font-size:12px!important;font-weight:900!important;line-height:1.1!important}.tenant-report-print-text h1,.loans-issued-tenant-print-header .tenant-report-print-text h1{color:#000!important;margin:0!important;font-size:18px!important;font-weight:950!important;line-height:1.1!important}.tenant-report-print-text p,.loans-issued-tenant-print-header .tenant-report-print-text p{color:#333!important;margin:0!important;font-size:10px!important;line-height:1.2!important}.payment-report-page,.loan-report-page,.client-report-page,.responsible-report-page,.loans-issued-report-page,.app-content,.main-area,.content-area,main{margin-top:0!important;padding-top:0!important}.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;margin:0 0 8px!important;display:grid!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{color:#000!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:6px!important;padding:7px 8px!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{color:#000!important;font-size:13px!important}.metric-card span,.metric-card small,.summary-card span,.summary-card small,.report-summary-card span,.report-summary-card small,.stat-card span,.stat-card small,.report-stat-card span,.report-stat-card small{color:#333!important;font-size:8px!important}.payment-report-page .metric-card,.loan-report-page .metric-card,.client-report-page .metric-card,.responsible-report-page .metric-card,.loans-issued-report-page .metric-card,.payment-report-page .summary-card,.loan-report-page .summary-card,.client-report-page .summary-card,.responsible-report-page .summary-card,.loans-issued-report-page .summary-card,.payment-report-page .report-summary-card,.loan-report-page .report-summary-card,.client-report-page .report-summary-card,.responsible-report-page .report-summary-card,.loans-issued-report-page .report-summary-card,.payment-report-page .stat-card,.loan-report-page .stat-card,.client-report-page .stat-card,.responsible-report-page .stat-card,.loans-issued-report-page .stat-card,.payment-report-page .report-stat-card,.loan-report-page .report-stat-card,.client-report-page .report-stat-card,.responsible-report-page .report-stat-card,.loans-issued-report-page .report-stat-card,.payment-report-page .card,.loan-report-page .card,.client-report-page .card,.responsible-report-page .card,.loans-issued-report-page .card,.payment-report-page .panel,.loan-report-page .panel,.client-report-page .panel,.responsible-report-page .panel,.loans-issued-report-page .panel,.payment-report-page .table-wrapper,.loan-report-page .table-wrapper,.client-report-page .table-wrapper,.responsible-report-page .table-wrapper,.loans-issued-report-page .table-wrapper,.payment-report-page .data-table,.loan-report-page .data-table,.client-report-page .data-table,.responsible-report-page .data-table,.loans-issued-report-page .data-table,.payment-report-page table,.loan-report-page table,.client-report-page table,.responsible-report-page table,.loans-issued-report-page table{border-radius:0!important}.payment-report-page .metric-card,.loan-report-page .metric-card,.client-report-page .metric-card,.responsible-report-page .metric-card,.loans-issued-report-page .metric-card,.payment-report-page .summary-card,.loan-report-page .summary-card,.client-report-page .summary-card,.responsible-report-page .summary-card,.loans-issued-report-page .summary-card,.payment-report-page .report-summary-card,.loan-report-page .report-summary-card,.client-report-page .report-summary-card,.responsible-report-page .report-summary-card,.loans-issued-report-page .report-summary-card{box-shadow:none!important;border:1px solid #d1d5db!important}.payment-report-page .table-wrapper,.loan-report-page .table-wrapper,.client-report-page .table-wrapper,.responsible-report-page .table-wrapper,.loans-issued-report-page .table-wrapper{border:1px solid #d1d5db!important}.payment-report-page .badge,.loan-report-page .badge,.client-report-page .badge,.responsible-report-page .badge,.loans-issued-report-page .badge{border-radius:2px!important}}.report-filter-card{background:radial-gradient(circle at top right, #2dd4bf14, transparent 32%), var(--mp-surface,#111827)!important;border:1px solid #94a3b82e!important;border-radius:1.25rem!important;padding:1.35rem 1.5rem!important}.report-filter-card .section-title h2{margin:0!important;font-size:1.25rem!important}.report-filter-card .section-title p{color:var(--mp-muted,#94a3b8)!important;margin-top:.25rem!important;font-size:.86rem!important}.report-filter-card .section-title svg{color:#2dd4bf!important}.report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid{grid-template-columns:repeat(3,minmax(220px,1fr))!important;align-items:end!important;gap:1rem!important;display:grid!important}.report-filters-grid .form-field,.loan-report-filters-grid .form-field,.client-report-filters-grid .form-field,.responsible-report-filters-grid .form-field,.loans-issued-filters-panel .form-field{gap:.45rem!important;display:grid!important}.report-filters-grid .form-field span,.loan-report-filters-grid .form-field span,.client-report-filters-grid .form-field span,.responsible-report-filters-grid .form-field span,.loans-issued-filters-panel .form-field span{color:var(--mp-text,#f8fafc)!important;font-size:.78rem!important;font-weight:850!important}.report-filters-grid input,.report-filters-grid select,.loan-report-filters-grid input,.loan-report-filters-grid select,.client-report-filters-grid input,.client-report-filters-grid select,.responsible-report-filters-grid input,.responsible-report-filters-grid select,.loans-issued-filters-panel input,.loans-issued-filters-panel select{border-radius:.85rem!important;min-height:2.75rem!important;font-weight:750!important}.report-filter-card .button,.loans-issued-filters-panel .button{border-radius:.85rem!important;min-height:2.75rem!important;font-weight:900!important}.report-filter-card .button.button-ghost,.report-filter-card .button.button-secondary{background:#1e293bc7!important;border:1px solid #94a3b82e!important}.report-filter-card .button.button-ghost:hover,.report-filter-card .button.button-secondary:hover{background:#2dd4bf1f!important;border-color:#2dd4bf59!important}.report-checkbox-field{background:#02061747!important;border:1px solid #94a3b82e!important;border-radius:.85rem!important;align-items:center!important;gap:.55rem!important;min-height:2.75rem!important;padding:.7rem .85rem!important;font-weight:800!important;display:flex!important}.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1rem!important;display:grid!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{background:linear-gradient(135deg, #0f172af5, #111827fa), var(--mp-surface,#111827)!important;border:1px solid #94a3b82e!important;border-radius:1.15rem!important;min-height:6.6rem!important;padding:1rem 1.15rem!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 38px #0206172e!important}.metric-card:after,.summary-card:after,.report-summary-card:after,.stat-card:after,.report-stat-card:after{content:""!important;pointer-events:none!important;background:#2dd4bf14!important;border-radius:999px!important;width:6rem!important;height:6rem!important;position:absolute!important;inset:auto -2.5rem -2.5rem auto!important}.metric-card span,.summary-card span,.report-summary-card span,.stat-card span,.report-stat-card span{color:#bfdbfe!important;margin-bottom:.45rem!important;font-size:.78rem!important;font-weight:850!important;display:block!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;font-size:1.65rem!important;font-weight:950!important;line-height:1.1!important;display:block!important}.metric-card small,.summary-card small,.report-summary-card small,.stat-card small,.report-stat-card small{color:var(--mp-muted,#94a3b8)!important;margin-top:.45rem!important;font-size:.78rem!important;font-weight:700!important;display:block!important}.report-summary-grid>article:first-child,.payment-report-summary-grid>article:first-child,.loan-report-summary-grid>article:first-child,.client-report-summary-grid>article:first-child,.responsible-report-summary-grid>article:first-child,.loans-issued-summary-grid>article:first-child{background:linear-gradient(135deg, #0d94882e, #111827fa), var(--mp-surface,#111827)!important;border-color:#2dd4bf52!important}.payment-report-page .panel,.loan-report-page .panel,.client-report-page .panel,.responsible-report-page .panel,.loans-issued-report-page .panel{border-radius:1.15rem!important}.payment-report-page .table-wrapper,.loan-report-page .table-wrapper,.client-report-page .table-wrapper,.responsible-report-page .table-wrapper,.loans-issued-report-page .table-wrapper{border-radius:1rem!important;overflow:auto!important}@media (width<=1180px){.report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid,.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.report-filter-card{padding:1rem!important}.report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid,.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:1fr!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{min-height:5.6rem!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{font-size:1.45rem!important}}@media print{.report-filter-card{display:none!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{box-shadow:none!important;background:#fff!important;border-radius:0!important}.metric-card:after,.summary-card:after,.report-summary-card:after,.stat-card:after,.report-stat-card:after{display:none!important}}.payment-report-page .page-header,.loan-report-page .page-header,.client-report-page .page-header,.responsible-report-page .page-header,.loans-issued-report-page .page-header,.payment-report-page .report-page-header,.loan-report-page .report-page-header,.client-report-page .report-page-header,.responsible-report-page .report-page-header,.loans-issued-report-page .report-page-header{margin-bottom:.85rem!important}.payment-report-page .page-header h1,.loan-report-page .page-header h1,.client-report-page .page-header h1,.responsible-report-page .page-header h1,.loans-issued-report-page .page-header h1,.payment-report-page .report-page-header h1,.loan-report-page .report-page-header h1,.client-report-page .report-page-header h1,.responsible-report-page .report-page-header h1,.loans-issued-report-page .report-page-header h1{font-size:1.55rem!important;line-height:1.15!important}.payment-report-page .page-header p,.loan-report-page .page-header p,.client-report-page .page-header p,.responsible-report-page .page-header p,.loans-issued-report-page .page-header p,.payment-report-page .report-page-header p,.loan-report-page .report-page-header p,.client-report-page .report-page-header p,.responsible-report-page .report-page-header p,.loans-issued-report-page .report-page-header p{font-size:.86rem!important}.report-filter-card{border-radius:1rem!important;padding:1rem 1.15rem!important}.report-filter-card .section-title{margin-bottom:.85rem!important}.report-filter-card .section-title h2{font-size:1.05rem!important}.report-filter-card .section-title p{font-size:.78rem!important}.report-filter-card .section-title svg{width:18px!important;height:18px!important}.report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid{gap:.75rem!important}.report-filters-grid .form-field,.loan-report-filters-grid .form-field,.client-report-filters-grid .form-field,.responsible-report-filters-grid .form-field,.loans-issued-filters-panel .form-field{gap:.32rem!important}.report-filters-grid .form-field span,.loan-report-filters-grid .form-field span,.client-report-filters-grid .form-field span,.responsible-report-filters-grid .form-field span,.loans-issued-filters-panel .form-field span{font-size:.72rem!important}.report-filters-grid input,.report-filters-grid select,.loan-report-filters-grid input,.loan-report-filters-grid select,.client-report-filters-grid input,.client-report-filters-grid select,.responsible-report-filters-grid input,.responsible-report-filters-grid select,.loans-issued-filters-panel input,.loans-issued-filters-panel select{border-radius:.7rem!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .8rem!important;font-size:.82rem!important}.report-filter-card .button,.loans-issued-filters-panel .button{border-radius:.7rem!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .95rem!important;font-size:.82rem!important}.report-filter-card .button svg,.loans-issued-filters-panel .button svg{width:16px!important;height:16px!important}.report-checkbox-field{border-radius:.7rem!important;height:2.35rem!important;min-height:2.35rem!important;padding:.45rem .75rem!important;font-size:.8rem!important}.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{gap:.75rem!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{border-radius:.9rem!important;min-height:4.6rem!important;padding:.75rem .9rem!important}.metric-card:after,.summary-card:after,.report-summary-card:after,.stat-card:after,.report-stat-card:after{width:4.5rem!important;height:4.5rem!important}.metric-card span,.summary-card span,.report-summary-card span,.stat-card span,.report-stat-card span{margin-bottom:.28rem!important;font-size:.7rem!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{font-size:1.35rem!important}.metric-card small,.summary-card small,.report-summary-card small,.stat-card small,.report-stat-card small{margin-top:.25rem!important;font-size:.7rem!important}.payment-report-page .panel,.loan-report-page .panel,.client-report-page .panel,.responsible-report-page .panel,.loans-issued-report-page .panel{border-radius:1rem!important;padding:1rem!important}.payment-report-page .toolbar,.loan-report-page .toolbar,.client-report-page .toolbar,.responsible-report-page .toolbar,.loans-issued-report-page .toolbar{margin-bottom:.65rem!important;font-size:.86rem!important}.payment-report-page .data-table th,.loan-report-page .data-table th,.client-report-page .data-table th,.responsible-report-page .data-table th,.loans-issued-report-page .data-table th,.payment-report-page .data-table td,.loan-report-page .data-table td,.client-report-page .data-table td,.responsible-report-page .data-table td,.loans-issued-report-page .data-table td{padding-top:.65rem!important;padding-bottom:.65rem!important}@media (width<=720px){.report-filter-card{padding:.9rem!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{min-height:4.2rem!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{font-size:1.2rem!important}}@media (width>=1181px){.payment-report-page .report-filters-grid,.loan-report-page .report-filters-grid,.client-report-page .report-filters-grid,.responsible-report-page .report-filters-grid,.loans-issued-report-page .report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;align-items:end!important;gap:.7rem!important;display:grid!important}.payment-report-page .report-filter-card .button,.loan-report-page .report-filter-card .button,.client-report-page .report-filter-card .button,.responsible-report-page .report-filter-card .button,.loans-issued-report-page .report-filter-card .button,.payment-report-page .report-checkbox-field,.loan-report-page .report-checkbox-field,.client-report-page .report-checkbox-field,.responsible-report-page .report-checkbox-field,.loans-issued-report-page .report-checkbox-field{width:100%!important}.payment-report-page .report-filters-grid{grid-template-columns:minmax(135px,.8fr) minmax(135px,.8fr) minmax(170px,1fr) minmax(170px,1fr) auto auto!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(135px,.75fr) minmax(170px,1fr) minmax(170px,1fr) minmax(120px,.7fr) auto auto!important}.client-report-page .client-report-filters-grid{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(135px,.75fr) minmax(170px,1fr) minmax(170px,1fr) minmax(120px,.7fr) auto auto!important}.responsible-report-page .responsible-report-filters-grid{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(135px,.75fr) minmax(170px,1fr) minmax(120px,.7fr) auto auto!important}.loans-issued-report-page .report-filters-grid{grid-template-columns:minmax(135px,.8fr) minmax(135px,.8fr) minmax(190px,1fr) auto!important}.report-filters-grid input,.report-filters-grid select,.loan-report-filters-grid input,.loan-report-filters-grid select,.client-report-filters-grid input,.client-report-filters-grid select,.responsible-report-filters-grid input,.responsible-report-filters-grid select,.loans-issued-filters-panel input,.loans-issued-filters-panel select{height:2.25rem!important;min-height:2.25rem!important;padding:0 .65rem!important;font-size:.78rem!important}.report-filter-card .button,.loans-issued-filters-panel .button,.report-checkbox-field{white-space:nowrap!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .7rem!important;font-size:.78rem!important}.report-filter-card .section-title{margin-bottom:.7rem!important}.report-filter-card{padding:.9rem 1rem!important}.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:.7rem!important;display:grid!important}.payment-report-page .report-summary-grid,.payment-report-page .payment-report-summary-grid,.loans-issued-report-page .report-summary-grid,.loans-issued-report-page .loans-issued-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid,.responsible-report-page .report-summary-grid,.responsible-report-page .responsible-report-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.metric-card,.summary-card,.report-summary-card,.stat-card,.report-stat-card{min-height:4.2rem!important;padding:.65rem .75rem!important}.metric-card span,.summary-card span,.report-summary-card span,.stat-card span,.report-stat-card span{margin-bottom:.18rem!important;font-size:.66rem!important}.metric-card strong,.summary-card strong,.report-summary-card strong,.stat-card strong,.report-stat-card strong{font-size:1.2rem!important;line-height:1.05!important}.metric-card small,.summary-card small,.report-summary-card small,.stat-card small,.report-stat-card small{margin-top:.18rem!important;font-size:.66rem!important}}@media (width>=721px) and (width<=1180px){.report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid,.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.report-filters-grid,.loan-report-filters-grid,.client-report-filters-grid,.responsible-report-filters-grid,.loans-issued-filters-panel .report-filters-grid,.report-summary-grid,.payment-report-summary-grid,.loan-report-summary-grid,.client-report-summary-grid,.responsible-report-summary-grid,.loans-issued-summary-grid{grid-template-columns:1fr!important}}@media (width>=1181px){.payment-report-page .report-filters-grid>*,.loan-report-page .report-filters-grid>*,.client-report-page .report-filters-grid>*,.responsible-report-page .report-filters-grid>*,.loans-issued-report-page .report-filters-grid>*,.loan-report-page .loan-report-filters-grid>*,.client-report-page .client-report-filters-grid>*,.responsible-report-page .responsible-report-filters-grid>*{align-self:end!important;min-width:0!important}.payment-report-page .report-filter-card .button,.loan-report-page .report-filter-card .button,.client-report-page .report-filter-card .button,.responsible-report-page .report-filter-card .button,.loans-issued-report-page .report-filter-card .button,.loans-issued-report-page .loans-issued-filters-panel .button{white-space:nowrap!important;justify-content:center!important;width:auto!important;min-width:7rem!important}.payment-report-page .report-filter-card .form-actions,.loan-report-page .report-filter-card .form-actions,.client-report-page .report-filter-card .form-actions,.responsible-report-page .report-filter-card .form-actions,.loans-issued-report-page .report-filter-card .form-actions,.payment-report-page .report-filter-card .filter-actions,.loan-report-page .report-filter-card .filter-actions,.client-report-page .report-filter-card .filter-actions,.responsible-report-page .report-filter-card .filter-actions,.loans-issued-report-page .report-filter-card .filter-actions{grid-column:auto!important;align-items:end!important;gap:.55rem!important;width:auto!important;display:flex!important}.payment-report-page .report-filters-grid>button,.loan-report-page .report-filters-grid>button,.client-report-page .report-filters-grid>button,.responsible-report-page .report-filters-grid>button,.loans-issued-report-page .report-filters-grid>button{align-self:end!important}.payment-report-page .report-filters-grid{grid-template-columns:minmax(125px,.8fr) minmax(125px,.8fr) minmax(160px,1fr) minmax(160px,1fr) minmax(92px,auto) minmax(108px,auto)!important}.loans-issued-report-page .report-filters-grid{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(180px,1fr) minmax(115px,auto)!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(112px,.7fr) minmax(112px,.7fr) minmax(112px,.7fr) minmax(112px,.7fr) minmax(110px,.65fr) minmax(145px,.9fr) minmax(145px,.9fr) minmax(105px,auto) minmax(92px,auto) minmax(108px,auto)!important}.client-report-page .client-report-filters-grid{grid-template-columns:minmax(115px,.75fr) minmax(115px,.75fr) minmax(110px,.65fr) minmax(150px,.9fr) minmax(150px,.9fr) minmax(105px,auto) minmax(92px,auto) minmax(108px,auto)!important}.responsible-report-page .responsible-report-filters-grid{grid-template-columns:minmax(120px,.8fr) minmax(120px,.8fr) minmax(115px,.7fr) minmax(165px,1fr) minmax(105px,auto) minmax(92px,auto) minmax(108px,auto)!important}.report-checkbox-field{white-space:nowrap!important;justify-content:center!important;width:auto!important;min-width:105px!important}}@media (width>=1500px){.payment-report-page .report-filters-grid{grid-template-columns:minmax(150px,.85fr) minmax(150px,.85fr) minmax(220px,1.1fr) minmax(220px,1.1fr) minmax(100px,auto) minmax(120px,auto)!important}.loans-issued-report-page .report-filters-grid{grid-template-columns:minmax(160px,.85fr) minmax(160px,.85fr) minmax(260px,1.2fr) minmax(120px,auto)!important}}@media (width>=1181px){.payment-report-page .report-filters-grid{grid-template-columns:minmax(140px,.8fr) minmax(140px,.8fr) minmax(180px,1fr) minmax(180px,1fr) minmax(230px,auto)!important;align-items:end!important}.payment-report-page .report-filters-grid>div:last-child,.payment-report-page .report-filters-grid>.form-actions,.payment-report-page .report-filters-grid>.filter-actions,.payment-report-page .report-filters-grid>.report-filter-actions{grid-column:auto!important;justify-content:flex-start!important;align-self:end!important;align-items:end!important;gap:.55rem!important;width:auto!important;min-width:220px!important;display:flex!important}.payment-report-page .report-filters-grid>div:last-child .button,.payment-report-page .report-filters-grid>.form-actions .button,.payment-report-page .report-filters-grid>.filter-actions .button,.payment-report-page .report-filters-grid>.report-filter-actions .button{white-space:nowrap!important;width:auto!important;min-width:6.6rem!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .85rem!important}.payment-report-page .report-filters-grid>button{align-self:end!important;width:auto!important;min-width:6.6rem!important;height:2.35rem!important;min-height:2.35rem!important}}@media (width>=1500px){.payment-report-page .report-filters-grid{grid-template-columns:minmax(160px,.8fr) minmax(160px,.8fr) minmax(230px,1fr) minmax(230px,1fr) minmax(240px,auto)!important}}.payment-report-page .table-wrapper{overflow-x:hidden!important}.payment-report-page .data-table th,.payment-report-page .data-table td{vertical-align:top!important}.payment-report-page .data-table th:nth-child(4),.payment-report-page .data-table td:nth-child(4),.payment-report-page .data-table th:nth-child(5),.payment-report-page .data-table td:nth-child(5){width:7.5rem!important}.payment-report-page .data-table th:nth-child(9),.payment-report-page .data-table td:nth-child(9){width:auto!important;max-width:22rem!important}.payment-report-page .data-table td{padding-top:.75rem!important;padding-bottom:.75rem!important}@media (width<=1100px){.payment-report-page .table-wrapper{overflow-x:auto!important}.payment-report-page .data-table{min-width:980px!important}}@media print{.payment-report-page .table-wrapper{overflow:visible!important}.payment-report-page .data-table{table-layout:fixed!important}.payment-report-page .data-table td:nth-child(9){-webkit-line-clamp:unset!important;word-break:break-word!important;font-size:7px!important;line-height:1.15!important;display:table-cell!important;overflow:visible!important}}.report-period-text{color:var(--mp-muted,#94a3b8);margin:-.5rem 0 .75rem;font-size:.9rem;font-weight:650}@media print{.report-period-text{display:none!important}}.loans-issued-report-page .loans-issued-filters-panel{padding:1rem 1.15rem!important}.loans-issued-report-page .loans-issued-filters-panel .section-title{margin-bottom:.85rem!important}.loans-issued-report-page .loans-issued-report-filters-grid{grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(260px,1.2fr) minmax(120px,auto)!important;align-items:end!important;gap:.75rem!important;display:grid!important}.loans-issued-report-page .loans-issued-report-filters-grid .form-field{gap:.32rem!important;display:grid!important}.loans-issued-report-page .loans-issued-report-filters-grid input,.loans-issued-report-page .loans-issued-report-filters-grid select{border-radius:.7rem!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .8rem!important;font-size:.82rem!important;font-weight:750!important}.loans-issued-report-page .loans-issued-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;width:auto!important;min-width:7.5rem!important;height:2.35rem!important;min-height:2.35rem!important;font-size:.82rem!important;font-weight:900!important}@media (width<=1180px){.loans-issued-report-page .loans-issued-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loans-issued-report-page .loans-issued-report-filters-grid{grid-template-columns:1fr!important}.loans-issued-report-page .loans-issued-report-filters-grid .button{width:100%!important}}@media print{.loans-issued-report-page .loans-issued-filters-panel{display:none!important}}@media (width>=1181px){.loans-issued-report-page .loans-issued-filters-panel{width:100%!important}.loans-issued-report-page .loans-issued-report-filters-grid{grid-template-columns:minmax(120px,.75fr) minmax(120px,.75fr) minmax(160px,1fr) minmax(160px,1fr) 92px 108px!important;align-items:end!important;gap:.6rem!important;width:100%!important;display:grid!important}.loans-issued-report-page .loans-issued-report-filters-grid>*{grid-column:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.loans-issued-report-page .loans-issued-report-filters-grid .form-field{min-width:0!important}.loans-issued-report-page .loans-issued-report-filters-grid input,.loans-issued-report-page .loans-issued-report-filters-grid select{width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .65rem!important;font-size:.78rem!important}.loans-issued-report-page .loans-issued-report-filters-grid .button{white-space:nowrap!important;justify-content:center!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .55rem!important;font-size:.78rem!important}.loans-issued-report-page .loans-issued-report-filters-grid .button svg{width:15px!important;height:15px!important}}@media (width>=1500px){.loans-issued-report-page .loans-issued-report-filters-grid{grid-template-columns:minmax(140px,.8fr) minmax(140px,.8fr) minmax(200px,1fr) minmax(200px,1fr) 100px 120px!important}}.loans-issued-report-page .loans-issued-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:.75rem!important;display:grid!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card{grid-template-columns:1fr!important;align-content:center!important;gap:.22rem!important;min-height:4.8rem!important;padding:.75rem .85rem!important;display:grid!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card span{color:#bfdbfe!important;white-space:nowrap!important;margin:0!important;font-size:.68rem!important;font-weight:850!important;line-height:1.05!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;white-space:nowrap!important;margin:0!important;font-size:1.35rem!important;font-weight:950!important;line-height:1.05!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card small{color:#94a3b8!important;margin:0!important;font-size:.68rem!important;font-weight:700!important;line-height:1.15!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card:last-child strong{font-size:1.28rem!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card:after{opacity:.9!important;width:4.2rem!important;height:4.2rem!important}@media (width<=1180px){.loans-issued-report-page .loans-issued-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loans-issued-report-page .loans-issued-summary-grid{grid-template-columns:1fr!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card{min-height:4.4rem!important}}@media print{.loans-issued-report-page .loans-issued-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card{min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:6px 7px!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card span{color:#000!important;white-space:normal!important;font-size:8px!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card strong{color:#000!important;white-space:nowrap!important;font-size:13px!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card small{color:#333!important;font-size:8px!important}}.payment-report-page .panel{border-radius:1rem!important;padding:1rem!important}.payment-report-page .table-wrapper{border-radius:.9rem!important;overflow-x:hidden!important}.payment-report-page .data-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.payment-report-page .data-table th,.payment-report-page .data-table td{vertical-align:top!important;padding:.85rem 1rem!important}.payment-report-page .data-table th:first-child,.payment-report-page .data-table td:first-child{width:8.5rem!important}.payment-report-page .data-table th:nth-child(2),.payment-report-page .data-table td:nth-child(2){width:14rem!important}.payment-report-page .data-table th:nth-child(3),.payment-report-page .data-table td:nth-child(3){width:13rem!important}.payment-report-page .data-table th:nth-child(4),.payment-report-page .data-table td:nth-child(4),.payment-report-page .data-table th:nth-child(5),.payment-report-page .data-table td:nth-child(5){width:7.5rem!important}.payment-report-page .data-table th:nth-child(6),.payment-report-page .data-table td:nth-child(6),.payment-report-page .data-table th:nth-child(7),.payment-report-page .data-table td:nth-child(7),.payment-report-page .data-table th:nth-child(8),.payment-report-page .data-table td:nth-child(8){text-align:right!important;white-space:nowrap!important;width:7.8rem!important}.payment-report-page .data-table th:nth-child(9),.payment-report-page .data-table td:nth-child(9){width:auto!important;min-width:0!important}.payment-report-page .data-table td:nth-child(9){color:#cbd5e1!important;-webkit-line-clamp:2!important;word-break:break-word!important;-webkit-box-orient:vertical!important;font-size:.86rem!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.payment-report-page .data-table tbody tr{min-height:3.8rem!important}.payment-report-page .data-table tbody td{border-bottom:1px solid #94a3b81f!important}.payment-report-page .data-table td:nth-child(2),.payment-report-page .data-table td:nth-child(6),.payment-report-page .data-table td:nth-child(7),.payment-report-page .data-table td:nth-child(8){font-weight:850!important}@media (width<=1180px){.payment-report-page .table-wrapper{overflow-x:auto!important}.payment-report-page .data-table{min-width:1050px!important}}@media print{.payment-report-page .table-wrapper{border-radius:0!important;overflow:visible!important}.payment-report-page .data-table{table-layout:fixed!important;min-width:0!important}.payment-report-page .data-table th,.payment-report-page .data-table td{padding:4px 5px!important}.payment-report-page .data-table td:nth-child(9){-webkit-line-clamp:unset!important;word-break:break-word!important;font-size:7px!important;line-height:1.15!important;display:table-cell!important;overflow:visible!important}}.payment-report-page .report-table th:nth-child(3),.payment-report-page .report-table td:nth-child(3){width:14rem!important}.payment-report-page .report-table th:nth-child(6),.payment-report-page .report-table td:nth-child(6),.payment-report-page .report-table th:nth-child(7),.payment-report-page .report-table td:nth-child(7),.payment-report-page .report-table th:nth-child(8),.payment-report-page .report-table td:nth-child(8){text-align:right!important;white-space:nowrap!important;width:9rem!important}.payment-report-page .report-table tbody tr:not(.payment-report-note-row) td{border-bottom:0!important}.payment-report-page .payment-report-note-row td{color:#94a3b8!important;border-bottom:1px solid #94a3b81f!important;padding:0 1rem .85rem!important;font-size:.82rem!important;line-height:1.35!important}.payment-report-page .payment-report-note-row strong{color:#cbd5e1!important;font-weight:850!important}.payment-report-page .report-table .cell-stack span{color:#93c5fd;font-size:.78rem;font-weight:650}@media (width<=1180px){.payment-report-page .report-table-wrapper{overflow-x:auto!important}.payment-report-page .report-table{min-width:980px!important}}@media print{.payment-report-page .report-table-wrapper{border-radius:0!important;overflow:visible!important}.payment-report-page .report-table{table-layout:fixed!important;min-width:0!important}.payment-report-page .report-table th,.payment-report-page .report-table td{padding:4px 5px!important}.payment-report-page .payment-report-note-row td{color:#333!important;padding:0 5px 4px!important;font-size:7px!important;line-height:1.15!important}.payment-report-page .payment-report-note-row strong{color:#000!important}}.payment-report-page .report-table-wrapper{border-radius:.9rem!important;overflow-x:hidden!important}.payment-report-page .report-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.payment-report-page .report-table th,.payment-report-page .report-table td{vertical-align:top!important;padding:.85rem 1rem!important}.payment-report-page .report-table tbody tr td{border-bottom:1px solid #94a3b81f!important}.payment-report-page .report-table th:nth-child(2),.payment-report-page .report-table td:nth-child(2),.payment-report-page .report-table th:nth-child(3),.payment-report-page .report-table td:nth-child(3){width:15rem!important}.payment-report-page .report-table th:nth-child(4),.payment-report-page .report-table td:nth-child(4),.payment-report-page .report-table th:nth-child(5),.payment-report-page .report-table td:nth-child(5){width:9rem!important}.payment-report-page .report-table .client-cell{font-weight:850!important}.payment-report-page .report-table .cell-stack strong{color:#f8fafc!important;font-weight:900!important}.payment-report-page .report-table .cell-stack span{color:#93c5fd!important;overflow-wrap:anywhere!important;font-size:.78rem!important;font-weight:650!important}@media (width<=1180px){.payment-report-page .report-table-wrapper{overflow-x:auto!important}.payment-report-page .report-table{min-width:980px!important}}@media print{.payment-report-page .report-table-wrapper{border-radius:0!important;overflow:visible!important}.payment-report-page .report-table{table-layout:fixed!important;min-width:0!important}.payment-report-page .report-table th,.payment-report-page .report-table td{padding:4px 5px!important}.payment-report-page .report-table .cell-stack strong,.payment-report-page .report-table .client-cell,.payment-report-page .report-table .numeric-cell{color:#000!important}.payment-report-page .report-table .cell-stack span{color:#333!important;font-size:7px!important}}:is(.payment-report-page .report-table-card,.payment-report-page .card:has(.report-table-wrapper)){background:#111827!important;border:1px solid #94a3b82e!important;border-radius:1rem!important;padding:1rem!important}.payment-report-page .report-table-wrapper{background:#0f172a!important;border:1px solid #94a3b824!important;border-radius:.9rem!important;width:100%!important;overflow-x:hidden!important}.payment-report-page .report-table{table-layout:fixed!important;border-collapse:collapse!important;background:#0f172a!important;width:100%!important;min-width:0!important}.payment-report-page .report-table thead{background:#020617!important}.payment-report-page .report-table th{color:#dbeafe!important;text-transform:uppercase!important;letter-spacing:.02em!important;white-space:nowrap!important;text-align:left!important;border-bottom:1px solid #94a3b824!important;padding:.85rem 1rem!important;font-size:.72rem!important;font-weight:900!important}.payment-report-page .report-table td{color:#f8fafc!important;vertical-align:top!important;text-align:left!important;border-bottom:1px solid #94a3b81f!important;padding:.95rem 1rem!important;font-size:.9rem!important;font-weight:650!important}.payment-report-page .report-table tbody tr:last-child td{border-bottom:0!important}.payment-report-page .report-table th:first-child,.payment-report-page .report-table td:first-child{width:20rem!important}.payment-report-page .report-table th:nth-child(2),.payment-report-page .report-table td:nth-child(2),.payment-report-page .report-table th:nth-child(3),.payment-report-page .report-table td:nth-child(3){width:16rem!important}.payment-report-page .report-table th:nth-child(4),.payment-report-page .report-table td:nth-child(4),.payment-report-page .report-table th:nth-child(5),.payment-report-page .report-table td:nth-child(5){width:9rem!important}.payment-report-page .report-table th:nth-child(6),.payment-report-page .report-table td:nth-child(6),.payment-report-page .report-table th:nth-child(7),.payment-report-page .report-table td:nth-child(7),.payment-report-page .report-table th:nth-child(8),.payment-report-page .report-table td:nth-child(8){text-align:right!important;white-space:nowrap!important;width:10rem!important;font-weight:850!important}.payment-report-page .report-table .client-cell{color:#f8fafc!important;font-weight:850!important}.payment-report-page .report-table .cell-stack{gap:.25rem!important;display:grid!important}.payment-report-page .report-table .cell-stack strong{color:#f8fafc!important;font-size:.9rem!important;font-weight:900!important;line-height:1.1!important}.payment-report-page .report-table .cell-stack span{color:#93c5fd!important;overflow-wrap:anywhere!important;font-size:.78rem!important;font-weight:650!important;line-height:1.2!important}.payment-report-page .report-table .notes-cell,.payment-report-page .payment-report-note-row{display:none!important}@media (width>=1181px){.payment-report-page .report-table-wrapper{overflow-x:hidden!important}.payment-report-page .report-table{min-width:0!important}}@media (width<=1180px){.payment-report-page .report-table-wrapper{overflow-x:auto!important}.payment-report-page .report-table{min-width:980px!important}}@media print{.payment-report-page .report-table-card,.payment-report-page .report-table-wrapper,.payment-report-page .report-table,.payment-report-page .report-table thead{color:#000!important;box-shadow:none!important;background:#fff!important;border-radius:0!important}.payment-report-page .card:has(.report-table-wrapper){color:#000!important;box-shadow:none!important;background:#fff!important;border-radius:0!important}.payment-report-page .report-table-wrapper{border:1px solid #d1d5db!important;overflow:visible!important}.payment-report-page .report-table{table-layout:fixed!important;min-width:0!important}.payment-report-page .report-table th,.payment-report-page .report-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:4px 5px!important;font-size:8px!important}.payment-report-page .report-table .cell-stack strong,.payment-report-page .report-table .client-cell,.payment-report-page .report-table .numeric-cell{color:#000!important}.payment-report-page .report-table .cell-stack span{color:#333!important;font-size:7px!important}}.payment-report-page .report-table-wrapper{scrollbar-width:thin;overflow:auto hidden!important}.payment-report-page .report-table{min-width:1180px!important}@media (width>=1181px){.payment-report-page .report-table-wrapper{overflow-x:auto!important}.payment-report-page .report-table{min-width:1180px!important}}@media print{.payment-report-page .report-table-wrapper{overflow:visible!important}.payment-report-page .report-table{min-width:0!important}}.loan-report-page .report-filter-card .section-title{margin-bottom:.85rem!important}@media (width>=1181px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(112px,.75fr) minmax(112px,.75fr) minmax(112px,.75fr) minmax(112px,.75fr) minmax(105px,.7fr) minmax(145px,.95fr) minmax(145px,.95fr) minmax(130px,auto) minmax(92px,auto) minmax(108px,auto)!important}.loan-report-page .loan-report-filters-grid>*{grid-column:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.32rem!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.7rem!important;line-height:1.05!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.7rem!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .62rem!important;font-size:.76rem!important;font-weight:750!important}.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .55rem!important;font-size:.78rem!important;font-weight:900!important}.loan-report-page .loan-report-filters-grid .button svg{width:15px!important;height:15px!important}.loan-report-page .report-checkbox-field{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .65rem!important;font-size:.76rem!important}.loan-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(125px,.75fr) minmax(125px,.75fr) minmax(125px,.75fr) minmax(125px,.75fr) minmax(120px,.7fr) minmax(180px,1fr) minmax(180px,1fr) minmax(140px,auto) minmax(100px,auto) minmax(120px,auto)!important}}@media (width>=721px) and (width<=1180px){.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}.loan-report-page .loan-report-filters-grid .button,.loan-report-page .report-checkbox-field{width:100%!important}}@media print{.loan-report-page .report-filter-card{display:none!important}}.loan-report-page .report-filter-card{padding:1rem 1.15rem!important}.loan-report-page .loan-report-filters-grid{align-items:end!important;gap:.65rem!important;display:grid!important}@media (width>=1181px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(125px,.75fr) minmax(190px,1fr) minmax(190px,1fr) minmax(150px,auto) minmax(105px,auto) minmax(120px,auto)!important}.loan-report-page .loan-report-filters-grid>*{align-self:end!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.32rem!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.7rem!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.7rem!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .65rem!important;font-size:.78rem!important;font-weight:750!important}.loan-report-page .report-checkbox-field{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .65rem!important;font-size:.78rem!important}.loan-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;min-width:0!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .7rem!important;font-size:.78rem!important;font-weight:900!important}.loan-report-page .loan-report-filters-grid .button svg{width:15px!important;height:15px!important}}@media (width>=721px) and (width<=1180px){.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}.loan-report-page .loan-report-filters-grid .button,.loan-report-page .report-checkbox-field{width:100%!important}}@media (width>=1181px){.loan-report-page .loan-report-filters-grid>div:last-child:has(.button){align-items:end!important;gap:.55rem!important;width:100%!important;display:flex!important}.loan-report-page .loan-report-filters-grid>div:last-child:has(.button) .button{flex:1 1 0!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(130px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(120px,.75fr) minmax(180px,1fr) minmax(180px,1fr)!important;align-items:end!important;gap:.7rem!important;display:grid!important}.loan-report-page .loan-report-filters-grid>*{width:100%!important;min-width:0!important}.loan-report-page .loan-report-filters-grid>:nth-child(8){grid-area:2/5/auto/6!important}.loan-report-page .loan-report-filters-grid>:nth-child(9){grid-area:2/6/auto/7!important}.loan-report-page .loan-report-filters-grid>:nth-child(10){grid-area:2/7/auto/8!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.7rem!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .7rem!important;font-size:.78rem!important;font-weight:750!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.32rem!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.72rem!important;line-height:1.05!important}.loan-report-page .report-checkbox-field,.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .8rem!important;font-size:.78rem!important;font-weight:900!important}.loan-report-page .report-checkbox-field{min-width:0!important}.loan-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button svg{width:15px!important;height:15px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(145px,.8fr) minmax(145px,.8fr) minmax(145px,.8fr) minmax(145px,.8fr) minmax(135px,.75fr) minmax(220px,1fr) minmax(220px,1fr)!important}}@media (width<=1180px){.loan-report-page .loan-report-filters-grid>:nth-child(8),.loan-report-page .loan-report-filters-grid>:nth-child(9),.loan-report-page .loan-report-filters-grid>:nth-child(10){grid-area:auto!important}}@media (width>=1181px){.loan-report-page .report-filter-card{padding:.9rem 1rem!important}.loan-report-page .report-filter-card .section-title{margin-bottom:.7rem!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(105px,.75fr) minmax(105px,.75fr) minmax(105px,.75fr) minmax(105px,.75fr) minmax(95px,.65fr) minmax(135px,.9fr) minmax(135px,.9fr) minmax(120px,auto) minmax(82px,auto) minmax(96px,auto)!important;align-items:end!important;gap:.55rem!important;display:grid!important}.loan-report-page .loan-report-filters-grid>*{grid-area:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.28rem!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.66rem!important;line-height:1!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.65rem!important;width:100%!important;min-width:0!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .55rem!important;font-size:.74rem!important;font-weight:750!important}.loan-report-page .report-checkbox-field{white-space:nowrap!important;border-radius:.65rem!important;justify-content:center!important;gap:.35rem!important;width:100%!important;min-width:0!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .5rem!important;font-size:.72rem!important}.loan-report-page .report-checkbox-field input{width:.85rem!important;height:.85rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.65rem!important;justify-content:center!important;width:100%!important;min-width:0!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .45rem!important;font-size:.74rem!important;font-weight:900!important}.loan-report-page .loan-report-filters-grid .button svg{width:14px!important;height:14px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(125px,.75fr) minmax(125px,.75fr) minmax(125px,.75fr) minmax(125px,.75fr) minmax(115px,.65fr) minmax(175px,.95fr) minmax(175px,.95fr) minmax(135px,auto) minmax(95px,auto) minmax(110px,auto)!important}}@media (width<=1180px){.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}}@media (width>=1181px){.loan-report-page .report-filter-card{padding:.9rem 1rem!important;overflow:auto hidden!important}.loan-report-page .loan-report-filters-grid{flex-wrap:nowrap!important;align-items:end!important;gap:.5rem!important;width:max-content!important;min-width:100%!important;display:flex!important}.loan-report-page .loan-report-filters-grid>*{flex:none!important;grid-area:auto!important;width:auto!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.25rem!important;display:grid!important}.loan-report-page .loan-report-filters-grid .form-field:first-child,.loan-report-page .loan-report-filters-grid .form-field:nth-child(2),.loan-report-page .loan-report-filters-grid .form-field:nth-child(3),.loan-report-page .loan-report-filters-grid .form-field:nth-child(4){width:9.6rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(5){width:8rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(6),.loan-report-page .loan-report-filters-grid .form-field:nth-child(7){width:13rem!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.66rem!important;line-height:1!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.65rem!important;width:100%!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .55rem!important;font-size:.74rem!important;font-weight:750!important}.loan-report-page .report-checkbox-field{white-space:nowrap!important;border-radius:.65rem!important;justify-content:center!important;gap:.35rem!important;width:8.8rem!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .55rem!important;font-size:.72rem!important}.loan-report-page .report-checkbox-field input{width:.85rem!important;height:.85rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.65rem!important;justify-content:center!important;width:5.8rem!important;min-width:5.8rem!important;height:2.25rem!important;min-height:2.25rem!important;padding:0 .45rem!important;font-size:.74rem!important;font-weight:900!important}.loan-report-page .loan-report-filters-grid .button svg{width:14px!important;height:14px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid .form-field:first-child,.loan-report-page .loan-report-filters-grid .form-field:nth-child(2),.loan-report-page .loan-report-filters-grid .form-field:nth-child(3),.loan-report-page .loan-report-filters-grid .form-field:nth-child(4){width:10.5rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(6),.loan-report-page .loan-report-filters-grid .form-field:nth-child(7){width:15rem!important}}@media (width<=1180px){.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;min-width:0!important;display:grid!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}}@media (width>=1181px){.loan-report-page .report-filter-card{padding:.85rem .9rem!important;overflow:visible!important}.loan-report-page .loan-report-filters-grid{flex-wrap:nowrap!important;align-items:end!important;gap:.42rem!important;width:100%!important;min-width:0!important;display:flex!important}.loan-report-page .loan-report-filters-grid>*{flex:none!important;grid-area:auto!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field:first-child,.loan-report-page .loan-report-filters-grid .form-field:nth-child(2),.loan-report-page .loan-report-filters-grid .form-field:nth-child(3),.loan-report-page .loan-report-filters-grid .form-field:nth-child(4){width:8.8rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(5){width:7.3rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(6),.loan-report-page .loan-report-filters-grid .form-field:nth-child(7){width:11.6rem!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.22rem!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.64rem!important;line-height:1!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.62rem!important;height:2.2rem!important;min-height:2.2rem!important;padding:0 .5rem!important;font-size:.72rem!important}.loan-report-page .report-checkbox-field{white-space:nowrap!important;border-radius:.62rem!important;justify-content:center!important;gap:.28rem!important;width:8rem!important;height:2.2rem!important;min-height:2.2rem!important;padding:0 .45rem!important;font-size:.68rem!important}.loan-report-page .report-checkbox-field input{width:.78rem!important;height:.78rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;color:#f8fafc!important;border-radius:.62rem!important;justify-content:center!important;width:5.4rem!important;min-width:5.4rem!important;height:2.2rem!important;min-height:2.2rem!important;padding:0 .35rem!important;font-size:.7rem!important}.loan-report-page .loan-report-filters-grid .button svg{flex:none!important;width:13px!important;height:13px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid .form-field:first-child,.loan-report-page .loan-report-filters-grid .form-field:nth-child(2),.loan-report-page .loan-report-filters-grid .form-field:nth-child(3),.loan-report-page .loan-report-filters-grid .form-field:nth-child(4){width:9.4rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(6),.loan-report-page .loan-report-filters-grid .form-field:nth-child(7){width:12.6rem!important}.loan-report-page .report-checkbox-field{width:8.5rem!important}.loan-report-page .loan-report-filters-grid .button{width:5.8rem!important;min-width:5.8rem!important}}@media (width>=1181px){.loan-report-page .report-filter-card{padding:1rem 1.15rem!important;overflow:visible!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(135px,1fr) minmax(135px,1fr) minmax(135px,1fr) minmax(135px,1fr) minmax(120px,.8fr) minmax(190px,1.25fr) minmax(190px,1.25fr)!important;align-items:end!important;gap:.75rem!important;width:100%!important;min-width:0!important;display:grid!important}.loan-report-page .loan-report-filters-grid>*{grid-area:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.loan-report-page .loan-report-filters-grid>:nth-child(8){grid-area:2/5/auto/6!important}.loan-report-page .loan-report-filters-grid>:nth-child(9){grid-area:2/6/auto/7!important}.loan-report-page .loan-report-filters-grid>:nth-child(10){grid-area:2/7/auto/8!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.32rem!important;display:grid!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.72rem!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.7rem!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important}.loan-report-page .report-checkbox-field,.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .8rem!important;font-size:.8rem!important;font-weight:900!important}.loan-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button svg{width:15px!important;height:15px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(145px,1fr) minmax(145px,1fr) minmax(145px,1fr) minmax(145px,1fr) minmax(130px,.8fr) minmax(230px,1.25fr) minmax(230px,1.25fr)!important}}@media (width<=1180px){.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;display:grid!important}.loan-report-page .loan-report-filters-grid>:nth-child(8),.loan-report-page .loan-report-filters-grid>:nth-child(9),.loan-report-page .loan-report-filters-grid>:nth-child(10){grid-area:auto!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}}@media (width>=1181px){.loan-report-page .report-filter-card{scrollbar-width:thin!important;padding:.95rem 1rem!important;overflow:auto hidden!important}.loan-report-page .report-filter-card .section-title{margin-bottom:.75rem!important}.loan-report-page .loan-report-filters-grid{flex-wrap:nowrap!important;align-items:end!important;gap:.55rem!important;width:max-content!important;min-width:100%!important;display:flex!important}.loan-report-page .loan-report-filters-grid>*{flex:none!important;grid-area:auto!important;align-self:end!important;width:auto!important;min-width:0!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.26rem!important;display:grid!important}.loan-report-page .loan-report-filters-grid .form-field:first-child,.loan-report-page .loan-report-filters-grid .form-field:nth-child(2),.loan-report-page .loan-report-filters-grid .form-field:nth-child(3),.loan-report-page .loan-report-filters-grid .form-field:nth-child(4){width:9.7rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(5){width:8.2rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(6),.loan-report-page .loan-report-filters-grid .form-field:nth-child(7){width:13.2rem!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.68rem!important;line-height:1!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.65rem!important;width:100%!important;height:2.28rem!important;min-height:2.28rem!important;padding:0 .6rem!important;font-size:.76rem!important;font-weight:750!important}.loan-report-page .report-checkbox-field{white-space:nowrap!important;border-radius:.65rem!important;justify-content:center!important;gap:.35rem!important;width:9.3rem!important;height:2.28rem!important;min-height:2.28rem!important;padding:0 .55rem!important;font-size:.72rem!important}.loan-report-page .report-checkbox-field input{width:.85rem!important;height:.85rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.65rem!important;justify-content:center!important;width:6rem!important;min-width:6rem!important;height:2.28rem!important;min-height:2.28rem!important;padding:0 .45rem!important;font-size:.74rem!important;font-weight:900!important}.loan-report-page .loan-report-filters-grid .button svg{flex:none!important;width:14px!important;height:14px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid .form-field:first-child,.loan-report-page .loan-report-filters-grid .form-field:nth-child(2),.loan-report-page .loan-report-filters-grid .form-field:nth-child(3),.loan-report-page .loan-report-filters-grid .form-field:nth-child(4){width:10.4rem!important}.loan-report-page .loan-report-filters-grid .form-field:nth-child(6),.loan-report-page .loan-report-filters-grid .form-field:nth-child(7){width:15rem!important}.loan-report-page .report-checkbox-field{width:9.8rem!important}.loan-report-page .loan-report-filters-grid .button{width:6.4rem!important;min-width:6.4rem!important}}@media (width<=1180px){.loan-report-page .report-filter-card{overflow-x:visible!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;min-width:0!important;display:grid!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}}.loan-report-page .report-summary-grid .metric-card,.loan-report-page .loan-report-summary-grid .metric-card,.loan-report-page .report-summary-grid .summary-card,.loan-report-page .loan-report-summary-grid .summary-card,.loan-report-page .report-summary-grid .report-summary-card,.loan-report-page .loan-report-summary-grid .report-summary-card{grid-template-columns:1fr!important;align-content:center!important;gap:.22rem!important;min-height:4.8rem!important;padding:.75rem .85rem!important;display:grid!important}.loan-report-page .report-summary-grid .metric-card span,.loan-report-page .loan-report-summary-grid .metric-card span,.loan-report-page .report-summary-grid .summary-card span,.loan-report-page .loan-report-summary-grid .summary-card span,.loan-report-page .report-summary-grid .report-summary-card span,.loan-report-page .loan-report-summary-grid .report-summary-card span{color:#bfdbfe!important;white-space:nowrap!important;margin:0!important;font-size:.68rem!important;font-weight:850!important;line-height:1.05!important}.loan-report-page .report-summary-grid .metric-card strong,.loan-report-page .loan-report-summary-grid .metric-card strong,.loan-report-page .report-summary-grid .summary-card strong,.loan-report-page .loan-report-summary-grid .summary-card strong,.loan-report-page .report-summary-grid .report-summary-card strong,.loan-report-page .loan-report-summary-grid .report-summary-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;white-space:nowrap!important;margin:0!important;font-size:1.35rem!important;font-weight:950!important;line-height:1.05!important}.loan-report-page .report-summary-grid .metric-card small,.loan-report-page .loan-report-summary-grid .metric-card small,.loan-report-page .report-summary-grid .summary-card small,.loan-report-page .loan-report-summary-grid .summary-card small,.loan-report-page .report-summary-grid .report-summary-card small,.loan-report-page .loan-report-summary-grid .report-summary-card small{color:#94a3b8!important;margin:0!important;font-size:.68rem!important;font-weight:700!important;line-height:1.15!important}@media (width<=1180px){.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:1fr!important}}@media print{.loan-report-page .report-filter-card{display:none!important}.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important}.loan-report-page .report-summary-grid .metric-card,.loan-report-page .loan-report-summary-grid .metric-card,.loan-report-page .report-summary-grid .summary-card,.loan-report-page .loan-report-summary-grid .summary-card,.loan-report-page .report-summary-grid .report-summary-card,.loan-report-page .loan-report-summary-grid .report-summary-card{min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:6px 7px!important}}@media (width>=1181px){.loan-report-page .report-filter-card{padding:1rem 1.15rem!important;overflow:visible!important}.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(135px,1fr) minmax(135px,1fr) minmax(135px,1fr) minmax(135px,1fr) minmax(120px,.8fr) minmax(190px,1.2fr) minmax(190px,1.2fr)!important;align-items:end!important;gap:.75rem!important;width:100%!important;min-width:0!important;display:grid!important}.loan-report-page .loan-report-filters-grid>*{grid-area:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.loan-report-page .loan-report-filters-grid>:nth-child(8){grid-area:2/5/auto/6!important}.loan-report-page .loan-report-filters-grid>:nth-child(9){grid-area:2/6/auto/7!important}.loan-report-page .loan-report-filters-grid>:nth-child(10){grid-area:2/7/auto/8!important}.loan-report-page .loan-report-filters-grid .form-field{gap:.32rem!important;display:grid!important}.loan-report-page .loan-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.72rem!important}.loan-report-page .loan-report-filters-grid input,.loan-report-page .loan-report-filters-grid select{border-radius:.7rem!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important;font-weight:750!important}.loan-report-page .report-checkbox-field,.loan-report-page .loan-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .8rem!important;font-size:.8rem!important;font-weight:900!important}.loan-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.loan-report-page .loan-report-filters-grid .button svg{width:15px!important;height:15px!important}}@media (width>=1500px){.loan-report-page .loan-report-filters-grid{grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(130px,.8fr) minmax(230px,1.2fr) minmax(230px,1.2fr)!important}}@media (width<=1180px){.loan-report-page .loan-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.loan-report-page .loan-report-filters-grid>:nth-child(8),.loan-report-page .loan-report-filters-grid>:nth-child(9),.loan-report-page .loan-report-filters-grid>:nth-child(10){grid-area:auto!important}}@media (width<=720px){.loan-report-page .loan-report-filters-grid{grid-template-columns:1fr!important}}.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:.75rem!important;display:grid!important}.loan-report-page .report-summary-grid .metric-card,.loan-report-page .loan-report-summary-grid .metric-card,.loan-report-page .report-summary-grid .summary-card,.loan-report-page .loan-report-summary-grid .summary-card,.loan-report-page .report-summary-grid .report-summary-card,.loan-report-page .loan-report-summary-grid .report-summary-card,.loan-report-page .report-summary-grid .stat-card,.loan-report-page .loan-report-summary-grid .stat-card{border-radius:.9rem!important;grid-template-columns:1fr!important;align-content:center!important;gap:.22rem!important;min-height:4.8rem!important;padding:.75rem .85rem!important;display:grid!important}.loan-report-page .report-summary-grid .metric-card span,.loan-report-page .loan-report-summary-grid .metric-card span,.loan-report-page .report-summary-grid .summary-card span,.loan-report-page .loan-report-summary-grid .summary-card span,.loan-report-page .report-summary-grid .report-summary-card span,.loan-report-page .loan-report-summary-grid .report-summary-card span,.loan-report-page .report-summary-grid .stat-card span,.loan-report-page .loan-report-summary-grid .stat-card span{color:#bfdbfe!important;white-space:nowrap!important;margin:0!important;font-size:.68rem!important;font-weight:850!important;line-height:1.05!important}.loan-report-page .report-summary-grid .metric-card strong,.loan-report-page .loan-report-summary-grid .metric-card strong,.loan-report-page .report-summary-grid .summary-card strong,.loan-report-page .loan-report-summary-grid .summary-card strong,.loan-report-page .report-summary-grid .report-summary-card strong,.loan-report-page .loan-report-summary-grid .report-summary-card strong,.loan-report-page .report-summary-grid .stat-card strong,.loan-report-page .loan-report-summary-grid .stat-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;white-space:nowrap!important;margin:0!important;font-size:1.35rem!important;font-weight:950!important;line-height:1.05!important}.loan-report-page .report-summary-grid .metric-card small,.loan-report-page .loan-report-summary-grid .metric-card small,.loan-report-page .report-summary-grid .summary-card small,.loan-report-page .loan-report-summary-grid .summary-card small,.loan-report-page .report-summary-grid .report-summary-card small,.loan-report-page .loan-report-summary-grid .report-summary-card small,.loan-report-page .report-summary-grid .stat-card small,.loan-report-page .loan-report-summary-grid .stat-card small{color:#94a3b8!important;margin:0!important;font-size:.68rem!important;font-weight:700!important;line-height:1.15!important}.loan-report-page .report-summary-grid .metric-card:last-child strong,.loan-report-page .loan-report-summary-grid .metric-card:last-child strong,.loan-report-page .report-summary-grid .summary-card:last-child strong,.loan-report-page .loan-report-summary-grid .summary-card:last-child strong{font-size:1.28rem!important}.loan-report-page .report-summary-grid .metric-card:after,.loan-report-page .loan-report-summary-grid .metric-card:after,.loan-report-page .report-summary-grid .summary-card:after,.loan-report-page .loan-report-summary-grid .summary-card:after,.loan-report-page .report-summary-grid .report-summary-card:after,.loan-report-page .loan-report-summary-grid .report-summary-card:after,.loan-report-page .report-summary-grid .stat-card:after,.loan-report-page .loan-report-summary-grid .stat-card:after{opacity:.9!important;width:4.2rem!important;height:4.2rem!important}@media (width<=1180px){.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:1fr!important}.loan-report-page .report-summary-grid .metric-card,.loan-report-page .loan-report-summary-grid .metric-card,.loan-report-page .report-summary-grid .summary-card,.loan-report-page .loan-report-summary-grid .summary-card{min-height:4.4rem!important}}@media print{.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important}.loan-report-page .report-summary-grid .metric-card,.loan-report-page .loan-report-summary-grid .metric-card,.loan-report-page .report-summary-grid .summary-card,.loan-report-page .loan-report-summary-grid .summary-card,.loan-report-page .report-summary-grid .report-summary-card,.loan-report-page .loan-report-summary-grid .report-summary-card,.loan-report-page .report-summary-grid .stat-card,.loan-report-page .loan-report-summary-grid .stat-card{min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:6px 7px!important}.loan-report-page .report-summary-grid .metric-card span,.loan-report-page .loan-report-summary-grid .metric-card span,.loan-report-page .report-summary-grid .summary-card span,.loan-report-page .loan-report-summary-grid .summary-card span,.loan-report-page .report-summary-grid .report-summary-card span,.loan-report-page .loan-report-summary-grid .report-summary-card span{color:#000!important;white-space:normal!important;font-size:8px!important}.loan-report-page .report-summary-grid .metric-card strong,.loan-report-page .loan-report-summary-grid .metric-card strong,.loan-report-page .report-summary-grid .summary-card strong,.loan-report-page .loan-report-summary-grid .summary-card strong,.loan-report-page .report-summary-grid .report-summary-card strong,.loan-report-page .loan-report-summary-grid .report-summary-card strong{color:#000!important;white-space:nowrap!important;font-size:13px!important}.loan-report-page .report-summary-grid .metric-card small,.loan-report-page .loan-report-summary-grid .metric-card small,.loan-report-page .report-summary-grid .summary-card small,.loan-report-page .loan-report-summary-grid .summary-card small,.loan-report-page .report-summary-grid .report-summary-card small,.loan-report-page .loan-report-summary-grid .report-summary-card small{color:#333!important;font-size:8px!important}}@media (width>=1181px){.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid,.loan-report-page .summary-grid,.loan-report-page .metrics-grid,.loan-report-page .stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-auto-columns:minmax(0,1fr)!important;grid-auto-flow:column!important;gap:.75rem!important;width:100%!important;display:grid!important}.loan-report-page .report-summary-grid>*,.loan-report-page .loan-report-summary-grid>*,.loan-report-page .summary-grid>*,.loan-report-page .metrics-grid>*,.loan-report-page .stats-grid>*{grid-area:auto!important;width:100%!important;min-width:0!important}.loan-report-page .metric-card,.loan-report-page .summary-card,.loan-report-page .report-summary-card,.loan-report-page .stat-card,.loan-report-page article[class*=card]{grid-template-columns:1fr!important;align-content:center!important;gap:.2rem!important;width:100%!important;min-width:0!important;min-height:4.6rem!important;padding:.7rem .78rem!important;display:grid!important}.loan-report-page .metric-card span,.loan-report-page .summary-card span,.loan-report-page .report-summary-card span,.loan-report-page .stat-card span{white-space:nowrap!important;font-size:.66rem!important;line-height:1.05!important}.loan-report-page .metric-card strong,.loan-report-page .summary-card strong,.loan-report-page .report-summary-card strong,.loan-report-page .stat-card strong{white-space:nowrap!important;font-size:1.22rem!important;line-height:1.05!important}.loan-report-page .metric-card small,.loan-report-page .summary-card small,.loan-report-page .report-summary-card small,.loan-report-page .stat-card small{font-size:.65rem!important;line-height:1.12!important}}@media print{.loan-report-page .report-summary-grid,.loan-report-page .loan-report-summary-grid,.loan-report-page .summary-grid,.loan-report-page .metrics-grid,.loan-report-page .stats-grid{grid-template-columns:repeat(5,1fr)!important;gap:6px!important}}.loan-report-page .report-table-wrapper,.loan-report-page .table-wrapper{scrollbar-width:thin;border-radius:.9rem!important;overflow:auto hidden!important}.loan-report-page .report-table,.loan-report-page .data-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:1280px!important}.loan-report-page .report-table th,.loan-report-page .data-table th,.loan-report-page .report-table td,.loan-report-page .data-table td{vertical-align:top!important;padding:.82rem 1rem!important}.loan-report-page .report-table th:first-child,.loan-report-page .data-table th:first-child,.loan-report-page .report-table td:first-child,.loan-report-page .data-table td:first-child{width:15rem!important;font-weight:850!important}.loan-report-page .report-table th:nth-child(2),.loan-report-page .data-table th:nth-child(2),.loan-report-page .report-table td:nth-child(2),.loan-report-page .data-table td:nth-child(2){width:13rem!important}.loan-report-page .report-table th:nth-child(3),.loan-report-page .data-table th:nth-child(3),.loan-report-page .report-table td:nth-child(3),.loan-report-page .data-table td:nth-child(3),.loan-report-page .report-table th:nth-child(4),.loan-report-page .data-table th:nth-child(4),.loan-report-page .report-table td:nth-child(4),.loan-report-page .data-table td:nth-child(4){width:8.5rem!important}.loan-report-page .report-table th:nth-child(5),.loan-report-page .data-table th:nth-child(5),.loan-report-page .report-table td:nth-child(5),.loan-report-page .data-table td:nth-child(5){width:7rem!important}.loan-report-page .report-table th:nth-child(6),.loan-report-page .data-table th:nth-child(6),.loan-report-page .report-table td:nth-child(6),.loan-report-page .data-table td:nth-child(6){width:12rem!important}.loan-report-page .report-table th:nth-child(7),.loan-report-page .data-table th:nth-child(7),.loan-report-page .report-table td:nth-child(7),.loan-report-page .data-table td:nth-child(7),.loan-report-page .report-table th:nth-child(8),.loan-report-page .data-table th:nth-child(8),.loan-report-page .report-table td:nth-child(8),.loan-report-page .data-table td:nth-child(8),.loan-report-page .report-table th:nth-child(9),.loan-report-page .data-table th:nth-child(9),.loan-report-page .report-table td:nth-child(9),.loan-report-page .data-table td:nth-child(9),.loan-report-page .report-table th:nth-child(10),.loan-report-page .data-table th:nth-child(10),.loan-report-page .report-table td:nth-child(10),.loan-report-page .data-table td:nth-child(10){text-align:right!important;white-space:nowrap!important;width:9rem!important;font-weight:850!important}.loan-report-page .report-table th:nth-child(11),.loan-report-page .data-table th:nth-child(11),.loan-report-page .report-table td:nth-child(11),.loan-report-page .data-table td:nth-child(11){width:16rem!important}.loan-report-page .report-table td:nth-child(11),.loan-report-page .data-table td:nth-child(11){color:#cbd5e1!important;-webkit-line-clamp:2!important;word-break:break-word!important;-webkit-box-orient:vertical!important;font-size:.84rem!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.loan-report-page .report-table thead,.loan-report-page .data-table thead{background:#020617!important}.loan-report-page .report-table th,.loan-report-page .data-table th{color:#dbeafe!important;text-transform:uppercase!important;letter-spacing:.02em!important;white-space:nowrap!important;border-bottom:1px solid #94a3b824!important;font-size:.72rem!important;font-weight:900!important}.loan-report-page .report-table tbody td,.loan-report-page .data-table tbody td{border-bottom:1px solid #94a3b81f!important}.loan-report-page .report-table tbody tr:last-child td,.loan-report-page .data-table tbody tr:last-child td{border-bottom:0!important}.loan-report-page .badge{justify-content:center!important;min-width:4.1rem!important}@media print{.loan-report-page .report-table-wrapper,.loan-report-page .table-wrapper{border-radius:0!important;overflow:visible!important}.loan-report-page .report-table,.loan-report-page .data-table{table-layout:fixed!important;min-width:0!important}.loan-report-page .report-table th,.loan-report-page .data-table th,.loan-report-page .report-table td,.loan-report-page .data-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:4px 5px!important;font-size:8px!important}.loan-report-page .report-table td:nth-child(11),.loan-report-page .data-table td:nth-child(11){-webkit-line-clamp:unset!important;color:#333!important;font-size:7px!important;line-height:1.15!important;display:table-cell!important;overflow:visible!important}.loan-report-page .badge{color:#000!important;background:#fff!important;border:1px solid #999!important;border-radius:2px!important}}.loan-report-page .report-table-wrapper{scrollbar-width:thin!important;border-radius:.9rem!important;overflow:auto hidden!important}.loan-report-page .loan-report-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:1160px!important}.loan-report-page .loan-report-table .client-cell{font-weight:850!important}@media print{.loan-report-page .report-table-wrapper{border-radius:0!important;overflow:visible!important}.loan-report-page .loan-report-table{table-layout:fixed!important;min-width:0!important}.loan-report-page .loan-report-table th,.loan-report-page .loan-report-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:4px 5px!important;font-size:8px!important}.loan-report-page .loan-report-table .cell-stack strong,.loan-report-page .loan-report-table .client-cell,.loan-report-page .loan-report-table .numeric-cell{color:#000!important}.loan-report-page .loan-report-table .cell-stack span{color:#333!important;font-size:7px!important}.loan-report-page .loan-report-table .badge{color:#000!important;background:#fff!important;border:1px solid #999!important;border-radius:2px!important}}@media (width>=1181px){.loan-report-page .report-table-wrapper{border-radius:.9rem!important;overflow:hidden!important}.loan-report-page .loan-report-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;max-width:100%!important}.loan-report-page .loan-report-table th,.loan-report-page .loan-report-table td{vertical-align:top!important;padding:.82rem .85rem!important;font-size:.86rem!important}.loan-report-page .loan-report-table th{white-space:nowrap!important;font-size:.68rem!important}.loan-report-page .loan-report-table th:first-child,.loan-report-page .loan-report-table td:first-child,.loan-report-page .loan-report-table th:nth-child(2),.loan-report-page .loan-report-table td:nth-child(2){width:14%!important}.loan-report-page .loan-report-table th:nth-child(3),.loan-report-page .loan-report-table td:nth-child(3){width:16%!important}.loan-report-page .loan-report-table th:nth-child(4),.loan-report-page .loan-report-table td:nth-child(4){width:8%!important}.loan-report-page .loan-report-table th:nth-child(5),.loan-report-page .loan-report-table td:nth-child(5){width:7%!important}.loan-report-page .loan-report-table th:nth-child(6),.loan-report-page .loan-report-table td:nth-child(6){width:10%!important}.loan-report-page .loan-report-table th:nth-child(7),.loan-report-page .loan-report-table td:nth-child(7),.loan-report-page .loan-report-table th:nth-child(8),.loan-report-page .loan-report-table td:nth-child(8),.loan-report-page .loan-report-table th:nth-child(9),.loan-report-page .loan-report-table td:nth-child(9){text-align:right!important;white-space:nowrap!important;width:9%!important}.loan-report-page .loan-report-table th:nth-child(10),.loan-report-page .loan-report-table td:nth-child(10){text-align:right!important;white-space:nowrap!important;width:8%!important}.loan-report-page .loan-report-table .cell-stack{gap:.25rem!important;display:grid!important}.loan-report-page .loan-report-table .cell-stack strong{white-space:nowrap!important;font-size:.86rem!important;line-height:1.1!important}.loan-report-page .loan-report-table .cell-stack span{overflow-wrap:anywhere!important;word-break:break-word!important;font-size:.72rem!important;line-height:1.15!important}.loan-report-page .loan-report-table .client-cell,.loan-report-page .loan-report-table .numeric-cell{font-weight:850!important}.loan-report-page .loan-report-table .badge{justify-content:center!important;min-width:3.8rem!important;padding:.22rem .5rem!important;font-size:.68rem!important}}@media (width<=1180px){.loan-report-page .report-table-wrapper{overflow-x:auto!important}.loan-report-page .loan-report-table{min-width:1100px!important}}@media print{.loan-report-page .report-table-wrapper{border-radius:0!important;overflow:visible!important}.loan-report-page .loan-report-table{table-layout:fixed!important;width:100%!important;min-width:0!important}}.loan-report-page>section.card:not(.report-filter-card){background:#111827!important;border:1px solid #94a3b82e!important;border-radius:1rem!important;padding:1rem!important;overflow:hidden!important}.loan-report-page>section.card:not(.report-filter-card) .section-title{margin-bottom:.85rem!important;padding:0!important}.loan-report-page>section.card:not(.report-filter-card) .section-title h2{font-size:1.35rem!important;line-height:1.1!important}.loan-report-page>section.card:not(.report-filter-card) .section-title p{color:#93c5fd!important;margin-top:.25rem!important;font-size:.9rem!important}.loan-report-page .report-table-wrapper{scrollbar-width:thin!important;background:#0f172a!important;border:1px solid #94a3b824!important;border-radius:.9rem!important;width:100%!important;overflow:auto hidden!important}.loan-report-page .loan-report-table{table-layout:fixed!important;border-collapse:collapse!important;background:#0f172a!important;width:100%!important;min-width:1280px!important}.loan-report-page .loan-report-table thead{background:#020617!important}.loan-report-page .loan-report-table th{color:#dbeafe!important;text-transform:uppercase!important;letter-spacing:.02em!important;white-space:nowrap!important;text-align:left!important;border-bottom:1px solid #94a3b824!important;padding:.85rem 1rem!important;font-size:.72rem!important;font-weight:900!important}.loan-report-page .loan-report-table td{color:#f8fafc!important;vertical-align:top!important;text-align:left!important;border-bottom:1px solid #94a3b81f!important;padding:.95rem 1rem!important;font-size:.9rem!important;font-weight:650!important}.loan-report-page .loan-report-table tbody tr:last-child td{border-bottom:0!important}.loan-report-page .loan-report-table th:first-child,.loan-report-page .loan-report-table td:first-child{width:15rem!important}.loan-report-page .loan-report-table th:nth-child(2),.loan-report-page .loan-report-table td:nth-child(2){width:14rem!important}.loan-report-page .loan-report-table th:nth-child(3),.loan-report-page .loan-report-table td:nth-child(3){width:17rem!important}.loan-report-page .loan-report-table th:nth-child(4),.loan-report-page .loan-report-table td:nth-child(4){width:9rem!important}.loan-report-page .loan-report-table th:nth-child(5),.loan-report-page .loan-report-table td:nth-child(5){width:7.5rem!important}.loan-report-page .loan-report-table th:nth-child(6),.loan-report-page .loan-report-table td:nth-child(6){width:12rem!important}.loan-report-page .loan-report-table th:nth-child(7),.loan-report-page .loan-report-table td:nth-child(7),.loan-report-page .loan-report-table th:nth-child(8),.loan-report-page .loan-report-table td:nth-child(8),.loan-report-page .loan-report-table th:nth-child(9),.loan-report-page .loan-report-table td:nth-child(9),.loan-report-page .loan-report-table th:nth-child(10),.loan-report-page .loan-report-table td:nth-child(10){text-align:right!important;white-space:nowrap!important;width:10rem!important;font-weight:850!important}.loan-report-page .loan-report-table .client-cell{color:#f8fafc!important;font-weight:850!important}.loan-report-page .loan-report-table .cell-stack{gap:.25rem!important;display:grid!important}.loan-report-page .loan-report-table .cell-stack strong{color:#f8fafc!important;font-size:.9rem!important;font-weight:900!important;line-height:1.1!important}.loan-report-page .loan-report-table .cell-stack span{color:#93c5fd!important;overflow-wrap:anywhere!important;font-size:.78rem!important;font-weight:650!important;line-height:1.2!important}.loan-report-page .loan-report-table .badge{justify-content:center!important;min-width:4.1rem!important}.loan-report-page .loan-report-table .notes-cell{display:none!important}@media print{.loan-report-page>section.card:not(.report-filter-card){box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important}.loan-report-page .report-table-wrapper{background:#fff!important;border:1px solid #d1d5db!important;border-radius:0!important;overflow:visible!important}.loan-report-page .loan-report-table{table-layout:fixed!important;background:#fff!important;width:100%!important;min-width:0!important}.loan-report-page .loan-report-table th,.loan-report-page .loan-report-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:4px 5px!important;font-size:8px!important}.loan-report-page .loan-report-table .cell-stack strong,.loan-report-page .loan-report-table .client-cell,.loan-report-page .loan-report-table .numeric-cell{color:#000!important}.loan-report-page .loan-report-table .cell-stack span{color:#333!important;font-size:7px!important}.loan-report-page .loan-report-table .badge{color:#000!important;background:#fff!important;border:1px solid #999!important;border-radius:2px!important}@page{size:A4 landscape;margin:6mm}.loan-report-page .loan-report-table{table-layout:fixed!important;width:100%!important;min-width:0!important;max-width:100%!important}.loan-report-page .loan-report-table th,.loan-report-page .loan-report-table td{padding:3px 4px!important;font-size:7px!important;line-height:1.15!important}.loan-report-page .loan-report-table th{letter-spacing:0!important;font-size:6.5px!important}.loan-report-page .loan-report-table .cell-stack strong{font-size:7px!important;line-height:1.1!important}.loan-report-page .loan-report-table .cell-stack span{overflow-wrap:anywhere!important;font-size:6px!important;line-height:1.1!important}.loan-report-page .loan-report-table .badge{border-radius:2px!important;min-width:0!important;padding:1px 3px!important;font-size:6px!important}.loan-report-page .loan-report-table th:first-child,.loan-report-page .loan-report-table td:first-child,.loan-report-page .loan-report-table th:nth-child(2),.loan-report-page .loan-report-table td:nth-child(2){width:13%!important}.loan-report-page .loan-report-table th:nth-child(3),.loan-report-page .loan-report-table td:nth-child(3){width:17%!important}.loan-report-page .loan-report-table th:nth-child(4),.loan-report-page .loan-report-table td:nth-child(4){width:8%!important}.loan-report-page .loan-report-table th:nth-child(5),.loan-report-page .loan-report-table td:nth-child(5){width:7%!important}.loan-report-page .loan-report-table th:nth-child(6),.loan-report-page .loan-report-table td:nth-child(6){width:10%!important}.loan-report-page .loan-report-table th:nth-child(7),.loan-report-page .loan-report-table td:nth-child(7),.loan-report-page .loan-report-table th:nth-child(8),.loan-report-page .loan-report-table td:nth-child(8),.loan-report-page .loan-report-table th:nth-child(9),.loan-report-page .loan-report-table td:nth-child(9),.loan-report-page .loan-report-table th:nth-child(10),.loan-report-page .loan-report-table td:nth-child(10){text-align:right!important;white-space:nowrap!important;width:8%!important}.loan-report-page .report-table-wrapper{width:100%!important;max-width:100%!important;overflow:visible!important}}.client-report-page .report-filter-card{border-radius:1rem!important;padding:1rem 1.15rem!important}.client-report-page .report-filter-card .section-title{margin-bottom:.85rem!important}.client-report-page .client-report-filters-grid{align-items:end!important;gap:.75rem!important;display:grid!important}@media (width>=1181px){.client-report-page .client-report-filters-grid{grid-template-columns:minmax(145px,.8fr) minmax(145px,.8fr) minmax(120px,.7fr) minmax(190px,1fr) minmax(190px,1fr) minmax(145px,auto) minmax(105px,auto) minmax(120px,auto)!important}.client-report-page .client-report-filters-grid>*{grid-area:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.client-report-page .client-report-filters-grid .form-field{gap:.32rem!important;display:grid!important}.client-report-page .client-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.72rem!important}.client-report-page .client-report-filters-grid input,.client-report-page .client-report-filters-grid select{border-radius:.7rem!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important;font-weight:750!important}.client-report-page .report-checkbox-field,.client-report-page .client-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .8rem!important;font-size:.8rem!important;font-weight:900!important}.client-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.client-report-page .client-report-filters-grid .button svg{width:15px!important;height:15px!important}}@media (width>=1500px){.client-report-page .client-report-filters-grid{grid-template-columns:minmax(165px,.8fr) minmax(165px,.8fr) minmax(130px,.7fr) minmax(230px,1fr) minmax(230px,1fr) minmax(150px,auto) minmax(110px,auto) minmax(125px,auto)!important}}@media (width<=1180px){.client-report-page .client-report-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.client-report-page .client-report-filters-grid{grid-template-columns:1fr!important}}.client-report-page .summary-card,.client-report-page .metric-card,.client-report-page .report-summary-card,.client-report-page .stat-card{border-radius:.9rem!important;grid-template-columns:1fr!important;align-content:center!important;gap:.22rem!important;min-height:4.8rem!important;padding:.75rem .85rem!important;display:grid!important}@media (width<=1400px){.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (width<=1180px){.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:1fr!important}}.client-report-page>section.card:not(.report-filter-card) .section-title{margin-bottom:.85rem!important;padding:0!important}.client-report-page>section.card:not(.report-filter-card) .section-title h2{font-size:1.35rem!important;line-height:1.1!important}.client-report-page>section.card:not(.report-filter-card) .section-title p{color:#93c5fd!important;margin-top:.25rem!important;font-size:.9rem!important}.client-report-page .report-table thead,.client-report-page .data-table thead{background:#020617!important}.client-report-page .report-table tbody tr:last-child td,.client-report-page .data-table tbody tr:last-child td{border-bottom:0!important}@media print{.client-report-page .report-filter-card{display:none!important}.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(8,1fr)!important;gap:4px!important}.client-report-page .summary-card,.client-report-page .metric-card,.client-report-page .report-summary-card,.client-report-page .stat-card{min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:5px 6px!important}.client-report-page .summary-card span,.client-report-page .metric-card span,.client-report-page .report-summary-card span,.client-report-page .stat-card span{color:#000!important;white-space:normal!important;font-size:7px!important}.client-report-page .summary-card strong,.client-report-page .metric-card strong,.client-report-page .report-summary-card strong,.client-report-page .stat-card strong{color:#000!important;white-space:nowrap!important;font-size:10px!important}.client-report-page .summary-card small,.client-report-page .metric-card small,.client-report-page .report-summary-card small,.client-report-page .stat-card small{color:#333!important;font-size:7px!important}.client-report-page>section.card:not(.report-filter-card){box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important}.client-report-page .report-table-wrapper,.client-report-page .table-wrapper{background:#fff!important;border:1px solid #d1d5db!important;border-radius:0!important;overflow:visible!important}.client-report-page .report-table,.client-report-page .data-table{table-layout:fixed!important;background:#fff!important;width:100%!important;min-width:0!important}.client-report-page .report-table th,.client-report-page .report-table td,.client-report-page .data-table th,.client-report-page .data-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:3px 4px!important;font-size:7px!important;line-height:1.15!important}.client-report-page .numeric-cell,.client-report-page .client-cell{color:#000!important}}@media (width>=1181px){.client-report-page .report-filter-card{border-radius:1rem!important;padding:1rem 1.15rem!important}.client-report-page .report-filter-card .section-title{margin-bottom:.85rem!important}.client-report-page .client-report-filters-grid{grid-template-columns:minmax(135px,.8fr) minmax(135px,.8fr) minmax(120px,.7fr) minmax(190px,1fr) minmax(190px,1fr) minmax(145px,auto) minmax(105px,auto) minmax(120px,auto)!important;align-items:end!important;gap:.7rem!important;width:100%!important;display:grid!important}.client-report-page .client-report-filters-grid>*{grid-area:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.client-report-page .client-report-filters-grid .form-field{gap:.32rem!important;display:grid!important}.client-report-page .client-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.72rem!important}.client-report-page .client-report-filters-grid input,.client-report-page .client-report-filters-grid select{border-radius:.7rem!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important;font-weight:750!important}.client-report-page .report-checkbox-field,.client-report-page .client-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important;font-weight:900!important}.client-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.client-report-page .client-report-filters-grid .button svg{width:15px!important;height:15px!important}.client-report-page .client-report-filters-grid .report-filter-actions{display:contents!important}}.client-report-page .summary-card,.client-report-page .metric-card,.client-report-page .report-summary-card,.client-report-page .stat-card{text-align:left!important;border-radius:.9rem!important;grid-template-columns:1fr!important;align-content:center!important;gap:.22rem!important;min-height:4.8rem!important;padding:.75rem .85rem!important;display:grid!important}.client-report-page .summary-card span,.client-report-page .metric-card span,.client-report-page .report-summary-card span,.client-report-page .stat-card span{color:#bfdbfe!important;white-space:nowrap!important;margin:0!important;font-size:.68rem!important;font-weight:850!important;line-height:1.05!important}.client-report-page .summary-card strong,.client-report-page .metric-card strong,.client-report-page .report-summary-card strong,.client-report-page .stat-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;white-space:nowrap!important;margin:0!important;font-size:1.35rem!important;font-weight:950!important;line-height:1.05!important}.client-report-page .summary-card small,.client-report-page .metric-card small,.client-report-page .report-summary-card small,.client-report-page .stat-card small{color:#94a3b8!important;margin:0!important;font-size:.68rem!important;font-weight:700!important;line-height:1.15!important}.client-report-page>section.card:not(.report-filter-card){background:#111827!important;border:1px solid #94a3b82e!important;border-radius:1rem!important;padding:1rem!important;overflow:hidden!important}.client-report-page .report-table-wrapper,.client-report-page .table-wrapper{scrollbar-width:thin!important;background:#0f172a!important;border:1px solid #94a3b824!important;border-radius:.9rem!important;width:100%!important;overflow:auto hidden!important}.client-report-page .report-table,.client-report-page .data-table{table-layout:fixed!important;border-collapse:collapse!important;background:#0f172a!important;width:100%!important;min-width:1180px!important}.client-report-page .report-table th,.client-report-page .data-table th{color:#dbeafe!important;text-transform:uppercase!important;letter-spacing:.02em!important;white-space:nowrap!important;text-align:left!important;border-bottom:1px solid #94a3b824!important;padding:.85rem 1rem!important;font-size:.72rem!important;font-weight:900!important}.client-report-page .report-table td,.client-report-page .data-table td{color:#f8fafc!important;vertical-align:top!important;text-align:left!important;border-bottom:1px solid #94a3b81f!important;padding:.95rem 1rem!important;font-size:.9rem!important;font-weight:650!important}.client-report-page .numeric-cell{text-align:right!important;white-space:nowrap!important;font-weight:850!important}.client-report-page .client-cell,.client-report-page .report-table td:first-child,.client-report-page .data-table td:first-child{font-weight:850!important}@media (width<=1180px){.client-report-page .client-report-filters-grid,.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.client-report-page .client-report-filters-grid,.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:1fr!important}}@media print{.client-report-page .report-filter-card{display:none!important}.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important}.client-report-page .summary-card,.client-report-page .metric-card,.client-report-page .report-summary-card,.client-report-page .stat-card{min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:6px 7px!important}.client-report-page .summary-card span,.client-report-page .metric-card span,.client-report-page .report-summary-card span,.client-report-page .stat-card span{color:#000!important;font-size:8px!important}.client-report-page .summary-card strong,.client-report-page .metric-card strong,.client-report-page .report-summary-card strong,.client-report-page .stat-card strong{color:#000!important;font-size:13px!important}.client-report-page .summary-card small,.client-report-page .metric-card small,.client-report-page .report-summary-card small,.client-report-page .stat-card small{color:#333!important;font-size:8px!important}.client-report-page>section.card:not(.report-filter-card){box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important}.client-report-page .report-table-wrapper,.client-report-page .table-wrapper{background:#fff!important;border:1px solid #d1d5db!important;border-radius:0!important;overflow:visible!important}.client-report-page .report-table,.client-report-page .data-table{table-layout:fixed!important;background:#fff!important;width:100%!important;min-width:0!important}.client-report-page .report-table th,.client-report-page .report-table td,.client-report-page .data-table th,.client-report-page .data-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:3px 4px!important;font-size:7px!important;line-height:1.15!important}}.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.75rem!important;display:grid!important}.client-report-page .summary-card,.client-report-page .metric-card,.client-report-page .report-summary-card,.client-report-page .stat-card{border-radius:.9rem!important;flex-direction:column!important;justify-content:center!important;gap:.15rem!important;min-height:4.2rem!important;padding:.65rem .85rem!important;display:flex!important}.client-report-page .summary-card span,.client-report-page .metric-card span,.client-report-page .report-summary-card span,.client-report-page .stat-card span,.client-report-page .summary-card strong,.client-report-page .metric-card strong,.client-report-page .report-summary-card strong,.client-report-page .stat-card strong{margin:0!important;font-size:.72rem!important;font-weight:800!important;line-height:1.1!important}.client-report-page .summary-card .summary-value,.client-report-page .metric-card .summary-value,.client-report-page .report-summary-card .summary-value,.client-report-page .stat-card .summary-value,.client-report-page .summary-card b,.client-report-page .metric-card b,.client-report-page .report-summary-card b,.client-report-page .stat-card b,.client-report-page .summary-card .value,.client-report-page .metric-card .value,.client-report-page .report-summary-card .value,.client-report-page .stat-card .value{margin:0!important;font-size:1.05rem!important;font-weight:900!important;line-height:1.1!important}.client-report-page .summary-card small,.client-report-page .metric-card small,.client-report-page .report-summary-card small,.client-report-page .stat-card small{opacity:.9!important;margin:0!important;font-size:.68rem!important;line-height:1.1!important}.client-report-page .summary-card .summary-meta,.client-report-page .metric-card .summary-meta,.client-report-page .report-summary-card .summary-meta,.client-report-page .stat-card .summary-meta{flex-wrap:wrap!important;align-items:baseline!important;gap:.4rem!important;display:flex!important}@media (width<=1180px){.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.client-report-page .summary-grid,.client-report-page .report-summary-grid,.client-report-page .client-report-summary-grid{grid-template-columns:1fr!important}}.client-report-page section.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.75rem!important;display:grid!important}.client-report-page section.summary-grid>article.summary-card{text-align:left!important;border-radius:.9rem!important;grid-template-columns:1fr!important;align-content:center!important;justify-items:start!important;gap:.16rem!important;height:4rem!important;min-height:4rem!important;padding:.65rem .8rem!important;display:grid!important}.client-report-page section.summary-grid>article.summary-card span{color:#bfdbfe!important;white-space:nowrap!important;text-align:left!important;margin:0!important;font-size:.66rem!important;font-weight:850!important;line-height:1.05!important;display:block!important}.client-report-page section.summary-grid>article.summary-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;white-space:nowrap!important;text-align:left!important;margin:0!important;font-size:1.18rem!important;font-weight:950!important;line-height:1.05!important;display:block!important}.client-report-page section.summary-grid>article.summary-card small{color:#94a3b8!important;text-align:left!important;margin:0!important;font-size:.66rem!important;font-weight:700!important;line-height:1.1!important;display:block!important}.client-report-page section.summary-grid>article.summary-card *{justify-self:start!important}.client-report-page section.summary-grid>article.summary-card:after{opacity:.75!important;width:3.6rem!important;height:3.6rem!important}@media (width<=1180px){.client-report-page section.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.client-report-page section.summary-grid{grid-template-columns:1fr!important}.client-report-page section.summary-grid>article.summary-card{height:auto!important;min-height:3.8rem!important}}@media print{.client-report-page section.summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important}.client-report-page section.summary-grid>article.summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:5px 6px!important}.client-report-page section.summary-grid>article.summary-card span{color:#000!important;font-size:8px!important}.client-report-page section.summary-grid>article.summary-card strong{color:#000!important;font-size:11px!important}.client-report-page section.summary-grid>article.summary-card small{color:#333!important;font-size:8px!important}}.responsible-report-page .report-filter-card{border-radius:1rem!important;padding:1rem 1.15rem!important}.responsible-report-page .report-filter-card .section-title{margin-bottom:.85rem!important}.responsible-report-page .responsible-report-filters-grid{align-items:end!important;gap:.75rem!important;display:grid!important}@media (width>=1181px){.responsible-report-page .responsible-report-filters-grid{grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(130px,.7fr) minmax(240px,1.2fr) minmax(145px,auto) minmax(105px,auto) minmax(120px,auto)!important;align-items:end!important;gap:.7rem!important;width:100%!important}.responsible-report-page .responsible-report-filters-grid>*{grid-area:auto!important;align-self:end!important;width:100%!important;min-width:0!important}.responsible-report-page .responsible-report-filters-grid .form-field{gap:.32rem!important;display:grid!important}.responsible-report-page .responsible-report-filters-grid .form-field span{white-space:nowrap!important;font-size:.72rem!important}.responsible-report-page .responsible-report-filters-grid input,.responsible-report-page .responsible-report-filters-grid select{border-radius:.7rem!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important;font-weight:750!important}.responsible-report-page .report-checkbox-field,.responsible-report-page .responsible-report-filters-grid .button{white-space:nowrap!important;border-radius:.7rem!important;justify-content:center!important;width:100%!important;height:2.35rem!important;min-height:2.35rem!important;padding:0 .75rem!important;font-size:.8rem!important;font-weight:900!important}.responsible-report-page .report-checkbox-field input{width:.95rem!important;height:.95rem!important;min-height:0!important;padding:0!important}.responsible-report-page .responsible-report-filters-grid .button svg{width:15px!important;height:15px!important}.responsible-report-page .responsible-report-filters-grid .report-filter-actions{display:contents!important}}.responsible-report-page section.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.75rem!important;display:grid!important}.responsible-report-page section.summary-grid>article.summary-card{text-align:left!important;border-radius:.9rem!important;grid-template-columns:1fr!important;align-content:center!important;justify-items:start!important;gap:.16rem!important;height:4rem!important;min-height:4rem!important;padding:.65rem .8rem!important;display:grid!important}.responsible-report-page section.summary-grid>article.summary-card span{color:#bfdbfe!important;white-space:nowrap!important;text-align:left!important;margin:0!important;font-size:.66rem!important;font-weight:850!important;line-height:1.05!important;display:block!important}.responsible-report-page section.summary-grid>article.summary-card strong{color:#f8fafc!important;letter-spacing:-.03em!important;white-space:nowrap!important;text-align:left!important;margin:0!important;font-size:1.18rem!important;font-weight:950!important;line-height:1.05!important;display:block!important}.responsible-report-page section.summary-grid>article.summary-card small{color:#94a3b8!important;text-align:left!important;margin:0!important;font-size:.66rem!important;font-weight:700!important;line-height:1.1!important;display:block!important}.responsible-report-page section.summary-grid>article.summary-card *{justify-self:start!important}.responsible-report-page section.summary-grid>article.summary-card:after{opacity:.75!important;width:3.6rem!important;height:3.6rem!important}.responsible-report-page>section.card:not(.report-filter-card){background:#111827!important;border:1px solid #94a3b82e!important;border-radius:1rem!important;padding:1rem!important;overflow:hidden!important}.responsible-report-page>section.card:not(.report-filter-card) .section-title{margin-bottom:.85rem!important;padding:0!important}.responsible-report-page>section.card:not(.report-filter-card) .section-title h2{font-size:1.35rem!important;line-height:1.1!important}.responsible-report-page>section.card:not(.report-filter-card) .section-title p{color:#93c5fd!important;margin-top:.25rem!important;font-size:.9rem!important}.responsible-report-page .report-table-wrapper,.responsible-report-page .table-wrapper{scrollbar-width:thin!important;background:#0f172a!important;border:1px solid #94a3b824!important;border-radius:.9rem!important;width:100%!important;overflow:auto hidden!important}.responsible-report-page .report-table,.responsible-report-page .data-table{table-layout:fixed!important;border-collapse:collapse!important;background:#0f172a!important;width:100%!important;min-width:1080px!important}.responsible-report-page .report-table thead,.responsible-report-page .data-table thead{background:#020617!important}.responsible-report-page .report-table th,.responsible-report-page .data-table th{color:#dbeafe!important;text-transform:uppercase!important;letter-spacing:.02em!important;white-space:nowrap!important;text-align:left!important;border-bottom:1px solid #94a3b824!important;padding:.85rem 1rem!important;font-size:.72rem!important;font-weight:900!important}.responsible-report-page .report-table td,.responsible-report-page .data-table td{color:#f8fafc!important;vertical-align:top!important;text-align:left!important;border-bottom:1px solid #94a3b81f!important;padding:.95rem 1rem!important;font-size:.9rem!important;font-weight:650!important}.responsible-report-page .report-table tbody tr:last-child td,.responsible-report-page .data-table tbody tr:last-child td{border-bottom:0!important}.responsible-report-page .numeric-cell{text-align:right!important;white-space:nowrap!important;font-weight:850!important}.responsible-report-page .responsible-cell,.responsible-report-page .report-table td:first-child,.responsible-report-page .data-table td:first-child{font-weight:850!important}@media (width<=1180px){.responsible-report-page .responsible-report-filters-grid,.responsible-report-page section.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.responsible-report-page .responsible-report-filters-grid,.responsible-report-page section.summary-grid{grid-template-columns:1fr!important}.responsible-report-page section.summary-grid>article.summary-card{height:auto!important;min-height:3.8rem!important}}@media print{.responsible-report-page .report-filter-card{display:none!important}.responsible-report-page section.summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important}.responsible-report-page section.summary-grid>article.summary-card{height:auto!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:5px 6px!important}.responsible-report-page section.summary-grid>article.summary-card span{color:#000!important;font-size:8px!important}.responsible-report-page section.summary-grid>article.summary-card strong{color:#000!important;font-size:11px!important}.responsible-report-page section.summary-grid>article.summary-card small{color:#333!important;font-size:8px!important}.responsible-report-page>section.card:not(.report-filter-card){box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important}.responsible-report-page .report-table-wrapper,.responsible-report-page .table-wrapper{background:#fff!important;border:1px solid #d1d5db!important;border-radius:0!important;overflow:visible!important}.responsible-report-page .report-table,.responsible-report-page .data-table{table-layout:fixed!important;background:#fff!important;width:100%!important;min-width:0!important}.responsible-report-page .report-table th,.responsible-report-page .report-table td,.responsible-report-page .data-table th,.responsible-report-page .data-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:3px 4px!important;font-size:7px!important;line-height:1.15!important}.loans-issued-report-page>.report-page-header,.loans-issued-report-page>.page-header,.loans-issued-report-page>header,.loans-issued-report-page .report-period-text{visibility:hidden!important;border:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.loans-issued-tenant-print-header *{visibility:visible!important}.loans-issued-report-page .panel,.loans-issued-report-page .card,.loans-issued-report-page .metric-card,.loans-issued-report-page .summary-card,.loans-issued-report-page .report-summary-card,.loans-issued-report-page .table-wrapper,.loans-issued-report-page .data-table,.loans-issued-report-page table,.loans-issued-report-page .badge{border-radius:0!important}.loans-issued-report-page .loans-issued-table-panel{margin-top:6px!important}.loans-issued-report-page .data-table th,.loans-issued-report-page .data-table td{padding:3px 4px!important;font-size:7px!important;line-height:1.15!important}.loans-issued-report-page .data-table th{font-size:6.5px!important}.loans-issued-report-page .data-table .cell-stack span{font-size:6px!important}.loans-issued-report-page .badge{padding:1px 3px!important;font-size:6px!important}@page{size:A4 landscape;margin:6mm}.loans-issued-report-page .loans-issued-screen-header,.loans-issued-report-page .report-period-text,.loans-issued-report-page .loans-issued-filters-panel,.loans-issued-report-page .report-title-actions,.loans-issued-report-page .button{visibility:hidden!important;border:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.loans-issued-report-page{color:#000!important;background:#fff!important;gap:6px!important;margin:0!important;padding:0!important}.loans-issued-tenant-print-header{visibility:visible!important;color:#000!important;background:#fff!important;border-bottom:1px solid #d1d5db!important;align-items:center!important;gap:8px!important;margin:0 0 7px!important;padding:0 0 7px!important;display:flex!important}.loans-issued-tenant-print-header,.loans-issued-tenant-print-header *{visibility:visible!important}.loans-issued-tenant-print-header .tenant-report-print-logo{object-fit:contain!important;width:34px!important;max-width:34px!important;height:34px!important;max-height:34px!important}.loans-issued-tenant-print-header .tenant-report-print-text strong{color:#000!important;font-size:11px!important;font-weight:900!important;line-height:1.1!important}.loans-issued-tenant-print-header .tenant-report-print-text h1{color:#000!important;margin:0!important;font-size:17px!important;font-weight:950!important;line-height:1.1!important}.loans-issued-tenant-print-header .tenant-report-print-text p{color:#333!important;margin:0!important;font-size:9px!important;line-height:1.2!important}.loans-issued-report-page .loans-issued-summary-grid{grid-template-columns:repeat(5,1fr)!important;gap:4px!important;margin:0 0 6px!important;display:grid!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card,.loans-issued-report-page .summary-card,.loans-issued-report-page .report-summary-card{color:#000!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:0!important;padding:5px 6px!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card:after,.loans-issued-report-page .summary-card:after,.loans-issued-report-page .report-summary-card:after{display:none!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card span,.loans-issued-report-page .loans-issued-summary-grid .metric-card small{color:#000!important;white-space:normal!important;font-size:7px!important;line-height:1.1!important}.loans-issued-report-page .loans-issued-summary-grid .metric-card strong{color:#000!important;white-space:nowrap!important;font-size:11px!important;line-height:1.05!important}.loans-issued-report-page .loans-issued-table-panel,.loans-issued-report-page .panel,.loans-issued-report-page .card{color:#000!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}.loans-issued-report-page .table-wrapper,.loans-issued-report-page .report-table-wrapper{background:#fff!important;border:1px solid #d1d5db!important;border-radius:0!important;overflow:visible!important}.loans-issued-report-page .data-table,.loans-issued-report-page .report-table,.loans-issued-report-page table{table-layout:fixed!important;border-collapse:collapse!important;color:#000!important;background:#fff!important;width:100%!important;min-width:0!important}.loans-issued-report-page .data-table th,.loans-issued-report-page .data-table td,.loans-issued-report-page .report-table th,.loans-issued-report-page .report-table td{color:#000!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:3px 4px!important;font-size:7px!important;line-height:1.15!important}.loans-issued-report-page .data-table th,.loans-issued-report-page .report-table th{text-transform:uppercase!important;font-size:6.5px!important;font-weight:900!important}.loans-issued-report-page .badge{color:#000!important;background:#fff!important;border:1px solid #999!important;border-radius:0!important;padding:1px 3px!important;font-size:6px!important}.loans-issued-report-page .badge,.loans-issued-report-page .status-badge,.loans-issued-report-page .table-status-badge,.loans-issued-report-page [class*=status],.loan-report-page .badge,.loan-report-page .status-badge,.loan-report-page .table-status-badge,.loan-report-page [class*=loan-status]{box-shadow:none!important;color:#000!important;background:0 0!important;border:0!important;border-radius:0!important;min-width:0!important;padding:0!important;font-size:7px!important;font-weight:700!important;display:inline!important}.loan-report-page .loan-report-table .badge,.loan-report-page .loan-report-table span.badge,.loan-report-page .loan-report-table .loan-status-open,.loan-report-page .loan-report-table .loan-status-paid,.loan-report-page .loan-report-table [class*=loan-status]{color:#000!important;width:auto!important;min-width:0!important;height:auto!important;box-shadow:none!important;text-align:left!important;white-space:nowrap!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;margin:0!important;padding:0!important;font-size:7px!important;font-weight:700!important;line-height:1.1!important;display:inline!important}.loan-report-page .loan-report-table .badge:before,.loan-report-page .loan-report-table .badge:after,.loan-report-page .loan-report-table [class*=loan-status]:before,.loan-report-page .loan-report-table [class*=loan-status]:after{content:none!important;display:none!important}}.reports-hub-card{grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:1rem!important;display:grid!important}.reports-hub-card>div:not(.reports-hub-icon){gap:.28rem!important;min-width:0!important;display:grid!important}.reports-hub-card h2,.reports-hub-card h3,.reports-hub-card strong{margin:0!important;line-height:1.15!important;display:block!important}.reports-hub-card p,.reports-hub-card span:not(.reports-hub-icon span){color:var(--mp-muted,#94a3b8)!important;margin:0!important;line-height:1.35!important;display:block!important}.reports-hub-card .reports-hub-icon,.reports-hub-card svg:last-child{flex:none!important}.client-address-section{background:#0f172a6b;border:1px solid #94a3b824;border-radius:1rem;gap:.85rem;padding:1rem;display:grid}.client-address-section-header{gap:.2rem;display:grid}.client-address-section-header strong{color:var(--text);font-size:.95rem;font-weight:900}.client-address-section-header span{color:var(--muted);font-size:.8rem;font-weight:650}.client-address-grid label{gap:.35rem;display:grid}.client-address-grid input{min-height:2.5rem}@media (width<=1000px){.client-address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.client-address-grid{grid-template-columns:1fr}}.client-address-section{background:#0f172a6b!important;border:1px solid #94a3b829!important;border-radius:1rem!important;padding:1rem!important}.client-address-grid{grid-template-columns:minmax(0,1.5fr) minmax(160px,.6fr)!important;gap:.85rem!important;display:grid!important}.client-address-grid label{gap:.35rem!important;min-width:0!important;display:grid!important}.client-address-grid input{width:100%!important;min-width:0!important;height:2.6rem!important;min-height:2.6rem!important}.client-address-grid label:nth-child(3){grid-column:1/2!important}.client-address-grid label:nth-child(4){grid-column:2/3!important}.client-address-grid label:nth-child(5){grid-column:1/2!important}.client-address-grid label:nth-child(6){grid-column:2/3!important}@media (width<=720px){.client-address-grid{grid-template-columns:1fr!important}.client-address-grid label{grid-column:auto!important}}
