/* Estilos específicos da tela: Painel.
 * Extraídos do stylesheet histórico para que a tela possa evoluir de forma independente.
 * /styles.css permanece apenas como base visual compartilhada e camada de compatibilidade.
 */

@media (min-width:1200px){
.approved-credit-cockpit .external-kpi-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (min-width:1200px){
.proposal-tab-panel[data-tab-panel="central"].active .external-kpi-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }

.proposal-tab-panel[data-tab-panel="central"].active .external-kpi-row>div{
    min-height:54px!important;
    padding:8px!important;
  }
}

@media (min-width:1200px){
.proposal-tab-panel[data-tab-panel="central"].active .metric-chip-row{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:5px!important;
  }

.proposal-tab-panel[data-tab-panel="central"].active .metric-chip{
    min-height:39px!important;
    padding:5px 7px!important;
  }

.proposal-tab-panel[data-tab-panel="central"].active .metric-chip span{
    font-size:7.5px!important;
    line-height:1.05!important;
  }

.proposal-tab-panel[data-tab-panel="central"].active .metric-chip strong{
    font-size:10px!important;
    line-height:1.15!important;
  }

.proposal-tab-panel[data-tab-panel="central"].active .external-kpi-row>div{
    min-height:38px!important;
    padding:5px!important;
  }
}

.customer-kpi-strip{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:10px}

.customer-quick-actions{display:grid;gap:8px}

.customer-quick-actions button{height:38px;border:1px solid #dfe8e3;background:#fbfdfc;border-radius:10px;color:#25382f;font-weight:800;display:flex;align-items:center;gap:9px;padding:0 11px;text-align:left}

.customer-quick-actions button:hover{background:#edf7f2;color:#0c6b47;border-color:#c9e2d5}

@media (max-width:900px){
.customer-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:520px){
.customer-kpi-strip{grid-template-columns:1fr}
}

.seller-kpi-row{display:grid;grid-template-columns:repeat(8,minmax(132px,1fr));gap:10px}

@media (max-width:1450px){
.seller-kpi-row{grid-template-columns:repeat(4,1fr)}
}

@media (max-width:1050px){
.seller-kpi-row{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:640px){
.seller-kpi-row{grid-template-columns:1fr 1fr}
}

.audit-metric-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eef2f0;color:#44514b}

.audit-metric-icon.good{background:#e7f5ed;color:#0d724b}

.audit-metric-icon.warn{background:#fff3dc;color:#a56500}

.audit-metric-icon.danger{background:#fde8e8;color:#a93636}

.audit-metric-icon.system{background:#e8f1ff;color:#2465b8}

.audit-icon svg,.audit-metric-icon svg{display:block}

.company-kpi-strip{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px}

.company-kpi-card{background:#fff;border:1px solid #dfe7e3;border-radius:12px;padding:13px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;box-shadow:0 10px 28px rgba(18,38,28,.045);min-height:82px}

.company-kpi-card>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e9f5ef;color:#0c6b47}

.company-kpi-card.blue>span{background:#e7f1fb;color:#245f91}

.company-kpi-card.amber>span{background:#fff2d6;color:#936400}

.company-kpi-card.violet>span{background:#efeaff;color:#6042a0}

.company-kpi-card.slate>span{background:#eef2f0;color:#50615a}

.company-kpi-card small{display:block;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.045em;color:#65736d}

.company-kpi-card strong{display:block;margin-top:2px;font-size:22px;line-height:1;color:#14231c}

.company-kpi-card em{display:block;margin-top:3px;font-size:10px;font-style:normal;color:#718079}

@media (max-width:1250px){
.company-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:760px){
.company-kpi-strip,.company-toolbar.premium,.company-form.premium{grid-template-columns:1fr}
}

.bureau-kpi-strip{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:10px}

@media (max-width:1380px){
.bureau-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:760px){
.bureau-kpi-strip,.bureau-filter-panel,.bureau-attention-panel{grid-template-columns:1fr}
}

.dashboard-enterprise{display:grid;gap:14px;max-width:1640px;margin:0 auto;color:#101d18}

.dashboard-commandbar{display:grid;grid-template-columns:minmax(280px,1fr) auto 42px;gap:10px;align-items:center;margin-top:-6px}

.dashboard-search{position:relative;display:block;min-width:0}

.dashboard-search svg{position:absolute;left:13px;top:11px;color:#78857f}

.dashboard-search input{height:42px;border-radius:9px;border-color:#dbe5e0;background:#fff;padding:0 14px 0 38px;font-size:12px}

.dashboard-date,.dashboard-filter{height:42px;border:1px solid #dbe5e0;background:#fff;border-radius:9px;color:#22312a;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 12px;font-size:12px;font-weight:750;white-space:nowrap}

.dashboard-filter{width:42px;padding:0}

.dashboard-kpis{display:grid;grid-template-columns:repeat(7,minmax(132px,1fr));gap:10px}

.dashboard-kpi{background:#fff;border:1px solid #dfe8e3;border-radius:12px;min-height:108px;padding:14px 14px 13px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-shadow:0 10px 26px rgba(18,38,28,.035)}

.dashboard-kpi-head{display:flex;align-items:center;gap:9px;min-width:0}

.dashboard-kpi-icon{width:30px;height:30px;border-radius:9px;background:#edf7f2;color:#0c6b47;display:grid;place-items:center;flex:0 0 auto}

.dashboard-kpi-icon svg{width:16px!important;height:16px!important;stroke-width:2!important}

.dashboard-kpi.warn .dashboard-kpi-icon{background:#fff2dc;color:#a35f00}

.dashboard-kpi-head>span:last-child{display:block;min-width:0;color:#66756d;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.dashboard-kpi strong{display:block;font-size:24px;line-height:1.05;color:#071711;margin-left:39px}

.dashboard-kpi small{display:flex;align-items:center;gap:6px;margin-left:39px;color:#66756d;font-size:10px;white-space:nowrap}

.dashboard-kpi small b{width:18px;height:18px;border-radius:6px;background:#edf2ef;color:#4f5d56;display:grid;place-items:center;font-weight:900;line-height:1}

.dashboard-kpi.up small b,.dashboard-kpi.down small b{background:#e5f6ed;color:#0b714b}

.dashboard-kpi.warn small b{background:#fff2dc;color:#9a5d00}

.dashboard-kpi em{font-style:normal;color:#66756d;overflow:hidden;text-overflow:ellipsis}

.dashboard-grid-main{display:grid;grid-template-columns:1.05fr 1fr;gap:12px}

.dashboard-grid-secondary{display:grid;grid-template-columns:.92fr .92fr 1.28fr .72fr;gap:12px}

.dashboard-card{background:#fff;border:1px solid #dfe8e3;border-radius:12px;box-shadow:0 14px 34px rgba(18,38,28,.04);overflow:hidden}

.dashboard-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border-bottom:1px solid #e8efeb}

.dashboard-card-head h3{margin:0;font-size:16px;color:#14231c}

.dashboard-card-head button{height:30px;border:1px solid #dfe8e3;background:#fff;border-radius:8px;padding:0 10px;display:inline-flex;align-items:center;gap:7px;color:#26352e;font-size:11px;font-weight:750}

.dashboard-line-chart{width:100%;height:274px;padding:0 18px 8px}

.dashboard-link{margin:0 16px 14px;border:0;background:transparent;color:#0b714b;font-size:12px;font-weight:850;display:inline-flex;align-items:center;gap:6px;padding:0}

.dashboard-funnel-layout{display:grid;grid-template-columns:minmax(250px,.9fr) 1fr;gap:20px;padding:18px 18px 4px;align-items:center}

.dashboard-funnel{display:flex;flex-direction:column;align-items:center;gap:5px}

.dashboard-funnel>div{width:var(--w);min-width:138px;height:44px;clip-path:polygon(5% 0,95% 0,85% 100%,15% 100%);display:grid;place-items:center;text-align:center;position:relative;color:#143126}

.dashboard-funnel strong{font-size:11px}

.dashboard-funnel span{display:block;font-size:14px;font-weight:900;line-height:1}

.dashboard-funnel em{position:absolute;right:-47px;top:15px;font-style:normal;font-size:11px;color:#50615a}

.dashboard-funnel .sent{background:linear-gradient(180deg,#3eaa81,#25865f);color:#fff}

.dashboard-funnel .analysis{background:#bfe9cb}

.dashboard-funnel .approved{background:#ffe6a6}

.dashboard-funnel .rejected{background:#ffc371}

.dashboard-funnel .cancelled{background:#ff9c9c}

.dashboard-status-table{width:100%;border-collapse:collapse}

.dashboard-status-table th,.dashboard-status-table td{padding:11px 10px;border-bottom:1px solid #edf2ef;text-align:left;font-size:12px}

.dashboard-status-table th{font-size:10px;text-transform:uppercase;color:#66756d;letter-spacing:.04em}

.dashboard-status-table td:nth-child(2),.dashboard-status-table td:nth-child(3){text-align:right;font-weight:750}

.dashboard-activity-table{width:100%;border-collapse:collapse}

.dashboard-activity-table th,.dashboard-activity-table td{padding:10px 12px;border-bottom:1px solid #edf2ef;text-align:left;font-size:11px;white-space:nowrap;vertical-align:middle}

.dashboard-activity-table th{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#66756d}

.dashboard-activity-table td:nth-child(2){white-space:normal;min-width:190px}

.dashboard-activity-table td:nth-child(2) strong{display:block;font-size:11px;color:#14231c}

.dashboard-activity-table td:nth-child(2) small{display:block;margin-top:3px;font-size:10px;color:#66756d;line-height:1.25}

.dashboard-activity-table td:first-child svg{color:#0c7a52;background:#e8f5ee;border-radius:8px;padding:4px;width:24px!important;height:24px!important}

.dashboard-alerts .dashboard-card-head h3{display:flex;align-items:center;gap:8px}

.dashboard-alerts .dashboard-card-head h3 span{min-width:20px;height:20px;border-radius:999px;background:#d72f2f;color:#fff;display:grid;place-items:center;font-size:10px}

.dashboard-alerts{min-width:0}

.dashboard-alerts .dashboard-card-head{padding:13px 14px}

.dashboard-alerts .dashboard-card-head button{flex:0 0 auto}

.dashboard-alert-list{display:grid;gap:8px;padding:12px;max-height:224px;overflow:auto;scrollbar-width:thin}

.dashboard-alert-item{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:start;border:1px solid #e1ebe6;border-left-width:3px;border-radius:10px;background:#fbfdfc;padding:10px 10px 9px;min-width:0}

.dashboard-alert-icon{width:28px;height:28px;border-radius:8px;background:#e8f5ee;color:#0c6b47;display:grid;place-items:center}

.dashboard-alert-icon svg{width:15px!important;height:15px!important}

.dashboard-alert-item.warning{border-left-color:#d69228}

.dashboard-alert-item.warning .dashboard-alert-icon{background:#fff3dc;color:#9a620b}

.dashboard-alert-item.critical{border-left-color:#d94b4b}

.dashboard-alert-item.critical .dashboard-alert-icon{background:#feecec;color:#ba3434}

.dashboard-alert-item strong{display:block;min-width:0;font-size:12px;line-height:1.25;color:#14231c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.dashboard-alert-item p{margin:3px 0 0;color:#5d6a64;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.dashboard-alert-item small{display:block;margin-top:5px;color:#7b8781;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.dashboard-alert-more{border:1px dashed #d6e2dc;border-radius:9px;padding:9px 10px;text-align:center;color:#0c6b47;font-size:11px;font-weight:850;background:#f8fbf9}

.dashboard-chart-shell{position:relative}

.dashboard-chart-shell .dashboard-line-chart{display:block;cursor:crosshair}

.dashboard-chart-tooltip{position:absolute;z-index:5;min-width:176px;padding:10px 11px;border:1px solid #d9e7df;border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(15,35,25,.16);transform:translate(-50%,-100%);opacity:0;pointer-events:none;transition:opacity .12s ease;color:#15241d}

.dashboard-chart-tooltip.show{opacity:1}

.dashboard-chart-tooltip strong{display:block;margin-bottom:7px;font-size:12px}

.dashboard-chart-tooltip span{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 0;border-top:1px solid #edf3f0;font-size:11px}

.dashboard-chart-tooltip b{font-weight:800;color:#5f7068}

.dashboard-chart-tooltip em{font-style:normal;font-weight:900;color:#0b714b}

.dashboard-kpi[role=button],.dashboard-link,.dashboard-date,.dashboard-filter,.dashboard-card-head button{cursor:pointer}

.dashboard-kpi[role=button]{transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}

.dashboard-kpi[role=button]:hover,.dashboard-kpi[role=button]:focus{border-color:#bcd8ca;box-shadow:0 16px 34px rgba(18,38,28,.075);transform:translateY(-1px);outline:0}

.dashboard-filter-menu{position:absolute;right:0;top:50px;z-index:20;display:grid;grid-template-columns:repeat(5,max-content);gap:6px;padding:9px;border:1px solid #dce8e2;border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(15,35,25,.14)}

.dashboard-filter-menu button{height:32px;border:1px solid #dce8e2;border-radius:8px;background:#fbfdfc;color:#21362d;padding:0 10px;font-size:11px;font-weight:850;white-space:nowrap}

.dashboard-filter-menu button:hover{border-color:#0c6b47;color:#0c6b47;background:#edf8f2}

.dashboard-commandbar{position:relative}

.dashboard-conversion .dashboard-card-head{padding:14px 16px}

.dashboard-empty-chart,.dashboard-empty-small{min-height:270px;display:grid;place-items:center;text-align:center;padding:28px;color:#66756d}

.dashboard-empty-chart svg,.dashboard-empty-small svg{color:#0c6b47;background:#e8f5ee;border-radius:14px;padding:10px;width:62px!important;height:62px!important}

.dashboard-empty-chart strong,.dashboard-empty-small strong{display:block;color:#14231c;font-size:15px}

.dashboard-empty-chart small,.dashboard-empty-small small{display:block;max-width:360px;line-height:1.45}

.dashboard-empty-small{min-height:190px}

.dashboard-empty-small svg{width:54px!important;height:54px!important}

/* Quando Atividade recente e Fila de alertas dividem a mesma linha,
   a lista usa toda a altura do cartão e não deixa uma faixa branca abaixo. */
@media (min-width:1481px), (min-width:641px) and (max-width:980px){
.dashboard-alerts{min-height:0;display:flex;flex-direction:column}

.dashboard-alerts .dashboard-card-head{flex:0 0 auto}

.dashboard-alert-list{align-content:start;flex:1 1 0;min-height:0;max-height:none;overflow-x:hidden;overflow-y:auto}

.dashboard-alerts .alert-empty{flex:1 1 0;min-height:0}
}

@media (max-width:1480px){
.dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}

.dashboard-grid-main,.dashboard-grid-secondary{grid-template-columns:1fr 1fr}

.dashboard-activity{grid-column:1/-1}
}

@media (max-width:980px){
.dashboard-commandbar{grid-template-columns:1fr 42px}

.dashboard-search{grid-column:1/-1}

.dashboard-kpis,.dashboard-grid-main,.dashboard-grid-secondary,.conversion-strip{grid-template-columns:1fr 1fr}

.dashboard-funnel-layout{grid-template-columns:1fr}

.dashboard-funnel{padding-right:50px}

.dashboard-activity{grid-column:auto}

.dashboard-date{width:100%}
}

@media (max-width:640px){
.dashboard-commandbar,.dashboard-kpis,.dashboard-grid-main,.dashboard-grid-secondary,.conversion-strip{grid-template-columns:1fr}

.dashboard-date{justify-content:space-between}

.dashboard-card-head{align-items:flex-start;flex-direction:column}

.dashboard-activity-table{min-width:560px}

.dashboard-activity{overflow:auto}

.dashboard-line-chart{height:230px}
}

.public-card,
.panel,
.stat,
.dashboard-card,
.company-list-panel,
.company-kpi-card,
.integration-directory,
.integration-editor,
.integration-advanced{
  border-color:#dce7e2;
  box-shadow:0 14px 38px rgba(6,47,83,.055);
}

.company-kpi-card.blue>span,
.dashboard-empty-chart svg,
.dashboard-empty-small svg,
.integration-icon{
  background:#e7f1fb!important;
  color:#083b68!important;
}

.company-kpi-card.amber>span,
.badge.warn{
  background:#fff3d6!important;
  color:#936400!important;
}

.external-kpi-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:12px 0;
}

.external-kpi-row>div{
  background:#fbfdfc;
  border:1px solid #e1ebe6;
  border-radius:12px;
  padding:11px;
  text-align:center;
}

.external-kpi-row strong{
  display:block;
  color:#08764f;
  font-size:22px;
}

.external-kpi-row span{
  color:#6b7a73;
  font-size:11px;
}

.bureau-kpi-strip .kpi-card small{
  line-height:1.35;
}

.dimension-strip>div,
.referral-main>div,
.finance-summary-strip>div,
.evidence-checklist>div,
.proof-tile,
.external-pix-panel,
.external-kpi-row>div,
.network-summary-row>div,
.network-path-item{
  min-width:0!important;
  overflow:hidden!important;
}

.external-kpi-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
}

.external-kpi-row>div{
  min-height:62px!important;
  padding:9px!important;
}

@media (min-width:1200px){
.external-kpi-row{
    gap:5px!important;
  }

.external-kpi-row>div{
    min-height:48px!important;
    padding:6px!important;
  }

.external-kpi-row strong{
    font-size:15px!important;
  }

.external-kpi-row span,
  .external-people-list,
  .intel-card-actions .muted{
    font-size:8px!important;
  }
}

.approved-credit-cockpit .dimension-strip>div,
.approved-credit-cockpit .finance-summary-strip>div,
.approved-credit-cockpit .network-summary-row>div,
.approved-credit-cockpit .external-kpi-row>div,
.approved-credit-cockpit .referral-main>div{
  background:#fbfdfc!important;
  border:1px solid #dfe8e3!important;
  border-radius:8px!important;
  box-shadow:none!important;
}

.approved-credit-cockpit .dimension-strip span,
.approved-credit-cockpit .finance-summary-strip span,
.approved-credit-cockpit .network-summary-row span,
.approved-credit-cockpit .external-kpi-row span,
.approved-credit-cockpit .referral-main span{
  color:#66766f!important;
  font-size:10px!important;
  font-weight:750!important;
  text-transform:none!important;
}

.approved-credit-cockpit .dimension-strip strong,
.approved-credit-cockpit .finance-summary-strip strong,
.approved-credit-cockpit .network-summary-row strong,
.approved-credit-cockpit .external-kpi-row strong,
.approved-credit-cockpit .referral-main strong{
  color:#10221a!important;
  font-size:13px!important;
  line-height:1.25!important;
  overflow-wrap:anywhere!important;
}

.approved-credit-cockpit .pix-detail-grid div,
.approved-credit-cockpit .external-kpi-row>div{
  background:#fff!important;
  border:1px solid #dfe8e3!important;
  border-radius:8px!important;
  padding:9px 10px!important;
}

.approved-credit-cockpit .external-kpi-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.approved-credit-cockpit .external-kpi-row strong{
  color:#078653!important;
  font-size:18px!important;
}

.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .dimension-strip span,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .finance-summary-strip span,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .network-summary-row span,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .external-kpi-row span,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .referral-main span{
  font-size:9px!important;
  line-height:1.1!important;
}

.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .dimension-strip strong,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .finance-summary-strip strong,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .network-summary-row strong,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .external-kpi-row strong,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .referral-main strong{
  font-size:12px!important;
  line-height:1.15!important;
}

.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .pix-detail-grid div,
.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .external-kpi-row>div{
  min-height:40px!important;
  padding:7px 8px!important;
}

.proposal-tab-panel[data-tab-panel="central"].active .approved-credit-cockpit .external-kpi-row{
  margin-top:8px!important;
  gap:6px!important;
}

.admin-content:has(.proposal-premium) .external-kpi-row,
.admin-content:has(.proposal-premium) .network-summary-row,
.admin-content:has(.proposal-premium) .finance-summary-strip{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

.admin-content:has(.proposal-premium) .external-kpi-row>div,
.admin-content:has(.proposal-premium) .network-summary-row>div,
.admin-content:has(.proposal-premium) .finance-summary-strip>div{
  min-height:56px!important;
  border:1px solid var(--approved-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  padding:11px 13px!important;
}

.admin-content:has(.proposal-premium) .finance-summary-strip span,
.admin-content:has(.proposal-premium) .external-kpi-row span,
.admin-content:has(.proposal-premium) .network-summary-row span{
  color:#6a786f!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.1!important;
}

.admin-content:has(.proposal-premium) .finance-summary-strip strong,
.admin-content:has(.proposal-premium) .external-kpi-row strong,
.admin-content:has(.proposal-premium) .network-summary-row strong{
  margin-top:5px!important;
  display:block!important;
  color:#12231b!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:900!important;
}

@media (max-width:720px){
.admin-content:has(.proposal-premium) .dimension-strip,
  .admin-content:has(.proposal-premium) .finance-summary-strip,
  .admin-content:has(.proposal-premium) .external-kpi-row,
  .admin-content:has(.proposal-premium) .network-summary-row{
    grid-template-columns:1fr!important;
  }
}

.dashboard-filter-menu{grid-template-columns:repeat(6,max-content)}

.ref-home-kpi-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ref-home-kpi.green .ref-home-kpi-icon,
.ref-home-kpi.teal .ref-home-kpi-icon { background: #e5f7f1; color: var(--ref-green); }

.ref-home-kpi.blue .ref-home-kpi-icon { background: #edf4ff; color: var(--ref-blue); }

.ref-home-kpi.purple .ref-home-kpi-icon,
.ref-home-kpi.violet .ref-home-kpi-icon { background: #f4eaff; color: var(--ref-purple); }

.ref-home-kpi.red .ref-home-kpi-icon { background: #fff0f0; color: var(--ref-red); }

/* Dashboard performance UX — skeleton da própria tela enquanto a primeira carga real chega. */
.dashboard-loading-shell{pointer-events:none;user-select:none}
.dashboard-skeleton{display:block;position:relative;overflow:hidden;background:#edf2ef;border-radius:8px}
.dashboard-skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);animation:dashboardSkeletonSweep 1.15s ease-in-out infinite}
.dashboard-skeleton-search{height:42px;width:100%}
.dashboard-skeleton-date{height:42px;width:132px}
.dashboard-skeleton-filter{height:42px;width:42px}
.dashboard-skeleton-card{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:30px 28px 18px;align-items:center;column-gap:9px;row-gap:8px;justify-content:initial}
.dashboard-skeleton-icon{width:30px;height:30px;grid-row:1}
.dashboard-skeleton-label{width:64%;height:10px;grid-column:2}
.dashboard-skeleton-value{width:58%;height:24px;grid-column:2}
.dashboard-skeleton-meta{width:72%;height:9px;grid-column:2}
.dashboard-skeleton-panel{min-height:330px;padding:16px;display:grid;grid-template-rows:22px 1fr;gap:18px}
.dashboard-skeleton-panel.small{min-height:250px}
.dashboard-skeleton-title{width:min(190px,48%);height:14px}
.dashboard-skeleton-chart{width:100%;min-height:250px;border-radius:10px}
.dashboard-skeleton-lines{width:100%;min-height:168px;border-radius:10px}
@keyframes dashboardSkeletonSweep{100%{transform:translateX(100%)}}
@media (prefers-reduced-motion:reduce){.dashboard-skeleton::after{animation:none}}
@media (max-width:780px){.dashboard-skeleton-date{width:100%}.dashboard-skeleton-filter{width:100%}.dashboard-skeleton-panel{min-height:260px}.dashboard-skeleton-chart{min-height:190px}}

/* Dashboard aprovado — reconstrução visual enterprise/fintech. */
.admin-content:has(.dashboard-enterprise){padding:0!important;background:#f6f8f7!important}
.admin-content:has(.dashboard-enterprise) #pageBody{min-height:100vh}
.dashboard-enterprise{
  --dash-green:#078653;
  --dash-green-dark:#064b35;
  --dash-text:#111f19;
  --dash-muted:#64736c;
  --dash-line:#dde8e2;
  --dash-soft:#edf8f2;
  --dash-red:#d93636;
  --dash-amber:#efa821;
  --dash-blue:#2e7acb;
  width:100%;
  max-width:none;
  margin:0;
  padding:18px 20px 12px;
  display:grid;
  gap:12px;
  color:var(--dash-text);
  font-size:14px;
}
.dashboard-topbar{
  min-height:58px;
  display:grid;
  grid-template-columns:38px minmax(320px,520px) minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:0 0 8px;
  border-bottom:1px solid #e8eeeb;
}
.dashboard-menu,.dashboard-filter,.dashboard-bell{
  width:38px;
  height:38px;
  border:0;
  border-radius:10px;
  background:#fff;
  color:#1d2b25;
  display:grid;
  place-items:center;
}
.dashboard-menu:hover,.dashboard-filter:hover,.dashboard-bell:hover{background:#edf8f2;color:var(--dash-green)}
.dashboard-search{
  position:relative;
  display:block;
  min-width:0;
}
.dashboard-search svg{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:#78857f;
}
.dashboard-search input{
  height:42px;
  border:1px solid var(--dash-line);
  border-radius:10px;
  background:#fff;
  padding:0 16px 0 44px;
  color:#17251f;
  font-size:14px;
  font-weight:500;
  box-shadow:0 10px 28px rgba(17,31,25,.035);
}
.dashboard-header-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:11px;
  position:relative;
}
.dashboard-date{
  height:42px;
  min-width:220px;
  border:1px solid var(--dash-line);
  border-radius:10px;
  background:#fff;
  color:#1d2b25;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 14px;
  font-size:14px;
  font-weight:650;
  white-space:nowrap;
}
.dashboard-divider{width:1px;height:22px;background:#dbe5df}
.dashboard-bell{position:relative}
.dashboard-bell b{
  position:absolute;
  top:-4px;
  right:-4px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border-radius:999px;
  background:#d93636;
  color:#fff;
  font-size:11px;
  line-height:17px;
}
.dashboard-kpis{
  display:grid;
  grid-template-columns:repeat(7,minmax(145px,1fr));
  gap:10px;
}
.dashboard-kpi{
  min-height:148px;
  padding:15px 16px 14px;
  border:1px solid var(--dash-line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 30px rgba(17,31,25,.045);
  display:grid;
  grid-template-rows:auto auto auto 32px auto;
  gap:6px;
}
.dashboard-kpi-head{display:flex;align-items:center;gap:12px;min-width:0}
.dashboard-kpi-icon{
  width:38px;
  height:38px;
  border-radius:12px;
  background:#e6f6ef;
  color:var(--dash-green);
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.dashboard-kpi.warn .dashboard-kpi-icon{background:#fff0f0;color:var(--dash-red)}
.dashboard-kpi-title{
  color:#41504a!important;
  font-size:13px!important;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:0!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dashboard-kpi strong{
  margin:0;
  color:#08150f;
  font-size:26px;
  line-height:1.05;
  font-weight:720;
}
.dashboard-kpi>em{
  margin:0;
  color:#394840;
  font-size:13px;
  font-style:normal;
  line-height:1.25;
}
.dashboard-sparkline{width:84px;height:32px;align-self:end}
.dashboard-sparkline polyline{fill:none;stroke:#22a36a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.dashboard-sparkline.down polyline{stroke:var(--dash-red)}
.dashboard-sparkline.neutral polyline{stroke:#8b9791}
.dashboard-kpi small{
  margin:0;
  display:flex;
  align-items:center;
  gap:6px;
  color:#65746d;
  font-size:13px;
  line-height:1.25;
  white-space:nowrap;
}
.dashboard-kpi small b{
  color:var(--dash-green);
  background:transparent;
  font-size:14px;
  font-weight:760;
}
.dashboard-kpi.down small b{color:var(--dash-red)}
.dashboard-grid-main{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(520px,1.18fr) minmax(330px,.85fr);
  gap:12px;
  align-items:stretch;
}
.dashboard-grid-secondary{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(300px,.9fr) minmax(430px,1.35fr) minmax(260px,.72fr);
  gap:10px;
  align-items:stretch;
}
.dashboard-card{
  border:1px solid var(--dash-line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 13px 32px rgba(17,31,25,.045);
  overflow:hidden;
  min-width:0;
}
.dashboard-card-head{
  min-height:52px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid #e8efeb;
}
.dashboard-card-head h3{
  margin:0;
  color:#101d17;
  font-size:16px;
  font-weight:720;
  letter-spacing:0;
}
.dashboard-card-head button,.dashboard-link-inline,.dashboard-granularity{
  height:34px;
  border:1px solid var(--dash-line);
  border-radius:9px;
  background:#fff;
  color:#26362f;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  font-size:13px;
  font-weight:650;
}
.dashboard-granularity{appearance:auto;min-width:92px}
.chart-legend{display:flex;gap:25px;padding:16px 24px 0;font-size:13px;color:#2f3d36}
.chart-legend span:before{content:"";display:inline-block;width:24px;height:3px;margin-right:8px;vertical-align:middle;background:#078653;border-radius:999px}
.chart-legend .approved:before{background:#25b66f}
.chart-legend .rejected:before{background:#e22e2e}
.dashboard-chart-shell{position:relative;padding:0 6px 0}
.dashboard-line-chart{display:block;width:100%;height:292px;padding:0 16px 8px;cursor:crosshair}
.grid-lines path{fill:none;stroke:#e5ece8;stroke-width:1}
.axis-labels text{font-size:13px;fill:#5f6e67}
.chart-area{fill:rgba(7,134,83,.075)}
.chart-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.chart-line.sent{stroke:#078653}
.chart-line.approved{stroke:#25b66f}
.chart-line.rejected{stroke:#e22e2e}
.chart-hover-markers g{opacity:0;transition:opacity .12s ease}
.chart-hover-markers g.active{opacity:1}
.chart-hover-guide{stroke:#b8cec4;stroke-width:1;stroke-dasharray:4 5}
.chart-hover-dot{fill:#078653;stroke:#fff;stroke-width:3}
.dashboard-chart-tooltip{
  position:absolute;
  z-index:5;
  min-width:190px;
  padding:11px 12px;
  border:1px solid #d9e7df;
  border-radius:10px;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,35,25,.16);
  transform:translate(-50%,-100%);
  opacity:0;
  pointer-events:none;
  transition:opacity .12s ease;
}
.dashboard-chart-tooltip.show{opacity:1}
.dashboard-chart-tooltip strong{display:block;margin-bottom:7px;font-size:13px}
.dashboard-chart-tooltip span{display:flex;justify-content:space-between;gap:20px;padding:5px 0;border-top:1px solid #edf3f0;font-size:13px}
.dashboard-link{
  margin:0 18px 14px;
  border:0;
  background:transparent;
  color:#08784d;
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0;
}
.dashboard-funnel-layout{
  display:grid;
  grid-template-columns:minmax(205px,.78fr) minmax(250px,1fr);
  gap:14px;
  padding:20px 18px 22px;
  align-items:center;
}
.dashboard-funnel{display:flex;flex-direction:column;align-items:center;gap:6px}
.dashboard-funnel>div{
  width:var(--w);
  min-width:138px;
  height:47px;
  clip-path:polygon(5% 0,95% 0,85% 100%,15% 100%);
  display:grid;
  place-items:center;
  text-align:center;
  color:#143126;
}
.dashboard-funnel strong{display:block;font-size:13px;font-weight:700;line-height:1}
.dashboard-funnel span{display:block;margin-top:4px;font-size:15px;font-weight:760;line-height:1}
.dashboard-funnel .sent{background:linear-gradient(180deg,#159763,#08784d);color:#fff}
.dashboard-funnel .analysis{background:#bde7c9}
.dashboard-funnel .approved{background:#ffe39b}
.dashboard-funnel .rejected{background:#ffc365}
.dashboard-funnel .cancelled{background:#ff7676}
.dashboard-status-table{width:100%;border-collapse:collapse}
.dashboard-status-table th,.dashboard-status-table td{padding:13px 8px;border-bottom:1px solid #edf2ef;text-align:left;font-size:13px}
.dashboard-status-table th{font-size:11px;text-transform:uppercase;color:#66756d;letter-spacing:0;white-space:nowrap}
.dashboard-status-table td:nth-child(2),.dashboard-status-table td:nth-child(3){text-align:right;font-weight:700}
.dashboard-situation-card{
  grid-column:1/-1;
  border-radius:12px;
  box-shadow:0 18px 46px rgba(17,31,25,.07);
}
.dashboard-situation-head{
  min-height:116px;
  padding:28px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border-bottom:1px solid #e8efeb;
}
.dashboard-situation-head>div{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.dashboard-situation-title-icon{
  width:58px;
  height:58px;
  border:1px solid #dde8e2;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#0b8b59;
  background:#fff;
}
.dashboard-situation-head h3{
  margin:0;
  color:#17251f;
  font-size:28px;
  line-height:1.1;
  font-weight:760;
}
.dashboard-situation-head button{
  min-width:198px;
  height:58px;
  border:1px solid #d8e3dd;
  border-radius:9px;
  background:#fff;
  color:#1b2b24;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 18px;
  font-size:20px;
  font-weight:700;
  white-space:nowrap;
}
.dashboard-situation-body{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:36px;
  padding:28px 24px 18px 62px;
  align-items:center;
}
.dashboard-situation-summary{
  display:grid;
  justify-items:center;
  gap:50px;
}
.dashboard-situation-donut{
  width:306px;
  height:306px;
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.dashboard-situation-donut:before{
  content:"";
  position:absolute;
  width:216px;
  height:216px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 2px rgba(255,255,255,.9);
}
.dashboard-situation-donut>div{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:10px;
  text-align:center;
}
.dashboard-situation-donut strong{
  color:#111f2d;
  font-size:64px;
  line-height:.9;
  font-weight:820;
}
.dashboard-situation-donut span{
  color:#3b4b57;
  font-size:17px;
}
.dashboard-situation-trend{
  width:252px;
  min-height:86px;
  border:1px solid #dce6e1;
  border-radius:10px;
  background:#fff;
  display:grid;
  grid-template-columns:58px auto;
  grid-template-rows:auto auto;
  column-gap:14px;
  align-items:center;
  padding:18px 22px;
  box-shadow:0 12px 34px rgba(17,31,25,.05);
}
.dashboard-situation-trend svg{
  grid-row:1/3;
  width:52px!important;
  height:52px!important;
  border-radius:11px;
  padding:10px;
  background:#eaf8f0;
  color:#0c8c5a;
}
.dashboard-situation-trend strong{
  color:#0a8f5a;
  font-size:24px;
  line-height:1;
}
.dashboard-situation-trend span{
  color:#3d4b55;
  font-size:15px;
  line-height:1.25;
}
.dashboard-situation-detail{
  min-width:0;
  display:grid;
  gap:26px;
}
.dashboard-situation-cards{
  display:grid;
  grid-template-columns:repeat(5,minmax(124px,1fr));
  gap:22px;
}
.dashboard-situation-cards article{
  min-height:278px;
  border:1px solid var(--border);
  border-radius:11px;
  background:linear-gradient(180deg,#fff 0%,color-mix(in srgb,var(--soft) 42%,#fff) 100%);
  display:grid;
  justify-items:center;
  align-content:start;
  padding:22px 20px;
  color:#1c2d25;
  box-shadow:0 10px 26px rgba(17,31,25,.035);
}
.dashboard-situation-cards article>span{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--soft);
  color:var(--tone);
}
.dashboard-situation-cards strong{
  margin-top:20px;
  color:var(--tone);
  font-size:46px;
  line-height:1;
  font-weight:820;
}
.dashboard-situation-cards em{
  margin-top:10px;
  color:#1d2d36;
  font-style:normal;
  font-size:20px;
  line-height:1.15;
  text-align:center;
}
.dashboard-situation-cards b,
.dashboard-situation-table em{
  width:132px;
  height:8px;
  border-radius:999px;
  background:#e9eef0;
  overflow:hidden;
  display:block;
}
.dashboard-situation-cards b{margin-top:22px}
.dashboard-situation-cards b i,
.dashboard-situation-table em i{
  display:block;
  height:100%;
  border-radius:999px;
  background:var(--tone,#0a8f5a);
}
.dashboard-situation-cards small{
  margin-top:17px;
  color:#30424c;
  font-size:16px;
}
.dashboard-situation-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
}
.dashboard-situation-table thead th{
  padding:0 22px 18px;
  color:#5f6c72;
  font-size:16px;
  line-height:1;
  font-weight:760;
  text-transform:uppercase;
  text-align:left;
}
.dashboard-situation-table tbody{
  border:1px solid #e4ebe7;
  border-radius:10px;
}
.dashboard-situation-table tbody tr{
  position:relative;
  background:#fff;
  box-shadow:inset 0 -1px 0 #edf2ef;
}
.dashboard-situation-table tbody tr:last-child{box-shadow:none}
.dashboard-situation-table tbody tr:before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  bottom:4px;
  width:4px;
  border-radius:999px;
  background:var(--row-tone,#0a8f5a);
}
.dashboard-situation-table tbody tr.sent{--row-tone:#0a8f5a}
.dashboard-situation-table tbody tr.analysis{--row-tone:#7bd8a5}
.dashboard-situation-table tbody tr.approved{--row-tone:#f2bd38}
.dashboard-situation-table tbody tr.rejected{--row-tone:#f1901a}
.dashboard-situation-table tbody tr.cancelled{--row-tone:#f04452}
.dashboard-situation-table td{
  height:72px;
  padding:0 22px;
  color:#0f1822;
  font-size:20px;
  font-weight:760;
  vertical-align:middle;
}
.dashboard-situation-table td:first-child{
  display:flex;
  align-items:center;
  gap:18px;
}
.dashboard-situation-table td:nth-child(n+2){text-align:center}
.situation-row-icon{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--row-tone,#0a8f5a);
  background:color-mix(in srgb,var(--row-tone,#0a8f5a) 14%,#fff);
  flex:0 0 auto;
}
.dashboard-situation-table td:nth-child(4){
  display:grid;
  grid-template-columns:54px minmax(100px,150px);
  justify-content:center;
  gap:16px;
  align-items:center;
}
.dashboard-situation-table td:nth-child(4) span{font-weight:760}
.dashboard-situation-table em{width:150px}
.dashboard-situation-table tr.sent em i{background:#0a8f5a}
.dashboard-situation-table tr.analysis em i{background:#0a8f5a}
.dashboard-situation-table tr.approved em i{background:#e5a000}
.dashboard-situation-table tr.rejected em i{background:#e47b00}
.dashboard-situation-table tr.cancelled em i{background:#dc3742}
.dashboard-situation-card footer{
  min-height:90px;
  border-top:1px solid #edf2ef;
  display:flex;
  align-items:center;
  padding:0 30px;
}
.dashboard-situation-card footer .dashboard-link{
  margin:0;
  font-size:22px;
  gap:16px;
}
.dashboard-alerts{display:flex;flex-direction:column;min-height:0}
.dashboard-alert-list{display:grid;gap:9px;padding:12px 12px 22px;max-height:380px;overflow:auto;scrollbar-width:thin;align-content:start}
.dashboard-alert-item{
  min-height:66px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  align-items:start;
  border:1px solid #e1ebe6;
  border-radius:9px;
  background:#fbfdfc;
  padding:11px 12px;
}
.dashboard-alert-icon{width:32px;height:32px;border-radius:9px;background:#e8f5ee;color:#0c6b47;display:grid;place-items:center}
.dashboard-alert-item.warning .dashboard-alert-icon{background:#fff3dc;color:#9a620b}
.dashboard-alert-item.critical .dashboard-alert-icon{background:#feecec;color:#ba3434}
.dashboard-alert-item.info .dashboard-alert-icon{background:#eaf3ff;color:#2e73b8}
.dashboard-alert-item strong{display:block;min-width:0;font-size:14px;line-height:1.25;color:#14231c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-alert-item p{margin:4px 0 0;color:#5d6a64;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dashboard-alert-item small{display:block;margin-top:6px;color:#697770;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-alert-more{border:1px dashed #d6e2dc;border-radius:9px;padding:10px;text-align:center;color:#0c6b47;font-size:13px;font-weight:750;background:#f8fbf9}
.alert-empty{min-height:270px;display:grid;place-items:center;text-align:center;padding:24px;color:#66756d}
.alert-empty svg{color:#0c6b47;background:#e8f5ee;border-radius:16px;padding:10px;width:62px!important;height:62px!important}
.alert-empty strong{display:block;color:#14231c;font-size:15px}.alert-empty small{display:block;margin-top:5px;font-size:13px}
.donut-wrap{display:grid;grid-template-columns:142px minmax(0,1fr);gap:20px;align-items:center;padding:22px 18px 18px}
.donut-chart{
  width:130px;
  height:130px;
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;
}
.donut-chart:before{content:"";position:absolute;width:82px;height:82px;border-radius:50%;background:#fff}
.donut-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:82px;height:82px;text-align:center;line-height:1}
.donut-center strong{font-size:25px;line-height:1;color:#14231c}
.donut-center span{display:block;margin-top:5px;font-size:12px;color:#66756d}
.donut-legend{display:grid;gap:10px;font-size:14px}
.donut-legend span{display:flex;align-items:center;justify-content:space-between;gap:9px;color:#33443b}
.donut-legend i{width:10px;height:10px;border-radius:3px;background:#d8dedb;margin-right:4px;flex:0 0 auto}
.donut-legend i.excellent,.donut-legend i.ok{background:#108a5c}.donut-legend i.warn{background:#f0ad21}.donut-legend i.high{background:#ef7d24}.donut-legend i.bad{background:#d93636}
.donut-legend b{font-size:13px;color:#15241d}
.dashboard-import-health .donut-wrap{
  grid-template-columns:132px minmax(168px,1fr);
  gap:20px;
  padding:22px 16px 18px;
}
.dashboard-import-health .donut-chart{
  width:124px;
  height:124px;
}
.dashboard-import-health .donut-chart:before{
  width:78px;
  height:78px;
}
.dashboard-import-health .donut-center{
  width:78px;
  height:78px;
}
.dashboard-import-health .donut-legend{
  gap:12px;
  min-width:0;
}
.dashboard-import-health .donut-legend span{
  display:grid;
  grid-template-columns:12px minmax(88px,1fr) minmax(62px,max-content);
  gap:10px;
  align-items:center;
  color:#33443b;
}
.dashboard-import-health .donut-legend i{margin:0}
.dashboard-import-health .donut-legend b{
  justify-self:end;
  text-align:right;
  white-space:nowrap;
  line-height:1.15;
}
.dashboard-activity-table{width:100%;border-collapse:collapse}
.dashboard-activity-table th,.dashboard-activity-table td{padding:11px 12px;border-bottom:1px solid #edf2ef;text-align:left;font-size:13px;white-space:nowrap;vertical-align:middle}
.dashboard-activity-table th{font-size:12px;text-transform:uppercase;letter-spacing:0;color:#66756d}
.dashboard-activity-table td:nth-child(2){white-space:normal;min-width:210px}
.dashboard-activity-table td:nth-child(2) strong{display:block;font-size:13px;color:#14231c}
.dashboard-activity-table td:nth-child(2) small{display:block;margin-top:3px;font-size:12px;color:#66756d;line-height:1.35}
.dashboard-activity-table td:first-child svg{color:#0c7a52;background:#e8f5ee;border-radius:8px;padding:4px;width:26px!important;height:26px!important}
.dashboard-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:12px}
.dashboard-quick-grid button{
  min-height:64px;
  border:1px solid #dfe8e3;
  border-radius:9px;
  background:#fbfdfc;
  color:#25382f;
  display:grid;
  place-items:center;
  gap:5px;
  padding:8px;
  font-size:13px;
  font-weight:700;
  text-align:center;
}
.dashboard-quick-grid button:hover,.dashboard-quick-grid button:focus-visible{background:#edf8f2;color:#08784d;border-color:#c3dece;outline:0}
.dashboard-bottom-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  border:1px solid var(--dash-line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 30px rgba(17,31,25,.04);
  overflow:hidden;
}
.dashboard-bottom-strip article{
  min-height:88px;
  padding:15px 18px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:13px;
  align-items:center;
  border-right:1px solid #edf2ef;
}
.dashboard-bottom-strip article:last-child{border-right:0}
.dashboard-bottom-strip article>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#e8f5ee;color:#0c7a52}
.dashboard-bottom-strip .blue>span{background:#eaf3ff;color:#2e73b8}.dashboard-bottom-strip .amber>span{background:#fff3dc;color:#9a620b}.dashboard-bottom-strip .red>span{background:#feecec;color:#ba3434}
.dashboard-bottom-strip strong{display:block;color:#2b3932;font-size:13px;text-transform:uppercase}.dashboard-bottom-strip b{display:block;margin-top:4px;font-size:22px;color:#08150f}.dashboard-bottom-strip small{display:block;margin-top:4px;color:#66756d;font-size:13px}
.dashboard-empty-chart,.dashboard-empty-small{min-height:292px;display:grid;place-items:center;text-align:center;padding:28px;color:#66756d}
.dashboard-empty-chart svg,.dashboard-empty-small svg{color:#0c6b47;background:#e8f5ee;border-radius:14px;padding:10px;width:62px!important;height:62px!important}
.dashboard-empty-chart strong,.dashboard-empty-small strong{display:block;color:#14231c;font-size:15px}.dashboard-empty-chart small,.dashboard-empty-small small{display:block;max-width:360px;font-size:13px;line-height:1.45}
.dashboard-filter-menu{position:absolute;right:0;top:48px;z-index:20;display:grid;grid-template-columns:repeat(2,max-content);gap:6px;padding:9px;border:1px solid #dce8e2;border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(15,35,25,.14)}
.dashboard-filter-menu button{height:34px;border:1px solid #dce8e2;border-radius:8px;background:#fbfdfc;color:#21362d;padding:0 10px;font-size:13px;font-weight:750;white-space:nowrap}
.dashboard-filter-menu button:hover{border-color:#0c6b47;color:#0c6b47;background:#edf8f2}
.dashboard-date-menu{
  position:absolute;
  right:98px;
  top:48px;
  z-index:30;
  width:340px;
  border:1px solid #dce8e2;
  border-radius:12px;
  background:#fff;
  box-shadow:0 24px 58px rgba(15,35,25,.18);
  padding:12px;
}
.dashboard-date-presets{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.dashboard-date-presets button,
.dashboard-date-menu footer button{
  height:36px;
  border:1px solid #dce8e2;
  border-radius:9px;
  background:#fbfdfc;
  color:#21362d;
  font-size:13px;
  font-weight:760;
}
.dashboard-date-presets button:hover{border-color:#0c6b47;color:#0c6b47;background:#edf8f2}
.dashboard-date-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.dashboard-date-fields label{
  display:grid;
  gap:6px;
  color:#5f6e67;
  font-size:11px;
  font-weight:760;
  text-transform:uppercase;
}
.dashboard-date-fields input{
  width:100%;
  height:38px;
  border:1px solid #dce8e2;
  border-radius:9px;
  background:#fff;
  color:#17251f;
  padding:0 10px;
  font-size:13px;
}
.dashboard-date-menu footer{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #edf2ef;
}
.dashboard-date-menu footer .primary{
  border-color:#08784d;
  background:#08784d;
  color:#fff;
}
.dashboard-notification-backdrop{
  position:fixed;
  inset:0;
  z-index:3000;
  background:rgba(14,29,23,.48);
  display:flex;
  justify-content:flex-end;
  outline:0;
}
.dashboard-notification-drawer{
  --notif-green:#007a55;
  --notif-green-dark:#006b4f;
  --notif-text:#17231e;
  --notif-muted:#66746e;
  --notif-line:#dee8e3;
  width:min(520px,100vw);
  min-width:min(500px,100vw);
  max-width:540px;
  height:100vh;
  background:#fff;
  box-shadow:-16px 0 40px rgba(20,42,33,.12);
  display:flex;
  flex-direction:column;
  color:var(--notif-text);
  font-family:Inter,"Segoe UI Variable Text","Segoe UI",Arial,sans-serif;
  animation:dashboardDrawerIn .24s cubic-bezier(.2,.8,.2,1);
}
@keyframes dashboardDrawerIn{from{transform:translateX(38px);opacity:.65}to{transform:translateX(0);opacity:1}}
.notification-drawer-header{
  min-height:92px;
  padding:18px 22px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  background:#fff;
}
.dashboard-drawer-kicker{
  display:block;
  color:var(--notif-green);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.1;
}
.dashboard-notification-drawer h3{
  margin:5px 0 5px;
  color:#0f1f19;
  font-size:25px;
  line-height:31px;
  font-weight:700;
  letter-spacing:0;
}
.dashboard-notification-drawer small{color:var(--notif-muted);font-size:13px;line-height:1.25;font-weight:400}
.notification-drawer-header button{
  width:40px;
  height:40px;
  border:1px solid #dee8e3;
  border-radius:11px;
  background:#fff;
  color:#263b33;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.notification-drawer-header button:hover,.notification-drawer-header button:focus-visible{background:#f3f8f5;outline:2px solid rgba(0,122,85,.18);outline-offset:2px}
.notification-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0 22px 12px;
}
.notification-summary article{
  min-height:58px;
  border-radius:11px;
  padding:10px 12px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  align-items:center;
}
.notification-summary article>span{
  width:36px;
  height:36px;
  border-radius:999px;
  display:grid;
  place-items:center;
}
.notification-summary article.critical{background:#fff0f0}.notification-summary article.critical>span{background:#ffe0e0;color:#d83a3a}
.notification-summary article.warning{background:#fff5df}.notification-summary article.warning>span{background:#ffe8b8;color:#d98500}
.notification-summary article.info{background:#eaf5f2}.notification-summary article.info>span{background:#d6eee8;color:#39736a}
.notification-summary small{display:block;color:#4f5f58;font-size:11px;line-height:1.05}
.notification-summary strong{display:block;margin-top:2px;color:#17231e;font-size:20px;line-height:1;font-weight:700}
.notification-controls{
  padding:0 22px 10px;
  background:#fff;
  flex:0 0 auto;
}
.notification-mark-row{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  color:#81918a;
  font-size:12px;
}
.notification-mark-row button{
  min-height:36px;
  border:0;
  background:transparent;
  color:var(--notif-green);
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 2px;
  font-size:12.5px;
  font-weight:600;
  cursor:pointer;
}
.notification-mark-row button.loading{opacity:.7;cursor:wait}
.notification-divider{height:1px;background:#e8efeb;margin:0 0 14px}
.notification-search-row{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 42px;
  gap:10px;
  align-items:center;
}
.notification-search{
  height:42px;
  border:1px solid #d9e5df;
  border-radius:10px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr) 26px;
  gap:8px;
  align-items:center;
  padding:0 11px 0 13px;
  background:#fff;
  color:#52655d;
}
.notification-search:hover{border-color:#c9dbd2}
.notification-search:focus-within{border-color:var(--notif-green);box-shadow:0 0 0 3px rgba(0,122,85,.09)}
.notification-search input{
  min-width:0;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#17231e;
  font-size:13px;
}
.notification-search input::placeholder{color:#98a39e}
.notification-search button{width:24px;height:24px;border:0;background:transparent;color:#66746e;display:grid;place-items:center;cursor:pointer}
.notification-filter-wrap{position:relative}
.notification-filter-wrap>button{
  width:42px;
  height:42px;
  border:1px solid #d9e5df;
  border-radius:10px;
  background:#fff;
  color:#263b33;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.notification-filter-wrap>button:hover,.notification-filter-wrap>button.active{border-color:#bdd8cc;background:#f8fcfa;color:var(--notif-green)}
.notification-filter-popover{
  position:absolute;
  top:48px;
  right:0;
  z-index:3;
  width:234px;
  padding:12px;
  border:1px solid #dce7e1;
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 40px rgba(19,44,32,.12);
  display:grid;
  gap:10px;
}
.notification-filter-popover label{display:grid;gap:5px;color:#66746e;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.notification-filter-popover select{height:36px;border:1px solid #dce7e1;border-radius:9px;background:#fff;color:#17231e;padding:0 9px;font-size:12px;text-transform:none;letter-spacing:0;font-weight:500}
.notification-quick-filters{
  display:flex;
  gap:8px;
  padding-top:10px;
  overflow-x:auto;
  scrollbar-width:none;
}
.notification-quick-filters::-webkit-scrollbar{display:none}
.notification-quick-filters button{
  height:34px;
  border:1px solid #dce7e1;
  border-radius:999px;
  background:#fff;
  color:#1d3028;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  font-size:12px;
  font-weight:600;
  white-space:nowrap;
  cursor:pointer;
}
.notification-quick-filters button b{min-width:19px;height:19px;border-radius:999px;background:#e7f5ef;color:#007a55;display:grid;place-items:center;padding:0 5px;font-size:11px;line-height:1}
.notification-quick-filters button.active{border-color:var(--notif-green);background:var(--notif-green);color:#fff}
.notification-quick-filters button.active b{background:rgba(255,255,255,.18);color:#fff}
.dashboard-notification-list{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  padding:0 18px 14px;
  background:#fff;
  scrollbar-width:thin;
  scrollbar-color:#c9d8d1 transparent;
}
.dashboard-notification-group{display:grid;gap:8px;margin-top:12px}
.dashboard-notification-group h4{
  margin:0;
  color:#75827c;
  font-size:11px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:.03em;
}
.dashboard-notification-group>div{display:grid;gap:9px}
.dashboard-notification-card{
  position:relative;
  width:100%;
  min-height:88px;
  border:1px solid #dee8e3;
  border-radius:10px;
  background:#fff;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto 32px;
  gap:11px;
  align-items:start;
  padding:12px 10px 12px 14px;
  transition:background .16s ease,border-color .16s ease;
  cursor:pointer;
}
.dashboard-notification-card:hover,.dashboard-notification-card:focus-visible{border-color:#bdd8cc;background:#f8fcfa;outline:0}
.dashboard-notification-card.unread{
  background:#f5fbf8;
  border-left:3px solid #0a8a61;
  padding-left:12px;
}
.notification-priority-icon{
  width:38px;
  height:38px;
  border-radius:9px;
  display:grid;
  place-items:center;
}
.priority-critical .notification-priority-icon{background:#fff0f0;color:#d83a3a}
.priority-warning .notification-priority-icon{background:#fff5df;color:#d98500}
.priority-info .notification-priority-icon{background:#eaf5f2;color:#39736a}
.notification-card-copy{min-width:0;display:grid;gap:4px}
.notification-card-title{display:flex;align-items:center;gap:7px;min-width:0}
.notification-card-title strong{
  min-width:0;
  color:#17231e;
  font-size:14px;
  line-height:18px;
  font-weight:700;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.dashboard-notification-card.read .notification-card-title strong{font-weight:650}
.notification-card-title i{width:7px;height:7px;border-radius:999px;background:#0a8a61;flex:0 0 auto}
.notification-card-copy p{
  margin:0;
  color:#66746e;
  font-size:12.5px;
  line-height:18px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.notification-card-copy small{color:#7a8882;font-size:12px;line-height:1.1}
.notification-category-badge{
  max-width:104px;
  height:24px;
  border-radius:999px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#59655f;
  background:#edf2ef;
  font-size:10.5px;
  line-height:1;
  font-weight:600;
  white-space:nowrap;
}
.notification-category-badge.bureau{background:#ffe7e7;color:#b83232}
.notification-category-badge.pagamento{background:#fff1d8;color:#b56b00}
.notification-category-badge.validacao{background:#eef2f0;color:#52625b}
.notification-category-badge.proposta{background:#e8f6ef;color:#007a55}
.notification-category-badge.financeiro{background:#eaf5f2;color:#39736a}
.notification-card-chevron{
  width:32px;
  height:32px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#1f332b;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.notification-card-chevron:hover{background:#edf7f2;color:var(--notif-green)}
.dashboard-notification-actions{display:flex;gap:8px;margin-top:5px}
.dashboard-notification-actions button{
  height:32px;
  border:1px solid #0a8a61;
  border-radius:7px;
  background:#fff;
  color:#007a55;
  padding:0 14px;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
}
.dashboard-notification-empty{
  min-height:260px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  color:#7a8882;
  text-align:center;
  padding:24px;
}
.dashboard-notification-empty strong{color:#17231e;font-size:15px}
.dashboard-notification-empty span{font-size:13px;line-height:1.35}
.dashboard-notification-empty button{height:34px;border:1px solid #d7e4de;border-radius:8px;background:#fff;color:#007a55;padding:0 12px;font-weight:600;cursor:pointer}
.notification-drawer-footer{
  flex:0 0 auto;
  min-height:68px;
  padding:12px 18px calc(12px + env(safe-area-inset-bottom));
  border-top:1px solid #e2eae6;
  background:#fff;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:10px;
}
.notification-drawer-footer button{
  height:44px;
  border:1px solid #d7e4de;
  border-radius:9px;
  background:#fff;
  color:#15412f;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
}
.notification-drawer-footer button.primary{border-color:var(--notif-green);background:var(--notif-green);color:#fff}
.notification-drawer-footer button.primary:hover{background:#006b4f}
.dashboard-drawer-open{overflow:hidden}
@media(max-width:760px){
  .dashboard-notification-drawer{width:100vw;min-width:0}
  .notification-summary{gap:8px;padding-inline:16px}
  .notification-controls{padding-inline:16px}
  .dashboard-notification-list{padding-inline:14px}
  .dashboard-notification-card{grid-template-columns:36px minmax(0,1fr) 30px}
  .notification-category-badge{grid-column:2/3;justify-self:start}
  .notification-card-chevron{grid-column:3;grid-row:1/3}
}
@media(max-width:430px){
  .notification-drawer-footer{grid-template-columns:1fr}
  .notification-summary article{padding:9px 8px;grid-template-columns:30px minmax(0,1fr)}
  .notification-summary article>span{width:30px;height:30px}
}
@media(prefers-reduced-motion:reduce){
  .dashboard-notification-drawer{animation:none}
  .dashboard-notification-card,.notification-drawer-header button,.notification-quick-filters button{transition:none}
}
.dashboard-kpi[role=button],.dashboard-link,.dashboard-date,.dashboard-filter,.dashboard-card-head button,.dashboard-quick-grid button{cursor:pointer}
.dashboard-kpi[role=button]{transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}
.dashboard-kpi[role=button]:hover,.dashboard-kpi[role=button]:focus-visible{border-color:#bcd8ca;box-shadow:0 16px 34px rgba(18,38,28,.075);transform:translateY(-1px);outline:0}
.dashboard-situation-card{
  grid-column:auto;
}
.dashboard-situation-card .dashboard-situation-head{
  min-height:52px;
  padding:14px 18px;
  gap:12px;
}
.dashboard-situation-card .dashboard-situation-head>div{
  gap:10px;
}
.dashboard-situation-card .dashboard-situation-title-icon{
  width:34px;
  height:34px;
  border-radius:10px;
}
.dashboard-situation-card .dashboard-situation-title-icon svg{
  width:18px!important;
  height:18px!important;
}
.dashboard-situation-card .dashboard-situation-head h3{
  font-size:16px;
  font-weight:720;
}
.dashboard-situation-card .dashboard-situation-head button{
  min-width:auto;
  height:34px;
  border-radius:9px;
  gap:7px;
  padding:0 11px;
  font-size:13px;
  font-weight:650;
}
.dashboard-situation-card .dashboard-situation-head button svg{
  width:14px!important;
  height:14px!important;
}
.dashboard-situation-card .dashboard-situation-body{
  grid-template-columns:150px minmax(0,1fr);
  gap:16px;
  padding:18px 18px 8px;
  align-items:start;
}
.dashboard-situation-card .dashboard-situation-summary{
  gap:14px;
}
.dashboard-situation-card .dashboard-situation-donut{
  width:140px;
  height:140px;
}
.dashboard-situation-card .dashboard-situation-donut:before{
  width:86px;
  height:86px;
}
.dashboard-situation-card .dashboard-situation-donut strong{
  font-size:30px;
}
.dashboard-situation-card .dashboard-situation-donut span{
  font-size:12px;
}
.dashboard-situation-card .dashboard-situation-trend{
  width:140px;
  min-height:48px;
  grid-template-columns:32px auto;
  column-gap:8px;
  padding:8px 10px;
}
.dashboard-situation-card .dashboard-situation-trend svg{
  width:30px!important;
  height:30px!important;
  padding:6px;
  border-radius:8px;
}
.dashboard-situation-card .dashboard-situation-trend strong{
  font-size:16px;
}
.dashboard-situation-card .dashboard-situation-trend span{
  font-size:10px;
}
.dashboard-situation-card .dashboard-situation-detail{
  gap:12px;
  overflow:visible;
}
.dashboard-situation-card .dashboard-situation-cards{
  display:none;
}
.dashboard-situation-card .dashboard-situation-table{
  min-width:0;
  border-collapse:collapse;
}
.dashboard-situation-card .dashboard-situation-table thead th{
  padding:0 8px 9px;
  font-size:11px;
  white-space:nowrap;
}
.dashboard-situation-card .dashboard-situation-table td{
  height:46px;
  padding:0 8px;
  font-size:13px;
  font-weight:700;
}
.dashboard-situation-card .dashboard-situation-table td:first-child{
  gap:8px;
}
.dashboard-situation-card .situation-row-icon{
  width:30px;
  height:30px;
}
.dashboard-situation-card .situation-row-icon svg{
  width:16px!important;
  height:16px!important;
}
.dashboard-situation-card .dashboard-situation-table td:nth-child(4){
  grid-template-columns:38px minmax(52px,82px);
  gap:8px;
}
.dashboard-situation-card .dashboard-situation-table em{
  width:82px;
  height:7px;
}
.dashboard-situation-card footer{
  min-height:42px;
  padding:0 18px 14px;
  border-top:0;
}
.dashboard-situation-card footer .dashboard-link{
  font-size:14px;
  gap:6px;
}
@media (max-width:1540px){
  .dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dashboard-grid-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .dashboard-alerts{grid-column:1/-1}
  .dashboard-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-situation-body{grid-template-columns:300px minmax(0,1fr);gap:24px;padding-left:32px}
  .dashboard-situation-donut{width:250px;height:250px}
  .dashboard-situation-donut:before{width:176px;height:176px}
  .dashboard-situation-cards{gap:12px}
  .dashboard-situation-cards article{min-height:228px;padding:18px 12px}
  .dashboard-situation-cards strong{font-size:36px}
  .dashboard-situation-cards em{font-size:16px}
}
@media (max-width:1080px){
  .dashboard-topbar{grid-template-columns:38px minmax(0,1fr)}
  .dashboard-header-actions{grid-column:1/-1;justify-self:stretch;justify-content:flex-end}
  .dashboard-kpis,.dashboard-grid-main,.dashboard-grid-secondary,.dashboard-bottom-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-bottom-strip article{border-right:0;border-bottom:1px solid #edf2ef}
  .dashboard-situation-head{min-height:auto;padding:22px;align-items:flex-start;flex-direction:column}
  .dashboard-situation-head h3{font-size:24px}
  .dashboard-situation-body{grid-template-columns:1fr;padding:24px}
  .dashboard-situation-summary{grid-template-columns:auto auto;justify-content:center;align-items:center;gap:22px}
  .dashboard-situation-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dashboard-situation-table{min-width:760px}
  .dashboard-situation-detail{overflow:auto}
}
@media (max-width:720px){
  .dashboard-enterprise{padding:14px 12px}
  .dashboard-topbar,.dashboard-kpis,.dashboard-grid-main,.dashboard-grid-secondary,.dashboard-bottom-strip{grid-template-columns:1fr}
  .dashboard-menu{display:none}
  .dashboard-header-actions{justify-content:stretch;flex-wrap:wrap}
  .dashboard-date{width:100%;min-width:0}
  .dashboard-funnel-layout,.donut-wrap{grid-template-columns:1fr}
  .dashboard-funnel{padding-right:0}
  .dashboard-activity{overflow:auto}
  .dashboard-activity-table{min-width:560px}
  .dashboard-line-chart{height:240px}
  .dashboard-situation-head button{width:100%;min-width:0}
  .dashboard-situation-summary{grid-template-columns:1fr}
  .dashboard-situation-donut{width:222px;height:222px}
  .dashboard-situation-donut:before{width:154px;height:154px}
  .dashboard-situation-donut strong{font-size:50px}
  .dashboard-situation-cards{grid-template-columns:1fr}
  .dashboard-situation-cards article{min-height:190px}
  .dashboard-situation-card footer{padding:20px 22px}
  .dashboard-situation-card footer .dashboard-link{font-size:18px}
  .dashboard-situation-card .dashboard-situation-body{grid-template-columns:1fr}
  .dashboard-situation-card .dashboard-situation-summary{grid-template-columns:1fr}
  .dashboard-situation-card .dashboard-situation-donut{width:150px;height:150px}
  .dashboard-situation-card .dashboard-situation-table{min-width:520px}
  .dashboard-situation-card .dashboard-situation-detail{overflow:auto}
}

/* Correção compacta e definitiva para o slot legado de situação. */
.dashboard-situation-card{
  grid-column:auto!important;
  min-height:430px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.dashboard-situation-card .dashboard-situation-head{
  min-height:58px!important;
  padding:14px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:1px solid #e8efeb;
}
.dashboard-situation-card .dashboard-situation-head>div{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0;
}
.dashboard-situation-card .dashboard-situation-title-icon{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  flex:0 0 auto;
}
.dashboard-situation-card .dashboard-situation-head h3{
  margin:0!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:760!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dashboard-situation-card .dashboard-situation-head button{
  height:34px!important;
  min-width:auto!important;
  flex:0 0 auto;
  padding:0 11px!important;
  border-radius:9px!important;
  gap:7px!important;
  font-size:13px!important;
  font-weight:700!important;
}
.dashboard-situation-compact{
  flex:1 1 auto;
  min-height:0;
  display:grid;
  grid-template-columns:156px minmax(0,1fr);
  gap:16px;
  padding:18px 18px 10px;
  align-items:start;
}
.dashboard-situation-compact aside{
  display:grid;
  justify-items:center;
  align-content:start;
  gap:14px;
  min-width:0;
}
.dashboard-situation-compact .dashboard-situation-donut{
  width:138px!important;
  height:138px!important;
  border-radius:50%;
}
.dashboard-situation-compact .dashboard-situation-donut:before{
  width:88px!important;
  height:88px!important;
}
.dashboard-situation-compact .dashboard-situation-donut>div{
  width:76px;
  display:grid;
  justify-items:center;
  gap:4px!important;
  text-align:center;
}
.dashboard-situation-compact .dashboard-situation-donut strong{
  font-size:29px!important;
  line-height:1!important;
  color:#101d27!important;
}
.dashboard-situation-compact .dashboard-situation-donut span{
  max-width:72px;
  font-size:10px!important;
  line-height:1.12!important;
  color:#50615a!important;
}
.dashboard-situation-compact .dashboard-situation-trend{
  width:138px!important;
  min-height:50px!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:0 8px!important;
  padding:8px 10px!important;
  border-radius:10px!important;
}
.dashboard-situation-compact .dashboard-situation-trend svg{
  width:30px!important;
  height:30px!important;
  padding:6px!important;
}
.dashboard-situation-compact .dashboard-situation-trend strong{
  font-size:16px!important;
}
.dashboard-situation-compact .dashboard-situation-trend span{
  font-size:10px!important;
  line-height:1.1!important;
}
.dashboard-situation-list{
  min-width:0;
  display:grid;
  gap:8px;
}
.dashboard-situation-row{
  min-width:0;
  min-height:48px;
  border:1px solid #e3ece7;
  border-left:3px solid var(--tone);
  border-radius:10px;
  background:linear-gradient(180deg,#fff 0%,color-mix(in srgb,var(--soft) 36%,#fff) 100%);
  display:grid;
  grid-template-columns:34px minmax(0,1fr) minmax(26px,max-content);
  gap:9px;
  align-items:center;
  padding:8px 10px 8px 9px;
}
.dashboard-situation-row>span{
  width:30px;
  height:30px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:var(--soft);
  color:var(--tone);
}
.dashboard-situation-row>div{
  min-width:0;
  display:grid;
  gap:4px;
}
.dashboard-situation-row strong{
  min-width:0;
  color:#17241f;
  font-size:13px;
  line-height:1.05;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dashboard-situation-row small{
  min-width:0;
  color:#66756d;
  font-size:10px;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dashboard-situation-row b{
  display:block;
  width:100%;
  height:5px;
  border-radius:999px;
  background:#e8eeeb;
  overflow:hidden;
}
.dashboard-situation-row b i{
  display:block;
  height:100%;
  border-radius:999px;
  background:var(--tone);
}
.dashboard-situation-row em{
  justify-self:end;
  color:#09150f;
  font-size:16px;
  line-height:1;
  font-style:normal;
  font-weight:850;
}
.dashboard-situation-card footer{
  flex:0 0 auto;
  min-height:46px!important;
  padding:0 18px 14px!important;
  border-top:0!important;
}
.dashboard-situation-card footer .dashboard-link{
  margin:0!important;
  font-size:14px!important;
  line-height:1!important;
  gap:6px!important;
}
@media (max-width:720px){
  .dashboard-situation-compact{grid-template-columns:1fr}
  .dashboard-situation-compact aside{grid-template-columns:138px 138px;justify-content:center}
}

/* Visual refinement: cleaner dashboard command bar and import health card. */
.dashboard-enterprise{
  gap:15px!important;
  padding-top:8px!important;
}
.dashboard-topbar{
  margin-top:4px!important;
}
.dashboard-topbar-clean{
  min-height:46px!important;
  grid-template-columns:minmax(0,1fr)!important;
  justify-items:end!important;
  gap:0!important;
  padding:0 0 8px!important;
}
.dashboard-header-actions{
  grid-column:1!important;
  gap:0!important;
  justify-self:end!important;
}
.dashboard-menu,
.dashboard-search{
  display:none!important;
}
.dashboard-filter,
.dashboard-bell,
.dashboard-divider{
  display:none!important;
}
.dashboard-date{
  min-width:224px!important;
}
.dashboard-grid-secondary{
  grid-template-columns:minmax(300px,.95fr) minmax(365px,1.12fr) minmax(420px,1.32fr) minmax(270px,.92fr)!important;
}
.dashboard-import-health .donut-wrap{
  grid-template-columns:128px minmax(188px,1fr)!important;
  gap:16px!important;
  align-items:center!important;
}
.dashboard-import-health .donut-chart{
  width:112px!important;
  height:112px!important;
}
.dashboard-import-health .donut-legend{
  min-width:0!important;
  gap:10px!important;
}
.dashboard-import-health .donut-legend span{
  display:grid!important;
  grid-template-columns:12px minmax(88px,1fr) max-content!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:initial!important;
  min-width:0!important;
  color:#4f5e57!important;
  font-size:12.5px!important;
  line-height:1.15!important;
}
.dashboard-import-health .donut-legend i{
  margin:0!important;
}
.dashboard-import-health .donut-legend b{
  white-space:nowrap!important;
  font-size:12px!important;
  color:#17261f!important;
}
@media(max-width:1700px){
  .dashboard-grid-secondary{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  }
  .dashboard-activity{
    grid-column:auto!important;
  }
}
@media(max-width:900px){
  .dashboard-grid-secondary{
    grid-template-columns:1fr!important;
  }
}

/* Dashboard Golden Master shell alignment. */
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise){
  padding:18px 16px 18px!important;
  background:#fff!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) #pageBody{
  min-height:auto!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .admin-top{
  min-height:54px!important;
  margin:24px 0 8px!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .admin-page-actions{
  align-items:flex-start!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-enterprise{
  width:100%!important;
  max-width:1226px!important;
  gap:10px!important;
  padding:0!important;
  color:#0d1b15!important;
}
#adminApp.admin-shell .dashboard-header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  width:auto!important;
  min-height:42px!important;
  position:relative!important;
}
#adminApp.admin-shell .dashboard-date,
#adminApp.admin-shell .dashboard-filter{
  height:42px!important;
  border:1px solid #dfe8e3!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#0d1b15!important;
  box-shadow:0 10px 28px rgba(17,31,25,.045)!important;
}
#adminApp.admin-shell .dashboard-date{
  min-width:224px!important;
  padding:0 14px!important;
  justify-content:center!important;
  gap:10px!important;
  font-size:12px!important;
  font-weight:850!important;
}
#adminApp.admin-shell .dashboard-date span{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell .dashboard-filter{
  display:grid!important;
  width:42px!important;
  min-width:42px!important;
  padding:0!important;
  place-items:center!important;
}
#adminApp.admin-shell .dashboard-date-menu{
  right:56px!important;
  top:52px!important;
}
#adminApp.admin-shell .dashboard-filter-menu{
  right:0!important;
  top:52px!important;
}
#adminApp.admin-shell .dashboard-kpis{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:10px!important;
}
#adminApp.admin-shell .dashboard-kpi{
  min-width:0!important;
  min-height:164px!important;
  height:164px!important;
  padding:16px 15px 14px!important;
  border:1px solid #dfe8e3!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(17,31,25,.06)!important;
  gap:8px!important;
}
#adminApp.admin-shell .dashboard-kpi-head{
  gap:9px!important;
  align-items:center!important;
}
#adminApp.admin-shell .dashboard-kpi-icon{
  width:31px!important;
  height:31px!important;
  border-radius:9px!important;
  background:#e9f7f0!important;
  color:#078653!important;
}
#adminApp.admin-shell .dashboard-kpi.warn .dashboard-kpi-icon{
  background:#fff0f0!important;
  color:#f01616!important;
}
#adminApp.admin-shell .dashboard-kpi-title{
  color:#18241f!important;
  font-size:11px!important;
  line-height:1.15!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell .dashboard-kpi strong{
  margin:4px 0 0!important;
  color:#081611!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:900!important;
}
#adminApp.admin-shell .dashboard-kpi em{
  margin:0!important;
  color:#26352e!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-style:normal!important;
}
#adminApp.admin-shell .dashboard-sparkline{
  width:74px!important;
  height:31px!important;
  align-self:flex-start!important;
  margin-top:auto!important;
}
#adminApp.admin-shell .dashboard-sparkline polyline{
  stroke:#078653!important;
  stroke-width:1.9!important;
  fill:none!important;
}
#adminApp.admin-shell .dashboard-kpi.warn .dashboard-sparkline polyline,
#adminApp.admin-shell .dashboard-sparkline.down polyline{
  stroke:#f01616!important;
}
#adminApp.admin-shell .dashboard-kpi small{
  margin:0!important;
  color:#64716b!important;
  font-size:11px!important;
  line-height:1.2!important;
  gap:7px!important;
  white-space:normal!important;
}
#adminApp.admin-shell .dashboard-kpi small span{
  white-space:nowrap!important;
}
#adminApp.admin-shell .dashboard-kpi small b{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  border-radius:6px!important;
  background:#e8f7ef!important;
  color:#078653!important;
}
#adminApp.admin-shell .dashboard-kpi.warn small b{
  background:#fff0f0!important;
  color:#f01616!important;
}
#adminApp.admin-shell .dashboard-grid-main{
  display:grid!important;
  grid-template-columns:minmax(420px,1.12fr) minmax(380px,.99fr) minmax(320px,.83fr)!important;
  gap:10px!important;
  align-items:stretch!important;
}
#adminApp.admin-shell .dashboard-grid-secondary{
  display:grid!important;
  grid-template-columns:minmax(250px,.9fr) minmax(280px,1fr) minmax(360px,1.36fr) minmax(246px,.84fr)!important;
  gap:10px!important;
  align-items:stretch!important;
}
#adminApp.admin-shell .dashboard-card{
  min-width:0!important;
  border:1px solid #dfe8e3!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(17,31,25,.055)!important;
  overflow:hidden!important;
}
#adminApp.admin-shell .dashboard-grid-main>.dashboard-card{
  min-height:388px!important;
  height:388px!important;
}
#adminApp.admin-shell .dashboard-grid-secondary>.dashboard-card{
  min-height:270px!important;
  height:270px!important;
}
#adminApp.admin-shell .dashboard-card-head,
#adminApp.admin-shell .dashboard-situation-card .dashboard-situation-head{
  min-height:58px!important;
  padding:13px 16px!important;
  border-bottom:1px solid #e8efeb!important;
}
#adminApp.admin-shell .dashboard-card-head h3,
#adminApp.admin-shell .dashboard-situation-card .dashboard-situation-head h3{
  color:#102019!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell .dashboard-card-head button,
#adminApp.admin-shell .dashboard-granularity,
#adminApp.admin-shell .dashboard-situation-card .dashboard-situation-head button{
  min-height:34px!important;
  height:34px!important;
  border:1px solid #dfe8e3!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#12211a!important;
  font-size:11px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
#adminApp.admin-shell .dashboard-granularity{
  padding:0 10px!important;
}
#adminApp.admin-shell .chart-legend{
  gap:24px!important;
  padding:18px 22px 0!important;
  color:#2b3832!important;
  font-size:12px!important;
}
#adminApp.admin-shell .chart-legend span:before{
  height:2px!important;
  background:#078653!important;
}
#adminApp.admin-shell .chart-legend .approved:before{
  background:#14a46a!important;
}
#adminApp.admin-shell .chart-legend .rejected:before{
  background:#f01616!important;
}
#adminApp.admin-shell .dashboard-chart-shell{
  padding:0 8px!important;
}
#adminApp.admin-shell .dashboard-line-chart{
  height:220px!important;
  padding:0 12px 4px!important;
}
#adminApp.admin-shell .chart-area{
  fill:rgba(7,134,83,.08)!important;
}
#adminApp.admin-shell .chart-line.sent,
#adminApp.admin-shell .chart-line.approved{
  stroke:#078653!important;
}
#adminApp.admin-shell .chart-line.rejected{
  stroke:#f01616!important;
}
#adminApp.admin-shell .axis-labels text{
  fill:#64716b!important;
  font-size:11px!important;
}
#adminApp.admin-shell .dashboard-link{
  margin:0 16px 16px!important;
  color:#078653!important;
  font-size:12px!important;
  font-weight:850!important;
}
#adminApp.admin-shell .dashboard-situation-card{
  min-height:388px!important;
  height:388px!important;
  grid-column:auto!important;
}
#adminApp.admin-shell .dashboard-situation-compact{
  grid-template-columns:136px minmax(0,1fr)!important;
  gap:14px!important;
  padding:18px 16px 10px!important;
}
#adminApp.admin-shell .dashboard-situation-compact .dashboard-situation-donut{
  width:126px!important;
  height:126px!important;
}
#adminApp.admin-shell .dashboard-situation-compact .dashboard-situation-donut:before{
  width:80px!important;
  height:80px!important;
}
#adminApp.admin-shell .dashboard-situation-compact .dashboard-situation-donut strong{
  font-size:29px!important;
}
#adminApp.admin-shell .dashboard-situation-compact .dashboard-situation-trend{
  width:126px!important;
  min-height:52px!important;
}
#adminApp.admin-shell .dashboard-situation-row{
  min-height:50px!important;
  border-radius:9px!important;
  grid-template-columns:32px minmax(0,1fr) max-content!important;
  gap:8px!important;
  padding:8px 10px!important;
}
#adminApp.admin-shell .dashboard-situation-row>span{
  width:29px!important;
  height:29px!important;
  border-radius:8px!important;
}
#adminApp.admin-shell .dashboard-situation-row strong{
  font-size:12px!important;
}
#adminApp.admin-shell .dashboard-situation-row small{
  font-size:9.5px!important;
}
#adminApp.admin-shell .dashboard-situation-row em{
  font-size:14px!important;
}
#adminApp.admin-shell .dashboard-alerts{
  min-height:388px!important;
  height:388px!important;
  grid-column:auto!important;
}
#adminApp.admin-shell .dashboard-alert-list{
  max-height:306px!important;
  padding:12px 13px 14px!important;
  gap:8px!important;
}
#adminApp.admin-shell .dashboard-alert-item{
  min-height:59px!important;
  grid-template-columns:31px minmax(0,1fr)!important;
  gap:9px!important;
  border-left-width:3px!important;
  border-radius:8px!important;
  padding:9px 10px!important;
  background:#fffdf9!important;
}
#adminApp.admin-shell .dashboard-alert-item.warning{
  border-left-color:#f1a31b!important;
}
#adminApp.admin-shell .dashboard-alert-item.critical{
  border-left-color:#f01616!important;
}
#adminApp.admin-shell .dashboard-alert-icon{
  width:24px!important;
  height:24px!important;
  border-radius:8px!important;
}
#adminApp.admin-shell .dashboard-alert-item strong{
  font-size:12px!important;
  line-height:1.2!important;
}
#adminApp.admin-shell .dashboard-alert-item p{
  margin-top:3px!important;
  font-size:11px!important;
  line-height:1.24!important;
}
#adminApp.admin-shell .donut-wrap{
  grid-template-columns:122px minmax(0,1fr)!important;
  gap:16px!important;
  padding:26px 16px 16px!important;
}
#adminApp.admin-shell .donut-chart{
  width:112px!important;
  height:112px!important;
}
#adminApp.admin-shell .donut-center strong{
  font-size:27px!important;
}
#adminApp.admin-shell .donut-center span{
  font-size:10px!important;
}
#adminApp.admin-shell .donut-legend{
  gap:9px!important;
}
#adminApp.admin-shell .donut-legend span{
  display:grid!important;
  grid-template-columns:12px minmax(70px,1fr) max-content!important;
  align-items:center!important;
  gap:8px!important;
  font-size:12px!important;
  line-height:1.15!important;
}
#adminApp.admin-shell .donut-legend b{
  font-size:12px!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell .dashboard-import-health .donut-wrap{
  grid-template-columns:120px minmax(0,1fr)!important;
  gap:16px!important;
}
#adminApp.admin-shell .dashboard-activity .table-wrap{
  max-height:210px!important;
}
#adminApp.admin-shell .dashboard-activity-table th,
#adminApp.admin-shell .dashboard-activity-table td{
  padding:8px 12px!important;
  font-size:11px!important;
}
#adminApp.admin-shell .dashboard-quick-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  padding:13px!important;
}
#adminApp.admin-shell .dashboard-quick-grid button{
  min-height:60px!important;
  border-radius:9px!important;
  padding:10px 8px!important;
  color:#11211b!important;
  font-size:11px!important;
  font-weight:850!important;
}
#adminApp.admin-shell .dashboard-bottom-strip{
  display:none!important;
  margin-top:0!important;
  border-radius:8px!important;
}
@media(max-width:1480px){
  #adminApp.admin-shell .dashboard-kpis{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell .dashboard-grid-main,
  #adminApp.admin-shell .dashboard-grid-secondary{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell .dashboard-alerts,
  #adminApp.admin-shell .dashboard-activity{
    grid-column:auto!important;
  }
}
@media(max-width:1080px){
  #adminApp.admin-shell .dashboard-kpis,
  #adminApp.admin-shell .dashboard-grid-main,
  #adminApp.admin-shell .dashboard-grid-secondary,
  #adminApp.admin-shell .dashboard-bottom-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell .dashboard-header-actions{
    width:100%!important;
    justify-content:flex-start!important;
  }
}
@media(max-width:720px){
  #adminApp.admin-shell .admin-content:has(.dashboard-enterprise){
    padding:12px!important;
  }
  #adminApp.admin-shell .dashboard-kpis,
  #adminApp.admin-shell .dashboard-grid-main,
  #adminApp.admin-shell .dashboard-grid-secondary,
  #adminApp.admin-shell .dashboard-bottom-strip{
    grid-template-columns:1fr!important;
  }
  #adminApp.admin-shell .dashboard-date{
    width:100%!important;
    min-width:0!important;
    justify-content:space-between!important;
  }
  #adminApp.admin-shell .dashboard-header-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:8px!important;
  }
  #adminApp.admin-shell .dashboard-situation-compact,
  #adminApp.admin-shell .donut-wrap,
  #adminApp.admin-shell .dashboard-import-health .donut-wrap{
    grid-template-columns:1fr!important;
  }
  #adminApp.admin-shell .dashboard-situation-compact aside{
    grid-template-columns:132px 132px!important;
    justify-content:center!important;
  }
}

/* Dashboard oficial aprovado - fidelidade ao mockup desktop. */
#adminApp.admin-shell:has(.dashboard-enterprise){
  --app-shell-margin:0px!important;
  --app-shell-gap:0px!important;
  --drawer-expanded:246px!important;
  --drawer-width:246px!important;
  min-height:100vh!important;
  height:auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:246px minmax(0,1fr)!important;
  gap:0!important;
  background:#fff!important;
  overflow:visible!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  bottom:0!important;
  width:246px!important;
  min-width:246px!important;
  height:100vh!important;
  height:100dvh!important;
  min-height:100vh!important;
  max-height:100vh!important;
  max-height:100dvh!important;
  padding:0 14px 25px!important;
  border:0!important;
  border-radius:0!important;
  color:#f8fffb!important;
  background:
    radial-gradient(circle at 22% 6%,rgba(20,178,121,.25),rgba(20,178,121,.08) 31%,rgba(20,178,121,0) 58%),
    linear-gradient(180deg,#024937 0%,#013f32 48%,#00352d 100%)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  opacity:1!important;
  pointer-events:auto!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-brand{
  min-height:122px!important;
  padding:25px 0 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-brand-lockup{
  width:216px!important;
  height:76px!important;
  max-width:216px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-brand-logo{
  display:block!important;
  width:216px!important;
  height:76px!important;
  max-width:100%!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:center center!important;
  overflow:visible!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar nav{
  flex:1 1 auto!important;
  min-height:0!important;
  padding:0 2px 0 0!important;
  display:grid!important;
  align-content:start!important;
  gap:6px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-color:rgba(240,255,248,.28) transparent!important;
  scrollbar-width:thin!important;
  border:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar nav::-webkit-scrollbar{
  width:4px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar nav::-webkit-scrollbar-track{
  background:transparent!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar nav::-webkit-scrollbar-thumb{
  background:rgba(240,255,248,.26)!important;
  border-radius:999px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-group-chevron,
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-submenu{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn,
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-sub-btn{
  min-height:44px!important;
  padding:0 15px!important;
  display:grid!important;
  grid-template-columns:27px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  background:transparent!important;
  color:rgba(246,255,251,.95)!important;
  font-size:14.5px!important;
  font-weight:620!important;
  line-height:1.1!important;
  text-align:left!important;
  box-shadow:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn span,
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-sub-btn span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn svg,
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-sub-btn svg{
  width:20px!important;
  height:20px!important;
  color:#f8fffb!important;
  stroke-width:2.05!important;
  filter:drop-shadow(0 7px 13px rgba(0,36,28,.22))!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn.active,
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-group.active>.nav-btn{
  min-height:44px!important;
  border-color:rgba(157,255,218,.18)!important;
  background:linear-gradient(180deg,#0a9762 0%,#078653 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,31,24,.18),inset 0 1px 0 rgba(255,255,255,.10)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn:hover{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-foot{
  display:block!important;
  margin-top:auto!important;
  padding:26px 7px 0!important;
  border-top:1px solid rgba(240,255,248,.13)!important;
  background:transparent!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-card{
  width:100%!important;
  min-height:62px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 16px!important;
  gap:10px!important;
  align-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  text-align:left!important;
  box-shadow:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-avatar{
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#0fb06e!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:850!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-copy{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-copy strong{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:780!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-copy small{
  color:rgba(246,255,251,.86)!important;
  font-size:12px!important;
  line-height:1.1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-company{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar-user-chevron{
  color:#fff!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .drawer-collapse-btn,
#adminApp.admin-shell:has(.dashboard-enterprise) .drawer-company-scope:not(.topbar-company-scope),
#adminApp.admin-shell:has(.dashboard-enterprise) .drawer-legacy-action{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-content{
  min-width:0!important;
  width:100%!important;
  min-height:100vh!important;
  height:auto!important;
  padding:17px 28px 28px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
  overflow-x:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-workspace-topbar,
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-top,
#adminApp.admin-shell:has(.dashboard-enterprise) #pageBody{
  width:100%!important;
  max-width:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-workspace-topbar{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-topbar-left{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-topbar-right{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .workspace-menu-btn{
  width:42px!important;
  height:44px!important;
  min-width:42px!important;
  border:1px solid #dfe8e3!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#078653!important;
  box-shadow:0 10px 28px rgba(17,31,25,.04)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-global-search{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope{
  width:218px!important;
  min-width:218px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope .company-scope-button,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-date,
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user>.admin-bell,
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user-trigger{
  height:44px!important;
  min-height:44px!important;
  border:1px solid #dfe8e3!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#101d18!important;
  box-shadow:0 10px 28px rgba(17,31,25,.04)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope .company-scope-button{
  grid-template-columns:24px minmax(0,1fr) 14px!important;
  gap:8px!important;
  padding:0 12px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope .company-scope-button>i:first-child,
#adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope .company-scope-button>svg:first-child{
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope .company-scope-copy strong{
  color:#111f19!important;
  font-size:12px!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-topbar-actions{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-topbar-actions:empty,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-topbar-actions[hidden]{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-header-actions{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  width:auto!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-date{
  min-width:218px!important;
  width:218px!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 12px!important;
  font-size:12px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user>.admin-bell{
  width:44px!important;
  min-width:44px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user>.admin-bell>span{
  right:-5px!important;
  top:-7px!important;
  min-width:17px!important;
  height:17px!important;
  background:#f01616!important;
  color:#fff!important;
  border:1px solid #fff!important;
  font-size:10px!important;
  line-height:16px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user-trigger{
  width:46px!important;
  min-width:46px!important;
  padding:0!important;
  justify-content:center!important;
  overflow:visible!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user-trigger>svg,
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user-trigger>i:not(.admin-avatar){
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-user-trigger .admin-avatar{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:50%!important;
  background:#08291f!important;
  color:#fff!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-top{
  min-height:54px!important;
  margin:23px 0 17px!important;
  padding:0!important;
  display:block!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-page-actions{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-top h1{
  margin:0!important;
  color:#08131e!important;
  font-size:27px!important;
  line-height:1.05!important;
  font-weight:820!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) #pageSubtitle{
  margin:7px 0 0!important;
  color:#697770!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:500!important;
}

#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-enterprise{
  --dash-green:#078653;
  --dash-green-2:#17a66f;
  --dash-text:#0d1b15;
  --dash-muted:#66746d;
  --dash-line:#dfe8e3;
  --dash-soft:#eaf8f1;
  --dash-red:#f01616;
  --dash-amber:#f0a21a;
  --dash-ui-font:"Inter","Segoe UI Variable Text","Segoe UI",Arial,sans-serif;
  --dash-title-font:"Inter","Segoe UI Variable Display","Segoe UI",Arial,sans-serif;
  --dash-metric-font:"Aptos Display","Segoe UI Variable Display","Inter","Segoe UI",Arial,sans-serif;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  gap:14px!important;
  color:var(--dash-text)!important;
  font-family:var(--dash-ui-font)!important;
  font-size:14px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi{
  min-width:0!important;
  height:118px!important;
  min-height:118px!important;
  padding:16px 20px 15px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto minmax(34px,1fr) auto!important;
  column-gap:12px!important;
  row-gap:5px!important;
  align-items:center!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(17,31,25,.035)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-head{
  grid-column:1/3!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-icon{
  width:38px!important;
  height:38px!important;
  border-radius:11px!important;
  display:grid!important;
  place-items:center!important;
  background:#e7f6ef!important;
  color:var(--dash-green)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-title{
  color:#141f1a!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:760!important;
  text-transform:none!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi strong{
  grid-column:2/3!important;
  margin:0!important;
  align-self:end!important;
  color:#10231b!important;
  font-family:var(--dash-metric-font)!important;
  font-size:33px!important;
  line-height:.94!important;
  font-weight:600!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1,"lnum" 1!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-sparkline{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-sparkline polyline{
  fill:none!important;
  stroke:var(--dash-green)!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi .dashboard-compare{
  grid-column:2/3!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
  color:#68766f!important;
  font-size:12px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare b{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--dash-green)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:760!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare span{
  color:var(--dash-green)!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare.down b,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare.down span{
  color:var(--dash-red)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare em{
  min-width:0!important;
  color:#68766f!important;
  font-style:normal!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-main{
  display:grid!important;
  grid-template-columns:minmax(0,1.26fr) minmax(420px,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-secondary{
  display:grid!important;
  grid-template-columns:minmax(270px,1.06fr) minmax(230px,.9fr) minmax(350px,1.34fr) minmax(260px,1.05fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-card{
  min-width:0!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(17,31,25,.035)!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-main>.dashboard-card{
  height:282px!important;
  min-height:282px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-secondary>.dashboard-card{
  height:238px!important;
  min-height:238px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-card-head{
  min-height:52px!important;
  padding:14px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-card-head h3{
  margin:0!important;
  color:#0d1b15!important;
  font-family:var(--dash-title-font)!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-card-link{
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--dash-green)!important;
  font-size:12px!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-granularity{
  width:82px!important;
  min-width:82px!important;
  height:32px!important;
  min-height:32px!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  padding:0 9px!important;
  color:#1c2b24!important;
  background:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-legend{
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  gap:26px!important;
  padding:0 20px!important;
  color:#3d4b44!important;
  font-size:12px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-legend span:before{
  content:""!important;
  display:inline-block!important;
  width:20px!important;
  height:2px!important;
  margin-right:8px!important;
  vertical-align:middle!important;
  background:var(--dash-green)!important;
  border-radius:999px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-legend .approved:before{
  background:#8bc34a!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-legend .rejected:before{
  background:var(--dash-red)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-chart-shell{
  position:relative!important;
  height:198px!important;
  padding:0 12px 0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-line-chart{
  display:block!important;
  width:100%!important;
  height:198px!important;
  padding:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .grid-lines path{
  fill:none!important;
  stroke:#e5ece8!important;
  stroke-width:1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .axis-labels text{
  fill:#65736d!important;
  font-size:11px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .axis-labels.y-axis text{
  text-anchor:start!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-area{
  fill:rgba(7,134,83,.07)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-line{
  fill:none!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-line.sent{
  stroke:var(--dash-green)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-line.approved{
  stroke:#8bc34a!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .chart-line.rejected{
  stroke:var(--dash-red)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-body{
  display:grid!important;
  grid-template-columns:178px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:center!important;
  padding:12px 28px 24px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut{
  position:relative!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut{
  width:150px!important;
  height:150px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut:before,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut:before{
  content:""!important;
  position:absolute!important;
  border-radius:50%!important;
  background:#fff!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut:before{
  width:104px!important;
  height:104px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut>div,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut>div{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  justify-items:center!important;
  gap:6px!important;
  text-align:center!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut strong{
  color:#0b1e18!important;
  font-family:var(--dash-metric-font)!important;
  font-size:26px!important;
  line-height:1!important;
  font-weight:650!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1,"lnum" 1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut span,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut span{
  color:#65736d!important;
  font-size:12px!important;
  line-height:1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-list{
  display:grid!important;
  gap:14px!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row{
  display:grid!important;
  grid-template-columns:10px minmax(86px,1fr) minmax(120px,1.7fr) 70px 38px!important;
  gap:12px!important;
  align-items:center!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row>span{
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:var(--tone)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row strong{
  min-width:0!important;
  color:#33433c!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:560!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row div{
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row b{
  display:block!important;
  width:100%!important;
  height:4px!important;
  border-radius:999px!important;
  background:#e6ebe8!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row b i{
  display:block!important;
  width:var(--pct)!important;
  height:100%!important;
  border-radius:999px!important;
  background:var(--tone)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row em{
  justify-self:end!important;
  color:#0d1712!important;
  font-size:13px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row small{
  justify-self:end!important;
  color:#7a8781!important;
  font-size:13px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-list{
  max-height:none!important;
  padding:0 16px 16px!important;
  display:grid!important;
  gap:9px!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item{
  min-height:54px!important;
  padding:8px 10px!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 16px!important;
  gap:9px!important;
  align-items:center!important;
  border:1px solid #f0e7d8!important;
  border-radius:8px!important;
  background:#fffaf2!important;
  box-shadow:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item.critical{
  border-color:#f5d7d7!important;
  background:#fff7f7!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-icon{
  width:30px!important;
  height:30px!important;
  border-radius:8px!important;
  display:grid!important;
  place-items:center!important;
  background:#fff3dc!important;
  color:#f0a21a!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item.critical .dashboard-alert-icon{
  background:#feecec!important;
  color:var(--dash-red)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item strong{
  display:block!important;
  color:#17231d!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item p,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item small{
  margin:3px 0 0!important;
  color:#65736d!important;
  font-size:11px!important;
  line-height:1.12!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item em{
  display:grid!important;
  place-items:center!important;
  color:#68766f!important;
  font-style:normal!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .alert-empty{
  min-height:180px!important;
  padding:18px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-body{
  display:grid!important;
  grid-template-columns:124px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:6px 18px 6px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut{
  width:116px!important;
  height:116px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut:before{
  width:86px!important;
  height:86px!important;
  z-index:0!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.72)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut>div{
  width:86px!important;
  height:86px!important;
  border-radius:50%!important;
  display:grid!important;
  align-content:center!important;
  justify-items:center!important;
  gap:3px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut strong{
  color:#101820!important;
  font-family:var(--dash-metric-font)!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:650!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut span{
  max-width:76px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:10.5px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-legend{
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-legend span{
  display:grid!important;
  grid-template-columns:9px minmax(68px,1fr) max-content!important;
  gap:8px!important;
  align-items:center!important;
  min-width:0!important;
  color:#33433c!important;
  font-size:12px!important;
  line-height:1.1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-legend i{
  width:8px!important;
  height:8px!important;
  border-radius:2px!important;
  background:var(--tone)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-legend b{
  color:#102019!important;
  font-size:12px!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-footer{
  min-height:38px!important;
  padding:0 18px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:#65736d!important;
  font-size:12px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-footer b{
  border-radius:6px!important;
  background:#e8f7ef!important;
  color:var(--dash-green)!important;
  padding:6px 10px!important;
  font-size:12px!important;
  line-height:1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity .table-wrap{
  max-height:142px!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table{
  width:100%!important;
  min-width:0!important;
  border-collapse:collapse!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table th,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td{
  padding:4px 10px!important;
  border-bottom:0!important;
  color:#26362f!important;
  font-size:11px!important;
  line-height:1.15!important;
  text-align:left!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table th{
  color:#68766f!important;
  font-size:10px!important;
  font-weight:850!important;
  text-transform:uppercase!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td:nth-child(2){
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-icon{
  width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
  color:var(--dash-green)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-icon svg{
  width:16px!important;
  height:16px!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-link{
  margin:3px 18px 0!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--dash-green)!important;
  font-size:12px!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-quick-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:9px!important;
  padding:9px 18px 18px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-quick-grid button{
  min-width:0!important;
  min-height:70px!important;
  padding:9px 6px!important;
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:8px!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#101d18!important;
  box-shadow:none!important;
  font-size:11px!important;
  line-height:1.12!important;
  font-weight:850!important;
  text-align:center!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-quick-grid button svg{
  width:20px!important;
  height:20px!important;
  color:#0f1c16!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip{
  height:108px!important;
  min-height:108px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(17,31,25,.035)!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip article{
  min-width:0!important;
  min-height:0!important;
  padding:18px 22px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  border-right:1px solid #edf2ef!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip article:last-child{
  border-right:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip article>span{
  width:40px!important;
  height:40px!important;
  border-radius:9px!important;
  display:grid!important;
  place-items:center!important;
  background:#e8f5ee!important;
  color:var(--dash-green)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip .blue>span{
  background:#eaf3ff!important;
  color:#2e73b8!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip .red>span{
  background:#feecec!important;
  color:var(--dash-red)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip strong{
  display:block!important;
  color:#17231d!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:760!important;
  text-transform:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip article>div>b{
  display:block!important;
  margin:7px 0 0!important;
  color:#10231b!important;
  font-family:var(--dash-metric-font)!important;
  font-size:23px!important;
  line-height:.98!important;
  font-weight:600!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1,"lnum" 1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip .dashboard-compare{
  margin-top:8px!important;
  font-size:12px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip .dashboard-compare b{
  display:inline!important;
  margin:0!important;
  color:#14231c!important;
  font-family:var(--dash-metric-font)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:600!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip .dashboard-compare span{
  color:var(--dash-green)!important;
  font-family:var(--dash-metric-font)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip .dashboard-compare em{
  font-weight:430!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-empty-chart{
  height:226px!important;
  min-height:226px!important;
  padding:18px!important;
}

/* Dashboard entry state v2: prevents stale analytics before profile/company scope is ready. */
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-panel{
  min-height:238px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,.46fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-main,
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status,
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-shortcuts{
  min-width:0!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(17,31,25,.035)!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-main{
  padding:28px!important;
  display:grid!important;
  grid-template-columns:66px minmax(0,1fr) max-content!important;
  gap:20px!important;
  align-items:center!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-icon{
  width:60px!important;
  height:60px!important;
  min-width:60px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  background:#e8f7ef!important;
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-copy{
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-copy h3{
  margin:0!important;
  color:#071923!important;
  font-size:28px!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-copy p{
  max-width:760px!important;
  margin:10px 0 0!important;
  color:#5e6f67!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:450!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-primary{
  height:46px!important;
  min-height:46px!important;
  min-width:168px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  border:1px solid #078653!important;
  border-radius:8px!important;
  background:#078653!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  box-shadow:0 14px 28px rgba(7,134,83,.18)!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status{
  padding:14px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status div{
  min-width:0!important;
  padding:13px!important;
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:11px!important;
  align-items:center!important;
  border:1px solid #edf2ef!important;
  border-radius:8px!important;
  background:#fbfdfc!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status span{
  grid-row:1/3!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:#e8f7ef!important;
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status strong,
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status small{
  display:block!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status strong{
  color:#071923!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-status small{
  margin-top:3px!important;
  color:#65736d!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:600!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-shortcuts{
  min-height:104px!important;
  padding:12px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-shortcuts button{
  min-width:0!important;
  height:78px!important;
  min-height:78px!important;
  padding:10px!important;
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:8px!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#101d18!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:850!important;
  text-align:center!important;
}
#adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-note{
  margin:0!important;
  color:#66746d!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:600!important;
}

/* Dashboard first experience v1: fills the post-login workspace when counters are hidden. */
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-first-experience{
  min-height:164px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(360px,.8fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-card,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status{
  min-width:0!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(17,31,25,.035)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-card{
  padding:20px!important;
  display:grid!important;
  grid-template-columns:minmax(220px,.5fr) minmax(0,1fr)!important;
  gap:20px!important;
  align-items:center!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-copy{
  min-width:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-copy h3{
  margin:0!important;
  color:#071923!important;
  font-size:24px!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-copy p{
  max-width:100%!important;
  margin:8px 0 0!important;
  color:#5e6f67!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:500!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-actions{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-actions button{
  min-width:0!important;
  height:84px!important;
  min-height:84px!important;
  padding:11px 8px!important;
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:8px!important;
  border:1px solid var(--dash-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#101d18!important;
  font-size:11.5px!important;
  line-height:1.12!important;
  font-weight:850!important;
  text-align:center!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-actions button.primary{
  border-color:#078653!important;
  background:#078653!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(7,134,83,.18)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-actions svg{
  width:20px!important;
  height:20px!important;
  color:currentColor!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status{
  padding:14px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status div{
  min-width:0!important;
  padding:12px!important;
  display:grid!important;
  align-content:center!important;
  gap:7px!important;
  border:1px solid #edf2ef!important;
  border-radius:8px!important;
  background:#fbfdfc!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status span{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:#e8f7ef!important;
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status strong{
  display:block!important;
  min-width:0!important;
  color:#071923!important;
  font-family:var(--dash-metric-font)!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:650!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status small{
  display:block!important;
  min-width:0!important;
  color:#65736d!important;
  font-size:11.5px!important;
  line-height:1.15!important;
  font-weight:650!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

@media(max-width:1480px){
  #adminApp.admin-shell:has(.dashboard-enterprise){
    grid-template-columns:238px minmax(0,1fr)!important;
    --drawer-width:238px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .sidebar{
    width:238px!important;
    min-width:238px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-content{
    padding:16px 22px 24px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-main,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-secondary,
  #adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-panel,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-first-experience{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-card{
    grid-template-columns:1fr!important;
    align-content:start!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-actions{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-main>.dashboard-card,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-secondary>.dashboard-card{
    height:auto!important;
    min-height:260px!important;
  }
}
@media(max-width:991px){
  #adminApp.admin-shell:has(.dashboard-enterprise){
    display:block!important;
    padding:0!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .sidebar{
    width:min(304px,88vw)!important;
    min-width:min(304px,88vw)!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-topbar-right{
    width:100%!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-main,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-secondary,
  #adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-panel,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-first-experience,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:720px){
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-content{
    padding:12px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-workspace-topbar,
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-topbar-left,
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-topbar-right{
    flex-wrap:wrap!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-global-search,
  #adminApp.admin-shell:has(.dashboard-enterprise) .topbar-company-scope,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-date{
    width:100%!important;
    min-width:0!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-main,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-grid-secondary,
  #adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-panel,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-first-experience,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-body,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-body{
    grid-template-columns:1fr!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi{
    grid-template-columns:42px minmax(0,1fr)!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-actions,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-start-status,
  #adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #adminApp.admin-shell:has(.dashboard-entry-state) .dashboard-entry-main{
    grid-template-columns:1fr!important;
    justify-items:start!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip{
    height:auto!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-bottom-strip article{
    border-right:0!important;
    border-bottom:1px solid #edf2ef!important;
  }
}

/* Dashboard oficial - override final contra blocos legados com max-width de golden master. */
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise),
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .admin-workspace-topbar,
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .admin-top,
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) #pageBody,
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-enterprise{
  width:100%!important;
  max-width:none!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise){
  min-height:100vh!important;
  padding:17px 28px 8px!important;
  overflow:hidden!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-enterprise{
  gap:10px!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-kpi{
  grid-template-columns:42px minmax(0,1fr)!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-kpi-head{
  grid-column:1/3!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-kpi strong{
  font-size:33px!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-sparkline{
  display:none!important;
}
#adminApp.admin-shell .dashboard-kpis .dashboard-sparkline{
  display:none!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-date{
  width:252px!important;
  min-width:252px!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-bottom-strip{
  height:100px!important;
  min-height:100px!important;
}
#adminApp.admin-shell .admin-content:has(.dashboard-enterprise) .dashboard-bottom-strip article{
  padding:14px 20px!important;
}
@media(min-width:1490px){
  #adminApp.admin-shell:has(.dashboard-enterprise){
    height:100vh!important;
    max-height:100vh!important;
    overflow:hidden!important;
  }
  #adminApp.admin-shell .admin-content:has(.dashboard-enterprise){
    height:100vh!important;
    max-height:100vh!important;
    padding-bottom:0!important;
  }
}

/* Dashboard shell repair v1: stable offset while the drawer is fixed. */
@media(min-width:992px){
  #adminApp.admin-shell.dashboard-shell-route,
  #adminApp.admin-shell:has(.dashboard-enterprise){
    --app-shell-margin:0px!important;
    --app-shell-gap:0px!important;
    --drawer-expanded:246px!important;
    --drawer-width:246px!important;
    width:100vw!important;
    min-width:100vw!important;
    min-height:100vh!important;
    padding:0!important;
    display:block!important;
    background:#fff!important;
    overflow:visible!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed{
    --drawer-width:246px!important;
  }
  #adminApp.admin-shell.dashboard-shell-route .sidebar,
  #adminApp.admin-shell:has(.dashboard-enterprise) .sidebar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    z-index:60!important;
    width:246px!important;
    min-width:246px!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  #adminApp.admin-shell.dashboard-shell-route .admin-content,
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-content{
    box-sizing:border-box!important;
    margin-left:246px!important;
    width:calc(100vw - 246px)!important;
    max-width:calc(100vw - 246px)!important;
    min-width:0!important;
    min-height:100vh!important;
    height:auto!important;
    padding:17px 28px 28px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
    overflow-x:hidden!important;
  }
  #adminApp.admin-shell.dashboard-shell-route .admin-workspace-topbar,
  #adminApp.admin-shell.dashboard-shell-route .admin-top,
  #adminApp.admin-shell.dashboard-shell-route #pageBody,
  #adminApp.admin-shell.dashboard-shell-route .dashboard-enterprise,
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-workspace-topbar,
  #adminApp.admin-shell:has(.dashboard-enterprise) .admin-top,
  #adminApp.admin-shell:has(.dashboard-enterprise) #pageBody,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-enterprise{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
  }
}

/* Drawer fechado V1 - prioridade final do CSS do dashboard. */
#adminApp.admin-shell:has(.dashboard-enterprise){
  --drawer-collapsed:76px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar nav{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .sidebar nav::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn{
  min-height:44px!important;
  padding:0 12px!important;
  grid-template-columns:24px minmax(0,1fr) 18px!important;
  gap:10px!important;
  font-size:13.25px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-sub-btn{
  min-height:33px!important;
  padding:0 8px!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:8px!important;
  font-size:11.25px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-btn span,
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-sub-btn span{
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  font-size:inherit!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-group-chevron{
  display:grid!important;
  place-items:center!important;
  justify-self:end!important;
  color:rgba(244,255,251,.72)!important;
  transition:transform .16s ease!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-group.expanded .nav-group-chevron{
  transform:rotate(180deg)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-submenu{
  margin:1px 0 5px 12px!important;
  padding:1px 0 1px 9px!important;
  gap:4px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-group:not(.expanded) .nav-submenu{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .nav-group.expanded .nav-submenu{
  display:grid!important;
}
@media(min-width:992px){
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed{
    --drawer-width:var(--drawer-collapsed)!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .sidebar,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .sidebar{
    width:var(--drawer-collapsed)!important;
    min-width:var(--drawer-collapsed)!important;
    padding:0 10px 18px!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .admin-brand,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .admin-brand{
    min-height:92px!important;
    padding:22px 0 10px!important;
    justify-content:center!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .admin-brand-lockup,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .admin-brand-lockup{
    width:52px!important;
    height:52px!important;
    max-width:52px!important;
    overflow:hidden!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .admin-brand-logo,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .admin-brand-logo{
    width:176px!important;
    max-width:none!important;
    height:56px!important;
    object-fit:contain!important;
    object-position:left center!important;
    object-position:left center!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .nav-btn,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .nav-btn,
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .nav-sub-btn,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .nav-sub-btn{
    min-height:44px!important;
    padding:0!important;
    grid-template-columns:1fr!important;
    place-items:center!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .nav-btn span,
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .nav-sub-btn span,
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .nav-group-chevron,
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .nav-submenu,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .nav-btn span,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .nav-sub-btn span,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .nav-group-chevron,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .nav-submenu,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .sidebar-user-copy,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .sidebar-user-chevron{
    display:none!important;
  }
  #adminApp.admin-shell.dashboard-shell-route.drawer-collapsed .admin-content,
  #adminApp.admin-shell:has(.dashboard-enterprise).drawer-collapsed .admin-content{
    margin-left:var(--drawer-collapsed)!important;
    width:calc(100vw - var(--drawer-collapsed))!important;
    max-width:calc(100vw - var(--drawer-collapsed))!important;
  }
}

/* Dashboard KPI cards evolution fit v1: counters only, no lateral charts. */
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi{
  min-width:0!important;
  min-height:206px!important;
  height:206px!important;
  padding:26px 28px 22px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:0!important;
  border:1px solid #dde8e2!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 16px 36px rgba(15,34,25,.035)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-head{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  margin:0 0 17px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#d8f4e7!important;
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-icon svg{
  width:20px!important;
  height:20px!important;
  stroke-width:2!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-title{
  display:block!important;
  min-width:0!important;
  color:#0b1e18!important;
  font-size:16px!important;
  line-height:1.12!important;
  font-weight:760!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi strong{
  display:block!important;
  grid-column:auto!important;
  align-self:flex-start!important;
  justify-self:start!important;
  text-align:left!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 0 8px!important;
  color:#071421!important;
  font-family:"Segoe UI Variable Display","Segoe UI",Inter,Arial,sans-serif!important;
  font-size:40px!important;
  line-height:.96!important;
  font-weight:650!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1,"lnum" 1!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-caption{
  display:block!important;
  align-self:flex-start!important;
  text-align:left!important;
  margin:0 0 14px!important;
  color:#33463e!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:500!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi .dashboard-compare{
  grid-column:auto!important;
  align-self:flex-start!important;
  justify-self:start!important;
  text-align:left!important;
  margin-top:auto!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  color:#66746d!important;
  font-size:13px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare b{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#078653!important;
  line-height:1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare b svg{
  width:15px!important;
  height:15px!important;
  stroke-width:2.5!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare span{
  color:#078653!important;
  font-weight:850!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare em{
  color:#66746d!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:500!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare.down b,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare.down span{
  color:#d82424!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis .dashboard-sparkline{
  display:none!important;
}
@media(max-width:1490px){
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi{
    min-height:198px!important;
    height:198px!important;
    padding:22px 22px 20px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-head{
    margin-bottom:12px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi strong{
    font-size:36px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-caption{
    margin-bottom:12px!important;
    font-size:14px!important;
  }
}
@media(max-width:1180px){
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
    grid-template-columns:1fr!important;
  }
}

/* Dashboard permission-aware KPI flow. */
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis{
  grid-template-columns:repeat(auto-fit,minmax(220px,280px))!important;
  justify-content:center!important;
  align-items:stretch!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi{
  width:100%!important;
  max-width:280px!important;
  height:auto!important;
  min-height:190px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpis[data-dashboard-kpi-count="1"]{
  grid-template-columns:minmax(220px,280px)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-title{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:normal!important;
  text-wrap:balance!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi strong{
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-caption{
  max-width:100%!important;
  white-space:normal!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi .dashboard-compare{
  max-width:100%!important;
  flex-wrap:wrap!important;
  white-space:normal!important;
  row-gap:4px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-compare em{
  min-width:0!important;
  white-space:normal!important;
}

/* Dashboard title standardization: aligns with Propostas, Análise de Clientes and Clientes headers. */
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-top{
  display:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-enterprise{
  padding-top:16px!important;
  gap:12px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head{
  min-height:88px!important;
  padding:15px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  border:1px solid #dbe6e1!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(18,38,28,.04)!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-title{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-title-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #cfe5da!important;
  border-radius:11px!important;
  background:#f5fbf8!important;
  color:#078653!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-title-icon svg{
  width:20px!important;
  height:20px!important;
  stroke-width:2.1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-title>div{
  min-width:0!important;
  display:grid!important;
  gap:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kicker{
  display:block!important;
  margin:0 0 6px!important;
  color:#078653!important;
  font-size:10.2px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.12em!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head h2{
  margin:0!important;
  color:#071923!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head p{
  margin:5px 0 0!important;
  color:#526d8a!important;
  font-size:12.7px!important;
  line-height:1.42!important;
  font-weight:400!important;
}
@media(max-width:760px){
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head{
    min-height:84px!important;
    padding:14px!important;
    align-items:flex-start!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-title{
    align-items:flex-start!important;
    gap:11px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head h2{
    font-size:19px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head p{
    font-size:12px!important;
  }
}

/* Dashboard header gap v2 - mirrors Propostas and Analise de Clientes spacing. */
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-content{
  padding:8px 16px 16px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-workspace-topbar{
  min-height:44px!important;
  margin:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .admin-top{
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) #pageBody{
  margin-top:0!important;
  padding-top:16px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-enterprise{
  padding-top:0!important;
  gap:16px!important;
  max-width:none!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head{
  min-height:74px!important;
  padding:12px 18px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-title-icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:10px!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kicker{
  margin:0 0 5px!important;
  font-size:9.5px!important;
  line-height:1.1!important;
  font-weight:600!important;
  letter-spacing:.11em!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head h2{
  font-size:21px!important;
  line-height:1.08!important;
  font-weight:600!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-page-head p{
  margin:5px 0 0!important;
  color:#5e6f67!important;
  font-size:12.7px!important;
}

/* Dashboard typography polish v1: softer titles, bold labels and ring numbers. */
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-enterprise{
  --dash-ui-font:"Inter","Segoe UI Variable Text","Segoe UI",Arial,sans-serif!important;
  --dash-title-font:"Inter","Segoe UI Variable Display","Segoe UI",Arial,sans-serif!important;
  --dash-metric-font:"Aptos Display","Segoe UI Variable Display","Inter","Segoe UI",Arial,sans-serif!important;
  font-family:var(--dash-ui-font)!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:geometricPrecision!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-card-head h3,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi-title{
  font-family:var(--dash-title-font)!important;
  color:#0b1e18!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item strong,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td:nth-child(2) strong,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-quick-grid button span,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-footer b,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row strong,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row em,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-legend b{
  font-family:var(--dash-ui-font)!important;
  font-weight:650!important;
  letter-spacing:0!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-kpi strong,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut strong,
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-risk-donut strong{
  font-family:var(--dash-metric-font)!important;
  font-weight:650!important;
  letter-spacing:0!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1,"lnum" 1!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut strong{
  color:#0b1e18!important;
  font-size:26px!important;
  line-height:.98!important;
}
#adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-donut span{
  color:#62726a!important;
  font-size:11.5px!important;
  font-weight:450!important;
}

/* Mobile audit fixes v2: dashboard cards must fit without clipped counters. */
@media(max-width:640px){
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-chart-tooltip{
    display:none!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-body{
    padding:12px 14px 16px!important;
    overflow:hidden!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-list{
    width:100%!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row{
    width:100%!important;
    grid-template-columns:8px minmax(0,1fr) minmax(40px,auto)!important;
    grid-template-rows:auto auto!important;
    gap:6px 9px!important;
    overflow:hidden!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row>span{
    grid-column:1!important;
    grid-row:1 / 3!important;
    align-self:center!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row strong{
    grid-column:2!important;
    grid-row:1!important;
    white-space:normal!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row div{
    grid-column:2!important;
    grid-row:2!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row em{
    grid-column:3!important;
    grid-row:1!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-pipeline-row small{
    grid-column:3!important;
    grid-row:2!important;
    max-width:100%!important;
    text-align:right!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item p,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-alert-item small{
    display:block!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    -webkit-line-clamp:unset!important;
    overflow-wrap:anywhere!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .table-wrap{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table{
    width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table th,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td{
    padding:8px 5px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table th:first-child,
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td:first-child{
    width:32px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table th:nth-child(3),
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td:nth-child(3){
    width:58px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table th:nth-child(4),
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td:nth-child(4){
    width:76px!important;
    font-size:9px!important;
  }
  #adminApp.admin-shell:has(.dashboard-enterprise) .dashboard-activity-table td:nth-child(2){
    min-width:0!important;
  }
}
