.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.rn-grid { display: grid; gap: 14px; max-width: 460px; margin: 16px 0 12px; }
.rn-grid .field > span { display: flex; justify-content: space-between; align-items: baseline; }
.rn-grid input { font-size: 1rem; }
[data-rom] { font-family: var(--mono); letter-spacing: .06em; }
.rn-msg { color: var(--warn); font-size: .82rem; min-height: 1.2em; }
