.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.te-mode { max-width: 240px; margin: 16px 0 14px; }
.te-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.te-cols textarea { min-height: 200px; font-family: var(--mono); font-size: .84rem; }
.te-cols .field > span { display: flex; justify-content: space-between; align-items: baseline; }
.te-note { margin-top: 10px; font-size: .82rem; color: var(--text-2); }
@media (max-width: 640px) { .te-cols { grid-template-columns: 1fr; } }
