/* ═══════════════════════════════════════════════════
   DIC Admin · Sistema (sistema.css)
   Compartilhado entre Permissões, Cargos e Divisões.
   ═══════════════════════════════════════════════════ */

/* ── Cabeçalho da página ── */
.sys-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sys-page-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin: 0 0 3px;
}

.sys-page-sub {
  font-size: 0.78rem;
  color: hsl(var(--muted-foreground));
  margin: 0;
}

/* ── Placeholder de página em desenvolvimento ── */
.sys-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 64px 24px;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  color: hsl(var(--muted-foreground));
  text-align: center;
}

.sys-placeholder svg { opacity: 0.3; }

.sys-placeholder p {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0;
}
