/* A compact help disclosure, using each site's own typography and accent. */
.help-flyout { --hf-ink:#154f73;--hf-accent:#0983a0;--hf-line:#dce7ef;--hf-tint:#f1f7fa;position:relative; }
.help-flyout.hf-ws { --hf-ink:#181d70;--hf-accent:#fa0061;--hf-line:#e2e4f0;--hf-tint:#faf7fc; }
.help-flyout.hf-tai { --hf-ink:#001353;--hf-accent:#008b9c;--hf-line:#d8e6eb;--hf-tint:#eff9f8; }
body .help-flyout .hf-toggle { display:inline-flex;align-items:center;justify-content:space-between;gap:6px;background:none;border:0;border-radius:0;box-shadow:none;padding:5px 0;margin:0;font:inherit;font-weight:500;color:var(--hf-ink);cursor:pointer;text-transform:none;letter-spacing:normal;line-height:1.5; }
body .help-flyout .hf-toggle>svg { width:12px;height:12px;flex:none;transition:transform .18s; }
body .help-flyout .hf-toggle[aria-expanded=true]>svg { transform:rotate(180deg); }
body .help-flyout .hf-toggle:hover,body .help-flyout.is-current .hf-toggle { color:var(--hf-accent); }
body .help-flyout.is-current .hf-toggle { text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:2px; }
body .help-flyout .hf-panel { position:absolute;right:-22px;top:calc(100% + 14px);width:360px;max-width:calc(100vw - 32px);padding:10px;background:#fff;border:1px solid var(--hf-line);border-radius:16px;box-shadow:0 18px 44px #16243d1c;z-index:10060;color:var(--hf-ink);text-align:left; }
body .help-flyout .hf-panel::before { content:'';position:absolute;left:0;right:0;top:-16px;height:16px; }
body .help-flyout .hf-panel[hidden] { display:none!important; }
body .help-flyout .hf-panel a.hf-link { display:grid!important;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:start;padding:16px!important;margin:0!important;border:0!important;border-radius:9px;background:transparent!important;color:var(--hf-ink)!important;box-shadow:none!important;text-decoration:none!important;white-space:normal;font-size:16px!important;font-weight:400;line-height:1.45; }
body .help-flyout .hf-link + .hf-link { border-top:1px solid var(--hf-line)!important; }
body .help-flyout .hf-panel a.hf-link:hover { background:var(--hf-tint)!important; }
body .help-flyout .hf-link::after,body .help-flyout .hf-link::before { content:none!important; }
body .help-flyout .hf-link svg { width:22px;height:22px;display:block;color:var(--hf-accent);margin-top:2px; }
body .help-flyout .hf-link strong { display:block;font-size:16px;line-height:1.5;font-weight:600;color:var(--hf-ink); }
body .help-flyout .hf-link small { display:block;font-size:13px;line-height:1.6;color:#617387;font-weight:400;margin-top:3px; }
body .help-flyout :is(button,a):focus-visible { outline:2px solid var(--hf-accent);outline-offset:3px; }
body .help-flyout .hf-link[aria-current=page] { background:var(--hf-tint)!important; }
body .help-flyout.hf-mobile .hf-panel { position:static;max-width:none;width:100%;box-shadow:none;margin:8px 0 0;border-radius:12px; }
body .help-flyout.hf-mobile .hf-toggle { width:100%; }
body .hf-tai .hf-toggle { color:#fff; }
body .hf-tai.is-current .hf-toggle,body .hf-tai .hf-toggle:hover { color:#baf5d5; }
@media(max-width:900px) {
 body .hf-aai .hf-toggle { padding:12px 0;width:100%; }
 body .hf-aai .hf-panel { position:static;width:100%;max-width:none;box-shadow:none;margin:0 0 8px; }
}
@media(max-width:1199px) {
 body .help-flyout.hf-tai { display:block!important;width:100%; }
 body .hf-tai .hf-toggle { width:100%;padding:12px 0;font-size:inherit; }
 body .hf-tai .hf-panel { position:static;width:100%;max-width:none;box-shadow:none;margin:0 0 10px; }
}
@media(prefers-reduced-motion:reduce) { body .help-flyout .hf-toggle>svg { transition:none; } }
