.help-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start}
.help-toc{position:sticky;top:24px;padding:18px}
.help-toc strong{display:block;margin-bottom:10px}
.help-toc a{display:block;padding:6px 8px;border-radius:6px;color:var(--ink);font-size:.88rem;text-decoration:none}
.help-toc a:hover,.help-toc a:focus{background:var(--accent2);color:var(--accent)}
.help-content{min-width:0}
.help-intro{border-top:4px solid var(--accent)}
.help-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;counter-reset:help-step}
.help-step{position:relative;min-height:150px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;counter-increment:help-step}
.help-step::before{content:counter(help-step);display:grid;place-items:center;width:30px;height:30px;margin-bottom:10px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800}
.help-step h3{margin:0 0 5px;font-size:1rem}
.help-step p{margin:0;color:var(--muted);font-size:.84rem}
.help-section{scroll-margin-top:24px}
.help-page-list{display:grid;gap:10px}
.help-page{border:1px solid var(--line);border-radius:10px;background:#fff}
.help-page summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:800}
.help-page summary::-webkit-details-marker{display:none}
.help-page summary::after{content:"＋";float:right;color:var(--accent)}
.help-page[open] summary::after{content:"－"}
.help-page-body{padding:0 18px 17px}
.help-page-body p{margin:0 0 10px}
.help-page-body ul{margin-bottom:0}
.help-path{display:inline-block;margin-bottom:8px;border-radius:999px;background:#edf2f7;padding:3px 9px;color:var(--muted);font-size:.76rem}
.help-link{display:inline-block;margin-top:8px;color:var(--accent);font-weight:700}
.help-callout{border-left:5px solid #d97706;background:#fff8e8}
.help-callout.safe{border-left-color:var(--accent);background:#edf7f4}
.help-glossary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.help-glossary div{padding:13px;border:1px solid var(--line);border-radius:9px;background:#f8fafc}
.help-glossary dt{font-weight:800}
.help-glossary dd{margin:3px 0 0;color:var(--muted);font-size:.84rem}
.help-checklist li{margin-bottom:7px}
@media(max-width:900px){.help-layout{grid-template-columns:1fr}.help-toc{position:static}.help-toc nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.help-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.help-glossary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.help-toc nav,.help-flow,.help-glossary{grid-template-columns:1fr}.help-step{min-height:0}}
