.topbar-actions{display:flex;align-items:center;gap:8px}.feature-help-toggle{width:36px;height:36px;flex:0 0 36px;display:inline-grid;place-items:center;border:1px solid var(--brand-red);border-radius:8px;background:#fff;color:var(--brand-red);font-size:1.05rem;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.feature-help-toggle:hover,.feature-help-toggle:focus-visible,.feature-help-toggle[aria-expanded=true]{background:var(--brand-red);border-color:var(--brand-red);color:#fff;outline:none}.feature-help-backdrop{position:fixed;z-index:48;inset:70px 0 0;background:#20262d47;opacity:0;pointer-events:none;transition:opacity .2s ease}.feature-help-backdrop.is-open{opacity:1;pointer-events:auto}.feature-help-panel{position:fixed;z-index:49;top:70px;right:0;bottom:0;width:min(430px,94vw);display:flex;flex-direction:column;background:#fff;border-left:1px solid var(--line);box-shadow:-18px 0 44px #191e2329;transform:translate(102%);transition:transform .22s ease}.feature-help-panel.is-open{transform:translate(0)}.feature-help-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:66px;padding:15px 18px;border-bottom:1px solid var(--line)}.feature-help-panel__heading{min-width:0}.feature-help-panel__eyebrow{display:block;margin-bottom:2px;color:var(--brand-red);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.feature-help-panel__title{margin:0;color:var(--ink);font-size:1.04rem;line-height:1.25}.feature-help-panel__close{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--charcoal);cursor:pointer}.feature-help-panel__close:hover,.feature-help-panel__close:focus-visible{color:var(--brand-red);border-color:var(--brand-red);outline:none}.feature-help-panel__body{overflow-y:auto;padding:20px 22px 28px;color:var(--ink);font-size:.84rem;line-height:1.58}.feature-help-panel__body h3{margin:22px 0 7px;color:var(--ink);font-size:.88rem}.feature-help-panel__body h3:first-child{margin-top:0}.feature-help-panel__body p{margin:0 0 10px}.feature-help-panel__body ul,.feature-help-panel__body ol{margin:7px 0 14px;padding-left:20px}.feature-help-panel__body li+li{margin-top:5px}.feature-help-panel__note{margin:12px 0;padding:10px 12px;border-left:3px solid var(--brand-red);background:var(--brand-red-soft);color:#7f1b21}.feature-help-panel__citation{margin-top:20px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:.75rem}body.feature-help-open{overflow:hidden}@media(max-width:820px){.feature-help-panel,.feature-help-backdrop{top:70px}}@media(max-width:760px){.feature-help-toggle{width:34px;height:34px;flex-basis:34px;font-size:1rem}}@media print{.feature-help-toggle,.feature-help-panel,.feature-help-backdrop{display:none!important}}
