/* 原官网样式见 /public/static/home/css；仅补充静态交互及窄屏边界。 */
:focus-visible { outline: 2px solid #194b6d; outline-offset: 4px; }
.header:not(.whiteBg):not(.bg) :focus-visible { outline-color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#search-summary:not(.sr-only) { color: #666; margin-bottom: 30px; text-align: center; }
.external-entry { min-height: 55vh; display: grid; align-content: center; justify-content: center; gap: 24px; padding: 140px 24px 60px; color: #0c3551; text-align: center; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
