:root{--a11y-accent: #0d5ea6;--a11y-accent-strong: #0a3d6f;--a11y-surface: #ffffff;--a11y-surface-muted: #f4f7fb;--a11y-text: #0f172a;--a11y-text-soft: #475569;--a11y-shadow: 0 24px 60px rgba(15, 23, 42, .22);--a11y-panel-z: 9998;--a11y-overlay-z: 9996;--a11y-helper-z: 9999;--a11y-pointer-y: 50vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.a11y-widget{position:fixed;right:clamp(16px,2vw,28px);bottom:clamp(16px,2vw,28px);z-index:var(--a11y-helper-z);pointer-events:none;font-family:Roboto,Arial,Helvetica,sans-serif}.a11y-widget__trigger,.a11y-widget__panel,.a11y-widget__overlay{pointer-events:auto}.a11y-widget__trigger{display:inline-flex;align-items:center;gap:12px;min-width:74px;min-height:74px;padding:16px 18px;border:0;border-radius:24px;background:linear-gradient(135deg,var(--a11y-accent) 0%,var(--a11y-accent-strong) 100%);color:#fff;box-shadow:0 22px 46px #0a3d6f59;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-radius .2s ease}.a11y-widget__trigger:hover,.a11y-widget__trigger:focus-visible{transform:translateY(-2px);box-shadow:0 28px 60px #0a3d6f6b;outline:none}.a11y-widget__trigger:focus-visible{box-shadow:0 0 0 4px #ffffffb3,0 0 0 8px #0d5ea673}.a11y-widget__trigger-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#ffffff29;flex-shrink:0}.a11y-widget__icon{width:26px;height:26px}.a11y-widget__trigger-text{max-width:0;opacity:0;overflow:hidden;white-space:nowrap;font-size:15px;font-weight:700;line-height:1;transition:max-width .2s ease,opacity .2s ease}.a11y-widget__trigger:hover .a11y-widget__trigger-text,.a11y-widget__trigger:focus-visible .a11y-widget__trigger-text,body.a11y-panel-open .a11y-widget__trigger-text{max-width:180px;opacity:1}.a11y-widget__overlay{position:fixed;inset:0;z-index:var(--a11y-overlay-z);background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.a11y-widget__panel{position:fixed;top:0;right:0;width:min(430px,100vw);height:100vh;z-index:var(--a11y-panel-z);display:flex;flex-direction:column;background:var(--a11y-surface);color:var(--a11y-text);box-shadow:var(--a11y-shadow);transform:translate(calc(100% + 36px));transition:transform .24s ease}body.a11y-panel-open{overflow:hidden}body.a11y-panel-open .a11y-widget__panel{transform:translate(0)}.a11y-widget__header,.a11y-widget__footer{padding:22px 22px 18px}.a11y-widget__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#f8fbff,#fff)}.a11y-widget__eyebrow{margin:0 0 4px;color:var(--a11y-accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.a11y-widget__title{margin:0;font-size:30px;font-weight:700;line-height:1.05}.a11y-widget__subtitle{margin:8px 0 0;color:var(--a11y-text-soft);font-size:14px;line-height:1.5}.a11y-widget__header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.a11y-widget__content{flex:1 1 auto;overflow-y:auto;padding:18px 22px 24px}.a11y-widget__section+.a11y-widget__section{margin-top:22px}.a11y-widget__section-head{margin-bottom:12px}.a11y-widget__section-head h3{margin:0;font-size:17px;font-weight:700}.a11y-widget__section-head p{margin:4px 0 0;color:var(--a11y-text-soft);font-size:13px;line-height:1.45}.a11y-widget__profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.a11y-widget__control-list{display:grid;gap:10px}.a11y-widget__card{width:100%;text-align:left;border:1px solid rgba(15,23,42,.1);border-radius:18px;background:var(--a11y-surface);color:inherit;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.a11y-widget__card:hover,.a11y-widget__card:focus-visible{border-color:#0d5ea652;box-shadow:0 16px 30px #0f172a14;transform:translateY(-1px);outline:none}.a11y-widget__card--profile{min-height:136px;padding:16px}.a11y-widget__card--control{padding:14px 16px}.a11y-widget__card[aria-pressed=true]{border-color:#0d5ea699;background:var(--a11y-surface-muted);box-shadow:0 0 0 3px #0d5ea61f}.a11y-widget__badge{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;margin-bottom:12px;padding:0 10px;border-radius:12px;background:#0d5ea61a;color:var(--a11y-accent-strong);font-size:13px;font-weight:700}.a11y-widget__card-title{display:block;font-size:15px;font-weight:700;line-height:1.3}.a11y-widget__card-description{display:block;margin-top:6px;color:var(--a11y-text-soft);font-size:13px;line-height:1.45}.a11y-widget__stepper{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:14px;border:1px solid rgba(15,23,42,.1);border-radius:18px;background:var(--a11y-surface-muted)}.a11y-widget__stepper-button,.a11y-widget__icon-action,.a11y-widget__text-action{border:0;cursor:pointer;font:inherit}.a11y-widget__stepper-button,.a11y-widget__icon-action{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border-radius:12px;background:#e8f1fb;color:var(--a11y-accent-strong)}.a11y-widget__stepper-button:hover,.a11y-widget__stepper-button:focus-visible,.a11y-widget__icon-action:hover,.a11y-widget__icon-action:focus-visible,.a11y-widget__text-action:hover,.a11y-widget__text-action:focus-visible{outline:none;box-shadow:0 0 0 3px #0d5ea629}.a11y-widget__stepper-value{justify-self:center;font-size:14px;font-weight:700}.a11y-widget__text-action{padding:11px 14px;border-radius:12px;background:#0d5ea614;color:var(--a11y-accent-strong);font-size:13px;font-weight:700;text-align:center}.a11y-widget__footer{border-top:1px solid rgba(15,23,42,.08);background:#f8fbff}.a11y-widget__footer p{margin:0;color:var(--a11y-text-soft);font-size:13px;line-height:1.5}.a11y-widget__footer p+p{margin-top:8px}.a11y-widget__focus-mask,.a11y-widget__reading-guide{position:fixed;left:0;width:100vw;pointer-events:none;opacity:0;transition:opacity .18s ease}.a11y-widget__focus-mask{inset:0;z-index:calc(var(--a11y-overlay-z) - 1);background:linear-gradient(to bottom,rgba(7,13,22,.58) 0,rgba(7,13,22,.58) calc(var(--a11y-pointer-y) - 88px),transparent calc(var(--a11y-pointer-y) - 88px),transparent calc(var(--a11y-pointer-y) + 88px),rgba(7,13,22,.58) calc(var(--a11y-pointer-y) + 88px),rgba(7,13,22,.58) 100%)}.a11y-widget__reading-guide{top:calc(var(--a11y-pointer-y) - 2px);z-index:calc(var(--a11y-overlay-z) - 1);height:4px;background:linear-gradient(90deg,#0d5ea614 0,#0d5ea6c7,#0d5ea614)}body.a11y-focus-mode .a11y-widget__focus-mask,body.a11y-reading-guide .a11y-widget__reading-guide{opacity:1}body.a11y-readable-font #page,body.a11y-readable-font #page *,body.a11y-readable-font .mobile-menu,body.a11y-readable-font .mobile-menu *,body.a11y-readable-font .desktop-search,body.a11y-readable-font .desktop-search *{font-family:Arial,Helvetica,sans-serif!important}body.a11y-text-spacing #page p,body.a11y-text-spacing #page li,body.a11y-text-spacing #page a,body.a11y-text-spacing #page span,body.a11y-text-spacing #page label,body.a11y-text-spacing #page input,body.a11y-text-spacing #page textarea,body.a11y-text-spacing #page button,body.a11y-text-spacing #page h1,body.a11y-text-spacing #page h2,body.a11y-text-spacing #page h3,body.a11y-text-spacing #page h4,body.a11y-text-spacing #page h5,body.a11y-text-spacing #page h6,body.a11y-text-spacing .mobile-menu a,body.a11y-text-spacing .desktop-search,body.a11y-text-spacing .desktop-search *{line-height:1.85!important;letter-spacing:.045em!important;word-spacing:.16em!important}body.a11y-underline-links #page a,body.a11y-underline-links .mobile-menu a,body.a11y-underline-links .desktop-search a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}body.a11y-highlight-headings #page h1,body.a11y-highlight-headings #page h2,body.a11y-highlight-headings #page h3,body.a11y-highlight-headings #page h4,body.a11y-highlight-headings #page h5,body.a11y-highlight-headings #page h6,body.a11y-highlight-headings .desktop-search h2,body.a11y-highlight-headings .desktop-search h3{display:inline-block;padding:.08em .3em;border-radius:12px;background:#ffd15442!important;box-shadow:0 0 0 4px #ffd1542e}body.a11y-large-cursor,body.a11y-large-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Ccircle cx='12' cy='12' r='8' fill='white' stroke='%23000000' stroke-width='3'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23000000'/%3E%3C/svg%3E") 12 12,auto!important}body.a11y-stop-animations #page *,body.a11y-stop-animations #page *:before,body.a11y-stop-animations #page *:after,body.a11y-stop-animations .mobile-menu *,body.a11y-stop-animations .mobile-menu *:before,body.a11y-stop-animations .mobile-menu *:after,body.a11y-stop-animations .desktop-search *,body.a11y-stop-animations .desktop-search *:before,body.a11y-stop-animations .desktop-search *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}body.a11y-hide-images #page img,body.a11y-hide-images #page picture,body.a11y-hide-images #page svg,body.a11y-hide-images #page video,body.a11y-hide-images #page iframe,body.a11y-hide-images .mobile-menu img,body.a11y-hide-images .mobile-menu svg,body.a11y-hide-images .desktop-search img,body.a11y-hide-images .desktop-search svg{visibility:hidden!important}body.a11y-highlight-focus #page *:focus-visible,body.a11y-highlight-focus .mobile-menu *:focus-visible,body.a11y-highlight-focus .desktop-search *:focus-visible{outline:4px solid #ffae00!important;outline-offset:4px!important}body.a11y-high-contrast #page,body.a11y-high-contrast #page *,body.a11y-high-contrast .mobile-menu,body.a11y-high-contrast .mobile-menu *,body.a11y-high-contrast .desktop-search,body.a11y-high-contrast .desktop-search *{background:#fff!important;color:#111!important;border-color:#111!important;text-shadow:none!important}body.a11y-high-contrast #page a,body.a11y-high-contrast .mobile-menu a,body.a11y-high-contrast .desktop-search a{color:#003ea8!important}body.a11y-dark-contrast #page,body.a11y-dark-contrast #page *,body.a11y-dark-contrast .mobile-menu,body.a11y-dark-contrast .mobile-menu *,body.a11y-dark-contrast .desktop-search,body.a11y-dark-contrast .desktop-search *{background:#071018!important;color:#f8fafc!important;border-color:#f8fafc!important;text-shadow:none!important}body.a11y-dark-contrast #page a,body.a11y-dark-contrast .mobile-menu a,body.a11y-dark-contrast .desktop-search a{color:#7dd3fc!important}body.a11y-monochrome #page,body.a11y-monochrome .mobile-menu,body.a11y-monochrome .desktop-search{filter:grayscale(1)!important}body.a11y-bigger-targets #page button,body.a11y-bigger-targets #page [role=button],body.a11y-bigger-targets #page input:not([type=hidden]),body.a11y-bigger-targets #page select,body.a11y-bigger-targets #page textarea,body.a11y-bigger-targets .mobile-menu a,body.a11y-bigger-targets .desktop-search button,body.a11y-bigger-targets .desktop-search input{min-height:44px!important}@media(max-width:767px){.a11y-widget{right:12px;bottom:12px}.a11y-widget__trigger{min-width:66px;min-height:66px;padding:14px 16px;border-radius:20px}.a11y-widget__header,.a11y-widget__footer,.a11y-widget__content{padding-inline:18px}.a11y-widget__profile-grid{grid-template-columns:1fr}.a11y-widget__stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.a11y-widget__stepper-value{grid-column:1 / -1;order:-1;padding-bottom:4px}}
