.a11y-root { font: 14px/1.45 Arial, sans-serif; color: #141820; }
.a11y-root *, .a11y-root *::before, .a11y-root *::after { box-sizing: border-box; }
.a11y-root [hidden] { display: none !important; }
.a11y-root button, .a11y-root select { font: inherit; cursor: pointer; }
.a11y-root button:focus-visible, .a11y-root summary:focus-visible, .a11y-root select:focus-visible, .a11y-root a:focus-visible { outline: 3px solid #1555ce; outline-offset: 3px; }
.a11y-launcher { position: fixed; right: 20px; bottom: 88px; z-index: 10010; width: 52px; height: 52px; display: grid; place-items: center; background: #246df0; color: white; border: 2px solid white; border-radius: 50%; box-shadow: 0 3px 16px #16376344; }
.a11y-root svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.a11y-panel { position: fixed; inset: 0 0 0 auto; margin: 0; padding: 0; width: 432px; max-width: 100vw; height: 100dvh; max-height: 100dvh; border: 0; background: #f1f7fc; color: #141820; box-shadow: -8px 0 36px #172e4626; font: 14px/1.45 Arial, sans-serif; overflow: auto; overscroll-behavior: contain; }
.a11y-panel::backdrop { background: #142b4838; }
.a11y-header { position: sticky; top: 0; z-index: 2; min-height: 56px; padding: 12px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: linear-gradient(105deg, #2d7af5, #718a65); color: white; }
.a11y-header h2 { font: bold 15px/1.4 Arial, sans-serif; margin: 0; color: white; }
.a11y-header button { border: 0; border-radius: 50%; width: 28px; height: 28px; padding: 0; font-size: 28px; line-height: 24px; color: #648773; background: white; }
.a11y-body { padding: 20px 14px; }
.a11y-reset { width: 100%; padding: 12px 20px; border: 1px solid #377cff; border-radius: 12px; display: flex; text-align: left; align-items: center; gap: 12px; color: #10151d; background: white; }
.a11y-reset small { display: block; font-size: 13px; margin-top: 2px; }
.a11y-reset-icon { width: 34px; height: 34px; border-radius: 50%; background: #e5f2ff; color: #2160d7; display: grid; place-items: center; font-size: 25px; }
.a11y-card { background: white; border-radius: 18px; margin: 14px 0; padding: 12px; }
.a11y-oversize { display: flex; align-items: center; gap: 10px; min-height: 62px; padding: 0 8px 12px; position: relative; }
.a11y-oversize input { appearance: none; margin-left: auto; width: 40px; height: 24px; flex-shrink: 0; border: 0; border-radius: 20px; background: #ccc; cursor: pointer; position: relative; }
.a11y-oversize input::before { content: ''; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: white; top: 3px; left: 3px; }
.a11y-oversize input:checked { background: #2676ff; }
.a11y-oversize input:checked::before { left: 19px; }
.a11y-oversize input:focus-visible { outline: 3px solid #1555ce; outline-offset: 3px; }
.a11y-oversize span { display: none; }
.a11y-grid { padding: 10px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; border: 1px solid #d0d3d9; border-radius: 11px; }
.a11y-tile { position: relative; min-height: 101px; padding: 12px 3px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid transparent; border-radius: 5px; background: #f1f7fb; color: #080d12; text-align: center; overflow-wrap: anywhere; }
.a11y-tile > span { font-size: 13px; }
.a11y-tile small { font-size: 11px; color: #4c596b; }
.a11y-tile:hover { background: #e5f0ff; }
.a11y-tile[aria-pressed="true"] { border-color: #2768ff; color: #1765e9; box-shadow: 0 2px 5px #1955d229; }
.a11y-tile[aria-pressed="true"]::after { content: '✓'; position: absolute; right: 6px; top: 5px; width: 15px; height: 15px; border-radius: 50%; background: #2879ed; color: white; font-size: 11px; }
.a11y-read { grid-column: 2; }
.a11y-reading-bars { display: flex; gap: 3px; margin-top: 3px; }
.a11y-reading-bars i { width: 20px; height: 4px; background: #a5c7ff; border-radius: 3px; }
.a11y-read[aria-pressed="true"] i { background: #2677ff; }
.a11y-speed { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; }
.a11y-speed select { border: 1px solid #cbd1da; background: white; color: #141820; border-radius: 6px; padding: 6px; }
.a11y-status { color: #a12e19; font-size: 13px; margin: 8px 0; }
.a11y-status:empty { display: none; }
.a11y-move { margin: 16px 0 20px; border: 1px solid #cbd1da; border-radius: 11px; padding: 14px; }
.a11y-move summary { cursor: pointer; }
.a11y-move button { background: #f1f7fc; color: #174ea6; border: 1px solid #b6cbeb; border-radius: 5px; padding: 8px; margin: 8px 4px 0 0; }
.a11y-move p, .a11y-footer p { font-size: 12px; color: #526075; margin: 10px 0 0; }
.a11y-footer { border: 1px solid #377cff; background: white; padding: 14px; border-radius: 14px; }
.a11y-footer a { color: #145bcc; }
.a11y-panel.a11y-large { width: 520px; font-size: 16px; }
.a11y-large .a11y-tile { min-height: 120px; }
.a11y-large .a11y-tile > span { font-size: 15px; }
html[data-a11y-position="left"] .a11y-panel { inset: 0 auto 0 0; }
html[data-a11y-position="left"] .a11y-launcher { left: 20px; right: auto; }
.a11y-guide { position: fixed; left: 0; right: 0; top: 50vh; height: 5px; background: #1769f4; box-shadow: 0 0 0 20px #2677ff12; pointer-events: none; z-index: 10000; }
.a11y-tooltip { position: fixed; z-index: 10020; max-width: min(300px, 85vw); padding: 9px 12px; border-radius: 6px; background: #15253d; color: white; pointer-events: none; font-size: 14px; }
/* Keep the controls stable while enlarging the site content. */
html[data-font-scale] body { zoom: 1; }
html[data-font-scale] body > :not(.a11y-root):not(script) { zoom: var(--text-scale, 1); }
html[data-a11y-contrast="1"] { --a11y-contrast: 1.6; }
html:is([data-a11y-contrast="1"], [data-a11y-saturation="1"], [data-a11y-saturation="2"], [data-a11y-saturation="3"]) :is(.site-header, #main-content, body > footer) { filter: contrast(var(--a11y-contrast, 1)) saturate(var(--a11y-saturation, 1)); }
html[data-a11y-contrast="2"] :is(.site-header, #main-content, body > footer),
html[data-a11y-contrast="2"] :is(.site-header, #main-content, body > footer) * { background-color: #111 !important; color: #fff !important; border-color: #fff !important; }
html[data-a11y-contrast="2"] :is(.site-header, #main-content, body > footer) a { color: #ffeb60 !important; }
html[data-a11y-links="1"] body > :not(.a11y-root) a { outline: 2px solid #d87000 !important; text-decoration: underline !important; text-decoration-thickness: 2px !important; }
html[data-a11y-spacing="1"] #main-content * { letter-spacing: .06em !important; word-spacing: .12em !important; }
html[data-a11y-spacing="2"] #main-content * { letter-spacing: .12em !important; word-spacing: .24em !important; }
html[data-a11y-animation="1"] *, html[data-a11y-animation="1"] *::before, html[data-a11y-animation="1"] *::after { animation-play-state: paused !important; transition: none !important; scroll-behavior: auto !important; }
html[data-a11y-images="1"] body > :not(.a11y-root) :is(img, picture, video) { visibility: hidden !important; }
html[data-a11y-images="1"] body > :not(.a11y-root), html[data-a11y-images="1"] body > :not(.a11y-root) * { background-image: none !important; }
html[data-a11y-font="1"] body > :not(.a11y-root), html[data-a11y-font="1"] body > :not(.a11y-root) * { font-family: Arial, "Noto Sans Devanagari", sans-serif !important; }
html[data-a11y-line="1"] #main-content * { line-height: 1.8 !important; }
html[data-a11y-line="2"] #main-content * { line-height: 2.2 !important; }
html[data-a11y-align="1"] #main-content * { text-align: left !important; }
html[data-a11y-align="2"] #main-content * { text-align: center !important; }
html[data-a11y-align="3"] #main-content * { text-align: right !important; }
html[data-a11y-saturation="1"] { --a11y-saturation: .4; }
html[data-a11y-saturation="2"] { --a11y-saturation: 1.8; }
html[data-a11y-saturation="3"] { --a11y-saturation: 0; }
@media (max-width: 360px) { .a11y-body { padding: 12px 8px; } .a11y-card { padding: 7px; } .a11y-grid { padding: 6px; } .a11y-tile > span { font-size: 12px; } }
