/* CMS Contextual Help Foundation */
.cms-header-help{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 11px;border:1px solid rgba(126,205,255,.28);border-radius:12px;background:rgba(7,18,34,.64);color:rgba(235,247,255,.96);font:inherit;font-size:12px;font-weight:900;letter-spacing:.02em;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,transform .15s ease}.cms-header-help:hover,.cms-header-help:focus-visible{background:rgba(24,62,92,.75);border-color:rgba(126,205,255,.56);transform:translateY(-1px);outline:none}.cms-header-help__q{display:grid;place-items:center;width:20px;height:20px;border-radius:999px;border:1px solid rgba(126,205,255,.52);font-size:12px}
.ctx-help-inline{display:inline-flex;align-items:center;justify-content:center;gap:6px;vertical-align:middle;margin-left:9px;padding:5px 9px;border:1px solid rgba(111,202,255,.34);border-radius:999px;background:rgba(63,164,222,.08);color:#a8ddff;font:inherit;font-size:12px;font-weight:900;line-height:1;cursor:pointer}.ctx-help-inline:hover,.ctx-help-inline:focus-visible{background:rgba(63,164,222,.16);border-color:rgba(111,202,255,.58);outline:none}.ctx-help-inline>span:first-child{display:grid;place-items:center;width:17px;height:17px;border:1px solid currentColor;border-radius:999px;font-size:11px}.ctx-help-inline--small{padding:3px;border:0;background:transparent;margin-left:5px}.ctx-help-inline--small>span:first-child{width:16px;height:16px}.ctx-help-inline--small .ctx-help-inline__label{display:none}.ctx-help-heading-wrap{display:inline-flex;align-items:center;gap:4px}
.ctx-help-root{position:fixed;inset:0;z-index:20050;pointer-events:none}.ctx-help-root.is-open{pointer-events:auto}.ctx-help-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);opacity:0;transition:opacity .18s ease}.ctx-help-root.is-open .ctx-help-backdrop{opacity:1}.ctx-help-drawer{position:absolute;top:0;right:0;width:min(520px,94vw);height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#091525,#06101c);border-left:1px solid rgba(126,205,255,.24);box-shadow:-24px 0 70px rgba(0,0,0,.48);transform:translateX(104%);transition:transform .22s ease}.ctx-help-root.is-open .ctx-help-drawer{transform:translateX(0)}.ctx-help-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.09)}.ctx-help-head__eyebrow{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#68cdff}.ctx-help-head h2{margin:3px 0 0;font-size:22px}.ctx-help-close{width:36px;height:36px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:inherit;cursor:pointer;font-size:20px}.ctx-help-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 18px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025)}.ctx-help-guidance{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--muted,#aeb7d0)}.ctx-help-guidance input{accent-color:auto}.ctx-help-body{overflow:auto;padding:18px}.ctx-help-loading{display:flex;align-items:center;gap:10px;color:var(--muted,#aeb7d0)}.ctx-help-spinner{width:20px;height:20px;border-radius:999px;border:2px solid rgba(255,255,255,.18);border-top-color:#8ed7ff;animation:ctxhelp-spin .8s linear infinite}@keyframes ctxhelp-spin{to{transform:rotate(360deg)}}.ctx-help-quick{border:1px solid rgba(104,205,255,.26);background:rgba(34,122,169,.10);border-radius:16px;padding:14px;margin-bottom:16px}.ctx-help-quick__label{font-size:10px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;color:#76d4ff;margin-bottom:6px}.ctx-help-quick p{margin:0;line-height:1.55}.ctx-help-article__meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:8px}.ctx-help-chip{display:inline-flex;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:4px 8px;font-size:11px;color:var(--muted,#aeb7d0);background:rgba(255,255,255,.04)}.ctx-help-article h3{font-size:20px;margin:0 0 10px}.ctx-help-copy p{line-height:1.65;margin:0 0 14px}.ctx-help-newpilot{margin-top:16px;border:1px solid rgba(255,197,87,.28);background:rgba(145,100,24,.11);border-radius:15px;padding:13px}.ctx-help-newpilot h4{margin:0 0 7px;color:#ffd77e}.ctx-help-newpilot[hidden]{display:none!important}.ctx-help-related{margin-top:20px;padding-top:15px;border-top:1px solid rgba(255,255,255,.09)}.ctx-help-related h4{margin:0 0 10px}.ctx-help-related a{display:block;padding:9px 10px;margin:6px 0;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.035);text-decoration:none}.ctx-help-related a:hover{background:rgba(255,255,255,.07)}.ctx-help-empty{border:1px dashed rgba(255,255,255,.18);border-radius:16px;padding:16px;color:var(--muted,#aeb7d0)}.ctx-help-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.ctx-help-actions a{display:inline-flex;align-items:center;text-decoration:none}.ctx-help-error{border:1px solid rgba(255,102,120,.3);background:rgba(159,32,49,.12);border-radius:14px;padding:13px;color:#ffbec7}
@media(max-width:900px){.cms-header-help__label{display:none}.cms-header-help{padding:0 9px}.ctx-help-drawer{width:min(560px,100vw)}}
@media(max-width:620px){.ctx-help-drawer{width:100vw}.ctx-help-head{padding-top:14px}.ctx-help-toolbar{align-items:flex-start;flex-direction:column}.ctx-help-inline__label{display:none}}
