

.site-shell.acc-contrast-dark {
    filter: invert(1) hue-rotate(180deg);
    background: #000 !important;
}

.site-shell.acc-contrast-light {
    background: #fff !important;
    color: #111 !important;
}

.site-shell.acc-grayscale {
    filter: grayscale(1);
}

.site-shell.acc-highlight-links a {
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
}

.site-shell.acc-highlight-headings h1,
.site-shell.acc-highlight-headings h2,
.site-shell.acc-highlight-headings h3,
.site-shell.acc-highlight-headings h4 {
    background: #fff16b;
    color: #111 !important;
    width: fit-content;
    padding: 0 8px;
    border-radius: 6px;
}

.site-shell.acc-stop-animations *,
.site-shell.acc-stop-animations *::before,
.site-shell.acc-stop-animations *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

.site-shell.acc-hide-images img,
.site-shell.acc-hide-images picture img,
.site-shell.acc-hide-images svg {
    opacity: 0 !important;
    visibility: hidden !important;
}

.site-shell.acc-readable-font,
.site-shell.acc-readable-font * {
    font-family: "Rubik", "Assistant", "Segoe UI", system-ui, sans-serif !important;
}


.site-shell.acc-screen-reader a,
.site-shell.acc-screen-reader button,
.site-shell.acc-screen-reader input,
.site-shell.acc-screen-reader select,
.site-shell.acc-screen-reader textarea,
.site-shell.acc-screen-reader [role="button"],
.site-shell.acc-screen-reader [tabindex]:not([tabindex="-1"]) {
    outline: 2px dashed rgba(37, 99, 235, 0.55) !important;
    outline-offset: 2px !important;
}

.site-shell.acc-screen-reader a:focus,
.site-shell.acc-screen-reader a:focus-visible,
.site-shell.acc-screen-reader button:focus,
.site-shell.acc-screen-reader button:focus-visible,
.site-shell.acc-screen-reader input:focus,
.site-shell.acc-screen-reader input:focus-visible,
.site-shell.acc-screen-reader select:focus,
.site-shell.acc-screen-reader select:focus-visible,
.site-shell.acc-screen-reader textarea:focus,
.site-shell.acc-screen-reader textarea:focus-visible,
.site-shell.acc-screen-reader [tabindex]:focus,
.site-shell.acc-screen-reader [tabindex]:focus-visible {
    outline: 4px solid #2563eb !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.28) !important;
}


.acc-reading-guide-line {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    margin-top: -26px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0.22));
    border-block: 2px solid rgba(37, 99, 235, 0.55);
    pointer-events: none;
    z-index: 2147483640;
    box-shadow: 0 4px 24px rgba(37, 99, 235, 0.12);
}
