.ata-reuniao-overlay {
  z-index: 12050;
  background: rgba(0, 0, 0, 0.86);
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
}
.ata-reuniao-overlay.is-open { display: flex; }
.light-mode .ata-reuniao-overlay {
  background: rgba(15, 23, 42, 0.78);
}
.ata-reuniao-card {
  width: min(920px, 96vw);
  max-height: 92vh;
  overflow: auto;
  background: #111827;
  color: var(--theme-color, #e5e7eb);
  margin: auto;
}
.light-mode .ata-reuniao-card {
  background: #ffffff;
  color: #111827;
}
.ata-reuniao-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.ata-reuniao-header h3 { margin: 0; font-size: 18px; }
.ata-reuniao-header p { margin: 4px 0 0; font-size: 12px; color: var(--inactive-color, #94a3b8); }
.ata-reuniao-close {
  margin-left: auto;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.ata-reuniao-mic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.ata-reuniao-mic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.ata-reuniao-mic.is-on {
  background: #dc2626;
  animation: ata-reuniao-pulse 1.1s ease-in-out infinite;
}
@keyframes ata-reuniao-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.45); }
  50% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }
}
.ata-reuniao-status { font-size: 13px; color: #fbbf24; }
.ata-reuniao-card textarea,
.ata-reuniao-card input[type="text"] {
  width: 100%;
  border: 1px solid var(--border-color, #334155);
  border-radius: 8px;
  background: #0b1220;
  color: inherit;
  padding: 8px 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.light-mode .ata-reuniao-card textarea,
.light-mode .ata-reuniao-card input[type="text"] {
  background: #f8fafc;
  color: #111827;
}
.ata-reuniao-card textarea { resize: vertical; min-height: 110px; }
.ata-reuniao-card #ataReuniaoTexto { min-height: 180px; }
.ata-reuniao-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 16px; }
.ata-reuniao-table-wrap { overflow: auto; max-height: 32vh; }
.ata-reuniao-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ata-reuniao-table th,
.ata-reuniao-table td {
  border-bottom: 1px solid var(--border-color, #333);
  padding: 8px 6px;
  text-align: left;
  vertical-align: top;
}
.ata-reuniao-table button {
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 4px;
}

[data-nav-key="side:rh:aniversariantes"],
.side-menu a[data-nav-label="Aniversariantes"] {
  display: none !important;
}
.agenda-ata-mic-ia {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.agenda-ata-mic-ia-stack {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.agenda-ata-mic-ia-stack .fa-microphone {
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.agenda-ata-mic-ia-stack .fa-wand-magic-sparkles {
  font-size: 10px;
  position: absolute;
  right: -2px;
  top: -2px;
  color: #93c5fd;
}
#agendaAtaTranscreverBtn.is-listening {
  background: #b91c1c;
  color: #fff;
  border-color: #991b1b;
}
#agendaAtaTranscreverBtn.is-busy {
  opacity: 0.85;
}
