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}.bookmark-btn{cursor:pointer;color:var(--darkgray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:.69rem;transition:background-color .2s;display:inline-flex}.bookmark-btn svg{width:20px;height:20px}.bookmark-btn:hover{background-color:var(--header-btn-bg,--lightgray)}.bookmark-text{font-size:1rem;font-weight:500}.bookmark-btn.active .bookmark-icon{fill:var(--secondary);stroke:var(--secondary)}.bookmark-btn.active .bookmark-text{color:var(--secondary)}.bookmark-modal,.bookmark-modal-overlay{z-index:1000;width:100vw;height:100vh;position:fixed;top:0;left:0}.bookmark-modal-overlay{background:#0000004d}.bookmark-modal{background:var(--light);width:400px;max-width:calc(100% - 80px);height:fit-content;box-shadow:0 4px 12px var(--box-shadow);z-index:1001;border-radius:8px;padding:1.5rem;position:fixed;top:50%;bottom:0;left:50%;transform:translate(-50%,-50%)}.bookmark-modal-title{margin-bottom:.5rem;font-weight:700}.bookmark-modal-desc{margin-bottom:1rem}.bookmark-modal-buttons{justify-content:flex-end;gap:.5rem;display:flex}.bookmark-modal-btn{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem}.bookmark-modal-btn.primary{background:var(--secondary);color:#fff}.bookmark-modal-btn.secondary{background:var(--lightgray);color:var(--darkgray)}.offline-notice{color:#b71c1c;text-align:center;background:#ffeaea;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;display:none}body.offline .offline-notice{display:block}.media-share{display:inline-block;position:relative}.share-button{cursor:pointer;color:var(--darkgray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:.69rem;transition:background-color .3s;display:flex}.share-button:hover{background-color:var(--header-btn-bg,--lightgray)}.share-text{font-size:1rem;font-weight:500}.share-dropdown{background-color:var(--light);width:150px;box-shadow:0 4px 12px var(--box-shadow);opacity:0;visibility:hidden;z-index:1;border:none;border-radius:6px;margin-top:10px;transition:opacity .3s,transform .3s,visibility 0s .3s;position:fixed;transform:translateY(-10px)}.share-dropdown.active{opacity:1;visibility:visible;transition:opacity .3s,transform .3s;transform:translateY(0)}.share-option{color:var(--darkgray);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:-webkit-fill-available;padding:10px 15px;font-size:14px;text-decoration:none;transition:background-color .2s;display:flex}.share-option:hover{background-color:var(--lightgray)}.share-option svg{width:20px;height:20px;margin-right:10px}.copy-feedback{z-index:2;background-color:var(--light);color:var(--dark);opacity:0;border-radius:4px;margin-bottom:10px;padding:6px 12px;font-size:12px;transition:opacity .3s,transform .3s;position:absolute;transform:translateY(10px);box-shadow:0 2px 8px #00000026}.copy-feedback.active{opacity:1;transform:translateY(0)}.graph{display:inline-block;position:relative}.graph .graph-trigger-button{cursor:pointer;color:var(--darkgray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:.69rem;transition:background-color .3s;display:flex}.graph .graph-trigger-button:hover{background-color:var(--header-btn-bg,--lightgray)}.graph .graph-trigger-button .graph-text{font-size:1rem;font-weight:500}.graph .graph-container-outer{z-index:-2;width:100vw;height:100vh;position:fixed;top:0;left:0}.graph .graph-container-outer.active{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,var(--graph-bg-alpha,0))}.graph .graph-container-outer .graph-container{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.graph .graph-container-outer .graph-container:after{content:"";-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);opacity:1;transition:opacity .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.graph .graph-container-outer.active .graph-container{opacity:1;pointer-events:all}.graph .graph-container-outer.active .graph-container:after{opacity:0;pointer-events:none}.graph .graph-container-outer .graph-close-button{cursor:pointer;opacity:0;pointer-events:none;z-index:1001;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:20px;right:20px}.graph .graph-container-outer.active .graph-close-button{opacity:1;pointer-events:all}.language-switcher{display:inline-block;position:relative}.language-button{cursor:pointer;color:var(--darkgray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:.69rem;transition:background-color .3s;display:flex}.language-button:hover{background-color:var(--header-btn-bg,--lightgray)}.language-text{font-size:1rem;font-weight:500}.language-dropdown{background-color:var(--light);width:150px;box-shadow:0 4px 12px var(--box-shadow);opacity:0;visibility:hidden;z-index:1;border:none;border-radius:6px;margin-top:10px;transition:opacity .3s,transform .3s,visibility 0s .3s;position:fixed;transform:translateY(-10px)}.language-dropdown.active{opacity:1;visibility:visible;transition:opacity .3s,transform .3s;transform:translateY(0)}.language-option{color:var(--darkgray);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:-webkit-fill-available;padding:10px 15px;font-size:14px;text-decoration:none;transition:background-color .2s;display:flex}.language-option:hover{background-color:var(--lightgray)}.language-option span.language-flag{margin-right:10px;font-size:16px;font-weight:700}.language-option span.language-name{font-size:14px}.language-option.active{background-color:var(--lightgray)}.readermode{cursor:pointer;color:var(--darkgray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:.69rem;transition:background-color .2s;display:flex;position:relative}.readermode:hover{background-color:var(--header-btn-bg,--lightgray)}.readermode svg{fill:none;width:20px;height:20px;stroke:var(--darkgray);transition:opacity .1s;top:calc(50% - 10px)}.readermode .readermode-text{font-size:1rem;font-weight:500}: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}.edit-page-btn{cursor:pointer;color:var(--darkgray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:.69rem;transition:background-color .2s;display:inline-flex}.edit-page-btn svg{width:20px;height:20px}.edit-page-btn:hover{background-color:var(--header-btn-bg,--lightgray);color:var(--darkgray)}.edit-text{font-size:1rem;font-weight:500}.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}.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}.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:","}.contributors{margin:1rem 0}.contributors-container{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.contributors-container .contributor{display:inline-block}.contributors-container .contributor img{border-radius:50%;width:32px;height:32px;margin:0;transition:transform .2s}.contributors-container .contributor:hover img{transform:scale(1.1)}.contributors-container .contributor-total{background-color:var(--lightgray);width:32px;height:32px;color:var(--darkgray);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 8px #00000026}body[data-theme=dark] .contributors-container .contributor-total{background-color:var(--secondary);color:var(--dark)}.contributor-icon{width:18px;height:18px}.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}.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}.recent-notes>h3{margin:.5rem 0 0;font-size:1rem}.recent-notes>ul.recent-ul{margin-top:1rem;padding-left:0;list-style:none}.recent-notes>ul.recent-ul>li{margin:1rem 0}.recent-notes>ul.recent-ul>li .section>.desc>h3>a{background-color:#0000}.recent-notes>ul.recent-ul>li .section>.meta{opacity:.6;margin:0 0 .5rem}#progress{cursor:pointer;z-index:1;opacity:0;visibility:hidden;border-radius:50%;place-items:center;width:2rem;height:2rem;transition:all .2s;display:none;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 2px 5px #00000026}#progress.visible{opacity:1;visibility:visible;display:grid;transform:translate(-50%)translateY(0)}#progress:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 4px 8px #0000004f}#progress-value{background-color:var(--light);border-radius:50%;place-items:center;width:calc(100% - .4rem);height:calc(100% - .4rem);display:grid}#progress-value svg{width:1.2rem;height:1.2rem}.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: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}}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}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:1px solid var(--border);background-color: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-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .3s;display:grid}.callout>.callout-content>.callout-content-inner{overflow:hidden}.callout>.callout-content>.callout-content-inner>:first-child{margin-top:0}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=todo]{--callout-icon:var(--callout-icon-todo)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=bug]{--callout-icon:var(--callout-icon-bug)}.callout[data-callout=danger]{--callout-icon:var(--callout-icon-danger)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;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,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size)var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}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{color:var(--darkgray);fill:var(--darkgray);-webkit-hyphens:auto;hyphens:auto}p,ul,text,a,li,ol,ul,.katex,.math{overflow-wrap:anywhere}.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.internal.tag-link:before{content:"#"}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"/320px auto 320px;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"/320px 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{box-sizing:border-box;gap:2rem;height:100vh;padding:6rem 2rem 2rem;display:flex;position:sticky;top:0}.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;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit}}@media not (min-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;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}body{--image-border-color:var(--background-modifier-border);--image-border-width:1px;--image-border-padding:8px;--image-border-background:var(--td);--micro:70px;--tiny:100px;--small:200px;--small-med:300px;--med-small:400px;--medium:500px;--med-tall:600px;--tall:700px}.popover.hover-popover{--micro:70px;--tiny:100px;--small:150px;--small-med:200px;--med-small:250px;--medium:300px;--med-tall:450px;--tall:500px}@media (max-width:500px){.theme-dark,.theme-light{--radius:0px;--micro:70px;--tiny:100px;--small:150px;--small-med:200px;--med-small:250px;--medium:300px;--med-tall:450px;--tall:500px}}img:is([alt*=cover],[alt*=cvr]),.image-embed:is([src*=\#cover],[src*=\#cvr]),span.image-embed:is([src*=\#cover],[src*=\#cvr]) img{object-fit:cover}img[alt][alt]:not([alt*=relative])[alt*=hmicro]{height:var(--micro)}img[alt][alt]:not([alt*=relative])[alt*=htiny]{height:var(--tiny)}img[alt][alt]:not([alt*=relative])[alt*=hsmall]{height:var(--small)}img[alt][alt]:not([alt*=relative])[alt*=hs-med]{height:var(--small-med)}img[alt][alt]:not([alt*=relative])[alt*=hm-sm]{height:var(--med-small)}img[alt][alt]:not([alt*=relative])[alt*=hmed]{height:var(--medium)}img[alt][alt]:not([alt*=relative])[alt*=hm-tl]{height:var(--med-tall)}img[alt][alt]:not([alt*=relative])[alt*=htall]{height:var(--tall)}img[alt][alt]:not([alt*=relative])[alt*=hfull]{height:100%}img[alt][alt]:not([alt*=relative])[alt*=wmicro]{width:var(--micro)}img[alt][alt]:not([alt*=relative])[alt*=wtiny]{width:var(--tiny)}img[alt][alt]:not([alt*=relative])[alt*=wsmall]{width:var(--small)}img[alt][alt]:not([alt*=relative])[alt*=ws-med]{width:var(--small-med)}img[alt][alt]:not([alt*=relative])[alt*=wm-sm]{width:var(--med-small)}img[alt][alt]:not([alt*=relative])[alt*=wmed]{width:var(--medium)}img[alt][alt]:not([alt*=relative])[alt*=wm-tl]{width:var(--med-tall)}img[alt][alt]:not([alt*=relative])[alt*=wtall]{width:var(--tall)}img[alt][alt]:not([alt*=relative])[alt*=wfull]{width:100%}.image-embed[alt][alt*=relative],div:not(.image-embed)>img[alt][alt*=relative]{--micro:10%;--tiny:20%;--small:30%;--small-med:40%;--med-small:50%;--medium:60%;--med-tall:70%;--tall:85%}.image-embed[alt][alt*=relative][alt*=wmicro],div:not(.image-embed)>img[alt][alt*=relative][alt*=wmicro]{width:var(--micro)}.image-embed[alt][alt*=relative][alt*=wtiny],div:not(.image-embed)>img[alt][alt*=relative][alt*=wtiny]{width:var(--tiny)}.image-embed[alt][alt*=relative][alt*=wsmall],div:not(.image-embed)>img[alt][alt*=relative][alt*=wsmall]{width:var(--small)}.image-embed[alt][alt*=relative][alt*=ws-med],div:not(.image-embed)>img[alt][alt*=relative][alt*=ws-med]{width:var(--small-med)}.image-embed[alt][alt*=relative][alt*=wm-sm],div:not(.image-embed)>img[alt][alt*=relative][alt*=wm-sm]{width:var(--med-small)}.image-embed[alt][alt*=relative][alt*=wmed],div:not(.image-embed)>img[alt][alt*=relative][alt*=wmed]{width:var(--medium)}.image-embed[alt][alt*=relative][alt*=wm-tl],div:not(.image-embed)>img[alt][alt*=relative][alt*=wm-tl]{width:var(--med-tall)}.image-embed[alt][alt*=relative][alt*=wtall],div:not(.image-embed)>img[alt][alt*=relative][alt*=wtall]{width:var(--tall)}.image-embed[alt][alt*=relative][alt*=hmicro],div:not(.image-embed)>img[alt][alt*=relative][alt*=hmicro]{width:var(--micro)}.image-embed[alt][alt*=relative][alt*=htiny],div:not(.image-embed)>img[alt][alt*=relative][alt*=htiny]{width:var(--tiny)}.image-embed[alt][alt*=relative][alt*=hsmall],div:not(.image-embed)>img[alt][alt*=relative][alt*=hsmall]{width:var(--small)}.image-embed[alt][alt*=relative][alt*=hs-med],div:not(.image-embed)>img[alt][alt*=relative][alt*=hs-med]{width:var(--small-med)}.image-embed[alt][alt*=relative][alt*=hm-sm],div:not(.image-embed)>img[alt][alt*=relative][alt*=hm-sm]{width:var(--med-small)}.image-embed[alt][alt*=relative][alt*=hmed],div:not(.image-embed)>img[alt][alt*=relative][alt*=hmed]{width:var(--medium)}.image-embed[alt][alt*=relative][alt*=hm-tl],div:not(.image-embed)>img[alt][alt*=relative][alt*=hm-tl]{width:var(--med-tall)}.image-embed[alt][alt*=relative][alt*=htall],div:not(.image-embed)>img[alt][alt*=relative][alt*=htall]{width:var(--tall)}.image-embed[alt][alt*=relative][alt*=hfull],div:not(.image-embed)>img[alt][alt*=relative][alt*=hfull]{width:100%}.image-embed[alt][alt*=relative],div:not(.image-embed)>img[alt][alt*=relative]{object-fit:cover;max-height:100%;margin:auto;display:block}.img-adj-center.img-adj-center img,img:is([alt*=ctr],[alt*=center]){margin-left:auto;margin-right:auto;display:block}.img-adj-center.img-adj-center .is-live-preview img{margin-left:auto!important;margin-right:auto!important}.markdown-rendered img:is([alt*=left],[alt*=locl]),.markdown-rendered img:is([src*=\#left],[src*=\#locl]),.markdown-rendered .image-embed:is([alt*=left],[alt*=locl]),.markdown-rendered .image-embed:is([src*=\#left],[src*=\#locl]){float:left;margin-top:0;margin-bottom:0;margin-right:2%}.markdown-rendered img:is([alt*=right],[alt*=locr]),.markdown-rendered img:is([src*=\#right],[src*=\#locr]),.markdown-rendered .image-embed:is([alt*=right],[alt*=locr]),.markdown-rendered .image-embed:is([src*=\#right],[src*=\#locr]){float:right;margin-bottom:0;margin-left:2%}img[alt*=p\+],.image-embed[src*="#p+"] img{object-fit:cover}img[alt*=p\+c],.image-embed[src*="#p+c"] img{object-position:center}img[alt*=p\+t],.image-embed[src*="#p+t"] img{object-position:top}img[alt*=p\+b],.image-embed[src*="#p+b"] img{object-position:bottom}img[alt*=p\+l],.image-embed[src*="#p+l"] img{object-position:left}img[alt*=p\+r],.image-embed[src*="#p+r"] img{object-position:right}img[alt*=p\+cl],.image-embed[src*="#p+cl"] img{object-position:15%}img[alt*=p\+ccl],.image-embed[src*="#p+ccl"] img{object-position:25%}img[alt*=p\+cr],.image-embed[src*="#p+cr"] img{object-position:60%}img[alt*=p\+ccr],.image-embed[src*="#p+ccr"] img{object-position:75%}img[alt*=p\+tc],.image-embed[src*="#p+tc"] img{object-position:50% 10%}img[alt*=p\+tcc],.image-embed[src*="#p+tcc"] img{object-position:50% 20%}img[alt*=p\+cct],.image-embed[src*="#p+cct"] img{object-position:50% 30%}img[alt*=p\+ct],.image-embed[src*="#p+ct"] img{object-position:50% 40%}img[alt*=p\+cb],.image-embed[src*="#p+cb"] img{object-position:50% 60%}img[alt*=p\+ccb],.image-embed[src*="#p+ccb"] img{object-position:50% 70%}img[alt*=p\+bc],.image-embed[src*="#p+bc"] img{object-position:50% 80%}img[alt*=p\+bcc],.image-embed[src*="#p+bcc"] img{object-position:50% 90%}.theme-dark img[alt*=invertb],.theme-dark .image-embed[src*=\#invertb]{filter:invert()hue-rotate(180deg)}.theme-dark img[alt*=invertbc],.theme-dark .image-embed[src*=\#invertbc]{filter:invert()hue-rotate(180deg)contrast(1.5)}.theme-light img[alt*=invertw],.theme-light .image-embed[src*=\#invertw]{filter:invert()hue-rotate(180deg)}.theme-light img[alt*=invertwc],.theme-light .image-embed[src*=\#invertwc]{filter:invert()hue-rotate(180deg)contrast(1.45)}img:is([alt*=flip-x],[alt*=flip-horizontal]){transform:scaleX(-1)}img:is([alt*=flip-y],[alt*=flip-vertical]){transform:scaleY(-1)}img:is([alt*=flip-xy],[alt*=flip-vertical-horizontal]){transform:scale(-1)}img[alt*=cover],img:is([alt*=cover],[alt*=cvr]),.image-embed:is([src*=\#cover],[src*=\#cvr]),span.image-embed:is([src*=\#cover],[src*=\#cvr]) img{object-fit:cover}:is(img,.image-embed)[alt*=clear],.image-embed[src*=\#clear]{clear:both}img[alt*=unclr],.image-embed[src*=\#unclr]{clear:none!important}img:is([alt~=lp],[alt~=live-preview]):is([alt*=right],[alt*=locr]),.image-embed:is([alt~=lp],[alt~=live-preview]):is([alt*=right],[alt*=locr]){float:right!important}img:is([alt~=lp],[alt~=live-preview]):is([alt*=left],[alt*=locl]),.image-embed:is([alt~=lp],[alt~=live-preview]):is([alt*=left],[alt*=locl]){float:left!important}.clear-hr{--hr-width:100%}.clear-headings :is(h1,h2,h3,h4,h5,h6),.clear-heading-1 h1,.clear-heading-2 h2,.clear-heading-3 h3,.clear-heading-4 h4,.clear-heading-5 h5,.clear-heading-6 h6{clear:both}img[alt*=banner]:not([width]),.image-embed[alt*=banner]:not([width]) img{object-fit:cover;clear:both;width:100%;margin-bottom:0;display:block}img[alt~=banner],.image-embed[alt~=banner] img,.image-embed[src*=\#banner]{height:var(--small)}img[alt~=banner\+small],.image-embed[alt~=banner\+small] img,.image-embed[src*="#banner+small"]{height:var(--tiny)}img[alt~=banner\+tall],.image-embed[alt~=banner\+tall] img,.image-embed[src*="#banner+tall"]{height:var(--medium)}:is(img,.internal-embed)[alt*=sban],:is(img,.internal-embed)[alt~=sban],.internal-embed[src*=\#sban] img{object-fit:cover;width:100%}img[alt*=portrait],.image-embed[alt*=portrait] img{object-fit:cover}img[alt~=portrait],.image-embed[alt~=portrait] img,.image-embed[src~=\#portrait]{height:var(--small-med);width:40%}img[alt~=portrait\+small],.image-embed[alt~=portrait\+small] img,.image-embed[src~="#portrait+small"]{height:var(--small);width:25%}img[alt~=portrait\+tall],.image-embed[alt~=portrait\+tall] img,.image-embed[src~="#portrait+tall"]{width:50%;height:500px}img[alt*=profile],.image-embed[alt*=profile] img{object-fit:cover;border-radius:50%}img[alt~=profile],.image-embed[alt~=profile] img,.image-embed[src*=\#profile]{height:var(--tiny);width:var(--tiny)}img[alt~=profile\+medium],.image-embed[alt~=profile\+medium] img,.image-embed[src*="#profile+medium"]{height:var(--small);width:var(--small)}img[alt~=profile\+tall],.image-embed[alt~=profile\+tall] img,.image-embed[src*="#profile+tall"]{height:var(--medium);width:var(--medium)}img[alt~=sprf]{object-fit:cover;border-radius:100%}img[alt][alt*=circle]{border-radius:50%}img[alt~=square],.image-embed[alt~=square] img{border-radius:0}img[alt~=border],.internal-embed[alt~=border] img{border:var(--image-border-width)solid var(--image-border-color);padding:var(--image-border-padding);background:var(--image-border-background)}.image-captions .image-embed:after,.image-embed[src*=\#cap]:after{content:attr(alt);color:var(--inactive,var(--faint-text));text-align:center;display:block}.image-embed[src*=\#cap]{display:inline-block}.image-embed[src*=\#cap] img{object-fit:cover;float:unset!important}.image-embed[src*=\#cap][src*=\#hmicro] img{height:var(--micro)}.image-embed[src*=\#cap][src*=\#htiny] img{height:var(--tiny)}.image-embed[src*=\#cap][src*=\#hsmall] img{height:var(--small)}.image-embed[src*=\#cap][src*=\#hs-med] img{height:var(--small-med)}.image-embed[src*=\#cap][src*=\#hm-sm] img{height:var(--med-small)}.image-embed[src*=\#cap][src*=\#hmed] img{height:var(--medium)}.image-embed[src*=\#cap][src*=\#hm-tl] img{height:var(--med-tall)}.image-embed[src*=\#cap][src*=\#htall] img{height:var(--tall)}.image-embed[src*=\#cap][src*=\#hfull] img{height:100%}.image-embed[src*=\#cap][src*=\#wmicro],.image-embed[src*=\#cap][src*=\#wmicro] img{width:var(--micro)}.image-embed[src*=\#cap][src*=\#wtiny],.image-embed[src*=\#cap][src*=\#wtiny] img{width:var(--tiny)}.image-embed[src*=\#cap][src*=\#wsmall],.image-embed[src*=\#cap][src*=\#wsmall] img{width:var(--small)}.image-embed[src*=\#cap][src*=\#ws-med],.image-embed[src*=\#cap][src*=\#ws-med] img{width:var(--small-med)}.image-embed[src*=\#cap][src*=\#wm-sm],.image-embed[src*=\#cap][src*=\#wm-sm] img{width:var(--med-small)}.image-embed[src*=\#cap][src*=\#wmed],.image-embed[src*=\#cap][src*=\#wmed] img{width:var(--medium)}.image-embed[src*=\#cap][src*=\#wm-tl],.image-embed[src*=\#cap][src*=\#wm-tl] img{width:var(--med-tall)}.image-embed[src*=\#cap][src*=\#wtall],.image-embed[src*=\#cap][src*=\#wtall] img{width:var(--tall)}.image-embed[src*=\#cap][src*=\#wfull],.image-embed[src*=\#cap][src*=\#wfull] img{width:100%}.mobile-image-viewer img[alt][alt][alt]{object-fit:contain;width:100%;height:100%}.img-adj-list :is(ul,ol){display:flow-root}:root[saved-theme=light]{--graph-bg-alpha:0;--header-btn-bg:var(--lightgray);--box-shadow:#0000001a}:root[saved-theme=dark]{--graph-bg-alpha:.7;--header-btn-bg:var(--lightgray);--box-shadow:#ffffff1a}.folder-container div>a{font-size:1rem}article ol li,article ul li{margin-bottom:.5rem}.callout{--callout-icon-challenge:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJyYWluLWljb24gbHVjaWRlLWJyYWluIj48cGF0aCBkPSJNMTIgMThWNSIvPjxwYXRoIGQ9Ik0xNSAxM2E0LjE3IDQuMTcgMCAwIDEtMy00IDQuMTcgNC4xNyAwIDAgMS0zIDQiLz48cGF0aCBkPSJNMTcuNTk4IDYuNUEzIDMgMCAxIDAgMTIgNWEzIDMgMCAxIDAtNS41OTggMS41Ii8+PHBhdGggZD0iTTE3Ljk5NyA1LjEyNWE0IDQgMCAwIDEgMi41MjYgNS43NyIvPjxwYXRoIGQ9Ik0xOCAxOGE0IDQgMCAwIDAgMi03LjQ2NCIvPjxwYXRoIGQ9Ik0xOS45NjcgMTcuNDgzQTQgNCAwIDEgMSAxMiAxOGE0IDQgMCAxIDEtNy45NjctLjUxNyIvPjxwYXRoIGQ9Ik02IDE4YTQgNCAwIDAgMS0yLTcuNDY0Ii8+PHBhdGggZD0iTTYuMDAzIDUuMTI1YTQgNCAwIDAgMC0yLjUyNiA1Ljc3Ii8+PC9zdmc+);--callout-icon-bell:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJlbGwtcmluZy1pY29uIGx1Y2lkZS1iZWxsLXJpbmciPjxwYXRoIGQ9Ik0xMC4yNjggMjFhMiAyIDAgMCAwIDMuNDY0IDAiLz48cGF0aCBkPSJNMjIgOGMwLTIuMy0uOC00LjMtMi02Ii8+PHBhdGggZD0iTTMuMjYyIDE1LjMyNkExIDEgMCAwIDAgNCAxN2gxNmExIDEgMCAwIDAgLjc0LTEuNjczQzE5LjQxIDEzLjk1NiAxOCAxMi40OTkgMTggOEE2IDYgMCAwIDAgNiA4YzAgNC40OTktMS40MTEgNS45NTYtMi43MzggNy4zMjYiLz48cGF0aCBkPSJNNCAyQzIuOCAzLjcgMiA1LjcgMiA4Ii8+PC9zdmc+);--closed-eye-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV5ZS1vZmYtaWNvbiBsdWNpZGUtZXllLW9mZiI+PHBhdGggZD0iTTEwLjczMyA1LjA3NmExMC43NDQgMTAuNzQ0IDAgMCAxIDExLjIwNSA2LjU3NSAxIDEgMCAwIDEgMCAuNjk2IDEwLjc0NyAxMC43NDcgMCAwIDEtMS40NDQgMi40OSIvPjxwYXRoIGQ9Ik0xNC4wODQgMTQuMTU4YTMgMyAwIDAgMS00LjI0Mi00LjI0MiIvPjxwYXRoIGQ9Ik0xNy40NzkgMTcuNDk5YTEwLjc1IDEwLjc1IDAgMCAxLTE1LjQxNy01LjE1MSAxIDEgMCAwIDEgMC0uNjk2IDEwLjc1IDEwLjc1IDAgMCAxIDQuNDQ2LTUuMTQzIi8+PHBhdGggZD0ibTIgMiAyMCAyMCIvPjwvc3ZnPg==);--opened-eye-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV5ZS1pY29uIGx1Y2lkZS1leWUiPjxwYXRoIGQ9Ik0yLjA2MiAxMi4zNDhhMSAxIDAgMCAxIDAtLjY5NiAxMC43NSAxMC43NSAwIDAgMSAxOS44NzYgMCAxIDEgMCAwIDEgMCAuNjk2IDEwLjc1IDEwLjc1IDAgMCAxLTE5Ljg3NiAwIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMyIvPjwvc3ZnPg==)}.callout[data-callout=bell]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-bell)}.callout[data-callout=challenge]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-challenge)}.callout[data-callout=clear]{box-shadow:none;background-color:#0000;border:none;width:fit-content;padding:0}.callout[data-callout=clear]>.callout-title{margin:0;padding:0}.callout[data-callout=clear]>.callout-title>.callout-icon{display:none}.callout[data-callout=clear]>.callout-title>.callout-title-inner{font-weight:inherit}.callout[data-callout=clear]>.callout-title>.callout-title-inner>p{color:var(--darkgray)}.callout[data-callout=clear]>.callout-title>.fold-callout-icon{-webkit-mask-image:var(--opened-eye-icon);mask-image:var(--opened-eye-icon);background-color:var(--darkgray);cursor:pointer;pointer-events:auto;width:1rem;height:1rem;margin-left:.25rem;transform:none;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout[data-callout=clear].is-collapsed>.callout-title>.fold-callout-icon{-webkit-mask-image:var(--closed-eye-icon);mask-image:var(--closed-eye-icon)}audio::-webkit-media-controls-panel{background-color:var(--lightgray)}pre.handtext{position:unset;border:none;padding:0;font-family:Grape Nuts;font-size:large}.meta,.content-meta{font-family:"Grape Nuts",var(--bodyFont);font-size:medium}html::-webkit-scrollbar-track{background:0 0}body::-webkit-scrollbar-track{background:0 0}html::-webkit-scrollbar-thumb{background:var(--gray)}body::-webkit-scrollbar-thumb{background:var(--gray)}html::-webkit-scrollbar-thumb:hover{background:var(--darkgray)}body::-webkit-scrollbar-thumb:hover{background:var(--darkgray)}html,body{scrollbar-width:thin;scrollbar-color:var(--gray)transparent}header{white-space:nowrap;gap:.5rem;margin:0;overflow:auto hidden}.contributors,.contributors h3,.contributors-container{margin:0}@media (max-width:800px){.page>#quartz-body .sidebar.left:has(.explorer){margin:0 -1rem;padding:1rem}.explorer-content ul{padding:0 1rem}.contributors-container{margin-bottom:1rem}.toc{min-height:auto;margin-bottom:1.5rem}button.toc-header.collapsed .fold{transform:rotate(0)}ul.toc-content.overflow{max-height:none}ul.toc-content.overflow>li>a{opacity:.75;transition:none}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow>li>a:hover{opacity:1}ul.toc-content.overflow.collapsed{display:block!important}footer{text-align:center}footer ul{flex-direction:column;align-items:center;gap:0}}#dappled-light{pointer-events:none;isolation:isolate;z-index:-1;--day:#fffdfa;--evening:#fccc83;--dusk:#db7a2a;--night:#0a0f0a;--dawn:#132b1d;--morning:#9fb3bf;--shadow:#1a1917;--bounce-light:#fffffc;--timing-fn:cubic-bezier(.455,.19,0,.985);width:100vw;height:100vh;animation-duration:0s;animation-timing-function:linear;animation-fill-mode:forwards;position:fixed}body.animation-ready #dappled-light{animation-name:sunrise;animation-duration:1s;animation-play-state:running}[saved-theme=dark] body.animation-ready #dappled-light{animation-name:sunset;animation-duration:1.7s}[saved-theme=dark] #dappled-light{--shadow:#030704;--bounce-light:#2b3f1b}#dappled-light>#progressive-blur{width:100%;height:100%;position:absolute}#dappled-light>#progressive-blur>div{width:100%;height:100%;-webkit-backdrop-filter:blur(var(--blur-amount));backdrop-filter:blur(var(--blur-amount));-webkit-mask-image:linear-gradient(252deg,transparent,transparent var(--stop1),black var(--stop2),black);mask-image:linear-gradient(252deg,transparent,transparent var(--stop1),black var(--stop2),black);position:absolute}#dappled-light>#progressive-blur>div:first-child{--blur-amount:6px;--stop1:0%;--stop2:0%}#dappled-light>#progressive-blur>div:nth-child(2){--blur-amount:12px;--stop1:40%;--stop2:80%}#dappled-light>#progressive-blur>div:nth-child(3){--blur-amount:48px;--stop1:40%;--stop2:70%}#dappled-light>#progressive-blur>div:nth-child(4){--blur-amount:96px;--stop1:70%;--stop2:80%}#dappled-light #glow{background:linear-gradient(309deg,var(--bounce-light),var(--bounce-light)20%,transparent);transition:background 1s var(--timing-fn);opacity:.5;width:100%;height:100%;position:absolute}#dappled-light #glow-bounce{content:"";background:linear-gradient(355deg,var(--bounce-light)0%,transparent 30%,transparent 100%);transition:background 1s var(--timing-fn);opacity:.5;width:100%;height:100%;position:absolute;bottom:0}#dappled-light>.perspective{transition:transform 1.7s var(--timing-fn),opacity 4s ease;opacity:.07;background-blend-mode:darken;transform-origin:100% 0;width:80vw;height:130vh;transform-style:preserve-3d;transform:matrix3d(.75,-.0625,0,.0008,0,0,1,0,0,0,0,1,0,0,0,0,1);position:absolute;top:-30vh;right:0}[saved-theme=dark] #dappled-light>.perspective{opacity:.3;transform:matrix3d(.8333,.0833,0,.0003,0,1,0,0,0,0,1,0,0,0,0,1)}#dappled-light #leaves{filter:url(#wind);perspective:400px;background-image:url(./static/leaves.webp);background-repeat:no-repeat;background-size:cover;width:1600px;height:1400px;animation:8s ease-in-out infinite billow;position:absolute;bottom:-20px;right:-700px}#dappled-light #blinds{width:100%;position:relative}#dappled-light #blinds .shutter,#dappled-light #blinds .bar{background-color:var(--shadow)}#dappled-light #blinds .shutter{width:100%;height:40px;transition:height 1s var(--timing-fn)}[saved-theme=dark] #dappled-light #blinds .shutter{height:80px}#dappled-light #blinds .shutters{transition:gap 1s var(--timing-fn);flex-direction:column;align-items:end;gap:60px;display:flex}[saved-theme=dark] #dappled-light #blinds .shutters{gap:20px}#dappled-light #blinds>.vertical{justify-content:space-around;width:100%;height:100%;display:flex;position:absolute;top:0}#dappled-light #blinds>.vertical>.bar{width:5px;height:100%}@keyframes sunrise{0%{background-color:var(--night)}10%{background-color:var(--dawn)}35%{background-color:var(--morning)}to{background-color:var(--day)}}@keyframes sunset{0%{background-color:var(--day)}30%{background-color:var(--evening)}60%{background-color:var(--dusk)}90%{background-color:var(--dawn)}to{background-color:var(--night)}}@keyframes billow{0%{transform:rotateX(0)rotateY(0)scale(1)}25%{transform:rotateX(1deg)rotateY(2deg)scale(1.03)}50%{transform:rotateX(-4deg)rotateY(-2deg)scale(.96)}75%{transform:rotateX(3deg)rotateY(-1deg)scale(1.04)}to{transform:rotateX(0)rotateY(0)scale(1)}}@media (min-width:1200px){pre,code{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .1s}pre::-webkit-scrollbar{width:8px;height:8px}code::-webkit-scrollbar{width:8px;height:8px}pre::-webkit-scrollbar-track{background:0 0}code::-webkit-scrollbar-track{background:0 0}pre::-webkit-scrollbar-thumb{background:var(--gray);opacity:0;border-radius:4px;transition:opacity .1s}code::-webkit-scrollbar-thumb{background:var(--gray);opacity:0;border-radius:4px;transition:opacity .1s}pre:hover::-webkit-scrollbar-thumb{opacity:.6}code:hover::-webkit-scrollbar-thumb{opacity:.6}pre::-webkit-scrollbar-thumb:hover{background:var(--darkgray);opacity:.8}code::-webkit-scrollbar-thumb:hover{background:var(--darkgray);opacity:.8}pre:hover,code:hover{scrollbar-color:var(--gray)transparent}header{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .1s}header::-webkit-scrollbar{height:8px}header::-webkit-scrollbar-track{background:0 0}header::-webkit-scrollbar-thumb{background:var(--gray);opacity:0;border-radius:4px;transition:opacity .1s}header:hover::-webkit-scrollbar-thumb{opacity:.6}header::-webkit-scrollbar-thumb:hover{background:var(--darkgray);opacity:.8}header:hover{scrollbar-color:var(--gray)transparent}}:root{--light:#fbfaf5;--lightgray:#cbd1bc;--gray:#b5bda1;--darkgray:#3c4030;--dark:#1a1c14;--secondary:#478559;--tertiary:#82a68c;--highlight:#4785591f;--textHighlight:#e9eec9;--titleFont:"Montserrat Underline",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Space Grotesk",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"IBM Plex Sans",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:#161b14;--lightgray:#2d362a;--gray:#4a5743;--darkgray:#d1dcc7;--dark:#ecf2e4;--secondary:#7db582;--tertiary:#a3c9a8;--highlight:#7db58226;--textHighlight:#3e3525}