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}.header-image{border-radius:.75rem;margin:0;position:relative;overflow:hidden}.header-image img{object-fit:cover;opacity:.9;width:100%;height:auto;margin:0;display:block}.header-image:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(100% 100% at 50% 55%,#ffffff08 50%,#ededed 82%);position:absolute;inset:0}:root[saved-theme=dark] .header-image:before{background:radial-gradient(80% 100% at 50% 55%,#ffffff08 50%,#1a1a1a 82%)}.header-image:after{content:"";z-index:2;pointer-events:none;background:radial-gradient(ellipse 90% 150% at center 55%,transparent 28%,var(--light)62%);position:absolute;inset:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='0 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='0 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");-webkit-mask-size:200px 200px;mask-size:200px 200px;-webkit-mask-repeat:repeat;mask-repeat:repeat}.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)}@media (max-width:640px){.darkmode{margin-top:.9rem}}: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)}@media (max-width:640px){.readermode{display:none!important}}@media (min-width:640px) and (max-width:1200px){.readermode{display:none!important}}@media not (min-width:1200px){:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:unset}}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:.1;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:.75}:root[reader-mode=on] .sidebar.left.orb-reader-lock{opacity:1}.search{align-self:end;align-items:center;min-width:fit-content;max-width:14rem;margin-top:0;display:flex}@media (max-width:640px){.search{flex-grow:.3;align-self:center;margin-top:0}}.search>.search-button{font-family:inherit;font-size:inherit;height:20px;min-height:20px;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border:0;border-radius:4px;justify-content:flex-end;align-self:center;align-items:center;margin-top:0;padding:0;line-height:0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:20px;min-width:20px}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:1.5px;transition:stroke .5s}@media (max-width:640px){.search>.search-button{justify-content:center;align-self:center;height:2rem;min-height:2rem;margin-top:0;padding:0 1rem 0 0;line-height:normal}}@supports (font:-apple-system-body){.search{margin-top:14px}@media (max-width:640px){.search{margin-top:14px}}}.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:640px){.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:640px){.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(640px,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:640px){.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}.search.icon-only{min-width:auto;max-width:none;margin-left:auto}.search.icon-only>.search-button{border-radius:999px;justify-content:center}.search.icon-only>.search-button>p{display:none}.article-title{margin:-15px 0 0;font-size:4.5rem;line-height:1.3}@media (max-width:640px){.article-title{text-align:center;margin-top:1rem;margin-bottom:1rem;font-size:3.4rem}}.content-meta{color:#757575;font-family:var(--dateFont),var(--bodyFont),cursive;margin-top:.8rem;font-size:1.3rem}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.resources-content{margin:1rem 0 2rem}.resources-content h2{color:var(--darkgray);margin:0 0 1rem}.resource-source{margin-bottom:1.5rem}.resource-source__header{text-align:right;margin:0 0 .5rem;font-size:clamp(1.2rem,2vw,1.4rem);font-weight:700}.resource-source__label{color:var(--darkgray);margin-right:.25rem;font-weight:600}.resource-source__header a{color:var(--secondary);text-decoration:none}.resource-source__header a:hover{color:var(--tertiary)}.resources-grid{flex-direction:column;gap:1rem;display:flex}.resource .resource-header-text p{margin:0}.timeline-content{margin:1.25rem 0}.timeline-content h2{color:var(--darkgray);margin:0 0 .75rem}.timeline-content .section h3{margin:0}.timeline-content .section>.tags{margin:.35rem 0 0}.glossary-content{margin:1.25rem 0}.glossary-content .section{width:100%;grid-template-columns:1fr!important;display:block!important}.glossary-content .desc{width:100%}.glossary-group{margin:1rem 0 1.25rem}.glossary-letter{letter-spacing:.08em;text-transform:uppercase;margin:0 0 .5rem 1rem;font-size:1.8em}.glossary-line{flex-wrap:wrap;align-items:baseline;gap:.35rem;margin:0;display:inline-flex}.glossary-row{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.glossary-term{padding-left:1.5rem;font-weight:600}.glossary-summary{color:var(--darkgray);margin:0;padding-left:2rem}.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);color:#ee7d57;border-radius:8px;margin:0 .1rem;padding:0 .5rem;font-size:1.4rem}:root:not([saved-theme=dark]) a.internal.tag-link{color:#3c7ca9}:root[saved-theme=dark] a.internal.tag-link{color:#fb5c27}.page-title{font-size:clamp(1.85rem,3.4vw,2.8rem);font-family:var(--titleFont);margin:0;line-height:1.05}.page-title__i,.glow-letter{display:inline-block;position:relative}.funiki-idot-anchor{pointer-events:none;border-radius:50%;width:clamp(6px,.28em,12px);height:clamp(6px,.28em,12px);position:absolute;top:-.6em;left:50%;transform:translate(-50%)}@media (max-width:640px){.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}.page>#quartz-body.lock-scroll>.sidebar.left:has(.explorer){z-index:100;background:color-mix(in srgb,var(--light)65%,#00000073);padding:1.25rem clamp(1rem,5vw,1.75rem);position:fixed;inset:0;overflow:auto}}.explorer{font-family:var(--titleFont);flex-direction:column;flex:none;min-height:1.2rem;display:flex;overflow:visible}.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:640px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:visible}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media not (max-width:640px){.explorer .mobile-nav-only{display:none!important}}@media (max-width:640px){.explorer .explorer-ul{flex-direction:column;display:flex}.explorer .mobile-nav-bottom{order:99}.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}@media not (max-width:640px){.explorer.desktop-only{display:flex}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}@media (max-width:640px){.desktop-explorer{display:none!important}.explorer{width:100%}}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;gap:.35rem;margin-top:.5rem;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{font-size:clamp(1.3rem,2vw,1.5rem);font-family:var(--titleFont);margin:0;font-weight:600;line-height:1.05;display:inline-block}.title-button{cursor:default;flex-shrink:0;align-items:center;gap:.35rem;margin:0;padding:0;display:inline-flex}.title-button h2{font-size:clamp(1.3rem,2vw,1.5rem);font-family:var(--titleFont);color:var(--dark);margin:0}.explorer-content{list-style:none;overflow:visible}.explorer-content ul{overscroll-behavior:contain;margin:0;padding:0;font-size:clamp(.95rem,1.4vw,1.1rem);list-style:none}.explorer-content ul li{margin:2px;line-height:1.2rem}.explorer-content ul li.mobile-nav-only>a{color:var(--darkgray)}.explorer-content ul li>a{opacity:.75;pointer-events:all;color:var(--gray);align-items:center;margin-left:0;font-size:.88em;line-height:1.4em;transition:color .2s,opacity .2s,background-color .2s;display:inline-flex}.explorer-content ul li>a:hover{opacity:1;color:var(--tertiary);background:color-mix(in srgb,var(--highlight)70%,#0000);border-radius:6px}.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 color-mix(in srgb,var(--darkgray)40%,transparent);margin-left:6px;padding-left:.8rem;font-size:.88em;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(--titleFont);word-break:break-word;-webkit-hyphens:auto;hyphens:auto;align-items:flex-start;gap:.35rem;font-size:1.05em;font-weight:600;line-height:1.4em;display:inline-flex}.folder-container div>a:hover,.folder-container div>a.active{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--titleFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);word-break:break-word;-webkit-hyphens:auto;hyphens:auto;pointer-events:none;margin:0;font-size:1.05em;font-weight:600;line-height:1.4em;display:inline-block}.folder-icon{color:var(--secondary);opacity:.5;backface-visibility:visible;flex-shrink:0;margin-right:2px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>.folder-icon{transform:rotate(-90deg)}.folder-type-icon{color:var(--secondary);opacity:.7;cursor:pointer;flex-shrink:0;margin-right:5px}.folder-type-icon:hover{color:var(--tertiary);opacity:1}.file-icon{opacity:.5;flex-shrink:0;margin-right:5px}@media (max-width:640px){.explorer.collapsed{flex:0 0 128px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 58px}.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;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;overflow:visible}.explorer .mobile-explorer .lucide-menu{width:48px;height:48px;stroke:var(--dark);transition:opacity .2s}.explorer.collapsed .mobile-explorer .lucide-menu{opacity:.5}.explorer:not(.collapsed) .mobile-explorer .lucide-menu{opacity:1}.mobile-no-scroll{overscroll-behavior:none}}.toc{min-height:1.4rem;font-family:var(--headerFont),var(--bodyFont),sans-serif;flex-direction:column;flex:0 .5 auto;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);line-height:2.2rem;font-family:var(--headerFont),var(--bodyFont),sans-serif;background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{font-size:clamp(1.3rem,2vw,1.5rem);font-family:var(--titleFont);margin:0;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;font-size:.95rem;line-height:1.2rem;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.25;transition:opacity .3s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.8;font-weight:650}ul.toc-content.overflow>li>a.is-current{color:color-mix(in srgb,var(--secondary)65%,var(--dark)35%);font-weight:750}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{font-size:clamp(1.3rem,2vw,1.5rem);font-family:var(--titleFont);color:var(--dark);margin:0}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{color:var(--dark);opacity:.8;background-color:#0000;transition:opacity .3s,color .3s}.backlinks>ul.overflow>li>a:hover{opacity:1}footer{text-align:left;opacity:.7;flex-direction:column;gap:.75rem;margin-bottom:4rem;display:flex}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}footer .footer-share{justify-content:flex-end;width:100%;display:flex}@media (max-width:640px){footer{text-align:center;align-items:center}footer .footer-share,footer ul{justify-content:center}}.share-bar{width:100%;color:var(--secondary);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;font-size:0;display:flex}.share-bar__links{align-items:center;gap:.45rem}.share-bar__link{color:var(--secondary);align-items:center;gap:.2rem;padding:.05rem;font-weight:600;text-decoration:none;display:inline-block}.share-bar__link+.share-bar__link{margin-left:.4rem}.share-bar__link:hover{color:var(--tertiary)}.share-bar__icon{fill:currentColor;flex:0 0 12px;width:30px;height:30px;margin-right:.5rem;display:inline-block}@media (max-width:800px){.share-bar{justify-content:center}.share-bar__link+.share-bar__link{margin-left:.6rem}}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}.folder-summary{color:var(--darkgray);margin:0 0 .75rem;font-size:.95rem}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 2fr 2fr;display:grid}@media (max-width:640px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;visibility:hidden;opacity:0;padding:1rem;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}@media (max-width:640px){.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)}.resource{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;--icon-size:30px;border-radius:12px;margin:1rem;padding:0;overflow-y:hidden}@media (max-width:640px){.resource{margin-left:-.5rem;margin-right:-.5rem}}.resource[data-resource=link]{--color:var(--secondary);--border:color-mix(in srgb,var(--secondary)40%,transparent);--bg:color-mix(in srgb,var(--highlight)80%,transparent);--resource-icon-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='black'><path d='M440-280H280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h160v80H280q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h320v80H320Zm200 160v-80h160q50 0 85-35t35-85q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H520Z'/></svg>")}.resource[data-resource=video]{--color:var(--secondary);--border:color-mix(in srgb,var(--secondary)40%,transparent);--bg:color-mix(in srgb,var(--highlight)80%,transparent);--resource-icon-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='black'><path d='M200-320h400L462-500l-92 120-62-80-108 140Zm-40 160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h480q33 0 56.5 23.5T720-720v180l160-160v440L720-420v180q0 33-23.5 56.5T640-160H160Zm0-80h480v-480H160v480Zm0 0v-480 480Z'/></svg>")}.resource[data-resource=pdf]{--color:var(--secondary);--border:color-mix(in srgb,var(--secondary)40%,transparent);--bg:color-mix(in srgb,var(--highlight)80%,transparent);--resource-icon-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='black'><path d='M320-240h320v-80H320v80Zm0-160h320v-80H320v80Zm160-240v-120H320v120h160ZM280-80q-33 0-56.5-23.5T200-160v-640q0-33 23.5-56.5T280-880h320l160 160v560q0 33-23.5 56.5T680-80H280Zm280-560v-160H280v640h400v-480H560Z'/></svg>")}.resource .resource-header{background:color-mix(in srgb,var(--light)50%,var(--secondary)50%);border-bottom:1px solid var(--border);border-top-left-radius:12px;border-top-right-radius:12px;margin:0;padding:.4rem .75rem .15rem;line-height:1.2}.resource .resource-header .resource-link{color:var(--dark);text-decoration:none}.resource .resource-header-text{color:var(--dark);overflow-wrap:break-word;word-wrap:break-word;min-width:0;padding-bottom:4px;line-height:1rem}.resource .resource-icon{background-color:var(--color);vertical-align:middle;width:25px;height:25px;margin-right:.75rem;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:25px 25px;mask-size:25px 25px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.resource .resource-icon--link,.resource .resource-icon--video,.resource .resource-icon--pdf{-webkit-mask-image:var(--resource-icon-mask);mask-image:var(--resource-icon-mask)}.resource .resource-title{font-family:var(--titleFont);color:var(--dark);font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700;text-decoration:none}.resource .resource-title span{color:var(--dark)}.resource .resource-desc{font-family:var(--bodyFont);color:var(--dark);opacity:.85;font-size:1.1rem;font-weight:500}.resource .resource-content .resource-desc{opacity:1}.resource .resource-header a{color:var(--dark);text-decoration:none}.resource .resource-header a:hover{color:var(--tertiary)}.resource .resource-content{background:linear-gradient(to right,color-mix(in srgb,var(--border)40%,transparent),transparent 6px)left,linear-gradient(to left,color-mix(in srgb,var(--border)40%,transparent),transparent 6px)right,linear-gradient(to bottom,color-mix(in srgb,var(--border)40%,transparent),transparent 6px)top,linear-gradient(to top,color-mix(in srgb,var(--border)40%,transparent),transparent 6px)bottom;background-repeat:no-repeat;background-size:20px 100%,20px 100%,100% 20px,100% 20px;padding:0;display:grid}.resource .resource-content p{margin:.4rem 0;padding-left:.75rem;padding-right:.75rem;line-height:1.4}.pdf-callout-embed{width:100%;min-height:600px}:root:not([saved-theme=dark]) .resource .resource-header{background:color-mix(in srgb,var(--light)50%,var(--tertiary)50%)}:root:not([saved-theme=dark]) .resource .resource-header-text,:root:not([saved-theme=dark]) .resource .resource-title,:root:not([saved-theme=dark]) .resource .resource-title span,:root:not([saved-theme=dark]) .resource .resource-header .resource-desc,:root:not([saved-theme=dark]) .resource .resource-header a,:root:not([saved-theme=dark]) .resource .resource-header a span{color:var(--lightgray)!important}:root:not([saved-theme=dark]) .resource .resource-content .resource-desc{color:var(--dark)!important}:root[saved-theme=dark] .resource .resource-content .resource-desc{color:var(--darkgray)!important}.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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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 20 20 \" 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:12px;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[data-callout=link]{--color:var(--secondary);--border:color-mix(in srgb,var(--secondary)40%,transparent);--bg:color-mix(in srgb,var(--highlight)80%,transparent);--callout-icon-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='black'><path d='M440-280H280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h160v80H280q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h320v80H320Zm200 160v-80h160q50 0 85-35t35-85q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H520Z'/></svg>")}.callout[data-callout=link] .callout-icon{background-color:var(--color);-webkit-mask-image:var(--callout-icon-mask);mask-image:var(--callout-icon-mask);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);background-image:none;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout[data-callout=video]{--color:var(--secondary);--border:color-mix(in srgb,var(--secondary)40%,transparent);--bg:color-mix(in srgb,var(--highlight)80%,transparent);--callout-icon-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='black'><path d='M200-320h400L462-500l-92 120-62-80-108 140Zm-40 160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h480q33 0 56.5 23.5T720-720v180l160-160v440L720-420v180q0 33-23.5 56.5T640-160H160Zm0-80h480v-480H160v480Zm0 0v-480 480Z'/></svg>")}.callout[data-callout=video] .callout-icon{background-color:var(--color);-webkit-mask-image:var(--callout-icon-mask);mask-image:var(--callout-icon-mask);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);background-image:none;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.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:24px;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}.resource .callout-title{background:color-mix(in srgb,var(--bg)70%,var(--light)30%);border-bottom:1px solid var(--border);border-top-left-radius:12px;border-top-right-radius:12px;margin:0;padding:.9rem 1rem}.resource .callout-content{padding:0 1rem 1rem}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;font-size:1.5rem;font-weight:300}.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,.typst-doc *{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}p li::marker{color:var(--tertiary);opacity:.6}ul li::marker{color:var(--tertiary);opacity:.6}text li::marker{color:var(--tertiary);opacity:.6}a li::marker{color:var(--tertiary);opacity:.6}tr li::marker{color:var(--tertiary);opacity:.6}td li::marker{color:var(--tertiary);opacity:.6}li li::marker{color:var(--tertiary);opacity:.6}ol li::marker{color:var(--tertiary);opacity:.6}ul li::marker{color:var(--tertiary);opacity:.6}.katex li::marker{color:var(--tertiary);opacity:.6}.math li::marker{color:var(--tertiary);opacity:.6}.typst-doc li::marker{color:var(--tertiary);opacity:.6}.typst-doc * li::marker{color:var(--tertiary);opacity:.6}article ul,article ol{margin-left:1.25rem;padding-left:0;line-height:3rem;list-style:none}article ul li,article ol li{padding-left:1.75em;line-height:1.2;position:relative}article ul li:before{content:"•";color:var(--tertiary);font-size:2em;line-height:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}article ol{counter-reset:article-ol}article ol li{counter-increment:article-ol}article ol li:before{content:counter(article-ol)".";color:var(--tertiary);font-size:1.2em;font-weight:600;line-height:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}article ul li::marker{opacity:.6}article ol li::marker{opacity:.6}.page article p{font-weight:300}.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{color:var(--dark);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:10px;padding:0 .5rem;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:640px){.desktop-only,.desktop-only.flex-component{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:640px){.mobile-only{display:initial}.mobile-only.flex-component{display:flex}}.article-title{line-height:3.7rem}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:2.5rem}.page article p{margin-bottom:35px;margin-left:15px;font-weight:300;line-height:1.8rem}.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"/minmax(0,.25fr) minmax(0,.5fr) minmax(0,.25fr);gap:5px 0;display:grid}@media (min-width:640px) and (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-center""grid-sidebar-left grid-footer"/minmax(0,.25fr) minmax(0,.75fr);gap:5px 0}}@media (max-width:640px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/minmax(0,1fr);gap:5px}}.page>#quartz-body .sidebar{box-sizing:border-box;gap:1.2rem;height:100vh;padding:4rem 1.25rem 1.5rem;font-size:.9rem;line-height:1.2;display:flex;position:sticky;top:0;overflow-y:auto}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left;padding-left:max(2rem,15vw);padding-right:0}@media (min-width:640px) and (max-width:1200px){.page>#quartz-body .sidebar.left{padding-left:max(2rem,8vw)}}@media (max-width:640px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0 10vw;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;margin-right:0;padding-left:0;padding-right:10vw}@media (max-width:640px){.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:1rem 0 0}@media (max-width:640px){.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:640px) and (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:640px){.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 1rem 1.5rem;padding-left:1.25rem;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);margin-bottom:0;font-weight:400}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:2.2rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.8rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.35rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;font-size:1.15rem}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,p{margin:8px;line-height:1.6rem}li{margin:8px}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;width:100%;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}.table-container>table thead{background-color:var(--tableHeader);color:var(--dark)}.table-container>table tbody{background-color:var(--tableBody)}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:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--lightgray)15%,transparent)2%,color-mix(in srgb,var(--darkgray)60%,transparent)50%,color-mix(in srgb,var(--lightgray)15%,transparent)98%,transparent 100%);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}.video-embed{background:color-mix(in srgb,var(--highlight)75%,#0000);border:1px solid color-mix(in srgb,var(--highlight)60%,#0000);box-sizing:border-box;border-radius:14px;width:100%;margin:1.5rem 0;padding:4rem 1rem 1rem;position:relative;overflow:hidden;box-shadow:0 14px 36px #0000001f}.video-embed .video-badge{background:color-mix(in srgb,var(--highlight)82%,#0000);border:1px solid color-mix(in srgb,var(--highlight)65%,#0000);color:var(--dark);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:1rem;font-weight:700;display:inline-flex;position:absolute;top:.8rem;left:.8rem;box-shadow:0 8px 24px #0000001a}.video-embed iframe{aspect-ratio:16/9;border:0;border-radius:10px;width:100%;height:auto;display:block}.video-callout-embed{box-sizing:border-box;justify-content:center;width:100%;padding:.5rem;display:flex}@media (max-width:640px){.video-callout-embed{padding:0}}.video-callout-embed iframe{aspect-ratio:16/9;border:0;border-radius:10px;width:100%;margin-bottom:0;display:block}@media (max-width:640px){.video-callout-embed iframe{width:100%}}.link-card{background:color-mix(in srgb,var(--highlight)85%,#0000);border:1px solid color-mix(in srgb,var(--highlight)70%,#0000);border-left:4px solid var(--secondary);border-radius:12px;flex-direction:column;gap:.35rem;margin:.75rem 0;padding:.75rem .9rem;display:flex;box-shadow:0 6px 14px #0000000f}.link-card__title{font-family:var(--titleFont);color:var(--dark);align-items:center;gap:.4rem;margin:0;font-size:clamp(1.3rem,2vw,1.6rem);text-decoration:none;display:inline-flex}.link-card__title:hover{color:var(--tertiary)}.link-card__icon{width:1.35rem;height:1.35rem;display:inline-block}.link-card__desc{color:var(--darkgray);margin:0;line-height:1.4}:root .page{position:relative}:root article img{filter:url(#edge-grain-lg);-webkit-mask-composite:destination-in;-webkit-mask-image:linear-gradient(90deg,#0000,#000 24px calc(100% - 24px),#0000),linear-gradient(#0000,#000 24px calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#0000,#000 24px calc(100% - 24px),#0000),linear-gradient(#0000,#000 24px calc(100% - 24px),#0000);-webkit-mask-composite:source-in;mask-composite:intersect}:root .gallery-custom img{filter:none;object-fit:cover;border-radius:10px;width:100%;height:clamp(140px,18vw,210px);margin:0;display:block;-webkit-mask-image:none;mask-image:none}@media (max-width:640px){:root .gallery-custom img{height:clamp(140px,30vw,220px)}}:root .gallery-custom{flex-wrap:wrap;justify-content:center;gap:1.1rem;margin-top:4rem;margin-bottom:4rem;display:flex}:root .gallery-custom-heading{text-align:center;margin:0 0 .6rem}:root .gallery-custom a{filter:url(#edge-grain);-webkit-mask-composite:destination-in;border-radius:12px;flex-direction:column;width:calc(33.3333% - .733333rem);text-decoration:none;transition:transform .2s;display:inline-flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000),linear-gradient(#0000,#000 12px calc(100% - 12px),#0000);mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000),linear-gradient(#0000,#000 12px calc(100% - 12px),#0000);-webkit-mask-composite:source-in;mask-composite:intersect}@media (max-width:640px){:root .gallery-custom a{width:calc(50% - .55rem)}}:root .gallery-custom a img{border-bottom-right-radius:0;border-bottom-left-radius:0;margin:0}:root .gallery-custom a:hover{transform:translateY(-4px)scale(1.03)}:root .gallery-custom .thumb-caption{color:#faf8f8;text-overflow:ellipsis;white-space:normal;word-break:break-word;overflow-wrap:anywhere;text-shadow:0 1px 3px #0009;background:0 0;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100%;height:60px;padding:.8rem .85rem 1rem;font-size:.9rem;line-height:1.4;display:block;position:relative}@media (max-width:640px){:root .gallery-custom .thumb-caption{font-size:.7rem}}:root #control-buttons{z-index:2;align-items:center;gap:.5rem;display:flex;position:absolute;top:.5rem;right:clamp(1rem,4vw,2.5rem)}@media (max-width:640px){:root #control-buttons{z-index:400;align-items:center;gap:.6rem;position:fixed;top:.65rem;right:clamp(.75rem,4vw,1.5rem)}}:root .page{width:100%;max-width:100%;margin:0}:root .sidebar.left,:root .sidebar.right{opacity:.75;transition:opacity .2s}:root .sidebar.left:hover,:root .sidebar.right:hover{opacity:.75}@media (max-width:640px){:root .sidebar.left{opacity:1!important}}:root .video-embed{justify-content:center;margin:2rem 0;display:flex}:root .video-embed iframe{aspect-ratio:16/9;border:none;border-radius:.75rem;width:100%;max-width:min(960px,100%)}:root .sidebar.left{--glow-orb-hue:48;isolation:isolate;background-color:#0000;transition:background-color .2s,opacity .2s;position:sticky;overflow:visible}:root .sidebar.left:hover{background-color:#0000}:root .glow-orb{--orb-core:hsl(var(--glow-orb-hue,48)95% 90%/.95);--orb-mid:hsl(var(--glow-orb-hue,48)85% 65%/.8);--orb-edge:hsl(var(--glow-orb-hue,48)80% 45%/.25);--orb-shadow-bright:hsl(var(--glow-orb-hue,48)90% 72%/.75);--orb-shadow-mid:hsl(var(--glow-orb-hue,48)80% 52%/.5);--orb-shadow-soft:hsl(var(--glow-orb-hue,48)95% 85%/.4);background:radial-gradient(circle at 30% 30%,var(--orb-core),var(--orb-mid),var(--orb-edge));width:28px;height:28px;box-shadow:0 0 20px var(--orb-shadow-bright),0 0 35px var(--orb-shadow-mid),0 0 55px var(--orb-shadow-soft);mix-blend-mode:screen;pointer-events:none;opacity:.2;z-index:3;border-radius:50%;transition:opacity .4s;animation:none;position:absolute;top:0;left:0}:root .orb-debug-overlay{pointer-events:none;z-index:2;color:#ffffff4d;position:absolute;inset:0}:root .orb-debug-overlay .orb-debug-path{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}:root .orb-debug-overlay .orb-debug-path path{fill:none;stroke:currentColor;stroke-width:2px;stroke-dasharray:12 6;opacity:.4}:root .orb-debug-point.is-active{color:#0a0a0ad9;background:#ffffffbf;border-color:#fffffff2}:root .orb-debug-point{color:#fff9;background:#ffffff14;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:.55rem;line-height:1;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 6px #fff3}:root .glow-orb:after{content:"";background:radial-gradient(circle,hsl(var(--glow-orb-hue,48),95%,90%,.9),transparent 75%);mix-blend-mode:screen;filter:blur(10px);position:absolute;inset:-30%}@keyframes glow-orb-drift{0%{transform:translate(0)scale(.85)}25%{transform:translate(-25px,-30px)scale(1);box-shadow:0 0 40px #84a59db3,0 0 80px #284b6373,0 0 120px #fff6}50%{transform:translate(-10px,35px)scale(.95)}75%{transform:translate(-45px,5px)scale(1.05);box-shadow:0 0 35px #84a59d99,0 0 70px #284b6359,0 0 110px #ffffff59}to{transform:translate(0)scale(.9)}}:root #quartz-body>.page-header,:root #quartz-body>.center,:root #quartz-body>.page-footer,:root #quartz-body>footer{box-sizing:border-box;padding-left:clamp(1rem,4vw,2.5rem);padding-right:clamp(1rem,4vw,2.5rem)}@media (max-width:640px){:root #quartz-body>.page-header,:root #quartz-body>.page-footer,:root #quartz-body>footer{padding-left:1rem;padding-right:1rem}:root #quartz-body>.center{padding-left:10px;padding-right:10px}}.sidebar.left .glow-letter,body[data-landing=true] .landing-shell .glow-letter{vertical-align:baseline;margin:0;padding:0;line-height:1;transition:color .6s,text-shadow .6s;display:inline-block}.sidebar.left .orb-illuminated,body[data-landing=true] .landing-shell .orb-illuminated{text-shadow:0 0 4px hsl(var(--glow-orb-hue,48),90%,78%,.45),0 0 8px hsl(var(--glow-orb-hue,48),80%,60%,.35),0 0 12px hsl(var(--glow-orb-hue,48),75%,48%,.25);color:hsl(var(--glow-orb-hue,48),60%,32%)}:root[saved-theme=dark] .sidebar.left .orb-illuminated,:root[saved-theme=dark] body[data-landing=true] .landing-shell .orb-illuminated{text-shadow:0 0 10px hsl(var(--glow-orb-hue,48),95%,82%,.75),0 0 18px hsl(var(--glow-orb-hue,48),85%,60%,.65),0 0 26px hsl(var(--glow-orb-hue,48),80%,55%,.6);color:hsl(var(--glow-orb-hue,48),90%,82%)}.text-highlight{border-radius:.75em;padding:.25rem 1rem;font-weight:600}:root[saved-theme=light] .text-highlight{color:var(--light);background-color:var(--highlight);text-shadow:0 0 2px #000000a6}:root[saved-theme=dark] .text-highlight{color:var(--dark);background-color:var(--highlight);text-shadow:0 0 2px #000000a6}:root[saved-theme=dark] .sidebar.left{background-color:color-mix(in srgb,var(--lightgray)35%,transparent)}:root[saved-theme=dark] .sidebar.left:hover{background-color:color-mix(in srgb,var(--lightgray)55%,transparent)}body[data-landing=true]{color:var(--light);background:radial-gradient(circle at 25% 20%,#50505099,#0000 70%),radial-gradient(circle at 70% 35%,#50505066,#0000 35%),linear-gradient(160deg,#050505,#151515 45%,#050505 90%);min-height:100vh;display:flex}body[data-landing=true] #quartz-root{width:100%}body[data-landing=true] #quartz-body{grid-template-columns:minmax(0,1fr);min-height:100vh}body[data-landing=true] #quartz-body>.page-header,body[data-landing=true] #quartz-body>.center,body[data-landing=true] #quartz-body>.page-footer,body[data-landing=true] #quartz-body>footer{padding-left:0;padding-right:0}body[data-landing=true] :is(.left.sidebar,.right.sidebar,.page-header,.article-title,.content-meta,.tags,hr,.page-footer,footer){display:none!important}body[data-landing=true] .center{width:100%;margin:0;padding:0}body[data-landing=true] article.landing-root{box-shadow:none;background:0 0;border:none;max-width:none;padding:0}body[data-landing=true] .landing-shell{--landing-sphere-hue:32;--landing-sphere-core:#fff;--landing-sphere-mid:hsl(var(--landing-sphere-hue)85% 65%/.8);--landing-sphere-edge:#323232;--landing-sphere-shadow-bright:hsl(var(--landing-sphere-hue)90% 72%/.75);--landing-sphere-shadow-mid:hsl(var(--landing-sphere-hue)80% 52%/.5);--landing-sphere-shadow-soft:hsl(var(--landing-sphere-hue)95% 85%/.4);--cloud-hue:205;--cloud-core:hsl(var(--cloud-hue)24% 97%/.98);--cloud-back-glow:hsl(var(--cloud-hue)26% 95%/.82);--cloud-mid-glow:hsl(var(--cloud-hue)28% 96%/.88);--cloud-front-glow:hsl(var(--cloud-hue)30% 98%/.95);--cloud-backing-core:#f15b4b8c;--cloud-backing-mid:#da341b73;--cloud-backing-edge:#a3311f4d;text-align:center;isolation:isolate;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;display:flex;position:relative;overflow:hidden}body[data-landing=true] .landing-shell:after{content:none}body[data-landing=true] .landing-title{position:relative}body[data-landing=true] .landing-title:before{content:none}body[data-landing=true] .landing-cloud-filters{width:0;height:0;position:absolute;top:0;left:0}body[data-landing=true] .landing-clouds{pointer-events:none;z-index:-2;mix-blend-mode:screen;width:88vw;height:64vw;position:absolute;top:-13vw;left:-12vw}body[data-landing=true] .landing-clouds .cloud{mix-blend-mode:screen;opacity:.1;will-change:transform;background:0 0;border-radius:50%;position:absolute}body[data-landing=true] .landing-clouds .cloud-back{color:#f56666f2;filter:url(#cloud-filter-back);opacity:.25;width:45vw;height:26vw;animation-name:landingCloudDriftBack;animation-duration:26s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:-3s;top:-22vw;left:-22vw;box-shadow:520px 460px 80px}body[data-landing=true] .landing-clouds .cloud-mid{color:#f18d7433;filter:url(#cloud-filter-mid);opacity:.6;width:27vw;height:38vw;animation-name:landingCloudDriftMid;animation-duration:30s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:-5s;top:-8vw;left:-20vw;box-shadow:420px 320px 70px}body[data-landing=true] .landing-clouds .cloud-front{color:#f6a284fa;filter:url(#cloud-filter-front);opacity:.4;width:45vw;height:22vw;animation-name:landingCloudDriftFront;animation-duration:36s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:-4s;top:-11vw;left:4vw;box-shadow:320px 220px 60px}body[data-landing=true] .landing-cloud-backing{background:radial-gradient(circle at 38% 42%,var(--cloud-backing-core)40%,var(--cloud-backing-mid)25%,var(--cloud-backing-edge)20%,transparent 10%);filter:blur(20px)hue-rotate();opacity:.6;mix-blend-mode:screen;pointer-events:none;z-index:-3;width:100vw;height:116vw;animation:50s linear infinite landingCloudBackingHue;position:absolute;top:-75vw;left:-40vw;transform:rotate(220deg)}@keyframes landingCloudDrift{0%{transform:translate(0,0)scale(1)}50%{transform:translate(8px,-10px)scale(1.03)}to{transform:translate(-10px,8px)scale(.99)}}@keyframes landingCloudDriftBack{0%{transform:translate(0,0)scale(1)}50%{transform:translate(10px,-14px)scale(1.04)}to{transform:translate(-12px,10px)scale(.98)}}@keyframes landingCloudDriftMid{0%{transform:translate(0,0)scale(1)}50%{transform:translate(14px,-8px)scale(1.05)}to{transform:translate(-16px,12px)scale(.98)}}@keyframes landingCloudDriftFront{0%{transform:translate(0,0)scale(1)}50%{transform:translate(6px,-10px)scale(1.06)}to{transform:translate(-10px,6px)scale(.97)}}@media (max-width:640px){body[data-landing=true] .landing-clouds{opacity:.65;width:1200px;height:880px;top:-180px;left:-160px}body[data-landing=true] .landing-clouds .cloud{animation:none}body[data-landing=true] .landing-clouds .cloud-back{opacity:.28;width:45vw;height:26vw;top:-22vw;left:-10vw}body[data-landing=true] .landing-clouds .cloud-mid{opacity:.42;width:27vw;height:38vw;top:-8vw;left:-8vw}body[data-landing=true] .landing-clouds .cloud-front{opacity:.5;width:45vw;height:22vw;top:-11vw;left:12vw}body[data-landing=true] .landing-cloud-backing{width:110vw;height:125vw;top:-82vw;left:-24vw}}@media (max-width:520px){body[data-landing=true] .landing-clouds{width:900px;height:660px}body[data-landing=true] .landing-clouds .cloud-back{width:50vw;height:30vw;top:-35vw;left:-95vw}body[data-landing=true] .landing-clouds .cloud-mid{width:32vw;height:44vw;top:-10vw;left:-20vw}body[data-landing=true] .landing-clouds .cloud-front{width:50vw;height:26vw;top:-10vw;left:-20vw}body[data-landing=true] .landing-cloud-backing{width:120vw;height:135vw;top:-48vw;left:-30vw}body[data-landing=true] .landing-sphere-bg{filter:blur(10px);width:clamp(8rem,70vw,18rem);height:clamp(8rem,70vw,18rem);top:48%;left:45%}body[data-landing=true] .landing-shell .landing-sphere{width:clamp(1rem,5vw,1.35rem);height:clamp(1rem,5vw,1.35rem)}}@media (max-width:640px){.sidebar.left{flex-direction:column;align-items:stretch;gap:.5rem;padding:1rem 1rem 1rem 5vw}.sidebar.left>:not(.explorer){display:none!important}.sidebar.left .explorer{background:var(--light);width:100%;max-height:85vh;box-shadow:none;border-radius:12px}.sidebar.left .explorer .explorer-content{max-height:75vh}.sidebar.left .explorer .explorer-extra-links{border-top:1px solid var(--lightgray)}.sidebar.right{display:none!important}}body.explorer-overlay-open{overflow:hidden}@media (max-width:640px){body.explorer-overlay-open .page>#quartz-body{position:relative}body.explorer-overlay-open .page>#quartz-body>.sidebar.left:has(.explorer){z-index:200;background:color-mix(in srgb,var(--light)65%,#00000073);flex-direction:column;align-items:center;padding:1.25rem clamp(1rem,6vw,1.75rem);display:flex;position:fixed;inset:0;overflow:auto;opacity:.95!important}body.explorer-overlay-open .sidebar.left .explorer{max-height:none;box-shadow:none;background:var(--light);border-radius:12px;width:100%;max-width:520px;margin:0}body.explorer-overlay-open .sidebar.left .explorer .explorer-content{text-align:left;max-height:calc(100vh - 8rem);padding-top:6rem;padding-left:6rem;display:block}body.explorer-overlay-open .sidebar.left .explorer .explorer-content ul{text-align:left;font-size:1.3rem}body.explorer-overlay-open .sidebar.left .explorer .explorer-content .folder-container{justify-content:flex-start}body.explorer-overlay-open .folder-type-icon,body.explorer-overlay-open .folder-icon,body.explorer-overlay-open .file-icon{width:.7em;height:.7em}}@keyframes landingCloudBackingHue{0%{filter:blur(150px)hue-rotate()}20%{filter:blur(150px)hue-rotate(80deg)}40%{filter:blur(150px)hue-rotate(210deg)}60%{filter:blur(150px)hue-rotate(270deg)}80%{filter:blur(150px)hue-rotate(300deg)}to{filter:blur(150px)hue-rotate()}}body[data-landing=true] .landing-ripple-field{z-index:-1;pointer-events:none;opacity:.45;mix-blend-mode:screen;filter:drop-shadow(0 0 18px #2c2b2b1f);position:absolute;inset:0;overflow:hidden}body[data-landing=true] .landing-ripple{--ripple-size:120px;--ripple-scale:10;--ripple-duration:10s;--ripple-delay:.2s;--ripple-opacity:.4;width:var(--ripple-size);height:var(--ripple-size);opacity:var(--ripple-opacity);mix-blend-mode:screen;filter:blur(1px);animation:landingRipple var(--ripple-duration)ease-out forwards;animation-delay:var(--ripple-delay);background:radial-gradient(circle,#ffffffd9,#dcdcdc59 55%,#c8c8c826 75%);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.35);box-shadow:0 0 12px #ffffff80,0 0 22px #c8c8c84d}body[data-landing=true] .landing-title{letter-spacing:.15em;text-transform:uppercase;font-size:clamp(3rem,12vw,9rem);font-family:var(--headerFont);isolation:isolate;gap:.25em;display:inline-flex;position:relative}body[data-landing=true] .landing-sphere-bg{background:radial-gradient(circle at 30% 30%,var(--landing-sphere-core),var(--landing-sphere-mid),var(--landing-sphere-edge));width:clamp(10rem,60vw,30rem);height:clamp(10rem,60vw,30rem);box-shadow:0 0 25px var(--landing-sphere-shadow-bright),0 0 60px var(--landing-sphere-shadow-mid),0 0 90px var(--landing-sphere-shadow-soft);mix-blend-mode:normal;opacity:1;filter:blur(8px);pointer-events:none;z-index:-1;border-radius:50%;animation:18s ease-in-out -4s infinite alternate landingOrbSweep;position:fixed;top:40%;left:50%;transform:translate(-50%,-50%)}@media (max-width:520px){body[data-landing=true] .landing-sphere-bg{filter:blur(10px);width:clamp(8rem,70vw,18rem);height:clamp(8rem,70vw,18rem);top:48%;left:40%}body[data-landing=true] .landing-shell .landing-sphere{width:clamp(1rem,5vw,1.35rem);height:clamp(1rem,5vw,1.35rem)}}body[data-landing=true] .landing-title span{animation:16s ease-in-out infinite letterPulse;display:inline-block}body[data-landing=true] .landing-title .glow-letter.landing-letter-ripple{animation:2s ease-in-out infinite letterPulse,1.2s cubic-bezier(.33,1,.68,1) both landingLetterRipple}body[data-landing=true] .landing-text{color:#fff6;max-width:40ch;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500;line-height:1.5}body[data-landing=true] .landing-text a{color:#cfcfcfe6;max-width:40ch;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.5}body[data-landing=true] .landing-link{color:#faf8f8;font-family:var(--bodyFont);text-transform:none;letter-spacing:.02em;background-color:#53535333;border:2px solid #ffffff2e;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:clamp(1rem,2vw,1.15rem);text-decoration:none;transition:background .3s,transform .3s,border-color .3s;display:inline-flex}body[data-landing=true] .landing-link:after{content:"→";font-size:1.1em;transition:transform .3s}body[data-landing=true] .landing-link:hover{background:#ffffff1a;border-color:#ffc478a6;transform:translateY(-2px);box-shadow:0 0 18px #ffc47859,inset 0 0 8px #ffffff26}body[data-landing=true] .landing-link:hover:after{transform:translate(4px)}body[data-landing=true] .landing-shell .landing-sphere{z-index:3;width:clamp(1.2rem,3vw,1.75rem);height:clamp(1.2rem,3vw,1.75rem)}body[data-landing=true] .landing-shell .orb-debug-overlay{pointer-events:none;z-index:-1;position:absolute;inset:0}body[data-landing=true] .landing-shell .orb-debug-point{color:#fffc;width:clamp(1.8rem,3vw,1.5rem);height:clamp(1.8rem,3vw,1.5rem);top:var(--y);left:var(--x);text-shadow:0 0 6px #fff6;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;display:flex;position:absolute;transform:translate(-50%,-50%)}@keyframes landingGlow{0%{opacity:.75;transform:scale(1)}50%{opacity:.4;transform:scale(1.15)}to{opacity:.75;transform:scale(1)}}@keyframes landingRipple{0%{opacity:var(--ripple-opacity);transform:translate(-50%,-50%)scale(.35)}55%{opacity:calc(var(--ripple-opacity)*.55)}to{transform:translate(-50%,-50%)scale(var(--ripple-scale));opacity:0}}@keyframes landingLetterRipple{0%{transform:translateY(0)scale(1)}30%{transform:translateY(-3px)scale(1.015)}65%{transform:translateY(1px)scale(.995)}to{transform:translateY(0)scale(1)}}@keyframes letterPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes landingOrbSweep{0%{opacity:.45;transform:translate(90%,25%)scale(.96)}45%{opacity:.42;transform:translate(93%,15%)scale(1.1)}75%{opacity:.43;transform:translate(60%,5%)scale(.99)}to{opacity:.45;transform:translate(73%,10%)scale(.96)}}@keyframes landingFarOrbDrift{0%{opacity:.35;transform:translate(0)scale(1)}40%{opacity:.32;transform:translate(4%,6%)scale(.96)}75%{opacity:.34;transform:translate(-3%,4%)scale(1.04)}to{opacity:.35;transform:translate(0)scale(1)}}@keyframes landingFarOrbHue{0%{filter:blur(50px)hue-rotate()}25%{filter:blur(50px)hue-rotate(80deg)}50%{filter:blur(50px)hue-rotate(190deg)}75%{filter:blur(50px)hue-rotate(260deg)}to{filter:blur(50px)hue-rotate(360deg)}}.page>#quartz-body .center article>h1{font-size:3.2rem}@media (max-width:640px){.page>#quartz-body .center article>h1{font-size:3rem}.content-meta{text-align:center;justify-content:center}.tags{justify-content:center}.resource-header .resource-desc{display:none!important}}.title-button.timeline-link a,.title-button.glossary-link a{color:var(--darkgray);transition:color .2s}.title-button.timeline-link a:hover,.title-button.glossary-link a:hover,.title-button.timeline-link a.active,.title-button.glossary-link a.active{color:var(--tertiary)}:root{--light:#faf8f8;--lightgray:#f3f3f3;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#718fa4;--highlight:#8f9fa926;--textHighlight:#fff23687;--tableHeader:#8f9fa926;--tableBody:#faf8f899;--titleFont:"Abril Fatface",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Abril Fatface",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Spectral",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"IBM Plex Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;--tocFont:"Abril Fatface",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--dateFont:"Bad Script",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}:root[saved-theme=dark]{--light:#151515;--lightgray:#292929;--gray:#6c4830;--darkgray:#b6b6b6;--dark:#ebebec;--secondary:#faa066;--tertiary:#ff6932cf;--highlight:#d2500126;--textHighlight:#b3aa0287;--tableHeader:#de9349c7;--tableBody:#544f4633}