:root{--bg:#e8eaee;--card:#fff;--line:#e4e7ec;--ink:#192231;--body:#4d5868;--mut:#98a1b0;--mut2:#aab2bf;--blue:#2563eb;--green:#1f9d57;--amber:#d9911a;--red:#d23b3b}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:IBM Plex Sans,sans-serif;overflow-x:hidden}.table-scroll-x{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.mono{font-family:IBM Plex Mono,monospace}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,border-color .22s;box-shadow:0 1px 2px #1018280a}.card.hoverable:hover{border-color:#d7dbe2;box-shadow:0 6px 20px -8px #1018282e}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#dfe3e8;border-radius:8px}.header-wrap{border-bottom:1px solid #ffffff0f;position:relative}.header-foto{filter:grayscale()contrast(1.1);opacity:.4;background-position:50%;background-size:cover;position:absolute;inset:0}.header-glow{background:radial-gradient(640px 360px at 85% -30%,#4078d280,#0000 62%),linear-gradient(118deg,#13223be0 0%,#193053e0 68%,#1f3a63e0 100%);position:absolute;inset:0}.header-conteudo{z-index:1;position:relative}.header-brand{align-items:center;gap:16px;min-width:0;display:flex}.header-title{color:#fff;font-size:22px;font-weight:700;line-height:1.1}.header-logo{object-fit:contain;width:auto;height:34px}.header-divider{background:#ffffff29;flex-shrink:0;width:1px;height:28px}.tab-btn{transition:background .18s,color .18s,transform .15s}.tab-btn:not(.ativo):hover{background:#e4e7ec;transform:translateY(-1px)}.nav-arrow{transition:background .18s,color .18s,transform .15s}.nav-arrow:hover{color:var(--ink);background:#e4e7ec}@keyframes fadeSlide{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.screen-slide{animation:.45s cubic-bezier(.22,1,.36,1) forwards fadeSlide}.card-enter{animation:.45s cubic-bezier(.22,1,.36,1) both cardIn}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=768px){.kpi-row.cols-2,.kpi-row.cols-3,.kpi-row.cols-4,.kpi-row.cols-5,.kpi-row.cols-6,.grid-2{grid-template-columns:1fr!important}.header-title{font-size:17px}.header-logo{height:28px}}
