@charset "UTF-8";@font-face{font-family:JetBrains Mono;src:url(../JetBrainsMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:JetBrains Mono;src:url(../JetBrainsMono-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"Source Sans 3";src:url(../SourceSans3VF-Upright.ttf.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"Source Sans 3";src:url(../SourceSans3VF-Upright.ttf.woff2) format("woff2");font-weight:600;font-style:normal}:root{--text-font-family: "Source Sans 3", monospace;--code-font-family: "JetBrains Mono", monospace;--headline-font-family: "JetBrains Mono", monospace;--tw-blue-400: #60a5fa;--tw-sky-600: #0284c7;--tw-sky-700: #0369a1;--tw-sky-800: #075985;--tw-red-600: #dc2626;--tw-red-700: #b91c1c;--internal-link-color: var(--tw-blue-400)}*{box-sizing:border-box}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}html{padding:0;margin:0;font-family:var(--text-font-family);color:#111827;font-size:18px}body{margin:0;padding:0;overflow-y:auto}#app{width:100vw;height:100vh;overflow:auto;display:grid;grid-template:"sidebar main" 1fr/100vw 100vw}@media (width >= 50rem){#app{width:100vw;grid-template-columns:clamp(20rem,33%,30rem) 1fr}}#app.sidebar-hidden{grid-template:"main" 1fr/min(50rem,100%)}#app.sidebar-hidden #sidebar{width:0}.icon-button{cursor:pointer;background:none;border:none;color:#6b7280;align-items:center;justify-content:center;display:flex}.icon-button svg{height:1em;width:1em}#sidebar{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #e5e7eb;height:100%;width:100%}#sidebar #sidebar-header{display:flex;flex-direction:row;padding:.5rem;gap:1rem;align-items:stretch;height:3rem;flex-shrink:0;border-bottom:1px solid #e5e7eb}#sidebar #sidebar-header #sidebar-home{display:flex;align-items:center;height:100%}#sidebar #sidebar-header #sidebar-home img{width:1.25rem;height:1.25rem}#sidebar #sidebar-header #sidebar-search{flex-grow:1;border:none;height:100%;outline:none;min-width:0;background:transparent}#sidebar #sidebar-header #sidebar-search::placeholder{color:#9ca3af}#sidebar #sidebar-header #sidebar-clear-search{cursor:pointer;background:none;border:none;color:#6b7280;height:100%;align-items:center;display:none}#sidebar #sidebar-header #sidebar-clear-search[data-visible]{display:flex}#sidebar #sidebar-header #sidebar-clear-search svg{height:1rem;width:1rem}#sidebar #sidebar-body{display:flex;flex-direction:column;overflow-y:auto;flex-grow:1}#sidebar #sidebar-body .sidebar-item{padding:.5rem;border-bottom:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;width:100%;color:#111827;text-decoration:none;flex-shrink:0}#sidebar #sidebar-body .sidebar-item:hover,#sidebar #sidebar-body .sidebar-item.active{background:#f5f5f4}#sidebar #sidebar-body .sidebar-item .sidebar-item-title{display:block;font-weight:600;font-size:.875rem;line-height:1.25rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#sidebar #sidebar-body .sidebar-item .sidebar-item-subtitle{display:block;font-size:.75rem;line-height:1rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#9ca3af}#main{display:flex;flex-direction:column;overflow:hidden;height:100%;width:100%}#main #main-header{display:flex;flex-direction:row;padding:.5rem;gap:1rem;align-items:center;height:3rem;flex-shrink:0;border-bottom:1px solid #e5e7eb}#main #main-body{overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem}.note{width:100%;max-width:55rem}.note .note-body{overflow-x:auto}.note--related .note-body{padding:1rem;background:#f3f4f6;border-radius:.5rem}.note img{max-width:100%;height:auto}.note blockquote{border-width:0;border-style:solid;border-color:#e5e7eb;border-inline-start-width:.25rem;border-inline-start-color:#e5e7eb;quotes:"“" "”" "‘" "’";margin:0;padding-inline-start:1em}.note blockquote p:first-child{margin-top:0}.note ul{margin-left:0;padding-left:0}.note ul li{margin-left:1.2em;margin-bottom:.5em}.note ul li::marker{margin:0}.note ul li>ul{margin-top:.5em}.note ul li>p{margin:0}.note h1,.note h2,.note h3,.note h4,.note h5,.note h6{font-weight:600;font-family:var(--headline-font-family)}.note h1:first-child,.note h2:first-child,.note h3:first-child,.note h4:first-child,.note h5:first-child,.note h6:first-child{margin-top:0}.note a{color:#16a34a;text-decoration:none;font-weight:600;overflow-wrap:break-word}.note a:hover,.note a:focus{text-decoration:underline}.note code{font-size:.9rem;border-radius:5px;padding:.1rem .2rem;background-color:#f4f4f5;border:1px solid #e5e5e5}.note pre{font-size:.8rem;font-family:var(--code-font-family);padding:1rem;background-color:#f4f4f5;overflow-x:auto;border-radius:2px;border:1px solid #e5e5e5}.note pre code{border:none}.note hr{border:none;margin:1rem 0}.note hr:before{content:"+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+";display:block;text-align:center;font-family:var(--headline-font-family)}.note .wikilink{color:var(--internal-link-color);font-weight:600;text-decoration:none}.note .wikilink:hover,.note .wikilink:focus{text-decoration:underline}.note .wikilink:before,.note .wikilink:after{color:#9ca3af;user-select:none;display:inline-block}.note .wikilink:before{content:"[["}.note .wikilink:after{content:"]]"}.note .wikilink--missing{color:#b91c1c}.note .wikilink--active{background:#dbeafe}.backlinks{display:flex;flex-direction:column;width:100%;max-width:55rem;gap:.5rem}.backlinks .backlink{display:flex;flex-direction:column;width:100%;background-color:#f5f5f4;padding:.75rem;gap:.5rem}.backlinks .backlink .backlink-title{text-decoration:none;font-weight:600;color:var(--internal-link-color)}.backlinks .backlink .backlink-title:hover{text-decoration:underline}#error-dialog{position:fixed;inset:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;border:none;background:#0003}#error-dialog .error-dialog-wrapper{width:40rem;max-width:100%;background-color:#fef2f2;border:1px solid #ef4444}#error-dialog .error-dialog-header{padding:1rem;background-color:#ef4444;color:#fff;font-weight:600}#error-dialog .error-dialog-body{padding:1rem}html body{background-color:#f5f5f4}html body #app{--internal-link-color: var(--tw-sky-600);background-color:#f5f5f4;column-gap:1rem;padding:1rem;grid-template-columns:calc(100vw - 2rem) calc(100vw - 2rem);width:min(100vw,80rem);margin:0 auto}@media (width >= 50rem){html body #app{grid-template-columns:clamp(20rem,30%,30rem) 1fr}}html body #app #sidebar{background-color:#fff;border-radius:.5rem;border-width:0}html body #app #main{background-color:#fff;border-radius:.5rem}html body #app #main .note .wikilink:before,html body #app #main .note .wikilink:after{content:""}html body #app #main-header{display:none}
