header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.translation-notice{color:var(--gray);margin:.5rem 0 1.5rem;font-size:.85rem;font-style:italic}.translation-notice a{color:var(--secondary);text-decoration:none}.translation-notice a:hover{text-decoration:underline}@media not (min-width:1200px){.graph>.global-graph-outer>.global-graph-container{width:90%}}:is(body:has(.landing) .sidebar.left,body:has(.landing) .sidebar.right){opacity:0;transition:opacity .2s}:is(body:has(.landing) .sidebar.left:hover,body:has(.landing) .sidebar.right:hover){opacity:1}body:has(.landing) footer{display:none}body:has(.landing) hr{display:none}.landing{z-index:0;max-width:100%;margin:0;padding:0;position:relative}.landing-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.title-deck{cursor:pointer;isolation:isolate;flex-shrink:0;position:relative}.deck-back,.deck-front{border:5px solid var(--dark);background:var(--secondary);box-sizing:border-box;padding:1rem 1.5rem}:root[saved-theme=dark] .deck-back,:root[saved-theme=dark] .deck-front{border-color:var(--dark);background:var(--light)}.deck-back{z-index:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:-5px;left:-5px}.deck-front{z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1),z-index 0s .2s;position:relative}.title-deck.slide .deck-front{z-index:-1;transition:transform .4s cubic-bezier(.4,0,.2,1),z-index;transform:translate(10px,10px)}.anki-fact{color:var(--dark);text-align:center;padding:.5rem;font-size:.8rem;font-weight:700;line-height:1.4}.title-deck h1{font-family:var(--headerFont);letter-spacing:-.02em;text-transform:uppercase;color:var(--dark);margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:900;line-height:.85}.landing-meta{flex:1;min-width:300px}.landing-meta p{color:var(--dark);margin:0;font-size:.9rem;font-weight:500;line-height:1.6}#rotating-text{transition:opacity .4s}#rotating-text.slide-out{opacity:0}#rotating-text.slide-in{opacity:0;animation:.4s forwards fadeIn}@keyframes fadeIn{to{opacity:1}}:root[saved-theme=dark] .landing-meta p{color:var(--dark)}.landing-meta a{color:var(--dark);border-bottom:2px solid var(--dark);font-weight:700;text-decoration:none;transition:all .1s}.landing-meta a:hover{background:var(--secondary);color:var(--dark);border-bottom-width:3px}.landing-graph-section{background:0 0;border:0;margin:0 0 1.5rem;padding:0;position:relative}.graph-label{font-family:var(--bodyFont);letter-spacing:.12em;text-transform:uppercase;color:var(--gray);background:0 0;border:0;margin:0 0 .75rem;padding:0;font-size:.7rem;font-weight:600;display:inline-block;position:static}:root[saved-theme=dark] .graph-label{color:var(--gray)}.landing-graph-wrapper{background:0 0;width:100%;height:350px;position:relative;overflow:hidden}.landing-graph-section .graph-container{border:none!important;border-radius:0!important;width:100%!important;height:100%!important;position:relative!important}.landing-graph-section .graph-container canvas{display:block;width:100%!important;height:100%!important}.landing-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.landing-col h2{font-family:var(--headerFont);text-transform:uppercase;color:var(--dark);letter-spacing:-.01em;margin:0 0 1rem;font-size:1.25rem;font-weight:900}:root[saved-theme=dark] .landing-col h2{color:var(--dark)}.landing-feed{margin:0 0 1rem;padding:0;list-style:none}.landing-feed-item{border:3px solid var(--dark);background:var(--light);margin-bottom:-3px;transition:all .1s}.landing-feed-item.feed-item-hidden{display:none}:root[saved-theme=dark] .landing-feed-item{border-color:var(--dark);background:var(--light)}.landing-feed-item:hover{box-shadow:3px 3px 0 var(--dark);z-index:10;transform:translate(-3px,-3px)}.landing-show-more{background:var(--light);border:3px solid var(--dark);width:100%;color:var(--dark);font-family:var(--headerFont);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:.75rem;font-size:.85rem;font-weight:900;transition:all .1s}:root[saved-theme=dark] .landing-show-more{background:var(--light);border-color:var(--dark);color:var(--dark)}.landing-show-more:hover{background:var(--secondary);box-shadow:2px 2px 0 var(--dark);color:var(--dark);transform:translate(-2px,-2px)}.landing-feed-item a{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;text-decoration:none;display:flex;background:0 0!important}.landing-feed-item a:hover{background:0 0!important}.feed-title{color:var(--dark);font-size:.9rem;font-weight:700;line-height:1.3}:root[saved-theme=dark] .feed-title{color:var(--dark)}.feed-date{color:var(--gray);font-variant-numeric:tabular-nums;white-space:nowrap;text-transform:uppercase;flex-shrink:0;font-family:monospace;font-size:.75rem;font-weight:700}.landing-block{margin-bottom:1.25rem}.landing-big-link{font-family:var(--headerFont);color:var(--dark);border-bottom:3px solid var(--dark);margin-bottom:.25rem;font-size:1.25rem;font-weight:900;text-decoration:none;transition:all .1s;display:inline-block}.landing-big-link:hover{border-bottom-width:5px;transform:translate(5px)}.landing-block p{color:var(--darkgray);margin:0;font-size:.9rem;line-height:1.4}@media (max-width:900px){.landing-grid{grid-template-columns:1fr}.landing-header{flex-direction:column;align-items:flex-start}.title-deck{width:auto}.landing-meta{min-width:auto}}@media (max-width:600px){.deck-front,.deck-back{border-width:4px}.deck-back{top:-4px;left:-4px}.title-deck.slide .deck-front{transform:translate(8px,8px)}.title-deck h1{font-size:2rem}.landing-graph-section{margin:0 0 3rem}.landing-graph-wrapper{height:400px;min-height:400px}.graph-label{font-size:.65rem}.landing-feed-item a{flex-direction:column;align-items:flex-start;gap:.5rem}.landing-feed-item:hover{box-shadow:2px 2px 0 var(--dark);transform:translate(-2px,-2px)}:root[saved-theme=dark] .landing-feed-item:hover{box-shadow:2px 2px 0 var(--lightgray)}.landing-col h2{font-size:1.5rem}.landing-big-link{font-size:1.25rem}}.reply-by-email{margin-top:1.5rem}.reply-by-email-button{background:var(--light);border:3px solid var(--dark);color:var(--dark);font-family:var(--headerFont);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:.75rem 1.5rem;font-size:.85rem;font-weight:900;text-decoration:none;transition:all .1s;display:inline-block}:root[saved-theme=dark] .reply-by-email-button{background:var(--light);border-color:var(--dark);color:var(--dark)}.reply-by-email-button:hover{background:var(--lightgray);box-shadow:2px 2px 0 var(--dark);color:var(--dark);transform:translate(-2px,-2px)}.page-title{font-size:1.75rem;font-family:var(--titleFont);margin:0}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{border:1px var(--lightgray)solid;font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;align-items:center;width:100%;padding:0 1rem 0 0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:1.5px;transition:stroke .5s}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>.search-container.active{display:inline-block}.search>.search-container>.search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media not (min-width:1200px){.search>.search-container>.search-space{width:90%}}.search>.search-container>.search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>.search-container>.search-space>input{box-sizing:border-box;font-family:var(--bodyFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>.search-container>.search-space>input:focus{outline:none}.search>.search-container>.search-space>.search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>.search-container>.search-space>.search-layout.display-results{display:flex}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 min(30%,450px)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout[data-preview] .result-card>p.preview{display:none}.search>.search-container>.search-space>.search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>.search-container>.search-space>.search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>.search-container>.search-space>.search-layout>div{border-radius:5px;height:63vh}@media (max-width:800px){.search>.search-container>.search-space>.search-layout{flex-direction:column}.search>.search-container>.search-space>.search-layout>.preview-container{display:none!important}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 100%;width:100%;height:auto}}.search>.search-container>.search-space>.search-layout .highlight{background:color-mix(in srgb,var(--tertiary)60%,#fff0);border-radius:5px;scroll-margin-top:2rem}.search>.search-container>.search-space>.search-layout>.preview-container{color:var(--dark);flex-grow:1;padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>.search-container>.search-space>.search-layout>.preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>.search-container>.search-space>.search-layout>.preview-container a[role=anchor]{background-color:#0000}.search>.search-container>.search-space>.search-layout>.results-container{overflow-y:auto}.search>.search-container>.search-space>.search-layout>.results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;width:100%;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,.search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,.search>.search-container>.search-space>.search-layout>.results-container .result-card.focus{background:var(--lightgray)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>h3{margin:0}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card>p.card-description{display:none}}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}.readermode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.readermode svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:0;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:1}@media (max-width:800px){.page>#quartz-body>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out}.page>#quartz-body.lock-scroll>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out;transform:translate(100dvw)}.page>#quartz-body .sidebar.left:has(.explorer){box-sizing:border-box;background-color:var(--light);margin:0;padding:1rem 0;position:sticky}.page>#quartz-body .hide-until-loaded~.explorer-content{display:none}}.explorer{flex-direction:column;flex:0 auto;min-height:1.2rem;display:flex;overflow-y:hidden}.explorer.collapsed{flex:0 1.2rem}.explorer.collapsed .fold{transform:rotate(-90deg)}.explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}@media (max-width:800px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:hidden}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media (max-width:800px){.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}@media not (max-width:800px){.explorer.desktop-only{display:flex}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{margin:0;font-size:1rem;display:inline-block}.explorer-content{margin-top:.5rem;list-style:none;overflow:hidden auto}.explorer-content ul{overscroll-behavior:contain;margin:0;padding:0;list-style:none}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{flex:0 0 34px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 34px}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);visibility:hidden;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin-top:0;padding:4rem 0 2rem;transition:transform .2s,visibility .2s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100vw)}.explorer .mobile-explorer{z-index:101;margin:0;padding:5px}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray)}.mobile-no-scroll{overscroll-behavior:none}}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media not (min-width:1200px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.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}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}body[data-slug="404"] .left.sidebar,body[data-slug="404"] .right.sidebar,body[data-slug="404"] .page-header,body[data-slug="404"] .page-footer,body[data-slug="404"] footer,body[data-slug="404"] hr{display:none!important}body[data-slug="404"] #quartz-body{grid-template:"grid-center"/1fr}.not-found-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:80vh;margin:0 auto;padding:2rem;display:flex}.not-found-content{width:100%;max-width:600px;margin:0 auto}.not-found-page h1{font-family:var(--headerFont);color:var(--secondary);opacity:.3;margin:0;font-size:6rem}.not-found-message{color:var(--darkgray);margin:1rem 0;font-size:1.25rem}.not-found-suggestion{color:var(--gray);margin-bottom:2rem;font-size:1rem}.not-found-suggestion a,.not-found-suggestion .search-link{color:var(--secondary);cursor:pointer;font-weight:600;text-decoration:none}.not-found-suggestion a:hover,.not-found-suggestion .search-link:hover{text-decoration:underline}.not-found-divider{background:var(--lightgray);width:100px;height:1px;margin:2rem auto}.not-found-game-hint{color:var(--gray);opacity:.7;margin-bottom:1rem;font-size:.85rem}.dino-game-container{background:var(--light);border:1px solid var(--lightgray);border-radius:8px;padding:1rem;box-shadow:0 4px 12px #0000000d}#dino-game{max-width:100%;height:auto;image-rendering:pixelated;image-rendering:crisp-edges;margin:0 auto;display:block}.dino-instructions{color:var(--gray);margin-top:.75rem;margin-bottom:0;font-size:.75rem}.dino-instructions kbd{background:var(--lightgray);font-family:var(--codeFont);border-radius:3px;padding:.15rem .4rem;font-size:.7rem}@media (max-width:600px){.not-found-page h1{font-size:4rem}.dino-game-container{padding:.5rem}}@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 .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>: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.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}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: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: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>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: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}:root{--ease-out:cubic-bezier(.25,1,.5,1);--duration:.2s;--shadow-card:0 1px 3px #0000000a;--shadow-bottom:0 3px 0 #595959;--radius:8px;--graph-node:#595959;--graph-node-visited:#b23434;--graph-node-active:#ad1f1f;--graph-link:#c7c7c7;--graph-link-active:#8c8c8c;--graph-tag-fill:#f4f0ec;--graph-tag-stroke:#b3b3b3;--graph-text:#1f1f1f}:root[saved-theme=dark]{--shadow-card:0 1px 3px #0003;--shadow-bottom:0 3px 0 #333;--graph-node:#9e9e9e;--graph-node-visited:#d16161;--graph-node-active:#e46767;--graph-link:#404040;--graph-link-active:gray;--graph-tag-fill:#1a1a1a;--graph-tag-stroke:#595959;--graph-text:#d1d1d1}html{font-size:17px}@media (max-width:800px){html{font-size:16px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.explorer:not(.collapsed),.graph,.toc,.backlinks,.recent-notes{border-radius:var(--radius);background:#fdfcfc;border:1px solid #e0e0e0;border-bottom:3px solid #595959;padding:.75rem 1rem}@media (max-width:800px){:is(.sidebar.left,.sidebar.left:has(.explorer)){background:var(--light)!important;box-shadow:none!important;border:none!important;border-radius:0!important}.sidebar.left>*{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.explorer{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}}.page-title,.spacer,.mobile-only,.search,.darkmode,.reader-mode,.flex-component{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.flex-component{align-items:center!important;gap:.75rem!important;display:flex!important}.search,.darkmode,.readermode{cursor:pointer;opacity:.7;transition:opacity .2s;background:0 0!important;border:none!important;justify-content:center!important;align-items:center!important;width:20px!important;min-width:20px!important;height:20px!important;margin:0!important;padding:0!important;display:flex!important}.search:hover,.darkmode:hover,.readermode:hover{opacity:1}.search>.search-button{cursor:pointer;justify-content:center;align-items:center;display:flex;background:0 0!important;border:none!important;border-radius:0!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;padding:0!important}.search>.search-button svg{width:20px!important;height:20px!important;margin:0!important}.search>.search-button p{display:none!important}.darkmode svg,.readermode svg{width:20px!important;height:20px!important}@media (min-width:801px){.sidebar.left>.flex-component{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.sidebar.left>.flex-component .search,.sidebar.left>.flex-component .darkmode,.sidebar.left>.flex-component .readermode{padding:.35rem}}.explorer h3,.backlinks h3,.toc h3,.recent-notes h3,.graph h3{text-transform:uppercase;letter-spacing:.1em;color:#737373;margin-bottom:.6rem;font-family:var(--bodyFont)!important;font-size:.7rem!important;font-weight:500!important}.page-title{text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);font-family:var(--bodyFont)!important;font-size:.7rem!important;font-weight:500!important}@media (min-width:801px){.page-title{display:none}}.explorer h2{margin:0;font-family:var(--bodyFont)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.75rem!important;font-weight:500!important}.explorer .folder-button,.explorer .folder-title{font-family:var(--bodyFont)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.75rem!important;font-weight:500!important}.explorer .folder-outer ul li>a{font-family:var(--bodyFont);letter-spacing:0;font-size:.85rem;text-transform:none!important}.explorer .folder-outer ul li>a.active,.explorer .folder-outer ul li>a[aria-current=page]{font-weight:500;color:var(--secondary)!important;opacity:1!important}.explorer h3{font-family:var(--bodyFont)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.75rem!important;font-weight:500!important}.explorer .fold{opacity:.6;transition:transform .2s}.explorer .title-button[aria-expanded=false] .fold{transform:rotate(-90deg)}.toc ul li a.in-view,.toc ul li a.active{color:var(--secondary)!important;opacity:1!important}#search-container input,.search input{border:1px solid #e0e0e0;border-bottom:3px solid var(--secondary);border-radius:var(--radius);background:#fdfcfc}#search-container input:focus,.search input:focus{outline:none}.search .search-container.active{background:color-mix(in srgb,var(--light)85%,transparent)}:is(body:has(.search .search-container.active) .graph,body:has(.search .search-container.active) .landing-graph-section){filter:blur(6px);opacity:.6;pointer-events:none}.graph{margin-bottom:2rem}.graph .graph-outer{background:#f2f0ed;border:1px solid #e0e0e0;border-radius:6px}footer{opacity:.8;margin-top:3rem;padding-top:2rem;text-align:center!important}footer ul{flex-wrap:wrap;justify-content:center!important;gap:0!important;margin:0!important}footer ul li{align-items:center;display:flex}footer ul li:not(:last-child):after{content:"·";opacity:.5;margin:0 .75rem}footer ul li a{font-family:var(--bodyFont);opacity:.8;font-size:.9rem;transition:opacity .2s}footer ul li a:hover{opacity:1}.explorer{overflow:hidden!important}.explorer .explorer-content{overflow:hidden}a{font-weight:500}a.internal{background-color:#bf404014;border-radius:3px;padding:0 .15rem;text-decoration:none}a.internal:hover{background-color:#bf40402e}a.internal.tag-link{color:#595959;background-color:#e9e6e2;border:1px solid #d1d1d1;border-radius:3px;padding:.15rem .4rem;font-size:.7rem;font-weight:500}a.internal.tag-link:hover{background-color:var(--secondary);color:#fff;border-color:var(--secondary)}article{max-width:65ch}article p{letter-spacing:.005em;word-spacing:.02em;margin-bottom:1.6em;font-size:1.05rem;line-height:1.85}article ul,article ol{margin-bottom:1.5em;font-size:1.05rem;line-height:1.8}article ul li,article ol li{margin-bottom:.6em}article ul{list-style-type:disc}article>h1{letter-spacing:-.01em;margin-top:0;margin-bottom:1.25rem;font-size:2.75rem;font-weight:400;line-height:1.2}article>h2{letter-spacing:0;margin-top:2.5rem;margin-bottom:1.25rem;font-size:2rem;font-weight:400;line-height:1.25}article>h3{margin-top:2.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:400;line-height:1.35}article>h4,article>h5,article>h6{margin-top:2.25rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:400;line-height:1.4}.article-title{letter-spacing:-.01em;font-family:var(--headerFont)!important;margin-bottom:.75rem!important;font-size:2.75rem!important;font-weight:400!important;line-height:1.15!important}article h1,article h2,article h3,article h4,article h5,article h6{font-family:var(--headerFont);font-weight:400}article p,article li,article td,article th{font-family:var(--bodyFont)}.content-meta{text-transform:uppercase;letter-spacing:.06em;color:#737373;margin-bottom:1rem;font-size:.7rem!important}.breadcrumb-container{text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.5rem;font-size:.7rem!important}pre{background:#f2f0ee;border:1px solid #e0e0e0;border-bottom:3px solid #595959;border-radius:6px;font-size:.95rem;line-height:1.65}code{background:#ebe8e5;border-radius:3px;padding:.15em .35em;font-size:.92em}pre>code{background:0 0;padding:0}blockquote{border-left:3px solid var(--secondary);background:0 0;margin:1.5rem 0;padding-left:1.25rem;font-style:italic}blockquote p{margin-bottom:.75em}.callout{background:#fdfcfc;border:1px solid #e0e0e0;border-bottom:3px solid #595959;border-radius:6px;margin:1.5rem 0}.callout-title{align-items:center!important;gap:.5rem!important;padding:.75rem 0!important}.callout-title .callout-icon,.callout-title .fold-callout-icon{flex-shrink:0;align-self:center;margin:0!important;padding:0!important}.callout-title .callout-title-inner{font-family:var(--bodyFont);align-items:center;font-size:.95rem;display:flex}.callout-title .callout-title-inner>p{margin:0;line-height:1.4}details.toc summary{align-items:center;gap:.5rem;display:flex}details.toc summary::marker{display:none}details.toc summary::-webkit-details-marker{display:none}details.toc summary>*{padding-left:0;display:inline}button.toc-header{gap:.5rem}button.toc-header h3{font-family:var(--bodyFont)}button.toc-header .fold{flex-shrink:0}table{border-collapse:collapse;width:100%;margin:1.5rem 0}th{text-transform:uppercase;letter-spacing:.08em;text-align:left;border-bottom:2px solid #bfbfbf;padding:.5rem .75rem .5rem 0;font-size:.7rem!important;font-weight:500!important}td{vertical-align:top;padding:.75rem .75rem .75rem 0}tr{border-bottom:1px solid #e6e6e6}table.notes-list,article table:first-of-type{border:none}table.notes-list th,article table:first-of-type th{display:none}table.notes-list tr,article table:first-of-type tr{border-bottom:1px solid #e0e0e0;transition:background-color .15s}table.notes-list tr:hover,article table:first-of-type tr:hover{background-color:#a680590a}table.notes-list tr:last-child,article table:first-of-type tr:last-child{border-bottom:none}table.notes-list td,article table:first-of-type td{padding:1rem 0}table.notes-list td:first-child,article table:first-of-type td:first-child{white-space:nowrap;color:gray;font-variant-numeric:tabular-nums;width:7rem;min-width:7rem;font-size:.8rem}table.notes-list td:last-child,article table:first-of-type td:last-child{font-size:1rem}table.notes-list td:last-child a.internal,article table:first-of-type td:last-child a.internal{background:0 0;padding:0}table.notes-list td:last-child a.internal:hover,article table:first-of-type td:last-child a.internal:hover{text-decoration:underline;-webkit-text-decoration-color:var(--secondary);text-decoration-color:var(--secondary);text-underline-offset:3px;background:0 0}hr{background:#d9d9d9;margin:2.5rem 0}.footnotes{border-top:1px solid #d9d9d9;margin-top:3rem;padding-top:1.5rem;font-size:.9rem}.explorer .folder-button,.explorer .folder-outer>li>a,.toc .depth-1,.toc .depth-2,.toc .depth-3,.backlinks ul li,.recent-notes .recent-ul li{font-size:.875rem}:root[saved-theme=dark] .explorer:not(.collapsed),:root[saved-theme=dark] .graph,:root[saved-theme=dark] .toc,:root[saved-theme=dark] .backlinks,:root[saved-theme=dark] .recent-notes{background:#141414;border:1px solid #1f1f1f;border-bottom:3px solid #333}:root[saved-theme=dark] .search .search-button,:root[saved-theme=dark] #search-container .search-button{border:1px solid #1f1f1f;border-bottom:2px solid var(--secondary);background:#141414}:root[saved-theme=dark] .graph .graph-outer{background:#141414;border-color:#1f1f1f}:root[saved-theme=dark] a.internal.tag-link{color:#a6a6a6;background-color:#1f1f1f;border-color:#2e2e2e}:root[saved-theme=dark] pre{background:#141414;border-color:#1f1f1f #1f1f1f #333;border-bottom-style:solid;border-bottom-width:3px}:root[saved-theme=dark] code{background:#1f1f1f}:root[saved-theme=dark] .callout{background:#141414;border-color:#1f1f1f #1f1f1f #333;border-bottom-style:solid;border-bottom-width:3px}:root[saved-theme=dark] .explorer h3,:root[saved-theme=dark] .backlinks h3,:root[saved-theme=dark] .toc h3,:root[saved-theme=dark] .recent-notes h3,:root[saved-theme=dark] .graph h3{color:gray}:root[saved-theme=dark] .content-meta{color:#737373}:root[saved-theme=dark] a.internal{background-color:#cd5b5b26}:root[saved-theme=dark] a.internal:hover{background-color:#cd5b5b47}:root[saved-theme=dark] tr{border-bottom-color:#262626}:root[saved-theme=dark] th{border-bottom-color:#404040}:root[saved-theme=dark] hr{background:#262626}:root[saved-theme=dark] .footnotes{border-top-color:#262626}:root[saved-theme=dark] table.notes-list tr,:root[saved-theme=dark] article table:first-of-type tr{border-bottom-color:#2e2e2e}:root[saved-theme=dark] table.notes-list tr:hover,:root[saved-theme=dark] article table:first-of-type tr:hover{background-color:#ffffff05}:root[saved-theme=dark] table.notes-list td:first-child,:root[saved-theme=dark] article table:first-of-type td:first-child{color:#737373}:root{--light:#f7f5f2;--lightgray:#ebe6e0;--gray:#766f6f;--darkgray:#433d3d;--dark:#1c1717;--secondary:#bd2828;--tertiary:#a51d1d;--highlight:#9980661a;--textHighlight:#ebc24759;--titleFont:"Instrument Serif","Cormorant","Noto Serif JP","Noto Serif SC",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Instrument Serif","Cormorant","Noto Serif JP","Noto Serif SC",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"JetBrains Mono",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:#121212;--lightgray:#262626;--gray:#737373;--darkgray:#bfbfbf;--dark:#e6e6e6;--secondary:#cd5b5b;--tertiary:#c33;--highlight:#8080801f;--textHighlight:#cca6334d}