
@font-face{font-family:"Geist Variable";src:url("/maintenance/geist-latin-wght-normal.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:"Geist Mono Variable";src:url("/knowledge/assets/geist-mono-latin-wght-normal.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}
:root{color-scheme:light;--background:#fff;--foreground:#17141c;--muted:#68616f;--accent:#7c3aed;--accent-soft:#f3efff;--border:#e8e2ed;background:var(--background);color:var(--foreground);font-family:"Geist Mono Variable",ui-monospace,SFMono-Regular,Menlo,monospace;font-synthesis:none}
*{box-sizing:border-box}
html{min-height:100%;background:var(--background)}
body{all:unset;display:grid;gap:24px;width:min(760px,calc(100% - 32px));padding-block:36px 64px;justify-self:center;color:var(--foreground);font:400 15px/1.65 "Geist Mono Variable",ui-monospace,SFMono-Regular,Menlo,monospace}
header{display:block;padding-block-end:8px;border-block-end:1px solid var(--border)}
.logo{display:block;width:192px;height:auto}
main,article,nav{display:grid;gap:16px}
:where(h1,h2,h3,h4,h5,h6,p,ul,ol,pre){all:unset;display:block}
h1,h2,h3,h4,h5,h6{font-family:"Geist Variable",ui-sans-serif,system-ui,sans-serif;line-height:1.12;letter-spacing:-.035em}
h1{font-size:clamp(34px,7vw,52px)}
h2{font-size:28px}
h3{font-size:22px}
p{color:var(--muted)}
ul,ol{display:grid;gap:8px;padding-inline-start:24px}
ul{list-style:disc}
ol{list-style:decimal}
li{display:list-item}
li::marker{color:var(--accent)}
a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{background:var(--accent-soft)}
a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
code{font-family:inherit;background:var(--accent-soft)}
pre{overflow:auto;padding:16px;background:#211b2b;color:#fff}
@media(max-width:520px){body{padding-block-start:24px}.logo{width:160px}}
