@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}.layout{height:100vh;display:flex;overflow:hidden}.layout-body{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.layout-main{background:#f1f5f9;flex:1;overflow-y:auto}.sidebar{background:#13579f;flex-direction:column;flex-shrink:0;width:260px;min-width:260px;height:100vh;transition:width .22s,min-width .22s;display:flex;overflow:hidden}.sidebar.collapsed{width:64px;min-width:64px}.sidebar.collapsed .sidebar-item-label{opacity:0;white-space:nowrap;width:0;transition:opacity .15s,width .15s;overflow:hidden}.sidebar.collapsed .sidebar-item{justify-content:center;padding:11px 0}.sidebar-topbar{flex-shrink:0;justify-content:space-between;align-items:center;min-height:68px;padding:14px 14px 10px;display:flex}.sidebar.collapsed .sidebar-topbar{justify-content:center;padding:14px 0 10px}.sidebar-logo-img{filter:brightness(0)invert();flex:1;width:150px;min-width:0;height:auto;display:block}.sidebar-collapse-btn{color:#ffffffbf;cursor:pointer;background:#ffffff1f;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:flex}.sidebar-collapse-btn:hover{color:#fff;background:#fff3}.sidebar-nav{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:4px;padding:16px 0;display:flex;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:0;height:0;display:none}.sidebar-item.expanded{color:#fff;background:#ffffff12}.sidebar-subnav{background:#00000024;border-left:3px solid #0079e0;flex-direction:column;display:flex}.sidebar-subitem{color:#ffffff8c;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 22px 9px 34px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-subitem.active{color:#fff;background:#3b82f638;font-weight:600}.sidebar-subitem-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-subitem-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-item{color:#ffffff8c;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:12px;width:100%;padding:11px 22px;font-size:14px;font-weight:500;transition:all .15s;display:flex;position:relative}.sidebar-item.active{color:#fff;background:#3b82f626;border-left:3px solid #0079e0}.sidebar-item-icon{opacity:.9;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-item-label{white-space:nowrap;transition:opacity .15s,width .15s;overflow:hidden}.topbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:16px;padding:14px 28px;display:flex}.topbar-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.topbar-page-info{flex-direction:column;gap:1px;min-width:0;display:flex}.topbar-search-center{justify-content:center;display:flex;position:relative}.topbar-title{color:#0f172a;font-size:18px;font-weight:700;line-height:1.2}.topbar-subtitle{color:#94a3b8;margin-top:2px;font-size:13px}.topbar-right{flex:1;justify-content:flex-end;align-items:center;gap:6px;display:flex}.topbar-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;width:460px;padding:8px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.topbar-search input{color:#64748b;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:13px}.search-shortcut{color:#94a3b8;white-space:nowrap;background:#e2e8f0;border-radius:4px;padding:2px 6px;font-size:11px}.topbar-icon-btn{color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex;position:relative}.topbar-icon-btn:hover{color:#1e293b;background:#f1f5f9}.badge-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.notif-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:99px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:3px;right:3px}.notif-panel{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:360px;animation:.15s notifIn;position:absolute;top:calc(100% + 8px);right:-48px;overflow:hidden;box-shadow:0 12px 32px #00000024}@keyframes notifIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.notif-panel-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.notif-panel-title{color:#1e293b;font-size:15px;font-weight:700;display:block}.notif-panel-count{color:#0079e0;background:#eff6ff;border-radius:99px;margin-top:2px;padding:1px 8px;font-size:11px;font-weight:600;display:block}.notif-mark-all{color:#0079e0;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;transition:background .13s;display:inline-flex}.notif-mark-all:hover{background:#eff6ff}.notif-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .13s,color .13s;display:flex}.notif-close-btn:hover{color:#475569;background:#f1f5f9}.notif-list{max-height:400px;padding:6px 0;overflow-y:auto}.notif-section-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:6px 16px 4px;font-size:10px;font-weight:700}.notif-item{cursor:pointer;border-bottom:1px solid #0000;align-items:flex-start;gap:10px;padding:10px 16px;transition:background .12s;display:flex}.notif-item:hover{background:#f8fafc}.notif-item--unread{background:#fafcff}.notif-item--unread:hover{background:#eff6ff}.notif-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.notif-content{flex:1;min-width:0}.notif-item-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;font-weight:600;overflow:hidden}.notif-item-msg{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.notif-item-time{color:#94a3b8;font-size:11px}.notif-empty{text-align:center;color:#94a3b8;padding:32px;font-size:13px}.topbar-user{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:6px 10px;transition:background .15s;display:flex}.topbar-user:hover{background:#f1f5f9}.user-avatar{color:#fff;background:linear-gradient(135deg,#0079e0,#005db3);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.user-info{flex-direction:column;display:flex}.user-name{color:#1e293b;font-size:13px;font-weight:600;line-height:1.2}.user-role{color:#94a3b8;font-size:11px}.frase-wrapper{flex-shrink:0;padding:12px 28px 0}.frase-banner{background:linear-gradient(135deg,#eff6ff,#e0f2fe);border:1px solid #bfdbfe;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 20px;display:flex}.frase-icon{color:#0079e0;flex-shrink:0;margin-top:2px}.frase-content{flex:1;min-width:0}.frase-label{color:#0079e0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px;font-size:11px;font-weight:700}.frase-autor{color:#64748b;margin-top:3px;font-size:13px}.page-content{flex-direction:column;gap:20px;min-height:100%;padding:24px 28px;display:flex}.page-local-header{margin-bottom:2px}.page-local-title{color:#1e293b;margin-bottom:4px;font-size:22px;font-weight:700;line-height:1.3}.page-local-subtitle{color:#94a3b8;font-size:13px;font-weight:500}.empty-page{text-align:center;color:#94a3b8;padding:80px;font-size:15px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.tabs{background:#fff;border:1px solid #e2e8f0;border-radius:10px;gap:4px;width:fit-content;padding:4px;display:flex}.tab-btn{color:#64748b;background:0 0;border:none;border-radius:7px;padding:9px 20px;font-size:14px;font-weight:500;transition:all .15s}.tab-btn:hover{color:#1e293b;background:#f8fafc}.tab-btn.active{color:#fff;background:#0079e0;font-weight:600}.tab-panel{flex-direction:column;gap:16px;display:flex}.stats-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;padding:18px 20px;display:flex}.stat-label{color:#94a3b8;font-size:13px;font-weight:500}.stat-num{color:#0f172a;font-size:32px;font-weight:700;line-height:1}.stat-green{color:#16a34a}.stat-yellow{color:#ca8a04}.stat-red{color:#dc2626}.table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.search-box{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;align-items:center;gap:8px;max-width:460px;padding:9px 14px;display:flex}.search-box input{color:#475569;background:0 0;border:none;outline:none;flex:1;font-size:14px}.toolbar-actions{gap:10px;display:flex}.btn-outline{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.btn-primary{color:#fff;background:#0079e0;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 18px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.btn-primary:hover{background:#0079e0}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table thead th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:11px 16px;font-size:12px;font-weight:600}.data-table tbody td{vertical-align:middle;color:#475569;border-bottom:1px solid #f1f5f9;padding:13px 16px}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#fafbff}.row-selected td{background:#eff6ff!important}.cell-primary{color:#1e293b;font-weight:600}.cell-secondary{color:#94a3b8;margin-top:2px;font-size:12px}.cell-value{color:#1e293b;white-space:nowrap;font-weight:600}.company-icon{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.company-icon img{object-fit:contain;width:22px;height:22px}.checkbox{accent-color:#0079e0;cursor:pointer;width:16px;height:16px}.badge{white-space:nowrap;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.badge-blue{color:#005db3;background:#dbeafe}.badge-green{color:#15803d;background:#dcfce7}.badge-orange{color:#c2410c;background:#ffedd5}.badge-black{color:#f8fafc;background:#0f172a}.status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge:before{content:"";border-radius:50%;width:6px;height:6px;display:inline-block}.status-ativo{color:#15803d;background:#dcfce7}.status-pendente{color:#a16207;background:#fef9c3}.status-inativo{color:#64748b;background:#f1f5f9}.status-inativo:before{background:#94a3b8}.status-atrasado{color:#b91c1c;background:#fee2e2}.row-actions{gap:4px;display:flex}.action-btn{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.action-btn:hover{color:#1e293b;background:#f1f5f9;border-color:#cbd5e1}.action-btn-danger:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.metrics-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;display:flex}.metric-icon-box{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.metric-label{color:#94a3b8;margin-bottom:4px;font-size:12px;font-weight:500}.metric-value{color:#0f172a;margin-bottom:4px;font-size:22px;font-weight:700;line-height:1}.metric-change{font-size:11px;font-weight:500}.metric-change.positive{color:#16a34a}.metric-change.negative{color:#dc2626}.charts-row{grid-template-columns:1fr 380px;gap:16px;display:grid}.chart-card{padding:20px}.chart-header{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.chart-title{color:#1e293b;font-size:15px;font-weight:700}.chart-subtitle{color:#94a3b8;font-size:12px}.line-chart-svg{width:100%;display:block;overflow:visible}.donut-wrapper{align-items:center;gap:20px;display:flex}.donut-svg{flex-shrink:0;width:180px;height:180px}.donut-legend{flex-direction:column;flex:1;gap:10px;display:flex}.legend-item{align-items:center;gap:8px;font-size:13px;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.legend-label{color:#475569;flex:1}.legend-pct{color:#1e293b;font-weight:700}.bar-chart{flex-direction:column;gap:14px;display:flex}.bar-row{grid-template-columns:120px 1fr 40px 100px;align-items:center;gap:12px;display:grid}.bar-name{color:#475569;text-align:right;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.bar-track{background:#f1f5f9;border-radius:99px;height:10px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,#0079e0,#6366f1);border-radius:99px;height:100%;transition:width .5s}.bar-count{color:#1e293b;text-align:center;font-size:13px;font-weight:700}.bar-revenue{color:#94a3b8;white-space:nowrap;font-size:12px}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-3-stats{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.grid-sim{grid-template-columns:minmax(0,1fr) 520px;align-items:start;gap:20px;display:grid}.grid-cobrancas{grid-template-columns:1fr 300px;align-items:start;gap:16px;display:grid}.grid-form-table{grid-template-columns:360px 1fr;align-items:start;gap:16px;display:grid}@media (width<=1200px){.grid-sim,.grid-cobrancas{grid-template-columns:1fr}}@media (width<=960px){.grid-2,.grid-form-table{grid-template-columns:1fr}.grid-3-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid-3-stats{grid-template-columns:1fr}}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100svh;margin:0}.sidebar-overlay{z-index:99;background:#00000073;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}.hamburger{color:#005db3;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;width:44px;height:44px;padding:0;transition:all .15s;display:none}.hamburger:hover{background:#dbeafe;border-color:#93c5fd}@media (width<=1100px){.metrics-grid{grid-template-columns:repeat(3,1fr)}.charts-row{grid-template-columns:1fr}.topbar-search{width:220px}}@media (width<=900px){.sidebar{z-index:100;width:320px;min-width:320px;height:100%;transition:left .25s;position:fixed;top:0;left:-320px}.sidebar.open{left:0}.sidebar-collapse-btn{display:none}.hamburger{justify-content:center;align-items:center;display:flex}.layout-body{width:100%}.metrics-grid{grid-template-columns:repeat(2,1fr)}.stats-row{grid-template-columns:repeat(2,1fr)!important}.topbar-search,.topbar-search-center,.search-shortcut{display:none}.bar-row{grid-template-columns:90px 1fr 36px 90px}}@media (width<=600px){.page-content{gap:14px;padding:16px}.topbar{padding:12px 16px}.topbar-title{font-size:16px}.topbar-subtitle{display:none}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:10px}.metric-card{gap:10px;padding:14px}.metric-value{font-size:18px}.stats-row{gap:10px;grid-template-columns:repeat(2,1fr)!important}.tab-btn{padding:8px 14px;font-size:13px}.table-toolbar{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.data-table{font-size:13px}.data-table thead th,.data-table tbody td{padding:10px 12px}.bar-row{grid-template-columns:72px 1fr 28px}.bar-revenue,.user-info,.topbar-icon-btn:last-of-type{display:none}}html.dark body{color:#e2e8f0;background:#0b1120}html.dark .layout-main{background:#0b1120}html.dark .topbar{background:#131e30;border-color:#1e2d45}html.dark .topbar-title{color:#f1f5f9}html.dark .topbar-subtitle{color:#64748b}html.dark .page-local-title{color:#f1f5f9}html.dark .page-local-subtitle{color:#64748b}html.dark .hamburger{color:#93c5fd;background:#1e2d45;border-color:#334155}html.dark .hamburger:hover{background:#243449;border-color:#475569}html.dark .topbar-search{background:#0b1120;border-color:#1e2d45}html.dark .topbar-search input{color:#cbd5e1}html.dark .topbar-search input::placeholder{color:#475569}html.dark .topbar-search svg{stroke:#64748b}html.dark .search-shortcut{color:#64748b;background:#1e2d45}html.dark .topbar-icon-btn{color:#94a3b8}html.dark .topbar-icon-btn:hover{color:#e2e8f0;background:#1e2d45}html.dark .user-name{color:#f1f5f9}html.dark .user-role{color:#64748b}html.dark .topbar-user:hover{background:#1e2d45}html.dark .card,html.dark .stat-card,html.dark .metric-card{background:#131e30;border-color:#1e2d45}html.dark .stat-label{color:#64748b}html.dark .stat-num{color:#f1f5f9}html.dark .metric-label{color:#64748b}html.dark .metric-value,html.dark .chart-title{color:#f1f5f9}html.dark .chart-subtitle{color:#64748b}html.dark .cell-primary{color:#f1f5f9}html.dark .cell-secondary{color:#64748b}html.dark .cell-value{color:#e2e8f0}html.dark .data-table thead th{color:#64748b;background:#0d1827;border-color:#1e2d45}html.dark .data-table tbody td{color:#94a3b8;border-color:#1a2740}html.dark .data-table tbody tr:hover td{background:#162032}html.dark .row-selected td{background:#1a2d4a!important}html.dark .tab-btn{color:#64748b}html.dark .tab-btn:hover{color:#e2e8f0;background:#1e2d45}html.dark .tab-btn.active{color:#fff;background:#0079e0}html.dark .btn-outline{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .btn-outline:hover{color:#e2e8f0;background:#1e2d45;border-color:#334155}html.dark .action-btn{color:#94a3b8;background:#0d1827;border-color:#1e2d45}html.dark .action-btn:hover{color:#e2e8f0;background:#1e2d45}html.dark .action-btn-danger:hover{color:#fca5a5;background:#3b0a0a;border-color:#7f1d1d}html.dark .table-toolbar .search-box{background:#131e30;border-color:#1e2d45}html.dark .table-toolbar .search-box input{color:#cbd5e1}html.dark .table-toolbar .search-box input::placeholder{color:#475569}html.dark .bar-track{background:#1e2d45}html.dark .bar-name{color:#94a3b8}html.dark .bar-count{color:#f1f5f9}html.dark .bar-revenue{color:#64748b}html.dark .legend-label{color:#94a3b8}html.dark .legend-pct{color:#f1f5f9}html.dark .donut-svg text{fill:#f1f5f9!important}html.dark .frase-banner{background:linear-gradient(135deg,#0d1e35,#0c1d30);border-color:#1e3a5f}html.dark .frase-autor{color:#64748b}html.dark .notif-panel{background:#131e30;border-color:#1e2d45}html.dark .notif-panel-header{border-color:#1e2d45}html.dark .notif-panel-title{color:#f1f5f9}html.dark .notif-panel-count{color:#93c5fd;background:#1a2d4a}html.dark .notif-mark-all{color:#93c5fd}html.dark .notif-mark-all:hover{background:#1a2d4a}html.dark .notif-close-btn{color:#64748b}html.dark .notif-close-btn:hover{color:#94a3b8;background:#1e2d45}html.dark .notif-section-label{color:#475569}html.dark .notif-item:hover{background:#162032}html.dark .notif-item--unread{background:#0f1e32}html.dark .notif-item--unread:hover{background:#162032}html.dark .notif-item-title{color:#f1f5f9}html.dark .notif-item-msg{color:#94a3b8}html.dark .notif-item-time{color:#475569}html.dark .badge-dot,html.dark .notif-badge{border-color:#131e30}:root{--ghia-brand:#0079e0;--ghia-brand-strong:#005db3;--ghia-brand-symbol:#0097ff;--ghia-cyan:#06d0f7;--ghia-bg:#f5f7fb;--ghia-card:#fff;--ghia-border:#e8eef7;--ghia-gradient:linear-gradient(135deg, #0079e0 0%, #06d0f7 100%);--ghia-shadow:0 6px 22px #0079e012;--ghia-shadow-hover:0 12px 32px #0079e029}body{background:var(--ghia-bg);font-family:Inter,system-ui,-apple-system,sans-serif}.layout-body{background:var(--ghia-bg)}.card,.tabs,.cob-table,.chart-card,.kpi-box,.report-shell{border:1px solid var(--ghia-border);box-shadow:var(--ghia-shadow);border-radius:16px!important}.sidebar{background:linear-gradient(168deg,#0089f7 0%,#0064bd 52%,#004182 100%)!important}.sidebar-item.active{background:#fff!important}.sidebar-item.active .sidebar-item-icon,.sidebar-item.active .sidebar-item-label,.sidebar-item.active svg{color:var(--ghia-brand-strong)!important;stroke:var(--ghia-brand-strong)!important}.btn-primary,.export-btn,.cob-nova-btn,.cob-export-btn,.contratos-apply-btn,.fechamento-submit-btn,.fechamento-add-btn,.grupo-btn.primary{transition:transform .12s,box-shadow .12s,filter .12s;box-shadow:0 4px 14px #0079e047;background:var(--ghia-gradient)!important;color:#fff!important;border:none!important;border-radius:999px!important}.btn-primary:hover,.export-btn:hover,.cob-nova-btn:hover,.cob-export-btn:hover,.contratos-apply-btn:hover,.fechamento-submit-btn:hover{filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 9px 24px #0079e057}.btn-outline,.dash-period-btn,.tab-btn,.btn-visao-geral{border-radius:999px!important}input:focus,select:focus,textarea:focus,.cob-form-input:focus,.cob-form-select:focus{border-color:var(--ghia-brand)!important;outline:none!important;box-shadow:0 0 0 3px #0079e024!important}.topbar-search:focus-within{border-color:var(--ghia-brand)!important;box-shadow:0 0 0 3px #0079e01f!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#cdd8e8;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#b6c4da}.geral-stat-card,.geral-table-card,.grupo-card,.doc-suggestion-box,.wa-info-card,.wa-tpl-card,.perfil-avatar-card,.perfil-form-card,.comercial-card,.pipeline-card,.config-card{border:1px solid var(--ghia-border);box-shadow:var(--ghia-shadow);border-radius:16px!important}.geral-stat-card{transition:transform .14s,box-shadow .14s}.geral-stat-card:hover{box-shadow:var(--ghia-shadow-hover);transform:translateY(-2px)}.geral-table-card tbody tr:hover,.grupo-table tbody tr:hover{background:#f2f8ff}.geral-page-header,.perfil-header{border-radius:16px}.rel-filterbar{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.rel-filter-field{flex-direction:column;gap:6px;display:flex}.rel-filter-field>span{letter-spacing:.07em;text-transform:uppercase;color:var(--ui-text-faint);font-size:10.5px;font-weight:800}.rel-search{display:block;position:relative}.rel-search>svg{color:var(--ui-text-faint);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.rel-search>.ui-input{border-radius:999px;min-width:240px;padding-left:36px}.rel-toggle{cursor:pointer}.rel-clear{color:var(--ui-text-soft);transition:color .16s var(--ui-ease), border-color .16s var(--ui-ease);background:0 0;border:1px dashed #cbd5e1;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.rel-clear:hover{color:#b91c1c;border-color:#fca5a5}.rel-clear:focus-visible{outline:2px solid var(--ghia-brand);outline-offset:2px}.rel-count{color:var(--ui-text-faint);white-space:nowrap;margin-left:auto;padding-bottom:9px;font-size:12.5px;font-weight:600}.rel-sort{font:inherit;color:inherit;text-align:inherit;background:0 0;border:none;border-radius:5px;align-items:center;gap:5px;margin:0;padding:0;transition:color .14s;display:inline-flex}.rel-sort:hover,.rel-sort.is-active{color:var(--ghia-brand)}.rel-sort:focus-visible{outline:2px solid var(--ghia-brand);outline-offset:3px}.rel-sort-ico{flex:none}.rel-sort:not(.is-active) .rel-sort-ico{opacity:.38}.rel-sort:not(.is-active):hover .rel-sort-ico{opacity:.8}@media (prefers-reduced-motion:reduce){.rel-sort,.rel-clear{transition:none}}.dashboard-container{width:100%;padding:28px 32px}.dashboard-header{margin-bottom:24px}.dashboard-header h1{color:#1e293b;margin-bottom:4px;font-size:20px;font-weight:700;line-height:1.3}.dashboard-header p{color:#94a3b8;font-size:13px}.stats-grid{grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:20px;display:grid}.stat-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:8px;min-height:112px;padding:13px 15px;transition:transform .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.stat-card:hover{transform:translateY(-2px)}.stat-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.stat-title{color:#8a94a6;font-size:12px;font-weight:500;line-height:1.3}.stat-value{color:#0f172a;font-size:20px;font-weight:700;line-height:1.1}.stat-trend{align-items:center;gap:4px;margin-top:auto;font-size:12px;font-weight:600;display:inline-flex}.stat-trend svg{width:13px;height:13px}.stat-trend.positive{color:#10b981}.stat-trend.negative{color:#ef4444}.stat-icon{color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.stat-icon svg{width:16px;height:16px}.bg-blue{background-color:#0079e0}.bg-green{background-color:#10b981}.bg-purple{background-color:#7c3aed}.bg-orange{background-color:#f59e0b}.bg-red{background-color:#f43f5e}.bg-blue-light{color:#0079e0;background-color:#eff6ff}.bg-green-light{color:#10b981;background-color:#ecfdf5}.bg-purple-light{color:#8b5cf6;background-color:#f5f3ff}.bg-orange-light{color:#f59e0b;background-color:#fffbeb}.bg-red-light{color:#ef4444;background-color:#fef2f2}.charts-grid-top,.charts-grid-bottom{gap:20px;margin-bottom:20px;display:flex}.chart-card.large{flex:2;min-width:0}.chart-card.small{flex:1;min-width:0}.chart-card.small.donut-card{flex:1.3;min-width:0}.chart-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;padding:22px;display:flex;box-shadow:0 1px 3px #0000000d}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-header h3{color:#1e293b;font-size:14px;font-weight:600}.export-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;transition:color .15s,background .15s;display:flex}.export-btn:hover{color:#0079e0;background:#f0f7ff}.chart-area-wrapper{flex:1;height:260px;min-height:260px;display:flex}.chart-y-axis{color:#94a3b8;text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:44px;padding-bottom:24px;padding-right:10px;font-size:10px;display:flex}.chart-y-axis span{line-height:1;display:block}.chart-inner{flex-direction:column;flex:1;min-width:0;display:flex}.chart-svg-container{border-top:1px solid #f1f5f9;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;flex:1;position:relative;overflow:visible}.area-chart{width:100%;height:100%;display:block}.chart-x-labels{justify-content:space-between;height:24px;margin-top:6px;padding:0 2px;display:flex}.chart-x-labels span{color:#94a3b8;font-size:10px}.donut-chart-wrapper{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:10px;padding-top:2px;display:flex}.donut-chart-container{flex-shrink:0;width:200px;height:200px}.donut-chart{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.donut-center{background:#fff;border-radius:50%;width:130px;height:130px}.donut-legend{grid-template-columns:1fr 1fr;align-content:start;gap:16px 18px;width:100%;display:grid}.donut-legend .legend-item{color:#64748b;align-items:center;gap:8px;font-size:12px;display:flex}.donut-legend .legend-item strong{color:#0f172a;margin-left:auto;font-size:12px;font-weight:700}.donut-legend .dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.dot.blue{background:#0079e0}.dot.purple{background:#8b5cf6}.dot.green{background:#10b981}.dot.orange{background:#f59e0b}.bar-chart-area{flex:1;height:245px;min-height:245px;display:flex}.bar-chart-y-axis{color:#94a3b8;text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:34px;padding-bottom:28px;padding-right:10px;font-size:10px;display:flex}.bar-chart-y-axis span{line-height:1;display:block}.bar-group{border-top:1px solid #f8fafc;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;flex:1;justify-content:space-around;align-items:stretch;gap:4px;padding:0 8px;display:flex;position:relative}.bar-group:before{content:"";z-index:0;pointer-events:none;background-image:repeating-linear-gradient(#e7ebf1 0 1px,#0000 1px 25%),repeating-linear-gradient(90deg,#e9eef5 0 1px,#0000 1px 20%);background-size:100% 100%,100% 100%;position:absolute;inset:0 0 28px}.bar-col{z-index:1;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:0;height:100%;display:flex;position:relative}.bar-pair{flex:none;justify-content:center;align-items:flex-end;gap:3px;width:100%;height:calc(100% - 28px);display:flex}.bar-pair .bar{flex:none;min-height:0}.bar{z-index:2;border-radius:3px 3px 0 0;transition:height .5s;position:relative}.bar.fill-navy{background-color:#1e3a8a}.bar.fill-green{background-color:#10b981}.bar.fill-navy{opacity:.95;width:10px}.bar.fill-green{width:14px}.bar-label{color:#94a3b8;text-align:center;white-space:nowrap;height:24px;margin-top:6px;font-size:9px;line-height:1.3}.chart-legend{flex-shrink:0;justify-content:center;gap:24px;margin-top:12px;display:flex}.chart-legend .legend-item{color:#64748b;align-items:center;gap:6px;font-size:12px;display:flex}.donut-card .card-header,.sellers-card .card-header{margin-bottom:14px}.donut-card .export-btn,.sellers-card .export-btn{font-size:10px}.sellers-card .bar-chart-y-axis{color:#9aa4b2;width:34px;font-size:10px}.sellers-card .bar-group{border-top:none;border-bottom:2px solid #c3ccd8;border-left:2px solid #c3ccd8}.sellers-card .bar-group:before{opacity:.9;background-image:repeating-linear-gradient(#e5eaf1 0 1px,#0000 1px 25%),repeating-linear-gradient(90deg,#e5eaf1 0 1px,#0000 1px 20%)}.sellers-card .bar-pair{gap:12px;max-width:none}.sellers-card .bar-group{gap:12px}.sellers-card .bar.fill-navy{opacity:.95;width:36px}.sellers-card .bar.fill-green{border-radius:4px 4px 0 0;width:36px}.sellers-card .bar-label{color:#9aa4b2;font-size:10px}.sellers-card .chart-legend{margin-top:10px}.sellers-card .chart-legend .legend-item{font-size:12px!important}.sellers-card .chart-legend .legend-item:first-child{color:#1e3a8a}.sellers-card .chart-legend .legend-item:last-child{color:#10b981}.sellers-card .rect{width:12px;height:12px}.rect{border-radius:2px;flex-shrink:0;width:12px;height:12px;display:inline-block}.rect.navy{background-color:#1e3a8a}.rect.green{background-color:#10b981}.quick-access-list{flex-direction:column;gap:4px;display:flex}.quick-access-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;width:100%;padding:10px 4px;transition:background .15s;display:flex}.quick-access-item:hover{background:#f8fafc}.quick-icon-box{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.quick-info{flex-direction:column;gap:2px;display:flex}.quick-title{color:#1e293b;font-size:14px;font-weight:600}.quick-desc{color:#94a3b8;font-size:11px}@media (width<=1280px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=960px){.charts-grid-top,.charts-grid-bottom{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.dashboard-container{padding:16px}.stats-grid{grid-template-columns:1fr}}html.dark .dashboard-header h1{color:#f1f5f9}html.dark .dashboard-header p{color:#64748b}html.dark .stat-card{background:#131e30;border-color:#1e2d45}html.dark .stat-title{color:#64748b}html.dark .stat-value{color:#f1f5f9}html.dark .chart-card{background:#131e30;border-color:#1e2d45}html.dark .card-header h3{color:#f1f5f9}html.dark .export-btn{color:#64748b}html.dark .export-btn:hover{color:#93c5fd;background:#1e2d45}html.dark .chart-svg-container{border-color:#1e2d45}html.dark .chart-x-labels span,html.dark .chart-y-axis span{color:#64748b}html.dark .bar-group{border-color:#1e2d45}html.dark .bar-chart-y-axis span,html.dark .bar-label{color:#64748b}html.dark .donut-center{background:#131e30}html.dark .donut-legend .legend-item{color:#94a3b8}html.dark .donut-legend .legend-item strong,html.dark .quick-title{color:#f1f5f9}html.dark .quick-desc{color:#64748b}html.dark .quick-access-item:hover{background:#1e2d45}.dash-period-btns{gap:4px;display:flex}.dash-period-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:3px 9px;font-size:11px;font-weight:600;line-height:1.5;transition:all .15s}.dash-period-btn:hover{color:#0079e0;background:#f0f7ff;border-color:#bfdbfe}.dash-period-btn.active{color:#fff;background:#0079e0;border-color:#0079e0}.dash-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .15s}.dash-select:hover{border-color:#94a3b8}html.dark .dash-select{color:#cbd5e1;background:#1e2d45;border-color:#2d3f5e}.dash-chart-tooltip{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#f1f5f9;pointer-events:none;white-space:nowrap;background:#0f172aeb;border-radius:8px;padding:8px 12px;position:absolute;box-shadow:0 4px 16px #00000038}.dash-tooltip-label{color:#94a3b8;margin-bottom:2px;font-size:11px}.dash-tooltip-value{color:#10b981;font-size:14px;font-weight:700}.dash-dropdown{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:148px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001a}.dash-dropdown-item{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:7px 12px;font-size:13px;transition:background .12s;display:block}.dash-dropdown-item:hover{background:#f8fafc}.dash-dropdown-item.active{color:#0079e0;background:#eff6ff;font-weight:600}html.dark .dash-period-btn{color:#94a3b8;background:#1e2d45;border-color:#2d3f5e}html.dark .dash-period-btn:hover{color:#93c5fd;background:#1e3a6e}html.dark .dash-period-btn.active{color:#fff;background:#0079e0;border-color:#0079e0}html.dark .dash-dropdown{background:#1e2d45;border-color:#2d3f5e;box-shadow:0 8px 24px #0006}html.dark .dash-dropdown-item{color:#94a3b8}html.dark .dash-dropdown-item:hover{background:#162336}html.dark .dash-dropdown-item.active{color:#93c5fd;background:#1e3a6e}.fin-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fin-tabs-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.fin-tabs-row .vg-dropdown-wrap{flex-shrink:0}.btn-visao-geral{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-visao-geral:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.btn-visao-geral.active{color:#fff;background:#0079e0;border-color:#0079e0}.btn-visao-geral svg{flex-shrink:0;width:15px;height:15px}.vg-chevron{margin-left:2px;transition:transform .2s;width:13px!important;height:13px!important}.vg-dropdown-wrap{flex-shrink:0;position:relative}.vg-dropdown-menu{z-index:999;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:1px;min-width:240px;padding:4px;animation:.12s ddIn;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001a}@keyframes ddIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.vg-dropdown-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;transition:background .13s;display:flex}.vg-dropdown-item:hover{background:#f8fafc}.vg-dropdown-item.active{background:#eff6ff}.vg-dropdown-label{color:#1e293b;font-size:13px;font-weight:600}.vg-dropdown-item.active .vg-dropdown-label{color:#0079e0}.vg-dropdown-desc{color:#94a3b8;font-size:11px}.vg-dropdown-clear{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #f1f5f9;border-radius:0 0 7px 7px;margin-top:2px;padding:8px 12px;font-size:12px;transition:color .13s}.vg-dropdown-clear:hover{color:#1e293b}.fin-chart-tooltip{color:#f1f5f9;white-space:nowrap;background:#1e293b;border-radius:8px;min-width:130px;padding:8px 12px;font-size:12px;line-height:1.5;box-shadow:0 4px 16px #0000002e}.fct-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;font-size:11px;font-weight:600}.fct-value{color:#fff;font-size:14px;font-weight:700}.fct-sub{color:#94a3b8;margin-top:2px;font-size:11px}.vg-dropdown-back{border-bottom:1px solid #e2e8f0;margin-bottom:4px}.vg-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.vg-widget{background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:0;overflow:hidden}.vg-span-2{grid-column:span 2}.vg-span-3{grid-column:span 3}.vg-span-4{grid-column:span 4}.vg-kpi-center{flex-direction:column;align-items:center;gap:4px;padding:6px 0;display:flex}.vg-kpi-stacked{flex-direction:column;gap:2px;display:flex}.vg-kpi-big{color:#0f172a;font-size:20px;font-weight:700;line-height:1.2}.vg-kpi-huge{color:#0f172a;font-size:44px;font-weight:700;line-height:1}.vg-kpi-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:600}.vg-kpi-period{color:#94a3b8;font-size:12px}.vg-kpi-sub{color:#94a3b8;font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px}.vg-kpi-row-label{justify-content:space-between;align-items:center;gap:8px;display:flex}.vg-pos-text{color:#10b981}.vg-neg-text{color:#ef4444}.vg-widget--compact .vg-widget-header{padding:8px 12px 4px}.vg-widget--compact .vg-widget-body{padding:0 12px 8px}.vg-widget--compact .vg-kpi-center{gap:1px;padding:2px 0}.vg-widget--compact .vg-kpi-stacked{gap:1px}.vg-widget--compact .vg-kpi-label{margin-top:4px!important}.vg-mini-list{flex-direction:column;gap:7px;display:flex}.vg-mini-row{color:#475569;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.vg-neg{color:#ef4444;font-weight:600}.vg-empty-state{color:#94a3b8;text-align:center;padding:24px 0;font-size:12px}.vg-conc-list{flex-direction:column;gap:10px;display:flex}.vg-conc-row{color:#475569;align-items:center;gap:8px;font-size:11px;display:flex}.vg-conc-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:inline-flex}.vg-conc-btg{color:#ca8a04;background:#fef9e7}.vg-conc-itau{color:#ef4444;background:#fff0f0}.vg-conc-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.vg-conc-ok{color:#10b981;flex-shrink:0;margin-left:auto}.vg-saldo-table{flex-direction:column;gap:6px;display:flex}.vg-saldo-row{color:#475569;border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;display:flex}.vg-saldo-total{border-top:1px solid #e2e8f0;border-bottom:none;margin-top:2px;padding-top:8px}.vg-legend-row{color:#64748b;flex-wrap:wrap;gap:16px;font-size:11px;display:flex}.cob-filter-bar{flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;display:flex}.cob-search-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:180px;padding:7px 12px;display:flex}.cob-search-icon{color:#94a3b8;flex-shrink:0;width:14px;height:14px}.cob-search-input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:13px}.cob-search-input::placeholder{color:#94a3b8}.cob-select{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;min-width:140px;padding:7px 12px;font-size:13px}.cob-select:focus{border-color:#0079e0}.cob-export-btn{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:inline-flex}.cob-export-btn:hover{color:#0079e0;background:#eff6ff;border-color:#0079e0}.cob-nova-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0079e0;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:7px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.cob-nova-btn:hover{background:#005db3}.cob-table{overflow:visible}.cob-table-header,.cob-table-row{grid-template-columns:200px 1fr 110px 88px 120px 110px 120px 140px;align-items:center;padding:0 20px;display:grid}.cob-table-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding-top:10px;padding-bottom:10px}.cob-table-footer{background:#f8fafc;border-top:2px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.cob-table-footer-count{color:#64748b;font-size:12.5px}.cob-table-footer-values{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.cob-total-item{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;gap:1px;font-size:14px;display:flex}.cob-total-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.cob-total-item--geral{border-left:1px solid #cbd5e1;padding-left:22px}.cob-total-item--geral strong{color:#0f172a;font-size:17px}.cob-table-header span{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.cob-table-row{border-bottom:1px solid #f1f5f9;padding-top:14px;padding-bottom:14px;transition:background .1s}.cob-table-row:last-child{border-bottom:none}.cob-table-row:hover{background:#fafbff}.cob-col-client{align-items:center;gap:10px;min-width:0;display:flex}.cob-initials{color:#475569;background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.cob-client-info{flex-direction:column;gap:2px;min-width:0;display:flex}.cob-client-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.cob-client-email{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cob-col-desc{min-width:0;padding-right:16px}.cob-desc-text{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.cob-col-valor{align-items:center;gap:5px;display:flex}.cob-valor-icon{color:#10b981;flex-shrink:0;width:13px;height:13px}.cob-valor-text{color:#10b981;white-space:nowrap;font-size:14px;font-weight:700}.cob-badge-tipo{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.cob-badge-assinatura{color:#fff;background:#1e40af}.cob-badge-avulsa{color:#fff;background:#6d28d9}.cob-col-venc{flex-direction:column;gap:1px;display:flex}.cob-venc-date{color:#1e293b;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.cob-badge-faturado,.cob-badge-nao-faturado{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.cob-badge-faturado{color:#16a34a;background:#dcfce7}.cob-badge-nao-faturado{color:#a16207;background:#fef9c3}.cob-actions{justify-content:flex-end;align-items:center;gap:2px;display:flex}.cob-action-btn{color:#94a3b8;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:13px;transition:all .12s;display:inline-flex}.cob-action-btn svg{width:15px;height:15px}.cob-action-btn:hover{color:#475569;background:#f1f5f9}.cob-action-btn.cob-action-danger:hover{color:#dc2626;background:#fee2e2}.cob-action-btn.cob-action-confirm:hover{color:#16a34a;background:#dcfce7}.cob-action-btn.cob-action-primary{color:#1e40af}.cob-action-btn.cob-action-primary:hover{color:#005db3;background:#dbeafe}.cob-action-btn.cob-action-chevron{color:#64748b}.cob-action-btn.cob-action-whatsapp:hover{color:#16a34a;background:#dcfce7}.cob-action-btn.cob-action-paylink{color:#0079e0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.cob-action-btn.cob-action-paylink:hover{color:#005db3;background:#eff6ff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cob-autocomplete-list{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:220px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #0000001f}.cob-autocomplete-item{cursor:pointer;color:#1e293b;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:9px 12px;font-size:13px;display:flex}.cob-autocomplete-item:hover{background:#f1f5f9}.cob-autocomplete-phone{color:#64748b;font-size:11px}.cob-dropdown-wrap{position:relative}.cob-dropdown-menu{z-index:1100;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:200px;padding:4px 0;position:fixed;overflow:hidden;box-shadow:0 8px 24px #00000021}.cob-dropdown-item{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 16px;font-size:13px;font-weight:500;transition:background .1s;display:block}.cob-modal-overlay{z-index:200;background:#0f172a59;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cob-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 20px 48px #00000029}.cob-modal-wide{max-width:680px}.cob-form-group{flex-direction:column;gap:6px;display:flex}.cob-form-label{color:#1e293b;font-size:13px;font-weight:600}.cob-form-hint{color:#94a3b8;margin-top:4px;font-size:11.5px;line-height:1.4}.cob-form-input,.cob-form-select{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;transition:border-color .15s}.cob-form-input:focus,.cob-form-select:focus{border-color:#0079e0;box-shadow:0 0 0 3px #3b82f61a}.cob-form-input::placeholder{color:#94a3b8}.cob-form-check{color:#475569;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.cob-form-check input[type=checkbox]{accent-color:#0079e0;cursor:pointer;flex-shrink:0;width:15px;height:15px}.cob-form-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.cob-form-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .15s}.cob-form-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.cob-form-btn-create{color:#fff;cursor:pointer;background:#0079e0;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:700;transition:background .15s}.cob-form-btn-create:hover:not(:disabled){background:#005db3}.cob-form-btn-create:disabled{opacity:.5;cursor:not-allowed}.vg-adv-filter{flex-wrap:nowrap;align-items:center;gap:5px;display:flex}.vg-adv-tabs{background:#f1f5f9;border-radius:7px;gap:1px;padding:2px;display:flex}.vg-adv-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:5px;padding:2px 9px;font-size:11px;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.vg-adv-tab.active{color:#1e293b;background:#fff;font-weight:700;box-shadow:0 1px 3px #00000014}.vg-adv-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:2px 6px;font-family:inherit;font-size:11px}.vg-adv-select:hover{border-color:#94a3b8}.vg-period-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:4px 8px;font-family:inherit;font-size:11px;font-weight:600}.vg-period-select:hover{border-color:#94a3b8}.vg-chart-filter{background:#f1f5f9;border-radius:8px;gap:2px;padding:3px;display:flex}.vg-cf-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:500;transition:background .15s,color .15s}.vg-cf-btn:hover{color:#1e293b;background:#e2e8f0}.vg-cf-btn.active{color:#1e293b;background:#fff;font-weight:700;box-shadow:0 1px 3px #0000001a}.vg-tooltip{color:#fff;pointer-events:none;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aeb;border-radius:8px;min-width:120px;padding:8px 12px;position:absolute;box-shadow:0 4px 16px #0000002e}.vg-tooltip-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px;font-size:11px;font-weight:600}.vg-tooltip-value{color:#fff;font-size:13px;font-weight:700}.vg-widget-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.vg-widget-title{color:#64748b;font-size:12px;font-weight:600;line-height:1.3}.vg-widget-info{color:#cbd5e1;cursor:help;flex-shrink:0;font-size:11px}.vg-widget-body{padding:0 16px 14px;position:relative}.cob-modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px 16px;display:flex}.cob-modal-title{color:#1e293b;margin-bottom:3px;font-size:17px;font-weight:700}.cob-modal-subtitle{color:#94a3b8;font-size:12px}.cob-modal-close{color:#94a3b8;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .12s;display:inline-flex}.cob-modal-close svg{width:16px;height:16px}.cob-modal-close:hover{color:#475569;background:#f1f5f9}.cob-modal-body{flex-direction:column;gap:18px;padding:20px 24px;display:flex}.cob-modal-row-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cob-modal-label{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:600}.cob-modal-value{color:#1e293b;font-size:14px;font-weight:600}.cob-modal-email{color:#94a3b8;margin-top:2px;font-size:12px}.cob-modal-desc{color:#475569;font-size:13px;line-height:1.6}.cob-modal-valor{color:#10b981;font-size:18px;font-weight:700}.cob-modal-link{color:#0079e0;word-break:break-all;font-size:13px;text-decoration:none}.cob-modal-link:hover{text-decoration:underline}.cobrancas-summary-grid{gap:14px}.cobranca-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;min-height:0;padding:18px;display:flex}.cobranca-kpi-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.cobranca-kpi-icon svg{width:20px;height:20px}.cobranca-kpi-icon.tone-recebido{color:#10b981;background:#dff5ea}.cobranca-kpi-icon.tone-receber{color:#f59e0b;background:#fef4dc}.cobranca-kpi-icon.tone-atraso{color:#ef4444;background:#fee8e8}.cobranca-kpi-content{flex-direction:column;gap:3px;display:flex}.cobranca-kpi-label{color:#94a3b8;font-size:12px;font-weight:500;line-height:1.2}.cobranca-kpi-value{color:#0f172a;font-size:22px;font-weight:700;line-height:1}.cobrancas-status-card{min-width:320px}.cobrancas-status-title{margin-bottom:12px}.cobrancas-status-content{flex-direction:column;align-items:center;gap:14px;display:flex}.cobrancas-donut-svg{flex-shrink:0;width:170px;height:170px}.cobrancas-status-legend{flex-direction:column;gap:10px;width:100%;display:flex}.cobrancas-status-row{justify-content:space-between;align-items:center;font-size:15px;display:flex}.cobrancas-status-label{color:#64748b;align-items:center;gap:10px;display:flex}.cobrancas-status-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.cobrancas-status-count{color:#0f172a;font-weight:700}.cobranca-row-actions{justify-content:center;align-items:center;gap:10px;display:flex}.cobranca-action-btn{color:#6b7280;background:0 0;border:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.cobranca-action-btn svg{width:14px;height:14px}.cobranca-action-btn:hover{color:#334155}.financeiro-dashboard-contratos{gap:16px;position:relative}.contratos-filter-card{z-index:40;background:#f8fafc;border:1px solid #d9e2ec;border-radius:14px;padding:18px;position:relative;overflow:visible}.contratos-filter-title{color:#1e293b;margin-bottom:14px;font-size:17px;font-weight:700;line-height:1.2}.contratos-filter-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contratos-filter-grid.top{margin-bottom:12px}.contratos-filter-group{flex-direction:column;gap:8px;display:flex}.contratos-filter-group label{color:#475569;font-size:13px;font-weight:600}.contratos-filter-group input{color:#374151;background:#fff;border:1px solid #c6d0dd;border-radius:8px;width:100%;height:40px;padding:0 12px;font-size:13px}.contratos-filter-group input:focus{border-color:#95a7c3;outline:none;box-shadow:0 0 0 3px #54668124}.financeiro-multiselect{z-index:1;position:relative}.financeiro-multiselect.open{z-index:90}.financeiro-multiselect-trigger{color:#374151;text-align:left;background:#fff;border:1px solid #c6d0dd;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 12px;font-size:13px;display:flex}.financeiro-multiselect-trigger.is-placeholder{color:#9aa4b2}.financeiro-multiselect-trigger:focus{border-color:#95a7c3;outline:none;box-shadow:0 0 0 3px #54668124}.financeiro-multiselect-caret{color:#6b7280;font-size:12px;line-height:1;transition:transform .2s}.financeiro-multiselect-caret.open{transform:rotate(180deg)}.financeiro-multiselect-menu{z-index:120;background:#fff;border:1px solid #d6deea;border-radius:10px;flex-direction:column;gap:6px;max-height:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #0f172a1f}.financeiro-multiselect-clear{color:#334155;text-align:left;background:#f8fafc;border:0;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:600}.financeiro-multiselect-option{color:#1f2937;border-radius:7px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.financeiro-multiselect-option:hover{background:#f1f5f9}.financeiro-multiselect-option input{accent-color:#3f3b61;width:14px;height:14px}.contratos-filter-actions{justify-content:center;margin-top:16px;display:flex}.contratos-apply-btn{color:#fff;background:#3f3b61;border:0;border-radius:10px;min-width:132px;height:38px;padding:0 18px;font-size:14px;font-weight:600;transition:transform .15s,background .15s}.contratos-apply-btn:hover{background:#332f50;transform:translateY(-1px)}.contratos-chart-card,.contratos-table-card{z-index:1;border:1px solid #d9e2ec;border-radius:12px;padding:14px 12px;position:relative}.contratos-section-title{color:#1e293b;margin-bottom:4px;padding:0 8px;font-size:16px;font-weight:700}.contratos-chart-wrap{margin-top:6px}.contratos-chart-svg{width:100%;height:360px;display:block}.contratos-plot-bg{fill:#f5f6f8;stroke:#d9dee7;stroke-width:1px}.contratos-grid-line{stroke:#d5dbe5;stroke-width:1px}.contratos-grid-line.vertical{stroke:#dde2eb}.contratos-axis-line{stroke:#bcc6d5;stroke-width:1.2px}.contratos-grid-label{fill:#7a8699;font-size:11px;font-weight:500}.contratos-bar-ativos{fill:#334a96}.contratos-bar-encerrados{fill:#ef4444}.contratos-x-label{fill:#6b7280;font-size:10px;font-weight:600}.contratos-axis-title{fill:#6b7280;font-size:11px;font-weight:600}.contratos-chart-legend{color:#334155;justify-content:center;align-items:center;gap:20px;margin-top:4px;margin-bottom:4px;font-size:13px;display:flex}.contratos-legend-item{align-items:center;gap:8px;display:inline-flex}.contratos-legend-dot{border-radius:999px;width:9px;height:9px;display:inline-block}.contratos-legend-dot.ativos{background:#334a96}.contratos-legend-dot.encerrados{background:#ef4444}.contratos-chart-empty,.contratos-table-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:14px;font-size:13px}.contratos-table-wrap{margin-top:6px;overflow-x:auto}.contratos-table th{text-transform:none;letter-spacing:0;color:#111827;background:#f4f6f9;font-size:13px}.contratos-table td{color:#1f2937;font-size:14px}.contratos-table th:nth-child(2),.contratos-table th:nth-child(3),.contratos-table td:nth-child(2),.contratos-table td:nth-child(3){text-align:center}.contratos-table-group-row td{background:#eceff4;font-weight:700}.contratos-table-group-cell{align-items:center;gap:10px;display:flex}.contratos-table-arrow{justify-content:center;align-items:center;width:12px;height:12px;font-size:10px;font-weight:700;display:inline-flex}.contratos-table-plan{padding-left:32px!important}.contratos-table-total-row td{background:#f8fafc;font-style:italic;font-weight:700}@media (width<=960px){.contratos-filter-grid{grid-template-columns:1fr;gap:12px}.contratos-section-title{font-size:15px}.contratos-chart-legend{flex-wrap:wrap;gap:14px;font-size:12px}.contratos-chart-svg{height:300px}.contratos-table th,.contratos-table td{font-size:13px}}@media (width<=600px){.contratos-filter-card{padding:14px 12px}.contratos-filter-title{font-size:15px}.contratos-filter-group label{font-size:12px}.contratos-section-title{font-size:14px}.contratos-chart-svg{height:260px}.contratos-chart-legend{font-size:11px}.contratos-table th,.contratos-table td{font-size:12px}}html.dark .vg-widget{background:#131e30;border-color:#1e2d45}html.dark .vg-widget-title{color:#94a3b8}html.dark .vg-kpi-big,html.dark .vg-kpi-huge{color:#f1f5f9}html.dark .vg-kpi-label,html.dark .vg-kpi-period{color:#64748b}html.dark .vg-mini-row,html.dark .vg-saldo-row{border-color:#1e2d45}html.dark .vg-saldo-row span:last-child{color:#f1f5f9}html.dark .vg-legend-row span{color:#94a3b8}html.dark .vg-dropdown-menu{background:#131e30;border-color:#1e2d45;box-shadow:0 8px 24px #0006}html.dark .vg-dropdown-item:hover{background:#1e2d45}html.dark .vg-dropdown-item.active{background:#1a2d4a}html.dark .vg-dropdown-label{color:#e2e8f0}html.dark .vg-dropdown-item.active .vg-dropdown-label{color:#93c5fd}html.dark .vg-dropdown-desc{color:#64748b}html.dark .vg-dropdown-clear{color:#64748b;border-color:#1e2d45}html.dark .vg-dropdown-clear:hover{color:#e2e8f0}html.dark .vg-adv-tabs{background:#0d1827}html.dark .vg-adv-tab.active{color:#f1f5f9;background:#1e2d45}html.dark .vg-adv-select,html.dark .vg-period-select{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .vg-chart-filter{background:#0d1827}html.dark .vg-cf-btn:hover{color:#e2e8f0;background:#1e2d45}html.dark .vg-cf-btn.active{color:#f1f5f9;box-shadow:none;background:#1e2d45}html.dark .cob-filter-bar{background:#131e30}html.dark .cob-search-wrap{background:#0d1827;border-color:#1e2d45}html.dark .cob-search-input{color:#e2e8f0}html.dark .cob-search-input::placeholder{color:#475569}html.dark .cob-search-icon{color:#64748b}html.dark .cob-select{color:#94a3b8;background:#0d1827;border-color:#1e2d45}html.dark .cob-export-btn{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .cob-export-btn:hover{color:#93c5fd;background:#1a2d4a;border-color:#0079e0}html.dark .cob-table-header{background:#0d1827;border-color:#1e2d45}html.dark .cob-table-header span{color:#64748b}html.dark .cob-table-row{border-color:#1a2740}html.dark .cob-table-row:hover{background:#162032}html.dark .cob-client-name{color:#f1f5f9}html.dark .cob-client-email{color:#64748b}html.dark .cob-venc-date,html.dark .cob-desc-text{color:#94a3b8}html.dark .cob-valor-text{color:#f1f5f9}html.dark .cob-action-btn{color:#64748b;background:#0d1827;border-color:#1e2d45}html.dark .cob-action-btn:hover{color:#e2e8f0;background:#1e2d45}html.dark .cob-modal{background:#131e30}html.dark .cob-modal-header{border-color:#1e2d45}html.dark .cob-modal-title{color:#f1f5f9}html.dark .cob-modal-subtitle{color:#64748b}html.dark .cob-modal-close:hover{color:#94a3b8;background:#1e2d45}html.dark .cob-modal-label{color:#64748b}html.dark .cob-modal-value{color:#f1f5f9}html.dark .cob-modal-email{color:#64748b}html.dark .cob-modal-desc{color:#94a3b8}html.dark .cob-modal-body{background:#131e30}html.dark .cob-form-label{color:#94a3b8}html.dark .cob-form-hint{color:#64748b}html.dark .cob-form-input,html.dark .cob-form-select{color:#e2e8f0;background:#0d1827;border-color:#1e2d45}html.dark .cob-form-input::placeholder{color:#475569}html.dark .cob-form-input:focus,html.dark .cob-form-select:focus{border-color:#0079e0;box-shadow:0 0 0 3px #3b82f626}html.dark .cob-form-btn-cancel{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .cob-form-btn-cancel:hover{background:#1e2d45;border-color:#334155}html.dark .cob-form-check{color:#94a3b8}html.dark .cobranca-kpi-card{background:#131e30;border-color:#1e2d45}html.dark .cobranca-kpi-value{color:#f1f5f9}html.dark .cobranca-kpi-label{color:#64748b}html.dark .cobranca-kpi-icon.tone-recebido{color:#10b981;background:#0d2e1f}html.dark .cobranca-kpi-icon.tone-receber{color:#f59e0b;background:#2d2000}html.dark .cobranca-kpi-icon.tone-atraso{color:#ef4444;background:#2d0f0f}html.dark .btn-visao-geral{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .btn-visao-geral:hover{color:#e2e8f0;background:#1e2d45}html.dark .contratos-chart-card,html.dark .contratos-table-card{background:#131e30;border-color:#1e2d45}html.dark .contratos-section-title{color:#f1f5f9}html.dark .contratos-plot-bg{fill:#0f1a2b;stroke:#1e2d45}html.dark .contratos-grid-line{stroke:#1e2d45}html.dark .contratos-axis-line{stroke:#2d3f56}html.dark .contratos-grid-label,html.dark .contratos-x-label,html.dark .contratos-axis-title{fill:#64748b}html.dark .contratos-chart-legend{color:#94a3b8}html.dark .contratos-filter-card{background:#0d1827;border-color:#1e2d45}html.dark .contratos-filter-title{color:#f1f5f9}html.dark .contratos-filter-group label{color:#94a3b8}html.dark .contratos-filter-group input{color:#e2e8f0;background:#131e30;border-color:#1e2d45}html.dark .contratos-filter-group input:focus{border-color:#3b5bdb;box-shadow:0 0 0 3px #3b5bdb2e}html.dark .financeiro-multiselect-trigger{color:#e2e8f0;background:#131e30;border-color:#1e2d45}html.dark .financeiro-multiselect-trigger.is-placeholder{color:#475569}html.dark .financeiro-multiselect-trigger:focus{border-color:#3b5bdb;box-shadow:0 0 0 3px #3b5bdb2e}html.dark .financeiro-multiselect-menu{background:#131e30;border-color:#1e2d45;box-shadow:0 12px 24px #0006}html.dark .financeiro-multiselect-clear{color:#94a3b8;background:#1e2d45}html.dark .financeiro-multiselect-option{color:#e2e8f0}html.dark .financeiro-multiselect-option:hover{background:#1e2d45}html.dark .financeiro-multiselect-caret{color:#64748b}html.dark .contratos-table th{color:#94a3b8;background:#0d1827}html.dark .contratos-table td{color:#e2e8f0}html.dark .contratos-table-group-row td{color:#f1f5f9;background:#182538}html.dark .contratos-table-total-row td{color:#cbd5e1;background:#0f1a2b}html.dark .contratos-chart-empty,html.dark .contratos-table-empty{color:#64748b;background:#0d1827;border-color:#1e2d45}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{pointer-events:all;background:#fff;border-left:4px solid #0000;border-radius:10px;align-items:center;gap:10px;min-width:280px;max-width:400px;padding:12px 14px;animation:.32s cubic-bezier(.22,1,.36,1) both toastIn;display:flex;box-shadow:0 4px 20px #0000001f,0 1px 4px #0000000f}.toast-out{animation:.32s forwards toastOut}.toast-success{border-left-color:#22c55e}.toast-error{border-left-color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-info{border-left-color:#0079e0}.toast-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.toast-icon-success{color:#16a34a;background:#dcfce7}.toast-icon-error{color:#dc2626;background:#fee2e2}.toast-icon-warning{color:#d97706;background:#fef3c7}.toast-icon-info{color:#0079e0;background:#dbeafe}.toast-icon{width:15px;height:15px}.toast-message{color:#1e293b;flex:1;font-size:13px;font-weight:500;line-height:1.4}.toast-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:flex}.toast-close:hover{color:#475569}@keyframes toastIn{0%{opacity:0;transform:translate(40px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.95)}}.geral-page{gap:12px}.geral-page-header{margin-bottom:2px}.geral-page-title{color:#1e293b;margin-bottom:4px;font-size:22px;font-weight:700;line-height:1.3}.geral-page-subtitle{color:#94a3b8;font-size:13px;font-weight:500}.geral-stats-row{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.geral-stat-card{background:#fff;border:1px solid #e6ebf2;border-radius:12px;flex-direction:column;gap:6px;min-height:82px;padding:10px 12px;display:flex}.geral-stat-top{justify-content:flex-start;align-items:center;gap:8px;display:flex}.geral-stat-label{color:#8a96a8;font-size:13px;font-weight:600}.geral-stat-icon-box{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;display:flex}.geral-stat-icon-box svg{width:13px;height:13px}.geral-stat-num{color:#0f172a;font-size:22px;font-weight:700;line-height:1.1}.geral-stat-card.tone-blue .geral-stat-icon-box{color:#0079e0;background:#eaf1ff}.geral-stat-card.tone-green .geral-stat-icon-box{color:#16a34a;background:#e7f9ef}.geral-stat-card.tone-yellow .geral-stat-icon-box{color:#ca8a04;background:#fff6dd}.geral-stat-card.tone-gray .geral-stat-icon-box{color:#7b8698;background:#eef2f7}.geral-page .table-toolbar{gap:10px}.geral-page .search-box{border:1px solid #e5eaf1;border-radius:10px;max-width:460px;height:40px;padding:8px 12px}.geral-page .search-box svg{width:16px;height:16px}.geral-page .search-box input{font-size:13px}.geral-page .btn-outline{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;height:38px;padding:0 14px;font-size:13px;font-weight:600}.geral-page .btn-primary{background:#1f4f95;border-radius:10px;height:38px;padding:0 16px;font-size:13px;font-weight:700}.geral-page .btn-outline svg,.geral-page .btn-primary svg{width:15px;height:15px}.geral-page .btn-primary:hover{background:#1b4380}.geral-table-card{border-color:#e5eaf1}.geral-table thead th{text-transform:none;letter-spacing:0;color:#9aa5b5;background:#f8fafc;padding:10px;font-size:11px;font-weight:700}.geral-table tbody td{padding:9px 10px}.geral-table .cell-primary{color:#2f3b4f;font-size:13px;font-weight:600}.geral-table .cell-secondary{color:#9aa5b5;margin-top:1px;font-size:11px}.geral-table .cell-value{font-size:14px}.company-icon-building{color:#4f6fb3;background:#eef4ff;border:1px solid #dbe7ff;border-radius:8px;width:26px;height:26px}.company-icon-building svg{width:15px;height:15px}.geral-table .badge{padding:2px 8px;font-size:11px}.geral-table .status-badge{padding:4px 10px;font-size:12px}.geral-row-actions{justify-content:flex-end;align-items:center;gap:6px}.geral-row-actions .action-btn{color:#94a3b8;background:0 0;border:0;width:24px;height:24px}.geral-row-actions .action-btn svg{width:14px;height:14px}.geral-row-actions .action-btn:hover,.geral-row-actions .action-btn-danger:hover{color:#64748b;background:#eef2f7;border:0}.status-link-btn{color:#0079e0;background:0 0;border:0;padding:0;font-size:12px;font-weight:700}.status-link-btn:hover{color:#0079e0}.lote-card{overflow:visible}.lote-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.lote-title{color:#1e293b;font-size:14px;font-weight:700}.lote-desc{color:#94a3b8;margin-top:2px;font-size:12px}.lote-controls{align-items:center;gap:8px;display:flex}.lote-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:7px 10px;font-size:13px}.lote-select:focus{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f61a}.summary-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.summary-card{padding:20px}.summary-title{color:#1e293b;margin-bottom:14px;font-size:14px;font-weight:700}.summary-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:9px 0;font-size:12px;display:flex}.summary-row:last-child{border-bottom:none}.summary-key{color:#475569}.summary-val{color:#1e293b;font-weight:600}@media (width<=900px){.geral-stats-row,.summary-grid{grid-template-columns:repeat(2,1fr)}.lote-header{flex-direction:column;align-items:flex-start}.lote-controls{flex-wrap:wrap;width:100%}.lote-select{flex:1}.geral-page-title{font-size:20px}}@media (width<=600px){.geral-stats-row{grid-template-columns:repeat(2,1fr)}.summary-grid{grid-template-columns:1fr}.geral-page-title{font-size:18px}.geral-stat-num{font-size:20px}}html.dark .geral-page-title{color:#f1f5f9}html.dark .geral-page-subtitle{color:#64748b}html.dark .geral-stat-card{background:#131e30;border-color:#1e2d45}html.dark .geral-stat-label{color:#94a3b8}html.dark .geral-stat-num{color:inherit}html.dark .lote-title{color:#f1f5f9}html.dark .lote-desc{color:#64748b}html.dark .lote-select{color:#e2e8f0;background:#0d1827;border-color:#1e2d45}html.dark .lote-header{border-color:#1e2d45}html.dark .summary-title{color:#f1f5f9}html.dark .summary-key{color:#94a3b8}html.dark .summary-val{color:#f1f5f9}html.dark .summary-row{border-color:#1e2d45}.geral-row-actions{align-items:center;display:flex;position:relative}.cob-dropdown-backdrop{z-index:99;position:fixed;inset:0}.cob-dropdown-menu{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:180px;padding:4px 0;position:fixed;box-shadow:0 8px 24px #0000001f}.cob-dropdown-item{cursor:pointer;color:#334155;text-align:left;background:0 0;border:none;align-items:center;width:100%;padding:10px 16px;font-size:13.5px;transition:background .12s;display:flex}.cob-dropdown-item:hover{color:#1e293b;background:#f8fafc}html.dark .cob-dropdown-menu{background:#131e30;border-color:#1e2d45;box-shadow:0 8px 24px #0006}html.dark .cob-dropdown-item{color:#94a3b8}html.dark .cob-dropdown-item:hover{color:#e2e8f0;background:#1e2d45}.geral-actions-trigger{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s,color .12s;display:flex}.geral-actions-trigger:hover,.geral-actions-trigger[data-active=true]{color:#334155;background:#f1f5f9}.doc-suggestion-box{z-index:200;background:#fff;border:1px solid #bfdbfe;border-radius:10px;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #3b82f621}.doc-suggestion-header{color:#0079e0;letter-spacing:.3px;text-transform:uppercase;background:#eff6ff;border-bottom:1px solid #bfdbfe;padding:7px 14px;font-size:11px;font-weight:600}.doc-suggestion-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:background .12s;display:flex}.doc-suggestion-item:hover{background:#f0f7ff}.doc-suggestion-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.doc-suggestion-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}html.dark .doc-suggestion-box{background:#131e30;border-color:#1e3a5f;box-shadow:0 8px 24px #0006}html.dark .doc-suggestion-header{color:#60a5fa;background:#0f2748;border-color:#1e3a5f}html.dark .doc-suggestion-item:hover{background:#0f2748}html.dark .doc-suggestion-name{color:#f1f5f9}html.dark .doc-suggestion-sub{color:#64748b}.grupo-card{padding:0;overflow:hidden}.grupo-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;padding:16px 20px;transition:background .15s;display:flex}.grupo-header:hover{background:#f8fafc}.grupo-icon-wrap{color:#7c3aed;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.grupo-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.grupo-owner{color:#64748b;margin-top:2px;font-size:12px}.grupo-actions{align-items:center;gap:6px;display:flex}.grupo-members{border-top:1px solid #f1f5f9;padding:0 0 8px}.grupo-consolidated-notice{color:#6d28d9;background:linear-gradient(135deg,#faf5ff,#ede9fe);border-bottom:1px solid #ede9fe;align-items:center;gap:7px;padding:10px 20px;font-size:12.5px;display:flex}.grupo-table{margin:0}.grupo-row-consolidated{background:linear-gradient(90deg,#faf5ff 0%,#0000 40%)}.grupo-billing-consolidated{flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;display:flex}.grupo-billing-own{color:#1e293b;font-weight:600}.grupo-billing-plus{color:#94a3b8;font-weight:700}.grupo-billing-others{color:#64748b;font-weight:500}.grupo-billing-eq{color:#94a3b8;font-weight:700}.grupo-billing-total{color:#7c3aed;font-size:13px;font-weight:800}.grupo-billing-badge{color:#fff;letter-spacing:.03em;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700}.grupo-client-picker{border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;max-height:260px;display:flex;overflow-y:auto}.grupo-client-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 14px;transition:background .12s;display:flex}.grupo-client-item:last-child{border-bottom:none}.grupo-client-item:hover{background:#f8fafc}.grupo-client-item.selected{background:#eff6ff;border-left:3px solid #0079e0;padding-left:11px}.grupo-consolidated-preview{color:#6d28d9;background:#faf5ff;border:1px solid #ede9fe;border-radius:8px;align-items:center;gap:7px;margin-top:8px;padding:10px 14px;font-size:12.5px;display:flex}.import-steps{background:#f8fafc;border-radius:10px;align-items:center;gap:0;margin-bottom:20px;padding:12px 16px;display:flex}.import-step{color:#94a3b8;flex:1;align-items:center;gap:8px;font-size:12.5px;font-weight:500;display:flex}.import-step.active{color:#0079e0;font-weight:700}.import-step.completed{color:#10b981}.import-step-num{color:#94a3b8;background:#fff;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.import-step.active .import-step-num{color:#0079e0;background:#eff6ff;border-color:#0079e0}.import-step.completed .import-step-num{color:#fff;background:#10b981;border-color:#10b981}.import-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:14px 16px}.import-info-title{color:#475569;margin-bottom:8px;font-size:12.5px;font-weight:600}.import-info-cols{flex-wrap:wrap;gap:6px;display:flex}.import-col-badge{color:#005db3;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;padding:3px 8px;font-family:monospace;font-size:11px}.import-dropzone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:120px;padding:28px;transition:all .15s;display:flex}.import-dropzone:hover{background:#eff6ff;border-color:#0079e0}.import-spinner{border:4px solid #e2e8f0;border-top-color:#0079e0;border-radius:50%;width:42px;height:42px;margin:0 auto;animation:.9s linear infinite spin}.import-result-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:8px;display:grid}.import-result-card{text-align:center;border:1px solid #0000;border-radius:10px;padding:16px}.import-result-green{background:#f0fdf4;border-color:#86efac}.import-result-yellow{background:#fefce8;border-color:#fde047}.import-result-blue{background:#eff6ff;border-color:#bfdbfe}.import-result-num{color:#1e293b;font-size:28px;font-weight:800;line-height:1}.import-result-green .import-result-num{color:#166534}.import-result-yellow .import-result-num{color:#854d0e}.import-result-blue .import-result-num{color:#005db3}.import-result-label{color:#64748b;margin-top:6px;font-size:12px;font-weight:600}html.dark .grupo-header:hover{background:#0d1b2e}html.dark .grupo-name{color:#f1f5f9}html.dark .grupo-icon-wrap{background:#1e1040}html.dark .grupo-btn{color:#94a3b8;background:#1e2d45;border-color:#2d4a6e}html.dark .grupo-consolidated-notice{color:#c4b5fd;background:#1a0b3b;border-color:#2e1065}html.dark .grupo-members{border-top-color:#1e2d45}html.dark .grupo-client-item.selected{background:#0f1e38;border-left-color:#0079e0}html.dark .grupo-consolidated-preview{color:#c4b5fd;background:#180b38;border-color:#2e1065}html.dark .import-info-box{background:#0d1b2e;border-color:#1e2d45}html.dark .import-dropzone{background:#0d1b2e;border-color:#2d4a6e}html.dark .import-dropzone:hover{background:#0f2748;border-color:#0079e0}.cob-tabs{border-bottom:1px solid var(--ui-border,#e3ebf6);gap:4px;margin:-4px 0 16px;display:flex}.cob-tab{appearance:none;color:var(--ui-text-soft,#5a6b83);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.cob-tab:hover{color:var(--ui-brand,#0086f5)}.cob-tab.is-active{color:var(--ui-brand,#0086f5);border-bottom-color:var(--ui-brand,#0086f5)}.hist-wrap{flex-direction:column;gap:16px;display:flex}.hist-composer{background:var(--ui-surface-soft,#f7fafd);border:1px solid var(--ui-border,#e3ebf6);border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}.hist-composer-head{align-items:center;gap:8px;display:flex}.hist-dept-select{max-width:180px}.hist-textarea{resize:vertical;min-height:68px;font-family:inherit;line-height:1.5}.hist-composer-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.hist-preview{color:var(--ui-text-faint,#93a3b8);font-size:12px}.hist-preview strong{color:var(--ui-text-soft,#5a6b83)}.hist-empty{color:var(--ui-text-faint,#93a3b8);justify-content:center;align-items:center;gap:8px;padding:28px 12px;font-size:13px;display:flex}.hist-list{flex-direction:column;gap:10px;display:flex}.hist-item{border:1px solid var(--ui-border,#e3ebf6);border-left:3px solid var(--ui-brand,#0086f5);background:var(--ui-surface,#fff);border-radius:8px;padding:10px 12px}.hist-item-import{border-left-color:#94a3b8}.hist-item-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.hist-author{color:var(--ui-text,#0f172a);font-size:13px}.hist-meta{align-items:center;gap:8px;display:flex}.hist-date{color:var(--ui-text-faint,#93a3b8);white-space:nowrap;font-size:11px}.hist-badge{text-transform:uppercase;letter-spacing:.3px;color:#64748b;background:#f1f5f9;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-flex}.hist-icon-btn{appearance:none;color:var(--ui-text-faint,#93a3b8);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:3px;font-size:12px;display:inline-flex}.hist-icon-btn:hover{color:var(--ui-brand,#0086f5);background:#f1f5f9}.hist-icon-danger:hover{color:var(--ui-danger,#ff4d5e)}.hist-content{color:var(--ui-text,#0f172a);white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.55}.hist-edit{flex-direction:column;gap:8px;display:flex}.hist-edit-actions{justify-content:flex-end;gap:8px;display:flex}.spin{animation:.8s linear infinite hist-spin}@keyframes hist-spin{to{transform:rotate(360deg)}}.import-diag-section{margin-top:16px}.import-diag-title{color:var(--ui-text,#0f172a);align-items:center;gap:6px;margin-bottom:6px;font-size:13px;font-weight:700;display:flex}.import-diag-note{color:var(--ui-text-soft,#5a6b83);margin-bottom:8px;font-size:12px}.import-diag-table-wrap{border:1px solid var(--ui-border,#e3ebf6);border-radius:8px;overflow-x:auto}.import-diag-table{border-collapse:collapse;width:100%;font-size:12px}.import-diag-table th,.import-diag-table td{text-align:left;border-bottom:1px solid var(--ui-border,#e3ebf6);padding:6px 10px}.import-diag-table th{background:var(--ui-surface-soft,#f7fafd);color:var(--ui-text-soft,#5a6b83);font-weight:700}.import-diag-table tr:last-child td{border-bottom:none}.import-diag-danger{border-color:#fecaca}.import-diag-danger th{color:#991b1b;background:#fef2f2}.import-diag-warn{border-color:#fde68a}.import-diag-warn th{color:#92400e;background:#fffbeb}.import-chip{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;gap:4px;margin:2px 4px 2px 0;padding:3px 8px;font-size:11px;display:inline-flex}.import-chip-ok{color:#166534;background:#e4fbef}.import-chip-warn{color:#92400e;background:#fffbeb}.import-date-banner{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;font-size:12px;display:flex}.import-date-banner.is-unsure{color:#92400e;background:#fffbeb;border-color:#fde68a}html.dark .hist-composer{background:#0d1b2e;border-color:#1e2d45}html.dark .hist-item{background:#0b1626;border-color:#1e2d45}html.dark .hist-badge{color:#94a3b8;background:#1e2d45}html.dark .hist-icon-btn:hover{background:#1e2d45}html.dark .hist-author,html.dark .hist-content{color:#e2e8f0}html.dark .cob-tabs{border-bottom-color:#1e2d45}html.dark .import-diag-table th{background:#0d1b2e}html.dark .import-diag-table th,html.dark .import-diag-table td{border-bottom-color:#1e2d45}html.dark .import-date-banner{color:#bfdbfe;background:#0f2748;border-color:#1e40af}.resp-toggle{appearance:none;color:var(--ui-brand,#0086f5);cursor:pointer;background:0 0;border:none;padding:0 0 0 8px;font-size:11px;font-weight:500;text-decoration:underline}.resp-hint{color:var(--ui-text-faint,#93a3b8);margin-top:4px;font-size:11px;line-height:1.4;display:block}.sim-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.sim-input{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.sim-input:focus{border-color:#0079e0;box-shadow:0 0 0 3px #3b82f61a}.sim-toggle-group{flex-wrap:wrap;gap:6px;display:flex}.sim-toggle{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.sim-toggle:hover{color:#1e293b;background:#f1f5f9;border-color:#cbd5e1}.sim-toggle.active{color:#005db3;background:#eff6ff;border-color:#93c5fd;font-weight:600}.comercial-fechamento{gap:18px}.comercial-fechamento .fechamento-summary{gap:14px}.comercial-fechamento .fechamento-stat-card{border-color:#d7dee8;border-radius:14px;min-height:108px;padding:18px 20px;box-shadow:0 1px 2px #0f172a0a}.comercial-fechamento .fechamento-stat-content{align-items:center;gap:12px;display:flex}.comercial-fechamento .fechamento-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.comercial-fechamento .icon-fechado{color:#059669;background:#dcfce7}.comercial-fechamento .icon-aguardando{color:#f59e0b;background:#ffedd5}.comercial-fechamento .icon-conversao{color:#0079e0;background:#dbeafe}.comercial-fechamento .fechamento-stat-copy{flex-direction:column;gap:3px;display:flex}.comercial-fechamento .stat-label{color:#6c7584;font-size:13px;font-weight:500}.comercial-fechamento .stat-num{letter-spacing:0;font-size:22px;line-height:1.1}.comercial-fechamento .fechamento-num-fechado,.comercial-fechamento .fechamento-num-aguardando,.comercial-fechamento .fechamento-num-conversao{color:#111827}.comercial-fechamento .fechamento-stat-note{color:#97a4b5;font-size:12px}.comercial-fechamento .fechamento-pipeline-card{border-color:#dbe2ea;border-radius:14px}.comercial-fechamento .fechamento-pipeline-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:10px 0 6px;display:flex}.comercial-fechamento .fechamento-pipeline-header h3{color:#6b7280;font-size:clamp(16px,1.5vw,18px);font-weight:500;line-height:1.1}.comercial-fechamento .fechamento-add-btn{background:#0f4a92;border-radius:10px;padding:10px 18px;font-weight:600}.comercial-fechamento .fechamento-add-btn:hover{background:#0a3f7c}.comercial-fechamento .fechamento-inline-form{background:#f8fafc;border-color:#dbe2ea;border-radius:14px;padding:16px 20px}.comercial-fechamento .fechamento-form-title{color:#1e293b;margin-bottom:12px;font-size:13px;font-weight:700}.comercial-fechamento .fechamento-form-grid{grid-template-columns:minmax(220px,1fr) 160px 170px auto;align-items:end;gap:10px;display:grid}.comercial-fechamento .fechamento-submit-btn{white-space:nowrap;height:38px}.comercial-fechamento .fechamento-form-hint{color:#94a3b8;margin-top:10px;font-size:11px}.comercial-fechamento .fechamento-table-wrap{overflow-x:auto}.comercial-fechamento .fechamento-table thead th{text-transform:none;letter-spacing:0;color:#7b8697;background:#fff;border-bottom:1px solid #e5eaf0;padding:12px 14px;font-size:13px;font-weight:500}.comercial-fechamento .fechamento-table tbody td{color:#475569;border-bottom:1px solid #eef2f7;padding:14px}.comercial-fechamento .pipeline-client-cell{align-items:center;gap:10px;min-width:220px;display:flex}.comercial-fechamento .pipeline-company-icon{color:#0079e0;background:#eaf2ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.comercial-fechamento .pipeline-vendedor{color:#677489;font-size:13px}.comercial-fechamento .pipeline-data{color:#94a3b8;white-space:nowrap;font-size:13px}.comercial-fechamento .badge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.comercial-fechamento .pipeline-status{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;line-height:1.3}.comercial-fechamento .pipeline-status:before{display:none}.comercial-fechamento .pipeline-status.status-pendente{color:#b45309;background:#fef3c7}.comercial-fechamento .pipeline-status.status-ativo{color:#059669;background:#dcfce7}.comercial-fechamento .pipeline-status.status-inativo{color:#dc2626;background:#fee2e2}.comercial-fechamento .pipeline-actions-cell{width:170px}.comercial-fechamento .pipeline-row-actions{gap:8px;display:flex}.comercial-fechamento .pipeline-text-btn{color:#047857;background:#dcfce7;border:none;border-radius:999px;height:24px;padding:0 10px;font-size:11px;font-weight:600;transition:filter .15s}.comercial-fechamento .pipeline-text-btn:hover{filter:brightness(.96)}.comercial-fechamento .pipeline-text-btn-danger{color:#dc2626;background:#fee2e2}.comercial-fechamento .pipeline-financeiro-tag{color:#059669;white-space:nowrap;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.comercial-fechamento .pipeline-empty-action{opacity:0;width:12px;display:inline-block}@media (width<=1200px){.comercial-fechamento .fechamento-form-grid{grid-template-columns:1fr 1fr}.comercial-fechamento .fechamento-submit-btn{grid-column:1/-1;justify-content:center}}@media (width<=760px){.comercial-fechamento .fechamento-pipeline-header h3{font-size:20px}.comercial-fechamento .fechamento-add-btn{justify-content:center;width:100%}.comercial-fechamento .fechamento-form-grid{grid-template-columns:1fr}.comercial-fechamento .fechamento-submit-btn{width:100%}.comercial-fechamento .pipeline-actions-cell{width:auto}}html.dark .sim-input{color:#e2e8f0;background:#0d1827;border-color:#1e2d45}html.dark .sim-input:focus{border-color:#0079e0}html.dark .sim-toggle{color:#94a3b8;background:#0d1827;border-color:#1e2d45}html.dark .sim-toggle:hover{color:#e2e8f0;background:#1e2d45}html.dark .sim-toggle.active{color:#93c5fd;background:#1e3a5f;border-color:#0079e0}html.dark .comercial-fechamento .fechamento-stat-card{box-shadow:none;border-color:#1e2d45}html.dark .comercial-fechamento .icon-fechado{color:#86efac;background:#123226}html.dark .comercial-fechamento .icon-aguardando{color:#fcd34d;background:#3a2e10}html.dark .comercial-fechamento .icon-conversao{color:#93c5fd;background:#1e3a5f}html.dark .comercial-fechamento .stat-label{color:#94a3b8}html.dark .comercial-fechamento .fechamento-num-fechado,html.dark .comercial-fechamento .fechamento-num-aguardando,html.dark .comercial-fechamento .fechamento-num-conversao{color:#f1f5f9}html.dark .comercial-fechamento .fechamento-pipeline-card{border-color:#1e2d45}html.dark .comercial-fechamento .fechamento-pipeline-header h3{color:#cbd5e1}html.dark .comercial-fechamento .fechamento-inline-form{background:#0d1827;border-color:#1e2d45}html.dark .comercial-fechamento .fechamento-table thead th{color:#64748b;background:#0d1827;border-color:#1e2d45}html.dark .comercial-fechamento .fechamento-table tbody td{color:#94a3b8;border-color:#1e2d45}html.dark .comercial-fechamento .pipeline-company-icon{color:#93c5fd;background:#16243a}html.dark .comercial-fechamento .pipeline-vendedor{color:#94a3b8}html.dark .comercial-fechamento .pipeline-data{color:#64748b}html.dark .comercial-fechamento .pipeline-status.status-pendente{color:#fcd34d;background:#3a2e10}html.dark .comercial-fechamento .pipeline-status.status-ativo{color:#86efac;background:#123226}html.dark .comercial-fechamento .pipeline-status.status-inativo{color:#fca5a5;background:#3b0a0a}html.dark .comercial-fechamento .pipeline-text-btn{color:#86efac;background:#123226}html.dark .comercial-fechamento .pipeline-text-btn-danger{color:#fca5a5;background:#3b0a0a}html.dark .comercial-fechamento .pipeline-financeiro-tag{color:#86efac}.wa-config-grid{grid-template-columns:340px 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}@media (width<=900px){.wa-config-grid{grid-template-columns:1fr}}.wa-status-card,.wa-qr-card,.wa-info-card{padding:1.5rem}.wa-card-header{align-items:center;gap:.875rem;margin-bottom:1.25rem;display:flex}.wa-card-icon{color:#16a34a;background:#dcfce7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.wa-card-icon svg{width:22px;height:22px}.wa-card-title{color:#0f172a;font-size:.925rem;font-weight:600}.wa-card-subtitle{color:#64748b;margin-top:2px;font-size:.75rem}.wa-status-row{align-items:center;gap:.625rem;margin-bottom:1.25rem;display:flex}.wa-status-badge{border-radius:99px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.wa-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.wa-btn-refresh{cursor:pointer;color:#64748b;background:0 0;border:1px solid #e2e8f0;border-radius:6px;align-items:center;padding:4px 7px;display:flex}.wa-btn-refresh:hover{background:#f8fafc}.wa-profile-row{background:#f8fafc;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.wa-profile-pic{object-fit:cover;border:2px solid #bbf7d0;border-radius:50%;width:40px;height:40px}.wa-profile-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1px;font-size:.625rem;font-weight:700}.wa-profile-number{color:#0f172a;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.wa-profile-number--vazio{color:#b45309;font-size:.78rem;font-weight:500}.wa-profile-name{color:#64748b;margin-top:1px;font-size:.8rem}html.dark .wa-profile-number{color:#e2e8f0}html.dark .wa-profile-name{color:#94a3b8}.wa-instance-info{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:.625rem .875rem;display:flex}.wa-info-label{color:#94a3b8;font-size:.75rem}.wa-info-value{color:#334155;font-family:monospace;font-size:.8rem;font-weight:600}.wa-btn-connect{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s;display:flex}.wa-btn-connect:hover:not(:disabled){background:#15803d}.wa-btn-connect:disabled{opacity:.6;cursor:default}.wa-btn-disconnect{color:#dc2626;cursor:pointer;background:0 0;border:1.5px solid #fca5a5;border-radius:8px;width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.wa-btn-disconnect:hover:not(:disabled){background:#fef2f2}.wa-btn-disconnect:disabled{opacity:.6;cursor:default}.wa-qr-header{margin-bottom:1.25rem}.wa-qr-body{flex-direction:column;justify-content:center;align-items:center;gap:.875rem;min-height:200px;display:flex}.wa-qr-frame{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px;display:inline-flex}.wa-qr-img{width:200px;height:200px;display:block}.wa-qr-hint{color:#94a3b8;font-size:.75rem}.wa-btn-refresh-qr{color:#0079e0;cursor:pointer;background:0 0;border:1px solid #bfdbfe;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:.8rem;display:flex}.wa-btn-refresh-qr:hover{background:#eff6ff}.wa-qr-placeholder{color:#94a3b8;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.wa-qr-placeholder-icon svg{stroke:#cbd5e1;width:64px;height:64px}.wa-qr-placeholder-text{text-align:center;white-space:pre-line;font-size:.825rem;line-height:1.5}.wa-connected-banner{text-align:center;flex-direction:column;align-items:center;gap:.875rem;padding:1rem;display:flex}.wa-connected-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.wa-connected-icon svg{width:26px;height:26px}.wa-connected-title{color:#15803d;font-size:1.1rem;font-weight:700}.wa-connected-desc{color:#64748b;max-width:420px;font-size:.825rem;line-height:1.5}.wa-flow-steps{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.25rem;display:flex}.wa-flow-step{background:#f8fafc;border-radius:10px;flex-direction:column;align-items:center;gap:3px;min-width:90px;padding:.625rem .875rem;display:flex}.wa-flow-icon{font-size:1.25rem}.wa-flow-label{color:#334155;font-size:.75rem;font-weight:700}.wa-flow-desc{color:#94a3b8;text-align:center;font-size:.7rem}.wa-info-card{margin-top:0}.wa-info-title{color:#0f172a;margin-bottom:1rem;font-size:.9rem;font-weight:700}.wa-info-steps{flex-direction:column;gap:.875rem;display:flex}.wa-info-step{color:#475569;align-items:flex-start;gap:.875rem;font-size:.825rem;line-height:1.5;display:flex}.wa-info-step-num{color:#0079e0;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.wa-tpl-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:.8rem;font-weight:700}.wa-tpl-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.wa-tpl-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;transition:box-shadow .15s}.wa-tpl-card:hover{box-shadow:0 2px 8px #0000000f}.wa-tpl-toggle{cursor:pointer;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.wa-tpl-toggle-track{background:#d1d5db;border-radius:10px;width:36px;height:20px;transition:background .2s;display:block;position:relative}.wa-tpl-toggle-track.on{background:#22c55e}.wa-tpl-toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.wa-tpl-toggle-track.on .wa-tpl-toggle-thumb{transform:translate(16px)}.dept-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.dept-chip{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.dept-chip:hover{color:#0079e0;border-color:#93c5fd}.dept-chip input{cursor:pointer;margin:0}.dept-chip.is-on{color:#005db3;background:#eff6ff;border-color:#93c5fd}.dept-chip.is-static{cursor:default}.dept-chip.is-static:hover{border-color:#93c5fd}.dept-checkline{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:13px;display:flex}.dept-checkline input{cursor:pointer;margin-top:2px}.dept-checkline em{color:#64748b;font-size:12px;font-style:normal}html.dark .dept-chip{color:#94a3b8;background:#0d1b2e;border-color:#1e2d45}html.dark .dept-chip.is-on{color:#bfdbfe;background:#0f2748;border-color:#1e40af}html.dark .dept-checkline{color:#cbd5e1;background:#0d1b2e;border-color:#1e2d45}.perfil-select{cursor:pointer;appearance:none;text-align:left;border:1px solid #0000;border-radius:6px;max-width:160px;padding:4px 8px;font-size:12px;font-weight:600}.perfil-select:hover:not(:disabled){border-color:#cbd5e1}.perfil-select:focus{outline-offset:1px;outline:2px solid #0079e0}.perfil-select:disabled{cursor:not-allowed;opacity:.6}.perfil-select option{color:#0f172a;background:#fff;font-weight:500}html.dark .perfil-select option{color:#e2e8f0;background:#0d1b2e}.perfil-page{gap:20px;width:100%;max-width:1180px;margin-inline:auto}.perfil-skeleton{text-align:center;color:#94a3b8;padding:80px;font-size:14px}.perfil-hero{background:#fff;border:1px solid #e6edf7;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 10px 34px #0079e01a}.perfil-hero-cover{background:radial-gradient(120% 160% at 8% -20%,#06d0f7 0%,#0000 52%),radial-gradient(120% 180% at 92% 0,#7c8cff 0%,#0000 55%),linear-gradient(120deg,#0091ff 0%,#005db3 60%,#003f7d 100%);height:132px;padding:16px 20px;position:relative;overflow:hidden}.perfil-hero-glow{pointer-events:none;background:linear-gradient(100deg,#0000 35%,#ffffff38 50%,#0000 65%);animation:7s ease-in-out infinite perfilSheen;position:absolute;inset:-40% -20%;transform:translate(-40%)}@keyframes perfilSheen{0%,to{transform:translate(-45%)}50%{transform:translate(45%)}}.perfil-hero-cover:after{content:"";opacity:.35;pointer-events:none;background-image:radial-gradient(#ffffff2e 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:0}.perfil-back-btn{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff29;border:1px solid #ffffff57;border-radius:999px;align-items:center;gap:6px;padding:7px 15px;font-size:12.5px;font-weight:700;transition:background .16s,transform .14s cubic-bezier(.22,.61,.36,1);display:inline-flex;position:relative}.perfil-back-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.perfil-hero-body{grid-template-columns:auto 1fr auto;align-items:flex-end;gap:20px;margin-top:-46px;padding:0 28px 22px;display:grid}.perfil-avatar-wrap{position:relative}.perfil-avatar-ring{background:linear-gradient(135deg,#0091ff,#06d0f7 50%,#7c8cff);border-radius:26px;width:104px;height:104px;padding:4px;box-shadow:0 12px 30px #0079e04d}.perfil-avatar-img,.perfil-avatar-placeholder{object-fit:cover;border:3px solid #fff;border-radius:22px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.perfil-avatar-placeholder{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#0f2c4d,#17456f);font-size:30px;font-weight:800}.perfil-avatar-camera{color:#fff;background:linear-gradient(135deg,#0091ff,#06c6f7);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .15s cubic-bezier(.22,.61,.36,1);display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 4px 12px #0079e066}.perfil-avatar-camera:hover{transform:scale(1.1)rotate(-6deg)}.perfil-hero-ident{min-width:0;padding-bottom:4px}.perfil-hero-name{letter-spacing:-.4px;color:#0f172a;margin:0 0 7px;font-size:23px;font-weight:800}.perfil-hero-tags{flex-wrap:wrap;gap:7px;display:flex}.perfil-tag{color:#64748b;background:#f1f5f9;border-radius:999px;align-items:center;gap:5px;padding:4px 11px;font-size:11.5px;font-weight:700;display:inline-flex}.perfil-tag-primary{color:#0069c4;background:#e8f4ff}.perfil-tag-role{color:#4f46e5;background:#eef2ff}.perfil-hero-stats{flex-wrap:wrap;gap:10px;padding-bottom:4px;display:flex}.perfil-stat{background:#f9fbfe;border:1px solid #e6edf7;border-radius:14px;align-items:center;gap:9px;min-width:0;padding:9px 14px;transition:transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .18s;display:flex}.perfil-stat:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0079e01f}.perfil-stat>svg{color:#0087e8;flex-shrink:0}.perfil-stat>div{flex-direction:column;min-width:0;display:flex}.perfil-stat-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;font-size:9.5px;font-weight:800}.perfil-stat-value{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:12.5px;font-weight:700;overflow:hidden}.perfil-grid{grid-template-columns:1.35fr 1fr;align-items:start;gap:18px;display:grid}.perfil-card{background:#fff;border:1px solid #e6edf7;border-radius:18px;overflow:hidden;box-shadow:0 6px 22px #0079e012}.perfil-card-head{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:17px 22px;display:flex}.perfil-card-head h3{color:#0f172a;margin:0;font-size:14.5px;font-weight:800}.perfil-card-head p{color:#94a3b8;margin:1px 0 0;font-size:11.5px}.perfil-card-icon{color:#fff;background:linear-gradient(135deg,#0091ff,#06c6f7);border-radius:12px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 5px 14px #0079e04d,inset 0 1px #ffffff4d}.perfil-card-icon-amber{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 5px 14px #f59e0b4d,inset 0 1px #ffffff4d}.perfil-card-body{flex-direction:column;gap:16px;padding:20px 22px 24px;display:flex}.perfil-field{flex-direction:column;gap:6px;display:flex}.perfil-label{letter-spacing:.03em;color:#64748b;text-transform:uppercase;font-size:11.5px;font-weight:700}.perfil-input-wrap{align-items:center;display:flex;position:relative}.perfil-input-icon{color:#94a3b8;pointer-events:none;transition:color .15s;position:absolute;left:14px}.perfil-input-wrap:focus-within .perfil-input-icon{color:#0087e8}.perfil-input-wrap .perfil-input{padding-left:38px}.perfil-input{color:#1e293b;background:#f9fbfe;border:1px solid #e6edf7;border-radius:12px;outline:none;width:100%;padding:11px 15px;font-family:inherit;font-size:13.5px;font-weight:500;transition:border-color .16s,box-shadow .16s,background .16s}.perfil-input:focus{background:#fff;border-color:#0079e0;box-shadow:0 0 0 4px #0079e01f}select.perfil-input{cursor:pointer}.perfil-row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.perfil-hint{color:#94a3b8;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;padding:10px 13px;font-size:11.5px;line-height:1.5}.perfil-hint-error{color:#b91c1c;background:#fef2f2;border-style:solid;border-color:#fecaca;font-weight:600}.perfil-actionbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #e6edf7;border-radius:999px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 18px;display:flex;position:sticky;bottom:12px;box-shadow:0 12px 32px #0f172a1f}.perfil-actionbar-hint{color:#94a3b8;padding-left:8px;font-size:12px;font-weight:500}.perfil-actionbar-btns{gap:10px;margin-left:auto;display:flex}@media (width<=1100px){.perfil-grid{grid-template-columns:1fr}.perfil-hero-body{grid-template-columns:auto 1fr}.perfil-hero-stats{grid-column:1/-1}}@media (width<=640px){.perfil-hero-body{grid-template-columns:1fr;margin-top:-40px;padding:0 18px 18px}.perfil-hero-name{font-size:19px}.perfil-row-2{grid-template-columns:1fr}.perfil-stat-value{max-width:100%}.perfil-actionbar{border-radius:18px}.perfil-actionbar-hint{display:none}.perfil-actionbar-btns{width:100%}.perfil-actionbar-btns>*{flex:1}}html.dark .perfil-hero{background:#131e30;border-color:#1e2d45}html.dark .perfil-hero-name{color:#f1f5f9}html.dark .perfil-avatar-img,html.dark .perfil-avatar-placeholder,html.dark .perfil-avatar-camera{border-color:#131e30}html.dark .perfil-tag{color:#94a3b8;background:#1a2740}html.dark .perfil-tag-primary{color:#7fc0ff;background:#12294a}html.dark .perfil-tag-role{color:#a5b4fc;background:#1e1b4b}html.dark .perfil-stat{background:#0f1c2e;border-color:#1e2d45}html.dark .perfil-stat-value{color:#e2e8f0}html.dark .perfil-stat-label{color:#64748b}html.dark .perfil-card{background:#131e30;border-color:#1e2d45}html.dark .perfil-card-head{border-color:#1e2d45}html.dark .perfil-card-head h3{color:#f1f5f9}html.dark .perfil-card-head p{color:#64748b}html.dark .perfil-label{color:#94a3b8}html.dark .perfil-input{color:#e2e8f0;background:#0d1827;border-color:#1e2d45}html.dark .perfil-input:focus{background:#0f1c2e;border-color:#0079e0}html.dark .perfil-hint{color:#64748b;background:#0f1c2e;border-color:#1e2d45}html.dark .perfil-hint-error{color:#fca5a5;background:#2a0f12;border-color:#7f1d1d}html.dark .perfil-actionbar{background:#131e30e6;border-color:#1e2d45}html.dark .perfil-actionbar-hint,html.dark .perfil-skeleton{color:#64748b}:root{--login-ink:#0f172a;--login-muted:#64748b;--login-label:#334155;--login-field:#f8fafc;--login-line:#e2e8f0;--login-danger:#dc2626;--login-deep:#00203f;--login-ease:cubic-bezier(.16, 1, .3, 1)}.login-page{min-height:100vh;color:var(--login-ink);background:#fff;grid-template-columns:1.05fr 1fr;font-family:Inter,system-ui,-apple-system,sans-serif;display:grid}.login-brand{background:var(--login-deep);isolation:isolate;flex-direction:column;justify-content:space-between;padding:56px 56px 48px;display:flex;position:relative;overflow:hidden}.login-brand:before,.login-brand:after{content:"";filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.login-brand:before{background:var(--ghia-brand);opacity:.55;width:620px;height:620px;animation:28s ease-in-out infinite loginDriftA;top:-180px;left:-160px}.login-brand:after{background:var(--ghia-cyan);opacity:.35;width:540px;height:540px;animation:28s ease-in-out infinite loginDriftB;bottom:-200px;right:-140px}.login-grain{z-index:1;pointer-events:none;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.login-brand>:not(.login-grain){z-index:2;position:relative}.login-brand-logo{filter:brightness(0)invert();width:132px;height:auto;display:block}.login-brand-statement{letter-spacing:-.025em;color:#fff;max-width:15ch;margin:0;font-size:34px;font-weight:600;line-height:1.15}.login-brand-sub{color:#ffffff9e;max-width:34ch;margin:16px 0 0;font-size:15px;line-height:1.55}.login-brand-foot{color:#ffffff73;margin:0;font-size:12.5px}.login-form-col{background:#fff;justify-content:center;align-items:center;padding:64px 48px;display:flex}.login-form{width:100%;max-width:400px}.login-title{letter-spacing:-.02em;color:var(--login-ink);margin:0;font-size:30px;font-weight:700}.login-sub{color:var(--login-muted);margin:8px 0 32px;font-size:15px;line-height:1.5}.login-field{margin-bottom:18px}.login-label-row{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:7px;display:flex}.login-label{color:var(--login-label);font-size:13px;font-weight:600;display:block}.login-link{font:inherit;color:var(--ghia-brand);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0;font-size:13px;font-weight:500}.login-link:hover{text-decoration:underline}.login-link:focus-visible{outline:2px solid var(--ghia-brand);outline-offset:3px}.login-input-wrap{position:relative}.login-input{border:1px solid var(--login-line);background:var(--login-field);width:100%;height:48px;color:var(--login-ink);border-radius:10px;padding:0 14px;font-size:15px;font-weight:400;transition:background .14s,border-color .14s,box-shadow .14s}.login-input::placeholder{color:#94a3b8}.login-input:focus{border-color:var(--ghia-brand);background:#fff;box-shadow:0 0 0 3px #0079e029}.login-input--error,.login-input--error:focus{border-color:var(--login-danger)!important;box-shadow:0 0 0 3px #dc26261f!important}.login-input--pass{padding-right:46px}.login-eye{color:#94a3b8;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:color .14s,background .14s;display:inline-flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.login-eye:hover{color:var(--login-label);background:#0f172a0a}.login-eye:focus-visible{outline:2px solid var(--ghia-brand);outline-offset:-2px;color:var(--login-label)}.login-hint{color:var(--login-danger);margin:7px 0 0;font-size:13px}.login-error{color:#b91c1c;animation:loginErrIn .18s var(--login-ease) both;background:#fef2f2;border:1px solid #dc262638;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.login-error svg{flex:none;margin-top:1px}.login-submit{background:var(--ghia-brand);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;margin-top:8px;font-size:15px;font-weight:600;transition:background .14s,transform .14s,box-shadow .14s;display:inline-flex;box-shadow:inset 0 1px #ffffff2e,0 1px 2px #0079e052,0 10px 24px -10px #0079e08c}.login-submit:hover:not(:disabled){background:#0068c4;transform:translateY(-1px)}.login-submit:active:not(:disabled){transform:translateY(0)}.login-submit:focus-visible{outline:2px solid var(--ghia-brand);outline-offset:3px}.login-submit:disabled{opacity:.68;cursor:not-allowed;transform:none}.login-spin{animation:.8s linear infinite loginSpin}.login-secure{color:#94a3b8;align-items:center;gap:7px;margin:28px 0 0;font-size:12.5px;display:flex}@keyframes loginIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes loginErrIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes loginSpin{to{transform:rotate(360deg)}}@keyframes loginDriftA{0%,to{transform:translate(0,0)}50%{transform:translate(60px,40px)}}@keyframes loginDriftB{0%,to{transform:translate(0,0)}50%{transform:translate(-50px,-45px)}}.login-title,.login-sub,.login-field,.login-submit,.login-secure{animation:loginIn .34s var(--login-ease) both}.login-title{animation-delay:0s}.login-sub{animation-delay:45ms}.login-field{animation-delay:90ms}.login-submit{animation-delay:.18s}.login-secure{animation-delay:.225s}.login-field+.login-field{animation-delay:.135s}@media (width<=1024px){.login-page{grid-template-columns:1fr}.login-brand{flex-direction:row;justify-content:flex-start;align-items:center;min-height:72px;padding:0 24px}.login-brand:before{width:380px;height:380px;top:-240px;left:-80px}.login-brand:after{width:320px;height:320px;bottom:-230px;right:-60px}.login-brand-logo{width:64px}.login-brand-text,.login-brand-foot{display:none}.login-form-col{align-items:flex-start;padding:48px 24px}}@media (width<=420px){.login-form-col{padding:36px 20px}.login-title{font-size:26px}}@media (prefers-reduced-motion:reduce){.login-brand:before,.login-brand:after,.login-title,.login-sub,.login-field,.login-submit,.login-secure,.login-error,.login-spin{animation:none!important}}:root{--ui-brand:#0086f5;--ui-brand-deep:#0062c4;--ui-brand-soft:#e8f4ff;--ui-cyan:#06c6f7;--ui-violet:#7c5cff;--ui-success:#10c56d;--ui-success-soft:#e4fbef;--ui-warning:#ff9f0a;--ui-warning-soft:#fff5e3;--ui-danger:#ff4d5e;--ui-danger-soft:#ffecee;--ui-info:#0086f5;--ui-info-soft:#e8f4ff;--ui-grad:linear-gradient(135deg, #00a2ff 0%, #0086f5 45%, #06c6f7 100%);--ui-grad-success:linear-gradient(135deg, #14d97a, #0aa85c);--ui-grad-warning:linear-gradient(135deg, #ffb020, #ff8a00);--ui-grad-danger:linear-gradient(135deg, #ff6070, #f0323f);--ui-grad-violet:linear-gradient(135deg, #8b6bff, #5b8cff);--ui-ring:linear-gradient(90deg, #0086f5, #06c6f7, #7c5cff, #06c6f7, #0086f5);--ui-glow:0 4px 14px #0086f552;--ui-glow-strong:0 10px 26px #0086f566;--ui-surface:#fff;--ui-surface-soft:#f7fafd;--ui-border:#e3ebf6;--ui-text:#0f172a;--ui-text-soft:#5a6b83;--ui-text-faint:#93a3b8;--ui-ease:cubic-bezier(.22, .61, .36, 1)}html.dark{--ui-brand-soft:#102b48;--ui-success-soft:#0d2a1e;--ui-warning-soft:#2e2210;--ui-danger-soft:#2e1418;--ui-info-soft:#102b48;--ui-surface:#131e30;--ui-surface-soft:#0d1827;--ui-border:#1e2d45;--ui-text:#f1f5f9;--ui-text-soft:#94a3b8;--ui-text-faint:#64748b}@media (prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}@keyframes uiRingFlow{to{background-position:0 0,300% 0}}.ui-ring,.topbar-search,.search-box,.cob-search-wrap,.frase-banner{transition:box-shadow .2s var(--ui-ease), transform .2s var(--ui-ease);animation:9s linear infinite uiRingFlow;box-shadow:0 2px 10px #0f172a0a;background:linear-gradient(var(--ui-surface), var(--ui-surface)) padding-box, var(--ui-ring) border-box!important;background-position:0 0,0 0!important;background-size:auto,300% 100%!important;border:1.5px solid #0000!important}.topbar-search:focus-within,.search-box:focus-within,.cob-search-wrap:focus-within{animation-duration:3.5s;box-shadow:0 0 0 4px #0079e01f,0 6px 18px #0079e024!important}.topbar-search{padding:8px 14px;border-radius:999px!important}.search-box{padding:9px 16px;border-radius:999px!important}.cob-search-wrap{border-radius:999px!important}.topbar-search input,.search-box input,.cob-search-input{background:0 0}.sidebar-nav{gap:3px;padding:14px 0 18px}.sidebar-group{flex-direction:column;display:flex}.sidebar,.sidebar-nav,.sidebar-subnav,.sidebar *{scrollbar-width:none!important;-ms-overflow-style:none!important}.sidebar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.sidebar-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.sidebar-subnav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.sidebar ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.sidebar-item{letter-spacing:.1px;transition:background .18s var(--ui-ease), color .18s var(--ui-ease), box-shadow .18s var(--ui-ease), transform .12s var(--ui-ease);gap:12px;margin:0 10px;font-size:13.5px;font-weight:600;overflow:hidden;border-left:none!important;border-radius:12px!important;width:auto!important;padding:10px 12px!important}.sidebar-item:after{content:"";border-radius:inherit;transition:transform .55s var(--ui-ease);pointer-events:none;background:linear-gradient(100deg,#0000 20%,#ffffff29 50%,#0000 80%);position:absolute;inset:0;transform:translate(-120%)}.sidebar-item:hover:after{transform:translate(120%)}.sidebar-item:hover{color:#fff;background:#ffffff1f}.sidebar-item.expanded:not(.active){color:#fff;background:#ffffff1a}.sidebar-item.active{box-shadow:0 6px 18px #00143238,inset 0 -2px #0079e02e;color:var(--ghia-brand-strong,#005db3)!important;background:#fff!important}.sidebar-item.active:after{display:none}.sidebar-item-icon{opacity:1;width:20px;height:20px}.sidebar-item-icon svg{width:18px;height:18px}.sidebar-item-label{text-align:left;text-overflow:ellipsis;flex:1;min-width:0}.sidebar-item-chevron{opacity:.55;width:14px;transition:transform .2s var(--ui-ease), opacity .15s;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-item-chevron .sidebar-chevron{width:13px;height:13px}.sidebar-item-chevron.open{opacity:.9;transform:rotate(180deg)}.sidebar.collapsed .sidebar-item{justify-content:center;gap:0;margin:0 8px;padding:11px 0!important}.sidebar.collapsed .sidebar-item-label{flex:0;margin:0}.sidebar.collapsed .sidebar-item-chevron{display:none}.sidebar.collapsed .sidebar-item-icon{margin:0}.sidebar-item.expanded{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.sidebar-subnav{animation:subnavIn .2s var(--ui-ease);background:#ffffff1f;border-radius:0 0 14px 14px;margin:0 10px 6px;padding:5px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff29;border:none!important}.sidebar-item.active.expanded+.sidebar-subnav{background:#ffffffeb;box-shadow:0 8px 20px #0014322e}@keyframes subnavIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sidebar-subitem{color:#ffffffb3;border-radius:9px;gap:12px;width:100%;margin:1px 0;padding:9px 10px 9px 7px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.sidebar-subitem-icon{justify-content:center;width:20px}.sidebar-subitem-icon svg{width:15px;height:15px}.sidebar-subitem:hover{color:#fff;background:#ffffff24}.sidebar-subitem.active{color:#fff;background:linear-gradient(135deg,#0091ff2e,#06c6f729);font-weight:700;box-shadow:inset 0 0 0 1px #ffffff2e}.sidebar-item.active.expanded+.sidebar-subnav .sidebar-subitem{color:#4a6382}.sidebar-item.active.expanded+.sidebar-subnav .sidebar-subitem:hover{color:#0b3a66;background:#0079e014}.sidebar-item.active.expanded+.sidebar-subnav .sidebar-subitem.active{background:var(--ui-grad);color:#fff;box-shadow:0 4px 12px #0079e057}.sidebar-item.active.expanded+.sidebar-subnav .sidebar-subitem.active svg{stroke:#fff}.sidebar-footer{border-top:1px solid #ffffff24;margin-top:auto;padding:10px 0 4px}.sidebar-logout{color:#fffc;text-align:left;width:auto;transition:background .18s var(--ui-ease), color .18s, border-color .18s, box-shadow .18s, transform .12s var(--ui-ease);background:#ffffff0f;border:1px solid #ffffff29;border-radius:12px;align-items:center;gap:12px;margin:6px 10px;padding:10px 12px;font-size:13.5px;font-weight:700;display:flex}.sidebar-logout:hover{background:var(--ui-grad-danger);color:#fff;border-color:#0000;transform:translateY(-1px);box-shadow:0 8px 20px #ff4d5e61}.sidebar-logout .sidebar-item-icon{flex-shrink:0;width:20px;height:20px}.sidebar-logout .sidebar-item-label{white-space:nowrap;flex:1;overflow:hidden}.sidebar-logout:hover .sidebar-item-icon{transform:translate(1px)}.sidebar.collapsed .sidebar-logout{justify-content:center;gap:0;margin:6px 8px;padding:11px 0}.sidebar.collapsed .sidebar-logout .sidebar-item-label{opacity:0;flex:0;width:0;overflow:hidden}.sidebar-version{letter-spacing:.3px;color:#ffffff6b;white-space:nowrap;padding:6px 20px 12px;font-size:10.5px;font-weight:600}.sidebar.collapsed .sidebar-version{text-align:center;padding:6px 0 12px}.btn-primary,.export-btn,.cob-nova-btn,.cob-export-btn,.contratos-apply-btn,.fechamento-submit-btn,.fechamento-add-btn,.grupo-btn.primary,.perfil-btn-save,.ui-btn-primary{letter-spacing:.1px;transition:transform .14s var(--ui-ease), box-shadow .18s var(--ui-ease), filter .18s;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-size:13.5px;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0086f552,inset 0 1px #ffffff47;color:#fff!important;background:var(--ui-grad)!important;border:none!important;border-radius:999px!important}.btn-primary:before,.export-btn:before,.cob-nova-btn:before,.contratos-apply-btn:before,.fechamento-submit-btn:before,.perfil-btn-save:before,.ui-btn-primary:before{content:"";transition:transform .6s var(--ui-ease);background:linear-gradient(100deg,#0000 25%,#ffffff61 50%,#0000 75%);position:absolute;inset:0;transform:translate(-130%)}.btn-primary:hover:before,.export-btn:hover:before,.cob-nova-btn:hover:before,.contratos-apply-btn:hover:before,.fechamento-submit-btn:hover:before,.perfil-btn-save:hover:before,.ui-btn-primary:hover:before{transform:translate(130%)}.btn-primary:hover,.export-btn:hover,.cob-nova-btn:hover,.contratos-apply-btn:hover,.fechamento-submit-btn:hover,.fechamento-add-btn:hover,.perfil-btn-save:hover,.ui-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0079e061,inset 0 1px #ffffff57}.btn-primary:active,.export-btn:active,.cob-nova-btn:active,.contratos-apply-btn:active,.fechamento-submit-btn:active,.perfil-btn-save:active,.ui-btn-primary:active{transform:translateY(0)scale(.985)}.btn-primary:disabled,.ui-btn-primary:disabled,.perfil-btn-save:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary svg,.ui-btn-primary svg{stroke:currentColor}.cob-filter-bar{gap:9px;padding:12px 16px}.cob-filter-bar .cob-export-btn{margin-left:auto}.cob-export-btn{flex-shrink:0;width:40px;height:40px;padding:0!important}.cob-export-btn svg{width:17px;height:17px}.btn-outline,.perfil-btn-cancel,.ui-btn{border:1px solid var(--ui-border);background:var(--ui-surface);color:#475569;transition:transform .14s var(--ui-ease), box-shadow .18s var(--ui-ease), border-color .18s, color .18s, background .18s;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;display:inline-flex;position:relative;box-shadow:0 1px 2px #0f172a0a;border-radius:999px!important}.btn-outline:hover,.perfil-btn-cancel:hover,.ui-btn:hover{color:#0069c4;background:#f6fbff;border-color:#9ccdf7;transform:translateY(-1.5px);box-shadow:0 8px 20px #0079e024}.btn-outline:active,.ui-btn:active{transform:translateY(0)scale(.985)}.btn-outline:disabled,.ui-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.icon-btn,.grupo-btn{border:1px solid var(--ui-border,#e3ebf6);background:var(--ui-surface,#fff);color:#64748b;cursor:pointer;width:30px;height:30px;transition:transform .14s var(--ui-ease), box-shadow .18s var(--ui-ease), border-color .18s, color .18s, background .18s;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.icon-btn svg,.grupo-btn svg{flex-shrink:0;width:15px;height:15px;display:block}.icon-btn:hover,.grupo-btn:hover{color:#0069c4;background:#f6fbff;border-color:#9ccdf7;transform:translateY(-1.5px);box-shadow:0 8px 20px #0079e024}.icon-btn:active,.grupo-btn:active{transform:translateY(0)scale(.94)}.icon-btn.is-danger:hover,.grupo-btn-danger:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5;box-shadow:0 8px 20px #dc262624}.btn-outline.is-active,.ui-btn.is-active{color:#005db3;background:linear-gradient(#eaf5ff, #eaf5ff) padding-box, var(--ui-ring) border-box;background-size:auto,300% 100%;border-color:#0000;animation:7s linear infinite uiRingFlow;box-shadow:0 4px 14px #0079e02e}.ui-btn-count{background:var(--ui-grad);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10.5px;font-weight:800;line-height:1;display:inline-flex}.action-btn,.cob-action-btn{transition:transform .13s var(--ui-ease), box-shadow .16s, background .16s, color .16s, border-color .16s;border-radius:9px!important}.action-btn:hover,.cob-action-btn:hover{transform:translateY(-1.5px);box-shadow:0 5px 14px #0f172a1f}.topbar-icon-btn{color:var(--ui-text-soft);transition:transform .14s var(--ui-ease), background .16s, color .16s, border-color .16s, box-shadow .16s;border:1px solid #0000;border-radius:12px}.topbar-icon-btn:hover{background:var(--ui-brand-soft);color:var(--ui-brand-deep);border-color:#0086f547;transform:translateY(-1.5px);box-shadow:0 6px 16px #0086f529}.topbar-icon-btn svg{transition:transform .35s var(--ui-ease)}.topbar-icon-spin:hover svg{transform:rotate(90deg)}@keyframes uiBellSwing{0%,82%,to{transform:rotate(0)}86%{transform:rotate(11deg)}90%{transform:rotate(-9deg)}94%{transform:rotate(5deg)}}.topbar-icon-btn.has-alert{color:var(--ui-brand)}.topbar-icon-btn.has-alert svg{transform-origin:50% 15%;animation:3.4s ease-in-out infinite uiBellSwing}.notif-badge{box-shadow:0 2px 6px #ff4d5e80;background:var(--ui-grad-danger)!important}.ui-filterbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ui-chip{border:1px solid var(--ui-border);background:var(--ui-surface);color:var(--ui-text-soft);transition:all .16s var(--ui-ease);border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.ui-chip:hover{color:#0069c4;border-color:#9ccdf7;transform:translateY(-1px)}.ui-chip.active{color:#fff;background:var(--ui-grad);border-color:#0000;box-shadow:0 4px 12px #0086f552}.ui-filter-panel{z-index:200;border:1px solid var(--ui-border);background:var(--ui-surface);min-width:290px;animation:subnavIn .16s var(--ui-ease);border-radius:18px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 20px 48px #0f172a2e}.ui-filter-panel-head{border-bottom:1px solid var(--ui-border);background:linear-gradient(135deg,#0091ff12,#06c6f70d);justify-content:space-between;align-items:center;gap:8px;padding:14px 18px;display:flex}.ui-filter-panel-title{letter-spacing:.02em;color:var(--ui-text);align-items:center;gap:8px;font-size:12.5px;font-weight:800;display:inline-flex}.ui-filter-panel-title svg{color:#0087e8}.ui-filter-panel-body{flex-direction:column;gap:12px;padding:16px 18px;display:flex}.ui-filter-field{flex-direction:column;gap:5px;display:flex}.ui-filter-field>span{letter-spacing:.07em;text-transform:uppercase;color:var(--ui-text-faint);font-size:10.5px;font-weight:800}.ui-filter-field .ui-select{width:100%}.ui-filter-panel-foot{border-top:1px solid var(--ui-border);gap:8px;padding:12px 18px 16px;display:flex}.ui-filter-panel-foot>*{white-space:nowrap;flex:1;justify-content:center;padding-inline:12px}.ui-filter-panel-foot>.ui-btn-primary{flex:1.5}html.dark .ui-filter-panel{background:#131e30;border-color:#1e2d45}html.dark .ui-filter-panel-head,html.dark .ui-filter-panel-foot{border-color:#1e2d45}.cob-select,.geral-filter-select,.vg-adv-filter select,.ui-select{border:1px solid var(--ui-border);color:#475569;background:var(--ui-surface);transition:border-color .16s, box-shadow .16s, transform .14s var(--ui-ease);padding:8px 14px;font-size:13px;font-weight:600;border-radius:999px!important}.cob-select:hover,.ui-select:hover{border-color:#9ccdf7;transform:translateY(-1px)}.dash-period-btn{transition:all .16s var(--ui-ease);font-weight:600;border-radius:999px!important}.dash-period-btn:hover{transform:translateY(-1px)}.dash-period-btn.active{box-shadow:0 4px 12px #0086f552;background:var(--ui-grad)!important;color:#fff!important;border-color:#0000!important}.ui-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:40px 24px;display:flex}.ui-empty-art{color:#7fb6ec;background:linear-gradient(150deg,#f2f8ff,#eaf3fe);border-radius:22px;place-items:center;width:76px;height:76px;margin-bottom:10px;display:grid;position:relative;transform:perspective(500px)rotateX(8deg);box-shadow:inset 0 1px #fff,0 10px 24px #0079e01a}.ui-empty-art:before{content:"";background:radial-gradient(circle at 50% 25%,#0079e021,#0000 70%);border-radius:26px;animation:3.2s ease-in-out infinite emptyPulse;position:absolute;inset:-6px}@keyframes emptyPulse{0%,to{opacity:.5;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}.ui-empty-art svg{stroke-width:1.6px;width:34px;height:34px;position:relative}.ui-empty-title{letter-spacing:.1em;text-transform:uppercase;color:#475569;font-size:12.5px;font-weight:800}.ui-empty-desc{color:var(--ui-text-faint);max-width:300px;font-size:12.5px;line-height:1.5}.ui-empty-action{margin-top:12px}.ui-empty.sm{gap:2px;padding:24px 16px}.ui-empty.sm .ui-empty-art{border-radius:16px;width:54px;height:54px;margin-bottom:8px}.ui-empty.sm .ui-empty-art svg{width:24px;height:24px}.ui-empty.sm .ui-empty-title{font-size:11px}.ui-empty.sm .ui-empty-desc{font-size:11.5px}.ui-empty.lg{padding:64px 24px}.ui-empty.lg .ui-empty-art{border-radius:28px;width:96px;height:96px}.ui-empty.lg .ui-empty-art svg{width:42px;height:42px}.ui-empty.lg .ui-empty-title{font-size:14px}.ui-empty.lg .ui-empty-desc{font-size:13px}html.dark .ui-empty-art{color:#4d84bd;background:linear-gradient(150deg,#16243a,#111c2e);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #0000004d}html.dark .ui-empty-title{color:#cbd5e1}.stat-card,.metric-card,.quick-access-item{transition:transform .18s var(--ui-ease), box-shadow .22s var(--ui-ease)}.stat-card:hover,.metric-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0079e024}.quick-access-item{border-radius:12px}.quick-access-item:hover{transform:translateY(-2px)scale(1.005);box-shadow:0 10px 24px #0079e024}.frase-wrapper{padding:14px 28px 0}.frase-banner{align-items:center;gap:16px;max-width:1000px;position:relative;box-shadow:0 6px 22px #0086f51a;background:linear-gradient(120deg, #fbfdff, #eff7ff) padding-box, var(--ui-ring) border-box!important;background-size:auto,300% 100%!important;border-radius:18px!important;padding:16px 22px!important}.frase-icon{color:#fff;background:var(--ui-grad);border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;margin-top:0;display:grid;box-shadow:0 5px 14px #0086f557,inset 0 1px #ffffff4d}.frase-icon svg{width:20px;height:20px}.frase-label{letter-spacing:.14em;color:#0087e8;margin-bottom:3px;font-size:10.5px}.frase-text{color:#1d3049;font-size:16px!important;font-weight:650!important;line-height:1.5!important}.frase-autor{color:#7d90a8;white-space:nowrap;border-left:1px solid #0086f52e;flex-shrink:0;align-self:center;padding-left:16px;font-size:12px;font-weight:700}@media (width<=700px){.frase-autor{display:none}}html.dark .frase-banner{background:linear-gradient(120deg, #101d31, #0d1a2c) padding-box, var(--ui-ring) border-box!important;background-size:auto,300% 100%!important}html.dark .frase-text{color:#dbe6f3}.topbar-user{background:linear-gradient(var(--ui-surface), var(--ui-surface)) padding-box, linear-gradient(135deg, #0091ff80, #06c6f780) border-box;transition:transform .16s var(--ui-ease), box-shadow .2s var(--ui-ease), background .2s;border:1px solid #0000;border-radius:999px;gap:9px;padding:4px 12px 4px 5px;position:relative;box-shadow:0 2px 10px #0079e01a}.topbar-user:hover{background:linear-gradient(var(--ui-surface), var(--ui-surface)) padding-box, var(--ui-ring) border-box;background-size:auto,300% 100%;animation:5s linear infinite uiRingFlow;transform:translateY(-1.5px);box-shadow:0 10px 24px #0079e033}.user-avatar{letter-spacing:.3px;width:32px;height:32px;font-size:11.5px;position:relative;box-shadow:inset 0 1px #ffffff57,0 3px 10px #0079e052;background:linear-gradient(135deg,#0091ff,#005db3 65%,#06c6f7)!important;border-radius:999px!important}.user-avatar:after{content:"";border:2px solid var(--ui-surface);background:#22c55e;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.user-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.user-name{font-size:12.5px;font-weight:700}.user-role{letter-spacing:.06em;text-transform:uppercase;color:#0087e8;font-size:10px;font-weight:700}.topbar-user-chevron{color:var(--ui-text-faint);transition:transform .16s var(--ui-ease);display:flex}.topbar-user:hover .topbar-user-chevron{color:#0087e8;transform:translateY(1px)}.topbar-search-dropdown{z-index:9999;border:1px solid var(--ui-border);background:var(--ui-surface);animation:subnavIn .16s var(--ui-ease);border-radius:16px;padding:6px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:0 18px 44px #0f172a29}.topbar-search-dropdown-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ui-text-faint);padding:6px 12px 5px;font-size:10px;font-weight:800}.topbar-search-result{text-align:left;width:100%;transition:background .13s, transform .13s var(--ui-ease);background:0 0;border:none;border-radius:10px;flex-direction:column;gap:2px;padding:9px 12px;display:flex}.topbar-search-result:hover{background:#f2f8ff;transform:translate(2px)}.topbar-search-result-title{color:var(--ui-text);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.topbar-search-result-group{color:#0069c4;letter-spacing:.05em;text-transform:uppercase;background:#e8f4ff;border-radius:999px;padding:1px 8px;font-size:9.5px;font-weight:800}.topbar-search-result-desc{color:var(--ui-text-faint);font-size:11.5px}html.dark .topbar-search-result:hover{background:#17263d}html.dark .topbar-search-result-group{color:#7fc0ff;background:#12294a}.toolbar-actions{flex-wrap:wrap;gap:8px}@media (width<=900px){.frase-banner{max-width:100%}.frase-wrapper{padding:12px 16px 0}}html.dark .btn-outline,html.dark .grupo-btn,html.dark .perfil-btn-cancel,html.dark .ui-btn{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .btn-outline:hover,html.dark .ui-btn:hover{color:#93c5fd;background:#17263d;border-color:#2f5d8c}html.dark .btn-outline.is-active,html.dark .ui-btn.is-active{color:#93c5fd;background:linear-gradient(#122844, #122844) padding-box, var(--ui-ring) border-box;background-size:auto,300% 100%}html.dark .ui-chip{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .cob-select,html.dark .ui-select{color:#94a3b8;background:#0d1827;border-color:#1e2d45}html.dark .topbar-icon-btn:hover{border-color:#1e2d45}html.dark .sidebar-subnav{background:#00000047}input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime-local]{appearance:none;min-height:40px;color:var(--ui-text);cursor:pointer;transition:border-color .16s, box-shadow .16s, background-color .16s, transform .14s var(--ui-ease);font-family:inherit;font-size:13.5px;font-weight:600;position:relative;border:1px solid var(--ui-border)!important;background-color:var(--ui-surface)!important;background-position:right 13px center!important;background-repeat:no-repeat!important;background-size:17px 17px!important;border-radius:12px!important;padding:9px 44px 9px 15px!important}input[type=date],input[type=month],input[type=week],input[type=datetime-local]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230086f5' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='4.5' width='18' height='17' rx='3'/%3E%3Cpath d='M3 9.8h18M8 2.5v4M16 2.5v4'/%3E%3C/svg%3E")!important}input[type=time]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230086f5' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5.2l3.4 2'/%3E%3C/svg%3E")!important}input[type=date]:hover,input[type=month]:hover,input[type=week]:hover,input[type=time]:hover,input[type=datetime-local]:hover{transform:translateY(-1px);border-color:var(--ui-brand)!important;background-color:var(--ui-brand-soft)!important}input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime-local]:focus{border-color:var(--ui-brand)!important;background-color:var(--ui-surface)!important;outline:none!important;box-shadow:0 0 0 4px #0086f526!important}input[type=date]:disabled,input[type=month]:disabled{opacity:.55;cursor:not-allowed;transform:none}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:46px;height:100%;margin:0;padding:0;position:absolute;inset:0 0 0 auto}input[type=month]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:46px;height:100%;margin:0;padding:0;position:absolute;inset:0 0 0 auto}input[type=week]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:46px;height:100%;margin:0;padding:0;position:absolute;inset:0 0 0 auto}input[type=time]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:46px;height:100%;margin:0;padding:0;position:absolute;inset:0 0 0 auto}input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:46px;height:100%;margin:0;padding:0;position:absolute;inset:0 0 0 auto}input[type=date]::-webkit-inner-spin-button{display:none}input[type=month]::-webkit-inner-spin-button{display:none}input[type=time]::-webkit-inner-spin-button{display:none}input[type=date]::-webkit-datetime-edit{padding:0}input[type=month]::-webkit-datetime-edit{padding:0}input[type=date]::-webkit-datetime-edit-day-field:focus{background:var(--ui-brand);color:#fff;border-radius:5px;outline:none;padding:1px 3px}input[type=date]::-webkit-datetime-edit-month-field:focus{background:var(--ui-brand);color:#fff;border-radius:5px;outline:none;padding:1px 3px}input[type=date]::-webkit-datetime-edit-year-field:focus{background:var(--ui-brand);color:#fff;border-radius:5px;outline:none;padding:1px 3px}input[type=month]::-webkit-datetime-edit-month-field:focus{background:var(--ui-brand);color:#fff;border-radius:5px;outline:none;padding:1px 3px}input[type=month]::-webkit-datetime-edit-year-field:focus{background:var(--ui-brand);color:#fff;border-radius:5px;outline:none;padding:1px 3px}html.dark input[type=date],html.dark input[type=month],html.dark input[type=week],html.dark input[type=time],html.dark input[type=datetime-local]{color:#e2e8f0}html.dark input[type=date]:hover,html.dark input[type=month]:hover,html.dark input[type=time]:hover{background-color:#16273f!important}html.dark input[type=date],html.dark input[type=month],html.dark input[type=time],html.dark input[type=datetime-local]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.ui-field{letter-spacing:.07em;text-transform:uppercase;color:var(--ui-text-faint);flex-direction:column;gap:6px;font-size:10.5px;font-weight:800;display:flex}.ui-input{border:1px solid var(--ui-border);background:var(--ui-surface);min-height:40px;color:var(--ui-text);border-radius:12px;outline:none;padding:9px 15px;font-family:inherit;font-size:13.5px;font-weight:600;transition:border-color .16s,box-shadow .16s}.ui-input::placeholder{color:var(--ui-text-faint);font-weight:500}.ui-input:focus{border-color:var(--ui-brand);box-shadow:0 0 0 4px #0086f526}html.dark .ui-input{color:#e2e8f0;background:#0d1827;border-color:#1e2d45}.ui-rangebar .ui-select{min-height:40px;border-radius:12px!important}.ui-rangebar{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:20px;padding:15px 18px;display:flex;box-shadow:0 4px 18px #0f172a0d}.ui-rangebar-spacer{flex:1}html.dark .ui-rangebar{background:#131e30;border-color:#1e2d45}.cob-form-btn-cancel,.lote-btn,.wa-btn-refresh,.wa-btn-refresh-qr,.contratos-clear-btn,.status-link-btn,.vg-adv-filter,.ui-btn-outline{border:1px solid var(--ui-border);background:var(--ui-surface);color:var(--ui-text-soft);transition:transform .14s var(--ui-ease), box-shadow .18s var(--ui-ease), border-color .18s, color .18s, background .18s;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0f172a0a;border-radius:999px!important}.cob-form-btn-cancel:hover,.lote-btn:hover,.wa-btn-refresh:hover,.wa-btn-refresh-qr:hover,.contratos-clear-btn:hover,.status-link-btn:hover,.vg-adv-filter:hover,.ui-btn-outline:hover{color:var(--ui-brand-deep);background:var(--ui-brand-soft);border-color:#9ccdf7;transform:translateY(-1.5px);box-shadow:0 8px 20px #0086f529}.cob-form-btn-create,.wa-btn-connect,.lote-apply-btn{box-shadow:var(--ui-glow), inset 0 1px 0 #ffffff47;transition:transform .14s var(--ui-ease), box-shadow .18s var(--ui-ease);justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-size:13.5px;font-weight:700;display:inline-flex;position:relative;overflow:hidden;color:#fff!important;background:var(--ui-grad)!important;border:none!important;border-radius:999px!important}.cob-form-btn-create:hover,.wa-btn-connect:hover,.lote-apply-btn:hover{box-shadow:var(--ui-glow-strong), inset 0 1px 0 #ffffff57;transform:translateY(-2px)}.cob-form-btn-create:disabled,.lote-apply-btn:disabled,.wa-btn-connect:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.ui-btn-danger,.wa-btn-disconnect,.pipeline-text-btn-danger{transition:transform .14s var(--ui-ease), box-shadow .18s, background .18s, color .18s;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:700;display:inline-flex;background:var(--ui-danger-soft)!important;color:#d92b3c!important;border:1px solid #ff4d5e38!important;border-radius:999px!important}.ui-btn-danger:hover,.wa-btn-disconnect:hover,.pipeline-text-btn-danger:hover{transform:translateY(-1.5px);box-shadow:0 8px 20px #ff4d5e57;background:var(--ui-grad-danger)!important;color:#fff!important;border-color:#0000!important}.ui-btn-success{color:#fff;background:var(--ui-grad-success);transition:transform .14s var(--ui-ease), box-shadow .18s;border:none;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-size:13.5px;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #10c56d52}.ui-btn-success:hover{transform:translateY(-2px);box-shadow:0 10px 26px #10c56d66}.ui-btn-ghost,.pipeline-text-btn{color:var(--ui-brand);transition:background .15s, color .15s, transform .13s var(--ui-ease);background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-size:12.5px;font-weight:700;display:inline-flex}.ui-btn-ghost:hover,.pipeline-text-btn:hover{background:var(--ui-brand-soft);transform:translateY(-1px)}.ui-btn-sm{padding:7px 14px!important;font-size:12.5px!important}.ui-btn-lg{padding:12px 26px!important;font-size:14.5px!important}.ui-btn-block{width:100%}.ui-btn-icon{border:1px solid var(--ui-border);background:var(--ui-surface);width:38px;height:38px;color:var(--ui-text-soft);transition:transform .14s var(--ui-ease), box-shadow .16s, border-color .16s, color .16s, background .16s;justify-content:center;align-items:center;display:inline-flex;border-radius:12px!important;padding:0!important}.ui-btn-icon:hover{color:var(--ui-brand-deep);background:var(--ui-brand-soft);border-color:#9ccdf7;transform:translateY(-1.5px);box-shadow:0 6px 16px #0086f529}.ui-toggle,.sim-toggle,.vg-adv-tab,.tab-btn{border:1px solid var(--ui-border);background:var(--ui-surface);color:var(--ui-text-soft);transition:transform .14s var(--ui-ease), background .16s, color .16s, border-color .16s, box-shadow .16s;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;border-radius:999px!important}.ui-toggle:hover,.sim-toggle:hover,.vg-adv-tab:hover,.tab-btn:hover{background:var(--ui-brand-soft);color:var(--ui-brand-deep);border-color:#9ccdf7;transform:translateY(-1px)}.ui-toggle.active,.sim-toggle.active,.vg-adv-tab.active,.tab-btn.active{box-shadow:var(--ui-glow);font-weight:700;background:var(--ui-grad)!important;color:#fff!important;border-color:#0000!important}.ui-toggle-group,.sim-toggle-group,.vg-adv-tabs{flex-wrap:wrap;gap:7px;display:flex}.tabs{gap:6px;background:var(--ui-surface-soft)!important;border:1px solid var(--ui-border)!important;border-radius:999px!important;padding:5px!important;box-shadow:inset 0 1px 3px #0f172a0a!important}.tabs .tab-btn{box-shadow:none;background:0 0;border-color:#0000}.tabs .tab-btn:hover{background:var(--ui-brand-soft)}html.dark .tabs{background:#0d1827!important;border-color:#1e2d45!important}html.dark .tabs .tab-btn{background:0 0;border-color:#0000}.geral-actions-trigger,.contratos-table-arrow,.ui-btn-more{width:30px;height:30px;color:var(--ui-text-faint);transition:transform .13s var(--ui-ease), background .16s, color .16s, border-color .16s, box-shadow .16s;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;padding:0;display:inline-flex}.geral-actions-trigger:hover,.contratos-table-arrow:hover,.ui-btn-more:hover,.geral-actions-trigger[data-active=true]{background:var(--ui-brand-soft);color:var(--ui-brand-deep);border-color:#0086f542;transform:translateY(-1px);box-shadow:0 4px 12px #0086f529}.financeiro-multiselect-clear{background:var(--ui-danger-soft);color:#d92b3c;transition:background .15s, color .15s, transform .13s var(--ui-ease);border:none;border-radius:999px;align-items:center;gap:5px;padding:4px 11px;font-size:11.5px;font-weight:700;display:inline-flex}.financeiro-multiselect-clear:hover{background:var(--ui-grad-danger);color:#fff;transform:translateY(-1px)}html.dark .cob-form-btn-cancel,html.dark .lote-btn,html.dark .contratos-clear-btn,html.dark .vg-adv-filter,html.dark .ui-btn-outline,html.dark .ui-btn-icon,html.dark .ui-toggle,html.dark .sim-toggle,html.dark .vg-adv-tab,html.dark .tab-btn{color:#94a3b8;background:#131e30;border-color:#1e2d45}html.dark .cob-form-btn-cancel:hover,html.dark .ui-btn-outline:hover,html.dark .ui-btn-icon:hover,html.dark .ui-toggle:hover,html.dark .sim-toggle:hover,html.dark .tab-btn:hover{color:#93c5fd;background:#17263d;border-color:#2f5d8c}@keyframes uiOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes uiModalIn{0%{opacity:0;transform:translateY(16px)scale(.965)}to{opacity:1;transform:translateY(0)scale(1)}}.cob-modal-overlay,.ui-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px)saturate(115%);backdrop-filter:blur(6px)saturate(115%);justify-content:center;align-items:center;padding:20px;animation:.18s uiOverlayIn;display:flex;position:fixed;inset:0;background:#09142680!important}.cob-modal,.ui-modal{width:100%;max-width:480px;max-height:90vh;animation:uiModalIn .24s var(--ui-ease);position:relative;overflow:hidden auto;border:1px solid var(--ui-border)!important;background:var(--ui-surface)!important;border-radius:20px!important;box-shadow:0 30px 70px #09142657,0 2px 8px #0914261a!important}.cob-modal:before,.ui-modal:before{content:"";background:var(--ui-grad);z-index:3;height:4px;display:block;position:sticky;top:0}.ui-modal--danger:before{background:var(--ui-grad-danger)}.ui-modal--warning:before{background:var(--ui-grad-warning)}.ui-modal--success:before{background:var(--ui-grad-success)}.cob-modal-header,.ui-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex;border-bottom:1px solid var(--ui-border)!important;padding:18px 24px 15px!important}.cob-modal-title,.ui-modal-title{letter-spacing:-.2px;margin-bottom:3px;font-size:17px;font-weight:800;color:var(--ui-text)!important}.cob-modal-subtitle,.ui-modal-subtitle{font-size:12.5px;color:var(--ui-text-faint)!important}.cob-modal-close,.ui-modal-close{transition:background .15s, color .15s, border-color .15s, transform .18s var(--ui-ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;width:32px!important;height:32px!important;color:var(--ui-text-faint)!important;background:0 0!important;border:1px solid #0000!important;border-radius:10px!important}.cob-modal-close:hover,.ui-modal-close:hover{transform:rotate(90deg);background:var(--ui-danger-soft)!important;color:#d92b3c!important;border-color:#ff4d5e47!important}.cob-modal-body,.ui-modal-body{flex-direction:column;gap:16px;display:flex;padding:20px 24px!important}.ui-modal-footer{border-top:1px solid var(--ui-border);justify-content:flex-end;gap:10px;padding:14px 24px 20px;display:flex}.ui-modal-icon{color:#fff;background:var(--ui-grad);width:58px;height:58px;box-shadow:var(--ui-glow), inset 0 1px 0 #ffffff4d;border-radius:19px;place-items:center;margin:6px auto 0;display:grid}.ui-modal-icon svg{width:26px;height:26px}.ui-modal-icon--danger{background:var(--ui-grad-danger);box-shadow:0 6px 18px #ff4d5e5c}.ui-modal-icon--warning{background:var(--ui-grad-warning);box-shadow:0 6px 18px #ff9f0a5c}.ui-modal-icon--success{background:var(--ui-grad-success);box-shadow:0 6px 18px #10c56d5c}.ui-modal-message{text-align:center;color:var(--ui-text-soft);font-size:14px;line-height:1.55}.ui-modal-message strong{color:var(--ui-text);font-weight:700}.ui-modal-footer .ui-btn-danger{box-shadow:0 4px 14px #ff4d5e57;background:var(--ui-grad-danger)!important;color:#fff!important;border-color:#0000!important}.ui-modal-footer .ui-btn-danger:hover{box-shadow:0 10px 26px #ff4d5e70}.ui-modal-footer>button{min-width:120px}.ui-alert{border:1px solid var(--ui-border);background:var(--ui-surface-soft);color:var(--ui-text-soft);border-radius:14px;align-items:flex-start;gap:11px;padding:13px 15px;font-size:13px;line-height:1.5;display:flex}.ui-alert-icon{color:var(--ui-brand);flex-shrink:0;margin-top:1px;display:flex}.ui-alert-title{color:var(--ui-text);margin-bottom:2px;font-weight:700;display:block}.ui-alert--info{background:var(--ui-info-soft);border-color:#0086f538}.ui-alert--info .ui-alert-icon{color:var(--ui-info)}.ui-alert--success{background:var(--ui-success-soft);border-color:#10c56d3d}.ui-alert--success .ui-alert-icon{color:var(--ui-success)}.ui-alert--warning{background:var(--ui-warning-soft);border-color:#ff9f0a42}.ui-alert--warning .ui-alert-icon{color:var(--ui-warning)}.ui-alert--danger{background:var(--ui-danger-soft);border-color:#ff4d5e3d}.ui-alert--danger .ui-alert-icon{color:var(--ui-danger)}@keyframes uiTipIn{0%{opacity:0}to{opacity:1}}.ui-tip{z-index:10050;color:#f1f6fc;letter-spacing:.1px;text-align:center;white-space:normal;pointer-events:none;background:#0d1a2d;border-radius:10px;max-width:250px;padding:8px 12px;font-size:12px;font-weight:600;line-height:1.45;animation:.12s uiTipIn;position:fixed;box-shadow:0 12px 30px #09142657}.ui-tip--top{transform:translate(-50%,-100%)}.ui-tip--bottom{transform:translate(-50%)}.ui-tip--left{text-align:right;transform:translate(-100%,-50%)}.ui-tip--right{text-align:left;transform:translateY(-50%)}.ui-tip:after{content:"";background:inherit;width:8px;height:8px;position:absolute;transform:rotate(45deg)}.ui-tip--top:after{margin-left:-4px;bottom:-3px;left:50%}.ui-tip--bottom:after{margin-left:-4px;top:-3px;left:50%}.ui-tip--left:after{margin-top:-4px;top:50%;right:-3px}.ui-tip--right:after{margin-top:-4px;top:50%;left:-3px}.ui-tip--danger{background:#8f1d28}.ui-tip--success{background:#0a6b3d}.toast{position:relative;overflow:hidden;border:1px solid var(--ui-border)!important;background:var(--ui-surface)!important;border-left:none!important;border-radius:16px!important;gap:12px!important;padding:13px 16px 13px 18px!important;box-shadow:0 16px 40px #0914262e,0 2px 6px #0914260f!important}.toast:before{content:"";background:var(--ui-grad);width:4px;position:absolute;top:0;bottom:0;left:0}.toast-success:before{background:var(--ui-grad-success)}.toast-error:before{background:var(--ui-grad-danger)}.toast-warning:before{background:var(--ui-grad-warning)}.toast-info:before{background:var(--ui-grad)}.toast-icon-wrap{flex-shrink:0;box-shadow:inset 0 1px #ffffff4d;color:#fff!important;border-radius:11px!important;width:32px!important;height:32px!important}.toast-success .toast-icon-wrap{background:var(--ui-grad-success)!important}.toast-error .toast-icon-wrap{background:var(--ui-grad-danger)!important}.toast-warning .toast-icon-wrap{background:var(--ui-grad-warning)!important}.toast-info .toast-icon-wrap{background:var(--ui-grad)!important}.toast-icon-wrap svg{stroke:#fff!important;color:#fff!important}html.dark .toast{background:#131e30!important;border-color:#1e2d45!important}.badge,.status-badge{letter-spacing:.1px;font-weight:700}.badge-blue{background:var(--ui-brand-soft);color:var(--ui-brand-deep)}.badge-green{background:var(--ui-success-soft);color:#0a8f4f}.badge-orange{background:var(--ui-warning-soft);color:#c96a00}.badge-purple{color:#6a3fe8;background:#f1ecff}.badge-teal{color:#0b8b7a;background:#dcfbf6}.badge-indigo{color:#4055d8;background:#e9edff}.status-ativo{background:var(--ui-success-soft);color:#0a8f4f}.status-ativo:before{background:var(--ui-success)}.status-pendente{background:var(--ui-warning-soft);color:#c96a00}.status-pendente:before{background:var(--ui-warning)}.status-atrasado{background:var(--ui-danger-soft);color:#d92b3c}.status-atrasado:before{background:var(--ui-danger)}.stat-icon.bg-blue{background:var(--ui-grad)!important}.stat-icon.bg-green{background:var(--ui-grad-success)!important}.stat-icon.bg-purple{background:var(--ui-grad-violet)!important}.stat-icon.bg-orange{background:var(--ui-grad-warning)!important}.stat-icon.bg-red{background:var(--ui-grad-danger)!important}.stat-icon svg{stroke:#fff!important;color:#fff!important}.stat-trend.positive{color:#0a9d58;font-weight:700}.stat-trend.negative{color:#e0313f;font-weight:700}.bar-fill{background:var(--ui-grad)!important}
