/* ====== Auditoría / Tablas pro ====== */
.bm-table {
  font-size: 0.92rem;
}

.bm-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fafc; /* similar a table-light, pero más clean */
}

.bm-table td, .bm-table th {
  padding-top: .65rem;
  padding-bottom: .65rem;
  vertical-align: middle;
}

.bm-table tbody tr:nth-child(even) {
  background: #fcfcfd;
}

.bm-mono {
  font-variant-numeric: tabular-nums;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bm-pill {
  display: inline-block;
  padding: .25rem .55rem;
  border-radius: 999px;
  font-size: .78rem;
  line-height: 1;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(15, 23, 42, 0.04);
  color: #0f172a;
}

.bm-pill--in { background: rgba(34,197,94,.10); color: #166534; border-color: rgba(34,197,94,.18); }
.bm-pill--out { background: rgba(239,68,68,.10); color: #991b1b; border-color: rgba(239,68,68,.18); }

.bm-muted {
  color: #64748b;
}

.bm-truncate {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bm-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
