:root{--bg: hsl(0, 20%, 99%);--bg-weak: hsl(0, 8%, 97%);--bg-weak-hover: hsl(0, 8%, 94%);--bg-strong: hsl(0, 5%, 12%);--bg-strong-hover: hsl(0, 5%, 18%);--text: hsl(0, 1%, 39%);--text-weak: hsl(0, 1%, 60%);--text-weaker: hsl(30, 2%, 81%);--text-strong: hsl(0, 5%, 12%);--text-inverted: hsl(0, 20%, 99%);--border: hsl(30, 2%, 81%);--border-weak: hsla(0, 100%, 3%, .12);--icon: hsl(0, 1%, 55%);--interactive: hsl(62, 84%, 88%);--font-mono: "Berkeley Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--fs-xs: .75rem;--fs-sm: .8125rem;--fs-md: .9375rem;--fs-lg: 1.125rem;--fs-xl: 1.25rem;--fs-2xl: 1.5rem;--fs-3xl: 1.875rem;--fs-4xl: 2.25rem;--pad: 5rem;--vpad: 4rem}@media(prefers-color-scheme:dark){:root{--bg: hsl(0, 9%, 7%);--bg-weak: hsl(0, 6%, 10%);--bg-weak-hover: hsl(0, 6%, 15%);--bg-strong: hsl(0, 15%, 94%);--bg-strong-hover: hsl(0, 15%, 97%);--text: hsl(0, 4%, 71%);--text-weak: hsl(0, 2%, 49%);--text-weaker: hsl(0, 3%, 28%);--text-strong: hsl(0, 15%, 94%);--text-inverted: hsl(0, 9%, 7%);--border: hsl(0, 3%, 28%);--border-weak: hsl(0, 4%, 23%);--icon: hsl(10, 3%, 43%)}}@media(max-width:60rem){:root{--pad: 1.5rem;--vpad: 3rem}}*,*:before,*:after{box-sizing:border-box;margin:0}img,svg,video{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}::selection{background:var(--interactive);color:var(--text-strong)}html{font-family:var(--font-mono);font-size:15px;line-height:1.5;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media(max-width:60rem){html{font-size:14px}}body{min-height:100vh;display:flex;flex-direction:column;padding:0 0 5rem}.container{width:100%;max-width:67.5rem;margin:0 auto;background:var(--bg);border-left:1px solid var(--border-weak);border-right:1px solid var(--border-weak);display:flex;flex-direction:column;min-height:100vh}@media(max-width:65rem){.container{border:none}}.top{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;height:5rem;min-height:5rem;padding:0 var(--pad);background:var(--bg);border-bottom:1px solid var(--border-weak)}.logo{color:var(--text-strong);text-decoration:none;font-weight:700;font-size:var(--fs-md)}nav{display:flex;gap:2rem}nav a{color:var(--text-weak);text-decoration:none;font-size:var(--fs-sm);transition:color .15s ease}nav a:hover{color:var(--text-strong);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}nav a.active{color:var(--text-strong)}main{flex:1;display:flex;flex-direction:column;gap:var(--vpad);padding:var(--vpad) var(--pad)}h1,h2,h3,h4,h5,h6{color:var(--text-strong);font-weight:700;line-height:1.2;text-wrap:balance}h1{font-size:var(--fs-4xl)}h2{font-size:var(--fs-xl)}h3{font-size:var(--fs-md)}p{line-height:1.8;text-wrap:pretty}p+p{margin-top:1rem}a{color:var(--text-strong);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}code{font-family:var(--font-mono);font-size:.92em;background:var(--bg-weak);padding:.1em .4em;border-radius:3px;border:1px solid var(--border-weak)}pre{background:var(--bg-weak);border:1px solid var(--border-weak);border-radius:5px;padding:1rem 1.15rem;overflow-x:auto;line-height:1.5;font-size:var(--fs-sm)}pre code{background:none;padding:0;border:none;font-size:inherit}blockquote{border-left:2px solid var(--border);padding:.2rem 0 .2rem 1.1rem;margin:1.5rem 0;color:var(--text-weak)}hr{border:none;border-top:1px solid var(--border-weak);margin:2rem 0}ul,ol{padding-left:1.25rem}li{margin:.4rem 0}table{width:100%;border-collapse:collapse;margin:1.5rem 0}th,td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--border-weak)}th{color:var(--text-strong);font-weight:700}.legal{display:flex;gap:2rem;justify-content:center;align-items:center;padding:1.5rem var(--pad);background:var(--bg);border-top:1px solid var(--border-weak);color:var(--text-weak);font-size:var(--fs-xs)}@media(max-width:40rem){.top{height:4rem;min-height:4rem}nav{gap:1.25rem}h1{font-size:1.75rem}.legal{flex-direction:column;gap:.5rem}}
