.help-step{display:flex;gap:12px;align-items:flex-start;}
.help-num{
  width:22px;height:22px;border-radius:50%;
  background:var(--accent);color:#fff;
  font-size:11px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:1px;
}
.help-body{flex:1;}
.help-body strong{display:block;font-size:12px;font-weight:700;color:#1a1a2e;margin-bottom:2px;}
.help-body p{color:#555;font-size:11.5px;line-height:1.55;}
.help-body code{font-family:monospace;font-size:10.5px;background:#f0f0f0;padding:1px 4px;border-radius:3px;}
.help-body kbd{background:#f0f0f0;border:none;border-radius:3px;padding:1px 5px;font-size:10.5px;font-family:monospace;}
.help-body a{color:var(--accent);text-decoration:none;}
.help-body a:hover{text-decoration:underline;}
