*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:14px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f0f2f5;color:#1e293b;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:#1976d2;text-decoration:none}a:hover{text-decoration:underline}#root{max-width:100%;margin:0;padding:0;text-align:left}.app-layout{display:flex;min-height:100vh}.app-main-wrapper{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .15s ease}.app-content{flex:1;padding:24px}.sidebar{position:fixed;top:0;left:0;width:250px;height:100vh;background-color:#1e293b;color:#fff;display:flex;flex-direction:column;z-index:1000;overflow-y:auto;transition:transform .15s ease}.sidebar-logo{padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:10px}.sidebar-logo-icon{width:36px;height:36px;background-color:#1976d2;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0;color:#fff}.sidebar-logo-text{display:flex;flex-direction:column}.sidebar-logo-name{font-size:18px;font-weight:700;letter-spacing:-.3px;line-height:1.2}.sidebar-logo-sub{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.sidebar-section{padding:16px 0 4px}.sidebar-section-title{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#ffffff59;padding:0 16px 8px}.sidebar-nav{list-style:none}.sidebar-link{display:flex;align-items:center;gap:10px;padding:9px 16px;color:#ffffffb3;font-size:13px;font-weight:400;transition:all .15s ease;cursor:pointer;border:none;background:none;width:100%;text-align:left;text-decoration:none;font-family:inherit}.sidebar-link:hover{color:#fff;background-color:#334155;text-decoration:none}.sidebar-link.active{color:#fff;background-color:#1976d2;font-weight:500}.sidebar-link svg{width:18px;height:18px;flex-shrink:0}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:999}.header{height:60px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:16px}.header-menu-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;border-radius:6px;color:#1e293b}.header-menu-btn:hover{background-color:#f0f2f5}.header-title{font-size:18px;font-weight:600;color:#1e293b}.header-right{display:flex;align-items:center;gap:12px}.header-search{position:relative}.header-search input{width:260px;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;background-color:#f0f2f5;transition:all .15s ease;color:#1e293b}.header-search input:focus{outline:none;border-color:#1976d2;background-color:#fff;box-shadow:0 0 0 3px #1976d21a}.header-search input::placeholder{color:#94a3b8}.header-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#94a3b8;width:16px;height:16px}.header-user{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.header-user:hover{background-color:#f0f2f5}.header-user-avatar{width:32px;height:32px;border-radius:50%;background-color:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.page-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.page-toolbar-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.page-toolbar-right{display:flex;align-items:center;gap:8px}.page-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.card-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.card-title{margin:0;font-size:15px;font-weight:600;color:#1e293b}.card-body{padding:20px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;display:flex;align-items:flex-start;gap:14px}.kpi-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kpi-icon.blue{background-color:#e3f2fd;color:#1976d2}.kpi-icon.green{background-color:#e8f5e9;color:#2e7d32}.kpi-icon.orange{background-color:#fff3e0;color:#ed6c02}.kpi-icon.red{background-color:#ffebee;color:#d32f2f}.kpi-info{flex:1;min-width:0}.kpi-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}.kpi-value{font-size:22px;font-weight:700;color:#1e293b;line-height:1.2}.kpi-sub{font-size:12px;color:#94a3b8;margin-top:2px}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:13px}.table thead th{text-align:left;padding:10px 14px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px;color:#64748b;background-color:#fafafa;border-bottom:2px solid #e2e8f0;white-space:nowrap}.table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .1s}.table tbody tr:nth-child(2n){background-color:#fafafa}.table tbody tr:hover{background-color:#f0f4ff}.table tbody td{padding:10px 14px;color:#334155;vertical-align:middle}.table-clickable tbody tr{cursor:pointer}.table-loading,.table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;color:#94a3b8;font-size:14px}.table-empty-text{font-weight:500;color:#64748b;margin-bottom:4px}.table-empty-sub{font-size:13px;color:#94a3b8}.skeleton-line{height:14px;background:linear-gradient(90deg,#e5e7eb 25%,#f0f2f5,#e5e7eb 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.text-right{text-align:right}.text-center{text-align:center}.text-nowrap{white-space:nowrap}.table thead th.text-right,.table tbody td.text-right{text-align:right}.table thead th.text-center,.table tbody td.text-center{text-align:center}.currency-value{font-variant-numeric:tabular-nums;white-space:nowrap}.currency-credit{color:#16a34a;font-weight:500}.currency-debit{color:#dc2626;font-weight:500}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.2px;white-space:nowrap}.badge-success{background-color:#dcfce7;color:#15803d}.badge-warning{background-color:#fef3c7;color:#a16207}.badge-error{background-color:#fde2e2;color:#b91c1c}.badge-info{background-color:#dbeafe;color:#1d4ed8}.badge-neutral{background-color:#f1f5f9;color:#475569}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:1px solid transparent;border-radius:6px;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;line-height:1.4}.btn:disabled{opacity:.55;cursor:not-allowed}.btn svg{width:16px;height:16px}.btn-primary{background-color:#1976d2;color:#fff;border-color:#1976d2}.btn-primary:hover:not(:disabled){background-color:#1565c0;border-color:#1565c0}.btn-secondary{background-color:#fff;color:#475569;border-color:#d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f8fafc;border-color:#94a3b8}.btn-danger{background-color:#dc2626;color:#fff;border-color:#dc2626}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-ghost{background:transparent;color:#64748b;border:none;padding:6px 10px}.btn-ghost:hover:not(:disabled){background-color:#f0f2f5;color:#1e293b}.btn-sm{padding:5px 10px;font-size:12px}.btn-sm svg{width:14px;height:14px}.btn-icon{padding:6px;border:none;background:none;cursor:pointer;border-radius:6px;color:#64748b;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center}.btn-icon:hover{background-color:#f0f2f5;color:#1e293b}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.form-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.2px}.form-input,.form-select,.form-textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:13px;color:#1e293b;background-color:#fff;transition:all .15s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f8fafc;color:#64748b;cursor:not-allowed}.form-input::placeholder{color:#94a3b8}.form-textarea{min-height:80px;resize:vertical}.form-select{cursor:pointer}.form-row{display:grid;gap:16px;margin-bottom:16px}.form-row-2{grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:1fr 1fr 1fr}.form-row-4{grid-template-columns:1fr 1fr 1fr 1fr}.form-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e7eb;margin-top:24px}.form-section{margin-bottom:24px}.form-section-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.searchbar-wrapper{position:relative;display:flex;align-items:center;flex:1;max-width:400px}.searchbar-input{width:100%;padding:8px 32px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:13px;background-color:#fff;transition:all .15s ease;color:#1e293b}.searchbar-input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.searchbar-input::placeholder{color:#94a3b8}.searchbar-icon{position:absolute;left:10px;color:#94a3b8;width:16px;height:16px;pointer-events:none}.searchbar-clear{position:absolute;right:6px;background:none;border:none;cursor:pointer;color:#94a3b8;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.searchbar-clear:hover{background-color:#f0f2f5;color:#1e293b}.filter-select{padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:13px;background-color:#fff;color:#1e293b;min-width:160px;cursor:pointer}.filter-select:focus{outline:none;border-color:#1976d2}.filter-input{padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:13px;background-color:#fff;color:#1e293b}.filter-input:focus{outline:none;border-color:#1976d2}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:12px}.pagination-info{font-size:12px;color:#64748b}.pagination-controls{display:flex;align-items:center;gap:4px}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 8px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;background-color:#fff;color:#475569;transition:all .15s ease}.pagination-btn:hover:not(:disabled):not(.active){background-color:#f1f5f9;border-color:#94a3b8}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn.active{background-color:#1976d2;color:#fff;border-color:#1976d2}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.modal{background:#fff;border-radius:12px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.modal-lg{max-width:800px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-title{font-size:16px;font-weight:600;color:#1e293b;margin:0}.modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;color:#64748b;cursor:pointer;border-radius:6px;transition:background-color .15s}.modal-close:hover{background-color:#f1f5f9;color:#1e293b}.modal-body{padding:20px;overflow-y:auto}.modal-footer{padding:12px 20px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:8px}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;gap:12px}.spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#1976d2;border-radius:50%;animation:spin .7s linear infinite}.spinner-sm{width:20px;height:20px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.spinner-text{font-size:13px;color:#94a3b8}.detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.detail-header-left{display:flex;align-items:center;gap:16px}.detail-back{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;padding:6px 10px;border-radius:6px;border:none;background:none;transition:all .15s ease;font-family:inherit}.detail-back:hover{background-color:#f0f2f5;color:#1e293b;text-decoration:none}.detail-title-area{display:flex;flex-direction:column}.detail-title{font-size:20px;font-weight:700;color:#1e293b}.detail-subtitle{font-size:13px;color:#64748b}.detail-actions{display:flex;gap:8px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px}.detail-grid-3{grid-template-columns:1fr 1fr 1fr}.detail-item{display:flex;flex-direction:column;gap:2px}.detail-label{font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.detail-value{font-size:14px;color:#1e293b;font-weight:400}.detail-value-empty{color:#94a3b8;font-style:italic}.tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:20px;overflow-x:auto}.tab{padding:10px 20px;font-size:13px;font-weight:500;color:#64748b;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s ease;font-family:inherit;white-space:nowrap}.tab:hover{color:#1e293b}.tab.active{color:#1976d2;border-bottom-color:#1976d2}.timeline{position:relative;padding-left:24px}.timeline:before{content:"";position:absolute;left:7px;top:4px;bottom:4px;width:2px;background-color:#e2e8f0}.timeline-item{position:relative;padding-bottom:16px}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-20px;top:4px;width:12px;height:12px;border-radius:50%;background-color:#1976d2;border:2px solid #fff;box-shadow:0 0 0 2px #1976d2}.timeline-dot.inactive{background-color:#94a3b8;box-shadow:0 0 0 2px #94a3b8}.timeline-date{font-size:12px;color:#94a3b8;margin-bottom:2px}.timeline-text{font-size:14px;color:#1e293b;font-weight:500}.bank-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:24px}.bank-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.bank-card:hover{border-color:#1976d2;box-shadow:0 2px 8px #1976d21a}.bank-card-name{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 12px}.bank-card-info{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:12px}.bank-card-info-label{color:#94a3b8;font-size:10px;text-transform:uppercase;letter-spacing:.3px}.bank-card-info-value{color:#334155;font-weight:500}.bank-card-saldo{margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.bank-card-saldo-label{font-size:11px;color:#64748b;text-transform:uppercase;font-weight:500}.bank-card-saldo-value{font-size:18px;font-weight:700;color:#1e293b}.tree-list{list-style:none;padding:0;margin:0}.tree-item{padding:6px 12px;font-size:13px;color:#334155;border-bottom:1px solid #f8fafc;display:flex;align-items:center;gap:8px}.tree-item:hover{background-color:#f8fafc}.tree-item-code{color:#94a3b8;font-size:12px;font-variant-numeric:tabular-nums;min-width:80px}.tree-item-desc{color:#334155}.tree-item-type{margin-left:auto}.tree-level-0{padding-left:12px;font-weight:600}.tree-level-1{padding-left:32px;font-weight:500}.tree-level-2{padding-left:52px}.tree-level-3{padding-left:72px}.tree-level-4{padding-left:92px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:4px}.stat-card-label{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.stat-card-value{font-size:22px;font-weight:700;color:#1e293b;line-height:1.2}.stat-card-value.text-success{color:#16a34a}.stat-card-value.text-warning{color:#d97706}.stat-card-value.text-error{color:#dc2626}.stat-card-value.text-info{color:#1976d2}.table-summary{display:flex;justify-content:flex-end;gap:32px;padding:14px 20px;background:#fafafa;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px}.summary-item{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.summary-label{font-size:10px;text-transform:uppercase;color:#64748b;font-weight:500;letter-spacing:.3px}.summary-value{font-size:16px;font-weight:700;color:#1e293b;font-variant-numeric:tabular-nums}.bank-info-header{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:24px}.bank-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.filters-bar{display:flex;align-items:flex-end;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:11px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.section{margin-bottom:24px}.section-title{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.obs-content{white-space:pre-wrap;font-size:13px;color:#334155;line-height:1.6}.icon-check{color:#16a34a}.icon-x{color:#dc2626}.row-overdue{background-color:#fef2f2!important}.row-overdue:hover{background-color:#fee2e2!important}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#94a3b8}.empty-state-icon{width:48px;height:48px;color:#d1d5db;margin-bottom:16px}.empty-state-title{font-size:16px;font-weight:600;color:#475569;margin-bottom:6px}.empty-state-text{font-size:13px;color:#94a3b8;max-width:320px}@media(max-width:1024px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.detail-grid-3,.form-row-3,.form-row-4{grid-template-columns:1fr 1fr}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay.visible{display:block}.app-main-wrapper{margin-left:0}.header-menu-btn{display:flex}.header-search{display:none}.app-content{padding:16px}.kpi-grid,.detail-grid,.detail-grid-3,.form-row-2,.form-row-3,.form-row-4{grid-template-columns:1fr}.page-toolbar{flex-direction:column;align-items:stretch}.page-toolbar-left{flex-direction:column}.searchbar-wrapper{max-width:100%}.detail-header{flex-direction:column;align-items:flex-start}.pagination{flex-direction:column}.bank-cards-grid,.dashboard-row{grid-template-columns:1fr}}.dashboard-section{margin-bottom:24px}.dashboard-section-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:12px}.chart-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.aging-bar{display:flex;height:32px;border-radius:6px;overflow:hidden;margin-bottom:16px}.aging-segment{display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:500;min-width:60px;transition:width .3s ease}.aging-labels{display:flex;justify-content:space-between;gap:8px}.aging-label{text-align:center;font-size:12px;color:#64748b;flex:1;line-height:1.5}.aging-label strong{color:#1e293b;font-size:13px}.aging-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:4px;vertical-align:middle}.bar-chart{display:flex;align-items:flex-end;gap:8px;height:200px;padding:0 10px;border-bottom:1px solid #e2e8f0}.bar-group{flex:1;display:flex;gap:2px;align-items:flex-end;justify-content:center}.bar{min-width:16px;border-radius:4px 4px 0 0;transition:height .3s ease;cursor:default;min-height:2px}.bar-receita{background-color:#1976d2}.bar-despesa{background-color:#d32f2f}.bar-labels{display:flex;gap:8px;justify-content:space-around;margin-top:8px}.bar-label{font-size:11px;color:#64748b;text-align:center;flex:1}.bar-chart-legend{display:flex;gap:16px;margin-bottom:12px;justify-content:flex-end}.bar-chart-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.bar-chart-legend-color{display:inline-block;width:12px;height:12px;border-radius:3px}.category-bar-item{display:flex;align-items:center;gap:12px;margin-bottom:8px}.category-bar-name{width:200px;font-size:13px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.category-bar-track{flex:1;height:20px;background:#f1f5f9;border-radius:4px;overflow:hidden}.category-bar-fill{height:100%;background:#1976d2;border-radius:4px;transition:width .3s ease}.category-bar-count{width:40px;font-size:13px;font-weight:600;color:#334155;text-align:right;flex-shrink:0}.status-pills{display:flex;flex-wrap:wrap;gap:8px}.status-pill{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px}.status-pill-count{font-weight:700;font-size:16px}.dashboard-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.dash-row-severe{background-color:#fef2f2!important}.dash-row-severe:hover{background-color:#fee2e2!important}.dash-row-warning{background-color:#fff7ed!important}.dash-row-warning:hover{background-color:#ffedd5!important}.dash-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:#94a3b8;font-size:14px}@media(max-width:1024px){.dashboard-row{grid-template-columns:1fr}.category-bar-name{width:140px}}@media(max-width:768px){.aging-labels{flex-direction:column;gap:4px}.aging-label{text-align:left;display:flex;align-items:center;gap:4px}.aging-label br{display:none}.bar-chart{height:150px}.category-bar-name{width:100px}.status-pills{gap:6px}.status-pill{padding:6px 12px;font-size:12px}}.summary-strip{display:flex;gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;overflow:hidden}.summary-strip-item{flex:1;padding:14px 20px;display:flex;flex-direction:column;gap:2px;border-right:1px solid #e2e8f0;min-width:140px}.summary-strip-item:last-child{border-right:none}.summary-strip-label{font-size:10px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.summary-strip-value{font-size:16px;font-weight:700;color:#1e293b;font-variant-numeric:tabular-nums}.summary-strip-value.text-success{color:#16a34a}.summary-strip-value.text-warning{color:#d97706}.summary-strip-value.text-error{color:#dc2626}.summary-strip-value.text-info{color:#1976d2}.quick-period-bar{display:flex;align-items:center;gap:6px;margin-bottom:16px;flex-wrap:wrap}.quick-period-bar-label{font-size:12px;font-weight:500;color:#64748b;margin-right:4px;white-space:nowrap}.period-btn{padding:4px 12px;border:1px solid #d1d5db;border-radius:16px;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;background-color:#fff;color:#475569;transition:all .15s ease;white-space:nowrap}.period-btn:hover{background-color:#f1f5f9;border-color:#94a3b8}.period-btn.active{background-color:#1976d2;color:#fff;border-color:#1976d2}.bank-card-accent{border-left:4px solid #1976d2}.bank-card-accent.bank-card-inactive{border-left-color:#94a3b8}.bank-card-tipo{font-size:11px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.3px;margin-top:2px}.tree-item-tipo-receita{color:#16a34a;font-weight:600}.tree-item-tipo-despesa{color:#dc2626;font-weight:600}.row-overdue td{font-weight:500}.overdue-days{font-size:11px;color:#b91c1c;font-weight:500}.expandable-row td{border-top:none!important;background:#f8fafc}.table tbody tr[style*="cursor: pointer"]:hover{background-color:#f1f5f9}.link{color:#2563eb;text-decoration:none;cursor:pointer}.link:hover{text-decoration:underline;color:#1d4ed8}.active-filter-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;margin-bottom:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;font-size:.875rem;color:#1e40af}.active-filter-bar .btn{display:inline-flex;align-items:center;gap:4px;color:#1e40af;border:1px solid #93c5fd;background:#fff}.active-filter-bar .btn:hover{background:#dbeafe}.clickable-row{cursor:pointer}.clickable-row:hover{background-color:#f1f5f9}.stats-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:1024px){.stats-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid-4{grid-template-columns:1fr}.summary-strip,.quick-period-bar{flex-wrap:wrap}}.table tfoot td{padding:10px 14px;font-weight:700;color:#1e293b;background-color:#f8fafc;border-top:2px solid #e2e8f0}.filter-chips-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#334155);padding:20px}.login-card{background:#fff;border-radius:12px;padding:48px 40px;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d;text-align:center}.login-logo{margin-bottom:24px}.login-logo-icon{width:64px;height:64px;background:#1976d2;color:#fff;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;margin-bottom:16px}.login-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}.login-subtitle{font-size:14px;color:#64748b}.login-divider{height:1px;background:#e2e8f0;margin:24px 0}.login-google-wrapper{display:flex;justify-content:center;margin-bottom:16px}.login-error{color:#dc2626;font-size:13px;margin-top:12px}.login-footer{font-size:12px;color:#94a3b8;margin-top:24px}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f2f5}.auth-status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f2f5;padding:20px}.auth-status-card{background:#fff;border-radius:12px;padding:48px 40px;width:100%;max-width:440px;box-shadow:0 4px 24px #00000014;text-align:center}.auth-status-card h1{font-size:22px;font-weight:700;color:#1e293b;margin:20px 0 12px}.auth-status-card p{font-size:14px;color:#475569;line-height:1.6}.auth-status-hint{color:#94a3b8!important;font-size:13px!important;margin-top:8px}.auth-status-icon{width:80px;height:80px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.auth-status-icon.pending{background:#fef3c7;color:#d97706}.auth-status-icon.blocked{background:#fee2e2;color:#dc2626}.auth-status-btn{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:10px 24px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s}.auth-status-btn:hover{background:#e2e8f0;color:#1e293b}.header-user{display:flex;align-items:center;gap:10px}.header-user-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.header-user-avatar{width:32px;height:32px;border-radius:50%;background:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.header-user-name{font-size:13px;font-weight:500;color:#475569}.header-logout-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;transition:color .15s}.header-logout-btn:hover{color:#dc2626}.user-cell{display:flex;align-items:center;gap:10px}.user-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center}
