.help-wiki{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.help-header{background:var(--card);border-bottom:1px solid var(--cardBorder);padding:20px 0 18px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.help-header-inner{max-width:1200px;margin:0 auto;padding:0 20px}.help-kicker{margin:0 0 6px;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.help-title{margin:0 0 4px;font-size:1.7rem;font-weight:700;line-height:1.2;color:var(--text0)}.help-subtitle{margin:0 0 14px;color:var(--muted);font-size:.95rem;line-height:1.45;max-width:42rem}.help-search-wrap{max-width:440px}.help-search{width:100%;padding:10px 14px;border-radius:8px;border:1px solid var(--cardBorder);background:var(--inputBg);color:var(--text0);font-size:.95rem}.help-search:focus{outline:2px solid var(--primary);outline-offset:2px}.help-search-meta{margin:8px 0 0;font-size:.85rem;color:var(--muted)}.help-body{flex:1 1;display:flex;max-width:1200px;margin:0 auto;width:100%;padding:0 20px 48px;position:relative}.help-sidebar{width:250px;flex-shrink:0;padding:24px 0;position:-webkit-sticky;position:sticky;top:118px;align-self:flex-start;max-height:calc(100dvh - 130px);overflow-y:auto;transition:width .2s,margin .2s}.help-sidebar.closed{width:0;min-width:0;padding:0;overflow:hidden;margin-left:0}.help-sidebar.closed .help-sidebar-inner{visibility:hidden;pointer-events:none}.help-sidebar-inner{min-width:250px;padding-right:12px}.help-sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.help-sidebar-label{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.help-sidebar-toggle{padding:6px 10px;font-size:.8rem;color:var(--muted);background:transparent;border:1px solid var(--cardBorder);border-radius:6px;cursor:pointer}.help-sidebar-toggle:hover{color:var(--text0);background:var(--segBg)}.help-sidebar-fab{position:fixed;bottom:24px;left:24px;z-index:15;min-width:72px;height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--cardBorder);background:var(--card);box-shadow:0 4px 14px rgba(0,0,0,.14);cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text0)}.help-sidebar-fab:hover{background:var(--segBg)}.help-sidebar-backdrop{display:none}.help-nav{display:flex;flex-direction:column;gap:2px}.help-nav-empty{margin:0;padding:8px 4px;font-size:.85rem;color:var(--muted);line-height:1.4}.help-nav-item{display:block;width:100%;padding:8px 12px;text-align:left;font-size:.88rem;color:var(--muted);background:transparent;border-radius:6px;cursor:pointer;transition:background .15s,color .15s;border:none;border-left:3px solid transparent}.help-nav-item.active,.help-nav-item:hover{color:var(--text0);background:var(--segBg)}.help-nav-item.active{border-left-color:var(--primary);font-weight:600}.help-content{flex:1 1;min-width:0;padding:24px 0 48px 28px;max-width:720px}.help-section{margin-bottom:44px;scroll-margin-top:130px}.help-section h2{font-size:1.4rem;margin:0 0 10px;padding-bottom:10px;border-bottom:2px solid var(--cardBorder);line-height:1.25}.help-section h3{font-size:1.08rem;margin:26px 0 10px;line-height:1.3}.help-section h4{font-size:.98rem;margin:18px 0 8px;color:var(--text0)}.help-section ol,.help-section p,.help-section ul{margin:0 0 12px;line-height:1.65;color:var(--text0)}.help-section ol,.help-section ul{padding-left:1.35rem}.help-section li{margin-bottom:7px}.help-section li>ol,.help-section li>ul{margin-top:6px;margin-bottom:4px}.help-section a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.help-section a:hover{opacity:.9}.help-section code{font-size:.88em;padding:2px 6px;background:var(--segBg);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.help-lead{font-size:1.02rem;color:var(--muted);margin-bottom:16px!important}.help-objectives,.help-requirements{margin:0 0 18px;padding:14px 16px;border:1px solid var(--cardBorder);border-radius:10px;background:var(--card)}.help-objectives>strong,.help-requirements>strong{display:block;margin-bottom:8px;font-size:.92rem}.help-objectives ul,.help-requirements ul{margin-bottom:0}.help-flow{list-style:none;padding:0!important;margin:0 0 18px!important;counter-reset:help-flow;border:1px solid var(--cardBorder);border-radius:10px;overflow:hidden;background:var(--card)}.help-flow li{counter-increment:help-flow;display:flex;gap:12px;align-items:flex-start;margin:0!important;padding:12px 14px;border-bottom:1px solid var(--cardBorder);font-size:.95rem;line-height:1.45}.help-flow li:last-child{border-bottom:none}.help-flow li:before{content:counter(help-flow);flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--text0)}.help-figure,.help-flow li:before{background:var(--segBg);border:1px solid var(--cardBorder)}.help-figure{margin:14px 0 4px;padding:0;border-radius:10px;overflow:hidden}.help-figure img{display:block;width:100%;height:auto}.help-figure figcaption{margin:0;padding:10px 12px;font-size:.85rem;line-height:1.4;color:var(--muted);border-top:1px solid var(--cardBorder);background:var(--card)}.help-figure-row{display:grid;grid-gap:12px;gap:12px;margin:14px 0 4px}@media (min-width:720px){.help-figure-row{grid-template-columns:1fr 1fr}.help-figure-row .help-figure{margin:0}}.help-step{margin:0 0 16px;padding:16px 16px 14px;border-radius:10px;background:var(--card);border:1px solid var(--cardBorder);border-left:4px solid var(--primary)}.help-step-label{display:inline-block;margin:0 0 8px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--primary)}.help-step h4{margin:0 0 8px;font-size:1.05rem}.help-step ol:last-child,.help-step p:last-child,.help-step ul:last-child{margin-bottom:0}.help-steps{padding-left:1.35rem;margin:0 0 14px}.help-steps li{margin-bottom:8px;line-height:1.55}.help-callout{margin:14px 0;padding:12px 14px;border-radius:8px;border:1px solid var(--cardBorder);background:var(--segBg);font-size:.95rem;line-height:1.55}.help-callout--warn{border-color:color-mix(in srgb,#c2410c 35%,var(--cardBorder));background:color-mix(in srgb,#c2410c 8%,var(--card))}.help-callout strong{display:inline}.help-module{display:inline-block;margin:0 0 14px;padding:4px 10px;font-size:.78rem;font-weight:600;letter-spacing:.02em;border-radius:6px;border:1px solid var(--cardBorder);background:var(--segBg);color:var(--muted)}.help-downloads{display:grid;grid-gap:12px;gap:12px;margin:14px 0 8px}.help-download{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid var(--cardBorder);border-radius:10px;background:var(--card);text-decoration:none!important;color:inherit;transition:border-color .15s,background .15s}.help-download:hover{border-color:var(--primary);background:var(--segBg);opacity:1}.help-download-title{font-weight:700;font-size:.98rem;color:var(--text0)}.help-download-meta{font-size:.85rem;color:var(--muted);line-height:1.4}.help-download-action{margin-top:4px;font-size:.85rem;font-weight:600;color:var(--primary)}.help-checklist{list-style:none;padding:0!important;margin:0 0 14px!important;border:1px solid var(--cardBorder);border-radius:10px;overflow:hidden;background:var(--card)}.help-checklist li{margin:0!important;padding:10px 14px 10px 40px;border-bottom:1px solid var(--cardBorder);position:relative;font-size:.95rem;line-height:1.45}.help-checklist li:last-child{border-bottom:none}.help-checklist li:before{content:"";position:absolute;left:14px;top:13px;width:14px;height:14px;border:1.5px solid var(--muted);border-radius:3px}.help-table-wrap{overflow-x:auto;margin:0 0 14px;border:1px solid var(--cardBorder);border-radius:10px}.help-table{width:100%;border-collapse:collapse;font-size:.9rem}.help-table td,.help-table th{padding:10px 12px;text-align:left;border-bottom:1px solid var(--cardBorder);vertical-align:top}.help-table tr:last-child td{border-bottom:none}.help-table th{background:var(--segBg);font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.help-audience,.help-table th{color:var(--muted);font-weight:600}.help-audience{display:inline-block;margin:0 0 12px;font-size:.8rem;letter-spacing:.02em}.help-footer{margin-top:40px;padding-top:24px;border-top:1px solid var(--cardBorder);display:flex;flex-direction:column;gap:16px}.help-footer-cta{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.help-footer-cta p{margin:0}.help-footer-meta{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center}.help-footer-meta .muted,.help-footer-meta a.muted{margin:0;font-size:.9rem}@media (max-width:768px){.help-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:20;max-height:none;background:var(--card);border-right:1px solid var(--cardBorder);box-shadow:4px 0 20px rgba(0,0,0,.15);padding:20px 16px}.help-sidebar.closed{width:0;transform:translateX(-100%)}.help-sidebar-backdrop{display:block;position:fixed;inset:0;z-index:19;border:none;background:rgba(0,0,0,.35);cursor:pointer}.help-content{padding-left:0;max-width:none}.help-title{font-size:1.45rem}}