.bg-login {
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
}

.login-icon {
  width: 72px;
  height: 72px;
}

.navbar-app {
  background: linear-gradient(90deg, #1d4ed8, #3b82f6);
}

.stat-card {
  border: none;
  border-radius: 1rem;
  transition: transform .15s ease, box-shadow .15s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12) !important;
}

.stat-icon {
  font-size: 1.9rem;
}

.table-clientes td {
  vertical-align: middle;
}

.observaciones-cell {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cursor-pointer {
  cursor: pointer;
}
