#resumo-carteira .card,
.dashboard-link-card .card {
  min-height: 138px;
}

.dashboard-link-card .text-xs {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

#dashboardEvolutionChart {
  min-height: 260px;
}

#resumo-valor-atual {
  color: #146e45;
}

#resumo-resultado.text-success,
#resumo-rentabilidade.text-success {
  color: #1b8f5a !important;
}

#resumo-resultado.text-danger,
#resumo-rentabilidade.text-danger {
  color: #ca4444 !important;
}

.card .card-body p {
  margin-bottom: 10px;
}

.vda-executive-dashboard {
  border: 1px solid #dbe9e0;
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcf9 100%);
}

.vda-exec-kpi-card {
  display: block;
  height: 100%;
  padding: 16px;
  border: 1px solid #dbe8df;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(18, 33, 26, 0.06);
  text-decoration: none;
  color: inherit;
}

.vda-exec-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 33, 26, 0.1);
}

.vda-exec-kpi-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}

.vda-exec-kpi-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
}

.vda-exec-kpi-title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.vda-exec-kpi-value {
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 800;
}

.vda-exec-kpi-sub {
  margin-top: 6px;
  font-size: 0.83rem;
  color: #5b6d63;
}

.vda-exec-kpi-primary .vda-exec-kpi-icon { background: #e6f5ec; color: #187447; }
.vda-exec-kpi-success .vda-exec-kpi-icon { background: #e6f8ec; color: #167a49; }
.vda-exec-kpi-danger .vda-exec-kpi-icon { background: #feeceb; color: #c63d3d; }
.vda-exec-kpi-warning .vda-exec-kpi-icon { background: #fff6e1; color: #996a00; }
.vda-exec-kpi-info .vda-exec-kpi-icon { background: #e9f3ff; color: #0f63c2; }

.vda-exec-alert-stack {
  display: grid;
  gap: 12px;
}

.vda-exec-alert {
  border-radius: 12px;
  border: 1px solid #d9e7dd;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vda-exec-alert-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.vda-exec-alert p {
  font-size: 0.85rem;
  color: #54675d;
}

.vda-exec-alert-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vda-exec-alert-danger .vda-exec-alert-icon { background: #fee9e8; color: #c63d3d; }
.vda-exec-alert-success .vda-exec-alert-icon { background: #e7f7ed; color: #1b8f5a; }
.vda-exec-alert-info .vda-exec-alert-icon { background: #eaf3ff; color: #0f63c2; }
.vda-exec-alert-warning .vda-exec-alert-icon { background: #fff6e1; color: #996a00; }

@media (max-width: 767.98px) {
  .vda-executive-dashboard {
    padding: 14px;
  }

  .vda-exec-kpi-value {
    font-size: 1.35rem;
  }
}
