.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.field > span { display: flex; justify-content: space-between; align-items: baseline; }
[data-in] { min-height: 130px; font-family: var(--mono); font-size: .84rem; margin-top: 4px; }
.seg { display: inline-flex; border: 1px solid var(--line-2); border-radius: 8px; overflow: hidden; margin: 14px 0; }
.seg button { border: 0; background: var(--surface); padding: 7px 14px; font-size: .86rem; cursor: pointer; color: var(--text); }
.seg button.on { background: var(--accent-bg); color: var(--accent-2); font-weight: 650; }
.cv-warn { color: var(--warn); font-size: .82rem; font-weight: 600; margin: 4px 0; }
.out-head { display: flex; justify-content: space-between; align-items: center; margin: 8px 0 4px; }
.cv-out { margin: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); font-family: var(--mono); font-size: .82rem; white-space: pre-wrap; word-break: break-word; min-height: 80px; }
