/* Recovery polish: keep the static export readable before JavaScript animations hydrate. */
body [style*="opacity:0"],
body [style*="opacity: 0"],
body [style*="opacity:0."],
body [style*="opacity: 0."] {
  opacity: 1 !important;
}

body [style*="opacity:0"][style*="translate"],
body [style*="opacity: 0"][style*="translate"],
body [style*="opacity:0."][style*="translate"],
body [style*="opacity: 0."][style*="translate"] {
  transform: none !important;
}

body [class~="opacity-0"] {
  opacity: 1 !important;
}

body [class*="translate-y-"],
body [class*="translate-x-"] {
  transform: none !important;
}

:where(a, button):focus-visible {
  outline: 2px solid #79c0ff;
  outline-offset: 4px;
}

:where(h1, h2, h3) {
  text-wrap: balance;
}

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