body {
  background: #f6f7f9;
}

.card {
  border-radius: 8px;
}

.metric {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
}

.metric span {
  display: block;
  color: #6b7280;
  font-size: 0.85rem;
}

.metric strong {
  display: block;
  font-size: 1.15rem;
}

.planner-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
}

.artifact {
  white-space: pre-wrap;
  font-size: 0.85rem;
  background: #f8fafc;
  border-radius: 6px;
  padding: 10px;
}

.manuscript {
  line-height: 1.6;
  font-size: 1rem;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.override-reason-input {
  width: 240px;
}

.chapter-count-input {
  width: 100px;
}

.chapter-number-input {
  width: 80px;
}

.job-progress {
  display: block;
  width: 100%;
  height: 1rem;
}

.btn-group form {
  display: inline-flex;
}
