.chart-title-with-help{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:var(--text);line-height:1.25}h3.chart-title-with-help{font-size:.8rem;margin-bottom:.35rem}.chart-title-text{flex:1;min-width:0}.chart-help-details{position:relative;flex-shrink:0}.chart-help-summary{list-style:none;cursor:pointer;width:1.35rem;height:1.35rem;border-radius:50%;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:.75rem;font-weight:700;line-height:1.2;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.chart-help-summary:hover{color:var(--accent);border-color:var(--accent-dim)}.chart-help-summary::-webkit-details-marker{display:none}.chart-help-panel{position:absolute;right:0;top:calc(100% + 6px);z-index:5;width:min(320px,80vw);padding:.65rem .75rem;font-size:.78rem;font-weight:400;line-height:1.45;color:var(--text);background:var(--surface2);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #00000059}@media(max-width:480px){.chart-help-panel{left:0;right:auto;width:min(100%,280px)}}:root{color-scheme:dark;--bg: #0c0f12;--surface: #141a21;--surface2: #1c242e;--border: #2a3441;--text: #e8edf3;--muted: #8b9aad;--accent: #3ecf8e;--accent-dim: #256d4f;--danger: #f87171;--font: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:radial-gradient(1200px 600px at 10% -10%,#14221c 0%,transparent 55%),radial-gradient(900px 500px at 100% 0%,#1a1e3a 0%,transparent 50%),var(--bg);color:var(--text)}#root{min-height:100vh}.app{max-width:1400px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.header h1{margin:0 0 .35rem;font-size:1.65rem;font-weight:700;letter-spacing:-.02em}.header p{margin:0;color:var(--muted);font-size:.95rem;max-width:42rem}.filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;margin-bottom:1.5rem}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.field input{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:.5rem .65rem;font-family:inherit;font-size:.95rem}.field input:focus{outline:2px solid var(--accent-dim);outline-offset:1px}.field select{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:.5rem .65rem;font-family:inherit;font-size:.95rem;min-width:8rem;cursor:pointer}.field select:focus{outline:2px solid var(--accent-dim);outline-offset:1px}.field select:disabled{opacity:.5;cursor:not-allowed}.field-grow{flex:1;min-width:12rem}.filters-secondary{margin-top:-.5rem}.btn{font-family:inherit;font-weight:600;font-size:.9rem;border:none;border-radius:8px;padding:.55rem 1.1rem;cursor:pointer;background:linear-gradient(180deg,#4ade80 0%,var(--accent) 100%);color:#04120a}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.hint{font-size:.8rem;color:var(--muted);margin-left:auto;align-self:center}.banner-error{background:#f871711f;border:1px solid rgba(248,113,113,.35);color:#fecaca;padding:.85rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem}.kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;min-height:88px}.kpi span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:.35rem}.kpi strong{font-size:1.55rem;font-weight:700;letter-spacing:-.02em}.charts{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-bottom:1.5rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;min-height:320px}.panel h2{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:var(--text)}.panel.wide{grid-column:1 / -1;min-height:360px}@media(min-width:900px){.panel.wide-split{grid-column:span 2}}.table-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;overflow:hidden}.table-section h2{margin:0 0 1rem;font-size:1.05rem}.table-wrap{overflow:auto;max-height:560px;border:1px solid var(--border);border-radius:8px}table.data{width:100%;border-collapse:collapse;font-size:.82rem}table.data th,table.data td{padding:.55rem .65rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}table.data th{position:sticky;top:0;background:var(--surface2);z-index:1;font-weight:600;white-space:nowrap}table.data tbody tr:hover{background:#3ecf8e0f}table.data a{color:#6ee7b7;text-decoration:none}table.data a:hover{text-decoration:underline}.cell-clip{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading{color:var(--muted);font-size:.9rem}.legend-muted{font-size:.75rem;color:var(--muted);margin-top:.5rem}.section-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:600}.checklist-section{margin-bottom:1.5rem}.checklist-pies-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media(max-width:1100px){.checklist-pies-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.checklist-pies-grid{grid-template-columns:1fr}}.panel.panel-compact{min-height:0;padding:.75rem}.panel.panel-compact h3{margin:0 0 .35rem;font-size:.8rem;font-weight:600;line-height:1.3;min-height:2.45em;color:var(--text)}table.data th.th-atendimento,table.data td.cell-atendimento-link{white-space:nowrap;max-width:1%}
