.rgx-a11y{position:fixed;z-index:2147483000;font-family:Arial,Helvetica,sans-serif;color:var(--rgx-a11y-text,#111)}
.rgx-a11y--right-bottom{right:18px;bottom:18px}.rgx-a11y--left-bottom{left:18px;bottom:18px}.rgx-a11y--right-center{right:18px;top:50%;transform:translateY(-50%)}.rgx-a11y--left-center{left:18px;top:50%;transform:translateY(-50%)}
.rgx-a11y__trigger{width:var(--rgx-a11y-size,52px);height:var(--rgx-a11y-size,52px);border-radius:999px;border:2px solid #fff;background:var(--rgx-a11y-accent,#0b5cab);color:#fff;box-shadow:0 6px 24px rgba(0,0,0,.24);cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;gap:8px}
.rgx-a11y__trigger-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.rgx-a11y__panel{position:absolute;right:0;bottom:calc(var(--rgx-a11y-size,52px) + 12px);width:min(460px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:calc(100vh - 90px);overflow:hidden;background:var(--rgx-a11y-panel,#fff);color:var(--rgx-a11y-text,#111);border:1px solid rgba(0,0,0,.15);border-radius:16px;box-shadow:0 18px 48px rgba(0,0,0,.28);padding:14px}
.rgx-a11y--left-bottom .rgx-a11y__panel,.rgx-a11y--left-center .rgx-a11y__panel{left:0;right:auto}.rgx-a11y--right-center .rgx-a11y__panel,.rgx-a11y--left-center .rgx-a11y__panel{bottom:auto;top:50%;transform:translateY(-50%)}
.rgx-a11y__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:18px}.rgx-a11y__close{border:0;background:transparent;color:inherit;font-size:28px;line-height:1;cursor:pointer}
.rgx-a11y__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.rgx-a11y__action,.rgx-a11y__reset{border:1px solid rgba(0,0,0,.16);background:#fff;color:#111;border-radius:10px;padding:7px;min-height:44px;cursor:pointer;text-align:left;font-size:12px;line-height:1.15}.rgx-a11y__action{display:flex;align-items:center;gap:8px}.rgx-a11y__action>span:first-child{font-size:17px;min-width:20px;text-align:center}.rgx-a11y__action:hover,.rgx-a11y__action:focus,.rgx-a11y__reset:hover,.rgx-a11y__reset:focus{outline:3px solid var(--rgx-a11y-accent,#0b5cab);outline-offset:2px}.rgx-a11y__action[aria-pressed="true"]{background:var(--rgx-a11y-accent,#0b5cab);color:#fff}.rgx-a11y__reset{width:100%;margin-top:10px;text-align:center;font-weight:700}
html.rgx-a11y-font-scaled body{zoom:var(--rgx-a11y-font-factor,1)}
html.rgx-a11y-font-scaled .rgx-a11y{zoom:calc(1 / var(--rgx-a11y-font-factor,1))}
html.rgx-a11y-links a{text-decoration:underline!important;text-decoration-thickness:3px!important;text-underline-offset:3px!important;outline:2px dashed currentColor!important;outline-offset:2px!important}
html.rgx-a11y-headings h1,html.rgx-a11y-headings h2,html.rgx-a11y-headings h3,html.rgx-a11y-headings h4,html.rgx-a11y-headings h5,html.rgx-a11y-headings h6{outline:3px solid #ffbf00!important;outline-offset:4px!important;background:#fff3bf!important;color:#111!important}
html.rgx-a11y-spacing body{line-height:1.8!important;letter-spacing:.04em!important;word-spacing:.12em!important}html.rgx-a11y-spacing p,html.rgx-a11y-spacing li{margin-bottom:1.2em!important}
html.rgx-a11y-readable-font body{font-family:Arial,Verdana,Tahoma,sans-serif!important}
html.rgx-a11y-keyboard :focus{outline:4px solid #ffbf00!important;outline-offset:4px!important}
html.rgx-a11y-stop-animations *,html.rgx-a11y-stop-animations *::before,html.rgx-a11y-stop-animations *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
html.rgx-a11y-contrast-high body{background:#000!important;color:#fff!important}html.rgx-a11y-contrast-high body *:not(img):not(video):not(svg):not(.rgx-a11y):not(.rgx-a11y *){background-color:#000!important;color:#fff!important;border-color:#fff!important}html.rgx-a11y-contrast-high a{color:#ffff00!important}
html.rgx-a11y-contrast-dark{filter:brightness(.8) contrast(1.25)}
html.rgx-a11y-contrast-invert body{filter:invert(1)!important;background:#000!important}html.rgx-a11y-contrast-invert .rgx-a11y{filter:invert(1)!important}
@media (max-width:560px){.rgx-a11y{right:8px!important;left:auto!important;bottom:8px!important;top:auto!important;transform:none!important}.rgx-a11y__panel{position:fixed!important;left:8px!important;right:8px!important;bottom:calc(var(--rgx-a11y-size,52px) + 14px)!important;top:auto!important;transform:none!important;width:auto!important;max-width:none!important;max-height:calc(100vh - var(--rgx-a11y-size,52px) - 30px)!important;padding:9px!important;border-radius:12px!important;overflow:hidden!important}.rgx-a11y__header{margin-bottom:7px!important;font-size:15px!important;gap:6px!important}.rgx-a11y__close{font-size:24px!important}.rgx-a11y__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.rgx-a11y__action,.rgx-a11y__reset{min-height:38px!important;padding:5px 6px!important;font-size:11px!important;line-height:1.05!important}.rgx-a11y__action>span:first-child{font-size:15px!important;min-width:17px!important}.rgx-a11y__reset{margin-top:6px!important}.rgx-a11y__version{font-size:9px!important;margin-right:4px!important}}
@media (max-height:650px){.rgx-a11y__panel{position:fixed!important;top:6px!important;bottom:6px!important;transform:none!important;max-height:none!important;padding:7px!important}.rgx-a11y__header{margin-bottom:5px!important;font-size:14px!important}.rgx-a11y__grid{gap:4px!important}.rgx-a11y__action,.rgx-a11y__reset{min-height:34px!important;padding:4px 5px!important;font-size:10px!important}.rgx-a11y__reset{margin-top:5px!important}}
@media (prefers-reduced-motion:reduce){.rgx-a11y *{scroll-behavior:auto!important;transition:none!important}}
.rgx-a11y__version{display:block;font-size:11px;line-height:1.2;opacity:.7;margin-left:auto;margin-right:8px;white-space:nowrap}
