@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&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}.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}button.chip{font:inherit;font-size:12px;line-height:1.2}button.chip:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.35}button.chip.on:before{opacity:1}button.chip:hover{border-color:var(--muted)}button.chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.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}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--border)}.switch-row:last-child{border-bottom:none}.switch-row.compact{padding:8px 0}.switch-row.off .switch-text{opacity:.55}.switch-text{display:flex;flex-direction:column;gap:2px;min-width:0}.switch-label{font-size:14px;font-weight:500;color:var(--text)}.switch-hint{font-size:12px;color:var(--muted);line-height:1.35}.switch{position:relative;flex-shrink:0;width:42px;height:24px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2);padding:0;cursor:pointer;transition:background .18s ease,border-color .18s ease}.switch:hover{border-color:var(--muted)}.switch:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.switch.on{background:var(--primary);border-color:var(--primary)}.switch:disabled{cursor:not-allowed;opacity:.6}.switch-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #00000059;transition:transform .18s ease}.switch.on .switch-knob{transform:translate(18px)}.switch[aria-busy=true] .switch-knob{animation:switch-pulse .8s ease-in-out infinite}@keyframes switch-pulse{50%{opacity:.5}}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.card-head h2{margin:0;font-size:1rem}.card-head p{margin:4px 0 0}.card-foot{display:flex;align-items:center;gap:12px;margin-top:14px;flex-wrap:wrap}.user-cell{display:flex;flex-direction:column;gap:2px}.user-cell b{font-weight:600}.user-cell span{font-size:12px;color:var(--muted)}.perm-tags{display:flex;flex-wrap:wrap;gap:5px}.perm-tags .badge{font-weight:500}.perm-tags .vazio{font-size:12px;color:var(--muted);font-style:italic}.tr-edit td{background:var(--panel-2);padding:0}.user-editor{padding:18px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:24px}@media (max-width: 960px){.user-editor{grid-template-columns:1fr}}.user-editor h3{margin:0 0 6px;font-size:13px;text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-weight:600}.user-editor section+section{margin-top:20px}.user-editor .switch-row{border-color:var(--border)}.scope-list{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:6px}.scope-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:var(--panel);border:1px solid var(--border);border-radius:8px;font-size:13px}.scope-list li span{color:var(--muted)}.form .grid2 .switch-row{border-bottom:none;padding:4px 0;align-self:end}.form .grid2 .switch-row .switch-label{font-size:13px}.filtros .switch-row{border-bottom:none;padding:0;gap:10px}.certbox .switch-row{padding:6px 0 12px}:root[data-theme=dark] .dfc-app{--dfc-bg: #0f1420;--dfc-surface: #171d2b;--dfc-surface-2: #1e2534;--dfc-surface-3: #262e40;--dfc-text: #e6eaf2;--dfc-muted: #98a3b8;--dfc-muted-2: #7b869b;--dfc-border: #2a3244;--dfc-border-2: #343d52;--dfc-sombra: 0 1px 2px rgba(0, 0, 0, .35), 0 4px 14px rgba(0, 0, 0, .3);--dfc-sombra-alta: 0 3px 12px rgba(0, 0, 0, .55);--dfc-acento: #4f8cff;--dfc-acento-100: #1a2a4a;--dfc-acento-200: #24396a;--dfc-acento-700: #8ab3f8;--dfc-laranja-100: #3a2515;--dfc-erro: #f0626f;--dfc-erro-100: #3b1c22;--dfc-ok: #3ccf82;--dfc-ok-100: #16321f;--dfc-aviso: #e7b34a;--dfc-aviso-100: #3a2e12;--dfc-serie-entrada-3: #8ab3f8;--dfc-serie-saida-3: #f6b07a;--dfc-serie-saldo: #e6eaf2;--dfc-serie-fraca: #4a5568;--dfc-grade: #262e40}:root[data-theme=dark] .dfc-tooltip{background:var(--dfc-surface-3);border:1px solid var(--dfc-border-2)}:root[data-theme=dark] .dfc-logo-fundo{fill:#0b0f19}.dfc-app{--dfc-bg: #eef2f7;--dfc-surface: #ffffff;--dfc-surface-2: #f5f7fb;--dfc-surface-3: #e9edf4;--dfc-text: #16233b;--dfc-muted: #66738a;--dfc-muted-2: #8b97ab;--dfc-border: #e2e8f2;--dfc-border-2: #d8dfe9;--dfc-radius: 12px;--dfc-radius-sm: 8px;--dfc-sombra: 0 1px 2px rgba(22, 35, 59, .06), 0 4px 14px rgba(22, 35, 59, .05);--dfc-sombra-alta: 0 3px 10px rgba(22, 35, 59, .14);--dfc-acento: #1d6ff2;--dfc-acento-100: #e8f0fe;--dfc-acento-200: #c9dcfc;--dfc-acento-700: #1148ab;--dfc-laranja: #f2711d;--dfc-laranja-100: #fef0e6;--dfc-erro: #dd3344;--dfc-erro-100: #fdecee;--dfc-ok: #1a7a4c;--dfc-ok-100: #e4f5ea;--dfc-aviso: #9a5b00;--dfc-aviso-100: #fff3d6;--dfc-serie-entrada: #1d6ff2;--dfc-serie-entrada-2: #5e97f6;--dfc-serie-entrada-3: #0d3782;--dfc-serie-entrada-4: #8ab3f8;--dfc-serie-saida: #f2711d;--dfc-serie-saida-2: #f6934d;--dfc-serie-saida-3: #853a0c;--dfc-serie-saida-4: #c9560f;--dfc-serie-saldo: #16233b;--dfc-serie-fraca: #b3bdcd;--dfc-grade: #e9edf4;--dfc-peso-medio: 500;--dfc-peso-forte: 600;--dfc-peso-numero: 700;--dfc-peso-marca: 800;min-height:100vh;background:var(--dfc-bg);color:var(--dfc-text);font-family:Archivo,system-ui,sans-serif;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column}.dfc-tabela,.dfc-chart-tick,.dfc-dfc-tabela,.dfc-conta,.dfc-hbar-valor,.dfc-tooltip-linha strong{font-variant-numeric:tabular-nums}.dfc-topbar{display:flex;flex-direction:column;gap:10px;padding:12px 32px;background:var(--dfc-surface);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;gap:16px}.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:var(--dfc-serie-entrada-2)}.dfc-logo-p3{stop-color:var(--dfc-laranja)}.dfc-logo-zero{stroke:#fff;stroke-width:1;opacity:.28}.dfc-logo-ponto{fill:var(--dfc-laranja);stroke:var(--dfc-text);stroke-width:1.5}.dfc-topbar-brand{font-weight:var(--dfc-peso-marca);font-size:24px;line-height:1;letter-spacing:-.03em;color:var(--dfc-acento);background:linear-gradient(100deg,var(--dfc-acento-700) 0%,var(--dfc-acento) 55%,var(--dfc-laranja) 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-surface-2);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-2)}.dfc-topbar-acao,.dfc-btn{font-family:inherit;font-size:13px;font-weight:var(--dfc-peso-medio);color:var(--dfc-text);background:var(--dfc-surface);border:1px solid var(--dfc-border-2);border-radius:var(--dfc-radius-sm);padding:7px 12px;cursor:pointer;transition:border-color .12s ease,background .12s ease}.dfc-topbar-tema{padding-left:0;padding-right:0;width:34px;text-align:center;font-size:15px;line-height:1}.dfc-topbar-acao:hover,.dfc-btn:hover{border-color:var(--dfc-acento);color:var(--dfc-acento-700)}.dfc-btn.primaria{background:var(--dfc-acento);border-color:var(--dfc-acento);color:#fff}.dfc-btn.primaria:hover{background:var(--dfc-acento-700);color:#fff}.dfc-btn:disabled{opacity:.5;cursor:default}.dfc-main{flex:1;padding:24px 32px 56px;width:100%;max-width:1440px;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:26px;letter-spacing:-.02em}.dfc-subhead{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.dfc-meta{color:var(--dfc-muted);font-size:13px;margin:0}.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:var(--dfc-surface);border:1px solid var(--dfc-border-2);border-radius:var(--dfc-radius-sm);padding:8px 10px;min-width:140px}.dfc-field input:focus,.dfc-field select:focus{outline:2px solid var(--dfc-acento-200);border-color:var(--dfc-acento)}.dfc-tabs{display:flex;gap:2px;margin:4px 0 20px;border-bottom:1px solid var(--dfc-border);overflow-x:auto;scrollbar-width:none}.dfc-tabs::-webkit-scrollbar{display:none}.dfc-tabs button{font-family:inherit;font-weight:var(--dfc-peso-forte);font-size:14px;background:none;border:0;border-bottom:2.5px solid transparent;color:var(--dfc-muted);padding:10px 14px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;transition:color .12s ease}.dfc-tabs button:hover{color:var(--dfc-text)}.dfc-tabs button.ativa{color:var(--dfc-acento-700);border-bottom-color:var(--dfc-acento)}.dfc-tabs.secundaria{margin-bottom:16px}.dfc-tabs.secundaria button{font-size:13px;padding:8px 12px}.dfc-tab-badge{display:inline-block;min-width:18px;padding:1px 6px;border-radius:999px;font-size:11px;font-weight:var(--dfc-peso-numero);line-height:16px;text-align:center;background:var(--dfc-surface-3);color:var(--dfc-muted)}.dfc-tab-badge.critico{background:var(--dfc-erro);color:#fff}.dfc-tab-badge.atencao{background:var(--dfc-aviso-100);color:var(--dfc-aviso)}.dfc-card{background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);padding:18px 20px 20px;margin-bottom:16px}.dfc-card-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px 16px;margin-bottom:12px}.dfc-card h2{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--dfc-text);margin-bottom:0}.dfc-card>h2{margin-bottom:12px}.dfc-card-sub{font-size:12px;color:var(--dfc-muted);margin:0}.dfc-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:16px;margin-bottom:16px}.dfc-grid-2>.dfc-card{margin-bottom:0}.dfc-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:12px}.dfc-kpis.primarias{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.dfc-kpi{position:relative;background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);padding:14px 16px;min-width:0;overflow:hidden}.dfc-kpi>span{display:block;font-size:11px;font-weight:var(--dfc-peso-forte);letter-spacing:.08em;text-transform:uppercase;color:var(--dfc-muted);margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dfc-kpi>strong{display:block;font-size:22px;white-space:nowrap;font-weight:var(--dfc-peso-numero);letter-spacing:-.02em;line-height:1.1}.dfc-kpis.primarias .dfc-kpi{border-top:3px solid var(--dfc-acento);padding-top:16px}.dfc-kpis.primarias .dfc-kpi>strong{font-size:28px;font-weight:var(--dfc-peso-marca);letter-spacing:-.03em}.dfc-kpi>em{display:block;font-style:normal;font-size:12px;color:var(--dfc-muted);margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dfc-kpi.negativo>strong{color:var(--dfc-erro)}.dfc-kpi.ruptura{border-top-color:var(--dfc-erro);background:linear-gradient(180deg,var(--dfc-erro-100) 0%,var(--dfc-surface) 70%)}.dfc-kpi.ruptura>strong{color:var(--dfc-erro)}.dfc-kpi.ok{border-top-color:var(--dfc-ok)}.dfc-kpi.ok>strong{color:var(--dfc-ok)}.dfc-kpi.dda-falhando{background:var(--dfc-erro-100)}.dfc-kpi.dda-falhando em{color:var(--dfc-erro);font-weight:var(--dfc-peso-medio)}.dfc-kpi-spark{position:absolute;right:12px;bottom:10px;width:92px;height:30px;opacity:.9}.dfc-kpi.com-spark>strong,.dfc-kpi.com-spark>em{padding-right:96px}.dfc-spark-linha{fill:none;stroke:var(--dfc-serie-fraca);stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.dfc-spark-linha.acento{stroke:var(--dfc-acento)}.dfc-spark-linha.erro{stroke:var(--dfc-erro)}.dfc-spark-ponto{fill:var(--dfc-acento)}.dfc-spark-ponto.erro{fill:var(--dfc-erro)}.dfc-spark-zero{stroke:var(--dfc-border-2);stroke-width:1;vector-effect:non-scaling-stroke}.dfc-chart-wrap,.dfc-chart-caixa{position:relative}.dfc-chart{width:100%;height:auto;aspect-ratio:720 / 240;min-height:180px;display:block;overflow:visible;outline:none}.dfc-chart.baixo{aspect-ratio:720 / 160;min-height:120px}.dfc-chart:focus-visible{outline:2px solid var(--dfc-acento-200);outline-offset:4px;border-radius:4px}.dfc-chart-linha-grade{stroke:var(--dfc-grade);stroke-width:1;shape-rendering:crispEdges}.dfc-chart-zero{stroke:var(--dfc-muted-2);stroke-width:1;shape-rendering:crispEdges}.dfc-chart-tick{font-size:10.5px;fill:var(--dfc-muted)}.dfc-chart-rotulo{font-size:10.5px;font-weight:var(--dfc-peso-forte);fill:var(--dfc-text)}.dfc-chart-rotulo.erro{fill:var(--dfc-erro)}.dfc-chart-rotulo.muted{fill:var(--dfc-muted);font-weight:var(--dfc-peso-medio)}.dfc-chart-rotulo-fundo{fill:var(--dfc-surface);opacity:.85}.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.acento{stroke:var(--dfc-acento)}.dfc-chart-linha.entrada{stroke:var(--dfc-serie-entrada)}.dfc-chart-linha.saida{stroke:var(--dfc-serie-saida)}.dfc-chart-linha-prevista{stroke-dasharray:5 4;stroke:var(--dfc-acento)}.dfc-grad-topo{stop-color:var(--dfc-acento);stop-opacity:.22}.dfc-grad-base{stop-color:var(--dfc-acento);stop-opacity:.02}.dfc-chart-negativo{fill:var(--dfc-erro);opacity:.05}.dfc-chart-area-negativa{fill:var(--dfc-erro);opacity:.16}.dfc-chart-menor{fill:var(--dfc-surface);stroke:var(--dfc-serie-saldo);stroke-width:2}.dfc-chart-ruptura{fill:var(--dfc-erro);stroke:var(--dfc-surface);stroke-width:2}.dfc-chart-ruptura-linha{stroke:var(--dfc-erro);stroke-width:1;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.dfc-chart-fim{fill:var(--dfc-serie-saldo);stroke:var(--dfc-surface);stroke-width:2}.dfc-chart-foco line{stroke:var(--dfc-text);stroke-width:1;opacity:.35;vector-effect:non-scaling-stroke}.dfc-chart-foco circle{fill:var(--dfc-serie-saldo);stroke:var(--dfc-surface);stroke-width:2}.dfc-chart-foco circle.acento{fill:var(--dfc-acento)}.dfc-chart-foco circle.entrada{fill:var(--dfc-serie-entrada)}.dfc-chart-foco circle.saida{fill:var(--dfc-serie-saida)}.dfc-chart-alvo,.dfc-barra-alvo{fill:transparent}.dfc-barra-entrada{fill:var(--dfc-serie-entrada)}.dfc-barra-saida{fill:var(--dfc-serie-saida)}.dfc-barra-entrada-2{fill:var(--dfc-serie-entrada-2)}.dfc-barra-entrada-3{fill:var(--dfc-serie-entrada-3)}.dfc-barra-saida-2{fill:var(--dfc-serie-saida-2)}.dfc-barra-saida-3{fill:var(--dfc-serie-saida-3)}.dfc-barra-entrada-4{fill:var(--dfc-serie-entrada-4)}.dfc-barra-saida-4{fill:var(--dfc-serie-saida-4)}.dfc-barra-saldo{fill:var(--dfc-serie-saldo)}.dfc-barra-grupo path,.dfc-barra-grupo rect{transition:opacity .12s ease}.dfc-chart:hover .dfc-barra-grupo:not(.ativo) path,.dfc-chart:hover .dfc-barra-grupo:not(.ativo) rect:not(.dfc-barra-alvo){opacity:.4}.dfc-barra-faixa-ativa{fill:var(--dfc-text);opacity:.04}.dfc-tooltip{position:absolute;z-index:5;pointer-events:none;background:var(--dfc-text);color:#fff;border-radius:var(--dfc-radius-sm);padding:8px 10px;font-size:12px;line-height:1.4;box-shadow:var(--dfc-sombra-alta);min-width:150px;white-space:nowrap;transform:translate(14px,-50%)}.dfc-tooltip.esquerda{transform:translate(calc(-100% - 14px),-50%)}.dfc-tooltip-titulo{font-weight:var(--dfc-peso-forte);margin-bottom:4px;color:#d8dfe9}.dfc-tooltip-linha{display:flex;justify-content:space-between;align-items:center;gap:14px}.dfc-tooltip-linha span:first-child{display:inline-flex;align-items:center;gap:6px;color:#c9d3e3}.dfc-tooltip-linha strong{font-weight:var(--dfc-peso-numero)}.dfc-tooltip-linha.total{border-top:1px solid rgba(255,255,255,.18);margin-top:4px;padding-top:4px}.dfc-tooltip-linha.total span:first-child{color:#fff}.dfc-tooltip-chave{display:inline-block;width:12px;height:3px;border-radius:2px;background:var(--dfc-serie-fraca)}.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-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 18px;font-size:12px;color:var(--dfc-muted);margin-top:12px}.dfc-chart-legenda strong{color:var(--dfc-text);font-weight:var(--dfc-peso-forte);margin-left:4px}.dfc-dot{display:inline-block;width:9px;height:9px;border-radius:3px;margin-right:6px;vertical-align:-1px}.dfc-dot.linha{height:3px;width:14px;border-radius:2px;vertical-align:2px}.dfc-dot.listrado{background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.6) 0 2px,transparent 2px 4px)}.dfc-dot.tracejada{background:none!important;border-top:2px dashed var(--dfc-acento);height:0}.dfc-dot-entrada,.dfc-tooltip-chave.entrada{background:var(--dfc-serie-entrada)}.dfc-dot-entrada-2,.dfc-tooltip-chave.entrada-2{background:var(--dfc-serie-entrada-2)}.dfc-dot-entrada-3,.dfc-tooltip-chave.entrada-3{background:var(--dfc-serie-entrada-3)}.dfc-dot-saida,.dfc-tooltip-chave.saida{background:var(--dfc-serie-saida)}.dfc-dot-saida-2,.dfc-tooltip-chave.saida-2{background:var(--dfc-serie-saida-2)}.dfc-dot-saida-3,.dfc-tooltip-chave.saida-3{background:var(--dfc-serie-saida-3)}.dfc-dot-entrada-4,.dfc-tooltip-chave.entrada-4{background:var(--dfc-serie-entrada-4)}.dfc-dot-saida-4,.dfc-tooltip-chave.saida-4{background:var(--dfc-serie-saida-4)}.dfc-dot-saldo{background:var(--dfc-serie-saldo)}.dfc-tooltip-chave.saldo{background:#fff}.dfc-dot-previsto,.dfc-tooltip-chave.previsto{background:var(--dfc-acento)}.dfc-dot-realizado{background:var(--dfc-serie-saldo)}.dfc-tooltip-chave.realizado{background:#fff}.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);border-radius:50%}.dfc-dot-ruptura{background:var(--dfc-erro);border-radius:50%}.dfc-dot-negativo{background:var(--dfc-erro);opacity:.18}.dfc-hbars{display:grid;gap:10px}.dfc-hbar{display:grid;grid-template-columns:minmax(130px,1.1fr) 2fr auto;align-items:center;gap:12px;font-size:13px}.dfc-hbar-rotulo{display:flex;flex-direction:column;min-width:0}.dfc-hbar-rotulo strong{font-weight:var(--dfc-peso-medio);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dfc-hbar-rotulo small{font-size:11px;color:var(--dfc-muted)}.dfc-hbar-trilho{position:relative;height:10px;border-radius:5px;background:var(--dfc-surface-3);overflow:hidden}.dfc-hbar-fill{position:absolute;inset:0 auto 0 0;border-radius:5px;background:var(--dfc-serie-entrada);transition:width .26s ease}.dfc-hbar-fill.saida{background:var(--dfc-serie-saida)}.dfc-hbar-fill.pendente{background:repeating-linear-gradient(135deg,rgba(255,255,255,.6) 0 3px,transparent 3px 6px);border-radius:0 5px 5px 0}.dfc-hbar-valor{text-align:right;white-space:nowrap;font-weight:var(--dfc-peso-forte)}.dfc-hbar-valor small{font-weight:400;color:var(--dfc-muted);margin-left:6px}.dfc-alertas-resumo{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);font-size:13px;border-left:4px solid var(--dfc-border-2)}.dfc-alertas-resumo.critico{border-left-color:var(--dfc-erro)}.dfc-alertas-resumo.atencao{border-left-color:var(--dfc-laranja)}.dfc-alertas-resumo.ok{border-left-color:var(--dfc-ok)}.dfc-alertas-resumo-texto{color:var(--dfc-muted);margin-right:auto}.dfc-sev{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:var(--dfc-peso-numero);letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:999px;white-space:nowrap;line-height:1.3}.dfc-sev:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.dfc-sev.critico{background:var(--dfc-erro-100);color:var(--dfc-erro)}.dfc-sev.atencao{background:var(--dfc-aviso-100);color:var(--dfc-aviso)}.dfc-sev.info{background:var(--dfc-acento-100);color:var(--dfc-acento-700)}.dfc-sev.ok{background:var(--dfc-ok-100);color:var(--dfc-ok)}.dfc-alertas-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin-bottom:16px}.dfc-alertas-kpi{background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);padding:14px 16px;border:2px solid transparent;cursor:pointer;text-align:left;font-family:inherit;color:inherit;display:flex;flex-direction:column;gap:8px;transition:border-color .12s ease}.dfc-alertas-kpi:hover{border-color:var(--dfc-border-2)}.dfc-alertas-kpi.ativa{border-color:var(--dfc-acento)}.dfc-alertas-kpi strong{font-size:28px;font-weight:var(--dfc-peso-marca);letter-spacing:-.03em;line-height:1}.dfc-alertas-kpi.critico strong{color:var(--dfc-erro)}.dfc-alertas-kpi.atencao strong{color:var(--dfc-aviso)}.dfc-alertas-kpi.info strong{color:var(--dfc-acento-700)}.dfc-alertas-lista{display:grid;gap:8px;margin-bottom:16px}.dfc-alerta-item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px 14px;background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);padding:12px 16px;font-size:13px;line-height:1.45;border-left:4px solid var(--dfc-border-2)}.dfc-alerta-item.critico{border-left-color:var(--dfc-erro)}.dfc-alerta-item.atencao{border-left-color:var(--dfc-laranja)}.dfc-alerta-item.info{border-left-color:var(--dfc-acento)}.dfc-alerta-corpo{min-width:0}.dfc-alerta-corpo p{margin:0}.dfc-alerta-valores{color:var(--dfc-muted);font-size:12px;margin-top:2px}.dfc-alerta-detalhe{color:var(--dfc-muted);font-size:12px;margin-top:4px}.dfc-alerta-acao{white-space:nowrap;align-self:center}.dfc-alerta-grupo{margin:20px 0 8px;font-size:12px;color:var(--dfc-muted);letter-spacing:.06em;text-transform:uppercase;font-weight:var(--dfc-peso-forte)}.dfc-alerta-grupo:first-child{margin-top:0}.dfc-vazio{background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);padding:32px 20px;text-align:center;color:var(--dfc-muted);font-size:13px}.dfc-vazio strong{display:block;color:var(--dfc-ok);font-size:15px;margin-bottom:4px}.dfc-alerta{background:var(--dfc-erro-100);color:var(--dfc-erro);border-radius:var(--dfc-radius);padding:12px 16px;margin-bottom:16px;font-size:13px}.dfc-contas{display:grid;gap:8px}.dfc-conta{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;background:var(--dfc-surface-2);border-radius:var(--dfc-radius-sm);padding:12px 14px;font-size:13px}.dfc-conta>strong:last-child{font-size:18px;font-weight:var(--dfc-peso-numero);letter-spacing:-.02em}.dfc-conta .velha{color:var(--dfc-erro);font-weight:var(--dfc-peso-forte)}.dfc-conta-fonte{color:var(--dfc-muted);font-size:12px;margin-top:2px}.dfc-filtros{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:12px}.dfc-filtros-mais{margin-bottom:16px}.dfc-filtros-mais summary{cursor:pointer;font-size:12px;color:var(--dfc-acento-700);font-weight:var(--dfc-peso-forte);margin-bottom:10px;list-style:none}.dfc-filtros-mais summary::-webkit-details-marker{display:none}.dfc-filtros-mais summary:before{content:"+";display:inline-block;width:14px}.dfc-filtros-mais[open] summary:before{content:"−"}.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;border-bottom:1px solid var(--dfc-border);vertical-align:middle}.dfc-tabela th{color:var(--dfc-muted);font-weight:var(--dfc-peso-forte);font-size:11px;letter-spacing:.06em;text-transform:uppercase;background:var(--dfc-surface-2);border-bottom-color:var(--dfc-border-2)}.dfc-tabela tbody tr:hover td{background:var(--dfc-surface-2)}.dfc-tabela th.num,.dfc-tabela td.num{text-align:right;white-space:nowrap}.dfc-tabela td.entrada{color:var(--dfc-acento-700);font-weight:var(--dfc-peso-forte)}.dfc-tabela td.saida{color:var(--dfc-serie-saida-4);font-weight:var(--dfc-peso-forte)}.dfc-tabela a{color:var(--dfc-acento-700);font-weight:var(--dfc-peso-forte);text-decoration:none}.dfc-tabela a:hover{text-decoration:underline}.dfc-tabela a.dfc-doc{display:inline-block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.dfc-tabela td.vazio{text-align:center;color:var(--dfc-muted);padding:24px}.dfc-dfc-tabela{width:100%;border-collapse:separate;border-spacing:0;font-size:12.5px}.dfc-dfc-tabela th,.dfc-dfc-tabela td{padding:8px 10px;border-bottom:1px solid var(--dfc-border);white-space:nowrap;text-align:right}.dfc-dfc-tabela th:first-child,.dfc-dfc-tabela td:first-child{text-align:left;position:sticky;left:0;background:var(--dfc-surface);z-index:1;border-right:1px solid var(--dfc-border);min-width:220px}.dfc-dfc-tabela thead th{color:var(--dfc-muted);font-size:11px;letter-spacing:.04em;text-transform:uppercase;background:var(--dfc-surface-2);border-bottom-color:var(--dfc-border-2)}.dfc-dfc-tabela thead th:first-child{background:var(--dfc-surface-2)}.dfc-dfc-tabela tr.saldo td{font-weight:var(--dfc-peso-numero);background:var(--dfc-surface-2)}.dfc-dfc-tabela tr.saldo td:first-child{background:var(--dfc-surface-2)}.dfc-dfc-tabela tr.entrada td:first-child{color:var(--dfc-acento-700)}.dfc-dfc-tabela tr.saida td:first-child{color:var(--dfc-serie-saida-4)}.dfc-dfc-tabela td.neg{color:var(--dfc-erro)}.dfc-dfc-tabela td.zero{color:var(--dfc-muted-2)}.dfc-badge{display:inline-block;font-size:11px;font-weight:var(--dfc-peso-forte);padding:2px 8px;border-radius:999px;background:var(--dfc-surface-3);color:var(--dfc-muted);margin-right:4px;white-space:nowrap}.dfc-badge.estimada{background:var(--dfc-aviso-100);color:var(--dfc-aviso)}.dfc-badge.vencido{background:var(--dfc-erro-100);color:var(--dfc-erro)}.dfc-badge.pendente{background:var(--dfc-aviso-100);color:var(--dfc-aviso)}.dfc-badge.ok,.dfc-badge.conciliado{background:var(--dfc-ok-100);color:var(--dfc-ok)}.dfc-badge.info{background:var(--dfc-acento-100);color:var(--dfc-acento-700)}.dfc-btn-link{font-family:inherit;font-weight:var(--dfc-peso-forte);font-size:13px;color:var(--dfc-acento-700);background:none;border:0;padding:0;cursor:pointer}.dfc-btn-link:hover{text-decoration:underline}.dfc a.dfc-link{color:var(--dfc-acento-700);font-weight:var(--dfc-peso-forte);text-decoration:none}.dfc-qtd{font-style:normal;color:var(--dfc-muted);font-size:12px}.dfc-form-conciliar{margin-bottom:16px;border:1px solid var(--dfc-acento-200)}.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:var(--dfc-surface);border:1px solid var(--dfc-border-2);border-radius:var(--dfc-radius-sm);padding:6px 12px;cursor:pointer;color:var(--dfc-text)}.dfc-paginacao button:disabled{opacity:.45;cursor:default}.dfc-voltar{display:inline-block;color:var(--dfc-acento-700);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-dl dd{margin:0}.dfc-nota{font-size:12px;color:var(--dfc-muted);margin:8px 0 0}.dfc-acoes{display:flex;gap:8px;flex-wrap:wrap}.dfc-acoes button{font-family:inherit;font-weight:var(--dfc-peso-medio);font-size:13px;background:var(--dfc-surface);border:1px solid var(--dfc-border-2);border-radius:var(--dfc-radius-sm);padding:7px 12px;cursor:pointer;color:var(--dfc-text)}.dfc-acoes button:hover{border-color:var(--dfc-acento);color:var(--dfc-acento-700)}.dfc-acoes button[type=submit]{background:var(--dfc-acento);border-color:var(--dfc-acento);color:#fff}.dfc-acoes button[type=submit]:hover{background:var(--dfc-acento-700);color:#fff}.dfc-details{background:var(--dfc-surface);border-radius:var(--dfc-radius);box-shadow:var(--dfc-sombra);padding:4px 20px;margin-bottom:16px}.dfc-details summary{cursor:pointer;padding:12px 0;font-size:13px;font-weight:var(--dfc-peso-forte);letter-spacing:.06em;text-transform:uppercase;color:var(--dfc-muted);list-style:none;display:flex;align-items:center;gap:10px}.dfc-details summary::-webkit-details-marker{display:none}.dfc-details summary:before{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);transition:transform .16s ease}.dfc-details[open] summary:before{transform:rotate(45deg)}.dfc-details[open] summary{color:var(--dfc-text)}.dfc-details>*:not(summary){padding-bottom:16px}.dfc-details.leve{box-shadow:none;background:none;padding:0;margin:8px 0 0}.dfc-details.leve summary{padding:6px 0;font-size:12px;text-transform:none;letter-spacing:0;color:var(--dfc-acento-700)}.dfc-details.leve>*:not(summary){padding-bottom:4px}@media (max-width: 720px){.dfc-topbar{padding:10px 16px}.dfc-main{padding:16px 16px 40px}.dfc-hbar{grid-template-columns:1fr;gap:4px}.dfc-hbar-valor{text-align:left}.dfc-alerta-item{grid-template-columns:auto 1fr}.dfc-alerta-acao{grid-column:2}.dfc-kpi.com-spark>strong,.dfc-kpi.com-spark>em{padding-right:0}.dfc-kpi-spark{display:none}}@media print{.dfc-topbar,.dfc-tabs,.dfc-filtros,.dfc-filtros-mais,.dfc-paginacao,.dfc-acoes,.dfc-tooltip,.dfc-alertas-resumo button{display:none!important}.dfc-app{background:#fff}.dfc-main{max-width:none;padding:0}.dfc-card,.dfc-kpi{box-shadow:none;border:1px solid var(--dfc-border)}.dfc-chart{break-inside:avoid}}
