/* v3.5.1 · project-wide transient feedback policy
   Quiz correctness is shown by the answered option/reveal state, not by a toast.
   Remaining system/info toasts sit in the top safe gutter so they never cover
   Flow Assist, Hub Return, or bottom primary actions. */
.toast,#toast{
  top:calc(14px + env(safe-area-inset-top))!important;
  bottom:auto!important;
  left:50%!important;
  max-width:min(calc(100vw - 32px),560px)!important;
  margin:0!important;
  text-align:center!important;
  transform:translate(-50%,-12px)!important;
  pointer-events:none!important;
}
.toast.show,#toast.show{transform:translate(-50%,0)!important}
