.layout{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:18px 20px;height:var(--header-h);border-bottom:1px solid var(--border)}.sidebar-brand .brand-name{font-weight:500;font-size:17px;letter-spacing:3.5px;color:var(--text);line-height:1.1}.sidebar-brand .brand-sub{font-size:10.5px;color:var(--text-faint);letter-spacing:.4px;margin-top:2px}.nav{display:flex;flex-direction:column;gap:2px;padding:14px 12px;flex:1}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:14px;font-weight:500;transition:background .15s ease,color .15s ease}.nav-link .nav-ico{width:18px;height:18px;flex:0 0 auto;color:var(--text-faint);transition:color .15s ease}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link:hover .nav-ico{color:var(--brand)}.nav-link.active{background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.nav-link.active .nav-ico{color:var(--brand)}.sidebar-foot{padding:14px 20px;border-top:1px solid var(--border);font-size:11px;color:var(--text-faint)}.main{display:flex;flex-direction:column;min-width:0}.header{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 26px;background:color-mix(in srgb,var(--bg) 80%,transparent);-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header .page-title{font-size:16px;font-weight:650;color:var(--text)}.header-right{display:flex;align-items:center;gap:12px}.user-chip{display:flex;align-items:center;gap:10px;padding:6px 10px 6px 6px;border-radius:999px;border:1px solid var(--border);background:var(--surface)}.user-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px;font-weight:700}.user-meta{display:flex;flex-direction:column;line-height:1.15}.user-meta .u-name{font-size:13px;font-weight:600;color:var(--text)}.user-meta .u-role{font-size:11px;color:var(--text-faint);text-transform:capitalize}.content{padding:28px 26px 48px;flex:1}@media (max-width: 860px){.layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border)}.sidebar-brand{border-bottom:none;border-right:1px solid var(--border)}.nav{flex-direction:row;padding:8px;gap:4px}.nav-link span.nav-txt{display:none}.nav-link{padding:10px}.sidebar-foot,.user-meta{display:none}}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--bg)}.login-brandside{position:relative;overflow:hidden;background:radial-gradient(120% 120% at 0% 0%,var(--brand-400) 0%,transparent 45%),linear-gradient(150deg,var(--brand) 0%,var(--brand-strong) 100%);color:#eafcfb;padding:56px 52px;display:flex;flex-direction:column;justify-content:space-between}.login-brandside:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 60% at 85% 90%,rgba(255,255,255,.1),transparent 60%);pointer-events:none}.login-brandmark{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.login-brandmark .lb-name{font-size:23px;font-weight:500;color:#fff;letter-spacing:5px}.login-brandmark .lb-sub{font-size:12px;color:#cbeeeb;letter-spacing:.6px;margin-top:3px}.login-pitch{position:relative;z-index:1;max-width:420px}.login-pitch h1{font-size:30px;line-height:1.2;font-weight:700;color:#fff;margin:0 0 14px}.login-pitch p{font-size:15px;color:#cdf1ef;margin:0}.login-metrics{position:relative;z-index:1;display:flex;gap:28px}.login-metrics .m-item .m-k{font-size:12px;color:#a9e6e2;text-transform:uppercase;letter-spacing:.5px}.login-metrics .m-item .m-v{font-size:20px;font-weight:700;color:#fff}.login-formside{display:grid;place-items:center;padding:40px 24px}.login-card{width:100%;max-width:380px}.login-card h2{font-size:22px;font-weight:700;margin:0 0 6px;color:var(--text)}.login-card .sub{font-size:14px;color:var(--text-muted);margin:0 0 28px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px}.field input{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:15px;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus{outline:none;border-color:var(--brand-300);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}.login-error{background:color-mix(in srgb,var(--neg) 12%,transparent);border:1px solid color-mix(in srgb,var(--neg) 30%,transparent);color:var(--neg);font-size:13px;padding:10px 12px;border-radius:var(--radius-sm);margin-bottom:16px}.login-card .btn-brand{width:100%;margin-top:6px}.login-foot{margin-top:22px;font-size:12px;color:var(--text-faint);text-align:center}@media (max-width: 820px){.login-wrap{grid-template-columns:1fr}.login-brandside{display:none}}.dash-intro{margin-bottom:22px}.dash-intro h1{font-size:22px;font-weight:700;margin:0 0 4px;color:var(--text)}.dash-intro p{margin:0;color:var(--text-muted);font-size:14px}:root{--st-pos: #0e8a6a;--st-pos-soft: #e2f3ee;--st-neg: #b23a2e;--st-neg-2: #cf5b45;--st-neg-soft: #f7e6e3;--st-warn: #c88a1a;--st-warn-2: #d99b3f;--st-warn-soft: #f6ecd7}:root[data-theme=dark]{--st-pos: #3bbd85;--st-pos-soft: #10322a;--st-neg: #e2675a;--st-neg-2: #d3705f;--st-neg-soft: #3a1f1b;--st-warn: #e0ab4a;--st-warn-2: #cf9a3f;--st-warn-soft: #362a12}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.tone-bg-brand{background:var(--brand)}.tone-bg-pos{background:var(--st-pos)}.tone-bg-neg{background:var(--st-neg)}.tone-bg-warn{background:var(--st-warn)}.tone-text-brand{color:var(--text)}.tone-text-pos{color:var(--st-pos)}.tone-text-neg{color:var(--st-neg)}.tone-text-warn{color:var(--text)}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 16px 14px;display:flex;flex-direction:column;gap:8px;min-height:112px}.kpi-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.kpi-label{font-size:12.5px;font-weight:600;color:var(--text-muted);line-height:1.25}.kpi-ico{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto;background:var(--brand-soft);color:var(--brand)}.kpi-ico svg{width:17px;height:17px}.kpi-ico.tone-brand{background:var(--brand-soft);color:var(--brand)}.kpi-ico.tone-pos{background:var(--st-pos-soft);color:var(--st-pos)}.kpi-ico.tone-neg{background:var(--st-neg-soft);color:var(--st-neg)}.kpi-ico.tone-warn{background:var(--st-warn-soft);color:var(--st-warn)}.kpi-value{font-size:23px;font-weight:750;color:var(--text);letter-spacing:-.4px;line-height:1.1;margin-top:2px}.kpi-sub{font-size:11.5px;color:var(--text-faint);font-weight:500}.insight-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.insight-card{background:var(--surface);border:1px solid var(--border);border-left-width:3px;border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:14px 15px;display:flex;flex-direction:column;gap:6px}.insight-card.tone-neg{border-left-color:var(--st-neg)}.insight-card.tone-warn{border-left-color:var(--st-warn)}.insight-card.tone-pos{border-left-color:var(--st-pos)}.insight-card.tone-brand{border-left-color:var(--brand)}.insight-top{display:flex}.insight-tag{font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;padding:2px 8px;border-radius:999px}.insight-title{font-size:14px;font-weight:680;color:var(--text);line-height:1.3}.insight-desc{font-size:12.5px;color:var(--text-muted);line-height:1.4}.insight-acao{display:flex;align-items:center;gap:6px;margin-top:2px;font-size:12px;font-weight:600;color:var(--brand)}.insight-acao-ico{display:inline-flex;width:14px;height:14px}.insight-acao-ico svg{width:14px;height:14px}.panel-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 18px 16px;display:flex;flex-direction:column;min-width:0}.panel.span-6{grid-column:span 6}.panel.span-4{grid-column:span 4}.panel.span-3{grid-column:span 3}.panel.span-2{grid-column:span 2}.panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.panel-title{font-size:15px;font-weight:650;color:var(--text)}.panel-hint{font-size:12px;color:var(--text-faint);white-space:nowrap}.panel-vazio{color:var(--text-faint);font-size:13px;padding:24px 0;text-align:center}.stack-bar{display:flex;height:26px;width:100%;border-radius:8px;overflow:hidden;background:var(--surface-2)}.stack-seg{height:100%;transition:width .3s ease}.stack-seg+.stack-seg{box-shadow:inset 1px 0 #ffffff59}.stack-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px 20px;margin-top:16px}.legend-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-muted)}.legend-dot{width:10px;height:10px;border-radius:3px;flex:0 0 auto}.legend-name{font-weight:600;color:var(--text)}.legend-val{margin-left:auto;font-weight:650;color:var(--text)}.legend-qtd{color:var(--text-faint);font-size:11.5px;min-width:52px;text-align:right}.group-chart{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);align-items:end;gap:6px;height:168px;padding-top:6px}.group-col{display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;min-width:0;justify-content:flex-end}.group-bars{display:flex;align-items:flex-end;justify-content:center;gap:3px;width:100%;height:100%}.gbar{width:44%;max-width:16px;min-height:2px;border-radius:4px 4px 2px 2px;transition:height .3s ease}.group-lbl{font-size:11px;color:var(--text-muted);font-weight:600;white-space:nowrap}.legend-pair{display:flex;gap:16px;margin-top:14px;flex-wrap:wrap}.legend-pair .legend-item{font-size:12px}.aging-chart{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:10px;height:210px}.aging-col{display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end}.aging-val{font-size:11.5px;font-weight:650;color:var(--text)}.aging-track{width:100%;max-width:46px;flex:1;display:flex;align-items:flex-end;min-height:0}.aging-fill{width:100%;min-height:3px;border-radius:6px 6px 3px 3px;transition:height .3s ease}.aging-lbl{font-size:12px;color:var(--text-muted);font-weight:650}.aging-qtd{font-size:11px;color:var(--text-faint)}.hbar-list{display:flex;flex-direction:column;gap:13px}.hbar-item{display:flex;flex-direction:column;gap:5px;min-width:0}.hbar-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hbar-name{font-size:13px;color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbar-val{font-size:12.5px;font-weight:650;color:var(--text);flex:0 0 auto}.hbar-track{height:8px;border-radius:5px;background:var(--surface-2);overflow:hidden}.hbar-fill{height:100%;border-radius:5px;min-width:3px;transition:width .3s ease}.hbar-meta{font-size:11px;color:var(--text-faint)}.dash-error{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--st-neg);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px}.dash-error-ico{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--st-neg-soft);color:var(--st-neg);flex:0 0 auto}.dash-error-ico svg{width:19px;height:19px}.dash-error-body{display:flex;flex-direction:column;gap:2px}.dash-error-body strong{font-size:14px;color:var(--text)}.dash-error-body span{font-size:12.5px;color:var(--text-muted)}.dash-retry{margin-left:auto;padding:9px 16px;font-size:13.5px;flex:0 0 auto}.ph-bar{height:12px;width:60%;border-radius:6px;background:linear-gradient(90deg,var(--surface-2),var(--border),var(--surface-2));background-size:200% 100%;animation:ph-shimmer 1.6s ease-in-out infinite}.ph-bar.sm{width:40%;height:9px}.ph-block{height:168px;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--surface-2),var(--border),var(--surface-2));background-size:200% 100%;animation:ph-shimmer 1.6s ease-in-out infinite}@keyframes ph-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1200px){.kpi-row{grid-template-columns:repeat(3,1fr)}.insight-row{grid-template-columns:repeat(2,1fr)}.panel.span-4,.panel.span-2{grid-column:span 6}}@media (max-width: 900px){.kpi-row{grid-template-columns:repeat(2,1fr)}.panel.span-3{grid-column:span 6}}@media (max-width: 560px){.kpi-row,.insight-row{grid-template-columns:1fr}.dash-error{flex-direction:column;align-items:flex-start}.dash-retry{margin-left:0}}:root{--brand: #009490;--brand-strong: #006b68;--brand-400: #00aca9;--brand-300: #57c6c3;--brand-soft: #e2f5f4;--on-brand: #ffffff;--bg: #f6f8f8;--surface: #ffffff;--surface-2: #f0f4f4;--border: #e2e8e8;--text: #1e2b2b;--text-muted: #5b6b6b;--text-faint: #90a0a0;--pos: #17845b;--neg: #c0392b;--warn: #c98a12;--radius: 14px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(16, 40, 40, .04), 0 6px 20px rgba(16, 40, 40, .06);--shadow-lg: 0 8px 30px rgba(16, 40, 40, .12);--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--sidebar-w: 240px;--header-h: 64px;color-scheme:light}:root[data-theme=dark]{--brand: #00aca9;--brand-strong: #2ec4c1;--brand-400: #12bdba;--brand-300: #57c6c3;--brand-soft: #0d302f;--on-brand: #052422;--bg: #0c1414;--surface: #101c1c;--surface-2: #16292a;--border: #22393a;--text: #e7f0ef;--text-muted: #9db1b0;--text-faint: #6c8281;--pos: #3bbd85;--neg: #e57365;--warn: #e0ab4a;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 20px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .5);color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::selection{background:var(--brand-300);color:#06201f}.brand-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:linear-gradient(150deg,var(--brand-400),var(--brand-strong));color:#fff;box-shadow:var(--shadow)}.btn-brand{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-sm);background:var(--brand);color:var(--on-brand);font-weight:600;font-size:15px;padding:12px 18px;transition:background .15s ease,transform .05s ease}.btn-brand:hover{background:var(--brand-strong)}.btn-brand:active{transform:translateY(1px)}.btn-brand:disabled{opacity:.6;cursor:not-allowed}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);transition:background .15s ease,color .15s ease,border-color .15s ease}.icon-btn:hover{background:var(--surface-2);color:var(--text);border-color:var(--brand-300)}
