body {
  background: #ffffff;
}

.hero {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

textarea.form-control {
  min-height: 360px;
}

.result-box {
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #e9ecef;
}
