html.accessibility-mode{font-size:calc(100% * var(--accessibility-font-scale, 1));-webkit-text-size-adjust:100%;text-size-adjust:100%}html.accessibility-mode body,html.accessibility-mode body *{letter-spacing:var(--accessibility-letter-spacing,0)!important}html.accessibility-mode body :where(p,li,dd,dt,td,th,blockquote,figcaption,label,.prose){line-height:var(--accessibility-line-height,1.5)!important}html[data-font-family=arial] body,html[data-font-family=arial] body *{font-family:Arial,Helvetica,Liberation Sans,sans-serif!important}html.accessibility-mode body a{text-decoration:underline!important;text-decoration-thickness:2px;text-underline-offset:.15em}html.accessibility-mode body :where(button,[role=button],input[type=submit]){min-height:2.75rem}html.accessibility-mode :focus-visible{outline:4px solid var(--a11y-focus,#0b57d0)!important;outline-offset:3px!important}html[data-image-mode=off] iframe,html[data-image-mode=off] img,html[data-image-mode=off] picture,html[data-image-mode=off] video{display:none!important}html[data-color-scheme=black-white]{--a11y-bg:#000000;--a11y-bg-alt:#161616;--a11y-text:#ffffff;--a11y-text-muted:#e6e6e6;--a11y-link:#ffe066;--a11y-border:#8a8a8a;--a11y-focus:#ffe066}html[data-color-scheme=blue-yellow]{--a11y-bg:#0b1f5c;--a11y-bg-alt:#142a73;--a11y-text:#ffee32;--a11y-text-muted:#fff6a8;--a11y-link:#ffffff;--a11y-border:#5b6aa8;--a11y-focus:#ffffff}html[data-color-scheme=yellow-black]{--a11y-bg:#fff8c4;--a11y-bg-alt:#ffef9a;--a11y-text:#000000;--a11y-text-muted:#2b2b2b;--a11y-link:#0000b3;--a11y-border:#9a8f3f;--a11y-focus:#0000b3}html[data-color-scheme]:not([data-color-scheme=default]){--background:var(--a11y-bg);--foreground:var(--a11y-text);--card:var(--a11y-bg-alt);--card-foreground:var(--a11y-text);--popover:var(--a11y-bg-alt);--popover-foreground:var(--a11y-text);--primary:var(--a11y-link);--primary-foreground:var(--a11y-bg);--secondary:var(--a11y-bg-alt);--secondary-foreground:var(--a11y-text);--muted:var(--a11y-bg-alt);--muted-foreground:var(--a11y-text-muted);--accent:var(--a11y-bg-alt);--accent-foreground:var(--a11y-text);--border:var(--a11y-border);--input:var(--a11y-border);--ring:var(--a11y-focus);color-scheme:dark}html[data-color-scheme=yellow-black]{color-scheme:light}html[data-color-scheme]:not([data-color-scheme=default]) body{background-color:var(--a11y-bg)!important;color:var(--a11y-text)!important}html[data-color-scheme]:not([data-color-scheme=default]) body :where([class*=bg-white],[class*=bg-gray-],[class*=bg-slate-],[class*=bg-blue-],[class*=bg-red-],[class*=bg-yellow-],[class*=bg-green-],[class*=bg-muted],[class*=bg-card],[class*=bg-secondary],[class*=bg-background]){background-color:var(--a11y-bg-alt)!important}html[data-color-scheme]:not([data-color-scheme=default]) body :where([class*=bg-primary],.bg-blue-600,.bg-blue-700){background-color:var(--a11y-link)!important;color:var(--a11y-bg)!important}html[data-color-scheme]:not([data-color-scheme=default]) body *{border-color:var(--a11y-border)!important;box-shadow:none!important}html[data-color-scheme]:not([data-color-scheme=default]) body :where(h1,h2,h3,h4,h5,h6,p,span,div,li,td,th,label,button,input,textarea,select,summary,abbr,strong,em,small,time,address){color:var(--a11y-text)!important}html[data-color-scheme]:not([data-color-scheme=default]) body :where([class*=text-muted],[class*=text-gray-],[class*=text-slate-]){color:var(--a11y-text-muted)!important}html[data-color-scheme]:not([data-color-scheme=default]) body a,html[data-color-scheme]:not([data-color-scheme=default]) body a *{color:var(--a11y-link)!important}html[data-color-scheme]:not([data-color-scheme=default]) body :where([class*=bg-primary],.bg-blue-600,.bg-blue-700) *{color:var(--a11y-bg)!important}html[data-color-scheme]:not([data-color-scheme=default]) body input,html[data-color-scheme]:not([data-color-scheme=default]) body select,html[data-color-scheme]:not([data-color-scheme=default]) body textarea{background-color:var(--a11y-bg)!important}html[data-color-scheme]:not([data-color-scheme=default]) body img{filter:grayscale(.1) contrast(1.05)}