/* Ecentrum Design System 2.0 — cross-surface accessibility safeguards. */
body.panel-theme :where(a, button, input, select, textarea, summary, iframe, [tabindex], [role='button'], [role='link'], [contenteditable='true']):focus-visible,
body[data-ecentrum-design-system] :where(a, button, input, select, textarea, summary, iframe, [tabindex], [role='button'], [role='link'], [contenteditable='true']):focus-visible {
  outline:2px solid var(--ds-focus-ring) !important;
  outline-offset:2px;
}

/* Keep screen-reader text independent from the optional Font Awesome bundle. */
body[data-ecentrum-design-system] :where(.ds-visually-hidden, .sr-only) {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}

body[data-ecentrum-design-system] :where(.ds-visually-hidden--focusable, .sr-only-focusable):is(:focus, :active) {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
  clip-path:none;
  white-space:normal;
}

@media (prefers-reduced-motion:reduce) {
  body.panel-theme *,
  body.panel-theme *::before,
  body.panel-theme *::after,
  body[data-ecentrum-design-system] *,
  body[data-ecentrum-design-system] *::before,
  body[data-ecentrum-design-system] *::after {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
  }
}
