.lead { color: var(--text-2); max-width: 64ch; line-height: 1.55; }
.gi-groups { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin: 16px 0; }
.gi-group { border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px 12px; display: grid; gap: 6px; }
.gi-group legend { font-size: .74rem; font-weight: 700; color: var(--text-2); padding: 0 4px; }
.out-head { display: flex; justify-content: space-between; align-items: center; margin: 14px 0 4px; }
.out-head span { display: inline-flex; gap: 12px; }
.gi-out { margin: 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); font-family: var(--mono); font-size: .82rem; white-space: pre-wrap; word-break: break-word; min-height: 120px; max-height: 460px; overflow: auto; }
