
.help-doc-page{background:var(--bg)}
.help-doc-page .help-doc-hero{padding:40px 0 60px;background:linear-gradient(135deg,var(--bg),var(--bg2))}
.help-doc-page .help-doc-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:46px;color:var(--muted);font-size:13px}.help-doc-page .help-doc-breadcrumb a{color:var(--muted);text-decoration:none}.help-doc-page .help-doc-breadcrumb a:hover{color:var(--ink)}
.help-doc-page .help-doc-hero h1{max-width:850px;font-size:clamp(42px,6vw,76px);letter-spacing:-.065em;line-height:.98}.help-doc-page .help-doc-hero p{max-width:680px;margin-top:22px;color:var(--muted);font-size:19px;line-height:1.5}
.help-doc-page .help-doc-main{padding:64px 0 92px;border-top:1px solid var(--line)}.help-doc-page .help-doc-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:clamp(34px,7vw,96px);align-items:start}
.help-doc-page .help-doc-content{max-width:760px}.help-doc-page .help-doc-content h2{margin-top:44px;font-size:clamp(27px,3.6vw,40px);letter-spacing:-.04em}.help-doc-page .help-doc-content h2:first-child{margin-top:0}.help-doc-page .help-doc-content p{margin-top:14px;color:var(--muted);font-size:16px;line-height:1.65}
.help-doc-page .help-doc-steps{display:grid;gap:12px;margin-top:24px}.help-doc-page .help-doc-step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;padding:18px 0;border-top:1px solid var(--line)}.help-doc-page .help-doc-step:last-child{border-bottom:1px solid var(--line)}.help-doc-page .help-doc-step b{font-size:17px}.help-doc-page .help-doc-step p{margin:5px 0 0;font-size:14px}.help-doc-page .help-doc-number{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent2);color:var(--accent);font-size:12px;font-weight:700}
.help-doc-page .help-doc-note{margin-top:28px;padding:20px;border-left:3px solid var(--accent);border-radius:0 16px 16px 0;background:var(--bg2)}.help-doc-page .help-doc-note strong{font-size:15px}.help-doc-page .help-doc-note p{margin-top:7px;font-size:14px}
.help-doc-page .help-doc-code{display:block;overflow:auto;margin-top:20px;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--bg2);color:var(--ink);font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.help-doc-page .help-doc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.help-doc-page .help-doc-aside{position:sticky;top:110px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--card)}.help-doc-page .help-doc-aside small{display:block;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.help-doc-page .help-doc-aside h2{margin-top:10px;font-size:21px;letter-spacing:-.03em}.help-doc-page .help-doc-aside p{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.5}.help-doc-page .help-doc-aside .btn{width:100%;justify-content:center;margin-top:18px}
.help-doc-page .help-doc-related{margin-top:70px;padding-top:34px;border-top:1px solid var(--line)}.help-doc-page .help-doc-related h2{font-size:25px}.help-doc-page .help-doc-related ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;padding:0;list-style:none}.help-doc-page .help-doc-related a{display:block;padding:15px;border:1px solid var(--line);border-radius:14px;color:var(--ink);font-size:14px;font-weight:700;text-decoration:none}.help-doc-page .help-doc-related a:hover{border-color:var(--accent);color:var(--accent)}
@media(max-width:820px){.help-doc-page .help-doc-grid{grid-template-columns:1fr}.help-doc-page .help-doc-aside{position:static;max-width:520px}.help-doc-page .help-doc-hero{padding:32px 0 46px}}@media(max-width:560px){.help-doc-page .help-doc-hero h1{font-size:44px}.help-doc-page .help-doc-main{padding:46px 0 66px}.help-doc-page .help-doc-related ul{grid-template-columns:1fr}}

/* help-doc-navigation */
.help-doc-page .help-doc-hero{padding:26px 0 34px;background:var(--bg);border-bottom:1px solid var(--line)}
.help-doc-page .help-doc-breadcrumb{margin-bottom:24px}.help-doc-page .help-doc-hero h1{max-width:760px;font-size:clamp(34px,4.8vw,58px);letter-spacing:-.055em;line-height:1.02}.help-doc-page .help-doc-hero p{max-width:700px;margin-top:13px;font-size:16px}
.help-doc-page .help-doc-main{padding-top:42px}.help-doc-page .help-doc-grid{grid-template-columns:minmax(0,760px) minmax(240px,300px);justify-content:space-between;gap:clamp(34px,6vw,82px)}
.help-doc-page .help-doc-grid:has(.help-doc-tree){grid-template-columns:250px minmax(0,760px);justify-content:start}
.help-doc-page .help-doc-aside{position:sticky;top:105px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:0 18px 48px rgba(20,16,48,.06)}.help-doc-page .help-doc-grid:has(.help-doc-tree) .help-doc-aside{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.help-doc-page .help-doc-tree{display:grid;gap:4px;padding-bottom:24px;border-bottom:1px solid var(--line)}.help-doc-page .help-doc-tree small{margin-bottom:8px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.help-doc-page .help-doc-tree a{padding:9px 10px;border-radius:9px;color:var(--muted);font-size:14px;text-decoration:none}.help-doc-page .help-doc-tree a:hover{background:var(--bg2);color:var(--ink)}.help-doc-page .help-doc-tree a.is-current{background:var(--accent2);color:var(--accent);font-weight:700}
.help-doc-page .help-doc-mentor{margin-top:24px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.help-doc-page .help-doc-mentor small{display:block;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.help-doc-page .help-doc-mentor h2{margin-top:9px;font-size:18px;letter-spacing:-.03em}.help-doc-page .help-doc-mentor p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.45}.help-doc-page .help-doc-mentor .btn{width:100%;justify-content:center;margin-top:14px}
.help-doc-page .help-doc-content{padding-bottom:0}.help-doc-page .help-doc-content h2{scroll-margin-top:120px}.help-doc-page .help-doc-related{max-width:1092px;margin-left:0}
@media(max-width:820px){.help-doc-page .help-doc-grid,.help-doc-page .help-doc-grid:has(.help-doc-tree){grid-template-columns:1fr}.help-doc-page .help-doc-aside{position:static;max-width:none}.help-doc-page .help-doc-grid:has(.help-doc-tree) .help-doc-aside{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.7fr);gap:18px}.help-doc-page .help-doc-tree{padding:0;border:0}.help-doc-page .help-doc-mentor{margin-top:0}}@media(max-width:560px){.help-doc-page .help-doc-grid:has(.help-doc-tree) .help-doc-aside{display:block}.help-doc-page .help-doc-mentor{margin-top:20px}.help-doc-page .help-doc-hero{padding:22px 0 28px}.help-doc-page .help-doc-breadcrumb{margin-bottom:18px}}
