/* /help — how it all works. Structure/copy/order signed off in help-draft.html; rebuilt on the
   shared /about chrome (topbar.css sb-topbar) so the wordmark never drifts. Six figures are REAL
   product screenshots (help-capture/); the two Mac figures keep the drawn mocks, visibly marked as
   placeholders until the installer chat delivers the retina PNGs. Design tokens mirror tokens.css. */
:root{
  --base:#0C0C0E; --s1:#1C1C1E; --s2:#2C2C2E; --sep:#38383A;
  --text:#FFFFFF; --sec:rgba(255,255,255,.6); --ter:rgba(255,255,255,.3);
  --blue:#3B74F0; --red:#FF453A; --green:#30D158; --amber:#FF9F0A;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--base);color:var(--text);font-family:Inter,system-ui,sans-serif;
     font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased}
/* /help has no hero — the shared topbar scrolls away with the page (like /about's absolute chrome)
   rather than staying fixed over the content; main's top padding clears its resting height. */
.sb-topbar{position:absolute}
main{max-width:640px;margin:0 auto;padding:72px 24px 120px}
/* .sb-tbava (the signed-in avatar) now lives in the SHARED topbar.css, so /help + /about match. */
h1{font-size:34px;font-weight:700;letter-spacing:-.02em;margin:20px 0 10px}
.lede{color:var(--sec);font-size:16px;margin-bottom:34px}
/* jump list */
nav.jump{background:var(--s1);border:1px solid var(--sep);border-radius:14px;
         padding:18px 20px;margin-bottom:56px}
nav.jump .cap{font-family:var(--ui);font-size:11px;letter-spacing:.14em;
              color:var(--ter);text-transform:lowercase;margin-bottom:10px}
nav.jump a{display:block;color:var(--blue);text-decoration:none;font-size:15px;padding:5px 0}
nav.jump a:hover{text-decoration:underline}
section{margin-bottom:58px;scroll-margin-top:80px}
h2{font-size:21px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}
.sub{color:var(--ter);font-size:13px;font-family:var(--ui);margin-bottom:16px}
p{color:var(--sec);font-size:15.5px;margin-bottom:12px;max-width:56ch}
p b,p strong{color:var(--text);font-weight:600}
.steps{list-style:none;margin:14px 0 6px;padding:0}
.steps li{position:relative;padding:0 0 14px 30px;color:var(--sec);font-size:15.5px}
.steps li::before{content:"";position:absolute;left:8px;top:9px;width:6px;height:6px;
                  border-radius:50%;background:var(--blue)}
.steps li b{color:var(--text);font-weight:600}
.note{background:var(--s1);border:1px solid var(--sep);border-radius:12px;
      padding:14px 16px;margin:16px 0 4px;font-size:14.5px;color:var(--sec)}
.note b{color:var(--text)}
.pill{display:inline-block;font-family:var(--ui);font-size:12.5px;
      background:var(--s2);border-radius:999px;padding:3px 10px;color:var(--sec);margin:0 2px}
.stripe-demo{border-left:3px solid var(--blue);padding-left:12px}

/* figures: shared frame for real screenshots + drawn placeholder mocks */
figure.shot{margin:18px 0 8px;background:var(--s1);border:1px solid var(--sep);
     border-radius:14px;overflow:hidden}
figure.shot .frame{display:flex;flex-direction:column;align-items:center;gap:12px;
     padding:26px 22px;background:
       radial-gradient(120% 90% at 30% 20%, rgba(59,116,240,.10), transparent 55%),
       linear-gradient(160deg,#141416,#0C0C0E)}
/* REAL captures — the card PNG floats on the gradient, its own shadow doing the lift */
figure.shot .frame img{display:block;width:100%;max-width:320px;height:auto;border-radius:14px;
     box-shadow:0 18px 50px rgba(0,0,0,.5)}
figure.shot .frame img.wide{max-width:360px}
figure.shot .stack{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}
figure.shot figcaption{font-size:13px;color:var(--ter);padding:10px 14px;border-top:1px solid var(--sep)}

/* placeholder badge — the two Mac shots ship with mocks until the real captures land */
figure.shot.ph .frame{background:
       repeating-linear-gradient(135deg, rgba(255,159,10,.05) 0 12px, transparent 12px 24px),
       linear-gradient(160deg,#141416,#0C0C0E)}
.phbadge{font-family:var(--ui);font-size:11px;letter-spacing:.06em;color:var(--amber);
     border:1px solid rgba(255,159,10,.4);border-radius:999px;padding:4px 12px;background:rgba(255,159,10,.08)}

/* drawn-mock primitives (placeholders only) — carried from the signed-off draft */
.mk{background:var(--s1);border:1px solid var(--sep);border-radius:16px;width:100%;
    max-width:360px;padding:18px 18px 16px;box-shadow:0 18px 50px rgba(0,0,0,.5)}
.mk .wm{font-weight:300;letter-spacing:.42em;font-size:11px;text-align:center;color:var(--text);margin-bottom:12px}
.mk .field{background:var(--s2);border-radius:9px;padding:8px 11px;font-size:12px;color:var(--text);margin-bottom:8px}
.mk .field.ph{color:var(--ter)}
.mk .row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:12px}
.mk .btn{background:var(--blue);border-radius:999px;color:#fff;text-align:center;
    font-size:12.5px;font-weight:600;padding:9px;margin-top:10px}
.mk .m{font-family:var(--ui);font-size:10.5px;color:var(--sec);text-align:center;margin-top:4px}
.mk .drop{border:1.5px dashed var(--sep);border-radius:11px;padding:22px 10px;text-align:center;
    color:var(--sec);font-size:12.5px;margin-bottom:10px}
.mk .drop b{display:block;color:var(--text);font-size:13px;margin-top:6px}
.mkbar{width:100%;max-width:360px}
.mkbar .bar{background:#3a3a3c;border-radius:8px 8px 0 0;display:flex;justify-content:flex-end;
    align-items:center;gap:14px;padding:6px 12px;font-size:11px;color:var(--sec)}
.mkbar .glyph{width:15px;height:15px;border-radius:50%;background:#fff;position:relative}
.mkbar .glyph::after{content:"";position:absolute;inset:4.5px;border-radius:50%;background:#3a3a3c}

hr{border:0;border-top:1px solid var(--sep);margin:0 0 56px}
footer{color:var(--ter);font-size:13px;text-align:center;padding-top:8px}
footer a{color:var(--sec);text-decoration:none}
footer a:hover{color:var(--text)}
@media (max-width:480px){ h1{font-size:28px} main{padding:60px 18px 90px} figure.shot .frame{padding:20px 14px} }
