/* ================================================
   Sistema Jacarandá — estilos globais
   ================================================ */

body {
  font-size: 0.92rem;
}

/* Sidebar */
#sidebar {
  transition: width 0.2s;
}

#sidebar .nav-link {
  border-radius: 6px;
  padding: 0.45rem 0.75rem;
  font-size: 0.88rem;
}

#sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#sidebar .nav-link.active {
  background-color: #198754 !important; /* verde Bootstrap success */
}

/* Cards de métricas */
.card {
  border-radius: 10px;
}

/* Tabelas */
.table th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6c757d;
}

/* Formulários */
.form-label {
  font-weight: 500;
}

/* Badge de status */
.badge-aberto    { background-color: #198754; }
.badge-fechado   { background-color: #6c757d; }
.badge-pendente  { background-color: #ffc107; color: #000; }
.badge-realizado { background-color: #0d6efd; }
