Fixed
- Dashboard no longer shows a stray accent-colored frame around the content area on first load. The main content region is programmatically focused after navigation (a skip-link accessibility pattern); on the initial load the browser treated this as
:focus-visibleand drew a 2px inset outline around the whole content area, which vanished after the first module switch. The non-interactive region focus target no longer renders a visible outline.