@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap";:root{--bg: #0f1115;--panel: #171a21;--panel-2: #1e222b;--border: #2a2f3a;--text: #e6e9ef;--muted: #8b93a3;--primary: #4f8cff;--primary-d: #3b6fd4;--ok: #2fbf71;--warn: #e0a53b;--info: #4f8cff;--erro: #e5484d;--code-bg: #0b0d11}:root[data-theme=light]{--bg: #f3f5f9;--panel: #ffffff;--panel-2: #eef1f6;--border: #e3e7ef;--text: #1a2230;--muted: #6a7385;--primary: #3b6fd4;--primary-d: #2f5bb0;--ok: #1a9e5a;--warn: #b9770f;--info: #3b6fd4;--erro: #d4373c;--code-bg: #f1f4f9}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:20px;margin:0 0 16px}h2{font-size:16px}pre{overflow-x:auto;background:var(--code-bg);padding:12px;border-radius:8px;font-size:12px}.app{display:flex;min-height:100vh}.sidebar{width:230px;background:var(--panel);border-right:1px solid var(--border);padding:20px 14px;display:flex;flex-direction:column;gap:6px}.sidebar nav{display:flex;flex-direction:column;gap:4px;margin-top:12px;flex:1}.sidebar nav a{padding:9px 12px;border-radius:8px;color:var(--muted);font-weight:500}.sidebar nav a:hover{background:var(--panel-2);text-decoration:none;color:var(--text)}.sidebar nav a.active{background:var(--primary);color:#fff}.nav-grupo{display:flex;flex-direction:column;gap:2px;margin-top:16px}.nav-grupo:first-child{margin-top:0}.nav-grupo h2{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);opacity:.7;margin:0 0 4px;padding:0 12px}.nav-vazio{padding:9px 12px;font-size:13px;color:var(--muted);opacity:.5;font-style:italic}.content{flex:1;padding:28px 32px;max-width:1200px}.brand{font-size:18px;font-weight:700;letter-spacing:-.3px}.brand span{color:var(--primary)}.brand.center{text-align:center}.brand-sub{font-size:11px;color:var(--muted);letter-spacing:.02em;margin-top:1px}.brand-sub.center{text-align:center;margin-bottom:10px}.logout{background:none;border:1px solid var(--border);color:var(--muted);padding:8px;border-radius:8px;cursor:pointer}.logout:hover{color:var(--text)}.side-actions{display:flex;gap:8px}.side-actions .logout{flex:1;font-size:13px}.theme-fab{position:fixed;top:18px;right:18px;width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:16px;cursor:pointer}.theme-fab:hover{border-color:var(--primary)}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:18px;margin-bottom:16px}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin-bottom:12px}.metric{display:flex;flex-direction:column;gap:10px}.metric strong{font-size:30px}.login-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh}.login-card{width:340px;display:flex;flex-direction:column;gap:12px}label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted);margin-bottom:4px}input,select{background:var(--panel-2);border:1px solid var(--border);color:var(--text);padding:9px 10px;border-radius:8px;font-size:14px}input:focus,select:focus{outline:none;border-color:var(--primary)}input:disabled{opacity:.6}.form .grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.certbox{border:1px dashed var(--border);border-radius:10px;padding:14px;margin:16px 0}.certbox legend{color:var(--muted);padding:0 6px}.row-form{display:flex;gap:10px;align-items:center}.row-form input{flex:1}.btn{background:var(--panel-2);border:1px solid var(--border);color:var(--text);padding:9px 14px;border-radius:8px;cursor:pointer;font-size:14px}.btn:hover{border-color:var(--muted)}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-d)}.btn.small{padding:5px 10px;font-size:12px}.btn.danger{color:var(--erro);border-color:var(--erro)}.btn:disabled{opacity:.5;cursor:not-allowed}.table{width:100%;border-collapse:collapse;background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden}.table th,.table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}.table th{color:var(--muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.table tr:last-child td{border-bottom:none}.acoes{display:flex;gap:6px}.erro-cell{color:var(--erro);font-size:12px}.badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600;background:var(--panel-2);border:1px solid var(--border)}.badge-ok{background:#2fbf7126;color:var(--ok);border-color:transparent}.badge-warn{background:#e0a53b26;color:var(--warn);border-color:transparent}.badge-info{background:#4f8cff26;color:var(--info);border-color:transparent}.badge-erro{background:#e5484d26;color:var(--erro);border-color:transparent}.page-head{display:flex;justify-content:space-between;align-items:center}.muted{color:var(--muted)}.filtros{display:flex;gap:10px;margin-bottom:14px}.paginacao{display:flex;gap:12px;align-items:center;margin-top:14px;color:var(--muted)}.alert{padding:10px 14px;border-radius:8px;margin-bottom:14px}.alert.erro{background:#e5484d1f;color:#ff9ea1;border:1px solid rgba(229,72,77,.3)}.alert.ok{background:#2fbf711f;color:#7ee2ac;border:1px solid rgba(47,191,113,.3)}.alert.warn{background:#e0a53b24;color:var(--warn);border:1px solid rgba(224,165,59,.35)}.alert.limbo{background:#b91c1c;color:#fff;border:1px solid #7f1d1d;font-size:14px}.alert.limbo strong{color:#fff}.label.check,label.check{display:flex;align-items:center;gap:8px;margin:8px 0}label.check input{width:auto}.token-reveal code{display:block;margin-top:6px;word-break:break-all;font-size:13px;color:var(--text)}.kv{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px;margin:0}.kv dt{color:var(--muted);font-size:12px}.kv dd{margin:2px 0 0}details summary{cursor:pointer;font-weight:600;color:var(--muted)}.tenant-tag{font-size:12px;color:var(--primary);background:#4f8cff1f;padding:5px 10px;border-radius:8px;margin:4px 0 8px}.user-line{font-size:12px;color:var(--muted);margin-top:auto;padding:6px 4px}.chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:10px}.chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);padding:4px 9px;border-radius:999px;cursor:pointer}.chip.on{color:#fff;background:var(--primary);border-color:var(--primary)}.chip input{width:auto}.kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-bottom:16px}.kpi{display:flex;flex-direction:column;gap:6px}.kpi-label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px}.kpi strong{font-size:24px;letter-spacing:-.5px}.kpi-sub{color:var(--muted);font-size:12px}.kpi-sub.erro-text,.erro-text{color:var(--erro)}.cards2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 860px){.cards2{grid-template-columns:1fr}}.dot{width:9px;height:9px;border-radius:999px;display:inline-block;background:var(--muted)}.dot.ok{background:var(--ok)}.dot.info{background:var(--info)}.dot.warn{background:var(--warn)}.dot.erro{background:var(--erro)}.healthbar{display:flex;height:12px;border-radius:999px;overflow:hidden;background:var(--panel-2);margin:12px 0}.seg{height:100%}.seg.ok{background:var(--ok)}.seg.info{background:var(--info)}.seg.warn{background:var(--warn)}.seg.erro{background:var(--erro)}.legend{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:13px}.legend span{display:inline-flex;align-items:center;gap:6px}.legend b{color:var(--text)}.statlist{list-style:none;margin:8px 0 0;padding:0}.statlist li{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border)}.statlist li:last-child{border-bottom:none}.statlist li span{display:inline-flex;align-items:center;gap:8px;color:var(--muted)}.statlist li b{font-size:15px}.statlist li.total b{color:var(--primary)}.row-click{cursor:pointer}.row-click:hover{background:var(--panel-2)}.num{text-align:right;font-variant-numeric:tabular-nums}.banco{display:inline-flex;align-items:center;gap:8px}.banco-logo{width:26px;height:26px;border-radius:6px;flex-shrink:0}.banco-mark{width:26px;height:26px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.banco-nome{font-size:13px;white-space:nowrap}.txt-erro{color:var(--erro)}.badge.small{font-size:10px;padding:2px 6px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:flex-end;z-index:50}.drawer{width:460px;max-width:92vw;background:var(--panel);height:100%;overflow-y:auto;padding:20px;border-left:1px solid var(--border)}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start}.drawer-head h2{margin:2px 0 0;font-size:18px}.drawer-sub{display:grid;gap:10px;padding:14px 0;margin-bottom:6px;border-bottom:1px solid var(--border)}.drawer-sub .chips{gap:8px}.small{font-size:11px}.timeline{padding:14px 0;display:flex;flex-direction:column;gap:16px}.tl-item{display:flex;gap:12px;position:relative}.tl-item:not(:last-child):before{content:"";position:absolute;left:4px;top:16px;bottom:-16px;width:2px;background:var(--border)}.tl-dot{width:10px;height:10px;border-radius:999px;margin-top:4px;flex-shrink:0;background:var(--muted);z-index:1}.tl-dot.ok{background:var(--ok)}.tl-dot.info{background:var(--info)}.tl-dot.erro{background:var(--erro)}.tl-body{flex:1}.tl-title{display:flex;align-items:center;gap:8px;font-weight:600}.chart-row{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:16px}@media (max-width: 900px){.chart-row{grid-template-columns:1fr}}.card h2{margin:0 0 12px}.chart{width:100%;height:150px;display:block}.donut-wrap{display:flex;align-items:center;gap:18px}.donut{width:140px;height:140px;flex-shrink:0}.donut-num{font-size:26px;font-weight:700;fill:var(--text)}.donut-lbl{font-size:10px;fill:var(--muted)}.legend.col{flex-direction:column;gap:8px;align-items:flex-start}.bars{display:flex;align-items:flex-end;gap:14px;height:150px;padding-top:6px}.barcol{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.bar-pair{flex:1;display:flex;align-items:flex-end;gap:4px;width:100%;justify-content:center}.bar{width:26%;min-height:2px;border-radius:3px 3px 0 0;transition:height .3s}.bar-lbl{font-size:11px;color:var(--muted)}.hbars{display:flex;flex-direction:column;gap:10px}.hbar{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:10px}.hbar-lbl{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hbar-track{height:10px;background:var(--panel-2);border-radius:999px;overflow:hidden}.hbar-fill{display:block;height:100%;border-radius:999px}.hbar-val{font-size:12px;font-variant-numeric:tabular-nums}.secao{font-size:15px;margin:26px 0 12px;color:var(--muted);font-weight:600}.dfc-app{--dfc-bg: #f3f2f2;--dfc-surface: #eae9e9;--dfc-text: #201e1d;--dfc-muted: #6b6764;--dfc-acento: #ec3013;--dfc-erro: #dd3344;--dfc-ok: #1a7a4c;--dfc-radius: 12px;--dfc-border: #d6d3d2;--dfc-peso-medio: 500;--dfc-peso-forte: 600;--dfc-peso-numero: 700;--dfc-serie-entrada: #1a7a4c;--dfc-serie-saida: #c2643c;--dfc-serie-saldo: #2f4858;--dfc-serie-fraca: #b9b5b3;--dfc-grade: #dedbda;min-height:100vh;background:var(--dfc-bg);color:var(--dfc-text);font-family:Archivo,system-ui,sans-serif;-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums;display:flex;flex-direction:column}.dfc-topbar{display:flex;flex-direction:column;gap:10px;padding:14px 32px;background:#fff;border-bottom:1px solid var(--dfc-border);position:sticky;top:0;z-index:10}.dfc-topbar-linha{display:flex;justify-content:space-between;align-items:center}.dfc-topbar-filtros{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.dfc-topbar-marca{display:flex;align-items:center;gap:10px}.dfc-logo{flex:none;transition:width .16s ease,height .16s ease}.dfc-logo-fundo{fill:var(--dfc-text)}.dfc-logo-p1{stop-color:var(--dfc-serie-entrada)}.dfc-logo-p2{stop-color:#7fb3c9}.dfc-logo-p3{stop-color:var(--dfc-acento)}.dfc-logo-zero{stroke:#fff;stroke-width:1;opacity:.28}.dfc-logo-ponto{fill:var(--dfc-acento);stroke:var(--dfc-text);stroke-width:1.5}.dfc-topbar-brand{font-weight:var(--dfc-peso-numero);font-size:26px;line-height:1;letter-spacing:-.03em;color:var(--dfc-acento);background:linear-gradient(100deg,var(--dfc-serie-entrada) 0%,var(--dfc-serie-saldo) 45%,var(--dfc-acento) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dfc-topbar-sub{font-size:12px;color:var(--dfc-muted);letter-spacing:.06em;text-transform:uppercase;border-left:1px solid var(--dfc-border);padding-left:10px;margin-left:2px}.dfc-topbar-controle{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dfc-topbar-toggle{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-size:12px;font-weight:var(--dfc-peso-medio);color:var(--dfc-muted);background:none;border:0;padding:2px 0;cursor:pointer}.dfc-topbar-toggle:hover{color:var(--dfc-text)}.dfc-topbar-chevron{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .16s ease;margin-top:-3px}.dfc-topbar.recolhida .dfc-topbar-chevron{transform:rotate(-135deg);margin-top:2px}.dfc-topbar-resumo{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:var(--dfc-muted)}.dfc-topbar-resumo-item{background:var(--dfc-bg);border:1px solid var(--dfc-border);border-radius:999px;padding:2px 9px;white-space:nowrap}.dfc-topbar-painel[hidden]{display:none}.dfc-topbar-user{display:flex;gap:12px;align-items:center;font-size:13px;color:var(--dfc-muted)}.dfc-topbar-tenant{font-weight:var(--dfc-peso-forte);color:var(--dfc-text)}.dfc-topbar-usuario:before{content:"·";margin-right:12px;color:var(--dfc-border)}.dfc-topbar-acao{font-family:inherit;font-size:13px;color:var(--dfc-muted);background:none;border:1px solid var(--dfc-border);border-radius:var(--dfc-radius);padding:6px 12px;cursor:pointer}.dfc-topbar-acao:hover{color:var(--dfc-text);border-color:var(--dfc-text)}.dfc-main{flex:1;padding:28px 32px 48px;width:100%;max-width:1400px;align-self:center}.dfc h1,.dfc h2,.dfc h3{font-weight:var(--dfc-peso-forte);margin:0}.dfc-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:20px}.dfc-head h1{font-size:28px;letter-spacing:-.02em}.dfc-subhead{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.dfc-meta{color:var(--dfc-muted);font-size:13px;margin:0}.dfc-seletores{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.dfc-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--dfc-muted)}.dfc-field input,.dfc-field select{font-family:inherit;font-size:13px;color:var(--dfc-text);background:#fff;border:1px solid var(--dfc-border);border-radius:var(--dfc-radius);padding:8px 10px;min-width:140px}.dfc-tabs{display:flex;gap:4px;margin:8px 0 20px;border-bottom:1px solid var(--dfc-border)}.dfc-tabs button{font-family:inherit;font-weight:var(--dfc-peso-forte);font-size:13px;background:none;border:0;border-bottom:2px solid transparent;color:var(--dfc-muted);padding:10px 14px;cursor:pointer}.dfc-tabs button.ativa{color:var(--dfc-acento);border-bottom-color:var(--dfc-acento)}.dfc-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:20px}.dfc-kpi{background:var(--dfc-surface);border-radius:var(--dfc-radius);padding:16px}.dfc-kpi span{display:block;font-size:12px;color:var(--dfc-muted);margin-bottom:8px}.dfc-kpi strong{font-size:22px;white-space:nowrap;font-weight:var(--dfc-peso-numero);letter-spacing:-.015em;line-height:1.15}.dfc-kpi em{display:block;font-style:normal;font-size:12px;color:var(--dfc-muted);margin-top:6px}.dfc-kpi.dda-falhando{background:#fde8ea}.dfc-kpi.dda-falhando em{color:var(--dfc-erro);font-weight:var(--dfc-peso-medio)}.dfc-card{background:var(--dfc-surface);border-radius:var(--dfc-radius);padding:20px;margin-bottom:16px}.dfc-card h2{font-size:16px;margin-bottom:12px}.dfc-chart-wrap{position:relative}.dfc-chart{width:100%;height:auto;aspect-ratio:720 / 200;min-height:180px;display:block;overflow:visible}.dfc-chart-linha-grade{stroke:var(--dfc-grade);stroke-width:1;shape-rendering:crispEdges}.dfc-chart-zero{stroke:var(--dfc-muted);stroke-width:1;opacity:.45;shape-rendering:crispEdges}.dfc-chart-tick{font-size:10px;fill:var(--dfc-muted);font-variant-numeric:tabular-nums}.dfc-chart-linha{fill:none;stroke:var(--dfc-serie-saldo);stroke-width:2;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.dfc-chart-linha-prevista{stroke-dasharray:6 4}.dfc-grad-topo{stop-color:var(--dfc-serie-saldo);stop-opacity:.2}.dfc-grad-base{stop-color:var(--dfc-serie-saldo);stop-opacity:.02}.dfc-chart-negativo{fill:var(--dfc-erro);opacity:.05}.dfc-chart-menor{fill:var(--dfc-surface);stroke:var(--dfc-serie-saldo);stroke-width:2}.dfc-chart-ruptura{fill:var(--dfc-acento);stroke:#fff;stroke-width:2}.dfc-chart-foco line{stroke:var(--dfc-text);stroke-width:1;opacity:.25}.dfc-chart-foco circle{fill:var(--dfc-serie-saldo);stroke:#fff;stroke-width:2}.dfc-barra-alvo{fill:transparent}.dfc-barra-entrada{fill:var(--dfc-serie-entrada)}.dfc-barra-saida{fill:var(--dfc-serie-saida)}.dfc-barra-grupo rect{transition:opacity .12s ease}.dfc-chart:hover .dfc-barra-grupo:not(.ativo) .dfc-barra-entrada,.dfc-chart:hover .dfc-barra-grupo:not(.ativo) .dfc-barra-saida{opacity:.45}.dfc-chart-leitura{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 16px;margin:10px 0 0;min-height:20px;font-size:13px}.dfc-chart-leitura strong{font-weight:var(--dfc-peso-numero);font-size:15px}.dfc-chart-periodo{font-weight:var(--dfc-peso-forte)}.dfc-chart-par{display:inline-flex;align-items:center;gap:6px;color:var(--dfc-muted)}.dfc-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dfc-chart-dica{color:var(--dfc-muted);font-size:12px}.dfc-chart-legenda{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:12px;color:var(--dfc-muted);margin-top:10px}.dfc-dot-entrada{background:var(--dfc-serie-entrada)}.dfc-dot-saida{background:var(--dfc-serie-saida)}.dfc-dot-previsto{background:var(--dfc-serie-saldo)}.dfc-dot-ausente{background:var(--dfc-serie-fraca)}.dfc-dot-menor{background:var(--dfc-surface);box-shadow:inset 0 0 0 2px var(--dfc-serie-saldo)}.dfc-dot-ruptura{background:var(--dfc-acento)}.dfc-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.dfc-contas{display:grid;gap:8px}.dfc-conta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;background:#fff;border-radius:var(--dfc-radius);padding:12px 14px;font-size:13px}.dfc-conta .velha{color:var(--dfc-erro);font-weight:var(--dfc-peso-forte)}.dfc-filtros{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:16px}.dfc-tabela-wrap{overflow-x:auto}.dfc-tabela{width:100%;border-collapse:collapse;font-size:13px}.dfc-tabela th,.dfc-tabela td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--dfc-border)}.dfc-tabela th{color:var(--dfc-muted);font-weight:400;font-size:12px}.dfc-tabela a{color:var(--dfc-acento);font-weight:var(--dfc-peso-forte);text-decoration:none}.dfc-badge{display:inline-block;font-size:11px;font-weight:var(--dfc-peso-forte);padding:2px 8px;border-radius:999px;background:#fff;color:var(--dfc-muted)}.dfc-badge.estimada{background:#fff3cd;color:#856404}.dfc-badge.vencido{background:#fde8ea;color:var(--dfc-erro)}.dfc-badge.pendente{background:#fff3cd;color:#856404}.dfc-badge.ok{background:#e4f5ea;color:var(--dfc-ok)}.dfc-btn-link{font-family:inherit;font-weight:var(--dfc-peso-forte);font-size:13px;color:var(--dfc-acento);background:none;border:0;padding:0;cursor:pointer}.dfc-qtd{font-style:normal;color:var(--dfc-muted);font-size:12px}.dfc-form-conciliar{margin-bottom:16px}.dfc-paginacao{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:13px;color:var(--dfc-muted)}.dfc-paginacao button{font-family:inherit;background:#fff;border:1px solid var(--dfc-border);border-radius:var(--dfc-radius);padding:6px 12px;cursor:pointer}.dfc-alerta{background:#fde8ea;color:var(--dfc-erro);border-radius:var(--dfc-radius);padding:12px 16px;margin-bottom:16px}.dfc-voltar{display:inline-block;color:var(--dfc-acento);font-weight:var(--dfc-peso-forte);text-decoration:none;margin-bottom:12px}.dfc-dl{display:grid;grid-template-columns:180px 1fr;gap:8px 16px;font-size:13px}.dfc-dl dt{color:var(--dfc-muted)}.dfc-nota{font-size:12px;color:var(--dfc-muted);margin:8px 0 0}.dfc-acoes{display:flex;gap:8px}.dfc-acoes button{font-family:inherit;font-weight:var(--dfc-peso-forte);font-size:13px;background:#fff;border:1px solid var(--dfc-border);border-radius:var(--dfc-radius);padding:8px 12px;cursor:pointer}.dfc-alertas-lista{display:grid;gap:8px;margin-bottom:16px}.dfc-alerta-item{border-radius:var(--dfc-radius);padding:12px 16px;font-size:13px}.dfc-alerta-item.critico{background:#fde8ea;color:var(--dfc-erro)}.dfc-alerta-item.atencao{background:#fff3cd;color:#856404}.dfc-alerta-item.info{background:#fff;color:var(--dfc-muted)}@media print{.dfc-topbar,.dfc-tabs,.dfc-seletores,.dfc-filtros,.dfc-paginacao,.dfc-acoes{display:none!important}.dfc-app{background:#fff}.dfc-main{max-width:none;padding:0}.dfc-chart{break-inside:avoid}}
