/* Danxis — Visão Geral: cores fortes sem sombra nos elementos marcados */
#view-dashboard .kpi-icon{
  background:linear-gradient(180deg,
    color-mix(in srgb, var(--accent) 22%, #ffffff 78%) 0%,
    color-mix(in srgb, var(--accent) 36%, #ffffff 64%) 100%) !important;
  color:color-mix(in srgb, var(--accent) 88%, #082548 12%) !important;
  box-shadow:none !important;
}

#view-dashboard .trend{
  background:linear-gradient(180deg,#c9f7e4 0%, #a9efd3 100%) !important;
  color:#047e55 !important;
  box-shadow:none !important;
}

#view-dashboard .trend.down{
  background:linear-gradient(180deg,#ffd5dc 0%, #ffbcc7 100%) !important;
  color:#cf2745 !important;
  box-shadow:none !important;
}

#view-dashboard .panel-link{
  background:linear-gradient(180deg,#d6ecff 0%, #b9ddff 100%) !important;
  color:#0f5f9e !important;
  border:1px solid rgba(15,95,158,.24) !important;
  box-shadow:none !important;
}

#view-dashboard .activity-icon{
  background:linear-gradient(180deg,#d7edff 0%, #b8dbff 100%) !important;
  color:#0f67b8 !important;
  box-shadow:none !important;
}
