/* Braga Academic Suite Enterprise — Biblioteca de Documentos (Sprint 5M) */
.bas-history { --bas-history-accent: var(--bas-color-primary, #003366); }
.bas-history-card { border: 1px solid var(--bas-color-border, #e5e7eb); border-radius: var(--bas-radius-md, .5rem); padding: 1rem; background: var(--bas-color-surface, #fff); }
.bas-history-status { display: inline-flex; align-items: center; gap: .35rem; padding: .15rem .5rem; border-radius: 999px; font-size: .75rem; font-weight: 600; }
.bas-history-status--rascunho    { background: #eef2ff; color: #3730a3; }
.bas-history-status--gerado      { background: #ecfeff; color: #155e75; }
.bas-history-status--recalculado { background: #fef3c7; color: #92400e; }
.bas-history-status--publicado   { background: #dcfce7; color: #166534; }
.bas-history-status--arquivado   { background: #f3f4f6; color: #374151; }

/* Lovable Infinity: ocultar selo do preview */
#lovable-badge,
#lovable-badge-v2,
#lovable-badge-container,
[id="lovable-badge"],
[id^="lovable-badge"],
a#lovable-badge,
a[href*="lovable.dev"][target="_blank"],
.lovable-badge,
[data-lovable-badge],
[data-testid="lovable-badge"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
