fde50ce3bf
The focused sidebar panel border (ADR-0046 DC3) was bright `fg` plus `Modifier::BOLD`. Bold box-drawing glyphs render as broken/gapped line-art in the asciinema cast player and are fragile in some terminals. `panel_border_style` now marks focus with a non-bold accent colour (`theme.mode_simple`, blue); the unfocused border stays muted. Bold is untouched on text spans (titles, key hints) — the constraint is specifically that box-drawing borders carry no bold attribute. Pure style change: the Tier-2 snapshots are text-only so none needed re-accepting; the Tier-1 assertion was updated and a render-level test now checks the rendered border cells carry the accent and no bold. ADR-0046 Amendment 1.