#title-roll {
  user-select: none;
}

#preview {
  width: min(100%, calc(100dvh - 118px));
  height: auto;
  background: #05091a;
}

#status[data-state="done"] {
  color: var(--hot);
}

#status[data-state="error"] {
  color: #ffd0c8;
}

#secrets {
  color: var(--hot);
}
