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}.hero{background:linear-gradient(135deg, color-mix(in srgb, var(--secondary) 4%, var(--light)), color-mix(in srgb, var(--tertiary) 3%, var(--light)));border-radius:9px 9px 0 0;position:relative;overflow:hidden}.hero__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__content{z-index:1;align-items:center;gap:1.25rem;display:flex;position:relative}.hero__avatar{object-fit:cover;width:80px;height:80px;box-shadow:0 0 0 3px var(--light), 0 0 0 5px color-mix(in srgb, var(--tertiary) 45%, transparent);border-radius:50%;flex-shrink:0;margin:0;transition:box-shadow .4s,transform .4s cubic-bezier(.22,1,.36,1)}.hero__avatar:hover{box-shadow:0 0 0 3px var(--light), 0 0 0 5px var(--tertiary), 0 8px 24px #0000001a;transform:scale(1.04)}.hero__text{flex:1;min-width:0}.hero__title{font-family:var(--headerFont);letter-spacing:-.02em;color:var(--dark);margin:0;font-weight:700;line-height:1.2}.hero__subtitle{color:var(--gray);margin:.2rem 0 0;font-size:.95rem;font-style:italic;font-weight:500;line-height:1.4}.hero__tags{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:.3rem;margin:0;padding:.4rem 1rem 0;list-style:none;display:flex;position:relative}.hero__tags li{margin:0;display:inline-block}.hero__tags a.internal.tag-link{opacity:.55;background:color-mix(in srgb, var(--tertiary) 10%, transparent);border:none;padding:.1rem .4rem;font-size:.72rem;transition:opacity .15s;transform:none;background-image:none!important;background-size:0!important}.hero__tags a.internal.tag-link:hover{opacity:1;background:color-mix(in srgb, var(--tertiary) 18%, transparent);border:none;transform:none;background-image:none!important;background-size:0!important}.hero__meta{z-index:1;color:var(--gray);opacity:.5;font-size:.72rem;font-family:var(--bodyFont);flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding:0 1rem .4rem;display:flex;position:relative}.hero--home .hero__tags{padding:.5rem 2.5rem 0}.hero--home .hero__content{padding:.75rem 2.5rem .5rem}.hero--home .hero__meta{padding:0 2.5rem .5rem}.hero--home .hero__title{font-size:2rem}.hero--home .hero__subtitle{font-size:1rem}.hero--page .hero__tags{padding:.4rem 2.5rem 0}.hero--page .hero__content{padding:.5rem 2.5rem .35rem}.hero--page .hero__meta{padding:0 2.5rem .4rem}.hero--page .hero__title{font-size:1.5rem}.hero--page .hero__subtitle{font-size:.88rem}.content-frame:has(.hero) article>h1:first-child{display:none}.content-frame:has(.hero) .popover-hint>article>h1:first-child{display:none}@media (min-width:1200px){.hero--home .hero__tags{padding:.5rem 3rem 0}.hero--home .hero__content{padding:.75rem 3rem .5rem}.hero--home .hero__meta{padding:0 3rem .5rem}.hero--page .hero__tags{padding:.4rem 3rem 0}.hero--page .hero__content{padding:.5rem 3rem .35rem}.hero--page .hero__meta{padding:0 3rem .4rem}}@media (max-width:800px){.hero{border-radius:7px 7px 0 0}.hero--home .hero__content{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 1.25rem 1.5rem}.hero--home .hero__avatar{width:68px;height:68px}.hero--home .hero__title{font-size:1.6rem}.hero--page .hero__content{padding:.35rem 1.25rem .75rem}.hero--page .hero__title{font-size:1.25rem}.hero__tags{padding:.35rem 1.25rem 0}.hero__meta{opacity:.45;padding:0 1.25rem .35rem}}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.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>.blurb{color:var(--darkgray);margin:.25rem 0 .5rem;font-size:.9rem;line-height:1.4}.recent-notes>ul.recent-ul>li .section>.meta{opacity:.6;margin:0 0 .5rem}.contact-form-gotcha{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-form-gotcha label,.contact-form-gotcha input{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:0;padding:0;display:block}.contact-form-wrapper{border-top:1px solid var(--lightgray);margin-top:2rem;padding-top:1.5rem}.content-frame>.contact-form-wrapper{margin-top:1.5rem;padding-top:1.25rem}.contact-form-heading{color:var(--dark);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.contact-form{flex-direction:column;gap:1rem;max-width:28rem;display:flex;position:relative}.contact-form-field{flex-direction:column;gap:.35rem;margin:0;display:flex}.contact-form-field label{color:var(--darkgray);font-size:.9rem;font-weight:500}.contact-form-field input,.contact-form-field textarea{border:1px solid var(--lightgray);background:var(--light);color:var(--dark);border-radius:6px;padding:.5rem .65rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:var(--secondary);outline:none}.contact-form-field input::placeholder,.contact-form-field textarea::placeholder{color:var(--gray)}.contact-form-field textarea{resize:vertical;min-height:6rem}.contact-form-thank-you{color:var(--secondary);margin:0;padding:1rem 0;font-size:1.05rem;font-weight:500}.contact-form-error{color:var(--dark);background:color-mix(in srgb, var(--secondary) 15%, var(--light));border:1px solid color-mix(in srgb, var(--secondary) 40%, transparent);border-radius:6px;margin:0 0 1rem;padding:.5rem .65rem;font-size:.9rem}.contact-form-submit{margin:.25rem 0 0}.contact-form-submit button{border:1px solid var(--secondary);background:var(--secondary);color:var(--light);cursor:pointer;border-radius:6px;padding:.5rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:500;transition:opacity .2s,background .2s}.contact-form-submit button:hover:not(:disabled){opacity:.9}.contact-form-submit button:disabled{opacity:.7;cursor:not-allowed}.contact-form-submit button:focus{box-shadow:0 0 0 2px var(--light), 0 0 0 4px var(--secondary);outline:none}.find-me-elsewhere{background:color-mix(in srgb, var(--light) 65%, var(--lightgray));border:1px solid var(--lightgray);border-radius:10px;margin-top:2rem;padding:1.5rem}.find-me-elsewhere-heading{color:var(--dark);margin:0 0 .75rem;font-size:1.2rem;font-weight:600}.find-me-elsewhere-links{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.find-me-elsewhere-links li{flex:220px;min-width:0;margin:0}.find-me-elsewhere-links li a{color:var(--primary);font-weight:600;text-decoration:none;transition:color .15s}.find-me-elsewhere-links li a:hover{color:var(--secondary);text-decoration:underline}@media (max-width:800px){.find-me-elsewhere{padding:1rem}.find-me-elsewhere-links{flex-direction:column}}.reading-progress{background:linear-gradient(90deg, var(--tertiary), var(--secondary));transform-origin:0;z-index:9999;pointer-events:none;width:100%;height:3px;position:fixed;top:0;left:0;transform:scaleX(0)}.page-title-block{flex-flow:row;align-items:center;gap:.5rem;min-width:0;display:flex}.page-title-block .page-title{flex-shrink:1;min-width:0}.page-title-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px;display:block}.page-title{font-size:1.4rem;font-family:var(--titleFont);margin:0}body:has(.search-container.active){overflow:hidden}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{border:1px var(--lightgray) solid;font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;align-items:center;width:100%;padding:0 1rem 0 0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;color:var(--darkgray);margin:0 .5rem}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;position:fixed;inset:0;overflow-y:auto}.search>.search-container.active{display: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:32px;text-align:inherit;color:var(--darkgray);background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;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}.contact-link{width:20px;height:32px;color:var(--darkgray);flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .15s;display:inline-flex}.contact-link:hover{color:var(--dark)}.contact-link:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.contact-link svg{width:20px;height:20px}@media (max-width:800px){.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;z-index:1;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;position:relative;overflow:visible}}.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{margin:0;padding:0;list-style:none}.explorer-content ul.explorer-ul{overscroll-behavior:contain}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100%)}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:1rem;transition:transform .25s,visibility .25s;position:fixed;top:0;left:0;overflow:hidden auto;box-shadow:4px 0 16px #00000014}.explorer .mobile-explorer{z-index:101;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:0;padding:.25rem;display:inline-flex;position:relative}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray);width:24px;height:24px}.explorer-content .folder-outer{visibility:visible!important;grid-template-rows:1fr!important}.explorer-content .folder-icon{display:none}.mobile-no-scroll,.mobile-no-scroll body{height:100%;overflow:hidden}.mobile-no-scroll .explorer-content>.explorer-ul{overscroll-behavior:contain}}.explorer-content .explorer-hinted-item>a{border-bottom:none;border-radius:4px;flex-direction:column;margin:0 -.4rem;padding:.25rem .4rem;transition:background-color .15s,color .15s,opacity .15s;display:flex}.explorer-content .explorer-hinted-item>a:hover{background-color:color-mix(in srgb, var(--lightgray) 40%, transparent);opacity:1}.explorer-content .explorer-hinted-item>a:hover .explorer-hint-title{color:var(--tertiary)}.explorer-content .explorer-hinted-item>a:hover .explorer-hint-super,.explorer-content .explorer-hinted-item>a:hover .explorer-hint-sub{color:var(--dark)}.folder-container .explorer-hinted-folder{border-radius:4px;flex-direction:column;margin:0 -.4rem;padding:.15rem .4rem;transition:background-color .15s,color .15s,opacity .15s;display:flex}.folder-container .explorer-hinted-folder:hover{background-color:color-mix(in srgb, var(--lightgray) 40%, transparent);color:var(--tertiary);opacity:1}.folder-container .explorer-hinted-folder:hover .explorer-hint-sub{color:var(--dark)}.folder-container .explorer-hinted-folder .explorer-hint-sub{font-weight:400}.explorer-hint-title{line-height:1.3}.explorer-hint-super{color:var(--gray);font-size:.75rem;line-height:1.2;transition:color .15s}.explorer-hint-sub{color:var(--gray);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;line-height:1.2;transition:color .15s;overflow:hidden}.folder-container.deep-folder>.folder-icon{display:none}.folder-container.deep-folder div>a.folder-title,.folder-container.deep-folder div>button .folder-title{font-weight:400;font-family:var(--bodyFont);color:var(--dark);opacity:.75}.folder-container.deep-folder div>a.folder-title:hover,.folder-container.deep-folder div>button .folder-title:hover{color:var(--tertiary);opacity:1}.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}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}.section .work-period{color:var(--gray);margin:0 0 .1rem;font-size:.75rem;line-height:1.2}.section .work-position{color:var(--gray);margin:.1rem 0 0;font-size:.75rem;line-height:1.2}.section .tech-hints{color:var(--gray);margin:.15rem 0 0;font-size:.75rem;line-height:1.2}.section .blurb{color:var(--gray);margin:.25rem 0 0;font-size:.9rem;line-height:1.4}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;padding:1rem;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}.popover{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}@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;border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout{--callout-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")}.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.is-collapsed .callout-content>*{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:height .1s cubic-bezier(.02,.01,.47,1),margin .1s cubic-bezier(.02,.01,.47,1),padding .1s cubic-bezier(.02,.01,.47,1);overflow-y:clip}.callout.is-collapsed .callout-content>:first-child{margin-top:-1rem}.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}@media (max-width:800px){html{scroll-padding-top:4rem}}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb, var(--tertiary) 60%, #fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,g[class~=typst-text]{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}path[class~=typst-shape]{stroke:var(--darkgray)}.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:400;text-decoration:none;transition:color .2s,border-color .2s}a:hover{color:var(--tertiary)}a.internal{background-color:#0000;border-radius:0;padding:0;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-bottom:none;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.flex-component,.desktop-only{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only.flex-component{display:flex}.mobile-only{display:initial}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:1.65rem}.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:1.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>.content-frame{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:2rem;margin-bottom:.75rem;font-size:1.5rem}h2{margin-top:1.75rem;margin-bottom:.75rem;font-size:1.25rem}h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem}h4,h5,h6{margin-top:1.25rem;margin-bottom:.75rem;font-size:.95rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}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.5rem}.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}html{width:100%;overflow-x:hidden}body{overflow-x:hidden}@media (max-width:800px) and (-webkit-min-device-pixel-ratio:2),(max-width:800px) and (min-resolution:2dppx){html{font-size:107%}}body{background:radial-gradient(1400px circle at 10% -15%, #4755690f, transparent 50%), radial-gradient(1200px circle at 95% 5%, #d977060d, transparent 45%), color-mix(in srgb, var(--lightgray) 30%, var(--light))}:root[saved-theme=dark] body{background:radial-gradient(1400px circle at 10% -15%, #94a3b814, transparent 50%), radial-gradient(1200px circle at 95% 5%, #fbbf240d, transparent 45%), color-mix(in srgb, var(--lightgray) 30%, var(--light))}.page{max-width:1600px}.page>#quartz-body{padding-left:0}@media (max-width:800px){.page>#quartz-body{padding-right:0}}@media not (max-width:800px){.page>#quartz-body{column-gap:1rem}}@media (min-width:1200px){.page>#quartz-body{grid-template-columns:320px minmax(500px,1fr) 320px}}.page #quartz-body .center>.content-frame{background:var(--light);border:1px solid var(--lightgray);border-radius:10px;box-shadow:0 4px 16px #0000000a}.page #quartz-body .center>.content-frame .breadcrumbs-bar{color:var(--gray);border-bottom:1px solid var(--lightgray);min-width:0;padding:.2rem 2.5rem;font-size:.8rem}.page #quartz-body .center>.content-frame>:not(.breadcrumbs-bar):not(.hero){padding:1rem 2.5rem 1.75rem}@media (min-width:1200px){.page #quartz-body .center>.content-frame>:not(.breadcrumbs-bar):not(.hero){padding:1.25rem 3rem 2rem}.page #quartz-body .center>.content-frame .breadcrumbs-bar{padding-left:3rem;padding-right:3rem}}@media (max-width:800px){.page #quartz-body .center>.content-frame{border-radius:8px}.page #quartz-body .center>.content-frame>:not(.breadcrumbs-bar):not(.hero){padding:1rem 1.25rem 1.25rem}.page #quartz-body .center>.content-frame .breadcrumbs-bar{padding:.2rem 1.25rem}.page #quartz-body .center>.page-footer,.page #quartz-body>footer{padding-left:1.25rem;padding-right:1.25rem}}.content-frame.animate-in{animation:.45s cubic-bezier(.22,1,.36,1) both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.content-frame.animate-in{animation:none}.reading-progress{display:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.page #quartz-body .center>.content-frame>article.index-page>hr{background:linear-gradient(90deg, var(--tertiary), color-mix(in srgb, var(--secondary) 60%, transparent), transparent);border:none;border-radius:2px;height:2px;margin:2rem 0}.page #quartz-body .center>.content-frame>article.index-page h2{margin-top:2rem;margin-bottom:.5rem}.page #quartz-body .center>.content-frame>article.index-page h2:first-of-type{margin-top:2rem;padding-top:0}.page #quartz-body .center>.content-frame>article.index-page h3{margin-top:1.5rem;margin-bottom:.35rem}.page #quartz-body .center>.content-frame>article.index-page h3:first-of-type{margin-top:.75rem}.page #quartz-body .center>.content-frame>article.index-page>h3{background:color-mix(in srgb, var(--light) 97%, var(--secondary));border:1px solid color-mix(in srgb, var(--lightgray) 85%, transparent);border-bottom:none;border-radius:10px 10px 0 0;margin:1.25rem 0 0;padding:1.25rem 1.5rem .35rem;transition:border-color .3s}.page #quartz-body .center>.content-frame>article.index-page>h3+p{background:color-mix(in srgb, var(--light) 97%, var(--secondary));border-left:1px solid color-mix(in srgb, var(--lightgray) 85%, transparent);border-right:1px solid color-mix(in srgb, var(--lightgray) 85%, transparent);color:var(--gray);margin:0;padding:0 1.5rem .5rem;font-size:.9rem;transition:border-color .3s}.page #quartz-body .center>.content-frame>article.index-page>h3+p+ul{background:color-mix(in srgb, var(--light) 97%, var(--secondary));border:1px solid color-mix(in srgb, var(--lightgray) 85%, transparent);border-top:none;border-radius:0 0 10px 10px;margin:0;padding:.25rem 1.5rem 1.25rem;list-style:none;transition:border-color .3s}.page #quartz-body .center>.content-frame>article.index-page>h3+p+ul li{border-bottom:1px solid color-mix(in srgb, var(--lightgray) 40%, transparent);padding:.35rem 0}.page #quartz-body .center>.content-frame>article.index-page>h3+p+ul li:last-child{border-bottom:none}.page #quartz-body .center>.content-frame>article.index-page>h3+p:not(:has(+ul)):not(:nth-of-type(2)){border-bottom:1px solid color-mix(in srgb, var(--lightgray) 85%, transparent);border-radius:0 0 10px 10px;padding-bottom:1.25rem}.page #quartz-body .center>.content-frame>article.index-page>h3:hover{border-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent))}.page #quartz-body .center>.content-frame>article.index-page>h3:has(+p:hover){border-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent))}.page #quartz-body .center>.content-frame>article.index-page>h3:has(+p+ul:hover){border-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent))}.page #quartz-body .center>.content-frame>article.index-page>h3:hover+p{border-left-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent));border-right-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent))}.page #quartz-body .center>.content-frame>article.index-page>h3:has(+p:hover)+p{border-left-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent));border-right-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent))}.page #quartz-body .center>.content-frame>article.index-page>h3:has(+p+ul:hover)+p{border-left-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent));border-right-color:color-mix(in srgb, var(--tertiary) 40%, color-mix(in srgb, var(--lightgray) 85%, transparent))}.page #quartz-body .center>.content-frame>article.index-page>h2:first-of-type{padding-bottom:.5rem;position:relative}.page #quartz-body .center>.content-frame>article.index-page>h2:first-of-type:after{content:"";background:linear-gradient(90deg, var(--tertiary), var(--secondary));border-radius:2px;width:48px;height:2px;position:absolute;bottom:0;left:0}.page #quartz-body .center>.content-frame>article.index-page>blockquote{background:linear-gradient(135deg, color-mix(in srgb, var(--tertiary) 8%, transparent), color-mix(in srgb, var(--secondary) 5%, transparent));border:1px solid color-mix(in srgb, var(--tertiary) 20%, transparent);border-left:3px solid var(--tertiary);border-radius:8px;padding:1rem 1.25rem;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.page #quartz-body .center>.content-frame>article.index-page>blockquote:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}@media (max-width:800px){.page #quartz-body .center>.content-frame>article.index-page>h3{padding:1rem 1.15rem .35rem}.page #quartz-body .center>.content-frame>article.index-page>h3+p{padding:0 1.15rem .5rem}.page #quartz-body .center>.content-frame>article.index-page>h3+p+ul{padding:.25rem 1.15rem 1rem}}@media (max-width:480px){.page #quartz-body .center>.content-frame>article.index-page{grid-template-columns:minmax(60px,72px) 1fr}.page #quartz-body .center>.content-frame>article.index-page>p:first-of-type img{max-width:72px;height:72px}}.page #quartz-body .center>.content-frame>article.executive-summary-page>p:first-of-type{color:var(--gray);font-size:1.05rem;line-height:1.6}.page #quartz-body .center>.content-frame>article.executive-summary-page h2{margin-top:1.75rem;margin-bottom:.5rem}.page #quartz-body .center>.content-frame>article.executive-summary-page h2:first-of-type{margin-top:1.75rem}.page #quartz-body .center>.content-frame>article.executive-summary-page ul{margin-top:.25rem}.page #quartz-body .center>.content-frame>article.executive-summary-page ul li{margin-bottom:.6rem}.page #quartz-body .center>.content-frame>article.executive-summary-page table{font-size:.9rem}.page #quartz-body .center>.content-frame>article.executive-summary-page table th,.page #quartz-body .center>.content-frame>article.executive-summary-page table td{padding:.4rem .6rem}.page #quartz-body .center>.content-frame>article.executive-summary-page h2:last-of-type{margin-top:2.25rem}.page #quartz-body .center>.content-frame>article.connect-page>h1{margin-bottom:.5rem}.page #quartz-body .center>.content-frame>article.connect-page>p:first-of-type{color:var(--gray);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.page #quartz-body .center>.content-frame>article.connect-page h2{color:var(--dark);margin-top:2rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.page #quartz-body .center>.content-frame>article.connect-page h2:first-of-type{margin-top:0}.page #quartz-body .center>.content-frame>article.connect-page h2+p{color:var(--gray);margin-top:.5rem;margin-bottom:0;line-height:1.55}.page #quartz-body .center>.content-frame>article.connect-page{padding-bottom:.5rem!important}.page #quartz-body .center>.content-frame>article.connect-page+.contact-form-wrapper{background:0 0;border:none;border-radius:0;margin-top:0;padding-top:0}.page #quartz-body .center>.content-frame>article.connect-page+.contact-form-wrapper .contact-form-heading{color:var(--dark);margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.page #quartz-body .sidebar{padding:2rem 1rem}.page #quartz-body .sidebar.left,.page #quartz-body .sidebar.right{background:var(--light);border:1px solid var(--lightgray);border-radius:8px;box-shadow:0 2px 8px #00000008}:root:not([saved-theme=dark]) .page #quartz-body .sidebar.left{background:color-mix(in srgb, var(--tertiary) 3%, var(--light))}:root:not([saved-theme=dark]) .page #quartz-body .sidebar.right{background:color-mix(in srgb, var(--secondary) 3%, var(--light))}.page #quartz-body .sidebar.left,.page #quartz-body .sidebar.right,.page #quartz-body .sidebar.left>*,.page #quartz-body .sidebar.right>*{min-width:0}.page #quartz-body .page-header:empty{margin:0;padding:0;display:none}@media not (max-width:800px){.page #quartz-body .page-header:not(:empty){margin-top:2rem}.article-title{margin-top:0}}h1{letter-spacing:-.02em;color:var(--dark);font-size:1.75rem}h2{letter-spacing:-.01em;color:var(--dark);margin-top:2.5rem;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}h3{letter-spacing:-.01em;color:var(--dark);margin-top:2rem;margin-bottom:.35rem;font-size:1.2rem;font-weight:600}h4{color:var(--dark);margin-top:1.5rem;margin-bottom:.25rem;font-size:1.05rem;font-weight:600}h5,h6{color:var(--dark);margin-top:1.5rem;margin-bottom:.25rem;font-size:1rem;font-weight:600}h2+p,h3+p,h4+p{margin-top:0}h2+ul,h3+ul,h2+ol,h3+ol{margin-top:.25rem}p>strong:first-child{display:inline}a.internal{background:0 0;background-image:linear-gradient(var(--tertiary), var(--tertiary));background-position:0 100%;background-repeat:no-repeat;background-size:0% 1.5px;border:none;border-radius:0;padding:0;transition:background-size .3s cubic-bezier(.22,1,.36,1),color .2s}a.internal:hover{background-size:100% 1.5px}blockquote{border-left:3px solid var(--tertiary);background:linear-gradient(135deg, color-mix(in srgb, var(--tertiary) 6%, transparent), color-mix(in srgb, var(--secondary) 4%, transparent));border-radius:0 8px 8px 0;padding:.75rem 1.25rem;transition:border-color .3s,box-shadow .3s}blockquote:hover{border-left-color:var(--secondary);box-shadow:0 2px 8px #0000000a}code{background:color-mix(in srgb, var(--lightgray) 70%, transparent)}pre{border-radius:10px;transition:box-shadow .3s;box-shadow:0 2px 8px #00000008}pre:hover{box-shadow:0 4px 16px #0000000f}table{border:1px solid var(--lightgray);border-radius:8px;overflow:hidden}th{background:color-mix(in srgb, var(--lightgray) 50%, transparent)}.content-meta,.tag-list{gap:.35rem}.tag-list a.internal.tag-link{background:linear-gradient(135deg, color-mix(in srgb, var(--tertiary) 12%, transparent), color-mix(in srgb, var(--tertiary) 7%, transparent));border:1px solid color-mix(in srgb, var(--tertiary) 15%, transparent);background-image:none;border-radius:99px;padding:.15rem .55rem;font-size:.82em;transition:background .2s,border-color .2s,transform .2s}.tag-list a.internal.tag-link:hover{background:color-mix(in srgb, var(--tertiary) 18%, transparent);border-color:color-mix(in srgb, var(--tertiary) 30%, transparent);background-image:none;transform:translateY(-1px)}.page>#quartz-body .sidebar.left .search,.page>#quartz-body .sidebar.left .darkmode,.page>#quartz-body .sidebar.left .contact-link{cursor:pointer;width:24px;height:24px;color:var(--darkgray);opacity:.85;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .15s,opacity .2s;display:inline-flex}.page>#quartz-body .sidebar.left .search:hover,.page>#quartz-body .sidebar.left .darkmode:hover,.page>#quartz-body .sidebar.left .contact-link:hover{opacity:1;color:var(--dark);background:color-mix(in srgb, var(--darkgray) .08, transparent)}.page>#quartz-body .sidebar.left .search svg,.page>#quartz-body .sidebar.left .darkmode svg,.page>#quartz-body .sidebar.left .contact-link svg{flex-shrink:0;width:18px;height:18px}.page>#quartz-body .sidebar.left .search{max-width:unset;min-width:unset;flex-grow:0;flex-shrink:0;width:24px}.page>#quartz-body .sidebar.left .search>.search-button{background:0 0;border:none;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;padding:0;display:inline-flex}.page>#quartz-body .sidebar.left .search>.search-button>p{display:none}.page>#quartz-body .sidebar.left .search>.search-button svg,.page>#quartz-body .sidebar.left .search>.search-button .search-path{stroke:currentColor;margin:0}.page>#quartz-body .sidebar.left .darkmode svg{fill:currentColor}.page>#quartz-body .sidebar.left .contact-link{text-decoration:none}.page>#quartz-body .sidebar.left .contact-link svg{stroke:currentColor;fill:none}.page>#quartz-body .sidebar.left .contact-link:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}@media (max-width:800px){.page>#quartz-body .sidebar.left:has(.explorer){background-color:var(--light);z-index:101;flex-flow:row;align-items:center;column-gap:0;min-width:0;margin:0;padding:.5rem;display:flex;position:relative}.page>#quartz-body .sidebar.left:has(.explorer) .page-title-block{flex-direction:row;flex:auto;align-items:center;gap:.4rem;min-width:0;margin:0 0 0 1.25rem;display:flex;overflow:hidden}.page>#quartz-body .sidebar.left:has(.explorer) .page-title-block .page-title-avatar{flex-shrink:0;width:26px;height:26px}.page>#quartz-body .sidebar.left:has(.explorer) .page-title-block .page-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:1.05rem;font-weight:600;line-height:1.2;overflow:hidden}.page>#quartz-body .sidebar.left:has(.explorer) .page-title-block .page-title a{color:var(--dark);text-decoration:none}:is(.page>#quartz-body .sidebar.left:has(.explorer) .search,.page>#quartz-body .sidebar.left:has(.explorer) .darkmode,.page>#quartz-body .sidebar.left:has(.explorer) .contact-link){border-radius:8px;width:36px;height:36px}:is(.page>#quartz-body .sidebar.left:has(.explorer) .search svg,.page>#quartz-body .sidebar.left:has(.explorer) .darkmode svg,.page>#quartz-body .sidebar.left:has(.explorer) .contact-link svg){width:22px;height:22px}.page>#quartz-body .sidebar.left:has(.explorer) .search{width:36px}.explorer .explorer-content{padding:4rem .5rem .5rem!important}}@media not (max-width:800px){.page>#quartz-body .sidebar.left{grid-template:"title search darkmode connect""explorer explorer explorer explorer"1fr/minmax(0,1fr) auto auto auto;align-items:center;gap:0 .5rem;min-width:0;padding-top:.5rem;display:grid!important}.page>#quartz-body .sidebar.left .page-title-block{grid-area:title;align-items:center;gap:.4rem;min-width:0;margin:0;flex-flow:row!important;display:flex!important}.page>#quartz-body .sidebar.left .page-title-block .page-title-avatar{flex-shrink:0;order:0;width:26px;height:26px}.page>#quartz-body .sidebar.left .page-title-block .page-title{white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;order:1;width:auto;min-width:0;margin:0;font-size:1.05rem;font-weight:600;line-height:1.2;overflow:hidden}.page>#quartz-body .sidebar.left .page-title-block .page-title a{color:var(--dark);text-overflow:ellipsis;text-decoration:none;display:inline;overflow:hidden}.page>#quartz-body .sidebar.left .search{grid-area:search}.page>#quartz-body .sidebar.left .darkmode{grid-area:darkmode}.page>#quartz-body .sidebar.left .contact-link{grid-area:connect}.page>#quartz-body .sidebar.left .explorer{grid-area:explorer;height:100%;min-height:0;overflow-y:auto}.page>#quartz-body .sidebar.left .explorer button.desktop-explorer{display:none}.page>#quartz-body .sidebar.left .explorer.collapsed .explorer-content{display:block}.page>#quartz-body .sidebar.left .explorer .explorer-content{margin-top:0}.page>#quartz-body .sidebar.left .explorer{border-top:1px solid color-mix(in srgb, var(--lightgray) 70%, transparent);margin-top:.75rem;padding-top:.75rem}}.explorer-content ul li{font-size:.88rem}.explorer-content ul li:not(.explorer-hinted-item)>a{border-bottom:1px solid color-mix(in srgb, var(--lightgray) 60%, transparent);padding:.25rem 0;display:block}.explorer-content ul li:last-child:not(.explorer-hinted-item)>a{border-bottom:none}.explorer-content ul .folder-container{border-bottom:1px solid color-mix(in srgb, var(--lightgray) 60%, transparent);padding:.2rem 0}.explorer-content ul .folder-container div>a,.explorer-content ul .folder-container div>button span{font-size:.88rem;line-height:1.4rem}.explorer-content ul li:last-child>.folder-container{border-bottom:none}.sidebar.right .toc{flex:auto}.sidebar.right .toc ul.toc-content li{font-size:.88rem}.sidebar.right .toc ul.toc-content li>a{border-bottom:1px solid color-mix(in srgb, var(--lightgray) 60%, transparent);padding:.25rem 0;display:block}.sidebar.right .toc ul.toc-content li:last-child>a{border-bottom:none}.sidebar.right .backlinks>ul li{font-size:.88rem}.sidebar.right .backlinks>ul li>a{border-bottom:1px solid color-mix(in srgb, var(--lightgray) 60%, transparent);padding:.25rem 0;display:block}.sidebar.right .backlinks>ul li:last-child>a{border-bottom:none}.sidebar.right h3{margin-bottom:.5rem;font-size:1rem}.diagram-edge-proxy .mermaid{width:100%}.diagram-edge-proxy .mermaid svg{width:100%;max-width:none}.diagram-edge-proxy .mermaid .label,.diagram-edge-proxy .mermaid .nodeLabel{text-align:left;white-space:nowrap}.recent-notes>h3{padding-bottom:.5rem;position:relative}.recent-notes>h3:after{content:"";background:linear-gradient(90deg, var(--tertiary), var(--secondary));border-radius:2px;width:48px;height:2px;position:absolute;bottom:0;left:0}.recent-notes>ul.recent-ul>li.recent-li{background:color-mix(in srgb, var(--light) 97%, var(--secondary));border:1px solid color-mix(in srgb, var(--lightgray) 85%, transparent);border-radius:10px;margin:.75rem 0;padding:1rem 1.25rem;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,border-color .3s}.recent-notes>ul.recent-ul>li.recent-li:hover{border-color:color-mix(in srgb, var(--tertiary) 30%, transparent);transform:translateY(-2px);box-shadow:0 6px 20px #0000000d}.recent-notes>ul.recent-ul>li.recent-li .section>.desc>h3{margin:0;font-size:1.05rem}.recent-notes>ul.recent-ul>li.recent-li .section>.blurb{margin:.3rem 0 .5rem;font-size:.88rem;line-height:1.5}.recent-notes>ul.recent-ul>li.recent-li .section>.meta{opacity:.5;font-size:.82rem}article h2+ul li,article h3+ul li{transition:color .2s}:focus-visible{outline:2px solid var(--tertiary);outline-offset:2px;border-radius:4px}button,a,input,textarea,select{transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s}tr{transition:background-color .15s}tr:hover{background:color-mix(in srgb, var(--lightgray) 25%, transparent)}@media not (max-width:800px){.page #quartz-body .center>.content-frame{transition:box-shadow .4s}.page #quartz-body .center>.content-frame:hover{box-shadow:0 8px 32px #0000000d}}:root{--light:#faf9f7;--lightgray:#e8e6e3;--gray:#9a9590;--darkgray:#333;--dark:#1a1a1a;--secondary:#475569;--tertiary:#d97706;--highlight:#4755691a;--textHighlight:#fef08a88;--titleFont:"Space Grotesk", 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:"Inter", 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:#1a1a1a;--lightgray:#2d2d2d;--gray:#6b6b6b;--darkgray:#e0e0e0;--dark:#f5f5f5;--secondary:#94a3b8;--tertiary:#fbbf24;--highlight:#94a3b824;--textHighlight:#fef08a88}