html { color-scheme: light; background: #fff; }
body { background: #fff; }
*:focus-visible { outline: 2px solid #333; outline-offset: 3px; }
input, textarea { scroll-margin-block: 24px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
