:root {
  --fs-azul: #1e3a8a;
  --fs-azul-claro: #2563eb;
}

body { font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif; }

.module-card { transition: transform .12s ease, box-shadow .12s ease; }
a:hover .module-card:not(.opacity-50) {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1.2rem rgba(30, 58, 138, .15) !important;
}

#tabela td, #tabela th { font-variant-numeric: tabular-nums; white-space: nowrap; }
#tabela th { font-size: .78rem; text-transform: uppercase; letter-spacing: .3px; color: #64748b; }
#tabela td { font-size: .88rem; }

.table-danger td { --bs-table-bg: #fdecec; }

/* colunas de flag (grid de rubricas) */
.flag-cell { background: #eff4ff; }
#tabelaRub th, #tabelaRub td { white-space: nowrap; font-size: .85rem; }

.card { border-radius: 12px; }
.form-select, .form-control { border-radius: 9px; }
.btn { border-radius: 9px; }
