/* Shared by React pages and generated HTML, including light paper surfaces. */
:root { --a11y-focus-dark: #080b0f; --a11y-focus-light: #fff4d6; }
:where(button,input,select,textarea,summary,a,[tabindex]):focus-visible {
  outline: 3px solid var(--a11y-focus-light);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--a11y-focus-dark);
}
.post-form :is(input,textarea,select):focus-visible,
.audience-form :is(input,textarea,select):focus-visible {
  outline: 3px solid #233e53; outline-offset: 3px; box-shadow: 0 0 0 2px #fff;
}
:where(button,summary,input,select,textarea) { font: inherit; }
:where(button,summary,select,input:not([type=checkbox]):not([type=radio]):not([type=range])) { min-height: 44px; }
:where(button,a,summary,input,textarea,select) { scroll-margin-block: 7rem; }
:where(input,textarea)::placeholder { opacity: 1; }
.legal-article .eyebrow { color: #dfc184; }
.back-to-top:not(.visible) { visibility: hidden; }
.a11ySkip {
  position: fixed; top: 10px; left: 16px; z-index: 50000;
  transform: translateY(-200%); padding: 12px 18px;
  color: #080b0f !important; background: #fff4d6 !important;
  border: 2px solid #080b0f; border-radius: 4px; font: 600 1rem/1.5 Arial,sans-serif;
}
.a11ySkip:focus { transform: translateY(0); }
.chatDeleteDialog { box-sizing: border-box; width: min(540px, calc(100vw - 32px)); max-height: 85dvh; overflow: auto; margin: auto; padding: 28px; background: #131c27; color: #eef2f6; border: 1px solid #9facc0; border-radius: 12px; }
.chatDeleteDialog::backdrop { background: #000a; }
.chatDeleteDialog button { margin: 12px 12px 0 0; }
.doc-shell > * { min-width: 0; }
.doc-article, .doc-toc { overflow-wrap: anywhere; }
.doc-article pre { max-width: 100%; }
.doc-article :where(h1,h2,h3) { hyphens: auto; }
.reader-illustration figcaption { color: #4a5359; font-size: .875rem; }
.museumFallback { max-width: 760px; margin: auto; padding: clamp(24px,6vw,72px); color: #f5f2ea; background: #10161d; font: 1rem/1.65 Arial,sans-serif; }
.museumFallback a { display: block; padding: 16px 0; color: #dfc184; text-decoration: underline; }
.museumNarrationOptions, .museumNarrationOptions > * { min-width: 0; box-sizing: border-box; }
.museumNarrationOptions select { max-width: 100%; }
@media (max-width: 640px) { .museumNarrationOptions { grid-template-columns: minmax(0, 1fr); width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  :where(button,input,select,textarea,[role=button]) { border: 1px solid ButtonText !important; }
  :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible { outline: 3px solid Highlight !important; }
  [aria-pressed=true], [aria-selected=true], [aria-current=page] { outline: 2px solid Highlight; }
}
