.a11y-toggle{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:9990;width:46px;height:52px;display:flex;align-items:center;justify-content:center;padding:0;color:#fff;background:var(--ds-teal-dark, #1D8A7D);border:none;border-radius:0 14px 14px 0;cursor:pointer;box-shadow:2px 2px 12px #00000040;transition:background .15s ease,width .15s ease}.a11y-toggle:hover{background:var(--ds-teal, #26B5A5);width:52px}.a11y-toggle:focus-visible{outline:3px solid var(--ds-teal-dark, #1D8A7D);outline-offset:2px}.a11y-toggle.is-hidden{transform:translateY(-50%) translate(-120%)}.a11y-panel{position:fixed;left:0;top:0;bottom:0;width:310px;max-width:86vw;z-index:9992;display:flex;flex-direction:column;background:var(--ds-cream, #FFF8F0);box-shadow:6px 0 28px #00000047;transform:translate(-100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);font-family:var(--font-ui, "Nunito", system-ui, sans-serif);color:var(--ds-text-dark, #2D2D2D)}.a11y-panel.is-open{transform:translate(0)}.a11y-backdrop{position:fixed;inset:0;z-index:9991;background:#00000059;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s}.a11y-backdrop.is-open{opacity:1;visibility:visible;transition:opacity .28s ease}.a11y-panel__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--ds-teal-dark, #1D8A7D);color:#fff}.a11y-panel__title{margin:0;font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:8px}.a11y-panel__close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff1f;border:none;border-radius:50%;cursor:pointer;transition:background .15s ease}.a11y-panel__close:hover{background:#ffffff47}.a11y-panel__close:focus-visible{outline:3px solid #fff;outline-offset:2px}.a11y-panel__body{padding:18px;overflow-y:auto;flex:1}.a11y-group{margin-bottom:20px}.a11y-group__label{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ds-text-mid, #5A5A5A);margin-bottom:9px}.a11y-fontsize{display:flex;align-items:center;gap:10px}.a11y-fontsize__value{flex:1;text-align:center;font-weight:700;font-size:1rem;color:var(--ds-teal-dark, #1D8A7D)}.a11y-btn{font-family:inherit;cursor:pointer;border:2px solid var(--ds-teal-light, #A8E6DF);background:#fff;color:var(--ds-teal-dark, #1D8A7D);border-radius:12px;font-weight:700;transition:background .15s ease,border-color .15s ease}.a11y-btn--icon{width:52px;height:46px;font-size:1.05rem}.a11y-btn:hover{background:var(--ds-teal-light, #A8E6DF)}.a11y-btn:focus-visible{outline:3px solid var(--ds-teal-dark, #1D8A7D);outline-offset:2px}.a11y-btn[disabled]{opacity:.45;cursor:not-allowed}.a11y-option{width:100%;display:flex;align-items:center;gap:11px;padding:12px 14px;margin-bottom:9px;font-family:inherit;font-size:.98rem;font-weight:600;text-align:left;color:var(--ds-text-dark, #2D2D2D);background:#fff;border:2px solid #EAF6F3;border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.a11y-option__ic{width:26px;height:26px;flex:0 0 26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--ds-teal-light, #A8E6DF);color:var(--ds-teal-dark, #1D8A7D);font-size:.9rem}.a11y-option:hover{border-color:var(--ds-teal-light, #A8E6DF)}.a11y-option:focus-visible{outline:3px solid var(--ds-teal-dark, #1D8A7D);outline-offset:2px}.a11y-option[aria-pressed=true]{background:var(--ds-teal-dark, #1D8A7D);color:#fff;border-color:var(--ds-teal-dark, #1D8A7D)}.a11y-option[aria-pressed=true] .a11y-option__ic{background:#ffffff40;color:#fff}.a11y-reset{width:100%;padding:11px;margin-top:4px;font-family:inherit;font-size:.92rem;font-weight:700;color:var(--ds-text-mid, #5A5A5A);background:transparent;border:2px dashed var(--ds-teal-light, #A8E6DF);border-radius:12px;cursor:pointer;transition:background .15s ease}.a11y-reset:hover{background:#fff}.a11y-reset:focus-visible{outline:3px solid var(--ds-teal-dark, #1D8A7D);outline-offset:2px}.a11y-panel__note{margin:14px 0 0;font-size:.78rem;color:var(--ds-text-mid, #5A5A5A);text-align:center}@media(max-width:480px){.a11y-toggle{width:40px;height:48px}}@media(prefers-reduced-motion:reduce){.a11y-panel,.a11y-backdrop,.a11y-toggle{transition:none}}html.a11y-links a:not(.button):not(.btn):not(.a11y-toggle){text-decoration:underline!important;text-underline-offset:3px;text-decoration-thickness:2px;font-weight:700}html.a11y-spacing body{line-height:1.95!important;letter-spacing:.015em;word-spacing:.06em}html.a11y-spacing p,html.a11y-spacing li{margin-bottom:.9em}html.a11y-contrast body{background:#fff!important;color:#000!important}html.a11y-contrast p,html.a11y-contrast li,html.a11y-contrast span,html.a11y-contrast h1,html.a11y-contrast h2,html.a11y-contrast h3,html.a11y-contrast h4{color:#000!important}html.a11y-contrast a:not(.a11y-toggle):not(.a11y-panel__close){color:#03c!important;text-decoration:underline!important}html.a11y-contrast .siteHeader,html.a11y-contrast .site-header,html.a11y-contrast .site-footer,html.a11y-contrast footer{background:#000!important}html.a11y-contrast .siteHeader a,html.a11y-contrast .site-footer a,html.a11y-contrast footer a{color:#fff!important}html.a11y-contrast .button,html.a11y-contrast .btn,html.a11y-contrast button:not(.a11y-toggle):not(.a11y-panel__close):not(.a11y-option):not(.a11y-btn):not(.a11y-reset){background:#000!important;color:#fff!important;border:2px solid #000!important}
