/* Loading a fragment URL can focus its scrollable section before any input.
   The pane is a reading surface, not a control: its full-screen outline is noise.
   Actual controls and the headings targeted by keyboard navigation retain
   their existing :focus-visible indicators. */
#main > .view:focus { outline: none; }
