:root{--bg:#f3f6fa;--bg-soft:#eef3f8;--panel:#fff;--panel-strong:#fff;--text:#002e5d;--muted:#5b7288;--accent:#1b75bb;--accent-dark:#002e5d;--accent-soft:#1b75bb1f;--warm:#33a1fd;--warm-soft:#33a1fd24;--border:#d7e1ea;--shadow:0 8px 24px #1135540f;--success-bg:#edf7f1;--success-text:#1e7b4d;--error-bg:#fbeeed;--error-text:#af4137}*{box-sizing:border-box;min-width:0}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body,button,input,select,textarea{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}html{scrollbar-gutter:stable}a{color:inherit;text-decoration:none}body{background:linear-gradient(#f5f8fb 0%,#eef3f8 100%)}.shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.workspace{grid-template-rows:1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;gap:12px;height:100vh;padding:14px 12px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-brand-block,.identidade-marca{align-items:center;gap:12px;display:flex}.identidade-marca--sidebar{padding:6px 8px 12px}.identidade-marca__icone{object-fit:contain;object-position:center;background:0 0;flex-shrink:0;width:66px;height:66px}.identidade-marca__nome{letter-spacing:-.01em;align-items:baseline;font-size:1.55rem;font-weight:600;line-height:1;display:inline-flex}.identidade-marca__nome .identidade-marca__condo{color:#002e5d;font-weight:600}.identidade-marca__nome .identidade-marca__leve{color:#1b75bb;margin-left:.02em;font-weight:700}.identidade-marca__nome.identidade-marca__nome--claro .identidade-marca__condo{color:#fff;text-shadow:0 1px 10px #00000040}.identidade-marca__nome.identidade-marca__nome--claro .identidade-marca__leve{color:#9ed4ff;text-shadow:0 1px 10px #0003}.identidade-marca--login{gap:18px}.identidade-marca--login .identidade-marca__icone{width:108px;height:108px}.identidade-marca--login .identidade-marca__nome{letter-spacing:-.02em;font-size:2.65rem}.login-page__hero-brand.identidade-marca{margin-bottom:2.25rem}.brand-mark{color:#fff;background:linear-gradient(135deg,#0a6ba6,#278dd1);border-radius:12px;place-items:center;width:42px;height:42px;font-size:.95rem;font-weight:700;display:grid}.brand{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.78rem;font-weight:700}.brand-title{color:var(--text);font-size:1.15rem;font-weight:700;line-height:1.2}.sidebar-search{border:1px solid var(--border);color:#91a3b4;background:#fff;border-radius:8px;padding:11px 14px;font-size:.95rem}.nav{flex:1;align-content:start;gap:0;min-height:0;display:grid}.nav-link{border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;padding:12px;transition:background .15s,border-color .15s;display:flex}.nav-link-main{align-items:center;gap:10px;display:inline-flex}.nav-link:hover{background:#f7fbfe;border-color:#0000}.nav-link--active{background:#dff0fb;border-color:#0000}.nav-link--group{margin-bottom:2px}.nav-group{gap:0;display:grid}.nav-chevron{color:var(--accent-dark);justify-content:center;align-items:center;width:1rem;height:1rem;transition:transform .18s,color .18s;display:inline-flex}.nav-chevron svg{width:100%;height:100%}.nav-chevron.is-open{transform:rotate(180deg)}.nav-chevron--small{width:.85rem;height:.85rem}.nav-icon{color:#3479a7;flex:none;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;display:inline-flex}.nav-icon svg{width:100%;height:100%}.nav-submenu{gap:0;padding:6px 0 8px 34px;display:grid}.nav-sublink{color:#2e77a8;border-radius:6px;align-items:center;gap:8px;padding:10px 8px;font-size:.96rem;line-height:1.35;display:inline-flex}.nav-sublink-icon{color:#5d89a9;flex:none;justify-content:center;align-items:center;width:.95rem;height:.95rem;display:inline-flex}.nav-sublink-icon svg{width:100%;height:100%}.nav-sublink:hover{color:var(--accent-dark);background:0 0}.nav-subgroup{gap:2px;display:grid}.nav-subgroup-toggle{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;width:100%;font-family:inherit}.nav-sublink-main{align-items:center;gap:8px;display:inline-flex}.nav-subgroup-items{gap:2px;display:grid}.nav-sublink--nested{margin-left:18px;padding-left:10px}.nav-sublink--active{color:var(--accent-dark);background:0 0;font-weight:700}.nav-label{color:var(--accent-dark);font-size:1rem;font-weight:700}.sidebar-note{color:var(--muted);background:#f7fafc;border:1px solid #e2eaf1;border-radius:10px;margin-top:auto;padding:14px;font-size:.92rem;line-height:1.55}.sidebar-note-title{color:var(--accent-dark);margin-bottom:6px;font-weight:700}.sidebar-help-link{color:var(--accent-dark);align-items:center;gap:10px;margin-top:10px;font-weight:700;display:inline-flex}.sidebar-help-link--active{color:var(--accent)}.sidebar-auth{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:auto;padding-top:12px;display:flex}.sidebar-auth__field{flex-direction:column;gap:6px;display:flex}.sidebar-auth__label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.75rem;font-weight:700}.sidebar-auth__select{width:100%}.sidebar-auth__hint{color:var(--muted);margin:0;font-size:.85rem}.sidebar-auth__logout,.sidebar-auth__login{text-align:center;justify-content:center;width:100%}.nav-icon--help{color:inherit}.topbar{border-bottom:1px solid var(--border);z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;position:sticky;top:0}.topbar-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.78rem;font-weight:700}.topbar-title{color:var(--text);font-size:1.3rem;font-weight:700}.topbar-status{background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;padding:9px 12px;font-size:.85rem;font-weight:700}.content{padding:22px}.page{gap:18px;display:grid}.page-header,.card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px}.page-header{justify-content:space-between;align-items:start;gap:18px;padding:22px 24px;display:flex}.page-header h1{letter-spacing:-.02em;margin:8px 0;font-size:clamp(1.6rem,2vw,2.1rem);line-height:1.15}.page-header p{max-width:68rem;color:var(--muted);margin:0;font-size:.98rem;line-height:1.6}.page-header-actions{align-items:start;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:.76rem;font-weight:700}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.grid-2{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:18px;display:grid}.settings-stack{gap:18px;display:grid}.settings-master-detail{grid-template-columns:minmax(320px,.95fr) minmax(0,1.25fr);align-items:start;gap:18px;display:grid}.residents-workspace{gap:14px}.residents-search{margin:0 0 8px}.residents-layout{grid-template-columns:minmax(250px,320px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.residents-sidebar{gap:12px;max-height:calc(100vh - 120px);position:sticky;top:10px;overflow:hidden}.unit-card-list{gap:8px;max-height:min(58vh,600px);padding-right:4px;display:grid;overflow-y:auto}.unit-card-list__item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:#f8fbfd;border:1px solid #0000;border-radius:14px;gap:4px;padding:12px;display:grid}.unit-card-list__item:hover,.unit-card-list__item.is-selected{background:#edf7ff;border-color:#b8d5e7}.unit-card-list__item span,.unit-card-list__item small{color:var(--muted)}.charge-unit-list{max-height:min(62vh,720px)}.charge-summary-strip{flex-wrap:wrap;align-items:center;gap:12px 24px;display:flex}.charge-summary-strip span{color:var(--muted)}.charge-summary-strip strong{color:var(--accent-dark)}.debtors-unit-list{max-height:min(62vh,720px)}.debtors-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.charge-bulk-selector{border:1px solid var(--border);width:100%;min-height:48px;color:var(--accent-dark);text-align:left;cursor:pointer;background:#fbfdff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:.8rem .95rem;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.charge-bulk-selector:hover,.charge-bulk-selector:focus-visible,.charge-bulk-selector.is-open{background:#f5fbff;border-color:#9ecae3;box-shadow:0 0 0 3px #1f74ba14}.charge-bulk-selector__label{font-weight:700}.charge-bulk-selector__summary{color:var(--muted);font-size:.94rem}.charge-bulk-unit-panel{gap:8px;display:grid}.charge-bulk-unit-list{border:1px solid var(--border);background:#fbfdff;border-radius:14px;gap:6px;max-height:min(34vh,280px);padding:10px 12px;display:grid;overflow-y:auto}.residents-detail-panel{gap:14px;min-width:0}.title-with-action{align-items:center;gap:8px;display:flex}.title-with-action h2{margin-bottom:0}.residents-tabs{border:1px solid var(--border);background:#f8fbfd;border-radius:14px;flex-wrap:wrap;gap:8px;padding:6px;display:flex}.residents-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:9px 12px;font-weight:800}.residents-tabs button.is-active{background:var(--accent);color:#fff}.segmented-control{border:1px solid var(--border);background:#f6fafc;border-radius:14px;flex-wrap:wrap;gap:6px;padding:4px;display:inline-flex}.segmented-control button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:9px 12px;font-weight:800}.segmented-control button.is-active{background:var(--accent);color:#fff;box-shadow:0 8px 18px #0a4f7d26}.radio-card-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.radio-card{border:1px solid var(--border);cursor:pointer;background:#f8fbfd;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.radio-card:has(input:checked){background:#edf7fd;border-color:#0066a173;box-shadow:0 10px 22px #0a4f7d1a}.radio-card input{accent-color:var(--accent);margin-top:3px}.radio-card span{gap:3px;display:grid}.radio-card small{color:var(--muted);line-height:1.35}.residents-tab-content{gap:16px;display:grid}.residents-tab-content--profile-form{margin-top:16px}.profile-panel-heading{gap:20px;margin-bottom:16px}.profile-panel-heading.section-heading--compact{margin-bottom:16px}.profile-panel-heading h2{margin-bottom:0}.profile-panel-badges{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding-left:12px;display:flex}.profile-detail-form .field-stack{gap:6px}.profile-detail-form .field-stack--checkbox-top{align-content:start}.profile-detail-form .field-stack--checkbox-top .checkbox-row--panel{min-height:38px}.permissions-module-list{gap:10px;margin-top:12px;display:grid}.permissions-module-row{border:1px solid var(--border);background:#f8fbfd;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px 20px;padding:12px 14px;display:flex}.permissions-module-row__title{min-width:128px;color:var(--accent-dark);font-size:.95rem;font-weight:800}.permissions-module-row__options{flex-wrap:wrap;flex:1;align-items:center;gap:10px 18px;min-width:0;display:flex}.permissions-option{cursor:pointer;color:var(--text);align-items:center;gap:8px;font-size:.92rem;font-weight:600;display:inline-flex}.permissions-option input{flex-shrink:0;width:16px;height:16px;margin:0}.residents-subsection-head{border-top:1px solid var(--border);margin-top:8px;padding-top:14px}.info-strip{border:1px solid var(--border);color:var(--muted);background:#f8fbfd;border-radius:12px;padding:10px 12px}.info-strip strong{color:var(--accent-dark)}.bank-layouts-shell{grid-template-columns:minmax(300px,.8fr) minmax(0,1.35fr)}.bank-layout-list{gap:10px;max-height:min(64vh,720px);padding-right:4px;display:grid;overflow:auto}.bank-layout-card{border:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;background:#fbfdff;border-radius:14px;gap:10px;padding:13px;transition:border-color .15s,background .15s,transform .15s;display:grid}.bank-layout-card:hover{background:#f4f9fd;border-color:#0b69a347;transform:translateY(-1px)}.bank-layout-card.is-selected{box-shadow:inset 3px 0 0 var(--accent);background:#eaf5fb;border-color:#0b69a361}.bank-layout-card__main{gap:3px;display:grid}.bank-layout-card__main strong{color:var(--accent-dark)}.bank-layout-card__main small,.bank-layout-card__columns{color:var(--muted);font-size:.84rem}.bank-layout-card__columns{flex-wrap:wrap;gap:6px;display:flex}.bank-layout-card__columns span,.bank-layout-summary span{background:#f0f6fa;border-radius:999px;padding:5px 8px}.bank-layout-fields{gap:14px}.bank-layout-summary{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:.9rem;display:flex}.grid-2--balanced{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.finance-operations-layout{grid-template-columns:minmax(0,1.95fr) minmax(280px,.8fr);align-items:start;gap:18px;display:grid}.modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#122a3d61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #0f62a81a;border-radius:22px;width:min(100%,960px);max-height:min(92vh,980px);padding:24px;overflow:auto;box-shadow:0 28px 64px #0c223738}.modal-card--wide{width:min(96vw,1120px)}.modal-card--competencias{width:min(92vw,980px);max-height:min(88vh,840px);padding:18px 18px 16px}.modal-card--competencias>.section-heading{gap:12px;margin-bottom:8px}.modal-card--competencias>.section-heading h2{margin-bottom:4px}.modal-card--competencias>.section-heading p{max-width:42rem;line-height:1.45}.modal-card--competencias .feedback{margin:0;padding:10px 12px}.modal-card--competencias .settings-tabs{border-radius:14px;gap:6px;padding:5px}.modal-card--competencias .settings-tabs button{padding:8px 12px}.modal-card--competencias .settings-tab-panel{gap:12px;padding:12px}.modal-card--competencias .card{border-radius:16px;padding:16px}.modal-card--competencias .table th,.modal-card--competencias .table td{vertical-align:middle;padding:9px 10px}.modal-card--competencias .section-heading{gap:12px}.modal-card--competencias .section-heading h2{margin-bottom:4px;font-size:1.08rem}.modal-card--competencias .helper.compact{line-height:1.4}.modal-card--finance-entry{padding:20px}.modal-card--application{width:min(96vw,860px);padding:16px}.modal-card--context-switch{width:min(92vw,440px);padding:20px}.modal-backdrop--alert{z-index:1500}.action-alert-card{grid-template-columns:auto 1fr;align-items:center;gap:12px;width:fit-content;max-width:min(92vw,420px);padding:16px 20px;display:grid}.action-alert-card--success{border-color:#207e492e}.action-alert-card h2{margin:0 0 6px}.action-alert-card p{color:var(--muted);margin:0;line-height:1.5}.action-alert-card .modal-alert-body{white-space:pre-line;word-break:break-word;max-height:min(70vh,440px);overflow-y:auto}.action-alert-icon{width:34px;height:34px;color:var(--error-text);background:#fff2f1;border-radius:999px;place-items:center;font-weight:900;display:grid}.action-alert-icon--success{background:var(--success-bg);color:var(--success-text)}.action-alert-actions{grid-column:1/-1;justify-content:center;margin-top:4px;padding-top:0}.card{padding:18px}.card h2,.card h3{color:var(--text);margin-top:0;margin-bottom:6px;font-size:1.1rem}.kpi-card-admin{padding:18px}.kpi-card-admin--accent{background:linear-gradient(#f1f9fe,#fff)}.kpi-card-admin--accent-soft{background:linear-gradient(#f5f9fd,#fff)}.kpi-value{color:var(--accent-dark);overflow-wrap:anywhere;margin-top:8px;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700}.kpi-value--hero{white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;font-size:clamp(1.4rem,2vw,1.9rem);overflow:hidden}.kpi-label{color:var(--muted);font-size:.9rem}.info-icon{width:1rem;height:1rem;color:var(--accent);cursor:help;vertical-align:middle;background:#134d7e0f;border:1px solid #134d7e47;border-radius:999px;justify-content:center;align-items:center;margin-left:.3rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.list{color:var(--muted);gap:10px;line-height:1.6;display:grid}.home-alertas-list{color:var(--muted);gap:8px;margin:0;padding-left:0;line-height:1.5;list-style:none;display:grid}.home-saude-financeira{gap:12px;margin-bottom:8px;display:grid}.home-saude-financeira__title{color:var(--text);margin:0;font-size:1.15rem}.home-saude-financeira__intro{max-width:56ch;margin:0}.home-saude-financeira__secundario{margin-top:4px}.home-section-heading,.home-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-section-heading h2,.home-card-heading h2,.home-card-heading h3{margin:0}.home-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.home-kpi-card{min-height:0;padding:18px 18px 20px}.home-dashboard-grid{margin-bottom:8px}.home-composition-card,.home-competencia-card,.home-pendencias-card,.home-notes-card{gap:14px;display:grid}.home-composition-bar{background:#edf3f9;border:1px solid #d5e2f0;border-radius:999px;align-items:stretch;min-height:16px;display:flex;overflow:hidden}.home-composition-bar__segment{min-width:0;display:block}.home-composition-bar__segment--cash,.home-composition-legend__dot.home-composition-bar__segment--cash{background:linear-gradient(135deg,#0f5d99,#1f7abf)}.home-composition-bar__segment--investments,.home-composition-legend__dot.home-composition-bar__segment--investments{background:linear-gradient(135deg,#4d83b8,#77a8d7)}.home-composition-bar__segment--receivable,.home-composition-legend__dot.home-composition-bar__segment--receivable{background:linear-gradient(135deg,#99bddf,#c1d7ec)}.home-composition-legend{gap:8px;display:grid}.home-composition-legend__item{color:var(--muted);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;font-size:.95rem;display:grid}.home-composition-legend__item strong{color:var(--accent-dark);font-size:.95rem}.home-composition-legend__dot{border-radius:999px;width:10px;height:10px;display:inline-block}.home-financial-inline-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:2px;display:grid}.home-financial-inline-summary>div,.home-note-pill,.home-competencia-item{border:1px solid var(--border);background:#fbfdff;border-radius:14px;gap:6px;padding:14px 16px;display:grid}.home-financial-inline-summary span,.home-note-pill span,.home-competencia-item__label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.82rem}.home-financial-inline-summary strong,.home-note-pill strong,.home-competencia-item strong{color:var(--accent-dark);font-size:1.05rem}.home-financial-inline-summary small,.home-competencia-item small{color:var(--muted);line-height:1.45}.home-competencia-item--stack{text-align:center;gap:12px}.home-competencia-item__destaque{font-size:1.18rem;line-height:1.25}.home-competencia-item__nota{color:var(--muted);font-size:.86rem;line-height:1.45}.home-competencia-item__action{box-sizing:border-box;width:100%;margin-top:4px}.home-competencia-grid,.home-quick-notes{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-alertas-list__item{background:#fff9ec;border:1px solid #f0d8a6;border-radius:14px;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.home-alertas-list__dot{background:#d49b2a;border-radius:999px;align-self:center;width:10px;height:10px}.home-empty-state{border:1px dashed var(--border);background:#fbfdff;border-radius:14px;gap:6px;padding:16px;display:grid}.home-empty-state strong{color:var(--accent-dark)}@media (max-width:1100px){.home-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.home-section-heading,.home-card-heading{flex-direction:column;align-items:flex-start}.home-kpi-grid,.home-financial-inline-summary,.home-competencia-grid,.home-quick-notes{grid-template-columns:1fr}}.faq-list{gap:10px;display:grid}.faq-item{border:1px solid var(--border);background:#fbfdff;border-radius:14px;overflow:hidden}.faq-item summary{cursor:pointer;color:var(--accent-dark);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";border-bottom:2px solid;border-right:2px solid;flex:none;width:.8rem;height:.8rem;margin-top:-.2rem;transition:transform .18s;transform:rotate(45deg)}.faq-item[open] summary:after{margin-top:.15rem;transform:rotate(225deg)}.faq-item p{color:var(--muted);margin:0;padding:0 16px 14px;line-height:1.6}.table{border-collapse:collapse;width:100%;font-size:.94rem}.table-scroll{width:100%;overflow-x:auto}.table-scroll--recibos{border:1px solid var(--border);border-radius:14px;max-height:min(52vh,620px);overflow:auto}.table-scroll--recibos .table{margin:0}.table-scroll--recibos thead th{z-index:1;background:#f7fafc;position:sticky;top:0}.table-scroll--units{border:1px solid var(--border);border-radius:14px;max-height:min(44vh,460px);overflow-y:auto}.table-scroll--units .table{margin:0}.table-scroll--entries{border:1px solid var(--border);border-radius:14px;max-height:min(68vh,980px);overflow-y:auto}.table-scroll--entries .table{margin:0}.table-scroll--debtors{border:1px solid var(--border);border-radius:14px;max-height:304px;overflow:auto}.table-scroll--debtors .table{margin:0}.table-scroll--debtors thead th{z-index:1;position:sticky;top:0}.table-scroll--audit{border:1px solid var(--border);border-radius:14px;max-height:min(46vh,520px);overflow:auto}.table-scroll--audit .table{margin:0}.table-scroll--audit thead th{z-index:1;position:sticky;top:0}.table-scroll--categories{border:1px solid var(--border);border-radius:14px;max-height:min(62vh,620px);margin-top:8px;overflow:auto}.table-scroll--categories .table{margin:0}.table-scroll--categories thead th{z-index:1;box-shadow:inset 0 -1px 0 var(--border);position:sticky;top:0}.table--categories{table-layout:fixed;min-width:1040px}.table--categories th,.table--categories td{overflow-wrap:normal;white-space:nowrap}.table--categories th{font-size:.9rem}.table--categories td{font-size:.96rem}.table--categories th:first-child,.table--categories td:first-child,.table--categories th:nth-child(2),.table--categories td:nth-child(2){white-space:normal}.table--categories__col-categoria,.table--categories__col-grupo{width:19%}.table--categories__col-resumo{width:11%}.table--categories__col-competencia,.table--categories__col-unidade{width:9%}.table--categories__col-tipo-despesa{width:15%}.table--categories__col-natureza,.table--categories__col-status{width:9%}.finance-filters-card{gap:12px}.finance-filters-toggle{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0}.finance-filters-toggle .section-heading{margin:0}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);overflow-wrap:anywhere;padding:12px 10px}.table th{color:var(--accent-dark);background:#f8fbfe;font-weight:700}.table-row-selectable{cursor:pointer;transition:background .15s}.table-row-selectable:hover{background:#f8fbfe}.table-row-selectable.is-selected{background:#e9f4fb}.table-row-selectable.is-canceled{color:#7d3535;background:#fff6f6}.table-row-selectable.is-canceled:hover{background:#ffecec}.row-selected{background:#eef7ff}.badge{background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.8rem;font-weight:700;display:inline-flex}.account-balance-pill{min-height:42px;color:var(--muted);white-space:nowrap;align-self:flex-end;align-items:center;gap:5px;font-size:.84rem;font-weight:700;display:inline-flex}.account-balance-pill strong{color:var(--accent-dark);font-size:.9rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.condominium-data-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.condominium-data-grid .input,.condominium-data-grid .select{min-height:38px;padding:8px 10px}.field-stack{gap:8px;display:grid}.field-stack--span-2{grid-column:span 2}.field-stack--span-3{grid-column:span 3}.field-stack--span-4{grid-column:span 4}.field-stack--span-6{grid-column:span 6}.field-stack--span-8{grid-column:span 8}.field-stack--span-12{grid-column:span 12}.input,.select{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:12px;padding:10px 12px;font-size:.95rem}.input:focus,.select:focus{border-color:#0b69a347;outline:2px solid #0b69a324}.readonly-field{min-height:42px;color:var(--text);background:#f6fafc;border:1px dashed #134d7e3d;border-radius:12px;padding:10px 12px;font-size:.95rem;line-height:1.35}.button{color:#fff;cursor:pointer;background:#0b69a3;border:none;border-radius:12px;justify-content:center;align-items:center;padding:11px 16px;font-weight:700;display:inline-flex}.button:disabled{opacity:.65;cursor:not-allowed}.button.secondary{color:var(--accent-dark);background:#edf4fb;border:1px solid #d5e4f1}.button.danger{color:#9f2f25;background:#fff1f0;border:1px solid #f3c3bf}.button-small{border-radius:10px;padding:6px 8px;font-size:.79rem}.button.ghost{color:var(--error-text);background:0 0;border:1px solid #af41372e}.page-actions{flex-wrap:wrap;gap:10px;display:flex}.page-actions--split{justify-content:space-between;align-items:center;margin-bottom:8px}.checkbox-line{color:var(--text);align-items:center;gap:10px;line-height:1.4;display:flex}.checkbox-line input{flex:none;width:16px;height:16px}.backup-config-panel{grid-template-columns:minmax(280px,420px) minmax(160px,200px) minmax(120px,150px);align-items:end;gap:12px;margin-top:14px;display:grid}.backup-config-actions{margin-top:10px}.table-scroll--backups{max-height:280px}.table-scroll--credits{border:1px solid var(--border);border-radius:14px;max-height:min(54vh,520px);overflow:auto}.table-scroll--credits .table{margin:0}.table-scroll--credits thead th{z-index:1;position:sticky;top:0}.credit-record-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:none}.table-scroll--competencias-modal{border:1px solid var(--border);border-radius:14px;max-height:152px;overflow-y:auto}.table-scroll--competencias-modal .table{margin:0}.table-scroll--competencias-modal thead th{z-index:1;position:sticky;top:0}.table-actions{flex-direction:column;align-items:stretch;gap:6px;display:flex}.conciliation-cell{align-content:center;justify-items:start;gap:5px;min-width:142px;min-height:48px;display:grid}.conciliation-cell__meta{color:var(--muted);flex-wrap:wrap;gap:4px 7px;min-height:16px;font-size:.76rem;line-height:1.35;display:flex}.conciliation-cell__meta span:not(:last-child):after{content:"·";color:#9cafc1;margin-left:7px}.conciliation-button{letter-spacing:.01em;border-radius:999px;justify-content:center;width:auto;min-width:126px;min-height:34px;padding-inline:14px;font-size:.82rem;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff6b}.conciliation-button--success{color:#1e7b4d;background:linear-gradient(#f0faf4 0%,#e2f4e9 100%);border-color:#1e7b4d2e}.conciliation-button--warning{color:#8d5a00;background:linear-gradient(#fff8e9 0%,#ffefcc 100%);border-color:#8d5a0029}.conciliation-button--danger{color:#af4137;background:linear-gradient(#fff2f1 0%,#fbe3e0 100%);border-color:#af413729}.conciliation-button:disabled{cursor:default;opacity:1}.conciliation-check{letter-spacing:.01em;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:999px;justify-content:flex-start;align-items:center;gap:8px;width:auto;min-width:126px;min-height:34px;padding:6px 11px;font-size:.82rem;font-weight:800;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff6b}.conciliation-check input{appearance:none;cursor:pointer;background:#ffffffb3;border:2px solid;border-radius:999px;flex:none;place-items:center;width:17px;height:17px;margin:0;display:grid}.conciliation-check input:after{content:"";opacity:0;border-bottom:2px solid;border-left:2px solid;width:7px;height:4px;transform:rotate(-45deg)translate(1px,-1px)}.conciliation-check input:checked:after{opacity:1}.conciliation-check input:disabled{cursor:not-allowed}.conciliation-check:has(input:disabled){cursor:not-allowed}.conciliation-check--success{color:#1e7b4d;background:linear-gradient(#f0faf4 0%,#e2f4e9 100%);border-color:#1e7b4d2e}.conciliation-check--warning{color:#8d5a00;background:linear-gradient(#fff8e9 0%,#ffefcc 100%);border-color:#8d5a0029}.conciliation-check--compact{min-width:104px;min-height:30px;padding:4px 10px;font-size:.78rem}.text-danger{color:#b33a3a}.entry-status-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.entry-status-badge{color:var(--accent-dark);background:#eef3f8;border-radius:999px;align-items:center;padding:4px 8px;font-size:.78rem;font-weight:700;display:inline-flex}.entry-status-badge--pendente_aplicacao{color:#8d5a00;background:#fff4dd}.entry-status-badge--credito_nao_alocado{color:#5b3ea2;background:#efeafd}.entry-status-badge--conciliado{color:#1e7b4d;background:#edf7f1}.entry-status-badge--parcial{color:#a85b17;background:#fef1e7}.entry-status-badge--invalido{color:#b33a3a;background:#fdeeee}.charge-status-cell{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.charge-status-badge{color:var(--accent-dark);background:#eef3f8;border-radius:999px;align-items:center;padding:4px 8px;font-size:.78rem;font-weight:700;display:inline-flex}.charge-status-badge--aberta{color:#8d5a00;background:#fff4dd}.charge-status-badge--parcial{color:#a85b17;background:#fef1e7}.charge-status-badge--paga{color:#1e7b4d;background:#edf7f1}.charge-status-badge--isenta{color:#526271;background:#eef3f8}.charge-status-badge--cancelada{color:#a22f2f;background:#ffe5e5}.entry-status-note{color:var(--muted);font-size:.82rem}.split-summary{max-width:300px;color:var(--muted);margin-top:6px;font-size:.76rem;line-height:1.35}.field-label-action,.category-select-row{align-items:center;gap:8px;display:flex}.field-label-action{justify-content:space-between}.category-select-row{justify-content:stretch}.category-select-row .select{flex:1;min-width:0}.initial-balance-inline-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:10px 14px;display:grid}.initial-balance-category-row{align-items:stretch}.initial-balance-category-row .category-plus-button{width:42px;height:42px}.initial-balance-helper{grid-column:1/-1;margin:0}.field-stack--category{max-width:460px}.category-plus-button{width:30px;height:30px;color:var(--accent-dark);cursor:pointer;background:linear-gradient(#f9fcff 0%,#e7f3fb 100%);border:1px solid #0a4f7d33;border-radius:999px;flex:none;justify-content:center;align-items:center;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 14px #11355414}.category-plus-button:hover{background:#e4f2fa;border-color:#0a4f7d5c;transform:translateY(-1px);box-shadow:0 8px 18px #1135541f}.category-plus-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.category-plus-button svg{stroke-width:2.2px;width:15px;height:15px}.modal-backdrop--stacked{z-index:1400}.modal-card--category-mini{width:min(680px,100vw - 28px)}.modal-card--category-split{width:min(1040px,100vw - 28px);max-height:calc(100vh - 28px);overflow:auto}.modal-card--category-filter{width:min(760px,100vw - 28px);max-height:calc(100vh - 28px);overflow:auto}.report-category-filter-all{border-bottom:1px solid var(--border);padding:10px 0 12px;font-weight:700}.report-category-filter-tree{gap:12px;max-height:min(58vh,520px);margin-top:12px;padding-right:4px;display:grid;overflow:auto}.report-category-filter-nature{gap:8px;display:grid}.report-category-filter-nature h3{color:var(--success-text);background:#eef8f1;border-radius:10px;margin:0;padding:8px 10px;font-size:.95rem}.report-category-filter-nature:nth-child(2n) h3{color:var(--error-text);background:#fff1f0}.report-category-filter-group{border:1px solid var(--border);background:#fbfdff;border-radius:12px;gap:6px;padding:8px 10px;display:grid}.report-category-filter-group-title{color:var(--accent-dark);font-weight:700}.report-category-filter-items{gap:4px;padding-left:22px;display:grid}.report-filter-note{color:#8a5b00;background:#fff8e9;border-radius:12px;margin:10px 0 14px;padding:9px 12px;font-size:.92rem}.reports-controls-grid{grid-template-columns:minmax(320px,.9fr) minmax(520px,1.1fr);align-items:stretch;gap:14px;display:grid}.report-options-card,.report-period-card{padding:14px 16px}.report-options-card{align-content:start;gap:10px;display:grid}.report-options-copy{gap:4px;display:grid}.report-options-copy h2{margin:0}.report-options-copy .helper,.report-options-actions,.report-period-shortcuts,.report-period-actions{margin-top:0}.report-options-actions .button,.report-category-control .button,.report-period-shortcuts .button,.report-period-actions .button{padding:9px 14px}.report-category-control{border-top:1px solid var(--border);gap:10px;margin-top:4px;padding-top:10px;display:grid}.report-category-control-copy{gap:3px;display:grid}.report-category-control-copy .kpi-rotulo{color:var(--text);letter-spacing:0;text-transform:none;font-size:1rem;font-weight:700}.report-category-control-copy p,.report-category-control-actions{margin-top:0}.report-category-filter-button{justify-content:space-between;gap:8px;min-width:232px}.report-category-filter-button span{color:var(--muted);font-weight:700}.report-category-filter-button strong{color:var(--accent-dark);white-space:nowrap}.report-period-card{gap:10px;display:grid}.report-period-form{grid-template-columns:repeat(2,minmax(160px,1fr));align-items:end;gap:10px;display:grid}.category-split-form{grid-template-columns:minmax(180px,1.1fr) 100px minmax(130px,.7fr) 100px minmax(150px,1fr) auto;align-items:end;gap:10px;margin-top:10px;display:grid}.category-split-add-button{white-space:nowrap;min-height:38px}.category-split-table{border:1px solid var(--border);background:#fff;border-radius:12px;margin-top:14px;overflow:auto}.category-split-table__header,.category-split-table__row{grid-template-columns:minmax(150px,1.1fr) 96px 100px minmax(130px,1fr) 44px;align-items:center;gap:8px;min-width:560px;display:grid}.category-split-table__header{color:var(--accent-dark);background:#eef4f8;padding:9px 12px;font-size:.8rem;font-weight:800}.category-split-table__row{border-top:1px solid #e5eef5;padding:9px 12px}.category-split-table__row--erro{background:#fff5f5}.category-split-unidade-erro{color:#b33a3a;font-weight:600}.select--erro{border-color:#b33a3a;outline-color:#b33a3a}.category-split-campo-erro{color:#b33a3a;font-size:.8em;font-weight:600}.initial-credit-items-table .category-split-table__header,.initial-credit-items-table .category-split-table__row{grid-template-columns:minmax(180px,1.1fr) 120px 120px minmax(160px,1fr) 44px;min-width:720px}.category-split-empty{color:var(--muted);text-align:center;padding:34px 12px}.category-split-totals{border:1px solid var(--border);color:var(--accent-dark);background:#f8fbfd;border-radius:10px;flex-wrap:wrap;gap:14px;margin-top:10px;padding:9px 12px;font-weight:800;display:flex}.category-split-totals__exceeded{color:#dc2626}.category-split-actions{justify-content:space-between;margin-top:12px}.entry-category-summary{border:1px solid var(--border);color:var(--muted);background:#f8fbfd;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;font-size:.84rem;display:flex}.entry-category-panel{border:1px solid var(--border);background:linear-gradient(#f8fbfd 0%,#f2f7fb 100%);border-radius:14px;gap:12px;padding:12px;display:grid}.entry-category-panel--closed{grid-template-columns:minmax(0,1fr) auto;align-items:center}.entry-category-panel h3{color:var(--accent-dark);margin:0 0 4px;font-size:1rem}.entry-category-panel__head{grid-template-columns:minmax(0,1fr) minmax(240px,360px);align-items:start;gap:12px;display:grid}.entry-category-panel__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.entry-category-table{border:1px solid var(--border);background:#fff;border-radius:12px;overflow-x:auto}.entry-category-table__header,.entry-category-table__row{grid-template-columns:minmax(180px,1.15fr) minmax(125px,.75fr) 110px 120px minmax(190px,1fr) 38px;align-items:center;gap:8px;min-width:850px;display:grid}.entry-category-table__header{color:var(--accent-dark);border-bottom:1px solid var(--border);padding:10px 12px 8px 54px;font-size:.78rem;font-weight:800}.entry-category-table__row{border-bottom:1px solid #e5eef5;padding:8px 12px 8px 54px;position:relative}.entry-category-table__row:last-child{border-bottom:0}.entry-category-row-number{width:26px;height:26px;color:var(--accent-dark);background:#e8f2f8;border-radius:999px;place-items:center;font-weight:800;display:grid;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.entry-category-table .input,.entry-category-table .select{min-height:38px}.entry-category-remove{color:#b54a3e;cursor:pointer;background:#fff0ed;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;font-weight:800;display:inline-flex}.entry-category-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.entry-category-edit{color:var(--accent-dark);cursor:pointer;background:#edf6fb;border:0;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.entry-category-edit:hover{background:#dff0fa}.entry-category-main-label{color:var(--accent-dark);font-weight:800}.text-danger{color:var(--error-text);font-weight:800}.text-success{color:#1e7b4d;font-weight:800}.text-muted{color:var(--muted)}.entry-category-remove:hover:not(:disabled){background:#ffe1dc}.entry-category-remove:disabled{cursor:not-allowed;opacity:.35}.modal-card--split-entry{max-width:min(1120px,100vw - 28px)}.split-balance{border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:12px 0 16px;padding:10px 12px;font-size:.9rem;display:flex}.split-balance--ok{color:#1e7b4d;background:#edf7f1}.split-balance--open{color:#8d5a00;background:#fff4dd}.split-items-list{gap:10px;max-height:min(54vh,560px);padding-right:4px;display:grid;overflow:auto}.split-items-list--inline{max-height:360px}.split-item-row{border:1px solid var(--border);background:#f8fbfd;border-radius:14px;grid-template-columns:34px minmax(180px,1.1fr) minmax(130px,.8fr) 110px 120px minmax(180px,1fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.split-item-row__index{width:28px;height:28px;color:var(--accent-dark);background:#e8f2f8;border-radius:999px;place-items:center;margin-bottom:4px;font-weight:800;display:grid}@media (max-width:980px){.category-split-form,.category-split-table__header,.category-split-table__row,.entry-category-panel--closed,.entry-category-panel__head,.split-item-row{grid-template-columns:1fr}.split-item-row__index{margin-bottom:0}}.table-scroll--lancamentos{border:1px solid var(--border);border-radius:14px;max-height:min(68vh,980px);overflow:auto}.finance-agendamentos-table{border-collapse:separate;border-spacing:0;min-width:880px}.finance-agendamentos-table thead th{vertical-align:middle}.finance-agendamentos-table th:last-child,.finance-agendamentos-table td:last-child{text-align:right;white-space:nowrap;min-width:92px}.finance-agendamentos-table td:last-child{vertical-align:middle}.finance-lancamentos-table{border-collapse:separate;border-spacing:0;min-width:1020px}.finance-lancamentos-table tr{position:relative}.finance-lancamentos-table th:nth-child(5),.finance-lancamentos-table td:nth-child(5){min-width:280px}.finance-lancamentos-table th:nth-child(7),.finance-lancamentos-table td:nth-child(7){min-width:200px}.finance-lancamentos-table th:nth-child(9),.finance-lancamentos-table td:nth-child(9){width:168px;min-width:168px;max-width:168px}.finance-lancamentos-table td:first-child,.finance-lancamentos-table th:first-child,.finance-lancamentos-table td:nth-child(2),.finance-lancamentos-table th:nth-child(2),.finance-lancamentos-table td:nth-child(3),.finance-lancamentos-table th:nth-child(3),.finance-lancamentos-table td:nth-child(4),.finance-lancamentos-table th:nth-child(4),.finance-lancamentos-table td:nth-child(6),.finance-lancamentos-table th:nth-child(6),.finance-lancamentos-table td:nth-child(8),.finance-lancamentos-table th:nth-child(8),.finance-lancamentos-table td:nth-child(10),.finance-lancamentos-table th:nth-child(10){white-space:nowrap}.finance-lancamentos-table td:nth-child(4),.finance-lancamentos-table th:nth-child(4){width:92px;max-width:92px}.finance-lancamentos-table td:nth-child(6),.finance-lancamentos-table th:nth-child(6){text-align:center;width:44px}.finance-lancamentos-table td:nth-child(10),.finance-lancamentos-table th:nth-child(10){min-width:92px}.table-actions .button-small{white-space:nowrap;width:100%}.entry-actions-menu{justify-content:flex-end;align-items:center;gap:6px;width:100%;display:flex}.entry-actions-trigger,.entry-icon-action{width:34px;height:32px;color:var(--accent-dark);cursor:pointer;background:#f4f9fd;border:1px solid #004f7c24;border-radius:999px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex}.entry-actions-trigger:hover,.entry-icon-action:hover{background:#e9f4fb}.entry-icon-action svg{width:16px;height:16px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.entry-actions-popover{z-index:1000;border:1px solid var(--border);background:var(--panel);border-radius:12px;min-width:190px;padding:6px;display:grid;position:static;box-shadow:0 16px 36px #11355429}.entry-actions-popover--floating{z-index:1000;position:fixed}.entry-actions-popover button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 10px;font-weight:700}.entry-actions-popover button:hover:not(:disabled){background:#f3f7fb}.entry-actions-popover button.danger{color:var(--error-text)}.entry-actions-popover button:disabled{cursor:not-allowed;opacity:.55}.form-subsection{border-top:1px solid var(--border);gap:10px;padding-top:8px;display:grid}.form-subsection__title{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dark);font-size:.84rem;font-weight:700}.finance-import-preview-scroll{border:1px solid var(--border);background:#fff;border-radius:14px;max-height:min(52vh,560px);overflow:auto}.finance-import-preview-scroll .finance-import-preview-table{min-width:1220px;margin:0}.finance-import-preview-scroll thead th{z-index:1;box-shadow:inset 0 -1px 0 var(--border);position:sticky;top:0}.finance-import-preview-table th:first-child,.finance-import-preview-table td:first-child{white-space:nowrap;width:36px;padding:0 8px}.finance-import-preview-table th:nth-child(4),.finance-import-preview-table td:nth-child(4){min-width:220px;max-width:260px}.finance-import-preview-table th:nth-child(2),.finance-import-preview-table td:nth-child(2),.finance-import-preview-table th:nth-child(3),.finance-import-preview-table td:nth-child(3),.finance-import-preview-table th:nth-child(5),.finance-import-preview-table td:nth-child(5),.finance-import-preview-table th:nth-child(8),.finance-import-preview-table td:nth-child(8),.finance-import-preview-table th:nth-child(11),.finance-import-preview-table td:nth-child(11){white-space:nowrap}.finance-import-preview-table th:nth-child(6),.finance-import-preview-table td:nth-child(6),.finance-import-preview-table th:nth-child(7),.finance-import-preview-table td:nth-child(7),.finance-import-preview-table th:nth-child(9),.finance-import-preview-table td:nth-child(9){min-width:140px}.finance-import-preview-table th:nth-child(10),.finance-import-preview-table td:nth-child(10){min-width:210px;max-width:240px}.import-preview-confidence{gap:2px;line-height:1.2;display:grid}.import-preview-confidence strong{text-transform:capitalize}.import-preview-confidence span{color:var(--muted);font-size:.84rem}.feedback{border-radius:12px;margin-top:14px;padding:11px 13px;font-size:.94rem}.feedback.success{background:var(--success-bg);color:var(--success-text)}.feedback.warning{color:#8a5a00;background:#fff5db;border:1px solid #f1d38a}.feedback.error{background:var(--error-bg);color:var(--error-text)}.success-text{color:var(--success-text)}.danger-text{color:var(--error-text)}.helper{color:var(--muted);overflow-wrap:anywhere;margin-top:10px;font-size:.92rem}.helper.compact{margin-top:6px}.finance-control-panel,.settings-card,.residents-shell{gap:18px;display:grid}.finance-control-head,.section-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.section-heading--compact{margin-bottom:-4px}.section-heading--aligned{align-items:center;min-height:34px}.finance-control-head h2,.section-heading h2{margin-bottom:6px}.settings-card--compact{gap:10px}.settings-card--paired{gap:12px}.settings-card--accordion{gap:16px}.settings-tabs{border:1px solid var(--border);background:#f8fbff;border-radius:16px;flex-wrap:wrap;gap:8px;padding:6px;display:flex}.settings-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;padding:10px 14px;font-weight:800;transition:background .18s,color .18s,box-shadow .18s}.settings-tabs button:hover{background:var(--accent-soft);color:var(--accent-dark)}.settings-tabs button.is-active{background:var(--accent);color:#fff;box-shadow:0 10px 22px #0069a02e}.settings-tab-content{gap:14px;display:grid}.settings-tab-panel{border:1px solid var(--border);background:#fbfdff;border-radius:16px;gap:16px;padding:14px;display:grid}.settings-tab-panel--competencias{align-content:start;height:500px;overflow:hidden}.page-actions--competencias-form{margin-bottom:10px}.settings-accordion{gap:12px;display:grid}.accordion-card{border:1px solid var(--border);background:#fbfdff;border-radius:16px}.accordion-trigger{width:100%;color:var(--accent-dark);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:1rem;font-weight:700;display:flex}.accordion-chevron{width:1rem;height:1rem;color:var(--accent-dark);flex:none;justify-content:center;align-items:center;transition:transform .18s;display:inline-flex}.accordion-chevron svg{width:100%;height:100%}.accordion-chevron.is-open{transform:rotate(180deg)}.accordion-card.is-open .accordion-trigger{border-bottom:1px solid var(--border);border-radius:16px 16px 0 0}.accordion-content{gap:16px;padding:16px;display:grid}.settings-finance-grid{gap:14px;display:grid}.settings-subcard{border:1px solid var(--border);background:#fbfdff;border-radius:14px;gap:14px;padding:14px;display:grid}.finance-control-badge{background:var(--accent-soft);color:var(--accent-dark);white-space:nowrap;border-radius:999px;padding:8px 10px;font-size:.82rem;font-weight:700}.finance-control-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr) auto;align-items:end;gap:14px;display:grid}.finance-control-grid--compact{grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr) auto}.finance-control-field{gap:8px;display:grid}.finance-control-upload input[type=file]{padding:10px 12px}.finance-control-actions{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.finance-import-panel{gap:12px;padding:14px 16px}.finance-import-panel .finance-control-head h2{margin-bottom:3px}.finance-import-title-row{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.finance-import-title-row h2,.finance-import-title-row p{margin:0}.finance-import-title-row p{color:var(--muted);font-size:.92rem}.finance-import-dup-hint{color:var(--warning-text,#8a5a00);margin-top:10px}.finance-import-panel .helper{margin-top:4px}.finance-import-panel .finance-control-grid{gap:10px 12px}.finance-kpi-primary{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.finance-kpi-secondary{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.finance-kpi-secondary--stacked{grid-template-columns:1fr}.finance-kpi-card--highlight,.finance-kpi-card--warning,.finance-kpi-card--balance,.mapping-preview-card{border:1px solid var(--border);background:#fbfdff}.finance-kpi-card--small{padding-top:18px;padding-bottom:18px}.finance-kpi-primary--compact,.finance-kpi-secondary--compact{gap:10px}.finance-kpi-primary--compact .finance-kpi-card,.finance-kpi-secondary--compact .finance-kpi-card{padding:13px 16px}.finance-kpi-primary--compact .kpi-value--hero{font-size:1.55rem}.finance-import-counters{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.9rem;display:flex}.finance-import-counters span{border:1px solid var(--border);background:#f8fbfe;border-radius:999px;align-items:center;gap:5px;padding:7px 10px;display:inline-flex}.finance-import-counters strong{color:var(--accent-dark)}.finance-import-preview-card{padding:14px 16px 16px}.finance-import-preview-card .section-heading{margin-bottom:10px}.finance-import-preview-card h2{margin-bottom:0}.mapping-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.mapping-preview-grid--double{grid-template-columns:repeat(2,minmax(0,1fr))}.application-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.application-manual-card{grid-column:1/-1}.application-options-grid>.finance-report-mini-card:not(.application-manual-card){padding:14px 16px}.application-options-grid>.finance-report-mini-card:not(.application-manual-card) h3{margin-bottom:6px;font-size:1.05rem}.application-options-grid>.finance-report-mini-card:not(.application-manual-card) .helper.compact{min-height:40px;margin-bottom:10px;font-size:.94rem}.application-options-grid>.finance-report-mini-card:not(.application-manual-card) .button{min-height:38px;padding:.55rem .9rem}.modal-card--application .application-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.modal-card--application .application-manual-card{grid-column:1/-1}.application-manual-card .category-split-table__header,.application-manual-card .category-split-table__row{grid-template-columns:minmax(220px,1.2fr) minmax(110px,150px) minmax(120px,150px) auto}.competency-billing-panel{border:1px solid var(--border);background:#f8fbfd;border-radius:14px;grid-template-columns:1fr auto;gap:16px;padding:14px 16px;display:grid}.competency-billing-panel.is-active{background:#eef8f1;border-color:#b8dcc6}.competency-billing-panel.is-muted{color:var(--muted)}.competency-billing-panel__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.competency-application-list{grid-column:1/-1;gap:6px;display:grid}.competency-application-row{background:#fff;border:1px solid #d8e7ef;border-radius:10px;grid-template-columns:minmax(160px,1fr) 90px 90px 120px;align-items:center;gap:8px;padding:8px 10px;display:grid}.modal-card--application .mapping-preview-grid--double{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.modal-card--application .mapping-preview-card{border-radius:10px;padding:10px 12px}.modal-card--application .mapping-preview-title{margin-top:4px;font-size:.95rem}.mapping-preview-card{border-radius:14px;padding:16px}.mapping-preview-title{color:var(--accent-dark);overflow-wrap:anywhere;margin-top:8px;font-size:1.05rem;font-weight:700}.report-line{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.report-line:last-child{border-bottom:none}.report-line--compact{padding:6px 0}.report-line--detail{font-style:italic}.report-line--detail span:first-child{padding-left:40px}.report-line--detail span:last-child{font-weight:400}.report-line--category{padding:6px 0}.report-empty-state{color:var(--accent-dark);border:1px solid #d9e5f0;border-left:4px solid var(--accent);background:#f7fbfe;border-radius:12px;padding:12px 14px;font-weight:600}.report-debtors-list{gap:0;display:grid}.report-inline-note{color:var(--muted);font-weight:400}.finance-report-group{gap:8px;margin-bottom:16px;display:grid}.finance-report-category{gap:8px;margin-top:8px;display:grid}.finance-report-category__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.finance-report-subcategory__header{justify-content:space-between;align-items:center;gap:12px;padding:1px 6px 1px 16px;display:flex}.finance-report-group__header{color:var(--accent-dark);background:#eef3f7;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.finance-report-group__totals{white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:12px;min-width:9.5rem;font-size:.92rem;display:flex}.finance-report-group__totals--category{font-size:.86rem}.finance-report-group__totals strong{text-align:right;width:100%;display:inline-block}.finance-report-account-block{gap:2px;display:grid}.finance-report-account-header{color:var(--accent-dark);background:#f7fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:4px 8px;font-size:.88rem;font-weight:700;display:flex}.finance-report-account-header strong{text-align:right;font-variant-numeric:tabular-nums;flex:0 0 9.5rem}.finance-report-table td:last-child,.finance-report-table th:last-child{text-align:right}.finance-report-table{table-layout:fixed}.finance-report-table-wrap{border-top:1px solid var(--border);margin-top:2px;display:block;overflow:hidden}.finance-report-table-wrap--header{border-top:0;margin-top:4px}.finance-report-table-wrap--header+.finance-report-account-block{margin-top:0}.finance-report-table--continuous .finance-report-row--group td,.finance-report-table--continuous .finance-report-row--category td,.finance-report-table--continuous .finance-report-row--account td{background:0 0;border:0;padding:0}.finance-report-table--continuous .finance-report-row--group td{padding-top:12px}.finance-report-table--continuous .finance-report-row--category td{padding-top:6px}.finance-report-table--continuous .finance-report-row--account td{padding-top:2px}.finance-report-table--continuous tbody tr:first-child td{padding-top:0}.finance-report-table thead th{background:#f8fbfe}.finance-report-table th,.finance-report-table td{vertical-align:top}.finance-report-table th:first-child,.finance-report-table td:first-child{white-space:nowrap;width:14%}.finance-report-table th:nth-child(2),.finance-report-table td:nth-child(2){width:12%}.finance-report-table th:nth-child(3),.finance-report-table td:nth-child(3){width:52%}.finance-report-table th:nth-child(4),.finance-report-table td:nth-child(4){white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;width:22%}.print-report-card--detalhado .finance-report-table th,.print-report-card--detalhado .finance-report-table td{padding:7px 8px;line-height:1.4}.print-report-card--detalhado .finance-report-table{font-size:.9rem}.print-report-card--detalhado .finance-report-group{gap:5px;margin-bottom:12px}.print-report-card--detalhado .finance-report-category{gap:1px;margin-top:0}.print-report-card--detalhado .finance-report-category+.finance-report-category{margin-top:6px}.print-report-card--detalhado .finance-report-group__header,.print-report-card--detalhado .finance-report-category__header,.print-report-card--detalhado .finance-report-subcategory__header{gap:8px;padding:3px 6px}.print-report-card--detalhado .finance-report-group__header strong{font-size:1rem;font-weight:800}.print-report-card--detalhado .finance-report-category__header strong{font-size:.92rem;font-weight:700}.print-report-card--detalhado .finance-report-subcategory__header strong{font-size:.86rem;font-weight:700}.print-report-card--detalhado .finance-report-group__totals{color:#48667f;gap:8px;margin-left:8px;font-size:.88rem}.print-report-card--detalhado .finance-report-group__totals--category{color:#5f7a90;font-size:.8rem}.print-report-card--detalhado .finance-report-group__totals strong{color:var(--accent-dark)}.print-report-card--detalhado .finance-report-account-header{color:#5d7890;background:0 0;padding:2px 6px;font-size:.79rem;font-weight:600}.print-report-card--detalhado .finance-report-account-header strong{color:var(--accent-dark);font-weight:700}.print-report-card--detalhado .finance-report-table--continuous tbody tr:first-child td{padding-top:8px}.print-report-card--detalhado .finance-report-table-wrap{margin-top:0}.print-report-card--detalhado .finance-report-table-wrap--header{margin-top:1px}.print-report-card--detalhado .finance-report-account-block{gap:0}.print-report-card--detalhado .finance-report-table-wrap--continuous{border-top:0;margin-top:4px;overflow:visible}.print-report-card--detalhado .finance-report-table--continuous thead{display:table-header-group}.print-report-card--detalhado .finance-report-table--continuous tbody{display:table-row-group}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--group td{padding-top:8px}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--category td{padding-top:5px}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--account td{padding-top:1px}.print-report-card--resumo .finance-report-group{gap:5px;margin-bottom:12px}.print-report-card--resumo .finance-report-category{gap:3px;margin-top:4px}.print-report-card--resumo .finance-report-group__header,.print-report-card--resumo .finance-report-category__header{padding:6px 8px}.print-report-card--resumo .finance-report-group__totals{font-size:.9rem}.print-report-card--resumo .report-line,.print-report-card--detalhado .report-line{gap:8px;padding:5px 0}.print-report-card--resumo .report-line--category{padding:4px 0}.print-report-card--resumo .report-line--detail{font-size:.9rem;line-height:1.3}.print-report-card--resumo .report-line--detail span:first-child{padding-left:32px}.print-report-card--detalhado .report-support-grid .finance-report-mini-card,.print-report-card--resumo .report-support-grid .finance-report-mini-card{padding:11px 13px}.print-report-card--detalhado .report-support-grid .finance-report-mini-card h3,.print-report-card--resumo .report-support-grid .finance-report-mini-card h3{margin-bottom:4px;font-size:.98rem;line-height:1.25}.print-report-card--detalhado .report-support-grid .report-line,.print-report-card--resumo .report-support-grid .report-line{padding:3px 0}.print-report-card--resumo .report-signatures-grid--leaders .report-signature-line{gap:10px;padding-bottom:10px}.print-report-card--resumo .report-signatures-grid--leaders .report-signature-line__rule{margin-top:40px}.print-report-card--resumo .report-signatures-grid--leaders .report-signature-line__content{padding-top:4px}.application-summary-strip{border:1px solid var(--border);color:var(--muted);background:#f8fbfe;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px 14px;padding:10px 12px;display:flex}.application-summary-strip span{white-space:nowrap}.application-summary-strip strong{color:var(--accent-dark)}.finance-debt-summary-strip-card{padding:12px 16px}.print-only{display:none}.finance-debt-filter-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;align-items:end}.finance-debt-filter-actions,.finance-debt-filter-actions .page-actions{justify-content:flex-end}.finance-debt-summary-strip{flex-wrap:wrap;align-items:center;gap:12px 24px;display:flex}.finance-debt-summary-strip span{color:var(--muted)}.finance-debt-summary-strip strong{color:var(--accent-dark)}.finance-debt-table{table-layout:fixed;width:100%}.finance-debt-table__col-vencimento{width:12%}.finance-debt-table__col-competencia{width:16%}.finance-debt-table__col-original,.finance-debt-table__col-atualizado,.finance-debt-table__col-recebido,.finance-debt-table__col-aberto{width:11%}.finance-debt-table__col-encargos{width:10%}.finance-debt-table__col-status{width:15%}.finance-debt-table th,.finance-debt-table td{vertical-align:middle;padding-top:10px;padding-bottom:10px}.finance-debt-table th:nth-child(n+2),.finance-debt-table td:nth-child(n+2){text-align:right}.finance-debt-table th:first-child,.finance-debt-table td:first-child,.finance-debt-table th:nth-child(2),.finance-debt-table td:nth-child(2){text-align:center}.finance-debt-table td:first-child,.finance-debt-table td:nth-child(2),.finance-debt-table th:first-child,.finance-debt-table th:nth-child(2){white-space:nowrap}.finance-debt-table th:nth-child(3),.finance-debt-table td:nth-child(3),.finance-debt-table th:nth-child(4),.finance-debt-table td:nth-child(4),.finance-debt-table th:nth-child(5),.finance-debt-table td:nth-child(5),.finance-debt-table th:nth-child(6),.finance-debt-table td:nth-child(6),.finance-debt-table th:nth-child(7),.finance-debt-table td:nth-child(7){white-space:nowrap;font-variant-numeric:tabular-nums}.finance-credit-detail-table{table-layout:fixed}.finance-credit-detail-table__col-competencia{width:16%}.finance-credit-detail-table__col-categoria{width:38%}.finance-credit-detail-table__col-valor,.finance-credit-detail-table__col-status{width:16%}.finance-credit-detail-table__col-vencimento{width:14%}.finance-credit-detail-table th,.finance-credit-detail-table td{vertical-align:middle;padding:10px 8px}.finance-credit-detail-table thead th,.finance-credit-detail-table tbody td:first-child,.finance-credit-detail-table tbody td:nth-child(4),.finance-credit-detail-table tbody td:nth-child(5){text-align:center;white-space:nowrap}.finance-credit-detail-table tbody td:nth-child(2){text-align:center;white-space:normal}.finance-credit-detail-table tbody td:nth-child(3),.finance-credit-detail-table tfoot th:nth-child(3){text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums}.finance-credit-detail-table tfoot th{text-align:center;padding-top:12px;padding-bottom:12px}.finance-credit-detail-table tfoot th:first-child{text-align:center}.credit-record-list{gap:6px}.credit-record-list .unit-card-list__item{gap:3px;padding:10px 12px}.finance-debt-table th:last-child,.finance-debt-table td:last-child{text-align:center;white-space:normal;overflow-wrap:anywhere}.finance-debt-table tfoot th,.finance-debt-table tfoot td{border-top:2px solid var(--line);font-weight:700}.finance-annual-table{font-size:.84rem}.finance-annual-table th,.finance-annual-table td{text-align:right;white-space:nowrap;padding:8px 6px}.finance-annual-table th:first-child,.finance-annual-table td:first-child{text-align:left;white-space:normal;min-width:220px}.finance-annual-group-row{color:var(--accent-dark);background:#eef3f7}@media (max-width:1240px){.finance-operations-layout{grid-template-columns:1fr}.modal-backdrop{padding:12px}.modal-card{width:100%;max-height:94vh}}.finance-report-mini-card{border:1px solid var(--border);background:#fbfdff}.report-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.report-signature-line{gap:8px;padding:0 0 8px;display:grid}.report-signatures-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;display:grid}.report-signature-line__rule{border-top:1px solid #8fa4b7;height:0;margin-top:20px}.report-signature-line__content{gap:2px;padding-top:2px;display:grid}.report-signature-line__content--inline{display:block}.report-signature-text{display:inline-block}.report-signature-role{font-weight:600}.report-auditors-block{align-items:start;gap:10px;margin-top:18px;display:grid}.report-auditors-label{color:var(--text);font-weight:600}.report-signatures-grid--leaders,.report-signatures-grid--auditors{align-items:start}.report-auditors-block .report-signatures-grid{margin-top:0}.field-stack--checkbox{align-content:end}.checkbox-row{min-height:44px;color:var(--text);align-items:center;gap:10px;display:flex}.checkbox-row--panel{border:1px solid var(--border-soft);background:var(--surface);border-radius:14px;min-height:56px;padding:0 14px}.field-stack .field-stack--checkbox .checkbox-row{min-height:0;margin-top:6px;font-size:.92rem}.entry-charge-adjustment-option{margin-top:-8px}.entry-charge-adjustment-option .checkbox-row{min-height:28px}@media (max-width:1200px){.finance-control-grid,.finance-control-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-control-actions{grid-column:1/-1}}@media (max-width:1100px){.shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;position:static;overflow-y:visible}}@media (max-width:980px){.grid-3,.grid-2,.grid-2--balanced,.report-support-grid,.reports-controls-grid,.radio-card-group,.finance-operations-layout,.settings-master-detail,.residents-layout,.form-grid,.form-grid--wide,.form-grid--triple,.finance-kpi-primary,.finance-kpi-secondary,.mapping-preview-grid,.mapping-preview-grid--double,.application-options-grid{grid-template-columns:1fr}.field-stack--span-2,.field-stack--span-3{grid-column:auto}}@media (max-width:760px){.topbar,.page-header,.finance-control-head,.section-heading{flex-direction:column}.report-category-control{align-items:stretch}.report-category-filter-button{width:100%}.finance-control-grid,.finance-control-grid--compact,.report-period-form,.initial-balance-inline-fields{grid-template-columns:1fr}.finance-control-badge,.topbar-status{white-space:normal}}@media (max-width:640px){.content{padding:14px}.page-actions,.finance-control-actions{flex-direction:column}.button{width:100%}.kpi-value--hero{white-space:normal;text-overflow:clip;overflow:visible}}@media print{html,body{background:#fff!important}.sidebar,.topbar,.page-header,.feedback,.print-only,.reports-screen-only,.no-print{display:none!important}.shell,.workspace,.content,.print-report-area{min-height:auto!important;margin:0!important;padding:0!important;display:block!important}.page>*{display:none!important}.page>.print-report-area{display:block!important}.print-report-area{width:100%}.print-report-area.print-only{display:block!important}.print-report-card,.print-report-card.card{box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;padding:0!important}.print-report-card .card,.print-report-card .finance-report-mini-card{break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;background:#fff!important;border:1px solid #cfd8e3!important}.print-report-card .badge{background:0 0!important;border:1px solid #cfd8e3!important}.print-report-card--annual .table th,.print-report-card--annual .table td{padding:4px!important;font-size:.72rem!important}.print-report-card--annual .finance-annual-table th:first-child,.print-report-card--annual .finance-annual-table td:first-child{min-width:140px!important}.print-report-card--detalhado .report-support-grid,.print-report-card--resumo .report-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}.table th,.table td{overflow-wrap:normal;word-break:normal}.print-report-card--detalhado .finance-report-mini-card,.print-report-card--resumo .finance-report-mini-card{padding:8px 10px!important}.print-report-card--detalhado .report-support-grid .finance-report-mini-card,.print-report-card--resumo .report-support-grid .finance-report-mini-card{padding:5px 7px!important}.print-report-card--detalhado .finance-report-mini-card h3,.print-report-card--resumo .finance-report-mini-card h3{margin-bottom:2px!important;font-size:.98rem!important}.print-report-card--detalhado .report-line,.print-report-card--resumo .report-line{gap:8px!important;padding:2px 0!important;font-size:.88rem!important}.print-report-card--detalhado .report-support-grid .report-line,.print-report-card--resumo .report-support-grid .report-line{padding:1px 0!important;font-size:.86rem!important}.print-report-card--resumo .report-signature-line{gap:2px!important;padding:2px 0!important}.print-report-card--resumo .report-signatures-grid--leaders .report-signature-line{gap:6px!important;padding:2px 0 8px!important}.print-report-card--resumo .report-signatures-grid--leaders .report-signature-line__rule{margin-top:26px!important}.print-report-card--detalhado .list,.print-report-card--resumo .list{gap:2px!important}.print-report-card--resumo .report-signature-line__rule{border-top:1px solid #98a9ba!important;height:0!important;margin-bottom:2px!important}.print-report-card--resumo .report-signature-line__content{grid-template-columns:1fr!important;align-items:start!important;column-gap:0!important}.print-report-card--resumo .report-signature-line__content span{justify-self:start}.print-report-card--resumo .finance-report-group{gap:4px!important;margin-bottom:8px!important}.print-report-card--resumo .finance-report-category{gap:3px!important;margin-top:2px!important}.print-report-card--resumo .finance-report-category__header,.print-report-card--resumo .finance-report-group__header{padding:4px 6px!important}.print-report-card--resumo .finance-report-group__totals{gap:8px!important;font-size:.82rem!important}.print-report-card--detalhado .finance-report-group{gap:4px!important;margin-bottom:8px!important}.print-report-card--detalhado .finance-report-category{break-inside:auto;page-break-inside:auto;gap:1px!important;margin-top:0!important}.print-report-card--detalhado .finance-report-category+.finance-report-category{margin-top:6px!important}.print-report-card--detalhado .finance-report-category__header,.print-report-card--detalhado .finance-report-group__header,.print-report-card--detalhado .finance-report-subcategory__header{break-after:avoid-page;page-break-after:avoid;align-items:center!important;min-height:22px!important;padding:3px 5px!important}.print-report-card--detalhado .finance-report-account-header{color:#5e788f!important;background:0 0!important;padding:1px 5px!important;font-size:.72rem!important;font-weight:600!important}.print-report-card--detalhado .finance-report-group__header strong{font-size:.88rem!important;font-weight:800!important}.print-report-card--detalhado .finance-report-category__header strong{font-size:.78rem!important;font-weight:700!important}.print-report-card--detalhado .finance-report-subcategory__header strong{font-size:.74rem!important;font-weight:700!important}.print-report-card--detalhado .finance-report-table-wrap--continuous{border-top:0!important;margin-top:0!important;overflow:visible!important}.print-report-card--detalhado .finance-report-table--continuous thead{display:table-header-group!important}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--group,.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--category,.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--account{break-after:avoid-page;page-break-after:avoid}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--group td,.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--category td,.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--account td{background:0 0!important;border:0!important;padding-left:0!important;padding-right:0!important}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--group td{padding-top:13px!important}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--category td{padding-top:5px!important}.print-report-card--detalhado .finance-report-table--continuous .finance-report-row--account td{padding-top:1px!important}.print-report-card--detalhado .finance-report-table--continuous tbody tr:first-child td{padding-top:7px!important}.print-report-card--detalhado .finance-report-table-wrap,.print-report-card--detalhado .finance-report-table-wrap--header{margin-top:0!important}.print-report-card--detalhado .finance-report-account-block{gap:0!important}.print-report-card--detalhado .finance-report-group__totals{color:#59748b!important;gap:7px!important;font-size:.74rem!important}.print-report-card--detalhado .finance-report-group__totals--category{color:#6a8194!important;font-size:.7rem!important}.print-report-card--detalhado .finance-report-account-header{border-radius:6px!important}.print-report-card--detalhado .table th,.print-report-card--detalhado .table td{padding:3px 5px!important;font-size:.76rem!important;line-height:1.2!important}.print-report-card--detalhado .table thead th{background:#f8fbfe!important;border-top:1px solid #d7e1ea!important;border-bottom:1px solid #cbd7e2!important;font-size:.76rem!important}.print-report-card--detalhado .finance-report-table-wrap{border-top:0!important;margin-top:4px!important;overflow:visible!important}.print-report-card--detalhado .finance-report-table{border-collapse:separate!important;border-spacing:0!important}.print-report-card--resumo .table th,.print-report-card--resumo .table td{padding:4px 5px!important;font-size:.8rem!important;line-height:1.2!important}.print-report-card--resumo .table thead th{font-size:.76rem!important}.print-report-card--debito .table th,.print-report-card--debito .table td{padding:4px 5px!important;font-size:.8rem!important;line-height:1.2!important}.print-report-card--debito .section-heading{align-items:flex-start!important;gap:8px!important}.print-report-card--debito .section-heading>div{flex:auto;min-width:0}.print-report-card--debito .section-heading .helper.compact{white-space:normal;max-width:none;line-height:1.35!important}.print-report-card--debito .badge{white-space:nowrap;flex:none}}.recibo-backdrop{z-index:100;align-items:flex-start;padding:24px 16px;overflow-y:auto}.recibo-container{flex-direction:column;gap:14px;width:min(96vw,700px);max-height:calc(100vh - 48px);margin:0 auto;display:flex;overflow:hidden}.recibo-doc-scroll{border-radius:14px;flex:1;min-height:0;overflow:hidden auto}.recibo-screen-actions{justify-content:flex-end;gap:10px;display:flex}.recibo-estado{text-align:center;color:var(--muted);padding:24px}.recibo-estado--erro{color:var(--error-text)}.recibo-feedback-card{width:min(100%,560px);margin:0 auto;padding:20px 22px}.recibo-feedback-card--erro{border-color:#c24a3c2e}.recibo-feedback-card__body{gap:8px;display:grid}.recibo-feedback-card__body h2{margin:0}.recibo-feedback-card__actions{justify-content:flex-end;margin-top:14px}.recibo-doc{color:#1a2533;background:#fff;border:1px solid #c8d6e3;border-radius:14px;padding:32px 36px;font-size:.94rem;line-height:1.55}.recibo-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.recibo-header__condominio{color:#3a4f60;flex-direction:column;gap:2px;font-size:.88rem;display:flex}.recibo-condominio-nome{color:#1a2533;font-size:1.08rem;font-weight:700}.recibo-header__titulo{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.recibo-titulo-text{letter-spacing:.03em;color:var(--accent-dark);font-size:1.06rem;font-weight:700}.recibo-numero{color:var(--muted);font-size:.86rem}.recibo-divider{border-top:2px solid #d4e2ed;margin:16px 0}.recibo-corpo{flex-direction:column;gap:14px;display:flex}.recibo-campo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;display:grid}.recibo-campo{flex-direction:column;gap:2px;display:flex}.recibo-rotulo{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.recibo-descricao{background:#f5f9fd;border:1px solid #dde9f3;border-radius:8px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.recibo-cobrancas{flex-direction:column;gap:8px;display:flex}.recibo-tabela{border-collapse:collapse;width:100%;font-size:.88rem}.recibo-tabela--cobrancas th,.recibo-tabela--cobrancas td{padding:5px 6px;font-size:.82rem}.recibo-tabela th,.recibo-tabela td{text-align:left;border:1px solid #dde9f3;padding:6px 8px}.recibo-tabela th{color:var(--accent-dark);background:#f0f6fb;font-weight:600}.recibo-status-pago{color:var(--success-text);font-weight:600}.recibo-status-parcial{color:#b45309;font-weight:600}.recibo-status-aberta{color:var(--muted);font-weight:600}.recibo-status-cancelada{color:#6b7280;font-weight:600}.recibo-total-row{background:#eef4fb;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-weight:600;display:flex}.recibo-total-valor{color:var(--accent-dark);font-size:1.18rem}.recibo-total-breakdown{color:#3a4f60;flex-direction:column;gap:2px;margin-top:8px;font-size:.82rem;display:flex}.recibo-declaracao{color:#3a4f60;margin-top:14px;font-size:.88rem;font-style:italic;line-height:1.5}.recibo-assinatura-area{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:40px;display:grid}.recibo-assinatura-bloco{text-align:center;flex-direction:column;gap:6px;display:flex}.recibo-assinatura-bloco--data{margin-top:-10px}.recibo-assinatura-linha{border-top:1px solid #8fa4b7;margin-bottom:6px}.recibo-assinatura-nome{color:#1a2533;font-size:.9rem;font-weight:600}.recibo-assinatura-cargo{color:var(--muted);font-size:.82rem}.recibo-assinatura-cargo--data{letter-spacing:.04em;padding:2px 8px;font-size:.9rem;display:inline-block}.recibo-rodape{color:var(--muted);text-align:right;margin-top:20px;font-size:.78rem}@media print{.recibo-backdrop,.recibo-container{z-index:auto!important;background:0 0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.recibo-doc-scroll{max-height:none!important;overflow:visible!important}.recibo-doc{page-break-inside:avoid;box-shadow:none!important;border:none!important;border-radius:0!important;padding:12mm 14mm!important;font-size:.88rem!important}.recibo-screen-actions,.recibo-estado{display:none!important}.recibo-tabela th,.recibo-tabela td{padding:4px 6px!important;font-size:.8rem!important}.recibo-assinatura-area{margin-top:28mm!important}.recibo-rodape{font-size:.72rem!important}.page.documentos-page>:not(.documentos-print-root){display:none!important}.page.documentos-page>.documentos-print-root{box-shadow:none!important;border:none!important;border-radius:0!important;max-width:none!important;padding:12mm!important;display:block!important}.page.documentos-page .documentos-preview-body{font-size:11pt!important;line-height:1.45!important}.documentos-preview-document{break-after:page;page-break-after:always}.documentos-preview-document:last-child{break-after:auto;page-break-after:auto}}.documentos-layout{grid-template-columns:minmax(0,270px) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}@media (max-width:960px){.documentos-layout{grid-template-columns:1fr}}.documentos-sidebar__title{color:var(--text);margin:0 0 4px;font-size:1.02rem;font-weight:800}.documentos-sidebar-submenu.nav-submenu{gap:8px;padding:4px 0 0}.documentos-sidebar-sublink.nav-sublink{border:1px solid var(--border);cursor:pointer;text-align:left;background:#fbfdff;border-radius:14px;justify-items:start;gap:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.9rem;line-height:1.35;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.documentos-sidebar .nav-sublink-icon{width:.82rem;height:.82rem}.documentos-sidebar-sublink.nav-sublink:hover{background:#f7fbff;border-color:#0f62a838}.documentos-sidebar-sublink.nav-sublink.nav-sublink--active{background:linear-gradient(#0f62a814,#0f62a808);border-color:#0f62a842;box-shadow:inset 0 0 0 1px #0f62a80a}.documentos-sidebar-sublink__desc{color:var(--muted);padding-left:1.35rem;font-size:.77rem;line-height:1.45;display:block}.documentos-main{gap:14px;display:grid}.documentos-section-card{gap:12px;display:grid}.documentos-field-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px 16px;display:grid}.documentos-textarea{width:100%;min-height:220px;margin-top:8px;font-family:inherit;font-size:.9rem;line-height:1.45}.documentos-chips{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.chip-button{cursor:pointer;color:#1a2533;background:#f4f7fb;border:1px solid #0f172a24;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600}.chip-button:hover{border-color:#1e40af59}.documentos-preview-card{margin-top:14px}.documentos-preview-stack{gap:18px;display:grid}.documentos-preview-document{border:1px solid var(--border);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:18px;gap:18px;padding:20px;display:grid}.documentos-preview-document__header{text-align:center;justify-content:center;align-items:center;display:flex}.documentos-preview-document__header h3{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:1.15rem}.documentos-preview-document__meta{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;margin:6px 0 0;font-size:.82rem}.documentos-preview-body{white-space:pre-wrap;color:#1a2533;border:1px solid var(--border);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:16px;min-height:180px;padding:18px 20px;font-size:.95rem;line-height:1.6}.documentos-preview-signatures{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:8px;display:grid}.documentos-preview-signature{text-align:center;gap:8px;display:grid}.documentos-preview-signature__line{background:#0e243a47;height:1px}.documentos-preview-signature span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:700}@media (max-width:960px){.documentos-sidebar-sublink__desc{padding-left:1.35rem}}@media (max-width:720px){.documentos-preview-signatures{grid-template-columns:1fr}}.app-boot-splash{background:linear-gradient(#f5f8fb 0%,#e8eef5 100%);min-height:100vh}.app-login-shell{background:linear-gradient(#f5f8fb 0%,#eef3f8 100%);min-height:100vh}.login-page--redirect{place-items:center;min-height:100vh;display:grid}.login-page{grid-template-columns:minmax(0,1.15fr) minmax(320px,460px);align-items:stretch;min-height:100vh;display:grid;position:relative}.login-page__hero{color:#fff;flex-direction:column;justify-content:center;padding:2.5rem 2.75rem 2.5rem 3rem;display:flex;position:relative;overflow:hidden}.login-page__hero-backdrop{z-index:0;background-color:#f4f7f5;background-image:url(/login-hero.png);background-position:100%;background-size:cover;position:absolute;inset:0}.login-page__hero-backdrop:after{content:"";background:linear-gradient(#092c46e6 0%,#0b3554c7 58%,#0b3554db 100%);position:absolute;inset:0}.login-page__hero-content{z-index:1;max-width:34rem;position:relative}.login-page__hero-brand{align-items:center;gap:18px;margin-bottom:2.25rem;display:flex}.login-page__hero-mark{color:#fff;letter-spacing:-.02em;background:linear-gradient(145deg,#1a6b45,#23965e);border:1px solid #1a6b4559;border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:1.05rem;font-weight:800;display:grid;box-shadow:0 4px 14px #1a6b4538}.login-page__hero-brand-text{flex-direction:column;gap:.15rem;display:flex}.login-page__hero-brand-name{text-transform:uppercase;letter-spacing:.16em;color:#ffffffe0;font-size:.72rem;font-weight:700}.login-page__hero-brand-title{color:#fff;font-size:1.12rem;font-weight:700;line-height:1.25}.login-page__hero-heading{letter-spacing:-.02em;text-wrap:balance;flex-direction:column;gap:.35rem;margin:0 0 1rem;display:flex}.login-page__hero-heading-primary{color:#fff;font-size:clamp(1.45rem,2vw + .85rem,1.95rem);font-weight:700;line-height:1.22}.login-page__hero-heading-secondary{color:#ffffffe0;letter-spacing:-.015em;max-width:26rem;font-size:clamp(1.05rem,1.2vw + .65rem,1.28rem);font-weight:600;line-height:1.4}.login-page__hero-lead{color:#ffffffe0;max-width:32rem;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6}.login-page__benefits{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.login-page__benefits li{color:#fff;align-items:flex-start;gap:.85rem;font-size:.98rem;line-height:1.45;display:flex}.login-page__benefit-icon{background:#ffffff29;border-radius:8px;flex-shrink:0;place-items:center;width:1.65rem;height:1.65rem;margin-top:.1rem;display:grid}.login-page__benefit-icon svg{stroke:#fff;fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.login-page__hero-footnote{color:#ffffffe0;max-width:28rem;margin:2rem 0 0;font-size:.82rem;line-height:1.45}.login-page__panel{background:linear-gradient(#f7fafc 0%,#eef3f8 100%);border-left:1px solid #14325014;justify-content:center;align-items:center;padding:2rem 1.75rem;display:flex}.login-page__panel-inner{width:100%;max-width:400px}.login-card{background:#fff;border:1px solid #d8e3ea;border-radius:18px;padding:2.5rem 2.35rem 2.2rem;box-shadow:0 18px 45px #0f273d1f}.login-card__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0 0 .35rem;font-size:.72rem;font-weight:700}.login-card__title{text-align:left;color:#0b3554;letter-spacing:-.02em;margin:0 0 .45rem;font-size:1.45rem;font-weight:700}.login-card__lead{text-align:left;color:var(--muted);margin:0 0 1.5rem;font-size:.92rem;line-height:1.55}.login-field{flex-direction:column;gap:.45rem;margin-bottom:1.05rem;display:flex}.login-field span.login-field__label{color:#0b3554;font-size:.8rem;font-weight:700}.login-input-wrap{position:relative}.input.login-input{border:1px solid #b8cad8;border-radius:10px;width:100%;padding:.72rem .95rem;font-size:.98rem;transition:border-color .15s,box-shadow .15s}.input.login-input:focus{border-color:#0b3554;outline:none;box-shadow:0 0 0 3px #0b35541f}.login-input-wrap .input.login-input{padding-right:2.85rem}.login-toggle-password{width:2.5rem;height:2.5rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.login-toggle-password:hover{color:#0b3554;background:#0b355414}.login-forgot-row{flex-direction:column;align-items:flex-end;gap:.35rem;margin:-.2rem 0 1.15rem;display:flex}.login-forgot{color:#0b3554;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;text-decoration:underline}.login-forgot:hover{color:#092c46}.login-forgot-hint{color:var(--muted);text-align:right;max-width:100%;margin:0;font-size:.8rem;line-height:1.4}.login-submit{color:#fff;cursor:pointer;background:#0b3554;border:none;border-radius:10px;width:100%;padding:.88rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background-color .15s,box-shadow .15s;box-shadow:0 2px 8px #0b355433}.login-submit:hover:not(:disabled){background:#092c46;box-shadow:0 4px 14px #092c4638}.login-submit:disabled{opacity:.65;cursor:not-allowed}.login-remember{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;margin-top:1.2rem;font-size:.875rem;display:flex}.login-remember input{accent-color:#0b3554;cursor:pointer;width:1.05rem;height:1.05rem}.login-card .feedback.error{border-radius:10px;margin:0 0 .85rem}@media (max-width:1180px){.login-page__hero-backdrop{background-position:50%}.login-page__hero-backdrop:after{background:linear-gradient(#092c46e6 0%,#0b3554c7 58%,#0b3554db 100%)}.login-page__hero{min-height:0;padding:2rem 1.5rem 1.75rem}.login-page__hero-brand-name,.login-page__hero-brand-title,.login-page__hero-heading-primary,.login-page__hero-heading-secondary,.login-page__hero-lead,.login-page__benefits li,.login-page__hero-footnote{color:#fff}.login-page__hero-brand-name,.login-page__hero-heading-secondary,.login-page__hero-lead,.login-page__hero-footnote{opacity:.88}.login-page__benefit-icon{background:#ffffff29}.login-page__benefit-icon svg{stroke:#fff}}@media (max-width:960px){.login-page{grid-template-columns:1fr}.login-page__hero-heading-primary{font-size:1.38rem}.login-page__hero-heading-secondary{font-size:1.05rem}.login-page__hero-lead{margin-bottom:1.35rem;font-size:.95rem}.login-page__hero-footnote{margin-top:1.35rem}.login-page__panel{border-top:1px solid #14325014;border-left:none;padding:1.75rem 1.25rem 2rem}}@media (max-width:480px){.login-card{border-radius:18px;padding:1.85rem 1.4rem 1.75rem}.login-card__title{font-size:1.3rem}}
