.help-dialog{width:min(760px,94vw);height:auto;max-height:90vh}.help-content{padding:0 24px 24px;overflow:auto;max-height:calc(90vh - 82px)}.help-content>section{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.help-content h3{font-size:14px;margin:0 0 3px}.help-content p{margin:0;color:var(--muted)}.step{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eaf2ff;color:var(--accent);font-weight:700}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:22px;padding:18px;background:#f7f8fa;border-radius:10px}.help-grid dl{margin:0}.help-grid dl div{display:flex;justify-content:space-between;gap:12px;margin:7px 0}.help-grid dt,.help-grid dd{margin:0}.help-grid dd{color:var(--muted)}kbd{display:inline-block;min-width:24px;padding:2px 5px;text-align:center;background:#fff;border:1px solid #cfd4da;border-bottom-width:2px;border-radius:5px;font:12px system-ui}code{background:#eef0f2;padding:1px 4px;border-radius:4px}@media(max-width:850px){.help-grid{grid-template-columns:1fr}}
