.engine-result {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #315873;
  border-radius: 7px;
  background: #092033;
  color: #abd2e8;
  font-size: 11px;
  line-height: 1.7;
}
.engine-result.good { border-color: #31715d; color: #9de7c8; }
.engine-result.warn { border-color: #8a6a36; color: #f1d391; }
.trainer textarea {
  width: 100%;
  resize: vertical;
  background: #081522;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px;
  color: white;
}
.trainer select { width: 100%; }
