@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Figtree:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap');
/* Wispr Flow Help Center theme styles, scoped to .wf-help for Pylon. */
:root{
  
  --bg:        rgb(246,244,236);
  --surface:   rgb(255,253,249);   
  --surface-2: rgb(255,255,235);   
  --ink:       rgb(26,26,26);      
  --ink-2:     rgba(26,26,26,.66);
  --ink-3:     rgba(26,26,26,.46);
  --line:      rgba(26,26,26,.10);
  --line-2:    rgba(26,26,26,.06);
  --shadow:    0 1px 2px rgba(26,26,26,.04), 0 8px 24px -12px rgba(26,26,26,.10);
  --shadow-lg: 0 2px 6px rgba(26,26,26,.05), 0 24px 60px -24px rgba(26,26,26,.22);

  
  --dawn:#F0D7FF; --flare:#FF6C4C; --glow:#FFA946; --fathom:#034F46;
  --pulse:#7F1C34; --signal:#FFBCF2; --chord:#7232A6; --lumen:#FFFFEB;
  --success:rgb(5,150,105);

  --maxw: 1120px;
  --r-sm:10px; --r-md:16px; --r-lg:22px; --r-xl:28px; --r-pill:999px;

  --font-display:"EB Garamond", Georgia, serif;
  --font-body:"Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:"Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
}.wf-help[data-theme="dark"]{
  --bg:        rgb(20,20,19);
  --surface:   rgb(31,31,29);
  --surface-2: rgb(38,38,35);
  --ink:       rgb(255,255,235);
  --ink-2:     rgba(255,255,235,.66);
  --ink-3:     rgba(255,255,235,.42);
  --line:      rgba(255,255,235,.12);
  --line-2:    rgba(255,255,235,.07);
  --shadow:    0 1px 2px rgba(0,0,0,.4), 0 10px 30px -14px rgba(0,0,0,.6);
  --shadow-lg: 0 2px 8px rgba(0,0,0,.5), 0 30px 70px -28px rgba(0,0,0,.8);
  --success:   rgb(45,200,130);
}.wf-help *{box-sizing:border-box}.wf-help{margin:0;padding:0}.wf-help{
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  letter-spacing:-.01em;
  transition:background .35s ease,color .35s ease;
}.wf-help a{color:inherit;text-decoration:none}.wf-help button{font-family:inherit;cursor:pointer}.wf-help .wf-ic{display:block}.wf-help .wf-ic svg, .wf-help svg.wf-ic{display:block}.wf-help .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.wf-help .wrap-narrow{max-width:760px;margin:0 auto;padding:0 28px}.wf-help .topbar{
  position:sticky;top:0;z-index:50;
  background:color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter:saturate(140%) blur(14px);
  border-bottom:1px solid var(--line-2);
}.wf-help .topbar-in{display:flex;align-items:center;gap:24px;height:64px}.wf-help .brand{display:flex;align-items:center;gap:11px}.wf-help .brand-logo{height:23px;width:auto;display:block}.wf-help .brand-logo--ondark{display:none}.wf-help[data-theme="dark"] .brand-logo--onlight{display:none}.wf-help[data-theme="dark"] .brand-logo--ondark{display:block}.wf-help .brand-tag{font-size:12px;font-weight:600;color:var(--ink-3);letter-spacing:.01em;padding-left:11px;border-left:1px solid var(--line);white-space:nowrap}.wf-help .brand--sm .brand-logo{height:19px}.wf-help .topnav{margin-left:auto;display:flex;align-items:center;gap:6px}.wf-help .topnav a.nl{padding:8px 14px;border-radius:var(--r-pill);font-size:14.5px;font-weight:500;color:var(--ink-2);transition:.15s}.wf-help .topnav a.nl:hover{color:var(--ink);background:var(--line-2)}.wf-help .topnav .btn{height:36px;padding:0 16px;font-size:13.5px}.wf-help .icon-btn{
  width:38px;height:38px;border-radius:var(--r-pill);border:1px solid var(--line);
  background:transparent;color:var(--ink-2);display:grid;place-items:center;transition:.15s;
}.wf-help .icon-btn:hover{color:var(--ink);background:var(--line-2)}.wf-help .icon-btn .wf-ic{width:18px;height:18px}.wf-help .btn{
  display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 20px;
  border-radius:var(--r-pill);font-weight:600;font-size:14.5px;border:1px solid transparent;
  transition:transform .12s ease, background .15s, box-shadow .15s;white-space:nowrap;
}.wf-help .btn:active{transform:translateY(1px)}.wf-help .btn-primary{background:var(--ink);color:var(--surface-2)}.wf-help .btn-primary:hover{box-shadow:0 8px 20px -8px rgba(26,26,26,.5)}.wf-help[data-theme="dark"] .btn-primary:hover{box-shadow:0 8px 24px -8px rgba(0,0,0,.8)}.wf-help .btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}.wf-help .btn-ghost:hover{background:var(--line-2)}.wf-help .btn .wf-ic{width:17px;height:17px}.wf-help .hero{position:relative;overflow:hidden;padding:84px 0 64px;text-align:center}.wf-help .hero-eyebrow{
  display:inline-flex;align-items:center;
  font-size:13px;font-weight:600;letter-spacing:.02em;color:#6b4a8f;
  background:color-mix(in srgb,var(--dawn) 55%,var(--surface));
  border:1px solid color-mix(in srgb,var(--dawn) 70%,var(--line));
  padding:7px 16px;border-radius:var(--r-pill);margin-bottom:26px;box-shadow:var(--shadow);
}
.wf-help[data-theme="dark"] .hero-eyebrow{
  color:var(--dawn);
  background:color-mix(in srgb,var(--dawn) 14%,var(--surface));
  border-color:color-mix(in srgb,var(--dawn) 30%,var(--line));
}.wf-help .hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--flare);box-shadow:0 0 0 4px color-mix(in srgb,var(--flare) 22%,transparent)}.wf-help .hero h1{
  font-family:var(--font-display);font-weight:500;
  font-size:clamp(40px,6.4vw,72px);line-height:1.02;letter-spacing:-.02em;
  margin:0 auto 18px;max-width:14ch;
}.wf-help .hero h1 em{font-style:italic;color:var(--ink)}.wf-help .hero p.sub{font-size:16px;color:var(--ink-2);max-width:46ch;margin:0 auto 34px}.wf-help .searchbar{position:relative;max-width:620px;margin:0 auto}.wf-help .searchbar .si{position:absolute;left:22px;top:50%;transform:translateY(-50%);color:var(--ink-3);pointer-events:none}.wf-help .searchbar .si .wf-ic{width:16px;height:16px}.wf-help .searchbar input{
  width:100%;height:62px;border-radius:var(--r-pill);
  border:1px solid var(--line);background:var(--surface);color:var(--ink);
  padding:0 120px 0 56px;font-size:17px;font-family:inherit;outline:none;
  box-shadow:var(--shadow-lg);transition:border .15s, box-shadow .15s;letter-spacing:-.01em;
}.wf-help .searchbar input::placeholder{color:var(--ink-3)}.wf-help .searchbar input:focus{border-color:color-mix(in srgb,var(--ink) 28%,transparent)}.wf-help .searchbar .kbd{
  position:absolute;right:18px;top:50%;transform:translateY(-50%);
  display:flex;gap:5px;pointer-events:none;
}.wf-help .kbd kbd{
  font-family:var(--font-mono);font-size:12px;color:var(--ink-3);
  background:var(--bg);border:1px solid var(--line);border-radius:7px;
  padding:4px 8px;line-height:1;font-weight:500;
}.wf-help .hero-links{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:22px}.wf-help .chip{
  display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--r-pill);
  background:var(--surface);border:1px solid var(--line);font-size:13.5px;font-weight:500;color:var(--ink-2);
  transition:.15s;
}.wf-help .chip:hover{color:var(--ink);border-color:color-mix(in srgb,var(--ink) 22%,transparent);transform:translateY(-1px)}.wf-help .chip .wf-ic{width:15px;height:15px;color:var(--ink-3)}.wf-help .results{
  position:absolute;left:0;right:0;top:72px;z-index:30;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  box-shadow:var(--shadow-lg);overflow:hidden;text-align:left;display:none;
}.wf-help .results.open{display:block}.wf-help .results .rhead{padding:12px 18px 6px;font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap}.wf-help .results a.ritem{display:flex;align-items:center;gap:13px;padding:12px 18px;border-top:1px solid var(--line-2);transition:.12s}.wf-help .results a.ritem:first-of-type{border-top:none}.wf-help .results a.ritem:hover{background:var(--line-2)}.wf-help .results .ric{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none;background:var(--bg);color:var(--ink-2)}.wf-help .results .ric .wf-ic{width:17px;height:17px}.wf-help .results .rcol{display:flex;flex-direction:column;min-width:0}.wf-help .results .rti{font-weight:600;font-size:14.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-help .results .rmeta{font-size:12.5px;color:var(--ink-3)}.wf-help .results mark{background:color-mix(in srgb,var(--glow) 45%,transparent);color:inherit;border-radius:3px;padding:0 1px}.wf-help .rhead-ai{display:flex;align-items:center;gap:7px;color:var(--chord)}.wf-help[data-theme="dark"] .rhead-ai{color:var(--dawn)}.wf-help .rhead-ai .wf-ic{width:14px;height:14px}.wf-help .rai{display:flex;gap:10px;align-items:flex-start;padding:13px 18px;background:color-mix(in srgb,var(--dawn) 26%,var(--surface));border-bottom:1px solid var(--line-2);font-size:14px;line-height:1.5;color:var(--ink)}.wf-help[data-theme="dark"] .rai{background:color-mix(in srgb,var(--chord) 22%,var(--surface))}.wf-help .rai .wf-ic{width:16px;height:16px;flex:none;margin-top:2px;color:var(--chord)}.wf-help[data-theme="dark"] .rai .wf-ic{color:var(--dawn)}.wf-help .rspin{width:13px;height:13px;border-radius:50%;border:2px solid color-mix(in srgb,var(--chord) 30%,transparent);border-top-color:var(--chord);animation:wfspin .6s linear infinite;display:inline-block}.wf-help[data-theme="dark"] .rspin{border-color:color-mix(in srgb,var(--dawn) 30%,transparent);border-top-color:var(--dawn)}
@keyframes wfspin{to{transform:rotate(360deg)}}.wf-help .results .rarrow{margin-left:auto;color:var(--ink-3)}.wf-help .results .rempty{padding:20px 18px;color:var(--ink-3);font-size:14px}.wf-help .sec{padding:14px 0 26px}.wf-help .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:38px 0 22px}.wf-help .sec-head h2{font-family:var(--font-display);font-weight:500;font-size:30px;letter-spacing:-.02em;margin:0}.wf-help .sec-head .sub{font-size:14.5px;color:var(--ink-2);margin-top:2px}.wf-help .sec-head a.more{font-size:14px;font-weight:600;color:var(--ink-2);display:inline-flex;align-items:center;gap:6px;transition:.15s}.wf-help .sec-head a.more:hover{color:var(--ink);gap:9px}.wf-help .sec-head a.more .wf-ic{width:15px;height:15px}.wf-help .cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wf-help .cat{
  position:relative;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-lg);padding:24px;transition:transform .16s ease, box-shadow .18s, border-color .18s;
  display:flex;flex-direction:column;min-height:168px;
}.wf-help .cat:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:color-mix(in srgb,var(--ink) 14%,transparent)}.wf-help .cat-ic{
  width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;flex:none;
}.wf-help .cat-ic .wf-ic{width:24px;height:24px}.wf-help .cat h3{font-size:18px;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}.wf-help .cat p{font-size:14px;color:var(--ink-2);margin:0;line-height:1.5}.wf-help .cat .count{
  margin-top:auto;padding-top:16px;font-size:13px;font-weight:600;color:var(--ink-3);
  display:flex;align-items:center;gap:7px;
}.wf-help .cat .count .wf-ic{width:14px;height:14px;transition:transform .16s}.wf-help .cat:hover .count .wf-ic{transform:translateX(3px)}.wf-help .acc-dawn .cat-ic{background:color-mix(in srgb,var(--dawn) 55%,var(--surface));color:var(--chord)}.wf-help .acc-flare .cat-ic{background:color-mix(in srgb,var(--flare) 22%,var(--surface));color:var(--flare)}.wf-help .acc-glow .cat-ic{background:color-mix(in srgb,var(--glow) 28%,var(--surface));color:#A85E00}.wf-help .acc-fathom .cat-ic{background:color-mix(in srgb,var(--fathom) 16%,var(--surface));color:var(--fathom)}.wf-help .acc-pulse .cat-ic{background:color-mix(in srgb,var(--pulse) 16%,var(--surface));color:var(--pulse)}.wf-help .acc-chord .cat-ic{background:color-mix(in srgb,var(--chord) 18%,var(--surface));color:var(--chord)}.wf-help .acc-signal .cat-ic{background:color-mix(in srgb,var(--signal) 50%,var(--surface));color:var(--pulse)}.wf-help[data-theme="dark"] .acc-glow .cat-ic{color:var(--glow)}.wf-help[data-theme="dark"] .acc-fathom .cat-ic{background:color-mix(in srgb,var(--fathom) 40%,var(--surface));color:#7FD8C4}.wf-help[data-theme="dark"] .acc-pulse .cat-ic{color:#F0889E}.wf-help[data-theme="dark"] .acc-chord .cat-ic{color:var(--dawn)}.wf-help[data-theme="dark"] .acc-dawn .cat-ic{color:var(--dawn)}.wf-help .pop-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wf-help .pop{
  display:flex;align-items:center;gap:15px;background:var(--surface);
  border:1px solid var(--line);border-radius:var(--r-md);padding:16px 18px;transition:.15s;
}.wf-help .pop:hover{border-color:color-mix(in srgb,var(--ink) 18%,transparent);transform:translateY(-2px);box-shadow:var(--shadow)}.wf-help .pop .pn{font-family:var(--font-display);font-size:19px;color:var(--ink-3);width:24px;text-align:center;flex:none}.wf-help .pop .pt{font-weight:600;font-size:15px;letter-spacing:-.01em}.wf-help .pop .pm{font-size:12.5px;color:var(--ink-3);margin-top:1px}.wf-help .pop .pa{margin-left:auto;color:var(--ink-3);transition:transform .15s}.wf-help .pop:hover .pa{transform:translateX(3px);color:var(--ink-2)}.wf-help .pop .pa .wf-ic{width:16px;height:16px}.wf-help .cta{
  margin:54px 0 0;background:var(--ink);color:var(--surface-2);
  border-radius:var(--r-xl);padding:44px;display:flex;align-items:center;gap:32px;
  position:relative;overflow:hidden;
}.wf-help[data-theme="dark"] .cta{background:var(--surface-2);color:var(--ink)}.wf-help .cta-glow{position:absolute;width:340px;height:340px;border-radius:50%;filter:blur(70px);opacity:.5;pointer-events:none}.wf-help .cta-glow.g1{background:var(--flare);right:-60px;top:-120px}.wf-help .cta-glow.g2{background:var(--dawn);right:160px;bottom:-160px;opacity:.4}.wf-help .cta-txt{position:relative;z-index:1}.wf-help .cta-txt h2{font-family:var(--font-display);font-weight:500;font-size:30px;letter-spacing:-.02em;margin:0 0 8px}.wf-help .cta-txt p{margin:0;font-size:15.5px;opacity:.72;max-width:42ch}.wf-help .cta-actions{position:relative;z-index:1;margin-left:auto;display:flex;gap:10px;flex-wrap:wrap}.wf-help .cta .btn-primary{background:var(--surface-2);color:var(--ink)}.wf-help[data-theme="dark"] .cta .btn-primary{background:var(--ink);color:var(--surface-2)}.wf-help .cta .btn-ghost{border-color:rgba(255,255,235,.28);color:var(--surface-2)}.wf-help .cta .btn-ghost:hover{background:rgba(255,255,235,.10)}.wf-help[data-theme="dark"] .cta .btn-ghost{border-color:var(--line);color:var(--ink)}.wf-help[data-theme="dark"] .cta .btn-ghost:hover{background:var(--line-2)}.wf-help .foot{margin-top:64px;border-top:1px solid var(--line);background:var(--surface)}.wf-help .foot-in{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding:48px 0 40px}.wf-help .foot .brand{margin-bottom:14px}.wf-help .foot .fdesc{font-size:14px;color:var(--ink-2);max-width:30ch;line-height:1.55}.wf-help .foot-col h4{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin:0 0 14px}.wf-help .foot-col a{display:block;font-size:14px;color:var(--ink-2);padding:5px 0;transition:.15s}.wf-help .foot-col a:hover{color:var(--ink)}.wf-help .foot-bot{display:flex;align-items:center;gap:16px;padding:20px 0 34px;border-top:1px solid var(--line-2);font-size:13px;color:var(--ink-3)}.wf-help .foot-bot .sp{margin-left:auto}.wf-help .statusbar{display:flex;align-items:center;justify-content:center;gap:10px;height:40px;background:color-mix(in srgb,var(--success) 10%,var(--surface));border-bottom:1px solid color-mix(in srgb,var(--success) 22%,var(--line));font-size:13px;font-weight:600;color:var(--ink);transition:.15s;white-space:nowrap;padding:0 16px}.wf-help .statusbar:hover{background:color-mix(in srgb,var(--success) 15%,var(--surface))}.wf-help .statusbar .status-dot{position:relative;width:8px;height:8px;border-radius:50%;background:var(--success);flex:none}.wf-help .statusbar-link{display:inline-flex;align-items:center;gap:5px;color:var(--ink-2);font-weight:600;padding-left:6px;margin-left:2px;border-left:1px solid color-mix(in srgb,var(--success) 30%,var(--line))}.wf-help .statusbar:hover .statusbar-link{color:var(--ink)}.wf-help .statusbar-link .wf-ic{width:13px;height:13px}.wf-help .status-pill{display:inline-flex;align-items:center;gap:9px;padding:7px 13px 7px 11px;border-radius:var(--r-pill);border:1px solid var(--line);background:var(--surface);font-size:12.5px;font-weight:600;color:var(--ink-2);transition:.15s;white-space:nowrap}.wf-help .status-pill:hover{border-color:color-mix(in srgb,var(--ink) 20%,transparent);color:var(--ink)}.wf-help .status-dot{position:relative;width:8px;height:8px;border-radius:50%;background:var(--success);flex:none}.wf-help .status-dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--success);animation:statusPulse 2.2s ease-out infinite}
@keyframes statusPulse{0%{transform:scale(1);opacity:.55}70%,100%{transform:scale(2.6);opacity:0}}@media (prefers-reduced-motion:reduce){.wf-help .status-dot::after{animation:none}}.wf-help .foot-bot .status-pill.sp{margin-left:auto}.wf-help .dl{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--bg);font-size:13.5px;font-weight:600;margin:0 8px 8px 0;transition:.15s}.wf-help .dl:hover{border-color:color-mix(in srgb,var(--ink) 20%,transparent)}.wf-help .dl .wf-ic{width:16px;height:16px;color:var(--ink-2)}.wf-help .crumb{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--ink-2);padding:24px 0 0}.wf-help .crumb a:hover{color:var(--ink)}.wf-help .crumb .wf-ic{width:14px;height:14px;color:var(--ink-3)}.wf-help .col-hero{display:flex;gap:22px;align-items:flex-start;padding:30px 0 8px}.wf-help .col-hero .cat-ic{width:60px;height:60px;border-radius:18px;margin:0}.wf-help .col-hero .cat-ic .wf-ic{width:30px;height:30px}.wf-help .col-hero h1{font-family:var(--font-display);font-weight:500;font-size:clamp(32px,4.5vw,46px);letter-spacing:-.02em;margin:0 0 8px;line-height:1.04}.wf-help .col-hero p{font-size:17px;color:var(--ink-2);margin:0;max-width:54ch}.wf-help .col-meta{font-size:13.5px;color:var(--ink-3);margin-top:10px;font-weight:500}.wf-help .alist{display:flex;flex-direction:column;gap:0;margin:30px 0;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}.wf-help .arow{display:flex;align-items:center;gap:16px;padding:18px 22px;border-top:1px solid var(--line-2);transition:.14s}.wf-help .arow:first-child{border-top:none}.wf-help .arow:hover{background:var(--line-2)}.wf-help .arow .aic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:none;background:var(--bg);color:var(--ink-2)}.wf-help .arow .aic .wf-ic{width:19px;height:19px}.wf-help .arow .at{font-weight:600;font-size:15.5px;letter-spacing:-.01em}.wf-help .arow .ab{font-size:13.5px;color:var(--ink-2);margin-top:2px}.wf-help .arow .am{margin-left:auto;display:flex;align-items:center;gap:16px;flex:none}.wf-help .tagpill{font-size:11.5px;font-weight:600;color:var(--ink-3);background:var(--bg);border:1px solid var(--line);padding:4px 10px;border-radius:var(--r-pill)}.wf-help .arow .aarrow{color:var(--ink-3);transition:transform .15s}
.wf-help .arow .aarrow,.wf-help .arow .aarrow .wf-ic,.wf-help .arow .aarrow [data-icon]{width:18px;height:18px;max-width:18px;max-height:18px;flex:none}
.wf-help .arow .aarrow svg{width:18px;height:18px;display:block}.wf-help .arow:hover .aarrow{transform:translateX(3px);color:var(--ink)}.wf-help .col-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start;padding-top:10px}.wf-help .side{position:sticky;top:88px}.wf-help .side h4{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin:0 0 10px;padding:0 12px}.wf-help .side a{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:11px;font-size:14px;font-weight:500;color:var(--ink-2);transition:.13s}.wf-help .side a .wf-ic{width:16px;height:16px;color:var(--ink-3)}.wf-help .side a:hover{background:var(--line-2);color:var(--ink)}.wf-help .side a.active{background:var(--ink);color:var(--surface-2)}.wf-help .side a.active .wf-ic{color:var(--surface-2)}.wf-help .art-head{padding:18px 0 6px}.wf-help .art-tag{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:16px}.wf-help .art-tag .wf-ic{width:15px;height:15px}.wf-help .art-head h1{font-family:var(--font-display);font-weight:500;font-size:clamp(32px,4.6vw,48px);line-height:1.05;letter-spacing:-.02em;margin:0 0 14px;max-width:20ch}.wf-help .art-byline{display:flex;align-items:center;gap:14px;font-size:13.5px;color:var(--ink-3);flex-wrap:wrap}.wf-help .art-byline .b{display:flex;align-items:center;gap:6px}.wf-help .art-byline .wf-ic{width:14px;height:14px}.wf-help .art-body{font-size:17px;line-height:1.72;color:var(--ink);max-width:68ch;margin-top:8px}.wf-help .kc{font-family:var(--font-mono);font-size:.84em;background:var(--surface-2);border:1px solid var(--line);border-bottom-width:2px;border-radius:6px;padding:2px 7px;color:var(--ink);font-weight:500;white-space:nowrap}.wf-help[data-theme="dark"] .kc{background:var(--surface)}.wf-help .callout{
  display:flex;gap:14px;background:var(--surface);border:1px solid var(--line);
  border-left:3px solid var(--flare);border-radius:var(--r-md);padding:18px 20px;margin:0 0 24px;
}.wf-help .callout.tip{border-left-color:var(--fathom)}.wf-help .callout.warn{border-left-color:var(--glow)}.wf-help .callout .ci{flex:none;color:var(--flare);margin-top:1px}.wf-help .callout.tip .ci{color:var(--fathom)}.wf-help .callout.warn .ci{color:#A85E00}.wf-help[data-theme="dark"] .callout.warn .ci{color:var(--glow)}.wf-help .callout .ci .wf-ic{width:20px;height:20px}.wf-help .callout .cc{font-size:15px;color:var(--ink-2);line-height:1.6}.wf-help .callout .cc strong{color:var(--ink)}.wf-help .steps{counter-reset:st;list-style:none;padding:0;margin:0 0 24px}.wf-help .steps li{position:relative;padding:0 0 18px 46px;margin:0}.wf-help .steps li:before{
  counter-increment:st;content:counter(st);position:absolute;left:0;top:-2px;
  width:30px;height:30px;border-radius:50%;background:var(--ink);color:var(--surface-2);
  display:grid;place-items:center;font-size:14px;font-weight:600;font-family:var(--font-body);
}.wf-help .steps li:not(:last-child):after{content:"";position:absolute;left:14px;top:30px;bottom:6px;width:1.5px;background:var(--line)}.wf-help .steps li strong{display:block;font-size:16px;color:var(--ink);margin-bottom:3px;font-weight:600}.wf-help .steps li span{font-size:15px;color:var(--ink-2);line-height:1.6}.wf-help .art-foot{margin-top:46px;padding-top:26px;border-top:1px solid var(--line)}.wf-help .helpful{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.wf-help .helpful span{font-size:14.5px;font-weight:600}.wf-help .hbtn{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 16px;border-radius:var(--r-pill);border:1px solid var(--line);background:var(--surface);font-size:14px;font-weight:600;color:var(--ink-2);transition:.15s}.wf-help .hbtn:hover{border-color:color-mix(in srgb,var(--ink) 22%,transparent);color:var(--ink)}.wf-help .hbtn.on{background:var(--ink);color:var(--surface-2);border-color:var(--ink)}.wf-help .hbtn .wf-ic{width:15px;height:15px}.wf-help .art-related{margin-top:40px}.wf-help .rel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.wf-help .toc{position:sticky;top:88px}.wf-help .toc h4{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin:0 0 12px}.wf-help .toc a{display:block;font-size:13.5px;color:var(--ink-2);padding:6px 0 6px 14px;border-left:2px solid var(--line);transition:.13s;line-height:1.4}.wf-help .toc a:hover, .wf-help .toc a.active{color:var(--ink);border-left-color:var(--ink)}.wf-help .art-layout{display:grid;grid-template-columns:1fr 200px;gap:48px;align-items:start;padding-top:8px}.wf-help .reveal{opacity:1}@media(max-width:900px){.wf-help .cat-grid{grid-template-columns:1fr 1fr}.wf-help .pop-grid, .wf-help .rel-grid{grid-template-columns:1fr}.wf-help .foot-in{grid-template-columns:1fr 1fr}.wf-help .col-layout{grid-template-columns:1fr}.wf-help .side{position:static;display:none}.wf-help .art-layout{grid-template-columns:1fr}.wf-help .toc{display:none}.wf-help .cta{flex-direction:column;align-items:flex-start;gap:24px}.wf-help .cta-actions{margin-left:0}}@media(max-width:560px){.wf-help .cat-grid{grid-template-columns:1fr}.wf-help .foot-in{grid-template-columns:1fr 1fr}.wf-help .topnav a.nl{display:none}.wf-help .hero{padding:54px 0 44px}.wf-help .arow .ab{display:none}}

.wf-help .wf-ic svg{width:100%;height:100%;display:block}
.wf-help svg{max-width:100%}

/* popular-article numbering via CSS counter (Pylon's Go templates have no "add") */
.wf-help .pop-grid{counter-reset:popn}
.wf-help .pop-grid .pop .pn{counter-increment:popn}
.wf-help .pop-grid .pop .pn::before{content:counter(popn)}

/* default collection icon (Pylon collections carry no per-card accent) */
.wf-help .cat .cat-ic{background:color-mix(in srgb,var(--chord) 14%,var(--surface));color:var(--chord)}
.wf-help[data-theme="dark"] .cat .cat-ic{color:var(--dawn)}
.wf-help .col-hero .cat-ic{background:color-mix(in srgb,var(--chord) 14%,var(--surface));color:var(--chord)}
.wf-help[data-theme="dark"] .col-hero .cat-ic{color:var(--dawn)}

/* article previous / next navigation */
.wf-help .art-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:34px}
.wf-help .art-nav a{display:flex;flex-direction:column;gap:4px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);transition:transform .15s,border-color .15s,box-shadow .15s}
.wf-help .art-nav a:hover{border-color:color-mix(in srgb,var(--ink) 20%,transparent);transform:translateY(-2px);box-shadow:var(--shadow)}
.wf-help .art-nav a.nxt{text-align:right;align-items:flex-end}
.wf-help .art-nav .anl{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}
.wf-help .art-nav .ant{font-weight:600;font-size:15px;color:var(--ink);letter-spacing:-.01em}
@media(max-width:680px){.wf-help .art-nav{grid-template-columns:1fr}}

/* =========================================================================
   Pylon NATIVE homepage scaffold, restyled as Wispr Flow.
   Targets Pylon's stock class names so the built-in search widget + layout
   keep working; we only change the look.
   ========================================================================= */
.wf-help.kb-page-layout{background:var(--bg);color:var(--ink)}

/* banner / hero */
.wf-help .kb-banner{position:relative;overflow:hidden;text-align:center}
.wf-help .kb-banner-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.wf-help .kb-banner-bg-color{position:absolute;inset:0}
.wf-help .kb-banner-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.wf-help .kb-banner-bg-blur{position:absolute;inset:-10%;width:120%;height:120%;object-fit:cover;filter:blur(80px) saturate(140%);opacity:.22}
.wf-help .kb-banner-content{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;padding:78px 28px 64px}
.wf-help .kb-banner-title-text{display:block;font-family:var(--font-display);font-weight:500;font-size:clamp(40px,6.4vw,72px);line-height:1.08;letter-spacing:-.02em;max-width:16ch;margin:0 auto 22px;padding-bottom:.08em}
.wf-help .kb-banner-title-text em{font-style:italic}
.wf-help .kb-banner-sub{font-size:16px;color:var(--ink-2);max-width:52ch;margin:0 auto 34px;line-height:1.5}
.wf-help .kb-search-container{max-width:620px;margin:0 auto}

/* Pylon mounts its search widget inside #kb-search. The PILL styling lives on
   the #kb-search wrapper (see search-bar block below); the input itself is a
   flat, transparent fill so the icon + text sit inline on one row. */
.wf-help #kb-search input,.wf-help #kb-search [type="search"],.wf-help #kb-search [contenteditable="true"]{
  flex:1 1 auto;width:auto;min-width:0;height:auto;
  border:none;background:transparent;box-shadow:none;padding:0;margin:0;
  color:var(--ink);font-size:17px;font-family:inherit;outline:none;letter-spacing:-.01em;
}
.wf-help #kb-search input::placeholder{color:var(--ink-3)}
/* If Pylon wraps the icon+input in an inner container, make that container lay
   out as the same inline row (magnifier left of the text, not stacked above) */
.wf-help #kb-search > div,
.wf-help #kb-search > form,
.wf-help #kb-search > span{
  display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;width:100%;
}
.wf-help .kb-content{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.wf-help .kb-homepage-content{padding-bottom:24px}
.wf-help .kb-section-head{margin:38px 0 22px}
.wf-help .kb-section-title{font-family:var(--font-display);font-weight:500;font-size:30px;letter-spacing:-.02em;margin:0}
.wf-help .kb-section-sub{font-size:14.5px;color:var(--ink-2);margin:2px 0 0}

/* collections grid */
.wf-help .kb-collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.wf-help .kb-collection-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;transition:transform .16s ease,box-shadow .18s,border-color .18s;display:flex;flex-direction:column;min-height:168px}
.wf-help .kb-collection-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:color-mix(in srgb,var(--ink) 14%,transparent)}
.wf-help .kb-collection-card-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;flex:none;background:color-mix(in srgb,var(--ic,var(--chord)) 14%,var(--surface));color:var(--ic,var(--chord));font-size:24px;line-height:1}
.wf-help[data-theme="dark"] .kb-collection-card-icon{background:color-mix(in srgb,var(--ic,var(--dawn)) 18%,var(--surface))}
.wf-help .kb-collection-card-icon .wf-ic{width:24px;height:24px}
.wf-help .kb-collection-custom-icon{width:24px;height:24px;object-fit:contain}
.wf-help .kb-collection-card-title{font-size:18px;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}
.wf-help .kb-collection-card-description{font-size:14px;color:var(--ink-2);line-height:1.5}
.wf-help .kb-collection-card-count{margin-top:auto;padding-top:16px;font-size:13px;font-weight:600;color:var(--ink-3);display:flex;align-items:center;gap:7px}
.wf-help .kb-collection-card-count .wf-ic{width:14px;height:14px;transition:transform .16s}
/* override the global 24px icon-box safety net for this small inline chevron so it
   centers with the 13px text instead of sitting in a tall 24px box */
.wf-help .kb-collection-card-count [data-icon]{width:14px;height:14px;min-height:0;align-self:center;transform:translateY(2px)}
.wf-help .kb-collection-card-count [data-icon] svg{display:block;width:14px;height:14px}
.wf-help .kb-collection-card:hover .kb-collection-card-count .wf-ic{transform:translate(3px,2px)}

/* popular articles (native kb-popular-articles / kb-article-card) */
.wf-help .kb-popular-articles{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wf-help .kb-popular-articles-title{font-family:var(--font-display);font-weight:500;font-size:30px;letter-spacing:-.02em;margin:38px 0 22px;grid-column:1/-1}
.wf-help .kb-article-card{display:flex;align-items:center;gap:15px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);padding:16px 18px;transition:.15s}
.wf-help .kb-article-card:hover{border-color:color-mix(in srgb,var(--ink) 18%,transparent);transform:translateY(-2px);box-shadow:var(--shadow)}
.wf-help .kb-article-card-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:none;background:var(--bg);color:var(--ink-2)}
.wf-help .kb-article-card-icon .wf-ic{width:18px;height:18px}
.wf-help .kb-article-card-icon svg{width:18px;height:18px}
.wf-help .kb-article-card-title{font-weight:600;font-size:15px;letter-spacing:-.01em;line-height:1.35}
.wf-help .kb-article-card-chevron{margin-left:auto;color:var(--ink-3);font-size:20px;line-height:1;transition:transform .15s}
.wf-help .kb-article-card:hover .kb-article-card-chevron{transform:translateX(3px);color:var(--ink-2)}
.wf-help .kb-article-card-chevron .wf-ic{width:16px;height:16px}

@media(max-width:900px){
  .wf-help .kb-collections-grid{grid-template-columns:1fr 1fr}
  .wf-help .kb-popular-articles{grid-template-columns:1fr}
}

/* =========================================================================
   FIX: Pylon's native search widget (#kb-search) renders its own oversized
   magnifier SVG. It isn't one of our .wf-ic spans, so the icon renderer never
   touches it, and the only rule reaching it (.wf-help svg{max-width:100%})
   lets it expand to fill the column. Cap it and style the mount as the search
   bar so it reads as an input, not a hero graphic.
   ========================================================================= */
.wf-help #kb-search svg,
.wf-help .kb-search-container svg{
  width:18px;height:18px;max-width:18px;min-width:18px;flex:0 0 18px;
  position:static;order:-1;align-self:center;margin:0;display:block;
}

/* Style the #kb-search mount itself as the pill search bar (covers the case
   where Pylon renders a search trigger/button rather than a bare input) */
.wf-help #kb-search{
  display:flex;align-items:center;gap:10px;
  min-height:62px;padding:0 22px;
  border-radius:var(--r-pill);border:1px solid var(--line);
  background:var(--surface);color:var(--ink-3);
  box-shadow:var(--shadow-lg);cursor:text;
  transition:border .15s,box-shadow .15s;
}
.wf-help #kb-search:focus-within{
  border-color:color-mix(in srgb,var(--ink) 28%,transparent);
}
/* If Pylon nests its own input inside the mount, strip its chrome so ours shows */
.wf-help #kb-search input,
.wf-help #kb-search [type="search"],
.wf-help #kb-search [contenteditable="true"]{
  flex:1;height:auto;min-height:0;
  border:none;background:transparent;box-shadow:none;padding:0;
}

/* =========================================================================
   FIX 2: Pylon renders the banner background from its own visual settings
   (.kb-banner-bg-color carries an inline background-color, e.g. green) and
   mounts its native search-widget SVG somewhere in .kb-banner — not inside
   our #kb-search mount. Override the banner background to our design token
   and cap any stray SVG in the banner so it can't render as a hero graphic.
   ========================================================================= */

/* Force the banner background to match the page (inline style needs !important) */
.wf-help .kb-banner-bg-color{
  background-color:var(--bg) !important;
}
.wf-help .kb-banner-bg-image,
.wf-help .kb-banner-bg-blur{
  display:none !important;
}
.wf-help .kb-banner{
  background:var(--bg);
}

/* Cap ANY stray SVG inside the banner, wherever Pylon mounts it */
.wf-help .kb-banner svg{
  width:18px;height:18px;max-width:18px;flex:none;
}
/* keep our intentionally-styled search-mount icon at its size (redundant but explicit) */
.wf-help #kb-search svg,
.wf-help .kb-search-container svg{
  width:18px;height:18px;max-width:18px;flex:none;
}

/* =========================================================================
   FIX 3: Global icon safety net.
   Icons render fine on server-rendered pages but balloon on the homepage,
   because Pylon injects the collection grid + search widget AFTER our
   DOMContentLoaded icon render runs — so those icon spans never get sized,
   and an unsized inline SVG expands to fill its column (giant folder/magnifier).
   This caps EVERY icon span and any loose SVG inside our theme so nothing can
   balloon regardless of when (or whether) the JS render fires.
   ========================================================================= */

/* our icon mount spans: fixed box, never grow */
.wf-help [data-icon]{
  display:inline-flex;align-items:center;justify-content:center;
  width:24px;height:24px;flex:none;line-height:0;
}
.wf-help [data-icon] svg,
.wf-help .wf-ic{
  width:100%;height:100%;max-width:100%;max-height:100%;display:block;
}

/* collection-card icon tiles: keep the small rounded badge size from the design */
.wf-help .kb-collection-card [data-icon],
.wf-help .kb-collection-card svg{
  width:24px;height:24px;max-width:24px;max-height:24px;flex:none;
}

/* hard cap: ANY svg anywhere in the theme can't exceed its container,
   and any svg with no explicit size falls back to 24px instead of filling */
.wf-help svg{ max-width:100%;max-height:100%; }
.wf-help svg:not([width]){ width:24px; }
.wf-help svg:not([height]){ height:24px; }

/* the search dropdown result rows + their icons (seen oversized in search) */
.wf-help #kb-search-results svg,
.wf-help .ritem svg,
.wf-help .ric svg{ width:17px;height:17px;max-width:17px;flex:none; }

/* =========================================================================
   FIX 4 (revised): Un-reset the article body.
   The theme reset (.wf-help{margin:0;padding:0}, .wf-help a{color:inherit;
   text-decoration:none}, box-sizing) cascades into .art-body and flattens
   Pylon's native content: list bullets lose indentation, links lose
   underlines, spacing collapses. Per the "keep Pylon's original formatting"
   goal, we do NOT style content ourselves; we simply restore normal browser
   defaults inside .art-body so Pylon's HTML renders the way Pylon intends.
   ========================================================================= */
.wf-help .art-body ul{list-style:disc;margin:1em 0;padding-left:2em}
.wf-help .art-body ol{list-style:decimal;margin:1em 0;padding-left:2em}
.wf-help .art-body ul ul{list-style:circle}
.wf-help .art-body li{margin:.35em 0}
.wf-help .art-body a{color:revert;text-decoration:revert}
.wf-help .art-body p{margin:1em 0}
.wf-help .art-body blockquote{margin:1em 0 1em 1.5em}
.wf-help .art-body table{border-collapse:collapse}
.wf-help .art-body img{max-width:100%;height:auto}
/* Pylon collapsible "toggle" blocks: ensure they are not hidden/flattened by
   the reset. Pylon ships the open/close behavior + detailed styling in
   kb-islands.css/js; we only make sure nothing in the theme suppresses them. */
.wf-help .art-body details{margin:1em 0}
.wf-help .art-body summary{cursor:pointer}

/* =========================================================================
   Pylon RTE accordions: HANDS OFF.
   These are Pylon's own React components (pylon-rte-accordion,
   node-accordion_summary, [data-type="accordion_details"]) rendered and
   controlled by kb-islands.js, styled by kb-islands.css. They work correctly,
   so the theme must NOT alter them. We (1) make sure the theme reset does not
   suppress them, and (2) prevent the .art-body un-reset above from reaching
   inside them, so they keep Pylon's exact current rendering.
   ========================================================================= */

/* let Pylon's own display/spacing stand; just guarantee nothing hides them.
   We intentionally do NOT use all:revert here (that would also wipe Pylon's
   own kb-islands.css styling). Pylon's stylesheet loads after this file, so
   for any property Pylon sets, Pylon already wins. We only neutralize the few
   properties the theme reset / .art-body un-reset would otherwise impose. */
.wf-help .art-body .pylon-rte-accordion,
.wf-help .art-body [data-type="accordion_details"],
.wf-help .art-body .node-accordion_summary,
.wf-help .art-body [data-node-view-wrapper],
.wf-help .art-body [data-node-view-content-react]{margin:revert;padding:revert}

/* stop our generic un-reset from restyling content INSIDE accordions:
   revert paragraphs, lists and links within the accordion subtree back to
   whatever Pylon set, so current rendering is unchanged */
.wf-help .art-body .pylon-rte-accordion p,
.wf-help .art-body [data-type="accordion_details"] p{margin:revert;padding:revert}
.wf-help .art-body .pylon-rte-accordion ul,
.wf-help .art-body .pylon-rte-accordion ol,
.wf-help .art-body [data-type="accordion_details"] ul,
.wf-help .art-body [data-type="accordion_details"] ol{list-style:revert;margin:revert;padding:revert}
.wf-help .art-body .pylon-rte-accordion a,
.wf-help .art-body [data-type="accordion_details"] a{color:revert;text-decoration:revert}

/* =========================================================================
   FIX 5: Style Pylon's NATIVE article template classes to match the design.
   The article page uses Pylon's own template (kb-article-*), whose mount
   points (#kb-article-body, #kb-toc, #kb-feedback) let accordions, TOC and
   feedback hydrate. We style the page CHROME here; the body content
   (#kb-article-body) is left to Pylon so accordions/callouts render natively.
   These selectors are scoped to .kb-article-page-content so they don't leak.
   ========================================================================= */

/* two-column layout: article + sidebar */
.kb-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:56px;align-items:start;max-width:var(--maxw);margin:0 auto;padding:30px 28px 0}
.kb-article-main{min-width:0}

/* breadcrumbs + internal/visibility badges */
.kb-article-badges-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 0 0}
.kb-breadcrumbs{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--ink-2)}
.kb-breadcrumb-link{color:var(--ink-2)}
.kb-breadcrumb-link:hover{color:var(--ink)}
.kb-breadcrumb-separator{color:var(--ink-3)}
.kb-breadcrumb-current{color:var(--ink-3)}
.kb-article-badges{display:flex;gap:8px}
.kb-article-badge{font-size:11.5px;font-weight:600;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);padding:4px 10px;border-radius:var(--r-pill)}

/* title + meta */
.kb-article-header{padding:18px 0 8px}
.kb-article-title{font-family:var(--font-display);font-weight:500;font-size:clamp(32px,4.6vw,48px);line-height:1.05;letter-spacing:-.02em;margin:0 0 14px;max-width:20ch;color:var(--ink)}
.kb-article-meta{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ink-3);font-weight:500}
#kb-article-edit{margin-left:6px}
#kb-article-edit a,#kb-article-edit{display:inline-flex;align-items:center;gap:5px}

/* article body wrapper: container only, leave Pylon content alone */
.kb-article-body{font-size:17px;line-height:1.72;color:var(--ink);max-width:68ch;margin-top:8px}

/* TOC ("On this page") */
.kb-article-sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:28px}
#kb-toc .kb-toc-title,.kb-toc-title{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin:0 0 12px}
#kb-toc a,.kb-toc-link{display:block;font-size:13.5px;color:var(--ink-2);padding:6px 0 6px 14px;border-left:2px solid var(--line);transition:.13s;line-height:1.4}
#kb-toc a:hover,#kb-toc a.active,.kb-toc-link:hover,.kb-toc-link.active{color:var(--ink);border-left-color:var(--ink)}

/* related articles as cards */
.kb-related-articles{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px}
.kb-related-articles-title{font-family:var(--font-display);font-weight:500;font-size:18px;letter-spacing:-.01em;margin:0 0 12px;color:var(--ink)}
.kb-related-article-link{display:block;font-size:14px;font-weight:500;color:var(--ink-2);padding:8px 0;border-top:1px solid var(--line-2);transition:.13s}
.kb-related-article-link:first-of-type{border-top:none}
.kb-related-article-link:hover{color:var(--ink)}

/* related issues (internal) */
.kb-related-issues-details{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:14px 16px}
.kb-related-issues-header{cursor:pointer;list-style:none;display:flex;flex-direction:column;gap:8px}
.kb-related-issues-header::-webkit-details-marker{display:none}
.kb-related-issues-title-row{display:flex;align-items:center;justify-content:space-between}
.kb-related-issues-title{font-weight:600;font-size:14px;color:var(--ink)}
.kb-related-issues-badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--ink-3)}
.kb-related-issue-card{border-top:1px solid var(--line-2);padding:12px 0;font-size:13px;color:var(--ink-2)}
.kb-related-issues-view-all{display:inline-block;margin-top:8px;font-size:13px;font-weight:600;color:var(--ink-2)}

/* feedback (Was this helpful) - Pylon hydrates #kb-feedback */
#kb-feedback{margin-top:44px;padding-top:26px;border-top:1px solid var(--line)}

/* tags */
.kb-article-tags-title{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin:0 0 10px}
.kb-article-tag{display:inline-block;font-size:12.5px;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);padding:4px 10px;border-radius:var(--r-pill);margin:0 6px 6px 0}

/* mobile */
@media(max-width:900px){
  .kb-article-layout{grid-template-columns:1fr;gap:32px}
  .kb-article-sidebar{position:static}
}

/* =========================================================================
   FIX 6: Article body font + accordion styling to match the rest of the site.
   The native article template now carries .wf-help, but the body content
   inherits the display serif from Pylon's root font var. Force the body font,
   and style Pylon's RTE accordions as clean bordered rows with a chevron so
   they match the design instead of rendering as bare checkbox-like squares.
   ========================================================================= */

/* article body uses the sans body font like the rest of the site (serif only for display headings) */
.wf-help .kb-article-body,
.wf-help .kb-article-body-placeholder,
.wf-help #kb-article-body{font-family:var(--font-body);font-size:17px;line-height:1.72;color:var(--ink-2)}

/* display headings inside the body stay serif to match the design */
.wf-help #kb-article-body h1,.wf-help #kb-article-body h2,
.wf-help .kb-article-body-placeholder h1,.wf-help .kb-article-body-placeholder h2{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;color:var(--ink)}
.wf-help #kb-article-body h3,.wf-help .kb-article-body-placeholder h3{font-family:var(--font-body);font-weight:600;color:var(--ink)}

/* Pylon RTE accordions: header + chevron only, dividers between each, no gray box */
.wf-help .node-accordion_summary{font-family:var(--font-body);font-weight:600;color:var(--ink)}
.wf-help [data-type="accordion_details"]{font-family:var(--font-body);color:var(--ink-2)}
.wf-help [data-type="accordion_details"] > :first-child{margin-top:0}

/* divider between each accordion row */
/* Pylon already draws a divider (border-t) between accordions — don't add our own */

/* Pylon renders the toggle as a <button class="... h-7 w-7 ..."> whose inner icon
   asset doesn't load (leaving a gray box). Neutralize the gray box and paint a real
   right-chevron as the button's background SVG, so there's a visible icon that
   doesn't depend on Pylon's icon system. Button stays clickable. */
.wf-help .node-accordion_summary button{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  width:20px !important;height:20px !important;
  flex:none;margin:0 6px 0 0 !important;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23615f59' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 6 15 12 9 18'/></svg>") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:16px 16px !important;
  transition:transform .18s;
}
/* hide the empty inner icon span so it doesn't sit on top of our chevron */
.wf-help .node-accordion_summary button > *{opacity:0}

/* rotate the chevron to point DOWN when the accordion is open. Pylon may signal
   open state via aria-expanded, data-state, or an 'open' class — cover each. */
.wf-help .node-accordion_summary button[aria-expanded="true"],
.wf-help .node-accordion_summary button[data-state="open"],
.wf-help .pylon-rte-accordion[data-state="open"] .node-accordion_summary button,
.wf-help .pylon-rte-accordion.open .node-accordion_summary button,
.wf-help details[open] .node-accordion_summary button{
  transform:rotate(90deg);
}

/* =========================================================================
   Internal-only note blocks: amber-yellow visual flag for the team.
   Pylon's visibility system already keeps these from customers; this is purely
   a visual marker so internal viewers can tell at a glance "this is internal".
   ========================================================================= */
.wf-help [data-type="internalBlock"]{
  background:var(--surface);
  border:1px solid var(--line);
  border-left:4px solid var(--flare);
  border-radius:var(--r-md);
  padding:14px 18px;
  margin:0 0 20px;
  position:relative;
}
.wf-help [data-type="internalBlock"]::before{
  content:"Internal only";
  display:block;
  font-family:var(--font-body);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--flare);
  margin-bottom:8px;
}
.wf-help [data-type="internalBlock"] > :last-child{margin-bottom:0}
/* dark mode: off-white surface becomes dark surface; keep amber left edge */
.wf-help[data-theme="dark"] [data-type="internalBlock"]{
  background:var(--surface);
  border-color:var(--line);
  border-left-color:var(--flare);
}
.wf-help[data-theme="dark"] [data-type="internalBlock"]::before{color:var(--flare)}

/* =========================================================================
   Pylon RTE callouts (node-callout): off-white box with a colored (flare) left
   line, icon BESIDE the text. Mirrors the design's .callout component. Pylon
   nests an icon element + a content element; we force a flex row so the icon
   sits in its own column to the left of the text instead of stacking on top.
   ========================================================================= */
.wf-help .node-callout{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start;
  gap:14px;
  background:var(--surface);
  border:1px solid var(--line);
  border-left:3px solid #034F46;
  border-radius:var(--r-md);
  padding:18px 20px;
  margin:0 0 22px;
}
/* icons removed from callouts: hide the icon and its (now empty) wrapper */
.wf-help .node-callout svg,
.wf-help .node-callout img{display:none !important}
.wf-help .node-callout > span:first-child,
.wf-help .node-callout > :first-child:empty{display:none !important}
/* the text content fills the row */
.wf-help .node-callout > p,
.wf-help .node-callout > div,
.wf-help .node-callout > :last-child{
  flex:1 1 auto;
  min-width:0;
  margin:0;
  color:var(--ink-2);
  line-height:1.6;
}

/* =========================================================================
   FIX 7: Related Issues card — cap the account logo (was rendering full-size)
   and make the sidebar not trap page scroll when its content is tall.
   ========================================================================= */
.wf-help .kb-related-issue-account-logo{
  width:24px;height:24px;flex:none;
  border-radius:6px;object-fit:contain;
}
.wf-help .kb-related-issue-card-header{display:flex;align-items:center;gap:10px}
.wf-help .kb-related-issue-card-header-text{min-width:0}
.wf-help .kb-related-issue-account-name{font-weight:600;font-size:13px;color:var(--ink)}
.wf-help .kb-related-issue-ticket-number{font-size:12px;color:var(--ink-3);margin-left:6px}
.wf-help .kb-related-issue-requester{font-size:12px;color:var(--ink-3)}
.wf-help .kb-related-issue-body{font-size:12.5px;color:var(--ink-2);margin-top:6px;line-height:1.5}
.wf-help .kb-related-issue-closed{font-size:11.5px;color:var(--ink-3);margin-top:6px}

/* any stray image inside a related issue can't exceed its container */
.wf-help .kb-related-issue-card img{max-width:100%;height:auto}

/* homepage hero quick-link chips row (below the search) */
.wf-help .hero-chips{
  display:flex;flex-wrap:wrap;justify-content:center;
  gap:10px;margin:18px auto 0;max-width:620px;
}

/* =========================================================================
   FIX 8: Pylon native search results dropdown. Pylon injects results into
   #kb-search-results with its OWN classes (kb-ask-ai*, etc.). Style them to
   match the theme. (AI-answer block classes confirmed from live DOM.)
   ========================================================================= */

/* dropdown container */
.wf-help #kb-search-results{
  max-width:620px;margin:-28px auto 0;
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-lg);box-shadow:var(--shadow-lg);
  overflow:hidden;
}
/* "Search results" label above the dropdown (only shows when results exist,
   since the container is display:none when empty) */
.wf-help #kb-search-results::before{
  content:"Search results";
  display:block;
  padding:12px 18px 6px;
  font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;
  color:var(--ink-3);
  background:color-mix(in srgb,var(--dawn) 26%,var(--surface));
}
.wf-help #kb-search-results:empty{display:none}

/* AI answer block */
.wf-help .kb-ask-ai{
  padding:4px 18px 16px;
  background:color-mix(in srgb,var(--dawn) 26%,var(--surface));
  border-bottom:1px solid var(--line-2);
}
.wf-help[data-theme="dark"] .kb-ask-ai{background:color-mix(in srgb,var(--dawn) 12%,var(--surface))}
.wf-help .kb-ask-ai-header{
  display:flex;align-items:center;gap:7px;
  font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  color:var(--ink-2);margin-bottom:8px;
}
.wf-help .kb-ask-ai-header svg{width:15px;height:15px;flex:none}
.wf-help .kb-ask-ai-title{font-weight:600;font-size:15px;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}
.wf-help .kb-ask-ai-response{font-size:14px;line-height:1.55;color:var(--ink-2)}
.wf-help .kb-sources-chip{
  display:inline-flex;align-items:center;justify-content:center;
  width:20px;height:20px;min-width:20px;padding:0;
  font-size:11px;font-weight:700;border-radius:50%;
  background:var(--line);color:var(--ink-2);vertical-align:middle;
}
/* label after the count so people know what the number means */
.wf-help .kb-sources-chip-wrapper{display:inline-flex;align-items:center;gap:6px}
.wf-help .kb-sources-chip-wrapper::after{
  content:"related articles";
  font-size:12px;font-weight:500;color:var(--ink-3);white-space:nowrap;
}
.wf-help .kb-ask-ai-feedback{display:flex;gap:6px;margin-top:12px}
.wf-help .kb-ask-ai-feedback-btn{
  width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--line);border-radius:8px;background:var(--surface);
  color:var(--ink-3);cursor:pointer;transition:.13s;
}
.wf-help .kb-ask-ai-feedback-btn:hover{color:var(--ink);border-color:var(--ink-3)}
.wf-help .kb-ask-ai-feedback-btn svg{width:15px;height:15px}
/* AI answer source citations (the numbered "1 ... Article 2 ... Article" links
   that render after the response) — stack them as separate rows with spacing */
.wf-help .kb-ask-ai a{
  display:flex;align-items:center;gap:8px;
  padding:11px 14px;margin-top:8px;
  background:var(--surface);border:1px solid var(--line-2);border-radius:10px;
  font-size:13.5px;color:var(--ink);text-decoration:none;line-height:1.35;
}
.wf-help .kb-ask-ai a:hover{border-color:var(--ink-3);background:var(--surface-2)}
/* the "Article" type label + its icon sit as a neat right-aligned unit */
.wf-help .kb-ask-ai a svg,
.wf-help .kb-ask-ai a img{
  width:15px;height:15px;flex:none;
  color:var(--ink-3);vertical-align:middle;position:relative;top:0;
}
/* any trailing "Article" type text next to the icon: muted, spaced, aligned */
.wf-help .kb-ask-ai a > *{display:inline-flex;align-items:center;gap:5px}
/* the sources list wrapper, if any, gets a little top gap */
.wf-help .kb-ask-ai-sources,
.wf-help .kb-ask-ai-body > :last-child:not(.kb-ask-ai-feedback){margin-top:10px}

/* =========================================================================
   FIX 9: Pylon native search RESULT ROWS + filter panel.
   Confirmed structure (from live DOM): #kb-search-results > .kb-search-results-wrapper
   > .kb-search-results-list > [ .kb-ask-ai , then many <a.kb-search-result-item> ].
   Each item: folder svg + .kb-search-result-breadcrumbs (breadcrumb segments,
   optional .kb-search-result-badge) + .kb-search-result-title + .kb-search-result-highlight.
   NOTE: results carry NO reading-time field, so the design's "N min" is omitted
   (the breadcrumb/collection path is the real meta line).
   ========================================================================= */
.wf-help .kb-search-results-list{display:flex;flex-direction:column}

/* each result row */
.wf-help .kb-search-result-item{
  display:grid;
  grid-template-columns:44px 1fr auto;
  grid-template-areas:"icon title chev" "icon meta chev";
  align-items:center;
  column-gap:14px;
  padding:13px 18px;
  border-top:1px solid var(--line-2);
  text-decoration:none;color:inherit;
  transition:background .12s;
}
.wf-help .kb-search-result-item:first-of-type{border-top:none}
.wf-help .kb-search-result-item:hover{background:var(--line-2)}

/* the leading folder icon -> icon tile (design's .ric) */
.wf-help .kb-search-result-breadcrumbs > svg,
.wf-help .kb-search-result-breadcrumbs > .contents{
  grid-area:icon;
  width:34px;height:34px;border-radius:9px;
  display:grid;place-items:center;flex:none;
  background:var(--bg);color:var(--ink-2);
  padding:7px;
}
.wf-help .kb-search-result-breadcrumbs > svg{box-sizing:border-box}

/* the breadcrumbs row becomes the meta line under the title */
.wf-help .kb-search-result-breadcrumbs{
  grid-area:meta;
  display:flex;align-items:center;flex-wrap:wrap;gap:2px;
  font-size:12.5px;color:var(--ink-3);order:2;
  min-width:0;
}
/* hide the redundant leading "All Collections" segment (first segment) */
.wf-help .kb-search-result-breadcrumb-segment:first-of-type .kb-search-result-breadcrumb-link{color:var(--ink-3)}
.wf-help .kb-search-result-breadcrumb-segment{display:inline-flex;align-items:center;gap:2px}
.wf-help .kb-search-result-breadcrumb-segment svg{width:13px;height:13px;opacity:.6}
.wf-help .kb-search-result-breadcrumb-link{white-space:nowrap}

/* title */
.wf-help .kb-search-result-title{
  grid-area:title;order:1;
  font-weight:600;font-size:14.5px;color:var(--ink);
  line-height:1.3;letter-spacing:-.01em;
  overflow:hidden;text-overflow:ellipsis;
}
/* the highlight snippet: fold it into the meta line, muted */
.wf-help .kb-search-result-highlight{
  grid-area:meta;order:3;
  font-size:12.5px;color:var(--ink-3);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  display:none; /* breadcrumb is the meta; hide snippet to keep rows clean */
}
.wf-help .kb-search-result-highlight .highlight-result{
  background:color-mix(in srgb,var(--flare) 22%,transparent);
  color:inherit;border-radius:3px;padding:0 1px;font-weight:600;
}

/* internal / access badge */
.wf-help .kb-search-result-badge{
  display:inline-flex;align-items:center;
  margin-left:6px;padding:1px 7px;
  font-size:10.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;
  border-radius:var(--r-pill);
  background:color-mix(in srgb,var(--flare) 15%,transparent);
  color:var(--flare);
}

/* favicon for external (wisprflow.ai) results, sized like the icon tile */
.wf-help .kb-search-result-breadcrumb-favicon{
  grid-area:icon;width:34px;height:34px;border-radius:9px;
  object-fit:contain;background:var(--bg);padding:7px;box-sizing:border-box;flex:none;
}

/* a trailing chevron affordance on each row */
.wf-help .kb-search-result-item::after{
  content:"";grid-area:chev;
  width:7px;height:7px;flex:none;
  border-right:2px solid var(--ink-3);border-bottom:2px solid var(--ink-3);
  transform:rotate(-45deg);opacity:.5;
}

/* ---- filter panel (Sources / Access checkboxes) ---- */
.wf-help .kb-search-filter{
  padding:16px 18px;border-top:1px solid var(--line);
  background:var(--bg);
}
.wf-help .kb-search-filter-heading{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-3);margin-bottom:10px}
.wf-help .kb-search-filter-section-title{font-size:11.5px;font-weight:600;color:var(--ink-3);margin:10px 0 6px}
.wf-help .kb-search-filter-checkboxes{display:flex;flex-wrap:wrap;gap:8px}
.wf-help .kb-filter-checkbox-label{
  display:inline-flex;align-items:center;gap:7px;
  padding:6px 11px;border:1px solid var(--line);border-radius:var(--r-pill);
  background:var(--surface);font-size:13px;color:var(--ink-2);cursor:pointer;transition:.12s;
}
.wf-help .kb-filter-checkbox-label:hover{border-color:var(--ink-3)}
.wf-help .kb-filter-checkbox-input{position:absolute;opacity:0;width:0;height:0}
.wf-help .kb-filter-checkbox-custom{
  width:16px;height:16px;border-radius:5px;border:1.5px solid var(--line-2);
  display:grid;place-items:center;flex:none;color:transparent;
}
.wf-help .kb-filter-checkbox-input:checked + .kb-filter-checkbox-custom{
  background:#034f46;border-color:#034f46;color:#fff;
}
.wf-help .kb-filter-checkbox-custom svg{width:12px;height:12px}
.wf-help .kb-filter-checkbox-content{display:inline-flex;align-items:center;gap:6px}
.wf-help .kb-filter-icon svg,.wf-help .kb-filter-favicon{width:15px;height:15px;opacity:.7}
.wf-help .kb-filter-favicon{border-radius:3px}

/* homepage "New here?" web-demo promo banner */
.wf-help .demo-promo{
  display:flex;align-items:center;gap:18px;
  padding:18px 26px;margin:0 0 30px;
  background:color-mix(in srgb,var(--dawn) 30%,var(--surface));
  border:1px solid color-mix(in srgb,var(--dawn) 55%,var(--line));
  border-radius:var(--r-lg);text-decoration:none;
  transition:border-color .14s,background .14s;
}
.wf-help .demo-promo:hover{
  border-color:color-mix(in srgb,var(--dawn) 80%,var(--line));
  background:color-mix(in srgb,var(--dawn) 40%,var(--surface));
}
.wf-help .demo-promo-icon{
  width:48px;height:48px;flex:none;border-radius:14px;
  display:grid;place-items:center;
  background:color-mix(in srgb,#7232A6 16%,var(--surface));color:#7232A6;
}
.wf-help .demo-promo-icon .wf-ic{width:24px;height:24px}
.wf-help .demo-promo-body{display:flex;flex-direction:column;gap:5px;flex:1 1 auto;min-width:0}
.wf-help .demo-promo-eyebrow{
  font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#7232A6;
}
.wf-help .demo-promo-text{font-size:16px;color:var(--ink);line-height:1.4}
.wf-help .demo-promo-cta{
  display:inline-flex;align-items:center;gap:7px;flex:none;
  font-size:15px;font-weight:700;color:var(--ink);white-space:nowrap;
}
.wf-help .demo-promo-cta .wf-ic{width:18px;height:18px}
.wf-help .demo-promo:hover .demo-promo-cta{color:#7232A6}
@media(max-width:640px){
  .wf-help .demo-promo{flex-wrap:wrap;gap:14px}
  .wf-help .demo-promo-cta{width:100%}
}