/* Completion Phase XII: release-candidate safeguards. */
html[data-s2047-qa="attention"]::after {
  content: "Space 2047 diagnostic attention required";
  position: fixed;
  right: .75rem;
  bottom: .75rem;
  z-index: 2147483646;
  max-width: min(24rem, calc(100vw - 1.5rem));
  padding: .55rem .8rem;
  border: 1px solid currentColor;
  border-radius: .55rem;
  background: rgba(25, 12, 12, .94);
  color: #fff;
  font: 600 .78rem/1.35 system-ui, sans-serif;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
