.lead { color: var(--text-2); max-width: 64ch; line-height: 1.55; }

.jf-bar { margin: 16px 0 12px; gap: 12px; align-items: center; }
.jf-sp { flex: 1; }
.seg { display: inline-flex; border: 1px solid var(--line-2); border-radius: 8px; overflow: hidden; }
.seg button { border: 0; border-right: 1px solid var(--line-2); background: var(--surface); padding: 6px 12px; font-size: .82rem; cursor: pointer; color: var(--text); }
.seg button:last-child { border-right: 0; }
.seg button.on { background: var(--accent-bg); color: var(--accent-2); font-weight: 650; }

.jf-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.jf-cols textarea { min-height: 360px; font-family: var(--mono); font-size: .82rem; }

.jf-status { margin: 10px 0 0; font-size: .85rem; }
.jf-status.ok { color: var(--ok); }
.jf-status.bad { color: var(--bad); font-weight: 600; }

@media (max-width: 760px) { .jf-cols { grid-template-columns: 1fr; } }
