/**
 * REBANHO — Tokens visuais globais (Jobick + identidade #4885ED)
 * Carregar após style.css, antes de rebanho-modulos.css
 */
:root {
  --rebanho-primary: #4885ed;
  --rebanho-primary-soft: #eaf2ff;
  --rebanho-success: #2bc155;
  --rebanho-warning: #ff9f43;
  --rebanho-danger: #f72b50;
  --rebanho-info: #58bad7;
  --rebanho-dark: #2f363e;
  --rebanho-muted: #7e8299;
  --rebanho-border: #edf0f5;
  --rebanho-bg: #f5f7fb;
  --rebanho-card-bg: #ffffff;
  /* aliases legados */
  --rebanho-soft-primary: var(--rebanho-primary-soft);
}

.painel-modulo-interno .content-body,
.rebanho-modulo-scope {
  --bs-primary: var(--rebanho-primary);
  --bs-primary-rgb: 72, 133, 237;
}

.painel-modulo-interno .content-body {
  background-color: var(--rebanho-bg);
}
