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}.page-title{font-size:1.75rem;font-family:var(--titleFont);margin: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}.tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.center>.content-meta:last-child,.center .content-meta:last-of-type{opacity:.75;color:var(--gray);border-top:none!important;margin:0!important;padding:0!important;font-size:.8rem!important;line-height:1!important}.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}@media (max-width:800px){.page>#quartz-body>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out}.page>#quartz-body.lock-scroll>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out;transform:translate(100dvw)}.page>#quartz-body .sidebar.left:has(.explorer){box-sizing:border-box;background-color:var(--light);margin:0;padding:1rem 0;position:sticky}.page>#quartz-body .hide-until-loaded~.explorer-content{display:none}}.explorer{flex-direction:column;flex:0 auto;min-height:1.2rem;display:flex;overflow-y:hidden}.explorer.collapsed{flex:0 1.2rem}.explorer.collapsed .fold{transform:rotate(-90deg)}.explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}@media (max-width:800px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:hidden}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media (max-width:800px){.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}@media not (max-width:800px){.explorer.desktop-only{display:flex}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{margin:0;font-size:1rem;display:inline-block}.explorer-content{margin-top:.5rem;list-style:none;overflow:hidden auto}.explorer-content ul{overscroll-behavior:contain;margin:0;padding:0;list-style:none}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{flex:0 0 34px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 34px}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);visibility:hidden;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin-top:0;padding:4rem 0 2rem;transition:transform .2s,visibility .2s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100vw)}.explorer .mobile-explorer{z-index:101;margin:0;padding:5px}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray)}.mobile-no-scroll{overscroll-behavior:none}}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;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%}}.recent-notes{margin:0!important;padding:0!important}.recent-notes h3{margin-bottom:1rem!important;font-size:1.2rem!important}.recent-notes-list{margin:0!important;padding:0!important;list-style:none!important}.recent-notes-list li{margin-bottom:.75rem!important;display:block!important}.recent-notes-list li a.internal{color:var(--text-normal,white)!important;font-family:Roboto,sans-serif!important;text-decoration:none!important;display:inline!important}.recent-notes-tags{display:none}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;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}.custom-tag-content ul{margin:1.5rem 0;padding-left:0;list-style:none}.custom-tag-content li{margin:.5rem 0}.custom-tag-content a.internal{color:#fff;text-decoration:none;transition:color .2s}.custom-tag-content a.internal:hover{color:#ebcb8b}.custom-tag-content h1{text-transform:capitalize;color:var(--secondary);margin-bottom:1rem}body,.page,article,p,li,span,div{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}h1,h2,h3,h4,h5,h6,.page-title,.graph h3:before,.recent-notes h3{font-family:ui-sans-serif,system-ui,sans-serif!important}.page>#quartz-body{grid-template:"header header header""left center right"1fr/1fr minmax(0,900px) 280px;gap:1rem .75rem;max-width:1200px;margin:0 auto;display:grid}.page>#quartz-body>.page-header{grid-area:header}.page>#quartz-body>.left.sidebar{grid-area:left}.page>#quartz-body>.center{grid-area:center}.page>#quartz-body>.right.sidebar{grid-area:right}.center{margin:0;padding:.5rem}article{border-radius:none;padding:.5rem 2rem}@media (max-width:768px){.page>#quartz-body{grid-template-columns:1fr;grid-template-areas:"header""center""right"}.center{padding:.25rem}article{padding:0 1rem}}[saved-theme=dark] body,[saved-theme=dark] .page{background-color:#3b4252!important}[saved-theme=dark] article{background-color:#434c5e!important}[saved-theme=dark] .page-header,[saved-theme=dark] .graph{background-color:#2e3440!important}[saved-theme=light] body,[saved-theme=light] .page,[saved-theme=light] article{background-color:#e5e9f0!important}[saved-theme=light] .page-header,[saved-theme=light] .graph{border-radius:none;background-color:#d8dee9!important}.page-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;margin:0!important;padding:0 .25rem!important}.page-title{font-size:2.5rem;font-weight:700;line-height:1;color:#d08770!important;margin:0!important}.page-title a{color:#d08770!important;text-decoration:none!important}[saved-theme=light] .page-title a:hover{color:#5e81ac!important}[saved-theme=dark] .page-title a:hover{color:#ebcb8b!important}.search,.search-container,.search-wrapper,.header-anchor,.anchor,.anchor-symbol,.headerlink,a.internal[href^=\#]{display:none!important}[saved-theme=light] article h1{color:#5e81ac!important}[saved-theme=light] article h2{color:#a3be8c!important}[saved-theme=light] article h3{color:#d08770!important}[saved-theme=light] article h4{color:#81a1c1!important}[saved-theme=light] article h5{color:#b48ead!important}[saved-theme=dark] article h1{color:#8fbcbb!important}[saved-theme=dark] article h2{color:#a3be8c!important}[saved-theme=dark] article h3{color:#ebcb8b!important}[saved-theme=dark] article h4{color:#a3be8c!important}[saved-theme=dark] article h5{color:#ebcb8b!important}.page .note-tags{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin:1rem 0;font-size:.9rem;display:flex;color:#d08770!important}.tag,.cm-hashtag,a.tag-link,a.internal.tag-link{color:#fff!important;background:0 0!important;border:none!important;padding:0!important;text-decoration:none!important}.page-header .tag,.page-header .tags,.page-header .tag-container{display:none!important}.recent-notes ul.recent-notes-list a.internal{font-size:.9em}:root[saved-theme=light] a.internal{color:#000!important;text-decoration:none!important}:root[saved-theme=light] a.internal:hover{color:#5e81ac!important}:root[saved-theme=dark] a.internal{color:#fff!important;text-decoration:none!important}:root[saved-theme=dark] a.internal:hover{color:#8fbcbb!important}a.internal{-webkit-tap-highlight-color:transparent}.article-title,.explorer,.content-meta{display:none!important}.center>.content-meta:last-child,.center .content-meta:last-of-type{font-style:italic;text-align:left!important;color:var(--gray)!important;background-color:#0000!important;margin:3rem 0 0!important;padding:1rem 0 1rem 2rem!important;font-size:.85rem!important;display:block!important}.center>.content-meta:last-child time:before,.center .content-meta:last-of-type time:before{content:"planted on "}.center>.content-meta:last-child time:after,.center .content-meta:last-of-type time:after{content:""!important}:is(.center>.content-meta:last-child span:not(:has(time)),.center .content-meta:last-of-type span:not(:has(time))),.center hr{display:none!important}[saved-theme=light] .note-tags{color:#5e81ac}[saved-theme=dark] .note-tags{color:#8fbcbb}.note-tags span:hover{opacity:1}.graph{box-sizing:border-box;width:100%;margin-top:.5rem;padding:1rem}.graph h3{position:relative;color:#0000!important;margin:0 0 .75rem!important;font-size:1.4rem!important;line-height:1.2!important}[saved-theme=dark] .graph h3:before{content:"branches";color:#8fbcbb;font-weight:600;position:absolute;inset:0}[saved-theme=light] .graph h3:before{content:"branches";color:#5e81ac;font-weight:600;position:absolute;inset:0}article a.internal[href=\/index],article a.internal[href="./index"],article a.internal[data-slug=index]{display:none!important}article p:has(>a.internal[href=\/index]):has(>a:only-child){display:none!important}article p:has(>a.internal[href=\/index]){line-height:0}.table-of-contents,.toc,#toc,aside.toc,nav.toc,.backlinks,.backlinks-container,section.backlinks{display:none!important}.recent-notes{box-sizing:border-box;width:100%;margin-top:1.5rem!important;padding:1rem!important}[saved-theme=dark] .recent-notes{background-color:#2e3440!important}[saved-theme=light] .recent-notes{border-radius:none;background-color:#d8dee9!important}.recent-notes h3{margin:0 0 1rem!important;font-size:1.4rem!important;font-weight:600!important}[saved-theme=dark] .recent-notes h3{color:#8fbcbb!important}[saved-theme=light] .recent-notes h3{color:#5e81ac!important}.recent-notes ul.recent-notes-list{margin:0!important;padding-left:1.5rem!important;list-style:outside!important}.recent-notes ul.recent-notes-list li{margin-bottom:.75rem!important;display:list-item!important}.recent-notes ul.recent-notes-list li a.internal{font-family:Roboto,sans-serif!important;text-decoration:none!important}[saved-theme=light] .recent-notes ul.recent-notes-list li,[saved-theme=light] .recent-notes ul.recent-notes-list li a.internal{color:#2e3440!important}[saved-theme=light] .recent-notes ul.recent-notes-list li a.internal:hover{color:#d08770!important}[saved-theme=dark] .recent-notes ul.recent-notes-list li,[saved-theme=dark] .recent-notes ul.recent-notes-list li a.internal{color:#d8dee9!important}[saved-theme=dark] .recent-notes ul.recent-notes-list li a.internal:hover{color:#ebcb8b!important}article h1+h3,.page h1+h3{margin-top:0;margin-left:.5rem;font-size:1rem;font-weight:400;line-height:0;font-family:Roboto,sans-serif!important}.popover,.popover *{pointer-events:none!important;display:none!important}a.internal:hover{cursor:pointer}.content-meta,.content-meta:before{border:none!important}.content-meta+hr,hr+.content-meta,.page-footer hr,.page-footer:before{display:none!important}.page-footer .content-meta{opacity:.75;height:100%!important;margin:0!important;padding:0!important;font-size:.8rem!important;line-height:2rem!important}.center>.content-meta:last-child,.center .content-meta:last-of-type{opacity:.75;margin-top:0!important;padding-top:0!important;font-size:.8rem!important;line-height:1!important}.center>.content-meta:last-child:before,.center .content-meta:last-of-type:before{content:none!important;display:none!important}article{margin-bottom:.5rem!important;padding-bottom:.5rem!important}.center img{max-width:50%;height:auto;margin:0 auto;display:block}@media (max-width:768px){.center img{max-width:100%}}[saved-theme=dark] .graph-outer{border-radius:none;box-sizing:border-box;border:1.5px solid #8fbcbb;padding:.5rem}[saved-theme=light] .graph-outer{border-radius:none;box-sizing:border-box;border:2px solid #e5e9f0;padding:.5rem}.page-header .darkmode{cursor:pointer;z-index:10!important;background:0 0!important;border:none!important;padding:2.2rem!important;position:absolute!important;top:1.2rem!important;left:1.2rem!important;right:auto!important}.page-header .darkmode svg{filter:drop-shadow(0 2px 4px #0000004d);width:24px;height:24px}.page-header .darkmode:hover svg{opacity:.8}.align-right{text-align:right}.align-center{text-align:center}:root{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--highlight:#8fca9026;--textHighlight:#fff23688;--titleFont:"Raleway",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Raleway",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Roboto",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"JetBrains Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}:root[saved-theme=dark]{--light:#4c566a;--lightgray:#4c566a;--gray:#d8dee9;--darkgray:#eceff4;--dark:#eceff4;--secondary:#8fbcbb;--tertiary:#a3be8c;--highlight:#8fbcbb26;--textHighlight:#b3aa0288}