body.a11y-panel-open{overflow:hidden}.a11y-panel{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.a11y-panel[hidden]{display:none!important}.a11y-panel__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}.a11y-panel__dialog{position:relative;z-index:1;width:100%;max-width:420px;max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.18)}.a11y-panel__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px;border-bottom:1px solid #e5e5e5}.a11y-panel__title{margin:0;font-size:18px;font-weight:600;font-family:Tahoma,Arial,sans-serif;color:#111}.a11y-panel__close{border:0;background:0 0;font-size:28px;line-height:1;cursor:pointer;color:#333;padding:4px 8px;border-radius:6px}.a11y-panel__close:focus-visible,.a11y-panel__close:hover{background:#f0f0f0;outline:0}.a11y-panel__body{padding:16px 18px 18px}.a11y-panel__section{margin-bottom:18px}.a11y-panel__section:last-of-type{margin-bottom:0}.a11y-panel__label{font-size:14px;font-weight:600;margin-bottom:10px;color:#222;font-family:Tahoma,Arial,sans-serif}.a11y-panel__row{display:flex;flex-wrap:wrap;gap:10px}.a11y-panel__row--color,.a11y-panel__row--stack{flex-direction:column}@media (min-width:400px){.a11y-panel__row--color{flex-direction:row}}.a11y-panel__btn{flex:1 1 auto;min-width:72px;padding:10px 12px;border:2px solid #1e6bd6;border-radius:8px;background:#fff;color:#1e6bd6;font-size:15px;font-weight:600;cursor:pointer;font-family:Tahoma,Arial,sans-serif;transition:background .15s,color .15s}.a11y-panel__btn:focus-visible,.a11y-panel__btn:hover{outline:0;background:#e8f0fc}.a11y-panel__btn.is-selected{background:#1e6bd6;color:#fff}.a11y-panel__btn--wide{flex:1 1 100%}.a11y-panel__btn--font-sm{font-size:14px}.a11y-panel__btn--font-md{font-size:20px}.a11y-panel__btn--font-lg{font-size:26px;line-height:1.1}.a11y-panel__ab{letter-spacing:normal;font-weight:600}.a11y-panel__ab--medium{letter-spacing:.18em}.a11y-panel__ab--wide{letter-spacing:.32em}.a11y-panel__footer{margin-top:18px;padding-top:14px;border-top:1px solid #e5e5e5}.a11y-panel__link{font-size:14px;color:#1e6bd6;text-decoration:underline}.a11y-panel__link:hover{text-decoration:none}html.a11y-theme-invert,html.a11y-theme-invert .a11y-panel,html.a11y-theme-invert iframe,html.a11y-theme-invert img,html.a11y-theme-invert video{filter:invert(1) hue-rotate(180deg)}html.a11y-theme-blue body{background-color:#c8daf5!important;color:#0a1f44!important}html.a11y-theme-blue body a{color:#0d3d8a!important}html.a11y-font-sm{font-size:100%}html.a11y-font-md{font-size:112.5%}html.a11y-font-lg{font-size:125%}html.a11y-letter-normal body{letter-spacing:normal}html.a11y-letter-medium body{letter-spacing:.06em}html.a11y-letter-wide body{letter-spacing:.12em}html.a11y-line-normal body{line-height:1.35}html.a11y-line-medium body{line-height:1.6}html.a11y-line-large body{line-height:1.9}