.a11y-toggle{position:fixed;right:1rem;bottom:1rem;z-index:100;border:2px solid var(--night);border-radius:999px;background:#fff;color:var(--night);padding:.7rem 1rem;font:700 .9rem/1 system-ui,sans-serif;box-shadow:0 8px 24px rgb(0 0 0 / .2)}
.a11y-panel{position:fixed;right:1rem;bottom:4.5rem;z-index:101;width:min(20rem,calc(100vw - 2rem));padding:1rem;border:2px solid var(--night);border-radius:.8rem;background:#fff;color:var(--ink);box-shadow:0 12px 32px rgb(0 0 0 / .25)}
.a11y-panel h2{margin:0 0:.5rem;font:700 1.1rem/1.2 system-ui,sans-serif}.a11y-panel p{margin:.4rem 0 .8rem;font:.9rem/1.45 system-ui,sans-serif}.a11y-panel button{display:block;width:100%;margin:.45rem 0;padding:.65rem;text-align:left;border:1px solid var(--night);border-radius:.4rem;background:#fff;color:var(--night);font:600 .95rem/1.2 system-ui,sans-serif}.a11y-panel button[aria-pressed=true]{background:var(--night);color:#fff}
html.a11y-large-text{font-size:118%}html.a11y-high-contrast{--ink:#000;--muted:#1d1d1d;--paper:#fff;--cream:#fff;--night:#000;--blue:#003c61;--sky:#d8f4ff;--orange:#9a310d;--lime:#e4ff76;--line:#111}html.a11y-high-contrast .hero,html.a11y-high-contrast .band{background:#000;color:#fff}html.a11y-reduce-motion *,html.a11y-reduce-motion *::before,html.a11y-reduce-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
