.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.kp-row { display: flex; align-items: flex-end; gap: 14px; margin: 14px 0 8px; }
.kp-preset { max-width: 320px; }
.kp-msg { font-size: .82rem; color: var(--text-2); min-height: 1.2em; }
.kp-out { display: grid; gap: 14px; margin-top: 8px; }
.kp-out .field > span { display: flex; justify-content: space-between; align-items: baseline; }
.kp-links { display: inline-flex; gap: 12px; }
.kp-out textarea { font-family: var(--mono); font-size: .78rem; white-space: pre; }
