.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}#navbar{margin:0}#navbar ul{gap:1rem;margin:0;padding:0;list-style:none;display:flex}#navbar button.explorer-toggle{font-family:inherit;font-size:inherit;color:var(--secondary);cursor:pointer;background:0 0;border:none;margin:0;padding:0}#navbar button.explorer-toggle:hover{color:var(--tertiary);text-decoration:underline}html[saved-theme=dark] #navbar button.explorer-toggle{color:var(--secondary)}html[saved-theme=dark] #navbar button.explorer-toggle:hover{color:var(--tertiary)}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.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:","}.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}.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.page .center>article>.toc{background-color:var(--highlight);border:1px solid var(--lightgray);border-radius:8px;max-width:100%;margin:1.5rem 0 2rem;padding:1rem}@media (max-width:768px){.page .center>article>.toc{margin:1rem 0 1.5rem;padding:.8rem}}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}.page .center>article>.toc:has(button.toc-header.collapsed){padding:.8rem 1rem}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}.page .center>article>.toc button.toc-header h3{color:var(--dark);font-size:1.1rem;font-weight:600}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}.page .center>article>.toc button.toc-header:hover{color:var(--secondary)}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}.page .center>article>.toc ul.toc-content.overflow{max-height:none;margin:.8rem 0 0}.page .center>article>.toc ul.toc-content.overflow>li>a{opacity:.7;border-radius:4px;padding:.2rem 0;transition:all .2s;display:block}.page .center>article>.toc ul.toc-content.overflow>li>a:hover{opacity:1;color:var(--secondary);background-color:#ffffff1a;padding-left:.3rem}.page .center>article>.toc ul.toc-content.overflow>li>a.in-view{opacity:1;color:var(--secondary);font-weight:500}.page .center>article>.toc ul.toc-content.overflow li{margin:.1rem 0}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}.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{background-color:color-mix(in srgb,var(--lightgray)60%,var(--light));font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.search>.search-button>p{padding:0 1rem;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:2px;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}@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{grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out;display:grid}.explorer-content .folder-outer.open{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-y:auto;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}}.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}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}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}@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;line-height:normal;font-size:initial;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;border-radius:5px;padding:0 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{font-size:1.5rem}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}.explorer .explorer-content a,.explorer .explorer-content a:hover{text-decoration:none!important}.explorer .explorer-content .folder-container{margin:.1rem 0;line-height:1.6}.explorer .explorer-content .folder-outer .content li{line-height:1.6;position:relative}.explorer .explorer-content .folder-outer .content li>a{position:relative;text-decoration:none!important}.explorer .explorer-content .folder-outer .content li>a:before{content:"• ";color:var(--gray);margin-right:.3rem;font-weight:700}.explorer .explorer-content .folder-outer .content li>a:hover{color:var(--secondary);text-decoration:none!important}.explorer .explorer-content>ul>li:not(:has(.folder-container)){line-height:1.6;position:relative}.explorer .explorer-content>ul>li:not(:has(.folder-container))>a{text-decoration:none!important}.explorer .explorer-content>ul>li:not(:has(.folder-container))>a:before{content:"• ";color:var(--gray);margin-right:.3rem;font-weight:700}.explorer .explorer-content>ul>li:not(:has(.folder-container))>a:hover{color:var(--secondary);text-decoration:none!important}.explorer .explorer-content .folder-title{text-decoration:none!important}article p,article li{font-family:Noto Sans,sans-serif;line-height:2!important}article h1,article h2,article h3{font-family:Merriweather,serif;font-weight:700}article ul li,article ol li{margin:.3rem 0}.tags a,a.tag-link,a.internal{color:var(--secondary);text-decoration:none!important}.tags a:hover,a.tag-link:hover,a.internal:hover{color:var(--tertiary);text-decoration:underline}article img{border-radius:8px;margin:1.5rem auto;display:block;box-shadow:0 4px 12px #0000001a;max-width:100%!important;height:auto!important}@media (max-width:768px){article img{border-radius:6px;margin:1rem auto}}@media (min-width:769px) and (max-width:1024px){article img{max-width:90%}}@media (min-width:1025px){article img{max-width:80%}}article>p:first-of-type img{border-radius:12px;margin:0 auto 2rem;box-shadow:0 6px 20px #00000026;max-width:100%!important}@media (max-width:768px){article>p:first-of-type img{border-radius:8px;margin:0 auto 1.5rem}}@media (min-width:769px) and (max-width:1024px){article>p:first-of-type img{max-width:85%}}@media (min-width:1025px){article>p:first-of-type img{max-width:70%}}article img{transition:transform .3s,box-shadow .3s}article img:hover{transform:scale(1.05);box-shadow:0 8px 20px #0003}.sidebar.left .flex-component{align-items:center;gap:.75rem;width:100%;margin-bottom:1rem;display:flex!important}.sidebar.left .flex-component>:first-child{flex:1;min-width:0}.sidebar.left .flex-component>:last-child{flex-shrink:0;margin-left:.5rem}@media (max-width:768px){.sidebar.left .flex-component{flex-direction:row;gap:.5rem;margin-bottom:.75rem}}.sidebar.left .search{margin-bottom:0!important}.sidebar.left .search input{width:100%;height:2.5rem}.sidebar.left .darkmode{border-radius:6px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:0!important;display:flex!important}.sidebar.left .darkmode:hover{background-color:var(--lightgray)}.page #quartz-body .sidebar.left .flex-component{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important;margin-bottom:1rem!important;display:flex!important}.page #quartz-body .sidebar.left .flex-component>:first-child{flex:1!important;margin-bottom:0!important}.page #quartz-body .sidebar.left .flex-component>:nth-child(2){flex:none!important;margin-bottom:0!important;margin-left:.5rem!important}.page #quartz-body .sidebar.left .search{width:100%!important;margin-bottom:0!important}.page #quartz-body .sidebar.left .darkmode{margin-bottom:0!important;display:inline-flex!important}body[saved-theme=light],body:not([saved-theme]){background-color:var(--light);color:var(--dark)}body[saved-theme=light] .page,body:not([saved-theme]) .page{background-color:var(--light)}body[saved-theme=light] .sidebar,body:not([saved-theme]) .sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f4f1e8cc}body[saved-theme=light] .search input,body:not([saved-theme]) .search input{border:1px solid var(--lightgray);background-color:#e8e2d5b3}body[saved-theme=light] .search input:focus,body:not([saved-theme]) .search input:focus{border-color:var(--secondary);background-color:#f4f1e8e6}body[saved-theme=light] pre,body:not([saved-theme]) pre{border:1px solid var(--lightgray);background-color:#e8e2d580!important}body[saved-theme=light] p code,body[saved-theme=light] li code,body[saved-theme=light] td code,body[saved-theme=light] h1 code,body[saved-theme=light] h2 code,body[saved-theme=light] h3 code,body[saved-theme=light] h4 code,body[saved-theme=light] h5 code,body[saved-theme=light] h6 code,body:not([saved-theme]) p code,body:not([saved-theme]) li code,body:not([saved-theme]) td code,body:not([saved-theme]) h1 code,body:not([saved-theme]) h2 code,body:not([saved-theme]) h3 code,body:not([saved-theme]) h4 code,body:not([saved-theme]) h5 code,body:not([saved-theme]) h6 code{letter-spacing:.02em;color:#3c2e1f!important;background-color:#8b691433!important;border:1px solid #8b691466!important;border-radius:4px!important;padding:.15em .35em!important;font-size:.9em!important;font-weight:700!important}body[saved-theme=light] blockquote,body:not([saved-theme]) blockquote{border-left:4px solid var(--secondary);background-color:#8b69141a;margin:1rem 0;padding:1rem;font-style:italic}body[saved-theme=light] .table-container,body:not([saved-theme]) .table-container{background-color:#f4f1e8e6;border:1px solid #8b69144d}body[saved-theme=light] .table-container table,body:not([saved-theme]) .table-container table{background-color:#0000}body[saved-theme=light] .table-container table th,body:not([saved-theme]) .table-container table th{color:var(--dark);background-color:#8b691426;border:1px solid #8b69144d;font-weight:700}body[saved-theme=light] .table-container table td,body:not([saved-theme]) .table-container table td{color:var(--darkgray);background-color:#f4f1e880;border:1px solid #8b691433}body[saved-theme=light] .table-container table tr:nth-child(2n),body:not([saved-theme]) .table-container table tr:nth-child(2n),body[saved-theme=light] .table-container table tr:nth-child(2n) td,body:not([saved-theme]) .table-container table tr:nth-child(2n) td{background-color:#e8e2d566}body[saved-theme=light] .table-container table tr:hover,body:not([saved-theme]) .table-container table tr:hover,body[saved-theme=light] .table-container table tr:hover td,body:not([saved-theme]) .table-container table tr:hover td{background-color:#8b69141a}body[saved-theme=light] a,body:not([saved-theme]) a{color:var(--secondary)}body[saved-theme=light] a:hover,body:not([saved-theme]) a:hover{color:var(--tertiary)}body[saved-theme=light] a.internal,body:not([saved-theme]) a.internal{background-color:#b8860b1a}body[saved-theme=light] img,body:not([saved-theme]) img{filter:sepia(10%)saturate(90%)brightness(105%);transition:filter .3s}body[saved-theme=light] img:hover,body:not([saved-theme]) img:hover{filter:sepia(5%)saturate()brightness(110%)}html[saved-theme=dark] body{color:#ebebec!important;background-color:#161618!important}html[saved-theme=dark] .page{background-color:#161618!important}html[saved-theme=dark] .sidebar{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#161618!important}html[saved-theme=dark] .page #quartz-body .sidebar.left{background-color:#161618!important}html[saved-theme=dark] .page #quartz-body .sidebar.left *,html[saved-theme=dark] .page #quartz-body .sidebar.left .page-title,html[saved-theme=dark] .page #quartz-body .sidebar.left .page-title *,html[saved-theme=dark] .page #quartz-body .sidebar.left .explorer,html[saved-theme=dark] .page #quartz-body .sidebar.left .explorer *{color:#ebebec!important;background-color:#161618!important}html[saved-theme=dark] .page #quartz-body .sidebar.left input,html[saved-theme=dark] .page #quartz-body .sidebar.left button{color:#ebebec!important;background-color:#393639!important;border:1px solid #646464!important}html[saved-theme=dark] .page #quartz-body .sidebar.left a{color:#ebebec!important;background-color:#0000!important}html[saved-theme=dark] .page #quartz-body .sidebar.left a:hover{color:#7b97aa!important;background-color:#393639!important}html[saved-theme=dark] p code,html[saved-theme=dark] li code,html[saved-theme=dark] td code,html[saved-theme=dark] h1 code,html[saved-theme=dark] h2 code,html[saved-theme=dark] h3 code,html[saved-theme=dark] h4 code,html[saved-theme=dark] h5 code,html[saved-theme=dark] h6 code{letter-spacing:.02em;color:#e8e8e8!important;background-color:#ffffff1a!important;border:1px solid #fff3!important;border-radius:4px!important;padding:.15em .35em!important;font-size:.9em!important;font-weight:700!important}html[saved-theme=dark] pre{border:1px solid #646464;background-color:#393639!important}html[saved-theme=dark] img{filter:none!important}html[saved-theme=dark] .table-container{border-radius:8px;background-color:#1e1e20!important;border:1px solid #4a4a4c!important}html[saved-theme=dark] .table-container table{background-color:#0000!important}html[saved-theme=dark] .table-container table th{color:#ebebec!important;text-shadow:none!important;background-color:#2a2a2c!important;border:1px solid #4a4a4c!important;font-weight:700!important}html[saved-theme=dark] .table-container table td{color:#d4d4d4!important;background-color:#1e1e20!important;border:1px solid #393639!important}html[saved-theme=dark] .table-container table tr:nth-child(2n),html[saved-theme=dark] .table-container table tr:nth-child(2n) td{background-color:#252527!important}html[saved-theme=dark] .table-container table tr:hover{background-color:#2d2d2f!important}html[saved-theme=dark] .table-container table tr:hover td{color:#ebebec!important;background-color:#2d2d2f!important}html[saved-theme=dark] .table-container table tr:hover th{background-color:#353537!important}body[saved-theme=dark] .page #quartz-body .sidebar.left{background-color:#161618!important}body[saved-theme=dark] .page #quartz-body .sidebar.left *{color:#ebebec!important;background-color:#161618!important}.toc a,.toc a:hover,.toc ul li a,.toc ul li a:hover,.table-of-contents a,.table-of-contents a:hover,.sidebar.right .toc a,.sidebar.right .toc a:hover,ove underlines from email links a[href^=mailto\:],ove underlines from email links a[href^=mailto\:]:hover,a.external,a.external:hover,ove underlines from page title .page-title a,ove underlines from page title .page-title a:hover,.sidebar.left .page-title a,.sidebar.left .page-title a:hover,.page-header .page-title a,.page-header .page-title a:hover{text-decoration:none!important}body[saved-theme=light] .page .center>article>.toc,body:not([saved-theme]) .page .center>article>.toc{background-color:#e8e2d566;border:1px solid #8b69144d}body[saved-theme=light] .page .center>article>.toc button.toc-header h3,body:not([saved-theme]) .page .center>article>.toc button.toc-header h3{color:var(--dark)}body[saved-theme=light] .page .center>article>.toc ul.toc-content.overflow>li>a,body:not([saved-theme]) .page .center>article>.toc ul.toc-content.overflow>li>a{color:var(--darkgray)}body[saved-theme=light] .page .center>article>.toc ul.toc-content.overflow>li>a:hover,body:not([saved-theme]) .page .center>article>.toc ul.toc-content.overflow>li>a:hover{color:var(--secondary);background-color:#8b69141a}body[saved-theme=light] .page .center>article>.toc ul.toc-content.overflow>li>a.in-view,body:not([saved-theme]) .page .center>article>.toc ul.toc-content.overflow>li>a.in-view{color:var(--secondary)}html[saved-theme=dark] .page .center>article>.toc{background-color:#2a2a2c!important;border:1px solid #4a4a4c!important}html[saved-theme=dark] .page .center>article>.toc button.toc-header,html[saved-theme=dark] .page .center>article>.toc button.toc-header h3{color:#ebebec!important}html[saved-theme=dark] .page .center>article>.toc button.toc-header:hover,html[saved-theme=dark] .page .center>article>.toc button.toc-header:hover h3{color:#7b97aa!important}html[saved-theme=dark] .page .center>article>.toc ul.toc-content.overflow>li>a{color:#d4d4d4!important}html[saved-theme=dark] .page .center>article>.toc ul.toc-content.overflow>li>a:hover{color:#7b97aa!important;background-color:#7b97aa1a!important}html[saved-theme=dark] .page .center>article>.toc ul.toc-content.overflow>li>a.in-view{color:#7b97aa!important}@media (max-width:768px){article{padding:10px}.sidebar.left .search input{height:2rem}}:root{--light:#f9f5f0;--lightgray:#e8e2d5;--gray:#c4b896;--darkgray:#5d5a4f;--dark:#3e3b32;--secondary:#b68b3c;--tertiary:#a0956b;--highlight:#ffc80033;--textHighlight:#d4af37aa;--titleFont:"Merriweather",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Merriweather",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Noto Sans, sans-serif",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}:root[saved-theme=dark]{--light:#1a1a1a;--lightgray:#393639;--gray:#646464;--darkgray:#d4d4d4;--dark:#f0f0f0;--secondary:#b68b3c;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#b3aa0288}