:root{--footer-height:140px;--logo-color:#000;--background:#fdfdfb;--foreground:#000;--foreground75:#000000bf;--foreground50:#00000080;--foreground40:#0006;--foreground20:#0003;--foreground10:#0000001a;--foreground05:#0000000d;--red:#e61a1a;--red60:#e61a1a99;--red10:#e61a1a1a;--green:#40bf40;--green60:#40bf4099;--green10:#40bf401a;--blue:#1a5ee6;--blue60:#1a5ee699;--blue10:#1a5ee61a;--purple:#9540bf;--purple60:#9540bf99;--purple10:#9540bf1a}[data-theme=dark]{--logo-color:#fff;--background:#292a32;--foreground:#fff;--foreground75:#ffffffbf;--foreground50:#ffffff80;--foreground40:#fff6;--foreground20:#fff3;--foreground10:#ffffff1a;--foreground05:#ffffff0d}*{box-sizing:border-box;margin:0;padding:0;transition:color .2s,background-color .2s}html,body{background:var(--background);max-width:100vw;height:100vh;color:var(--foreground);margin:0;padding:0;font-family:sans-serif;font-size:16px;overflow-x:hidden}a{color:var(--foreground);text-decoration:none}.content-area a:hover{text-decoration:underline}p,ul,ol{color:var(--foreground75);line-height:20px}ul,ol{margin-left:30px}li{margin:10px 0}ul.narrow>li,ol.narrow>li{margin:0}code{background:var(--foreground10);border-radius:6px;padding:1px 4px}pre{background:var(--foreground05);border-radius:12px;padding:20px;overflow-x:auto}.emph1{color:var(--foreground);font-weight:700}.emph2{font-style:italic}.emph3{color:var(--foreground40);font-style:italic}.content-area{max-width:1000px;margin:0 auto;padding:48px}.article-flex{flex-direction:column;gap:20px;display:flex}
.nav-top-level{flex-direction:column;flex:0 0 310px;height:100vh;display:flex;position:relative}.nav-underline{background:var(--foreground);opacity:0;height:1px;transition:opacity .2s,left .2s,right .2s;position:absolute;left:0;right:0}.nav-page-highlight{background:var(--foreground);opacity:0;pointer-events:none;width:100%;height:50px;transition:opacity .2s,top .2s;position:absolute}.nav-category{margin:13px 0;font-weight:700}.nav-link{display:block}
.footer-contents{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.footer-contents p{opacity:1;max-width:515px}
