.lead { color: var(--text-2); max-width: 62ch; line-height: 1.55; }
.lg-controls { display: flex; flex-wrap: wrap; gap: 12px; margin: 16px 0; align-items: end; }
.lg-n { max-width: 220px; }
.lg-controls .field:last-child { flex: 1; min-width: 220px; }
.out-head { display: flex; justify-content: space-between; align-items: center; margin: 10px 0 4px; }
.out-head span { display: inline-flex; gap: 12px; }
.lg-out { margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); font-family: var(--mono); font-size: .8rem; line-height: 1.5; white-space: pre-wrap; word-break: break-word; max-height: 520px; overflow: auto; }
