/* V73 — Acessibilidade e UX */
:where(a,button,input,select,textarea,[role="button"],[tabindex]):focus-visible{
  outline:3px solid currentColor!important;outline-offset:3px!important;
}
:where(button,a,[role="button"]){-webkit-tap-highlight-color:transparent}
@media(pointer:coarse){
  :where(button,a.btn,[role="button"],input[type="checkbox"],input[type="radio"]){min-height:44px}
}
:where(input,select,textarea):disabled{cursor:not-allowed;opacity:.65}
:where([aria-disabled="true"]){cursor:not-allowed;opacity:.65}
:where(.sr-only,.visually-hidden){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
