/* Three source fields and quiet copper annotations share the Vela field guide. */
.hallucination-mode #input {
  min-height: 82px;
  max-height: 170px;
  font-size: 13px;
}
.hallucination-fields label {
  display: block;
  border-top: 1px solid #e2e7dc;
  padding: 12px 16px 0;
  color: #61725a;
  font: 8px var(--mono);
  letter-spacing: 1px;
}
.hallucination-mode .hallucination-fields textarea {
  display: block;
  min-height: 110px;
  max-height: 240px;
  width: 100%;
  padding: 10px 16px 14px;
  font-size: 12px;
  line-height: 1.8;
  resize: vertical;
}
.hallucination-mode .editor-foot {
  align-items: flex-start;
  gap: 12px;
  line-height: 1.65;
}
.hallucination-mode #char-count { white-space: nowrap; }
.hallucination-mode .hallucination-result-title {
  font-size: 25px;
  line-height: 1.3;
}
.hallucination-answer {
  border: 1px solid #d9dfcf;
  border-radius: 5px;
  padding: 18px;
  background: #fcfaf5;
  color: var(--ink);
  font-size: 13px;
  line-height: 2;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-height: 520px;
  overflow: auto;
}
.hallucination-span {
  background: #ead5b8;
  color: #5b402b;
  border-bottom: 1px solid #b78053;
  border-radius: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hallucination-legend {
  margin-top: 12px;
  padding-left: 11px;
  border-left: 3px solid #bb895d;
  color: #795437;
  font-size: 9px;
  line-height: 1.7;
}
.hallucination-result-note {
  margin: 13px 0 0;
  color: #66735d;
  font-size: 10px;
  line-height: 1.8;
}
@media (max-width: 700px) {
  .hallucination-mode #input { min-height: 90px; font-size: 14px; }
  .hallucination-mode .hallucination-fields textarea { font-size: 14px; min-height: 115px; }
  .hallucination-answer { padding: 15px; }
  .hallucination-mode .editor-foot { flex-direction: column; gap: 3px; }
}
