/* Hireflix prep — small overrides beyond Tailwind */

/* Mirror preview only (recorded file is not affected by CSS transform). */
#preview,
#record-preview {
  transform: scaleX(-1);
}

#timer-bar.timer-warn {
  background-color: #f59e0b;
}

#timer-bar.timer-danger {
  background-color: #ef4444;
}

.prose h2,
.prose h3 {
  color: #e2e8f0;
}
