@charset "UTF-8";:root,body.theme-light{--background-primary: #ffffff;--background-primary-alt: #fafafa;--background-secondary: #f6f6f6;--background-modifier-border: #e0e0e0;--background-modifier-hover: rgba(0, 0, 0, .067);--text-normal: #222222;--text-muted: #5c5c5c;--text-faint: #767676;--text-on-accent: #ffffff;--text-accent: #8a5cf5;--text-accent-hover: #9b78f7;--interactive-accent: #8a5cf5;--graph-line: #d4d4d4;--graph-node: #5c5c5c;--graph-node-focused: hsl(258, 88%, 66%);--graph-node-unresolved: #ababab;--graph-text: #222222;--nav-item-background-active: hsla(258, 88%, 66%, .15);--indentation-guide: rgba(0, 0, 0, .12);--code-background: #fafafa;--code-comment: #ababab;--code-keyword: #d53984;--code-string: #08b94e;--code-value: #7852ee;--code-function: #e0ac00;--code-important: #ec7500;--code-property: #00bfbc;--code-tag: #e93147;--code-meta: #086ddd;--hr-color: #e0e0e0;--table-border: #e0e0e0;--blockquote-border: rgb(152, 115, 247);--callout-default-rgb: 8, 109, 221}body.theme-dark{--background-primary: #1e1e1e;--background-primary-alt: #242424;--background-secondary: #262626;--background-modifier-border: #363636;--background-modifier-hover: rgba(255, 255, 255, .067);--text-normal: #dadada;--text-muted: #b3b3b3;--text-faint: #8a8a8a;--text-on-accent: #ffffff;--text-accent: #a68af9;--text-accent-hover: #b39bfb;--interactive-accent: #8a5cf5;--graph-line: #4a4a4a;--graph-node: #b3b3b3;--graph-node-focused: hsl(258, 88%, 66%);--graph-node-unresolved: #6b6b6b;--graph-text: #dadada;--nav-item-background-active: hsla(258, 88%, 66%, .2);--indentation-guide: rgba(255, 255, 255, .12);--code-background: #242424;--code-comment: #666666;--code-keyword: #fa99cd;--code-string: #44cf6e;--code-value: #a882ff;--code-function: #e0de71;--code-important: #e9973f;--code-property: #53dfdd;--code-tag: #fb464c;--code-meta: #027aff;--hr-color: #363636;--table-border: #363636;--blockquote-border: rgb(152, 115, 247);--callout-default-rgb: 8, 109, 221}:root{--font-text: ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica", "Arial", "Segoe UI", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;--font-monospace: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;--font-text-size: 16px;--heading-spacing: 2.5rem ;--bold-weight: 600}@media(min-width:1440px){:root{--font-text-size: 17.5px}}html,body{margin:0;height:100%}body{font-family:var(--font-text);font-size:var(--font-text-size);line-height:1.5;color:var(--text-normal);background:var(--background-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::view-transition-old(root),::view-transition-new(root){animation-duration:.16s}.note-body{font-size:var(--font-text-size);line-height:1.5;color:var(--text-normal);word-break:break-word}.note-body>:first-child{margin-top:0}.note-body h1,.note-body h2,.note-body h3,.note-body h4,.note-body h5,.note-body h6{margin-top:var(--heading-spacing);margin-bottom:0;color:var(--text-normal);line-height:1.3}.note-body h1{font-size:1.618em;font-weight:700;line-height:1.2;letter-spacing:-.015em}.note-body h2{font-size:1.462em;font-weight:680;line-height:1.2;letter-spacing:-.011em}.note-body h3{font-size:1.318em;font-weight:660;letter-spacing:-.008em}.note-body h4{font-size:1.188em;font-weight:640}.note-body h5{font-size:1.076em;font-weight:620}.note-body h6{font-size:1em;font-weight:600}.note-body p,.note-body ul,.note-body ol,.note-body blockquote{margin:1rem 0}.note-body ul,.note-body ol{padding-inline-start:1.75em}.note-body li{margin:.15rem 0}.note-body strong,.note-body b{font-weight:var(--bold-weight)}.note-body a,.note-body a.wikilink{color:var(--text-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:1px;font-weight:inherit}.note-body a:hover,.note-body a.wikilink:hover{color:var(--text-accent-hover)}.note-body a.wikilink.broken,.note-body .embed.broken{color:var(--text-faint);text-decoration-style:dashed}.note-body a.tag{color:var(--text-accent);text-decoration:none;background:var(--background-modifier-hover);padding:0 .5em;border-radius:.8em;font-size:.85em;line-height:1.6;white-space:nowrap}.note-body hr{border:none;border-top:2px solid var(--hr-color);margin:32px 0}.note-body blockquote{border-inline-start:2px solid var(--blockquote-border);padding:0 0 0 24px;margin:16px 0;background:transparent;color:inherit}.note-body code{font-family:var(--font-monospace);font-size:.875em;background:var(--code-background);border-radius:4px;padding:.1em .35em}.note-body pre{background:var(--code-background);border:1px solid var(--background-modifier-border);border-radius:6px;padding:12px 16px;overflow-x:auto;margin:1rem 0}.note-body pre code{background:none;padding:0;font-size:.85em}.hljs-comment,.hljs-quote{color:var(--code-comment);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-doctag{color:var(--code-keyword)}.hljs-string,.hljs-regexp,.hljs-addition{color:var(--code-string)}.hljs-number,.hljs-literal,.hljs-symbol{color:var(--code-value)}.hljs-title,.hljs-section{color:var(--code-function)}.hljs-title.class_,.hljs-type,.hljs-built_in{color:var(--code-important)}.hljs-attr,.hljs-attribute,.hljs-property,.hljs-variable,.hljs-template-variable{color:var(--code-property)}.hljs-tag,.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-deletion{color:var(--code-tag)}.hljs-meta,.hljs-link{color:var(--code-meta)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:var(--bold-weight)}.note-body table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:1rem 0;font-size:.95em}.note-body th,.note-body td{border:1px solid var(--table-border);padding:4px 8px}.note-body th{font-weight:600;text-align:start;background:var(--background-secondary)}.note-body img,.note-body .embed-img{max-width:100%;height:auto;border-radius:6px}.note-body .callout{--callout-rgb: var(--callout-default-rgb);margin:1rem 0;padding:12px 12px 12px 24px;border-radius:4px;border-inline-start:3px solid rgb(var(--callout-rgb));background:rgba(var(--callout-rgb),.1)}.note-body .callout-title{font-weight:600;color:rgb(var(--callout-rgb));margin-bottom:.25rem}.note-body .callout-body>:first-child{margin-top:0}.note-body .callout-body>:last-child{margin-bottom:0}.note-body .callout-info,.note-body .callout-note{--callout-rgb: 8, 109, 221}.note-body .callout-tip,.note-body .callout-success,.note-body .callout-check{--callout-rgb: 8, 185, 78}.note-body .callout-warning,.note-body .callout-caution,.note-body .callout-attention{--callout-rgb: 236, 117, 0}.note-body .callout-danger,.note-body .callout-error,.note-body .callout-fail,.note-body .callout-bug{--callout-rgb: 233, 49, 71}.note-body .callout-quote,.note-body .callout-cite,.note-body .callout-abstract,.note-body .callout-summary{--callout-rgb: 158, 158, 158}.note-body .embed-note{border:1px solid var(--background-modifier-border);border-radius:6px;padding:0 16px;margin:1rem 0;background:var(--background-primary-alt)}
