:root{--a11y-accent:#ff6b1a;--a11y-accent-contrast:#020617;--a11y-panel-bg:#0f172a;--a11y-panel-fg:#ffffff;--a11y-muted-fg:#94a3b8;--a11y-border:#1e293b;--a11y-switch-off:#475569;--a11y-radius:12px;--a11y-shadow:0 8px 24px rgba(0,0,0,0.45);--a11y-z:2147483000;--a11y-readable-font:var(--font-readable),"Atkinson Hyperlegible",Verdana,Tahoma,system-ui,sans-serif}html.high-contrast{filter:contrast(1.3)}html.high-contrast :focus-visible{outline:3px solid var(--a11y-accent);outline-offset:2px}html.high-contrast a{text-decoration:underline}html.grayscale{filter:grayscale(1)}html.high-contrast.grayscale{filter:grayscale(1) contrast(1.3)}html.reduce-motion *,html.reduce-motion :after,html.reduce-motion :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}@media (prefers-reduced-motion:reduce){html:not(.motion-ok) *,html:not(.motion-ok) :after,html:not(.motion-ok) :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html.readable-font,html.readable-font body{font-family:var(--a11y-readable-font)!important}html.text-spacing *{line-height:1.5!important;letter-spacing:.12em!important;word-spacing:.16em!important}html.text-spacing p{margin-bottom:2em!important}html.underline-links a{text-decoration:underline!important;text-underline-offset:.2em}html{scroll-padding-top:5rem}.a11y-skip-link{position:absolute;left:-9999px;top:0;z-index:calc(var(--a11y-z) + 1);padding:.5rem 1rem;border-radius:0 0 var(--a11y-radius) 0;background:var(--a11y-accent);color:var(--a11y-accent-contrast);font-weight:600;text-decoration:none}.a11y-skip-link:focus{left:0;outline:3px solid var(--a11y-accent-contrast);outline-offset:-3px}.a11y-widget{position:fixed;bottom:1rem;right:1rem;z-index:var(--a11y-z)}.a11y-widget__trigger{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;border:1px solid var(--a11y-border);background:var(--a11y-panel-bg);color:var(--a11y-panel-fg);box-shadow:var(--a11y-shadow);cursor:pointer}.a11y-widget__trigger:focus-visible{outline:3px solid var(--a11y-accent);outline-offset:2px}.a11y-widget__panel{position:absolute;bottom:calc(100% + .5rem);right:0;width:18rem;max-width:calc(100vw - 2rem);padding:1rem;border-radius:var(--a11y-radius);border:1px solid var(--a11y-border);background:var(--a11y-panel-bg);color:var(--a11y-panel-fg);box-shadow:var(--a11y-shadow)}.a11y-widget__title{margin:0 0 .75rem;font-size:1rem;font-weight:600}.a11y-widget__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.a11y-widget__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.a11y-widget__label{font-size:.9rem}.a11y-widget__statement{display:block;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--a11y-border);font-size:.85rem;color:var(--a11y-muted-fg)}.a11y-widget__statement:hover{color:var(--a11y-panel-fg)}.a11y-switch{flex:0 0 auto;position:relative;width:2.5rem;height:1.4rem;padding:0;border:none;border-radius:9999px;background:var(--a11y-switch-off);cursor:pointer;transition:background-color .15s ease}.a11y-switch[aria-checked=true]{background:var(--a11y-accent)}.a11y-switch:focus-visible{outline:3px solid var(--a11y-accent);outline-offset:2px}.a11y-switch__thumb{position:absolute;top:.15rem;left:.15rem;width:1.1rem;height:1.1rem;border-radius:9999px;background:#ffffff;transition:transform .15s ease}.a11y-switch[aria-checked=true] .a11y-switch__thumb{transform:translateX(1.1rem)}.a11y-stepper{gap:.25rem}.a11y-stepper,.a11y-stepper__btn{display:inline-flex;align-items:center}.a11y-stepper__btn{justify-content:center;width:1.75rem;height:1.75rem;border-radius:.4rem;border:1px solid var(--a11y-border);background:var(--a11y-panel-bg);color:var(--a11y-panel-fg);cursor:pointer}.a11y-stepper__btn:disabled,.a11y-stepper__btn[aria-disabled=true]{opacity:.4;cursor:not-allowed}.a11y-stepper__btn:focus-visible{outline:3px solid var(--a11y-accent);outline-offset:2px}.a11y-stepper__value{min-width:2.75rem;text-align:center;font-variant-numeric:tabular-nums;font-size:.85rem}