@charset "UTF-8";:root{--page: #f9f9f7;--surface: #fcfcfb;--surface-alt: #f4f4f1;--surface-hover: #efeeea;--surface-accent: #f2f7fe;--border: rgba(11, 11, 11, .1);--accent: #2a78d6;--accent-border: rgba(42, 120, 214, .35);--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--bom: #006300;--critico: #d03b3b;--sidebar: #12203a;--sidebar-text: #cfd8e6;--sidebar-active: #2a78d6;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--page: #0d0d0d;--surface: #1a1a19;--surface-alt: #222220;--surface-hover: #2c2c2a;--surface-accent: #16243a;--border: rgba(255, 255, 255, .1);--accent: #3987e5;--accent-border: rgba(57, 135, 229, .45);--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--bom: #0ca30c;--critico: #d03b3b;--sidebar: #111110;--sidebar-text: #c3c2b7;--sidebar-active: #3987e5;color-scheme:dark}}:root[data-theme=dark]{--page: #0d0d0d;--surface: #1a1a19;--surface-alt: #222220;--surface-hover: #2c2c2a;--surface-accent: #16243a;--border: rgba(255, 255, 255, .1);--accent: #3987e5;--accent-border: rgba(57, 135, 229, .45);--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--bom: #0ca30c;--critico: #d03b3b;--sidebar: #111110;--sidebar-text: #c3c2b7;--sidebar-active: #3987e5;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3{color:var(--text-primary)}button{font-family:inherit}.btn{font:inherit;font-size:.8125rem;font-weight:600;color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:8px;padding:.45rem .9rem;cursor:pointer;transition:filter .15s}.btn:hover:not(:disabled){filter:brightness(1.08)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--secundario{background:var(--surface-alt);border-color:var(--border);color:var(--text-secondary)}.select{font:inherit;font-size:.8125rem;color:var(--text-primary);background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;padding:.4rem .55rem}.grid-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.875rem}.grid-graficos{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:.875rem}.pagina{display:flex;flex-direction:column;gap:.875rem;min-width:0}.pagina__cabecalho h1{margin:0;font-size:1.25rem;font-weight:650}.pagina__cabecalho p{margin:.2rem 0 0;font-size:.875rem;color:var(--text-muted)}
