.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.field { margin: 10px 0; }
.field > span { display: flex; justify-content: space-between; align-items: baseline; }
textarea { font-family: var(--mono); font-size: .86rem; width: 100%; }
.row { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; margin: 12px 0; }
.opt { font-size: .84rem; display: inline-flex; align-items: center; gap: 6px; }
.opt input[type=number] { width: 90px; }
.opt input[type=text] { width: 150px; }
.actions { display: flex; gap: 16px; align-items: center; margin: 10px 0; }
.out { width: 100%; overflow-x: auto; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; font-family: var(--mono); font-size: .82rem; white-space: pre-wrap; word-break: break-word; min-height: 80px; }
.note { font-size: .82rem; color: var(--text-2); min-height: 1.2em; }
.note.bad { color: var(--bad); }
.note.ok { color: var(--ok); }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cols textarea { min-height: 220px; }
.kv { border-collapse: collapse; width: 100%; max-width: 560px; }
.kv th, .kv td { text-align: left; padding: 5px 12px 5px 0; border-bottom: 1px solid var(--line-2); font-size: .85rem; vertical-align: top; }
.kv th { color: var(--text-2); font-weight: 500; white-space: nowrap; }
.kv td { font-family: var(--mono); word-break: break-word; }
.big { font-size: 2rem; font-family: var(--mono); margin: 8px 0; }
.big.bad { font-size: 1rem; color: var(--bad); }
.sched { max-height: 320px; overflow: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.sched table { border-collapse: collapse; width: 100%; font-size: .8rem; }
.sched th, .sched td { padding: 4px 10px; border-bottom: 1px solid var(--line-2); text-align: right; }
.sched th { position: sticky; top: 0; background: var(--surface-2); }
@media (max-width: 640px) { .cols { grid-template-columns: 1fr; } }
