.nr-accessibility-root { font-size: 16px !important; font-family: Arial, Helvetica, sans-serif !important; }
.nr-a11y-trigger { position: fixed; right: 20px; bottom: 88px; z-index: 1065; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #073f2c; color: #9bf52f; box-shadow: 0 8px 28px rgba(0,0,0,.24); font-size: 1.75rem; transition: transform .2s ease, background .2s ease; }
.nr-a11y-trigger:hover, .nr-a11y-trigger:focus-visible { background: #006b3b; color: #fff; transform: translateY(-2px); outline: 3px solid #9bf52f; outline-offset: 2px; }
.nr-a11y-panel { position: fixed; right: 20px; bottom: 158px; z-index: 1070; width: min(390px, calc(100vw - 40px)); max-height: min(690px, calc(100vh - 180px)); overflow: auto; border: 1px solid #bfd0c7; border-radius: 18px; background: #fff; color: #071710; box-shadow: 0 18px 55px rgba(0,31,20,.28); }
.nr-a11y-panel[hidden] { display: none !important; }
.nr-a11y-header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; background: #073f2c; color: #fff; }
.nr-a11y-header h2 { margin: 1px 0 0; color: #fff; font: 800 1.4rem/1.2 Arial, sans-serif; }
.nr-a11y-eyebrow { display: block; color: #9bf52f; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nr-a11y-close { width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 1.2rem; }
.nr-a11y-close:hover, .nr-a11y-close:focus-visible { background: #fff; color: #073f2c; outline: 3px solid #9bf52f; }
.nr-a11y-content { padding: 18px; }
.nr-a11y-text-control { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 12px 14px; border: 1px solid #d5dfda; border-radius: 12px; }
.nr-a11y-text-control strong, .nr-a11y-text-control span { display: block; }
.nr-a11y-text-control span { margin-top: 2px; color: #5e6d66; font-size: .8rem; }
.nr-a11y-stepper { display: flex; gap: 6px; }
.nr-a11y-stepper button { min-width: 47px; height: 40px; border: 1px solid #9bb1a6; border-radius: 8px; background: #f4f8f6; color: #073f2c; font-weight: 800; }
.nr-a11y-stepper button:hover, .nr-a11y-stepper button:focus-visible { border-color: #006b3b; background: #e6f4ed; outline: 2px solid #9bf52f; }
.nr-a11y-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.nr-a11y-option { min-height: 92px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 9px; padding: 13px; border: 1px solid #d5dfda; border-radius: 12px; background: #fff; color: #183229; text-align: left; font-weight: 700; line-height: 1.2; }
.nr-a11y-option i { color: #006b3b; font-size: 1.25rem; }
.nr-a11y-option:hover, .nr-a11y-option:focus-visible { border-color: #006b3b; background: #f2f9f5; outline: 2px solid #9bf52f; }
.nr-a11y-option[aria-pressed="true"] { border: 2px solid #006b3b; background: #e5f6ed; color: #004c2a; }
.nr-a11y-reader { width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 12px; padding: 12px; border: 0; border-radius: 10px; background: #006b3b; color: #fff; font-weight: 700; }
.nr-a11y-reader:hover, .nr-a11y-reader:focus-visible { background: #004f2c; outline: 3px solid #9bf52f; }
.nr-a11y-reader[aria-pressed="true"] { background: #9f2d20; }
.nr-a11y-reset { width: 100%; margin-top: 8px; padding: 10px; border: 0; background: transparent; color: #4b6258; font-weight: 700; }
.nr-a11y-reset:hover, .nr-a11y-reset:focus-visible { color: #006b3b; text-decoration: underline; outline: 2px solid #9bf52f; }
.nr-a11y-reading-guide { display: none; position: fixed; z-index: 1055; left: 0; top: var(--nr-guide-y, 50vh); width: 100vw; height: 4px; border-top: 2px solid #ffdf00; border-bottom: 2px solid #071710; background: #ffdf00; pointer-events: none; box-shadow: 0 0 0 5px rgba(255,223,0,.2); }
html.a11y-guide .nr-a11y-reading-guide { display: block; }

html.a11y-text-1 { font-size: 112.5%; }
html.a11y-text-2 { font-size: 125%; }
html.a11y-text-3 { font-size: 137.5%; }
html.a11y-readable body, html.a11y-readable body :not(i):not(.fa):not(.fas):not(.far):not(.fab) { font-family: Arial, Verdana, sans-serif !important; }
html.a11y-spacing main, html.a11y-spacing main p, html.a11y-spacing main li, html.a11y-spacing main label, html.a11y-spacing main input, html.a11y-spacing main textarea { letter-spacing: .07em !important; word-spacing: .12em !important; line-height: 1.8 !important; }
html.a11y-links a:not(.btn):not(.nr-a11y-trigger) { color: #004fff !important; background: #fff6a8 !important; text-decoration: underline 3px !important; text-underline-offset: 3px; outline: 2px solid currentColor; outline-offset: 2px; }
html.a11y-grayscale body > :not(.nr-accessibility-root) { filter: grayscale(1); }
html.a11y-high-contrast body, html.a11y-high-contrast main, html.a11y-high-contrast main section, html.a11y-high-contrast .public-header, html.a11y-high-contrast .site-footer { background-color: #000 !important; color: #fff !important; }
html.a11y-high-contrast main :where(h1,h2,h3,h4,h5,h6,p,span,small,label,strong,li), html.a11y-high-contrast .public-header a, html.a11y-high-contrast .site-footer * { color: #fff !important; }
html.a11y-high-contrast main a { color: #ffef00 !important; }
html.a11y-high-contrast main :where(article,form,.card,.category-card,.ad-card,.search-filters), html.a11y-high-contrast main :where(input,select,textarea) { background: #000 !important; color: #fff !important; border-color: #fff !important; }
html.a11y-big-cursor, html.a11y-big-cursor * { cursor: url('../img/accessibility-cursor.svg') 3 3, auto !important; }
html.a11y-reduce-motion { scroll-behavior: auto !important; }
html.a11y-reduce-motion *, html.a11y-reduce-motion *::before, html.a11y-reduce-motion *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }

@media (max-width: 575.98px) {
    .nr-a11y-trigger { right: 14px; bottom: 84px; width: 54px; height: 54px; }
    .nr-a11y-panel { right: 10px; bottom: 148px; width: calc(100vw - 20px); max-height: calc(100vh - 165px); }
}
@media (prefers-reduced-motion: reduce) { .nr-a11y-trigger { transition: none; } }
