header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.breadcrumb-container{flex-flow:wrap;gap:.75rem;max-width:750px;margin:2rem auto 1rem;padding:0 2rem;font-size:.95rem;display:flex}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.breadcrumb-element a{color:var(--tertiary);text-decoration:none;transition:color .2s}.breadcrumb-element a:hover{color:var(--secondary);text-decoration:underline;-webkit-text-decoration-color:var(--secondary);text-decoration-color:var(--secondary);text-underline-offset:.2em;text-decoration-thickness:1.5px}.breadcrumb-element p{color:var(--gray);margin:0 0 0 .75rem;padding:0;line-height:normal}@media (max-width:800px){.breadcrumb-container{padding:0 1.5rem}}.article-header{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto 4rem;padding:0 2.5rem;display:block!important}.article-header .article-title{font-size:var(--size-h1);line-height:var(--line-heading);letter-spacing:-.01em;word-spacing:.02em;color:var(--dark);clear:both;width:100%;font-weight:600;font-family:var(--font-body);padding:0;margin:2rem 0 var(--space-lg)0!important;float:none!important;display:block!important}.article-header .article-meta{gap:var(--space-md);font-size:var(--size-body-small);color:var(--color-muted);clear:both;width:100%;font-style:italic;font-family:var(--font-body);flex-wrap:wrap;align-items:baseline;padding:0;flex-direction:row!important;margin:0!important;display:flex!important}.article-header .article-meta .meta-item{white-space:nowrap;margin:0;padding:0;display:inline-block}.article-header .article-meta .meta-item.updated{color:var(--color-text)}.article-header .article-meta .meta-item.tag-link{color:var(--color-accent-warm);font-size:var(--size-body-small);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-warm);text-decoration-color:var(--color-accent-warm);text-underline-offset:.2em;border:none;border-radius:0;margin:0;padding:0;font-style:normal;line-height:normal;text-decoration-thickness:1.5px;background-color:#0000!important}.article-header .article-meta .meta-item.tag-link:hover{color:var(--color-accent);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}@media (max-width:800px){.article-header{margin-bottom:3rem;padding:0 1.5rem}.article-header .article-title{font-size:2.5rem;margin:2rem 0!important}}.hero-image-container{width:100%;max-width:100%;margin:2rem 0 3rem;overflow:hidden}.hero-image{object-fit:cover;object-position:center;border-radius:8px;width:100%;height:auto;max-height:60vh;display:block}@media (max-width:768px){.hero-image-container{margin:1.5rem 0 2rem}.hero-image{border-radius:6px;max-height:50vh}}.page-title{font-size:1.75rem;font-family:var(--titleFont);margin:0}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{border:1px var(--lightgray)solid;font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;align-items:center;width:100%;padding:0 1rem 0 0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:1.5px;transition:stroke .5s}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>.search-container.active{display:inline-block}.search>.search-container>.search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media not (min-width:1200px){.search>.search-container>.search-space{width:90%}}.search>.search-container>.search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>.search-container>.search-space>input{box-sizing:border-box;font-family:var(--bodyFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>.search-container>.search-space>input:focus{outline:none}.search>.search-container>.search-space>.search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>.search-container>.search-space>.search-layout.display-results{display:flex}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 min(30%,450px)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout[data-preview] .result-card>p.preview{display:none}.search>.search-container>.search-space>.search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>.search-container>.search-space>.search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>.search-container>.search-space>.search-layout>div{border-radius:5px;height:63vh}@media (max-width:800px){.search>.search-container>.search-space>.search-layout{flex-direction:column}.search>.search-container>.search-space>.search-layout>.preview-container{display:none!important}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 100%;width:100%;height:auto}}.search>.search-container>.search-space>.search-layout .highlight{background:color-mix(in srgb,var(--tertiary)60%,#fff0);border-radius:5px;scroll-margin-top:2rem}.search>.search-container>.search-space>.search-layout>.preview-container{color:var(--dark);flex-grow:1;padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>.search-container>.search-space>.search-layout>.preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>.search-container>.search-space>.search-layout>.preview-container a[role=anchor]{background-color:#0000}.search>.search-container>.search-space>.search-layout>.results-container{overflow-y:auto}.search>.search-container>.search-space>.search-layout>.results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;width:100%;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,.search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,.search>.search-container>.search-space>.search-layout>.results-container .result-card.focus{background:var(--lightgray)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>h3{margin:0}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card>p.card-description{display:none}}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}.readermode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.readermode svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:0;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:1}.category-list{margin-bottom:0}.category-list h2{font-size:var(--size-label);font-weight:500;font-family:var(--font-body);text-transform:capitalize;letter-spacing:.03em;color:var(--color-accent);margin:0 0 var(--space-sm)0;line-height:1.4}.category-list .category-ul{margin:0;padding:0;list-style:none}.category-list .category-ul li{margin:var(--space-xs)0}.category-list .category-ul li a.category-link{font-size:var(--size-body-small);letter-spacing:.015em;word-spacing:.03em;color:var(--color-text);font-weight:400;line-height:1.3;font-family:var(--font-body);padding:var(--space-xs)0;padding-left:var(--space-sm);margin-left:calc(-1*var(--space-sm));border-left:2px solid #0000;text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s,border-color .2s;display:block}.category-list .category-ul li a.category-link:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em;border-left-color:var(--color-border-soft)}.category-list .category-ul li a.category-link.active{border-left-color:var(--color-muted);color:var(--color-text);text-decoration:none}.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}.graph>h3{line-height:1.4;font-size:var(--size-label)!important;font-weight:500!important;font-family:var(--font-body)!important;text-transform:capitalize!important;letter-spacing:.03em!important;color:var(--color-accent)!important;margin:0 0 var(--space-sm)0!important}.graph>.graph-outer{border:1px solid var(--color-border-soft);box-sizing:border-box;height:250px;margin:var(--space-sm)0 0 0;border-radius:5px;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media not (min-width:1200px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.backlinks{flex-direction:column;margin-bottom:0}.backlinks>h3{line-height:1.4;font-size:var(--size-label)!important;font-weight:500!important;font-family:var(--font-body)!important;text-transform:capitalize!important;letter-spacing:.03em!important;color:var(--color-accent-coral)!important;margin:0 0 var(--space-sm)0!important}.backlinks>ul.overflow,.backlinks>ul{overscroll-behavior:auto;max-height:none;margin:0;padding:0;list-style:none;overflow:visible}.backlinks>ul.overflow>li,.backlinks>ul>li{margin:var(--space-xs)0}.backlinks>ul.overflow>li>a,.backlinks>ul>li>a{letter-spacing:.015em;word-spacing:.03em;padding:var(--space-xs)0;padding-left:var(--space-sm);margin-left:calc(-1*var(--space-sm));border-left:2px solid #0000;font-weight:400;line-height:1.3;text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s,border-color .2s;display:block;font-size:var(--size-body-small)!important;color:var(--color-text)!important;font-family:var(--font-body)!important;background-color:#0000!important}.backlinks>ul.overflow>li>a:hover,.backlinks>ul>li>a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em;border-left-color:var(--color-border-soft)}.why-field-wrapper{margin-top:var(--space-lg);margin-bottom:0}.why-field-wrapper .why-text{font-size:var(--size-body-small);color:var(--color-text);font-weight:400;line-height:1.5;font-family:var(--font-body);margin:0;font-style:italic}.why-field-wrapper .why-text .why-value{color:var(--color-accent);font-style:normal;font-weight:500}.tag-list-wrapper{margin-top:var(--space-lg);margin-bottom:0}.tag-list-wrapper .tag-intro{font-size:var(--size-body-small);color:var(--color-text);font-weight:400;line-height:1.5;font-family:var(--font-body);margin:0 0 var(--space-xs)0;font-style:italic}.tags{margin:0;padding:0;list-style:none;display:inline}.tags>li{margin:0;padding:0;display:inline}.tags>li:not(:last-child):after{content:", ";color:var(--color-text)}.tags a.internal.tag-link{font-size:var(--size-body-small);color:var(--color-accent);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em;font-weight:400;line-height:1.5;font-family:var(--font-body);transition:color .2s,text-decoration-color .2s;display:inline;background-color:#0000!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.tags a.internal.tag-link:hover{color:var(--tertiary);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);background-color:#0000!important}.tags a.internal.tag-link:before{content:none!important;display:none!important}footer{text-align:left;opacity:.7;margin-bottom:4rem}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{border-bottom:1px solid var(--color-border-soft);margin-bottom:1.5em;padding-bottom:1em}li.section-li:last-child{border-bottom:none}li.section-li>.section{grid-template-columns:fit-content(8em) 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3{margin:0;line-height:1.4}li.section-li>.section>.desc>h3>a{color:var(--color-accent);background-color:#0000;font-weight:500;text-decoration:none;transition:color .2s}li.section-li>.section>.desc>h3>a:hover{color:var(--tertiary);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em}li.section-li>.section .meta{opacity:.7;font-size:var(--size-body-small);color:var(--color-muted);margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}.tags-inline{margin-left:.5em;font-size:.9em;font-weight:400}a.tag-link-inline{color:var(--color-accent);text-decoration:none;transition:color .2s}a.tag-link-inline:hover{color:var(--tertiary);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;visibility:hidden;opacity:0;padding:1rem;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;font-size:.9rem;line-height:1.5;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;color:var(--darkgray);border-radius:5px;padding:.75rem 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{margin:.5rem 0 .75rem;font-size:1.2rem;font-weight:600;line-height:1.3}.popover h2{margin:.75rem 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3}.popover h3{margin:.75rem 0 .5rem;font-size:.95rem;font-weight:600;line-height:1.3}.popover h4,.popover h5,.popover h6{margin:.5rem 0 .4rem;font-size:.9rem;font-weight:600;line-height:1.3}.popover p{margin:.5rem 0;font-size:.9rem;line-height:1.5}.popover ul,.popover ol{margin:.5rem 0;padding-left:1.25rem;font-size:.9rem;line-height:1.5}.popover li{margin:.25rem 0;font-size:.9rem;line-height:1.5}.popover .article-header{margin-bottom:.75rem}.popover .article-title{margin:0 0 .5rem!important;font-size:1.2rem!important;line-height:1.3!important}.popover .article-meta{margin:.5rem 0;font-size:.8rem;line-height:1.4}.popover .meta-item,.popover .tag-link{font-size:.8rem}.popover a{font-size:.9rem}.popover blockquote{border-left-width:3px;margin:.5rem 0;padding-left:.75rem;font-size:.85rem;line-height:1.5}.popover code{font-size:.85rem}.popover pre{margin:.5rem 0;padding:.5rem;font-size:.8rem}.popover .breadcrumbs{margin-bottom:.5rem;font-size:.8rem}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border-left:3px solid var(--color);background:var(--bg);box-sizing:border-box;--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E");border:none;border-radius:0;margin:1.2rem 0;padding:.45rem .5rem .45rem .65rem;font-size:.95em;line-height:1.6;overflow-y:hidden}.callout>.callout-content{padding:0;transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout>.callout-content p{margin:.2rem 0;line-height:1.6}.callout>.callout-content p:first-child{margin-top:0}.callout>.callout-content p:last-child{margin-bottom:0}.callout[data-callout]{--color:#d97706;--bg:#d9770608}.callout[data-callout=abstract]{--color:#f59e0b;--bg:#f59e0b08}.callout[data-callout=info],.callout[data-callout=todo]{--color:#ea580c;--bg:#ea580c08}.callout[data-callout=tip]{--color:#f59e0b;--bg:#f59e0b08}.callout[data-callout=success],.callout[data-callout=question]{--color:#d97706;--bg:#d9770608}.callout[data-callout=warning]{--color:#f87171;--bg:#f8717108}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#dc2626;--bg:#dc262608}.callout[data-callout=example]{--color:#c2410c;--bg:#c2410c08}.callout[data-callout=quote]{--color:var(--secondary);--bg:#fb923c05}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout.is-collapsed .callout-content>*{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:height .1s cubic-bezier(.02,.01,.47,1),margin .1s cubic-bezier(.02,.01,.47,1),padding .1s cubic-bezier(.02,.01,.47,1);overflow-y:clip}.callout.is-collapsed .callout-content>:first-child{margin-top:-.5rem}.callout-title{color:var(--color);text-transform:uppercase;letter-spacing:.08em;opacity:.85;--icon-size:0;align-items:flex-start;gap:4px;margin-bottom:.25rem;padding:0;font-size:.8em;font-weight:600;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon{display:none}.callout-title .fold-callout-icon{background-position:50%;background-size:14px 14px;background-color:var(--color);width:14px;height:14px;-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);flex:0 0 14px;padding:.1rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:14px 14px;mask-size:14px 14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}.minimal-callout{background:#f59e0b0a;border-left:2px solid #f59e0b;border-radius:0;align-items:baseline;gap:.4rem;max-width:100%;margin:.8rem 0;padding:.3rem .5rem;font-size:.9em;line-height:1.5;display:inline-flex}.minimal-callout .minimal-callout-label{text-transform:uppercase;letter-spacing:.08em;color:#f59e0b;background:#f59e0b1a;border-radius:2px;flex-shrink:0;padding:.1rem .3rem;font-size:.7em;font-weight:600;display:inline-block}.minimal-callout .minimal-callout-text{color:var(--color-text);line-height:1.5;display:inline}.minimal-callout.minimal-callout-tip{background:#f59e0b0a;border-left-color:#f59e0b}.minimal-callout.minimal-callout-tip .minimal-callout-label{color:#f59e0b;background:#f59e0b1a}.minimal-callout.minimal-callout-warning{background:#f871710a;border-left-color:#f87171}.minimal-callout.minimal-callout-warning .minimal-callout-label{color:#f87171;background:#f871711a}.minimal-callout.minimal-callout-info{background:#ea580c0a;border-left-color:#ea580c}.minimal-callout.minimal-callout-info .minimal-callout-label{color:#ea580c;background:#ea580c1a}:root[saved-theme=dark] .minimal-callout{background:#f59e0b0f}:root[saved-theme=dark] .minimal-callout .minimal-callout-label{background:#f59e0b26}:root[saved-theme=dark] .minimal-callout.minimal-callout-tip{background:#f59e0b0f}:root[saved-theme=dark] .minimal-callout.minimal-callout-tip .minimal-callout-label{background:#f59e0b26}:root[saved-theme=dark] .minimal-callout.minimal-callout-warning{background:#f871710f}:root[saved-theme=dark] .minimal-callout.minimal-callout-warning .minimal-callout-label{background:#f8717126}:root[saved-theme=dark] .minimal-callout.minimal-callout-info{background:#ea580c0f}:root[saved-theme=dark] .minimal-callout.minimal-callout-info .minimal-callout-label{background:#ea580c26}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb,var(--tertiary)60%,#fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,.typst-doc *{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}a:hover{color:var(--tertiary)}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}a.internal.broken{color:var(--secondary);opacity:.5;transition:opacity .2s}a.internal.broken:hover{opacity:.8}a.internal:has(>img){background-color:#0000;border-radius:0;padding:0}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.flex-component{display:flex}.desktop-only{display:initial}.desktop-only.flex-component{display:flex}@media (max-width:800px){.desktop-only,.desktop-only.flex-component{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only{display:initial}.mobile-only.flex-component{display:flex}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:2rem}.page article li:has(>input[type=checkbox]){padding-left:0;list-style-type:none}.page article li:has(>input[type=checkbox]:checked){text-decoration:line-through;-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}.page article li>*{margin-top:0;margin-bottom:0}.page article p>strong{color:var(--dark)}.page>#quartz-body{grid-template:"grid-sidebar-left grid-header grid-sidebar-right""grid-sidebar-left grid-center grid-sidebar-right""grid-sidebar-left grid-footer grid-sidebar-right"/280px auto 260px;gap:5px;display:grid}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-sidebar-right""grid-sidebar-left grid-footer"/280px auto;gap:5px}}@media (max-width:800px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/auto;gap:5px}}@media not (min-width:1200px){.page>#quartz-body{padding:0 1rem}}@media (max-width:800px){.page>#quartz-body{margin:0 auto}}.page>#quartz-body .sidebar{gap:var(--space-lg);box-sizing:border-box;padding:6rem var(--space-lg)var(--space-xl)var(--space-lg);height:100vh;font-family:var(--font-body);display:flex;position:sticky;top:0;overflow:hidden auto}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left}@media (max-width:800px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;max-width:260px;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit;max-width:100%}}@media not (min-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;width:100%;max-width:100%;padding:0}.page>#quartz-body .sidebar.right>*{flex:1;max-height:24rem}.page>#quartz-body .sidebar.right>.toc{display:none}}.page>#quartz-body .page-header,.page>#quartz-body .page-footer{margin-top:1rem}.page>#quartz-body .page-header{grid-area:grid-header;margin:6rem 0 0}@media (max-width:800px){.page>#quartz-body .page-header{margin-top:0;padding:0}}.page>#quartz-body .center>article{grid-area:grid-center}.page>#quartz-body footer{grid-area:grid-footer}.page>#quartz-body .center,.page>#quartz-body footer{min-width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:800px){.page>#quartz-body .center,.page>#quartz-body footer{margin-left:0;margin-right:0}}.page>#quartz-body footer{margin-left:0}.footnotes{border-top:1px solid var(--lightgray);margin-top:2rem}input[type=checkbox]{color:var(--secondary);border:1px solid var(--lightgray);background-color:var(--light);appearance:none;border-radius:3px;width:16px;height:16px;margin-inline:-1.4rem .2rem;position:relative;transform:translateY(2px)}input[type=checkbox]:checked{border-color:var(--secondary);background-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";border:solid var(--light);border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:1px;left:4px;transform:rotate(45deg)}blockquote{border-left:3px solid var(--secondary);margin:1rem 0;padding-left:1rem;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);font-weight:revert;margin-bottom:0}article>h1>a[role=anchor],article>h2>a[role=anchor],article>h3>a[role=anchor],article>h4>a[role=anchor],article>h5>a[role=anchor],article>h6>a[role=anchor],article>thead>a[role=anchor]{color:var(--dark);background-color:#0000}h1[id]>a[href^=\#],h2[id]>a[href^=\#],h3[id]>a[href^=\#],h4[id]>a[href^=\#],h5[id]>a[href^=\#],h6[id]>a[href^=\#]{opacity:0;font-family:var(--codeFont);-webkit-user-select:none;user-select:none;margin:0 .5rem;transition:opacity .2s;transform:translateY(-.1rem)}h1[id]:hover>a,h2[id]:hover>a,h3[id]:hover>a,h4[id]:hover>a,h5[id]:hover>a,h6[id]:hover>a{opacity:1}h1:not([id])>a[role=anchor],h2:not([id])>a[role=anchor],h3:not([id])>a[role=anchor],h4:not([id])>a[role=anchor],h5:not([id])>a[role=anchor],h6:not([id])>a[role=anchor]{display:none}h1{margin-top:2.25rem;margin-bottom:1rem;font-size:1.75rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.4rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.12rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem}figure[data-rehype-pretty-code-figure]{margin:0;line-height:1.6rem;position:relative}figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{font-family:var(--codeFont);border:1px solid var(--lightgray);width:fit-content;color:var(--darkgray);border-radius:5px;margin-bottom:-.5rem;padding:.1rem .5rem;font-size:.9rem}figure[data-rehype-pretty-code-figure]>pre{padding:0}pre{font-family:var(--codeFont);border:1px solid var(--lightgray);border-radius:5px;padding:0 .5rem;position:relative;overflow-x:auto}pre:has(>code.mermaid){border:none}pre>code{counter-reset:line;counter-increment:line 0;background:0 0;padding:.5rem 0;font-size:.85rem;display:grid;overflow-x:auto}pre>code [data-highlighted-chars]{background-color:var(--highlight);border-radius:5px}pre>code>[data-line]{box-sizing:border-box;border-left:3px solid #0000;padding:0 .25rem}pre>code>[data-line][data-highlighted-line]{background-color:var(--highlight);border-left:3px solid var(--secondary)}pre>code>[data-line]:before{content:counter(line);counter-increment:line;text-align:right;color:#738a9499;width:1rem;margin-right:1rem;display:inline-block}pre>code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}pre>code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code{color:var(--dark);font-size:.9em;font-family:var(--codeFont);background:var(--lightgray);border-radius:5px;padding:.1rem .2rem}tbody,li,p{line-height:1.6rem}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}th{text-align:left;border-bottom:2px solid var(--gray);padding:.4rem .7rem}td{padding:.2rem .7rem}tr{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{content-visibility:auto;border-radius:5px;max-width:100%;margin:1rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:2 auto}div:has(>.overflow){max-height:100%;overflow-y:hidden}ul.overflow,ol.overflow{content:"";clear:both;width:100%;max-height:100%;margin-bottom:0;overflow-y:auto}ul.overflow>li.overflow-end,ol.overflow>li.overflow-end{height:.5rem;margin:0}ul.overflow.gradient-active,ol.overflow.gradient-active{-webkit-mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%)}.transclude ul{padding-left:1rem}.katex-display{display:initial;overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}.navigation-progress{background:var(--secondary);z-index:9999;width:0;height:3px;transition:width .2s;position:fixed;top:0;left:0}.page>#quartz-body>.sidebar.left{padding:6rem var(--space-lg)var(--space-xl)var(--space-lg);gap:var(--space-lg);font-family:var(--font-body)}.page>#quartz-body>.sidebar.left .page-title{font-size:var(--size-body);margin:0 0 var(--space-md)0;font-weight:400;line-height:var(--line-body);font-family:var(--font-body);color:var(--color-text)}.page>#quartz-body>.sidebar.left .page-title a{color:var(--color-text);text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s}.page>#quartz-body>.sidebar.left .page-title a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em}.page>#quartz-body>.sidebar.left .search{margin-bottom:0}.page>#quartz-body>.sidebar.left .search .search-button{height:var(--space-xl);font-size:var(--size-body-small);border-color:var(--color-border-soft);font-family:var(--font-body);border-radius:4px}.explorer button.desktop-explorer h2,.recent-notes>h3,.backlinks>h3,.toc button.toc-header h3,.graph>h3,.tag-list-wrapper>h3{font-size:var(--size-label);font-weight:500;font-family:var(--font-body);text-transform:capitalize;letter-spacing:.03em;margin:0 0 var(--space-sm)0;line-height:1.4}.explorer button.desktop-explorer h2{color:var(--color-accent)}.recent-notes>h3{color:var(--color-accent-warm)}.backlinks>h3{color:var(--color-accent-coral)}.toc button.toc-header h3,.graph>h3{color:var(--color-accent)}.tag-list-wrapper>h3{color:var(--color-accent-warm)}.explorer .explorer-content ul li>a,.explorer .folder-container div>a,.recent-notes .section .desc h3>a,.backlinks ul li>a,.toc ul.toc-content li>a{font-size:var(--size-body-small);letter-spacing:.015em;word-spacing:.03em;color:var(--color-text);font-weight:400;line-height:1.3;font-family:var(--font-body);padding:var(--space-xs)0;padding-left:var(--space-sm);margin-left:calc(-1*var(--space-sm));border-left:2px solid #0000;text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s,border-color .2s;display:block}.explorer .explorer-content ul li>a:hover,.explorer .folder-container div>a:hover,.recent-notes .section .desc h3>a:hover,.backlinks ul li>a:hover,.toc ul.toc-content li>a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em;border-left-color:var(--color-border-soft)}.explorer .explorer-content ul li>a.active,.explorer .folder-container div>a.active,.recent-notes .section .desc h3>a.active,.backlinks ul li>a.active,.toc ul.toc-content li>a.active{border-left-color:var(--color-muted);color:var(--color-text);text-decoration:none}.explorer{margin-bottom:0}.explorer .explorer-content{margin-top:var(--space-sm)}.explorer .explorer-content .folder-container div>a,.explorer .explorer-content .folder-container button span{font-size:var(--size-body-small);color:var(--color-text);font-weight:400;line-height:1.3;font-family:var(--font-body)}.recent-notes{margin-bottom:0}.recent-notes>ul.recent-ul{margin:0;padding:0;list-style:none}.recent-notes>ul.recent-ul>li{margin:var(--space-xs)0}.recent-notes>ul.recent-ul>li .section>.desc>h3{margin:0}.recent-notes>ul.recent-ul>li .section>.meta{margin:var(--space-xs)0 0 0;font-size:var(--size-label);color:var(--color-muted);font-weight:400;line-height:1.4;font-family:var(--font-body);padding-left:var(--space-sm)}.recent-notes>p{font-size:var(--size-body-small);font-family:var(--font-body);margin:.75rem 0 0}.recent-notes>p>a{color:var(--color-text);text-decoration:none}.recent-notes>p>a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em}.page>#quartz-body>.sidebar.right{padding:6rem var(--space-md)var(--space-xl)var(--space-md);gap:var(--space-lg);font-family:var(--font-body)}.page>#quartz-body>.sidebar.right .graph{margin-bottom:0}.page>#quartz-body>.sidebar.right .graph .graph-outer{margin-top:var(--space-sm)}.page>#quartz-body>.sidebar.right .backlinks{margin-bottom:0}.page>#quartz-body>.sidebar.right .backlinks ul li{margin:var(--space-xs)0}.page>#quartz-body>.sidebar.right .tag-list-wrapper{margin-bottom:0}.page>#quartz-body>.sidebar.right .toc ul.toc-content li{margin:var(--space-xs)0}.sidebar a.internal{margin-left:calc(-1*var(--space-sm));border-left:2px solid #0000;padding:var(--space-xs)var(--space-sm)!important;background-color:#0000!important;border-radius:0!important}.sidebar a.internal:hover{background-color:#0000!important}.flex-component{gap:var(--space-sm);margin-bottom:0}:root{--font-body:"Lora",var(--bodyFont),serif;--font-mono:var(--codeFont);--size-body:1.2rem;--size-body-small:1rem;--size-label:.85rem;--size-h1:3rem;--size-h2:2rem;--size-h3:1.75rem;--size-h4:1.35rem;--line-body:2;--line-heading:1.2;--color-text:var(--darkgray);--color-muted:var(--gray);--color-accent:var(--secondary);--color-accent-soft:var(--tertiary);--color-accent-warm:#f59e0b;--color-accent-coral:#f87171;--color-border-soft:var(--lightgray);--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem}.page>#quartz-body>.center{flex-direction:column;align-items:center;width:100%;min-height:0;display:flex}.page>#quartz-body>.center>article.popover-hint:not(.thing-card),.page>#quartz-body>.center>article:not(.thing-card){box-sizing:border-box;width:100%;max-width:900px;font-size:var(--size-body);line-height:var(--line-body);letter-spacing:.02em;word-spacing:.05em;font-family:var(--font-body);color:var(--color-text);margin:0 auto;padding:0 2.5rem;flex:none!important;align-self:stretch!important;display:block!important;position:relative!important;overflow:visible!important}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) p,.page>#quartz-body>.center>article:not(.thing-card) p{letter-spacing:.02em;word-spacing:.05em;margin:0 0 2rem}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) p.has-image,.page>#quartz-body>.center>article:not(.thing-card) p.has-image{margin:0!important}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) h1,.page>#quartz-body>.center>article:not(.thing-card) h1{font-size:var(--size-h1);line-height:var(--line-heading);margin:3rem 0 var(--space-lg)0;letter-spacing:-.01em;word-spacing:.02em;color:var(--dark);font-weight:600;font-family:var(--font-body)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) h2,.page>#quartz-body>.center>article:not(.thing-card) h2{font-size:var(--size-h2);line-height:var(--line-heading);margin:2.5rem 0 var(--space-md)0;letter-spacing:0;word-spacing:.02em;color:var(--dark);font-weight:600;font-family:var(--font-body)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) h3,.page>#quartz-body>.center>article:not(.thing-card) h3{font-size:var(--size-h3);line-height:var(--line-heading);margin:2rem 0 var(--space-md)0;letter-spacing:.01em;word-spacing:.02em;color:var(--dark);font-weight:600;font-family:var(--font-body)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) h4,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) h5,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) h6,.page>#quartz-body>.center>article:not(.thing-card) h4,.page>#quartz-body>.center>article:not(.thing-card) h5,.page>#quartz-body>.center>article:not(.thing-card) h6{font-size:var(--size-h4);margin:var(--space-lg)0 var(--space-sm)0;color:var(--dark);font-weight:600;line-height:1.4;font-family:var(--font-body)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card)>p:first-of-type:first-letter,.page>#quartz-body>.center>article:not(.thing-card)>p:first-of-type:first-letter{float:left;color:var(--dark);font-size:5rem;font-weight:400;line-height:.8;font-family:var(--font-body);padding-top:.1em;padding-bottom:.05em;padding-right:.08em}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) ul,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) ol,.page>#quartz-body>.center>article:not(.thing-card) ul,.page>#quartz-body>.center>article:not(.thing-card) ol{margin:0 0 var(--space-xl)0;padding-left:var(--space-xl)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) ul li,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) ol li,.page>#quartz-body>.center>article:not(.thing-card) ul li,.page>#quartz-body>.center>article:not(.thing-card) ol li{line-height:var(--line-body);margin:.5rem 0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote,.page>#quartz-body>.center>article:not(.thing-card) blockquote{margin:var(--space-xl)0;padding:var(--space-md)var(--space-lg);border-left:4px solid var(--color-accent);background-color:var(--color-border-soft);border-radius:0 4px 4px 0;font-style:italic}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude{margin:var(--space-lg)0;background:0 0;border:none;border-radius:0;padding:0;font-style:normal;position:relative}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude:before,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude:before{content:"";background:linear-gradient(to bottom,var(--color-accent)0%,color-mix(in srgb,var(--color-accent)60%,transparent)100%);opacity:.4;width:2px;position:absolute;top:0;bottom:0;left:0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude>:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude>:first-child{padding-left:var(--space-lg);margin:0;padding-right:0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude p,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude p{margin:0 0 var(--space-md)0;padding-left:var(--space-lg);color:var(--color-text);font-style:normal;line-height:var(--line-body)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude p:last-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude p:last-child{margin-bottom:0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude ul,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude ol,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude ul,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude ol{padding-left:calc(var(--space-lg) + 1rem);margin:var(--space-md)0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h1,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h2,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h3,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h4,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h5,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h6,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h1,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h2,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h3,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h4,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h5,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h6{padding-left:var(--space-lg);margin-top:var(--space-md);margin-bottom:var(--space-sm)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h1:first-child,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h2:first-child,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h3:first-child,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h4:first-child,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h5:first-child,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude h6:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h1:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h2:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h3:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h4:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h5:first-child,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude h6:first-child{margin-top:0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude a.transclude-src,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude a.transclude-src{margin-top:var(--space-sm);padding-left:var(--space-lg);color:var(--color-muted);font-size:.85rem;font-weight:400;font-family:var(--font-mono);letter-spacing:.02em;align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude a.transclude-src:before,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude a.transclude-src:before{content:"↗";opacity:.5;margin-right:.4em;font-size:.9em;transition:opacity .2s,transform .2s}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude a.transclude-src:hover,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude a.transclude-src:hover{color:var(--color-accent)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude a.transclude-src:hover:before,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude a.transclude-src:hover:before{opacity:1;transform:translate(-2px,-2px)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) blockquote.transclude em,.page>#quartz-body>.center>article:not(.thing-card) blockquote.transclude em{font-style:italic}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a,.page>#quartz-body>.center>article:not(.thing-card) a{color:var(--color-accent);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);text-underline-offset:.2em;transition:color .2s,text-decoration-color .2s}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a:hover,.page>#quartz-body>.center>article:not(.thing-card) a:hover{color:var(--tertiary);-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.internal,.page>#quartz-body>.center>article:not(.thing-card) a.internal{border-radius:0;padding:0;background-color:#0000!important}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) pre,.page>#quartz-body>.center>article:not(.thing-card) pre{border-radius:8px;margin:2rem 0;padding:1.5rem;overflow-x:auto}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) code,.page>#quartz-body>.center>article:not(.thing-card) code{background-color:var(--lightgray);border-radius:4px;padding:.2em .4em;font-size:.9em}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) pre code,.page>#quartz-body>.center>article:not(.thing-card) pre code{background-color:#0000;padding:0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.internal,.page>#quartz-body>.center>article:not(.thing-card) a.internal{color:var(--secondary);text-decoration:underline;-webkit-text-decoration-color:var(--secondary);text-decoration-color:var(--secondary);text-underline-offset:.2em;text-decoration-thickness:1.5px;transition:all .2s;background-color:#0000!important;padding:0!important}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.internal:hover,.page>#quartz-body>.center>article:not(.thing-card) a.internal:hover{color:var(--tertiary);-webkit-text-decoration-color:var(--tertiary);text-decoration-color:var(--tertiary)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.internal.alias,.page>#quartz-body>.center>article:not(.thing-card) a.internal.alias{text-decoration:underline;-webkit-text-decoration-color:var(--color-text);text-decoration-color:var(--color-text);text-underline-offset:.2em;font-weight:400;line-height:inherit;vertical-align:baseline;border:none;border-radius:2px;margin:0;text-decoration-thickness:1.5px;transition:all .2s;display:inline;color:var(--color-text)!important;background-color:#fbc87b26!important;padding:0!important}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.internal.alias:hover,.page>#quartz-body>.center>article:not(.thing-card) a.internal.alias:hover{-webkit-text-decoration-color:var(--color-text);text-decoration-color:var(--color-text);color:var(--color-text)!important;background-color:#fbc87b38!important}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.external,.page>#quartz-body>.center>article:not(.thing-card) a.external{color:var(--secondary);text-decoration:underline;-webkit-text-decoration-color:var(--secondary);text-decoration-color:var(--secondary);text-underline-offset:.2em;text-decoration-thickness:1.5px}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) a.external:hover,.page>#quartz-body>.center>article:not(.thing-card) a.external:hover{color:var(--tertiary);-webkit-text-decoration-color:var(--tertiary);text-decoration-color:var(--tertiary)}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) hr,.page>#quartz-body>.center>article:not(.thing-card) hr{border:none;border-top:1px solid var(--lightgray);margin:3rem 0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) table,.page>#quartz-body>.center>article:not(.thing-card) table{border-collapse:collapse;width:100%;margin:2rem 0}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) table th,.page>#quartz-body>.center>article.popover-hint:not(.thing-card) table td,.page>#quartz-body>.center>article:not(.thing-card) table th,.page>#quartz-body>.center>article:not(.thing-card) table td{border-bottom:1px solid var(--lightgray);text-align:left;padding:.75rem 1rem}.page>#quartz-body>.center>article.popover-hint:not(.thing-card) table th,.page>#quartz-body>.center>article:not(.thing-card) table th{background-color:var(--lightgray);font-weight:600}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper{float:right!important;clear:right!important;box-sizing:border-box!important;width:40%!important;max-width:380px!important;margin:.5rem 0 1.5rem 2rem!important;padding:0!important;display:block!important}.page>#quartz-body>.center>article:not(.thing-card) .image-gallery .lightbox-wrapper{float:none!important;clear:none!important;box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;display:block!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image{float:right!important;clear:right!important;box-sizing:border-box!important;width:40%!important;max-width:380px!important;margin:.5rem 0 1.5rem 2rem!important;padding:0!important;display:block!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper):not(.has-image){float:left!important;clear:left!important;width:45%!important;max-width:420px!important;margin:.5rem 2.5rem 1.5rem -1rem!important;padding:0!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image .lightbox-wrapper{float:none!important;width:100%!important;margin:0!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper) .lightbox-wrapper{float:none!important;width:100%!important;margin:0!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image .lightbox-image,.page>#quartz-body>.center>article:not(.thing-card) p.has-image img{object-fit:contain!important;border-radius:6px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:70vh!important;margin:0!important;transition:box-shadow .3s,transform .3s!important;display:block!important;box-shadow:0 4px 16px #0000001a!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper) .lightbox-image{object-fit:contain!important;border-radius:6px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:70vh!important;margin:0!important;transition:box-shadow .3s,transform .3s!important;display:block!important;box-shadow:0 4px 16px #0000001a!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper) img{object-fit:contain!important;border-radius:6px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:70vh!important;margin:0!important;transition:box-shadow .3s,transform .3s!important;display:block!important;box-shadow:0 4px 16px #0000001a!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image:hover img{transform:translateY(-3px)!important;box-shadow:0 6px 24px #00000026!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper):hover img{transform:translateY(-3px)!important;box-shadow:0 6px 24px #00000026!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image:nth-of-type(2n),.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper:nth-of-type(2n){float:left!important;clear:left!important;width:40%!important;max-width:380px!important;margin:.5rem 2rem 1.5rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper):nth-of-type(2n){float:left!important;clear:left!important;width:40%!important;max-width:380px!important;margin:.5rem 2rem 1.5rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) .image-gallery .lightbox-wrapper:nth-of-type(2n){float:none!important;width:100%!important;max-width:none!important;margin:0!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image:only-child{float:none!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:4rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper):only-child{float:none!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:4rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-wide,.page>#quartz-body>.center>article:not(.thing-card) p.has-image .lightbox-wrapper.image-wide{float:none!important;clear:both!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:3rem auto!important;display:block!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-wide .lightbox-image,.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-wide img{object-fit:cover!important;object-position:center!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:60vh!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-center,.page>#quartz-body>.center>article:not(.thing-card) p.has-image .lightbox-wrapper.image-center{float:none!important;clear:both!important;text-align:center!important;width:70%!important;max-width:600px!important;margin:3rem auto!important;display:block!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-center .lightbox-image,.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-center img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:70vh!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-small,.page>#quartz-body>.center>article:not(.thing-card) p.has-image .lightbox-wrapper.image-small{float:right!important;clear:right!important;width:30%!important;max-width:280px!important;margin:.5rem 0 1.5rem 2rem!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-small:nth-of-type(2n){float:left!important;clear:left!important;margin-left:0!important;margin-right:2rem!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-full,.page>#quartz-body>.center>article:not(.thing-card) p.has-image .lightbox-wrapper.image-full{float:none!important;clear:both!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:4rem 0!important;display:block!important}.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-full .lightbox-image,.page>#quartz-body>.center>article:not(.thing-card) .lightbox-wrapper.image-full img{object-fit:contain!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:80vh!important}:is(.page>#quartz-body>.center>article:not(.thing-card) p.has-image:has(.lightbox-wrapper.image-wide),.page>#quartz-body>.center>article:not(.thing-card) p.has-image:has(.lightbox-wrapper.image-center),.page>#quartz-body>.center>article:not(.thing-card) p.has-image:has(.lightbox-wrapper.image-full)){float:none!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:0!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image:has(.lightbox-wrapper.image-small){float:right!important;width:30%!important;max-width:280px!important;margin-left:2rem!important;margin-right:0!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image:has(.lightbox-wrapper.image-small):nth-of-type(2n){float:left!important;margin-left:0!important;margin-right:2rem!important}.page>#quartz-body>.center>article:not(.thing-card) p:not(.has-image):not(:has(>.lightbox-wrapper)){text-align:left!important;clear:none!important;display:block!important;overflow:visible!important}.page>#quartz-body>.center>article:not(.thing-card) p.has-image:after{content:"";clear:both;display:table}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper):after{content:"";clear:both;display:table}.page>#quartz-body>.center>article:not(.thing-card) p.has-image+p{clear:both!important;margin-top:2rem!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper)+p{clear:both!important;margin-top:2rem!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>img:not(.lightbox-image)){float:left!important;clear:left!important;width:45%!important;max-width:420px!important;margin:.5rem 2.5rem 1.5rem -1rem!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>img:not(.lightbox-image)) img{object-fit:contain!important;border-radius:6px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:70vh!important;box-shadow:0 4px 16px #0000001a!important}.page>#quartz-body>.center>article:not(.thing-card) .image-gallery{float:none!important;clear:both!important;width:100%!important;margin:3rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) .image-gallery .lightbox-wrapper{float:none!important;clear:none!important;width:100%!important;max-width:none!important;margin:0!important;display:block!important}@media (max-width:768px){.page>#quartz-body>.center>article:not(.thing-card) p.has-image{float:none!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:2.5rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>.lightbox-wrapper){float:none!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:2.5rem 0!important}.page>#quartz-body>.center>article:not(.thing-card) p:has(>img){float:none!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:2.5rem 0!important}}:root[saved-theme=dark] .page>#quartz-body>.center>article.popover-hint a.internal.alias,:root[saved-theme=dark] .page>#quartz-body>.center>article a.internal.alias,:root[saved-theme=dark] article a.internal.alias{border:none;color:var(--color-text)!important;background-color:#fb923c26!important}:root[saved-theme=dark] .page>#quartz-body>.center>article.popover-hint a.internal.alias:hover,:root[saved-theme=dark] .page>#quartz-body>.center>article a.internal.alias:hover,:root[saved-theme=dark] article a.internal.alias:hover{color:var(--color-text)!important;background-color:#fb923c38!important}.breadcrumbs{max-width:900px;color:var(--gray);margin:0 auto 1rem;padding:0 2.5rem;font-size:.9rem}.page>#quartz-body>.sidebar.right{opacity:.7;transition:opacity .2s}.page>#quartz-body>.sidebar.right:hover{opacity:1}.page>#quartz-body>.center{flex-direction:column;align-items:center;display:flex}.page-header{width:100%;max-width:900px;margin:0 auto;padding:0 2.5rem;display:block!important}.page-header .popover-hint{width:100%;display:block!important}@font-face{font-family:Charis SIL;src:url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/CharisSIL/web/CharisSIL-Regular.woff2)format("woff2"),url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/CharisSIL/web/CharisSIL-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Charis SIL;src:url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/CharisSIL/web/CharisSIL-Bold.woff2)format("woff2"),url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/CharisSIL/web/CharisSIL-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gentium Plus;src:url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/GentiumPlus/web/GentiumPlus-Regular.woff2)format("woff2"),url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/GentiumPlus/web/GentiumPlus-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gentium Plus;src:url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/GentiumPlus/web/GentiumPlus-Bold.woff2)format("woff2"),url(https://cdn.jsdelivr.net/gh/silnrsi/fonts@master/GentiumPlus/web/GentiumPlus-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Linux Libertine;src:url(https://cdn.jsdelivr.net/gh/LinuxLibertine/LinuxLibertine@master/LinuxLibertine/LinLibertine_R.woff2)format("woff2"),url(https://cdn.jsdelivr.net/gh/LinuxLibertine/LinuxLibertine@master/LinuxLibertine/LinLibertine_R.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Linux Libertine;src:url(https://cdn.jsdelivr.net/gh/LinuxLibertine/LinuxLibertine@master/LinuxLibertine/LinLibertine_RB.woff2)format("woff2"),url(https://cdn.jsdelivr.net/gh/LinuxLibertine/LinuxLibertine@master/LinuxLibertine/LinLibertine_RB.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Liberation Serif;src:url(https://cdn.jsdelivr.net/gh/liberationfonts/liberation-fonts@master/liberation-fonts-ttf/LiberationSerif-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Liberation Serif;src:url(https://cdn.jsdelivr.net/gh/liberationfonts/liberation-fonts@master/liberation-fonts-ttf/LiberationSerif-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}.font-test-charter h2,.font-test-charter p{font-family:Charter,serif}.font-test-charis-sil h2,.font-test-charis-sil p{font-family:Charis SIL,serif}.font-test-gentium-plus h2,.font-test-gentium-plus p{font-family:Gentium Plus,serif}.font-test-linux-libertine h2,.font-test-linux-libertine p{font-family:Linux Libertine,serif}.font-test-liberation-serif h2,.font-test-liberation-serif p{font-family:Liberation Serif,serif}.font-test-roboto-slab h2,.font-test-roboto-slab p{font-family:Roboto Slab,serif}.font-test-zilla-slab h2,.font-test-zilla-slab p{font-family:Zilla Slab,serif}.font-test-bitter h2,.font-test-bitter p{font-family:Bitter,serif}.font-test-dm-serif h2,.font-test-dm-serif p{font-family:DM Serif Text,serif}.font-test-crimson-text h2,.font-test-crimson-text p{font-family:Crimson Text,serif}.popover-hint{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:0 2.5rem}.page-header .article-title,.page-header h1{letter-spacing:-.01em;word-spacing:.02em;font-weight:600;font-family:var(--font-body)!important;font-size:var(--size-h1)!important;line-height:var(--line-heading)!important;color:var(--dark)!important}@media (max-width:800px){.page>#quartz-body>.center>article.popover-hint,.page>#quartz-body>.center>article{max-width:100%;font-size:1.2rem;line-height:var(--line-body);padding:0 1.5rem}.page>#quartz-body>.center>article.popover-hint h1,.page>#quartz-body>.center>article h1{font-size:2.5rem}.page>#quartz-body>.center>article.popover-hint h2,.page>#quartz-body>.center>article h2{font-size:2rem}.page>#quartz-body>.center>article.popover-hint h3,.page>#quartz-body>.center>article h3{font-size:1.6rem}.page>#quartz-body>.center>article.popover-hint>p:first-of-type:first-letter,.page>#quartz-body>.center>article>p:first-of-type:first-letter{float:none;font-size:inherit;line-height:inherit;padding:0}.article-title{padding:0 1.5rem;font-size:2.5rem}.content-meta,.tags,.breadcrumbs,.page-header{padding:0 1.5rem}.page-header .article-title,.page-header h1{font-size:2.5rem!important}}body[data-slug=things\/index] .things-header{margin-bottom:3rem}body[data-slug=things\/index] .things-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;display:flex}body[data-slug=things\/index] .things-title{font-size:2.2rem;font-family:var(--font-body);color:var(--color-text);letter-spacing:-.01em;margin:0 0 .5rem;font-weight:600}body[data-slug=things\/index] .things-subtitle{opacity:.7;max-width:32rem;color:var(--color-muted);font-size:1rem;font-family:var(--font-body);margin:0;line-height:1.6}body[data-slug=things\/index] .things-filter{margin-top:1rem}body[data-slug=things\/index] .things-filter__select{font-size:var(--size-body-small);font-family:var(--font-body);color:var(--color-text);border:1px solid var(--color-border-soft);cursor:pointer;appearance:none;opacity:.8;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a67c52' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right .75rem center/12px no-repeat;border-radius:4px;min-width:200px;padding:.5rem 2.5rem .5rem .75rem;transition:all .15s}body[data-slug=things\/index] .things-filter__select:hover{border-color:var(--color-accent-soft);opacity:1}body[data-slug=things\/index] .things-filter__select:focus{border-color:var(--color-accent-soft);opacity:1;outline:none;box-shadow:0 0 0 1px #fbc87b26}body[data-slug=things\/index] .things-filter__select{background-color:var(--light)!important;color:var(--color-text)!important}body[data-slug=things\/index] .things-filter__select option{background:var(--light)!important;color:var(--color-text)!important;font-family:var(--font-body)!important;padding:.5rem!important}body[data-slug=things\/index] .things-filter__select optgroup{font-family:var(--font-body)!important;font-size:var(--size-body-small)!important;color:var(--color-muted)!important;background:var(--light)!important;font-style:italic!important;font-weight:500!important}body[data-slug=things\/index] .things-filter__select optgroup option{background:var(--light)!important;color:var(--color-text)!important;padding-left:1rem!important;font-style:normal!important;font-weight:400!important}:root[saved-theme=dark] body[data-slug=things\/index] .things-filter__select{background-color:var(--light)!important;color:var(--darkgray)!important}:root[saved-theme=dark] body[data-slug=things\/index] .things-filter__select option{background:var(--light)!important;color:var(--darkgray)!important}:root[saved-theme=dark] body[data-slug=things\/index] .things-filter__select optgroup{background:var(--light)!important;color:var(--gray)!important}:root[saved-theme=dark] body[data-slug=things\/index] .things-filter__select optgroup option{background:var(--light)!important;color:var(--darkgray)!important}body[data-slug=things\/index] .things-feed{flex-direction:column;gap:3rem;max-width:980px;margin:0 auto;display:flex}body[data-slug=things\/index] .thing-card{background:0 0;border:none;margin:0;padding:0;transition:none}body[data-slug=things\/index] .thing-card:hover{box-shadow:none;border-color:#0000;transform:none}body[data-slug=things\/index] .thing-card__meta{border-bottom:1px solid var(--color-border-soft);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}body[data-slug=things\/index] .thing-card__meta-left{align-items:baseline;gap:0;display:flex}body[data-slug=things\/index] .thing-card__date{text-transform:uppercase;letter-spacing:.05em;opacity:.6;color:var(--color-muted);font-size:.8rem;font-family:var(--font-body);margin:0}body[data-slug=things\/index] .thing-card__meta-right{flex-flow:wrap;align-items:baseline;gap:1rem;display:flex}body[data-slug=things\/index] .thing-card__why{opacity:.7;color:var(--color-muted);font-size:.8rem;font-weight:400;line-height:1.4;font-family:var(--font-body);white-space:nowrap;margin:0;font-style:italic}body[data-slug=things\/index] .thing-card__why-value{opacity:.9;color:var(--color-text);font-style:normal;font-weight:400}body[data-slug=things\/index] .thing-card__tags-wrapper{font-size:.8rem;font-family:var(--font-body);white-space:nowrap;align-items:baseline;gap:.25rem;display:inline-flex}body[data-slug=things\/index] .thing-card__tags-intro{opacity:.7;color:var(--color-muted);font-size:.8rem;font-weight:400;line-height:1.4;font-family:var(--font-body);margin:0;font-style:italic}body[data-slug=things\/index] .thing-card__tags{margin:0;padding:0;list-style:none;display:inline}body[data-slug=things\/index] .thing-card__tags li{margin:0;padding:0;display:inline}body[data-slug=things\/index] .thing-card__tags li:not(:last-child):after{content:", ";opacity:.7;color:var(--color-muted)}body[data-slug=things\/index] .thing-card__tag{opacity:.85;color:var(--color-text);font-size:.8rem;font-weight:400;line-height:1.4;font-family:var(--font-body);text-decoration:none;transition:opacity .2s,color .2s}body[data-slug=things\/index] .thing-card__tag:hover{opacity:1;color:var(--color-accent);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em}body[data-slug=things\/index] .thing-card__body{font-size:var(--size-body);line-height:var(--line-body);color:var(--color-text);font-family:var(--font-body)}body[data-slug=things\/index] .thing-card__body p{letter-spacing:.02em;word-spacing:.05em;margin:0 0 1.5rem}body[data-slug=things\/index] .thing-card__body p:last-child{margin-bottom:0}body[data-slug=things\/index] .thing-card__body img{object-fit:cover;border-radius:8px;width:100%;height:240px;margin:1rem 0 1.5rem;transition:box-shadow .2s;display:block;box-shadow:0 2px 8px #0000001a}body[data-slug=things\/index] .thing-card__body img:hover{box-shadow:0 4px 16px #00000026}body[data-slug=things\/index] .thing-card__body p:has(>img){max-height:240px;margin:1rem 0 1.5rem;overflow:hidden}body[data-slug=things\/index] .thing-card__body iframe{aspect-ratio:16/9;border:none;border-radius:8px;width:100%;margin:1rem 0 1.5rem;box-shadow:0 2px 8px #0000001a}body[data-slug=things\/index] .thing-card__body a{color:var(--color-accent);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent-soft);text-decoration-color:var(--color-accent-soft);text-underline-offset:.2em;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}body[data-slug=things\/index] .thing-card__body a:hover{color:var(--color-accent-soft);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}:root[saved-theme=dark] body[data-slug=things\/index] .thing-card__meta{border-bottom-color:var(--darkgray)}:root[saved-theme=dark] body[data-slug=things\/index] .thing-card__date{color:var(--color-muted)}:root[saved-theme=dark] body[data-slug=things\/index] .thing-card__tags li{border-color:var(--darkgray);color:var(--color-muted)}:root[saved-theme=dark] body[data-slug=things\/index] .thing-card__body img{box-shadow:0 2px 8px #0000004d}:root[saved-theme=dark] body[data-slug=things\/index] .thing-card__body img:hover{box-shadow:0 4px 16px #0006}@media (max-width:700px){body[data-slug=things\/index] .center{padding-inline:1.1rem}body[data-slug=things\/index] .things-header{margin-bottom:2rem}body[data-slug=things\/index] .things-title{font-size:1.8rem}body[data-slug=things\/index] .things-feed{gap:2.5rem}body[data-slug=things\/index] .thing-card__body img{margin:.75rem 0 1rem}}.image-gallery{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:minmax(200px,auto);grid-auto-flow:dense;border-radius:6px;gap:.75rem;margin:2rem 0;display:grid;overflow:hidden}.image-gallery .lightbox-wrapper{border-radius:4px;width:100%;height:100%;min-height:200px;display:block;overflow:hidden}.image-gallery .lightbox-wrapper img,.image-gallery img{object-fit:cover;cursor:pointer;border-radius:4px;width:100%;height:100%;transition:transform .2s,opacity .2s;display:block}.image-gallery .lightbox-wrapper:hover img,.image-gallery img:hover{opacity:.9;transform:scale(1.02)}@media (max-width:768px){.image-gallery{border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-rows:minmax(150px,auto);gap:.5rem;margin:1.5rem 0}.image-gallery img{border-radius:3px}}article .image-gallery{max-width:100%;margin-left:0;margin-right:0}:root{--light:#fefaf6;--lightgray:#f5e6d3;--gray:#a67c52;--darkgray:#4a3d2a;--dark:#2d2418;--secondary:#ea580c;--tertiary:#f97316;--textHighlight:#fef3c7;--titleFont:"Lora",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Lora",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Lora",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"IBM Plex Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;--highlight:#fbc87b1a!important}:root[saved-theme=dark]{--light:#1a1612;--lightgray:#2a241f;--gray:#8b7355;--darkgray:#d4c4b0;--dark:#e0d4c0;--secondary:#fb923c;--tertiary:#fdba74;--highlight:#fbc87b;--textHighlight:#b8860b66}