.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; }
.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: 78px; }
.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; min-height: 120px; }
.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: 200px; width: 100%; }
@media (max-width: 640px) { .cols { grid-template-columns: 1fr; } }
.ua-table { border-collapse: collapse; margin-top: 8px; }
.ua-table th, .ua-table td { text-align: left; padding: 5px 14px 5px 0; border-bottom: 1px solid var(--line-2); font-size: .88rem; }
.ua-table th { color: var(--text-2); font-weight: 500; }
