/* Accessibility helpers */

/* Improve focus visibility across the app */
:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; }

/* Ensure buttons with ghost style still show a clear focus */
.button.button--ghost:focus-visible { outline-color: #2563eb; }

/* Visible focus on links inside controls */
.format-toggle:focus-within,
.metadata__toggle:focus-within,
.naming__toggle:focus-within,
.resize__mode:focus-within { box-shadow: 0 0 0 3px rgba(37,99,235,.2); border-radius: 8px; }

/* Preview dialog focus outline */
.preview-panel:focus-visible { outline: 3px solid #2563eb; outline-offset: -3px; }


