/* Режим «Настройки отображения» для статических страниц (общий с SPA: атрибуты на <html>). */
html[data-a11y-font="125"] body{zoom:1.25}
html[data-a11y-font="150"] body{zoom:1.5}
html[data-a11y] body{letter-spacing:.02em}
html[data-a11y] a{text-decoration:underline}
html[data-a11y-scheme="bw"] body,
html[data-a11y-scheme="bw"] body *:not(svg):not(path):not(rect):not(circle):not(line){
  background:#fff !important;background-image:none !important;
  color:#000 !important;border-color:#000 !important;box-shadow:none !important;
}
html[data-a11y-scheme="bw"] svg{color:#000 !important;filter:grayscale(1) contrast(2)}
html[data-a11y-scheme="wb"] body,
html[data-a11y-scheme="wb"] body *:not(svg):not(path):not(rect):not(circle):not(line){
  background:#000 !important;background-image:none !important;
  color:#fff !important;border-color:#fff !important;box-shadow:none !important;
}
html[data-a11y-scheme="wb"] svg{color:#fff !important;filter:grayscale(1) contrast(2)}
html[data-a11y-noimg] img{visibility:hidden !important}

/* Виджет */
.a11y-root{position:fixed;right:16px;bottom:16px;z-index:1000;font-family:-apple-system,'Segoe UI',Roboto,Arial,sans-serif}
.a11y-fab{display:inline-flex;align-items:center;gap:9px;border:1px solid #e2e8f2;border-radius:24px;background:#fff;color:#16202c;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 10px rgba(11,37,69,.18);font-family:inherit}
.a11y-fab svg{width:19px;height:19px;flex-shrink:0}
.a11y-fab:hover{border-color:#1558c0}
.a11y-panel{width:280px;background:#fff;border:1px solid #e2e8f2;border-radius:14px;box-shadow:0 6px 30px rgba(11,37,69,.25);padding:16px}
.a11y-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.a11y-head{margin-bottom:14px;font-size:14px}
.a11y-x{border:none;background:none;cursor:pointer;font-size:14px;color:#54617a;padding:4px;font-family:inherit}
.a11y-lbl{font-size:12.5px;color:#54617a}
.a11y-btns{display:flex;gap:5px}
.a11y-btns button{border:1px solid #e2e8f2;background:#f4f7fb;border-radius:8px;min-width:38px;padding:6px 9px;cursor:pointer;font-family:inherit;font-size:12.5px;line-height:1;color:#16202c}
.a11y-btns button.on{border-color:#1558c0;background:#e8f0fc;font-weight:700}
.a11y-btns .sw-bw{background:#fff;color:#000}
.a11y-btns .sw-wb{background:#000;color:#fff}
.a11y-off{width:100%;border:1px solid #e2e8f2;border-radius:9px;background:none;padding:9px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;color:#16202c}
.a11y-off:hover{border-color:#1558c0}
