/* UniSST v180 — acessibilidade operacional sem alterar componentes de curso/card. */
:focus-visible{outline:2px solid #e2bc63;outline-offset:2px}
[aria-disabled="true"]{cursor:not-allowed}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}

/* v180 — contrato visual operacional: títulos internos nunca usam escala grande.
   Escopo deliberadamente exclui heroes de marketing/detalhe integral e cards de cursos. */
html body.app-body .admin-page .admin-head h1,
html body.app-body .admin-page .page-heading h1,
html body.app-body .member-shell .member-hero h1,
html body.app-body .platform-shell .platform-hero h1,
html body.app-body .finance-shell .finance-hero h1,
html body.app-body .account-page .page-heading h1,
html body.app-body .student-learning-page .learning-hero h1,
html body.app-body .learning-page .page-heading h1,
html body.app-body .quiz-page .page-heading h1{
  font-size:var(--ui174-font-title,24px)!important;
  line-height:1.12!important;
}
