/* Arkyvst help center — generated by scripts/build-help-center.mjs. Edit there. */
:root{
  --fg:#0f0f10;--fg-soft:#2c2c30;--muted:#5f6368;--soft:#7c8087;
  --accent:#1a1a1a;--accent-hover:#000;--rule:#e6e7eb;--rule-strong:#d0d3d8;
  --bg:#fff;--bg-soft:#f7f8fa;--bg-tinted:#fafbfc;--code-bg:#f4f4f6;
  --shadow-sm:0 1px 2px rgba(15,15,16,.04);
  --shadow-md:0 4px 16px rgba(15,15,16,.06),0 1px 3px rgba(15,15,16,.04);
  --radius-sm:6px;--radius-md:10px;--radius-lg:14px;--max-w:1000px;--max-w-prose:720px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;line-height:1.6;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-hover);text-decoration:underline}
h1,h2,h3,h4{color:var(--fg);margin:0;letter-spacing:-0.015em;font-weight:600}
p{margin:0}
/* Top nav */
.topnav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);
  backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--rule)}
.topnav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;max-width:var(--max-w);margin:0 auto}
.topnav-logo{height:28px;width:auto;display:block}
.topnav-links{display:flex;align-items:center;gap:18px}
.topnav-links a{font-size:14px;color:var(--muted);font-weight:500}
.topnav-links a:hover{color:var(--fg);text-decoration:none}
.topnav-links a.btn{background:var(--accent);color:#fff;padding:8px 14px;border-radius:var(--radius-sm);font-size:14px}
.topnav-links a.btn:hover{background:var(--accent-hover)}
/* Hub */
.kb-hub{max-width:var(--max-w);margin:0 auto;padding:0 24px 80px}
.kb-hero{text-align:center;padding:56px 0 40px}
.kb-hero h1{font-size:38px;line-height:1.1;margin-bottom:12px}
.kb-hero>p{color:var(--muted);max-width:560px;margin:0 auto 24px}
.kb-search{max-width:520px;margin:0 auto}
.kb-search input{width:100%;padding:13px 16px;font-size:15px;border:1px solid var(--rule-strong);
  border-radius:var(--radius-md);background:var(--bg-soft);outline:none;font-family:inherit}
.kb-search input:focus{border-color:var(--accent);background:#fff;box-shadow:var(--shadow-sm)}
.kb-noresults{color:var(--muted);font-size:14px;margin-top:16px}
.kb-cats{display:flex;flex-direction:column;gap:44px}
.kb-cat-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}
.kb-cat-icon{flex-shrink:0;width:40px;height:40px;border-radius:var(--radius-md);background:var(--accent);
  display:grid;place-items:center;color:#fff}
.kb-cat-icon .i{width:22px;height:22px}
.kb-cat h2{font-size:21px}
.kb-cat-blurb{color:var(--muted);font-size:14.5px;margin-top:2px}
.art-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}
.art-card{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border:1px solid var(--rule);
  border-radius:var(--radius-md);background:var(--bg);box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s,transform .15s}
.art-card:hover{text-decoration:none;border-color:var(--rule-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.art-card-title{font-weight:600;font-size:15px;color:var(--fg)}
.art-card-desc{font-size:13.5px;color:var(--muted);line-height:1.5}
.kb-help-more{margin-top:48px;padding-top:28px;border-top:1px solid var(--rule);text-align:center;color:var(--muted);font-size:14.5px}
/* Article */
.article{max-width:var(--max-w-prose);margin:0 auto;padding:36px 24px 80px}
.crumbs{font-size:13.5px;color:var(--muted);margin-bottom:20px}
.crumbs a{color:var(--muted)}
.crumbs a:hover{color:var(--fg)}
.crumb-sep{margin:0 8px;color:var(--rule-strong)}
.article h1{font-size:32px;line-height:1.15;margin-bottom:10px}
.lede{font-size:18px;color:var(--fg-soft);margin-bottom:28px}
.prose h2{font-size:20px;margin:34px 0 12px;padding-top:18px;border-top:1px solid var(--rule)}
.prose h3{font-size:16.5px;margin:26px 0 8px}
.prose p{margin:0 0 16px}
.prose em{font-style:normal;background:var(--code-bg);padding:1px 5px;border-radius:4px;font-size:.95em}
.prose code{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;font-size:14px;background:var(--code-bg);padding:2px 6px;border-radius:4px}
.bullets,.steps{margin:0 0 18px;padding-left:0}
.bullets li{position:relative;list-style:none;padding-left:24px;margin-bottom:9px}
.bullets li::before{content:"";position:absolute;left:6px;top:11px;width:6px;height:6px;border-radius:50%;background:var(--rule-strong)}
.steps{counter-reset:step;list-style:none}
.steps li{position:relative;padding-left:38px;margin-bottom:12px;min-height:26px}
.steps li::before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:26px;height:26px;
  border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:600;display:grid;place-items:center}
.callout{border:1px solid var(--rule);border-left:3px solid var(--accent);background:var(--bg-soft);
  padding:14px 18px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:20px 0;font-size:14.5px;line-height:1.55}
.callout.tip{border-left-color:#137333}
.table-wrap{overflow-x:auto;margin:18px 0 22px}
.prose table{width:100%;border-collapse:collapse;font-size:14px}
.prose th,.prose td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--rule);vertical-align:top}
.prose th{background:var(--code-bg);font-weight:600}
.related{margin-top:44px;padding-top:24px;border-top:1px solid var(--rule)}
.related h2{font-size:16px;margin-bottom:12px}
.related-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px 20px}
.related-list li{margin:0}
.related-list a{font-size:14.5px}
.article-contact{margin-top:36px;padding:18px 20px;background:var(--bg-soft);border-radius:var(--radius-md);font-size:14.5px;color:var(--fg-soft)}
.article-contact p{margin:0}
/* Footer */
.site-footer{border-top:1px solid var(--rule);background:var(--bg-tinted)}
.foot-inner{max-width:var(--max-w);margin:0 auto;padding:24px;display:flex;align-items:center;justify-content:space-between;
  gap:16px;flex-wrap:wrap;color:var(--muted);font-size:13.5px}
.foot-links{display:flex;gap:18px;flex-wrap:wrap}
.foot-links a{color:var(--muted)}
.foot-links a:hover{color:var(--fg)}
@media (max-width:600px){
  .kb-hero h1{font-size:30px}
  .article h1{font-size:26px}
  .lede{font-size:16.5px}
  .topnav{padding:12px 16px}
  .kb-hub,.article{padding-left:16px;padding-right:16px}
  .topnav-links{gap:12px}
}