body {
  min-height: 100vh;
}

.mono-break {
  font-family: ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, Consolas, monospace;
  word-break: break-all;
}

.log-box {
  max-height: 70vh;
  overflow: auto;
  background: #111827;
  color: #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 0.85rem;
}
