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 p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.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}.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:32px;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:32px;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{margin:0;padding:0;list-style:none}.explorer-content ul.explorer-ul{overscroll-behavior:contain}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{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 .explorer-content>.explorer-ul{overscroll-behavior:contain}}.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}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;padding:1rem;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}.popover{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout{--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E")}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=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=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-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size) var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size) var(--icon-size);mask-size:var(--icon-size) var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}@media (max-width:800px){html{scroll-padding-top:4rem}}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb, var(--tertiary) 60%, #fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,g[class~=typst-text]{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}path[class~=typst-shape]{stroke:var(--darkgray)}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}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.flex-component,.desktop-only{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only.flex-component{display:flex}.mobile-only{display:initial}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size: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{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{content-visibility:auto;border-radius:5px;max-width:100%;margin:1rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:2 auto}div:has(>.overflow){max-height:100%;overflow-y:hidden}ul.overflow,ol.overflow{content:"";clear:both;width:100%;max-height:100%;margin-bottom:0;overflow-y:auto}ul.overflow>li.overflow-end,ol.overflow>li.overflow-end{height:.5rem;margin:0}ul.overflow.gradient-active,ol.overflow.gradient-active{-webkit-mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%)}.transclude ul{padding-left:1rem}.katex-display{display:initial;overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}.navigation-progress{background:var(--secondary);z-index:9999;width:0;height:3px;transition:width .2s;position:fixed;top:0;left:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-size:16px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root:root{--callout-blend-mode:darken;--callout-border-opacity:.25;--callout-border-width:0px;--callout-bug:233, 49, 71;--callout-content-background:transparent;--callout-content-padding:0;--callout-default:8, 109, 221;--callout-error:233, 49, 71;--callout-example:120, 82, 238;--callout-fail:233, 49, 71;--callout-important:0, 191, 188;--callout-info:8, 109, 221;--callout-padding:12px 12px 12px 24px;--callout-question:236, 117, 0;--callout-quote:158, 158, 158;--callout-radius:4px;--callout-success:8, 185, 78;--callout-summary:0, 191, 188;--callout-tip:0, 191, 188;--callout-title-padding:0;--callout-title-weight:600;--callout-todo:8, 109, 221;--callout-warning:236, 117, 0;--quartz-icon-color:currentColor;--bases-embed-border-color:#f2ebe4!important;--bases-table-border-color:#f2ebe4!important;--bases-table-header-background:#f2ebe4!important;--bases-table-header-background-hover:#0001!important;--focus-ring-color:#0df!important;--tab-container-background:#e2d6cd!important;--table-border-color:#f2ebe4!important;--text-accent:#93684e!important;--text-faint:#93684e!important;--text-normal:#231915!important;--titlebar-background:#e2d6cd!important;--input-height:30px!important;--input-border-width:1px!important;--input-border-width-focus:2px!important;--input-radius:5px!important;--background-modifier-border:#f2ebe4!important;--background-modifier-form-field:#f2ebe4!important;--icon-size:18px!important;--icon-stroke:1.75px!important;--pill-background:transparent!important;--pill-background-hover:transparent!important;--pill-border-color:#f2ebe4!important;--pill-border-color-hover:#d4d4d4!important;--pill-border-width:1px!important;--pill-color:#2a2119!important;--pill-color-hover:#231915!important;--pill-color-remove:#93684e!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0 0 1px 0!important;--accent-h:258!important;--accent-l:66%!important;--accent-s:88%!important;--anim-duration-fast:.14s!important;--anim-duration-moderate:.3s!important;--anim-duration-none:0!important;--anim-duration-slow:.56s!important;--anim-duration-superfast:70ms!important;--anim-motion-delay:cubic-bezier(.65, .05, .36, 1)!important;--anim-motion-jumpy:cubic-bezier(.68, -.55, .27, 1.55)!important;--anim-motion-smooth:cubic-bezier(.45, .05, .55, .95)!important;--anim-motion-swing:cubic-bezier(0, .55, .45, 1)!important;--background-modifier-active-hover:#8a5cf51a!important;--background-modifier-border-focus:#bdbdbd!important;--background-modifier-border-hover:#d4d4d4!important;--background-modifier-box-shadow:#0000001a!important;--background-modifier-cover:#dcdcdc66!important;--background-modifier-error:#e93147!important;--background-modifier-error-hover:#e93147!important;--background-modifier-error-rgb:233, 49, 71!important;--background-modifier-form-field-hover:#f2ebe4!important;--background-modifier-hover:#0001!important;--background-modifier-message:#000000e6!important;--background-modifier-success:#08b94e!important;--background-modifier-success-rgb:8, 185, 78!important;--background-primary:#f2ebe4!important;--background-primary-alt:#e2d6cd!important;--background-secondary:#e2d6cd!important;--background-secondary-alt:#dcccc0!important;--bases-cards-background:#f2ebe4!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:round!important;--bases-cards-cover-background:#e2d6cd!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:8px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #f2ebe4!important;--bases-cards-shadow-hover:0 0 0 1px #d4d4d4!important;--bases-embed-border-radius:4px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#2a2119!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:12px!important;--bases-group-heading-property-weight:400!important;--bases-group-heading-value-size:.875em!important;--bases-group-heading-value-weight:600!important;--bases-header-height:40px!important;--bases-header-padding-end:2px!important;--bases-header-padding-start:2px!important;--bases-table-cell-background-active:#f2ebe4!important;--bases-table-cell-background-disabled:#e2d6cd!important;--bases-table-cell-background-selected:#8a5cf51a!important;--bases-table-cell-radius-active:2px!important;--bases-table-cell-radius-focus:2px!important;--bases-table-cell-shadow-active:0 0 0 2px #93684e!important;--bases-table-cell-shadow-focus:0 0 0 2px #93684e!important;--bases-table-column-border-width:1px!important;--bases-table-column-max-width:300!important;--bases-table-column-min-width:40!important;--bases-table-container-border-radius:4px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#e2d6cd!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#2a2119!important;--bases-table-header-icon-display:flex!important;--bases-table-header-sort-mask:linear-gradient(to left, transparent 24px, black 24px)!important;--bases-table-header-weight:400!important;--bases-table-row-background-hover:transparent!important;--bases-table-row-border-width:1px!important;--bases-table-row-height:30px!important;--bases-table-summary-background:#f2ebe4!important;--bases-table-summary-background-hover:#0001!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:transparent!important;--blockquote-border-color:#93684e!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#f2ebe4a6 linear-gradient(#f2ebe4, #f2ebe4a6)!important;--blur-brightness:1.15!important;--blur-l:blur(16px) saturate(1.5) brightness(1.15)!important;--blur-m:blur(10px) saturate(1.5) brightness(1.15)!important;--blur-opacity-m:90%!important;--blur-opacity-s:65%!important;--blur-radius-l:16px!important;--blur-radius-m:10px!important;--blur-radius-s:6px!important;--blur-s:blur(6px) saturate(1.5) brightness(1.15)!important;--blur-saturation:1.5!important;--bold-modifier:200!important;--bold-weight:600!important;--border-width:1px!important;--button-corner-shape:round!important;--button-radius:5px!important;--canvas-background:#f2ebe4!important;--canvas-card-label-color:#93684e!important;--canvas-color:192, 192, 192!important;--canvas-color-1:233, 49, 71!important;--canvas-color-2:236, 117, 0!important;--canvas-color-3:224, 172, 0!important;--canvas-color-4:8, 185, 78!important;--canvas-color-5:0, 191, 188!important;--canvas-color-6:120, 82, 238!important;--canvas-controls-icon-size:16px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:4px!important;--canvas-dot-pattern:#f2ebe4!important;--caret-color:#231915!important;--checkbox-border-color:#93684e!important;--checkbox-border-color-hover:#2a2119!important;--checkbox-color:#93684e!important;--checkbox-color-hover:#93684e!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:#f2ebe4!important;--checkbox-radius:4px!important;--checkbox-size:16px!important;--checklist-done-color:#2a2119!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:4px!important;--code-background:#e2d6cd!important;--code-border-color:#f2ebe4!important;--code-border-width:0px!important;--code-bracket-background:#0001!important;--code-comment:#93684e!important;--code-function:#e0ac00!important;--code-important:#ec7500!important;--code-keyword:#d53984!important;--code-normal:#231915!important;--code-operator:#e93147!important;--code-property:#00bfbc!important;--code-punctuation:#2a2119!important;--code-radius:4px!important;--code-size:.875em!important;--code-string:#08b94e!important;--code-tag:#e93147!important;--code-value:#7852ee!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#93684e!important;--collapse-icon-color-collapsed:#93684e!important;--color-accent:#93684e!important;--color-accent-1:#93684e!important;--color-accent-2:#93684e!important;--color-accent-hsl:258, 88%, 66%!important;--color-base-00:#f2ebe4!important;--color-base-05:#dcccc0!important;--color-base-10:#e2d6cd!important;--color-base-100:#231915!important;--color-base-20:#e2d6cd!important;--color-base-25:#e3e3e3!important;--color-base-30:#f2ebe4!important;--color-base-35:#d4d4d4!important;--color-base-40:#bdbdbd!important;--color-base-50:#93684e!important;--color-base-60:#707070!important;--color-base-70:#2a2119!important;--color-blue:#086ddd!important;--color-blue-rgb:8, 109, 221!important;--color-cyan:#00bfbc!important;--color-cyan-rgb:0, 191, 188!important;--color-green:#08b94e!important;--color-green-rgb:8, 185, 78!important;--color-orange:#ec7500!important;--color-orange-rgb:236, 117, 0!important;--color-pink:#d53984!important;--color-pink-rgb:213, 57, 132!important;--color-purple:#7852ee!important;--color-purple-rgb:120, 82, 238!important;--color-red:#e93147!important;--color-red-rgb:233, 49, 71!important;--color-yellow:#e0ac00!important;--color-yellow-rgb:224, 172, 0!important;--corner-shape:round!important;--cursor:default!important;--cursor-link:pointer!important;--dialog-max-height:85vh!important;--dialog-max-width:80vw!important;--dialog-width:560px!important;--direction:1!important;--divider-color:#f2ebe4!important;--divider-color-hover:#93684e!important;--divider-vertical-height:100%!important;--divider-width:1px!important;--divider-width-hover:3px!important;--drag-ghost-background:#000000d9!important;--drag-ghost-text-color:#fff!important;--dropdown-background:#f2ebe4!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#e2d6cd!important;--dropdown-background-position:right .5em top 50%, 0 0!important;--dropdown-background-size:1em auto, 100%!important;--dropdown-icon-inset:.5em!important;--dropdown-icon-width:1em!important;--dropdown-padding:0 1.9em 0 .8em!important;--dropdown-padding-end:1.9em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:0 0 0 1px #f2ebe4, inset 0 0 0 1px #f2ebe4!important;--embed-border-bottom:none!important;--embed-border-end:none!important;--embed-border-start:2px solid #93684e!important;--embed-border-top:none!important;--embed-canvas-max-height:400px!important;--embed-max-height:4000px!important;--embed-padding:0 0 0 24px!important;--file-folding-offset:24px!important;--file-header-background:#f2ebe4!important;--file-header-background-focused:#f2ebe4!important;--file-header-border:1px solid transparent!important;--file-header-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--file-header-font-size:13px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:700px!important;--file-margins:32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#f2ebe4!important;--flair-color:#231915!important;--focus-ring-outline:2px solid var(--lightningcss-light,#0060df)var(--lightningcss-dark,#0df)!important;--font-black:900!important;--font-bold:700!important;--font-default:ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-extrabold:800!important;--font-extralight:200!important;--font-interface:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-interface-override:"??"!important;--font-interface-theme:"??"!important;--font-light:300!important;--font-medium:500!important;--font-mermaid:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-monospace:"??", "??", ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-default:ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-override:"??"!important;--font-monospace-theme:"??"!important;--font-normal:400!important;--font-print:"??", "??", "??", "Arial"!important;--font-print-override:"??"!important;--font-semibold:600!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-text-override:"??"!important;--font-text-size:16px!important;--font-text-theme:"??"!important;--font-thin:100!important;--font-ui-large:20px!important;--font-ui-medium:15px!important;--font-ui-small:13px!important;--font-ui-smaller:12px!important;--font-weight:400!important;--footnote-divider-color:#f2ebe4!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#2a2119!important;--footnote-id-color-no-occurrences:#93684e!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#0001!important;--footnote-line-height:1.5!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:4px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:126px!important;--graph-controls-width:240px!important;--graph-line:#d4d4d4!important;--graph-node:#2a2119!important;--graph-node-attachment:#e0ac00!important;--graph-node-focused:#93684e!important;--graph-node-tag:#08b94e!important;--graph-node-unresolved:#93684e!important;--graph-text:#231915!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.2!important;--h1-size:1.802em!important;--h1-style:normal!important;--h1-variant:normal!important;--h1-weight:700!important;--h2-letter-spacing:-.011em!important;--h2-line-height:1.2!important;--h2-size:1.602em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:600!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.3!important;--h3-size:1.424em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:600!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.4!important;--h4-size:1.266em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:600!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.5!important;--h5-size:1.125em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:600!important;--h6-letter-spacing:0em!important;--h6-line-height:1.5!important;--h6-size:1em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:600!important;--header-height:40px!important;--heading-formatting:#93684e!important;--heading-spacing:2.5rem!important;--highlight-mix-blend-mode:darken!important;--hr-color:#f2ebe4!important;--hr-thickness:2px!important;--icon-color:#2a2119!important;--icon-color-active:#93684e!important;--icon-color-focused:#231915!important;--icon-color-hover:#2a2119!important;--icon-l:18px!important;--icon-l-stroke-width:1.75px!important;--icon-m:18px!important;--icon-m-stroke-width:1.75px!important;--icon-opacity:.85!important;--icon-opacity-active:1!important;--icon-opacity-hover:1!important;--icon-s:16px!important;--icon-s-stroke-width:2px!important;--icon-xl:32px!important;--icon-xl-stroke-width:1.25px!important;--icon-xs:14px!important;--icon-xs-stroke-width:2px!important;--indent-size:4!important;--indent-unit:.5625em!important;--indentation-guide-color:#0000001f!important;--indentation-guide-color-active:#0000004d!important;--indentation-guide-editing-indent:.85em!important;--indentation-guide-reading-indent:-.85em!important;--indentation-guide-source-indent:.25em!important;--indentation-guide-width:1px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.2!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1.802em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:700!important;--input-corner-shape:round!important;--input-date-separator:#93684e!important;--input-font-weight:400!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#93684e!important;--input-shadow:inset 0 0 0 1px #0000001f, 0 2px 3px 0 #0000000d, 0 1px 1.5px 0 #00000008, 0 1px 2px 0 #0000000a, 0 0 0 0 transparent!important;--input-shadow-hover:inset 0 0 0 1px #0000002b, 0 2px 3px 0 #0000001a, 0 1px 1.5px 0 #00000008, 0 1px 2px 0 #0000000a, 0 0 0 0 transparent!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#93684e!important;--interactive-accent-hover:#93684e!important;--interactive-accent-hsl:258, 88%, 66%!important;--interactive-hover:#e2d6cd!important;--interactive-normal:#f2ebe4!important;--keyboard-height:0px!important;--layer-cover:5!important;--layer-dragged-item:80!important;--layer-menu:65!important;--layer-modal:50!important;--layer-notice:60!important;--layer-popover:30!important;--layer-sidedock:10!important;--layer-slides:45!important;--layer-status-bar:15!important;--layer-tooltip:70!important;--line-height-normal:1.5!important;--line-height-tight:1.3!important;--link-color:#93684e!important;--link-color-hover:#93684e!important;--link-decoration:underline!important;--link-decoration-hover:underline!important;--link-decoration-thickness:auto!important;--link-external-color:#93684e!important;--link-external-color-hover:#93684e!important;--link-external-decoration:underline!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#93684e!important;--link-unresolved-decoration-color:#8a5cf54d!important;--link-unresolved-decoration-style:solid!important;--link-unresolved-filter:none!important;--link-unresolved-opacity:.7!important;--link-weight:400!important;--list-bullet-border:none!important;--list-bullet-end-padding:1.3rem!important;--list-bullet-radius:50%!important;--list-bullet-size:.3em!important;--list-bullet-transform:none!important;--list-indent:2.25em!important;--list-indent-editing:.75em!important;--list-indent-source:0!important;--list-marker-color:#93684e!important;--list-marker-color-collapsed:#93684e!important;--list-marker-color-hover:#2a2119!important;--list-numbered-style:decimal!important;--list-spacing:.075em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#e2d6cd!important;--menu-border-color:#d4d4d4!important;--menu-border-width:1px!important;--menu-corner-shape:round!important;--menu-padding:6px!important;--menu-radius:8px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0px 1px 2px #00000007, 0px 3.4px 6.7px #0000000b, 0px 15px 30px #00000012!important;--metadata-background:transparent!important;--metadata-border-color:#f2ebe4!important;--metadata-border-radius:0!important;--metadata-border-width:0!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#f2ebe4!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0!important;--metadata-gap:3px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#0001!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-input-font-size:.875em!important;--metadata-input-height:28px!important;--metadata-input-longtext-lines:3!important;--metadata-input-padding:4px 8px!important;--metadata-input-text-color:#231915!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#0001!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-label-font-size:.875em!important;--metadata-label-text-color:#2a2119!important;--metadata-label-text-color-hover:#2a2119!important;--metadata-label-width:9em!important;--metadata-max-width:none!important;--metadata-padding:8px 0!important;--metadata-property-background:transparent!important;--metadata-property-background-active:#0001!important;--metadata-property-background-hover:transparent!important;--metadata-property-box-shadow-focus:0 0 0 2px #bdbdbd!important;--metadata-property-box-shadow-hover:0 0 0 1px #d4d4d4!important;--metadata-property-corner-shape:round!important;--metadata-property-corner-shape-focus:round!important;--metadata-property-corner-shape-hover:round!important;--metadata-property-padding:0!important;--metadata-property-radius:6px!important;--metadata-property-radius-focus:6px!important;--metadata-property-radius-hover:6px!important;--metadata-sidebar-input-font-size:13px!important;--metadata-sidebar-label-font-size:13px!important;--modal-background:#f2ebe4!important;--modal-border-color:#bdbdbd!important;--modal-border-width:1px!important;--modal-community-sidebar-width:280px!important;--modal-header-height:auto!important;--modal-height:85vh!important;--modal-max-height:1000px!important;--modal-max-width:1100px!important;--modal-max-width-narrow:800px!important;--modal-radius:12px!important;--modal-shadow:none!important;--modal-width:90vw!important;--mono-rgb-0:255, 255, 255!important;--mono-rgb-100:0, 0, 0!important;--nav-collapse-icon-color:#93684e!important;--nav-collapse-icon-color-collapsed:#93684e!important;--nav-heading-color:#231915!important;--nav-heading-color-collapsed:#93684e!important;--nav-heading-color-collapsed-hover:#2a2119!important;--nav-heading-color-hover:#231915!important;--nav-heading-weight:500!important;--nav-heading-weight-hover:500!important;--nav-indentation-guide-color:#0000001f!important;--nav-indentation-guide-width:1px!important;--nav-item-background-active:#0001!important;--nav-item-background-hover:#0001!important;--nav-item-background-selected:#8a5cf526!important;--nav-item-children-margin-start:12px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#2a2119!important;--nav-item-color-active:#231915!important;--nav-item-color-highlighted:#93684e!important;--nav-item-color-hover:#231915!important;--nav-item-color-selected:#231915!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:4px 8px 4px 24px!important;--nav-item-parent-padding:4px 8px 4px 24px!important;--nav-item-radius:4px!important;--nav-item-size:13px!important;--nav-item-white-space:pre!important;--nav-tag-background:transparent!important;--nav-tag-color:#93684e!important;--nav-tag-color-active:#2a2119!important;--nav-tag-color-hover:#2a2119!important;--nav-tag-radius:4px!important;--nav-tag-weight:600!important;--p-spacing:1rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#f2ebe4!important;--pdf-page-background:#f2ebe4!important;--pdf-shadow:0 0 0 1px #0000000d, 0 2px 8px #0000001a!important;--pdf-sidebar-background:#f2ebe4!important;--pdf-spread-shadow:0 0 0 1px #0000000d!important;--pdf-thumbnail-shadow:0 0 0 1px #00000026, 0 2px 8px #0003!important;--pdfViewer-padding-bottom:0!important;--pill-color-remove-hover:#93684e!important;--pill-decoration:none!important;--pill-decoration-hover:none!important;--pill-padding-x:.65em!important;--pill-padding-y:.25em!important;--pill-radius:2em!important;--popover-font-size:16px!important;--popover-height:400px!important;--popover-max-height:95vh!important;--popover-pdf-height:400px!important;--popover-pdf-width:450px!important;--popover-width:450px!important;--preferred-text-scale:1!important;--prompt-backdrop-filter:none!important;--prompt-background:#f2ebe4!important;--prompt-border-color:#bdbdbd!important;--prompt-border-width:1px!important;--prompt-input-height:40px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:12px!important;--radius-m:8px!important;--radius-s:4px!important;--radius-xl:16px!important;--raised-background:#f2ebe4a6 linear-gradient(#f2ebe4, #f2ebe4a6)!important;--raised-blur:blur(6px) saturate(1.5) brightness(1.15)!important;--raised-mask:linear-gradient(white, white) padding-box, linear-gradient(white, white) border-box!important;--raised-mask-background:linear-gradient(to bottom left, white, transparent, white) border-box no-repeat!important;--raised-mask-border-width:0!important;--raised-mask-composite:exclude, add!important;--raised-mask-display:block!important;--ribbon-background:#e2d6cd!important;--ribbon-background-collapsed:#f2ebe4!important;--ribbon-padding:8px 4px 12px!important;--ribbon-width:44px!important;--safe-area-inset-bottom:0px!important;--safe-area-inset-left:0px!important;--safe-area-inset-right:0px!important;--safe-area-inset-top:0px!important;--scrollbar-active-thumb-bg:#0003!important;--scrollbar-bg:#0000000d!important;--scrollbar-border-width:3px 3px 3px 2px!important;--scrollbar-height:12px!important;--scrollbar-radius:12px!important;--scrollbar-thumb-bg:#0000001a!important;--scrollbar-width:12px!important;--search-clear-button-color:#2a2119!important;--search-clear-button-size:13px!important;--search-icon-color:#2a2119!important;--search-icon-size:18px!important;--search-result-background:#f2ebe4!important;--setting-group-heading-color:#231915!important;--setting-group-heading-size:15px!important;--setting-group-heading-weight:600!important;--setting-items-background:#e2d6cd!important;--setting-items-border-color:#f2ebe4!important;--setting-items-border-width:0!important;--setting-items-padding:20px!important;--setting-items-radius:12px!important;--shadow-l:0px 1.8px 7.3px #00000012, 0px 6.3px 24.7px #0000001d, 0px 30px 90px #0003!important;--shadow-s:0px 1px 2px #00000007, 0px 3.4px 6.7px #0000000b, 0px 15px 30px #00000012!important;--sidebar-left-toggle-inner-width:8.33%!important;--sidebar-left-toggle-inner-width-open:24%!important;--sidebar-markdown-font-size:14.4px!important;--sidebar-right-toggle-inner-width:8.33%!important;--sidebar-right-toggle-inner-width-open:24%!important;--sidebar-tab-text-display:none!important;--size-2-1:2px!important;--size-2-2:4px!important;--size-2-3:6px!important;--size-4-1:4px!important;--size-4-10:40px!important;--size-4-12:48px!important;--size-4-16:64px!important;--size-4-18:72px!important;--size-4-2:8px!important;--size-4-3:12px!important;--size-4-4:16px!important;--size-4-5:20px!important;--size-4-6:24px!important;--size-4-8:32px!important;--size-4-9:36px!important;--slider-s-thumb-position:-5px!important;--slider-s-thumb-size:15px!important;--slider-thumb-border-color:#d4d4d4!important;--slider-thumb-border-width:1px!important;--slider-thumb-height:18px!important;--slider-thumb-radius:50%!important;--slider-thumb-width:18px!important;--slider-thumb-y:-6px!important;--slider-track-background:#f2ebe4!important;--slider-track-height:3px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#e2d6cd!important;--status-bar-border-color:#f2ebe4!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:12px!important;--status-bar-position:fixed!important;--status-bar-radius:8px 0 0 0!important;--status-bar-text-color:#2a2119!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#f2ebe4!important;--swatch-height:22px!important;--swatch-radius:14px!important;--swatch-shadow:inset 0 0 0 1px #00000026!important;--swatch-width:22px!important;--sync-avatar-color-1:#e93147!important;--sync-avatar-color-2:#ec7500!important;--sync-avatar-color-3:#e0ac00!important;--sync-avatar-color-4:#08b94e!important;--sync-avatar-color-5:#00bfbc!important;--sync-avatar-color-6:#086ddd!important;--sync-avatar-color-7:#7852ee!important;--sync-avatar-color-8:#d53984!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#f2ebe4!important;--tab-curve:6px!important;--tab-divider-color:#d4d4d4!important;--tab-font-size:13px!important;--tab-max-width:320px!important;--tab-outline-color:#f2ebe4!important;--tab-outline-width:1px!important;--tab-radius:4px!important;--tab-radius-active:6px 6px 0 0!important;--tab-stacked-font-size:13px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:40px!important;--tab-stacked-pane-width:700px!important;--tab-stacked-shadow:-8px 0 8px 0 #0000000d!important;--tab-stacked-text-align:start!important;--tab-stacked-text-transform:rotate(0deg)!important;--tab-stacked-text-writing-mode:vertical-lr!important;--tab-switcher-background:#e2d6cd!important;--tab-switcher-menubar-background:linear-gradient(to top, #f6f6f6, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:16px!important;--tab-switcher-preview-shadow:0 0 0 1px #0000000d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #93684e!important;--tab-text-color:#93684e!important;--tab-text-color-active:#2a2119!important;--tab-text-color-focused:#2a2119!important;--tab-text-color-focused-active:#2a2119!important;--tab-text-color-focused-active-current:#231915!important;--tab-text-color-focused-highlighted:#93684e!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#f2ebe4!important;--table-add-button-border-width:1px!important;--table-background:transparent!important;--table-border-width:1px!important;--table-cell-vertical-alignment:top!important;--table-column-alt-background:transparent!important;--table-column-first-border-width:1px!important;--table-column-last-border-width:1px!important;--table-column-max-width:none!important;--table-column-min-width:6ch!important;--table-drag-handle-background:transparent!important;--table-drag-handle-background-active:#93684e!important;--table-drag-handle-color:#93684e!important;--table-drag-handle-color-active:white!important;--table-drop-indicator-half-width:2px!important;--table-header-background:transparent!important;--table-header-border-color:#f2ebe4!important;--table-header-border-width:1px!important;--table-header-color:#231915!important;--table-header-size:16px!important;--table-header-weight:600!important;--table-line-height:1.3!important;--table-row-alt-background:transparent!important;--table-row-alt-background-hover:transparent!important;--table-row-background-hover:transparent!important;--table-row-last-border-width:1px!important;--table-selection:#8a5cf51a!important;--table-selection-blend-mode:darken!important;--table-selection-border-color:#93684e!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:16px!important;--table-white-space:break-spaces!important;--tag-background:#8a5cf51a!important;--tag-background-hover:#8a5cf533!important;--tag-border-color:#8a5cf526!important;--tag-border-color-hover:#8a5cf526!important;--tag-border-width:0px!important;--tag-color:#93684e!important;--tag-color-hover:#93684e!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:.65em!important;--tag-padding-y:.25em!important;--tag-radius:2em!important;--tag-size:.875em!important;--text-accent-hover:#93684e!important;--text-error:#e93147!important;--text-highlight-bg:#ffd00066!important;--text-highlight-bg-rgb:255, 208, 0!important;--text-muted:#2a2119!important;--text-on-accent:white!important;--text-on-accent-inverted:black!important;--text-selection:#c6a794!important;--text-success:#08b94e!important;--text-warning:#ec7500!important;--titlebar-background-focused:#dcccc0!important;--titlebar-border-color:#f2ebe4!important;--titlebar-border-width:0px!important;--titlebar-height:30px!important;--titlebar-text-color:#2a2119!important;--titlebar-text-color-focused:#231915!important;--titlebar-text-weight:700!important;--toggle-border-width:2px!important;--toggle-radius:18px!important;--toggle-s-border-width:2px!important;--toggle-s-thumb-height:15px!important;--toggle-s-thumb-width:15px!important;--toggle-s-width:34px!important;--toggle-thumb-color:white!important;--toggle-thumb-height:18px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:18px!important;--toggle-width:40px!important;--touch-radius-l:52px!important;--touch-radius-m:44px!important;--touch-radius-s:40px!important;--touch-radius-xl:60px!important;--touch-radius-xs:30px!important;--touch-radius-xxs:24px!important;--touch-size-l:52px!important;--touch-size-m:44px!important;--touch-size-s:40px!important;--touch-size-xl:60px!important;--touch-size-xs:30px!important;--touch-size-xxs:24px!important;--traffic-lights-offset-x:40px!important;--traffic-lights-offset-y:40px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#231915!important;--vault-profile-color-hover:#231915!important;--vault-profile-display:flex!important;--vault-profile-font-size:13px!important;--vault-profile-font-weight:500!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#fff9!important;--xfa-focus-outline:auto!important;--xfa-unfocused-field-background:url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E")!important;--zoom-factor:1!important;--raised-shadow:0 1px 6px #00000004, 0 4px 24px #0001, 0 0 transparent!important;--shadow-edges:0 0 transparent!important;--shadow-xs:0 1px 6px #00000004, 0 4px 24px #0001, 0 0 transparent!important;--bold-color:#b08c75!important;--italic-color:#b08c75!important;--bases-cards-group-padding:12px!important;--bases-cards-text-size:.875em!important;--bases-table-text-size:.875em!important}:root:root[saved-theme=dark]{--callout-blend-mode:lighten;--callout-border-opacity:.25;--callout-border-width:0px;--callout-bug:251, 70, 76;--callout-content-background:transparent;--callout-content-padding:0;--callout-default:2, 122, 255;--callout-error:251, 70, 76;--callout-example:168, 130, 255;--callout-fail:251, 70, 76;--callout-important:83, 223, 221;--callout-info:2, 122, 255;--callout-padding:12px 12px 12px 24px;--callout-question:233, 151, 63;--callout-quote:158, 158, 158;--callout-radius:4px;--callout-success:68, 207, 110;--callout-summary:83, 223, 221;--callout-tip:83, 223, 221;--callout-title-padding:0;--callout-title-weight:600;--callout-todo:2, 122, 255;--callout-warning:233, 151, 63;--quartz-icon-color:currentColor;--bases-embed-border-color:#0f0a07!important;--bases-table-border-color:#0f0a07!important;--bases-table-header-background:#0f0a07!important;--bases-table-header-background-hover:#fff1!important;--focus-ring-color:#0df!important;--tab-container-background:#191510!important;--table-border-color:#0f0a07!important;--text-accent:#93684e!important;--text-faint:#93684e!important;--text-normal:#dfccc3!important;--titlebar-background:#191510!important;--input-height:30px!important;--input-border-width:1px!important;--input-border-width-focus:2px!important;--input-radius:5px!important;--background-modifier-border:#0f0a07!important;--background-modifier-form-field:#2a2a2a!important;--icon-size:18px!important;--icon-stroke:1.75px!important;--pill-background:transparent!important;--pill-background-hover:transparent!important;--pill-border-color:#0f0a07!important;--pill-border-color-hover:#3f3f3f!important;--pill-border-width:1px!important;--pill-color:#d8c2b4!important;--pill-color-hover:#dfccc3!important;--pill-color-remove:#93684e!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0 0 1px 0!important;--accent-h:258!important;--accent-l:66%!important;--accent-s:88%!important;--anim-duration-fast:.14s!important;--anim-duration-moderate:.3s!important;--anim-duration-none:0!important;--anim-duration-slow:.56s!important;--anim-duration-superfast:70ms!important;--anim-motion-delay:cubic-bezier(.65, .05, .36, 1)!important;--anim-motion-jumpy:cubic-bezier(.68, -.55, .27, 1.55)!important;--anim-motion-smooth:cubic-bezier(.45, .05, .55, .95)!important;--anim-motion-swing:cubic-bezier(0, .55, .45, 1)!important;--background-modifier-active-hover:#8a5cf51a!important;--background-modifier-border-focus:#555!important;--background-modifier-border-hover:#3f3f3f!important;--background-modifier-box-shadow:#0000004d!important;--background-modifier-cover:#0a0a0a66!important;--background-modifier-error:#fb464c!important;--background-modifier-error-hover:#fb464c!important;--background-modifier-error-rgb:251, 70, 76!important;--background-modifier-form-field-hover:#2a2a2a!important;--background-modifier-hover:#fff1!important;--background-modifier-message:#000000e6!important;--background-modifier-success:#44cf6e!important;--background-modifier-success-rgb:68, 207, 110!important;--background-primary:#0f0a07!important;--background-primary-alt:#242424!important;--background-secondary:#191510!important;--background-secondary-alt:#0f0a07!important;--bases-cards-background:#0f0a07!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:round!important;--bases-cards-cover-background:#242424!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:8px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #0f0a07!important;--bases-cards-shadow-hover:0 0 0 1px #3f3f3f!important;--bases-embed-border-radius:4px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#d8c2b4!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:12px!important;--bases-group-heading-property-weight:400!important;--bases-group-heading-value-size:.875em!important;--bases-group-heading-value-weight:600!important;--bases-header-height:40px!important;--bases-header-padding-end:2px!important;--bases-header-padding-start:2px!important;--bases-table-cell-background-active:#0f0a07!important;--bases-table-cell-background-disabled:#242424!important;--bases-table-cell-background-selected:#8a5cf51a!important;--bases-table-cell-radius-active:2px!important;--bases-table-cell-radius-focus:2px!important;--bases-table-cell-shadow-active:0 0 0 2px #93684e!important;--bases-table-cell-shadow-focus:0 0 0 2px #93684e!important;--bases-table-column-border-width:1px!important;--bases-table-column-max-width:300!important;--bases-table-column-min-width:40!important;--bases-table-container-border-radius:4px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#242424!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#d8c2b4!important;--bases-table-header-icon-display:flex!important;--bases-table-header-sort-mask:linear-gradient(to left, transparent 24px, black 24px)!important;--bases-table-header-weight:400!important;--bases-table-row-background-hover:transparent!important;--bases-table-row-border-width:1px!important;--bases-table-row-height:30px!important;--bases-table-summary-background:#0f0a07!important;--bases-table-summary-background-hover:#fff1!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:transparent!important;--blockquote-border-color:#93684e!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#0f0a07a6 linear-gradient(#0f0a07, #0f0a07a6)!important;--blur-brightness:1.15!important;--blur-l:blur(16px) saturate(1.5) brightness(1.15)!important;--blur-m:blur(10px) saturate(1.5) brightness(1.15)!important;--blur-opacity-m:90%!important;--blur-opacity-s:65%!important;--blur-radius-l:16px!important;--blur-radius-m:10px!important;--blur-radius-s:6px!important;--blur-s:blur(6px) saturate(1.5) brightness(1.15)!important;--blur-saturation:1.5!important;--bold-modifier:200!important;--bold-weight:600!important;--border-width:1px!important;--button-corner-shape:round!important;--button-radius:5px!important;--canvas-background:#0f0a07!important;--canvas-card-label-color:#93684e!important;--canvas-color:126, 126, 126!important;--canvas-color-1:251, 70, 76!important;--canvas-color-2:233, 151, 63!important;--canvas-color-3:224, 222, 113!important;--canvas-color-4:68, 207, 110!important;--canvas-color-5:83, 223, 221!important;--canvas-color-6:168, 130, 255!important;--canvas-controls-icon-size:16px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:4px!important;--canvas-dot-pattern:#0f0a07!important;--caret-color:#dfccc3!important;--checkbox-border-color:#93684e!important;--checkbox-border-color-hover:#d8c2b4!important;--checkbox-color:#93684e!important;--checkbox-color-hover:#93684e!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:#0f0a07!important;--checkbox-radius:4px!important;--checkbox-size:16px!important;--checklist-done-color:#d8c2b4!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:4px!important;--code-background:#242424!important;--code-border-color:#0f0a07!important;--code-border-width:0px!important;--code-bracket-background:#fff1!important;--code-comment:#93684e!important;--code-function:#e0de71!important;--code-important:#e9973f!important;--code-keyword:#fa99cd!important;--code-normal:#dfccc3!important;--code-operator:#fb464c!important;--code-property:#53dfdd!important;--code-punctuation:#d8c2b4!important;--code-radius:4px!important;--code-size:.875em!important;--code-string:#44cf6e!important;--code-tag:#fb464c!important;--code-value:#a882ff!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#93684e!important;--collapse-icon-color-collapsed:#93684e!important;--color-accent:#93684e!important;--color-accent-1:#93684e!important;--color-accent-2:#93684e!important;--color-accent-hsl:258, 88%, 66%!important;--color-base-00:#0f0a07!important;--color-base-05:#212121!important;--color-base-10:#242424!important;--color-base-100:#dfccc3!important;--color-base-20:#191510!important;--color-base-25:#2a2a2a!important;--color-base-30:#0f0a07!important;--color-base-35:#3f3f3f!important;--color-base-40:#555!important;--color-base-50:#93684e!important;--color-base-60:#999!important;--color-base-70:#d8c2b4!important;--color-blue:#027aff!important;--color-blue-rgb:2, 122, 255!important;--color-cyan:#53dfdd!important;--color-cyan-rgb:83, 223, 221!important;--color-green:#44cf6e!important;--color-green-rgb:68, 207, 110!important;--color-orange:#e9973f!important;--color-orange-rgb:233, 151, 63!important;--color-pink:#fa99cd!important;--color-pink-rgb:250, 153, 205!important;--color-purple:#a882ff!important;--color-purple-rgb:168, 130, 255!important;--color-red:#fb464c!important;--color-red-rgb:251, 70, 76!important;--color-yellow:#e0de71!important;--color-yellow-rgb:224, 222, 113!important;--corner-shape:round!important;--cursor:default!important;--cursor-link:pointer!important;--dialog-max-height:85vh!important;--dialog-max-width:80vw!important;--dialog-width:560px!important;--direction:1!important;--divider-color:#0f0a07!important;--divider-color-hover:#93684e!important;--divider-vertical-height:100%!important;--divider-width:1px!important;--divider-width-hover:3px!important;--drag-ghost-background:#000000d9!important;--drag-ghost-text-color:#fff!important;--dropdown-background:#0f0a07!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#3f3f3f!important;--dropdown-background-position:right .5em top 50%, 0 0!important;--dropdown-background-size:1em auto, 100%!important;--dropdown-icon-inset:.5em!important;--dropdown-icon-width:1em!important;--dropdown-padding:0 1.9em 0 .8em!important;--dropdown-padding-end:1.9em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:0 0 0 1px #0f0a07, inset 0 0 0 1px #0f0a07!important;--embed-border-bottom:none!important;--embed-border-end:none!important;--embed-border-start:2px solid #93684e!important;--embed-border-top:none!important;--embed-canvas-max-height:400px!important;--embed-max-height:4000px!important;--embed-padding:0 0 0 24px!important;--file-folding-offset:24px!important;--file-header-background:#0f0a07!important;--file-header-background-focused:#0f0a07!important;--file-header-border:1px solid transparent!important;--file-header-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--file-header-font-size:13px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:700px!important;--file-margins:32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#0f0a07!important;--flair-color:#dfccc3!important;--focus-ring-outline:2px solid var(--lightningcss-light,#0060df)var(--lightningcss-dark,#0df)!important;--font-black:900!important;--font-bold:700!important;--font-default:ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-extrabold:800!important;--font-extralight:200!important;--font-interface:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-interface-override:"??"!important;--font-interface-theme:"??"!important;--font-light:300!important;--font-medium:500!important;--font-mermaid:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-monospace:"??", "??", ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-default:ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-override:"??"!important;--font-monospace-theme:"??"!important;--font-normal:400!important;--font-print:"??", "??", "??", "Arial"!important;--font-print-override:"??"!important;--font-semibold:600!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-text-override:"??"!important;--font-text-size:16px!important;--font-text-theme:"??"!important;--font-thin:100!important;--font-ui-large:20px!important;--font-ui-medium:15px!important;--font-ui-small:13px!important;--font-ui-smaller:12px!important;--font-weight:400!important;--footnote-divider-color:#0f0a07!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#d8c2b4!important;--footnote-id-color-no-occurrences:#93684e!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#fff1!important;--footnote-line-height:1.5!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:4px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:126px!important;--graph-controls-width:240px!important;--graph-line:#3f3f3f!important;--graph-node:#d8c2b4!important;--graph-node-attachment:#e0de71!important;--graph-node-focused:#93684e!important;--graph-node-tag:#44cf6e!important;--graph-node-unresolved:#93684e!important;--graph-text:#dfccc3!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.2!important;--h1-size:1.802em!important;--h1-style:normal!important;--h1-variant:normal!important;--h1-weight:700!important;--h2-letter-spacing:-.011em!important;--h2-line-height:1.2!important;--h2-size:1.602em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:600!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.3!important;--h3-size:1.424em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:600!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.4!important;--h4-size:1.266em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:600!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.5!important;--h5-size:1.125em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:600!important;--h6-letter-spacing:0em!important;--h6-line-height:1.5!important;--h6-size:1em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:600!important;--header-height:40px!important;--heading-formatting:#93684e!important;--heading-spacing:2.5rem!important;--highlight-mix-blend-mode:lighten!important;--hr-color:#0f0a07!important;--hr-thickness:2px!important;--icon-color:#d8c2b4!important;--icon-color-active:#93684e!important;--icon-color-focused:#dfccc3!important;--icon-color-hover:#d8c2b4!important;--icon-l:18px!important;--icon-l-stroke-width:1.75px!important;--icon-m:18px!important;--icon-m-stroke-width:1.75px!important;--icon-opacity:.85!important;--icon-opacity-active:1!important;--icon-opacity-hover:1!important;--icon-s:16px!important;--icon-s-stroke-width:2px!important;--icon-xl:32px!important;--icon-xl-stroke-width:1.25px!important;--icon-xs:14px!important;--icon-xs-stroke-width:2px!important;--indent-size:4!important;--indent-unit:.5625em!important;--indentation-guide-color:#ffffff1f!important;--indentation-guide-color-active:#ffffff4d!important;--indentation-guide-editing-indent:.85em!important;--indentation-guide-reading-indent:-.85em!important;--indentation-guide-source-indent:.25em!important;--indentation-guide-width:1px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.2!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1.802em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:700!important;--input-corner-shape:round!important;--input-date-separator:#93684e!important;--input-font-weight:400!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#93684e!important;--input-shadow:inset 0 .5px .5px .5px #ffffff17, 0 2px 4px 0 #00000026, 0 1px 1.5px 0 #0000001a, 0 1px 2px 0 #0003, 0 0 0 0 transparent!important;--input-shadow-hover:inset 0 .5px 1px .5px #ffffff29, 0 2px 3px 0 #0000004d, 0 1px 1.5px 0 #0003, 0 1px 2px 0 #0006, 0 0 0 0 transparent!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#93684e!important;--interactive-accent-hover:#93684e!important;--interactive-accent-hsl:258, 88%, 66%!important;--interactive-hover:#3f3f3f!important;--interactive-normal:#0f0a07!important;--keyboard-height:0px!important;--layer-cover:5!important;--layer-dragged-item:80!important;--layer-menu:65!important;--layer-modal:50!important;--layer-notice:60!important;--layer-popover:30!important;--layer-sidedock:10!important;--layer-slides:45!important;--layer-status-bar:15!important;--layer-tooltip:70!important;--line-height-normal:1.5!important;--line-height-tight:1.3!important;--link-color:#93684e!important;--link-color-hover:#93684e!important;--link-decoration:underline!important;--link-decoration-hover:underline!important;--link-decoration-thickness:auto!important;--link-external-color:#93684e!important;--link-external-color-hover:#93684e!important;--link-external-decoration:underline!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#93684e!important;--link-unresolved-decoration-color:#8a5cf54d!important;--link-unresolved-decoration-style:solid!important;--link-unresolved-filter:none!important;--link-unresolved-opacity:.7!important;--link-weight:400!important;--list-bullet-border:none!important;--list-bullet-end-padding:1.3rem!important;--list-bullet-radius:50%!important;--list-bullet-size:.3em!important;--list-bullet-transform:none!important;--list-indent:2.25em!important;--list-indent-editing:.75em!important;--list-indent-source:0!important;--list-marker-color:#93684e!important;--list-marker-color-collapsed:#93684e!important;--list-marker-color-hover:#d8c2b4!important;--list-numbered-style:decimal!important;--list-spacing:.075em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#191510!important;--menu-border-color:#3f3f3f!important;--menu-border-width:1px!important;--menu-corner-shape:round!important;--menu-padding:6px!important;--menu-radius:8px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0px 1px 2px #0000001f, 0px 3.4px 6.7px #0000002e, 0px 15px 30px #0000004d!important;--metadata-background:transparent!important;--metadata-border-color:#0f0a07!important;--metadata-border-radius:0!important;--metadata-border-width:0!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#0f0a07!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0!important;--metadata-gap:3px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#fff1!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-input-font-size:.875em!important;--metadata-input-height:28px!important;--metadata-input-longtext-lines:3!important;--metadata-input-padding:4px 8px!important;--metadata-input-text-color:#dfccc3!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#fff1!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-label-font-size:.875em!important;--metadata-label-text-color:#d8c2b4!important;--metadata-label-text-color-hover:#d8c2b4!important;--metadata-label-width:9em!important;--metadata-max-width:none!important;--metadata-padding:8px 0!important;--metadata-property-background:transparent!important;--metadata-property-background-active:#fff1!important;--metadata-property-background-hover:transparent!important;--metadata-property-box-shadow-focus:0 0 0 2px #555!important;--metadata-property-box-shadow-hover:0 0 0 1px #3f3f3f!important;--metadata-property-corner-shape:round!important;--metadata-property-corner-shape-focus:round!important;--metadata-property-corner-shape-hover:round!important;--metadata-property-padding:0!important;--metadata-property-radius:6px!important;--metadata-property-radius-focus:6px!important;--metadata-property-radius-hover:6px!important;--metadata-sidebar-input-font-size:13px!important;--metadata-sidebar-label-font-size:13px!important;--modal-background:#0f0a07!important;--modal-border-color:#555!important;--modal-border-width:1px!important;--modal-community-sidebar-width:280px!important;--modal-header-height:auto!important;--modal-height:85vh!important;--modal-max-height:1000px!important;--modal-max-width:1100px!important;--modal-max-width-narrow:800px!important;--modal-radius:12px!important;--modal-shadow:none!important;--modal-width:90vw!important;--mono-rgb-0:0, 0, 0!important;--mono-rgb-100:255, 255, 255!important;--nav-collapse-icon-color:#93684e!important;--nav-collapse-icon-color-collapsed:#93684e!important;--nav-heading-color:#dfccc3!important;--nav-heading-color-collapsed:#93684e!important;--nav-heading-color-collapsed-hover:#d8c2b4!important;--nav-heading-color-hover:#dfccc3!important;--nav-heading-weight:500!important;--nav-heading-weight-hover:500!important;--nav-indentation-guide-color:#ffffff1f!important;--nav-indentation-guide-width:1px!important;--nav-item-background-active:#fff1!important;--nav-item-background-hover:#fff1!important;--nav-item-background-selected:#8a5cf526!important;--nav-item-children-margin-start:12px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#d8c2b4!important;--nav-item-color-active:#dfccc3!important;--nav-item-color-highlighted:#93684e!important;--nav-item-color-hover:#dfccc3!important;--nav-item-color-selected:#dfccc3!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:4px 8px 4px 24px!important;--nav-item-parent-padding:4px 8px 4px 24px!important;--nav-item-radius:4px!important;--nav-item-size:13px!important;--nav-item-white-space:pre!important;--nav-tag-background:transparent!important;--nav-tag-color:#93684e!important;--nav-tag-color-active:#d8c2b4!important;--nav-tag-color-hover:#d8c2b4!important;--nav-tag-radius:4px!important;--nav-tag-weight:600!important;--p-spacing:1rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#0f0a07!important;--pdf-page-background:#0f0a07!important;--pdf-shadow:0 0 0 1px #0f0a07!important;--pdf-sidebar-background:#0f0a07!important;--pdf-spread-shadow:0 0 0 1px #0000000d!important;--pdf-thumbnail-shadow:0 0 0 1px #0f0a07!important;--pdfViewer-padding-bottom:0!important;--pill-color-remove-hover:#93684e!important;--pill-decoration:none!important;--pill-decoration-hover:none!important;--pill-padding-x:.65em!important;--pill-padding-y:.25em!important;--pill-radius:2em!important;--popover-font-size:16px!important;--popover-height:400px!important;--popover-max-height:95vh!important;--popover-pdf-height:400px!important;--popover-pdf-width:450px!important;--popover-width:450px!important;--preferred-text-scale:1!important;--prompt-backdrop-filter:none!important;--prompt-background:#0f0a07!important;--prompt-border-color:#555!important;--prompt-border-width:1px!important;--prompt-input-height:40px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:12px!important;--radius-m:8px!important;--radius-s:4px!important;--radius-xl:16px!important;--raised-background:#0f0a07a6 linear-gradient(#0f0a07, #0f0a07a6)!important;--raised-blur:blur(6px) saturate(1.5) brightness(1.15)!important;--raised-mask:linear-gradient(white, white) padding-box, linear-gradient(white, white) border-box!important;--raised-mask-background:transparent!important;--raised-mask-border-width:0!important;--raised-mask-composite:exclude, add!important;--raised-mask-display:block!important;--ribbon-background:#191510!important;--ribbon-background-collapsed:#0f0a07!important;--ribbon-padding:8px 4px 12px!important;--ribbon-width:44px!important;--safe-area-inset-bottom:0px!important;--safe-area-inset-left:0px!important;--safe-area-inset-right:0px!important;--safe-area-inset-top:0px!important;--scrollbar-active-thumb-bg:#fff3!important;--scrollbar-bg:#ffffff0d!important;--scrollbar-border-width:3px 3px 3px 2px!important;--scrollbar-height:12px!important;--scrollbar-radius:12px!important;--scrollbar-thumb-bg:#ffffff1a!important;--scrollbar-width:12px!important;--search-clear-button-color:#d8c2b4!important;--search-clear-button-size:13px!important;--search-icon-color:#d8c2b4!important;--search-icon-size:18px!important;--search-result-background:#0f0a07!important;--setting-group-heading-color:#dfccc3!important;--setting-group-heading-size:15px!important;--setting-group-heading-weight:600!important;--setting-items-background:#242424!important;--setting-items-border-color:#0f0a07!important;--setting-items-border-width:0!important;--setting-items-padding:20px!important;--setting-items-radius:12px!important;--shadow-l:0px 1.8px 7.3px #00000012, 0px 6.3px 24.7px #0000001d, 0px 30px 90px #0003!important;--shadow-s:0px 1px 2px #0000001f, 0px 3.4px 6.7px #0000002e, 0px 15px 30px #0000004d!important;--sidebar-left-toggle-inner-width:8.33%!important;--sidebar-left-toggle-inner-width-open:24%!important;--sidebar-markdown-font-size:14.4px!important;--sidebar-right-toggle-inner-width:8.33%!important;--sidebar-right-toggle-inner-width-open:24%!important;--sidebar-tab-text-display:none!important;--size-2-1:2px!important;--size-2-2:4px!important;--size-2-3:6px!important;--size-4-1:4px!important;--size-4-10:40px!important;--size-4-12:48px!important;--size-4-16:64px!important;--size-4-18:72px!important;--size-4-2:8px!important;--size-4-3:12px!important;--size-4-4:16px!important;--size-4-5:20px!important;--size-4-6:24px!important;--size-4-8:32px!important;--size-4-9:36px!important;--slider-s-thumb-position:-5px!important;--slider-s-thumb-size:15px!important;--slider-thumb-border-color:#3f3f3f!important;--slider-thumb-border-width:1px!important;--slider-thumb-height:18px!important;--slider-thumb-radius:50%!important;--slider-thumb-width:18px!important;--slider-thumb-y:-6px!important;--slider-track-background:#0f0a07!important;--slider-track-height:3px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#191510!important;--status-bar-border-color:#0f0a07!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:12px!important;--status-bar-position:fixed!important;--status-bar-radius:8px 0 0 0!important;--status-bar-text-color:#d8c2b4!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#0f0a07!important;--swatch-height:22px!important;--swatch-radius:14px!important;--swatch-shadow:inset 0 0 0 1px #ffffff26!important;--swatch-width:22px!important;--sync-avatar-color-1:#fb464c!important;--sync-avatar-color-2:#e9973f!important;--sync-avatar-color-3:#e0de71!important;--sync-avatar-color-4:#44cf6e!important;--sync-avatar-color-5:#53dfdd!important;--sync-avatar-color-6:#027aff!important;--sync-avatar-color-7:#a882ff!important;--sync-avatar-color-8:#fa99cd!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#0f0a07!important;--tab-curve:6px!important;--tab-divider-color:#3f3f3f!important;--tab-font-size:13px!important;--tab-max-width:320px!important;--tab-outline-color:#0f0a07!important;--tab-outline-width:1px!important;--tab-radius:4px!important;--tab-radius-active:6px 6px 0 0!important;--tab-stacked-font-size:13px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:40px!important;--tab-stacked-pane-width:700px!important;--tab-stacked-shadow:-8px 0 8px 0 #0000000d!important;--tab-stacked-text-align:start!important;--tab-stacked-text-transform:rotate(0deg)!important;--tab-stacked-text-writing-mode:vertical-lr!important;--tab-switcher-background:#191510!important;--tab-switcher-menubar-background:linear-gradient(to top, #262626, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:16px!important;--tab-switcher-preview-shadow:0 0 0 1px #ffffff0d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #93684e!important;--tab-text-color:#93684e!important;--tab-text-color-active:#d8c2b4!important;--tab-text-color-focused:#d8c2b4!important;--tab-text-color-focused-active:#d8c2b4!important;--tab-text-color-focused-active-current:#dfccc3!important;--tab-text-color-focused-highlighted:#93684e!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#0f0a07!important;--table-add-button-border-width:1px!important;--table-background:transparent!important;--table-border-width:1px!important;--table-cell-vertical-alignment:top!important;--table-column-alt-background:transparent!important;--table-column-first-border-width:1px!important;--table-column-last-border-width:1px!important;--table-column-max-width:none!important;--table-column-min-width:6ch!important;--table-drag-handle-background:transparent!important;--table-drag-handle-background-active:#93684e!important;--table-drag-handle-color:#93684e!important;--table-drag-handle-color-active:white!important;--table-drop-indicator-half-width:2px!important;--table-header-background:transparent!important;--table-header-border-color:#0f0a07!important;--table-header-border-width:1px!important;--table-header-color:#dfccc3!important;--table-header-size:16px!important;--table-header-weight:600!important;--table-line-height:1.3!important;--table-row-alt-background:transparent!important;--table-row-alt-background-hover:transparent!important;--table-row-background-hover:transparent!important;--table-row-last-border-width:1px!important;--table-selection:#8a5cf51a!important;--table-selection-blend-mode:lighten!important;--table-selection-border-color:#93684e!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:16px!important;--table-white-space:break-spaces!important;--tag-background:#8a5cf51a!important;--tag-background-hover:#8a5cf533!important;--tag-border-color:#8a5cf526!important;--tag-border-color-hover:#8a5cf526!important;--tag-border-width:0px!important;--tag-color:#93684e!important;--tag-color-hover:#93684e!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:.65em!important;--tag-padding-y:.25em!important;--tag-radius:2em!important;--tag-size:.875em!important;--text-accent-hover:#93684e!important;--text-error:#fb464c!important;--text-highlight-bg:#ffd00066!important;--text-highlight-bg-rgb:255, 208, 0!important;--text-muted:#d8c2b4!important;--text-on-accent:white!important;--text-on-accent-inverted:black!important;--text-selection:#503a2c!important;--text-success:#44cf6e!important;--text-warning:#e9973f!important;--titlebar-background-focused:#0f0a07!important;--titlebar-border-color:#0f0a07!important;--titlebar-border-width:0px!important;--titlebar-height:30px!important;--titlebar-text-color:#d8c2b4!important;--titlebar-text-color-focused:#dfccc3!important;--titlebar-text-weight:700!important;--toggle-border-width:2px!important;--toggle-radius:18px!important;--toggle-s-border-width:2px!important;--toggle-s-thumb-height:15px!important;--toggle-s-thumb-width:15px!important;--toggle-s-width:34px!important;--toggle-thumb-color:white!important;--toggle-thumb-height:18px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:18px!important;--toggle-width:40px!important;--touch-radius-l:52px!important;--touch-radius-m:44px!important;--touch-radius-s:40px!important;--touch-radius-xl:60px!important;--touch-radius-xs:30px!important;--touch-radius-xxs:24px!important;--touch-size-l:52px!important;--touch-size-m:44px!important;--touch-size-s:40px!important;--touch-size-xl:60px!important;--touch-size-xs:30px!important;--touch-size-xxs:24px!important;--traffic-lights-offset-x:40px!important;--traffic-lights-offset-y:40px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#dfccc3!important;--vault-profile-color-hover:#dfccc3!important;--vault-profile-display:flex!important;--vault-profile-font-size:13px!important;--vault-profile-font-weight:500!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#0009!important;--xfa-focus-outline:auto!important;--xfa-unfocused-field-background:url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E")!important;--zoom-factor:1!important;--bold-color:#b08c75!important;--italic-color:#b08c75!important;--bases-cards-group-padding:12px!important;--bases-cards-text-size:.875em!important;--bases-table-text-size:.875em!important}html[saved-theme=light] body{--qt-code-atom:#231915;--qt-code-comment:#93684e;--qt-code-function:#231915;--qt-code-header:#231915;--qt-code-keyword:#d53984;--qt-code-number:#7852ee;--qt-code-operator:#e93147;--qt-code-property:#e0ac00;--qt-code-string:#08b94e;--qt-code-variable:#00bfbc;--qt-code-variable-2:#00bfbc;--qt-code-default:#231915;--qt-code-background:#e2d6cd;--qt-code-border-color:#f2ebe4}html[saved-theme=dark] body{--qt-code-atom:#dfccc3;--qt-code-comment:#93684e;--qt-code-function:#dfccc3;--qt-code-header:#dfccc3;--qt-code-keyword:#fa99cd;--qt-code-number:#a882ff;--qt-code-operator:#fb464c;--qt-code-property:#e0de71;--qt-code-string:#44cf6e;--qt-code-variable:#53dfdd;--qt-code-variable-2:#53dfdd;--qt-code-default:#dfccc3;--qt-code-background:#242424;--qt-code-border-color:#0f0a07}html[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[saved-theme=light] .callout[data-callout]{mix-blend-mode:darken}html[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[saved-theme=dark] .callout[data-callout]{mix-blend-mode:lighten}@font-face{font-family:Flow Circular;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/flowcircular/v12/lJwB-pc4j2F-H8YKuyvfxdZ41i3jWPj1vInNeQ.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Flow Circular;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/flowcircular/v12/lJwB-pc4j2F-H8YKuyvfxdZ41iTjWPj1vInNeQ.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Flow Circular;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/flowcircular/v12/lJwB-pc4j2F-H8YKuyvfxdZ41i_jWPj1vInNeQ.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Flow Circular;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/flowcircular/v12/lJwB-pc4j2F-H8YKuyvfxdZ41i7jWPj1vInNeQ.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Flow Circular;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/flowcircular/v12/lJwB-pc4j2F-H8YKuyvfxdZ41iDjWPj1vIk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmYiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZNhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZBhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cascadia Mono;font-style:normal;font-display:swap;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@fontsource/cascadia-mono@4.2.1/files/cascadia-mono-latin-ext-400-normal.woff2)format("woff2"),url(https://cdn.jsdelivr.net/npm/@fontsource/cascadia-mono@4.2.1/files/cascadia-mono-latin-ext-400-normal.woff)format("woff")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SeW4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QOW4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_R-W4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_S-W4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SuW4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4AJi8SJQt.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Monaco;font-style:normal;font-weight:400;src:local(Monaco),url(https://fonts.cdnfonts.com/s/14106/Monaco.woff)format("woff")}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMRrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtM1rTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMVrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMprTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMZrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMdrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMlrTFcZZJmOpw.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body div#quartz-root,body[data-slug],body[data-slug] .page>div#quartz-body,body .page>div#quartz-body div.center,body .page>div#quartz-body footer{color:#231915;background-color:#f2ebe4}body .page>div#quartz-body div.sidebar,body[data-slug] div#quartz-root.page,body .page>div#quartz-body div.sidebar.left,body .page>div#quartz-body div.sidebar.left .explorer .explorer-content{color:#231915;background-color:#e2d6cd}body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#231915;background-color:#e2d6cd}body .page>div#quartz-body div.sidebar.right{color:#231915;background-color:#e2d6cd;border-left:0 #f2ebe4}body .page>div#quartz-body div.sidebar.left{border-right:1px solid #f2ebe4}body a.external,body footer a,body a.internal,body .breadcrumb-container .breadcrumb-element>a{color:#93684e;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #93684e;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #93684e;text-decoration:underline #93684e;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.internal.broken{color:#93684e;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #93684e;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #8a5cf54d;text-decoration:underline #8a5cf54d;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.external:hover,body footer a:hover{color:#8a5cf5;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body a.internal:hover,body .breadcrumb-container .breadcrumb-element>a:hover{color:#8a5cf5;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#8a5cf5}body p{color:#2a2119;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:none;user-select:none;background-color:#0000;outline:0 #2a2119;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .page article p>strong,body strong,body .page article p>b,body b{color:#b08c75;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #b08c75;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:600;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .page article p>em,body em,body .page article p>i,body i{color:#b08c75;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #b08c75;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .text-highlight{color:#000;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;border-radius:0;background-color:#ff0;border:0 #000;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;outline:0 #231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body del{color:#231915;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:line-through #231915;text-decoration:line-through #231915;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}:is(body .search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,body .search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,body .search>.search-container>.search-space>.search-layout>.results-container .result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){border-radius:4px;color:#231915;background-color:#0001;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)),~.result-card:focus,~.result-card:hover){border-radius:4px;color:#231915;background-color:#0001;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body hr{border-radius:0;box-shadow:none;margin:0;border-top:0 solid gray;border-bottom:0 #f2ebe4;border-left:0 #f2ebe4;border-right:1px solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin-block:32px;margin-inline:0}body a.internal.tag-link,body .search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>.match-tag{border-radius:28px;background-color:#8a5cf51a;border:0 solid #8a5cf526;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;align-items:normal;margin-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;display:flex}body a.internal.tag-link:before{color:#93684e}body ul>li{color:#231915;text-align:start}body ul>li::marker{border-radius:0;color:#222;pointer-events:auto;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}body ol>li{color:#231915;text-align:start}body ol>li::marker{border-radius:0;color:#222;pointer-events:auto;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}body code{border-radius:4px;color:#231915;background-color:#0000;border:0 solid #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace}body pre>code{border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#e2d6cd;border:0 solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#e2d6cd;border:0 solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#e2d6cd;border:0 solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}body input[type=checkbox]{appearance:auto;border-radius:4px;border:1px solid #93684e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:16px;margin:0 8px 0 -24px;margin-block:0;margin-inline:0;padding:0;transition:box-shadow .15s ease-in-out;position:relative;top:auto}body ul>li.task-list-item{text-align:start;display:list-item}body input[type=checkbox]:checked:after{content:normal;top:auto;background-color:#0000;width:auto;display:list-item;position:static;inset-inline-start:auto}body blockquote{padding-top:0;padding-bottom:0;background-color:#0000;margin-inline:40px;padding-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:normal}body .data-footnote-backref{color:#93684e;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body .search>.search-button{border-radius:5px;color:#231915;background-color:#f2ebe4;border:1px solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .search>.search-container>.search-space{border-radius:12px;background-color:#f2ebe4;border:1px solid #bdbdbd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 1.8px 7.3px #00000012,0 6.3px 24.7px #0000001d,0 30px 90px #0003}body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#f2ebe4;border:0 inset #231915;border-bottom:1px solid #e2d6cd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .search>.search-container>.search-space>*{color:#231915;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .search>.search-container>.search-space>.search-layout,body .search>.search-container>.search-space>.search-layout.display-results{border-radius:12px;border:1px solid #bdbdbd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .search>.search-container>.search-space>.search-layout>.results-container{color:#231915}body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:4px;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}:is(body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){color:#231915;background-color:#0001;font-weight:400}:is(body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-title,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-description,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-title,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-description,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-title,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-description){color:#231915}body h1,body h2,body h3,body h4,body h5,body h6,body h2.page-title,body h2.page-title a{color:#231915;text-shadow:none;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body li.depth-0{font-weight:400}body ::-webkit-scrollbar{background-color:#fff}body ::-webkit-scrollbar-thumb{border-radius:0;box-shadow:none;background-color:#fff;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body ::-webkit-scrollbar-thumb:hover{background-color:#fff}body ::-webkit-scrollbar-thumb:active{background-color:#fff}body ::-webkit-scrollbar-track{border-radius:0;background-color:#fff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body ::-webkit-scrollbar-corner{background-color:#fff}body body{scrollbar-width:auto;scrollbar-color:auto}body .callout{--callout-color:8, 109, 221;border-radius:4px;mix-blend-mode:normal;border:0 solid #086ddd40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 12px 12px 24px}body .callout .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=note]{--callout-color:8, 109, 221;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#086ddd1a;border:0 solid #086ddd40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=note] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=note]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=abstract]{--callout-color:0, 191, 188;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#00bfbc1a;border:0 solid #00bfbc40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=abstract] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=abstract]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=info]{--callout-color:8, 109, 221;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#086ddd1a;border:0 solid #086ddd40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=info] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=info]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=todo]{--callout-color:8, 109, 221;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#086ddd1a;border:0 solid #086ddd40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=todo] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=todo]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=tip]{--callout-color:0, 191, 188;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#00bfbc1a;border:0 solid #00bfbc40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=tip] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=tip]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=success]{--callout-color:8, 185, 78;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#08b94e1a;border:0 solid #08b94e40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=success] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=success]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=question]{--callout-color:236, 117, 0;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#ec75001a;border:0 solid #ec750040;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=question] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=question]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=warning]{--callout-color:236, 117, 0;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#ec75001a;border:0 solid #ec750040;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=warning] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=warning]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=danger]{--callout-color:233, 49, 71;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#e931471a;border:0 solid #e9314740;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=danger] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=danger]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=failure]{--callout-color:233, 49, 71;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#e931471a;border:0 solid #e9314740;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=failure] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=failure]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=bug]{--callout-color:233, 49, 71;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#e931471a;border:0 solid #e9314740;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=bug] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=bug]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=example]{--callout-color:120, 82, 238;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#7852ee1a;border:0 solid #7852ee40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=example] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=example]>.callout-content{color:#231915;background:0 0;padding:0}body .callout[data-callout=quote]{--callout-color:158, 158, 158;color:#231915;mix-blend-mode:normal;border-radius:4px;background:#9e9e9e1a;border:0 solid #9e9e9e40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=quote] .callout-title{--callout-color:8, 109, 221;color:#086ddd;border-radius:0;background:0 0;border:0 #086ddd;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#086ddd;font-weight:600}body .callout[data-callout=quote]>.callout-content{color:#231915;background:0 0;padding:0}body table{border-collapse:separate;color:#231915;table-layout:auto;border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:225.219px;margin:16px 0 0;margin-block:0;margin-inline:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body thead{border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body tbody{background-color:#0000}body th{color:#231915;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:600}body td{color:#231915;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:400}body tr{border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body tbody tr:nth-child(2n),body tbody tr:nth-child(odd){background-color:#0000}body img{box-shadow:none;filter:none;object-fit:fill;border-radius:0;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}body figure{text-align:start;border-radius:0;background-color:#0000;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:16px 40px;margin-block:15px;margin-inline:40px;padding:0}body figcaption{color:#231915;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:16px;font-style:normal}body video{box-shadow:none;filter:none;object-fit:contain;border-radius:0;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}body audio{border-radius:0;background-color:#0000;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0}body .transclude{background-color:#0000;border-width:0 0 0 2px;border-color:#231915 #231915 #231915 #93684e;border-left-style:solid;border-radius:0;margin:0;padding:0}body .transclude-inner{background-color:#0000;border-width:0;border-color:#231915;border-left-style:solid;border-radius:0;margin:0;padding:0}body .file-embed{background-color:#e2d6cd;border-width:0;border-color:#2a2119;border-radius:8px;margin:0;padding:8px}body .metadata{color:#2a2119;background-color:#0000;border:0 solid #f2ebe4;border-radius:0;margin:0 0 16px;padding:8px 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .metadata-properties{color:#2a2119;background-color:#0000;border-width:0;border-color:#2a2119;border-radius:0;margin:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;height:15px}body input[type=range]{accent-color:auto;border-radius:0;background-color:#fff;border:2px inset #767676;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body input[type=text]{color:#2a2119;border-radius:0;background-color:#0000;border:0 solid #2a2119;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body details{border-radius:0;background-color:#0000;border:0 #231915;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}body summary{color:#231915;cursor:auto;background-color:#0000;padding:0;font-weight:400}body details[open]{border-radius:0;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}body kbd{box-shadow:none;color:#231915;border-radius:4px;background-color:#e2d6cd;border:0 #231915;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:1.4px 3.5px;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace;font-size:14px}body dl{margin:16px 0;margin-block:15px;margin-inline:0}body dt{color:#231915;margin:0;margin-block:0;margin-inline:0;font-weight:400}body dd{color:#231915;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}body sub{color:#231915;vertical-align:sub;font-size:13.3333px}body sup{color:#231915;vertical-align:super;font-size:13.3333px}body abbr{color:#231915;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body li.task-list-item[data-task=\-],body li.task-list-item[data-task=\>],body li.task-list-item[data-task=\/],body li.task-list-item[data-task=\?],body li.task-list-item[data-task=\!],body li.task-list-item[data-task=\*],body li.task-list-item[data-task=l],body li.task-list-item[data-task=b],body li.task-list-item[data-task=i],body li.task-list-item[data-task=S],body li.task-list-item[data-task=I],body li.task-list-item[data-task=p],body li.task-list-item[data-task=c],body li.task-list-item[data-task=f],body li.task-list-item[data-task=k],body li.task-list-item[data-task=u],body li.task-list-item[data-task=d],body li.task-list-item[data-task=w]{color:#231915;-webkit-text-decoration:none;text-decoration:none}body .katex-display>.katex{text-align:center;white-space-collapse:collapse;text-wrap-mode:wrap;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:block}body .katex-display>.katex>.katex-html{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .katex>.katex-html{font-family:MJXZERO,MJXTEX}body .explorer .explorer-content ul.explorer-ul li a{color:#222;cursor:auto;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}body .explorer .explorer-content ul.explorer-ul li:has(>.active){border-radius:0;color:#222;cursor:auto;transition-behavior:normal;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transition:all}body .explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container{color:#2a2119;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}body .explorer .explorer-content li:has(>.folder-outer.open)>.folder-container{color:#2a2119;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}body .explorer .folder-outer>ul{border-left:1px solid #0000001f}body .explorer{background-color:#0000}body .bases-table{border-color:gray}body .bases-table thead th{color:#231915;background-color:#0000;border-color:#f2ebe4;font-weight:600}body .bases-table tbody tr:nth-child(2n){background-color:#0000}body .canvas-node{background-color:#0000;border-width:0;border-color:#231915;border-radius:0}body .canvas-node-content{color:#231915}body .canvas-node-file{color:#231915;background-color:#0000}body .canvas-sidebar{background-color:#f2ebe4;border-color:#231915;box-shadow:inset 0 0 0 1px #0000001f,0 2px 3px #0000000d,0 1px 1.5px #00000008,0 1px 2px #0000000a,0 0 #0000}body .canvas-node-group{background-color:#0000;border-width:0;border-color:#231915}body .note-properties{background-color:#0000;border-color:#f2ebe4;border-radius:0}body .note-properties-key{color:#2a2119;font-weight:400}body .note-properties-value{color:#2a2119}body .note-properties-tags{color:#93684e;background-color:#8a5cf51a;border-radius:28px}body .note-properties-row{border-color:#2a2119}body details.toc summary::marker{color:#231915}body .graph>.graph-outer>.global-graph-icon{color:#2a2119;cursor:default;background-color:#0000;border-width:0;border-color:#2a2119;border-radius:4px}body footer{color:#2a2119;opacity:1;background-color:#e2d6cd;border:0 solid #f2ebe4;border-width:1px 0 0 1px;border-radius:8px 0 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body footer ul li a{color:#2a2119}body .recent-notes>h3{color:#231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400}body .recent-notes>ul.recent-ul>li{color:#231915;background-color:#0000;border-width:0;border-color:#231915;border-radius:0}body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#2a2119}body .recent-notes>ul.recent-ul>li .section>.meta{color:#2a2119;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body ul.section-ul,body li.section-li{background-color:#0000;border-width:0;border-color:#231915;border-radius:0}body li.section-li>.section>.desc>h3>a{color:#2a2119}body li.section-li>.section .meta{color:#2a2119;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .darkmode{color:#2a2119;cursor:default;background-color:#0000;border-width:0;border-color:#2a2119;border-radius:4px}body .darkmode svg{stroke:#2a2119;color:#2a2119}body .breadcrumb-container{color:#2a2119;background-color:#0000;border-width:0;border-color:#2a2119;border-radius:4px}body .breadcrumb-element p{color:#93684e;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .navigation-progress{background-color:#e2d6cd}body .page-header h2.page-title{color:#231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .katex-display{color:#231915;background-color:#0000;border-width:0;border-color:#231915;border-radius:0}body .footnotes{color:#231915;background-color:#0000;border-top-width:0;border-top-color:#231915}body .table-container{background-color:#0000;border-width:0;border-color:#231915;border-radius:0}body .spacer{background-color:#0000}body ul.overflow,body ol.overflow{border-width:0;border-color:#231915;border-radius:0}body figure[data-rehype-pretty-code-figure]{border-radius:4px;background-color:#e2d6cd;border:0 solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{color:#231915;border-radius:4px;background-color:#e2d6cd;border:0 solid #f2ebe4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:monospace}body pre>code>[data-line]{background-color:#0000;border-left:0 #e0ac00}body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#e0ac00}body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #e0ac00;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body ul.tags>li{color:#93684e;background-color:#8a5cf51a;border:0 solid #8a5cf526;border-radius:24.5px}body li.task-list-item input[type=checkbox]{background-color:#0000;border-width:1px;border-color:#93684e;border-radius:4px}body li.task-list-item input[type=checkbox]:checked{background-color:#93684e;border-color:#93684e}body h1.article-title{color:#231915;font-size:13px;font-weight:400}body li.task-list-item[data-task=_],body li.task-list-item[data-task=\,],body li.task-list-item[data-task=\;],body li.task-list-item[data-task=\:],body li.task-list-item[data-task=\.],body li.task-list-item[data-task=\'],body li.task-list-item[data-task=\@],body li.task-list-item[data-task=\&],body li.task-list-item[data-task=\#],body li.task-list-item[data-task=\%],body li.task-list-item[data-task=\`],body li.task-list-item[data-task=\+],body li.task-list-item[data-task=\<],body li.task-list-item[data-task=\=],body li.task-list-item[data-task=\|],body li.task-list-item[data-task=\~],body li.task-list-item[data-task=\$],body li.task-list-item[data-task="0"],body li.task-list-item[data-task="1"],body li.task-list-item[data-task="2"],body li.task-list-item[data-task="3"],body li.task-list-item[data-task="4"],body li.task-list-item[data-task="5"],body li.task-list-item[data-task="6"],body li.task-list-item[data-task="7"],body li.task-list-item[data-task="8"],body li.task-list-item[data-task="9"],body li.task-list-item[data-task=a],body li.task-list-item[data-task=A],body li.task-list-item[data-task=B],body li.task-list-item[data-task=C],body li.task-list-item[data-task=D],body li.task-list-item[data-task=e],body li.task-list-item[data-task=E],body li.task-list-item[data-task=F],body li.task-list-item[data-task=g],body li.task-list-item[data-task=G],body li.task-list-item[data-task=h],body li.task-list-item[data-task=H],body li.task-list-item[data-task=j],body li.task-list-item[data-task=J],body li.task-list-item[data-task=K],body li.task-list-item[data-task=L],body li.task-list-item[data-task=m],body li.task-list-item[data-task=M],body li.task-list-item[data-task=n],body li.task-list-item[data-task=N],body li.task-list-item[data-task=o],body li.task-list-item[data-task=O],body li.task-list-item[data-task=P],body li.task-list-item[data-task=q],body li.task-list-item[data-task=Q],body li.task-list-item[data-task=r],body li.task-list-item[data-task=R],body li.task-list-item[data-task=s],body li.task-list-item[data-task=t],body li.task-list-item[data-task=T],body li.task-list-item[data-task=U],body li.task-list-item[data-task=v],body li.task-list-item[data-task=V],body li.task-list-item[data-task=W]{color:#231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body li.task-list-item[data-task=x],body li.task-list-item[data-task=X]{color:#2a2119;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body li.task-list-item[data-task=y],body li.task-list-item[data-task=Y],body li.task-list-item[data-task=z],body li.task-list-item[data-task=Z]{color:#231915;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body{--current-page-slug:attr(data-slug raw-string)}li.task-list-item[data-task=_] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\,] input[type=checkbox]:after,li.task-list-item[data-task=\;] input[type=checkbox]:after,li.task-list-item[data-task=\:] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#000;background-color:#ec7500;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\.] input[type=checkbox]:after,li.task-list-item[data-task=\'] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=""] input[type=checkbox]:after{color:#000;background-color:#93684e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#000;background-color:#e0ac00;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\/] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\&] input[type=checkbox]:after,li.task-list-item[data-task=\#] input[type=checkbox]:after,li.task-list-item[data-task=\%] input[type=checkbox]:after,li.task-list-item[data-task=\`] input[type=checkbox]:after,li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#000;background-color:#00bfbc;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#000;background-color:#086ddd;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\|] input[type=checkbox]:after,li.task-list-item[data-task=\~] input[type=checkbox]:after,li.task-list-item[data-task=\$] input[type=checkbox]:after,li.task-list-item[data-task="0"] input[type=checkbox]:after,li.task-list-item[data-task="1"] input[type=checkbox]:after,li.task-list-item[data-task="2"] input[type=checkbox]:after,li.task-list-item[data-task="3"] input[type=checkbox]:after,li.task-list-item[data-task="4"] input[type=checkbox]:after,li.task-list-item[data-task="5"] input[type=checkbox]:after,li.task-list-item[data-task="6"] input[type=checkbox]:after,li.task-list-item[data-task="7"] input[type=checkbox]:after,li.task-list-item[data-task="8"] input[type=checkbox]:after,li.task-list-item[data-task="9"] input[type=checkbox]:after,li.task-list-item[data-task=a] input[type=checkbox]:after,li.task-list-item[data-task=A] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=b] input[type=checkbox]:after{color:#000;background-color:#e93147;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E")}li.task-list-item[data-task=B] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=c] input[type=checkbox]:after{color:#000;background-color:#e93147;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=C] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=d] input[type=checkbox]:after{color:#000;background-color:#e93147;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=D] input[type=checkbox]:after,li.task-list-item[data-task=e] input[type=checkbox]:after,li.task-list-item[data-task=E] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=f] input[type=checkbox]:after{color:#000;background-color:#e93147;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=F] input[type=checkbox]:after,li.task-list-item[data-task=g] input[type=checkbox]:after,li.task-list-item[data-task=G] input[type=checkbox]:after,li.task-list-item[data-task=h] input[type=checkbox]:after,li.task-list-item[data-task=H] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=i] input[type=checkbox]:after{color:#000;background-color:#086ddd;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=I] input[type=checkbox]:after{color:#000;background-color:#e0ac00;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E")}li.task-list-item[data-task=j] input[type=checkbox]:after,li.task-list-item[data-task=J] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=k] input[type=checkbox]:after{color:#000;background-color:#e0ac00;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=K] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=l] input[type=checkbox]:after{color:#000;background-color:#7852ee;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E")}li.task-list-item[data-task=L] input[type=checkbox]:after,li.task-list-item[data-task=m] input[type=checkbox]:after,li.task-list-item[data-task=M] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=n] input[type=checkbox]:after{color:#000;background-color:#e93147;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E")}li.task-list-item[data-task=N] input[type=checkbox]:after,li.task-list-item[data-task=o] input[type=checkbox]:after,li.task-list-item[data-task=O] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=p] input[type=checkbox]:after{color:#000;background-color:#08b94e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=P] input[type=checkbox]:after,li.task-list-item[data-task=q] input[type=checkbox]:after,li.task-list-item[data-task=Q] input[type=checkbox]:after,li.task-list-item[data-task=r] input[type=checkbox]:after,li.task-list-item[data-task=R] input[type=checkbox]:after,li.task-list-item[data-task=s] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=S] input[type=checkbox]:after{color:#000;background-color:#08b94e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E")}li.task-list-item[data-task=t] input[type=checkbox]:after,li.task-list-item[data-task=T] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=u] input[type=checkbox]:after{color:#000;background-color:#08b94e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=U] input[type=checkbox]:after,li.task-list-item[data-task=v] input[type=checkbox]:after,li.task-list-item[data-task=V] input[type=checkbox]:after,li.task-list-item[data-task=w] input[type=checkbox]:after,li.task-list-item[data-task=W] input[type=checkbox]:after,li.task-list-item[data-task=x] input[type=checkbox]:after,li.task-list-item[data-task=X] input[type=checkbox]:after,li.task-list-item[data-task=y] input[type=checkbox]:after,li.task-list-item[data-task=Y] input[type=checkbox]:after,li.task-list-item[data-task=z] input[type=checkbox]:after,li.task-list-item[data-task=Z] input[type=checkbox]:after{color:#000;background-color:#f2ebe4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=note]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E")}.callout[data-callout=abstract]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath 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'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E")}.callout[data-callout=info]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}.callout[data-callout=todo]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}.callout[data-callout=tip]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4'/%3E%3C/svg%3E")}.callout[data-callout=success]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}.callout[data-callout=question]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.callout[data-callout=warning]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath 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-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.callout[data-callout=danger]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E")}.callout[data-callout=failure]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}.callout[data-callout=bug]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M21 21a4 4 0 0 0-3.81-4'/%3E%3Cpath d='M21 5a4 4 0 0 1-3.55 3.97'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M3 21a4 4 0 0 1 3.81-4'/%3E%3Cpath d='M3 5a4 4 0 0 0 3.55 3.97'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M9 7.13V6a3 3 0 1 1 6 0v1.13'/%3E%3C/svg%3E")}.callout[data-callout=example]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 19h.01'/%3E%3Cpath d='M8 5h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 19h13'/%3E%3C/svg%3E")}.callout[data-callout=quote]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}html[saved-theme=dark] body div#quartz-root,html[saved-theme=dark] body[data-slug],html[saved-theme=dark] body[data-slug] .page>div#quartz-body,html[saved-theme=dark] body .page>div#quartz-body div.center,html[saved-theme=dark] body .page>div#quartz-body footer{color:#dfccc3;background-color:#0f0a07}html[saved-theme=dark] body .page>div#quartz-body div.sidebar,html[saved-theme=dark] body[data-slug] div#quartz-root.page,html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left,html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left .explorer .explorer-content{color:#dfccc3;background-color:#191510}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#dfccc3;background-color:#191510}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.right{color:#dfccc3;background-color:#191510;border-left:0 #0f0a07}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left{border-right:1px solid #0f0a07}html[saved-theme=dark] body a.external,html[saved-theme=dark] body footer a,html[saved-theme=dark] body a.internal,html[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a{color:#93684e;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #93684e;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #93684e;text-decoration:underline #93684e;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.internal.broken{color:#93684e;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #93684e;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #8a5cf54d;text-decoration:underline #8a5cf54d;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.external:hover,html[saved-theme=dark] body footer a:hover{color:#a68af9;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body a.internal:hover,html[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a:hover{color:#a68af9;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#a68af9}html[saved-theme=dark] body p{color:#d8c2b4;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:none;user-select:none;background-color:#0000;outline:0 #d8c2b4;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .page article p>strong,html[saved-theme=dark] body strong,html[saved-theme=dark] body .page article p>b,html[saved-theme=dark] body b{color:#b08c75;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #b08c75;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:600;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .page article p>em,html[saved-theme=dark] body em,html[saved-theme=dark] body .page article p>i,html[saved-theme=dark] body i{color:#b08c75;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #b08c75;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .text-highlight{color:#000;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;border-radius:0;background-color:#ff0;border:0 #000;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;outline:0 #dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body del{color:#dfccc3;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:line-through #dfccc3;text-decoration:line-through #dfccc3;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}:is(html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){border-radius:4px;color:#dfccc3;background-color:#fff1;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)),~.result-card:focus,~.result-card:hover){border-radius:4px;color:#dfccc3;background-color:#fff1;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body hr{border-radius:0;box-shadow:none;border-top:0 solid gray;border-bottom:0 #0f0a07;border-left:0 #0f0a07;border-right:1px solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:32px;margin-inline:0}html[saved-theme=dark] body a.internal.tag-link,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>.match-tag{border-radius:28px;background-color:#8a5cf51a;border:0 solid #8a5cf526;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;align-items:normal;margin-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;display:flex}html[saved-theme=dark] body a.internal.tag-link:before{color:#93684e}html[saved-theme=dark] body ul>li{color:#dfccc3;text-align:start}html[saved-theme=dark] body ul>li::marker{border-radius:0;color:#dadada;pointer-events:auto;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}html[saved-theme=dark] body ol>li{color:#dfccc3;text-align:start}html[saved-theme=dark] body ol>li::marker{border-radius:0;color:#dadada;pointer-events:auto;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}html[saved-theme=dark] body code{border-radius:4px;color:#dfccc3;background-color:#0000;border:0 solid #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace}html[saved-theme=dark] body pre>code{border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#242424;border:0 solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}html[saved-theme=dark] body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#242424;border:0 solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}html[saved-theme=dark] body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#242424;border:0 solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}html[saved-theme=dark] body input[type=checkbox]{appearance:auto;border-radius:4px;border:1px solid #93684e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:16px;margin:0 8px 0 -24px;margin-block:0;margin-inline:0;padding:0;transition:box-shadow .15s ease-in-out;position:relative;top:auto}html[saved-theme=dark] body ul>li.task-list-item{text-align:start;display:list-item}html[saved-theme=dark] body input[type=checkbox]:checked:after{content:normal;top:auto;background-color:#0000;width:auto;display:list-item;position:static;inset-inline-start:auto}html[saved-theme=dark] body blockquote{padding-top:0;padding-bottom:0;background-color:#0000;margin-inline:40px;padding-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:normal}html[saved-theme=dark] body .data-footnote-backref{color:#93684e;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body .search>.search-button{border-radius:5px;color:#dfccc3;background-color:#2a2a2a;border:1px solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .search>.search-container>.search-space{border-radius:12px;background-color:#0f0a07;border:1px solid #555;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 1.8px 7.3px #00000012,0 6.3px 24.7px #0000001d,0 30px 90px #0003}html[saved-theme=dark] body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#0f0a07;border:0 inset #dfccc3;border-bottom:1px solid #191510;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .search>.search-container>.search-space>*{color:#dfccc3;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout.display-results{border-radius:12px;border:1px solid #555;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container{color:#dfccc3}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:4px;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}:is(html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){color:#dfccc3;background-color:#fff1;font-weight:400}:is(html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-title,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-description,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-title,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-description,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-title,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-description){color:#dfccc3}html[saved-theme=dark] body h1,html[saved-theme=dark] body h2,html[saved-theme=dark] body h3,html[saved-theme=dark] body h4,html[saved-theme=dark] body h5,html[saved-theme=dark] body h6,html[saved-theme=dark] body h2.page-title,html[saved-theme=dark] body h2.page-title a{color:#dfccc3;text-shadow:none;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body li.depth-0{font-weight:400}html[saved-theme=dark] body ::-webkit-scrollbar{background-color:#1e1e1e}html[saved-theme=dark] body ::-webkit-scrollbar-thumb{border-radius:0;box-shadow:none;background-color:#1e1e1e;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body ::-webkit-scrollbar-thumb:hover{background-color:#1e1e1e}html[saved-theme=dark] body ::-webkit-scrollbar-thumb:active{background-color:#1e1e1e}html[saved-theme=dark] body ::-webkit-scrollbar-track{border-radius:0;background-color:#1e1e1e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body ::-webkit-scrollbar-corner{background-color:#1e1e1e}html[saved-theme=dark] body body{scrollbar-width:auto;scrollbar-color:auto}html[saved-theme=dark] body .callout{--callout-color:2, 122, 255;border-radius:4px;mix-blend-mode:normal;border:0 solid #027aff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 12px 12px 24px}html[saved-theme=dark] body .callout .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=note]{--callout-color:2, 122, 255;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#027aff1a;border:0 solid #027aff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=note] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=note]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=abstract]{--callout-color:83, 223, 221;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#53dfdd1a;border:0 solid #53dfdd40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=abstract] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=abstract]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=info]{--callout-color:2, 122, 255;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#027aff1a;border:0 solid #027aff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=info] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=info]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=todo]{--callout-color:2, 122, 255;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#027aff1a;border:0 solid #027aff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=todo] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=todo]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=tip]{--callout-color:83, 223, 221;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#53dfdd1a;border:0 solid #53dfdd40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=tip] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=tip]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=success]{--callout-color:68, 207, 110;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#44cf6e1a;border:0 solid #44cf6e40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=success] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=success]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=question]{--callout-color:233, 151, 63;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#e9973f1a;border:0 solid #e9973f40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=question] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=question]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=warning]{--callout-color:233, 151, 63;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#e9973f1a;border:0 solid #e9973f40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=warning] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=warning]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=danger]{--callout-color:251, 70, 76;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#fb464c1a;border:0 solid #fb464c40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=danger] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=danger]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=failure]{--callout-color:251, 70, 76;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#fb464c1a;border:0 solid #fb464c40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=failure] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=failure]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=bug]{--callout-color:251, 70, 76;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#fb464c1a;border:0 solid #fb464c40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=bug] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=bug]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=example]{--callout-color:168, 130, 255;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#a882ff1a;border:0 solid #a882ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=example] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=example]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=quote]{--callout-color:158, 158, 158;color:#dfccc3;mix-blend-mode:normal;border-radius:4px;background:#9e9e9e1a;border:0 solid #9e9e9e40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=quote] .callout-title{--callout-color:2, 122, 255;color:#027aff;border-radius:0;background:0 0;border:0 #027aff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#027aff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=quote]>.callout-content{color:#dfccc3;background:0 0;padding:0}html[saved-theme=dark] body table{border-collapse:separate;color:#dfccc3;table-layout:auto;border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:225.219px;margin:16px 0 0;margin-block:0;margin-inline:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body thead{border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body tbody{background-color:#0000}html[saved-theme=dark] body th{color:#dfccc3;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:600}html[saved-theme=dark] body td{color:#dfccc3;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:400}html[saved-theme=dark] body tr{border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body tbody tr:nth-child(2n),html[saved-theme=dark] body tbody tr:nth-child(odd){background-color:#0000}html[saved-theme=dark] body img{box-shadow:none;filter:none;object-fit:fill;border-radius:0;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}html[saved-theme=dark] body figure{text-align:start;border-radius:0;background-color:#0000;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:16px 40px;margin-block:15px;margin-inline:40px;padding:0}html[saved-theme=dark] body figcaption{color:#dfccc3;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:16px;font-style:normal}html[saved-theme=dark] body video{box-shadow:none;filter:none;object-fit:contain;border-radius:0;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}html[saved-theme=dark] body audio{border-radius:0;background-color:#0000;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0}html[saved-theme=dark] body .transclude{background-color:#0000;border-width:0 0 0 2px;border-color:#dfccc3 #dfccc3 #dfccc3 #93684e;border-left-style:solid;border-radius:0;margin:0;padding:0}html[saved-theme=dark] body .transclude-inner{background-color:#0000;border-width:0;border-color:#dfccc3;border-left-style:solid;border-radius:0;margin:0;padding:0}html[saved-theme=dark] body .file-embed{background-color:#242424;border-width:0;border-color:#d8c2b4;border-radius:8px;margin:0;padding:8px}html[saved-theme=dark] body .metadata{color:#d8c2b4;background-color:#0000;border:0 solid #0f0a07;border-radius:0;margin:0 0 16px;padding:8px 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .metadata-properties{color:#d8c2b4;background-color:#0000;border-width:0;border-color:#d8c2b4;border-radius:0;margin:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;height:15px}html[saved-theme=dark] body input[type=range]{accent-color:auto;border-radius:0;background-color:#3b3b3b;border:2px inset #858585;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body input[type=text]{color:#d8c2b4;border-radius:0;background-color:#0000;border:0 solid #d8c2b4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body details{border-radius:0;background-color:#0000;border:0 #dfccc3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}html[saved-theme=dark] body summary{color:#dfccc3;cursor:auto;background-color:#0000;padding:0;font-weight:400}html[saved-theme=dark] body details[open]{border-radius:0;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}html[saved-theme=dark] body kbd{box-shadow:none;color:#dfccc3;border-radius:4px;background-color:#242424;border:0 #dfccc3;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:1.4px 3.5px;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace;font-size:14px}html[saved-theme=dark] body dl{margin:16px 0;margin-block:15px;margin-inline:0}html[saved-theme=dark] body dt{color:#dfccc3;margin:0;margin-block:0;margin-inline:0;font-weight:400}html[saved-theme=dark] body dd{color:#dfccc3;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}html[saved-theme=dark] body sub{color:#dfccc3;vertical-align:sub;font-size:13.3333px}html[saved-theme=dark] body sup{color:#dfccc3;vertical-align:super;font-size:13.3333px}html[saved-theme=dark] body abbr{color:#dfccc3;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html[saved-theme=dark] body li.task-list-item[data-task=\-],html[saved-theme=dark] body li.task-list-item[data-task=\>],html[saved-theme=dark] body li.task-list-item[data-task=\/],html[saved-theme=dark] body li.task-list-item[data-task=\?],html[saved-theme=dark] body li.task-list-item[data-task=\!],html[saved-theme=dark] body li.task-list-item[data-task=\*],html[saved-theme=dark] body li.task-list-item[data-task=l],html[saved-theme=dark] body li.task-list-item[data-task=b],html[saved-theme=dark] body li.task-list-item[data-task=i],html[saved-theme=dark] body li.task-list-item[data-task=S],html[saved-theme=dark] body li.task-list-item[data-task=I],html[saved-theme=dark] body li.task-list-item[data-task=p],html[saved-theme=dark] body li.task-list-item[data-task=c],html[saved-theme=dark] body li.task-list-item[data-task=f],html[saved-theme=dark] body li.task-list-item[data-task=k],html[saved-theme=dark] body li.task-list-item[data-task=u],html[saved-theme=dark] body li.task-list-item[data-task=d],html[saved-theme=dark] body li.task-list-item[data-task=w]{color:#dfccc3;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .katex-display>.katex{text-align:center;white-space-collapse:collapse;text-wrap-mode:wrap;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:block}html[saved-theme=dark] body .katex-display>.katex>.katex-html{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .katex>.katex-html{font-family:MJXZERO,MJXTEX}html[saved-theme=dark] body .explorer .explorer-content ul.explorer-ul li a{color:#dadada;cursor:auto;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .explorer-content ul.explorer-ul li:has(>.active){border-radius:0;color:#dadada;cursor:auto;transition-behavior:normal;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transition:all}html[saved-theme=dark] body .explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container{color:#d8c2b4;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .explorer-content li:has(>.folder-outer.open)>.folder-container{color:#d8c2b4;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .folder-outer>ul{border-left:1px solid #ffffff1f}html[saved-theme=dark] body .explorer{background-color:#0000}html[saved-theme=dark] body .bases-table{border-color:gray}html[saved-theme=dark] body .bases-table thead th{color:#dfccc3;background-color:#0000;border-color:#0f0a07;font-weight:600}html[saved-theme=dark] body .bases-table tbody tr:nth-child(2n){background-color:#0000}html[saved-theme=dark] body .canvas-node{background-color:#0000;border-width:0;border-color:#dfccc3;border-radius:0}html[saved-theme=dark] body .canvas-node-content{color:#dfccc3}html[saved-theme=dark] body .canvas-node-file{color:#dfccc3;background-color:#0000}html[saved-theme=dark] body .canvas-sidebar{background-color:#191510;border-color:#dfccc3;box-shadow:inset 0 .5px .5px .5px #ffffff17,0 2px 4px #00000026,0 1px 1.5px #0000001a,0 1px 2px #0003,0 0 #0000}html[saved-theme=dark] body .canvas-node-group{background-color:#0000;border-width:0;border-color:#dfccc3}html[saved-theme=dark] body .note-properties{background-color:#0000;border-color:#0f0a07;border-radius:0}html[saved-theme=dark] body .note-properties-key{color:#d8c2b4;font-weight:400}html[saved-theme=dark] body .note-properties-value{color:#d8c2b4}html[saved-theme=dark] body .note-properties-tags{color:#93684e;background-color:#8a5cf51a;border-radius:28px}html[saved-theme=dark] body .note-properties-row{border-color:#d8c2b4}html[saved-theme=dark] body details.toc summary::marker{color:#dfccc3}html[saved-theme=dark] body .graph>.graph-outer>.global-graph-icon{color:#d8c2b4;cursor:default;background-color:#0000;border-width:0;border-color:#d8c2b4;border-radius:4px}html[saved-theme=dark] body footer{color:#d8c2b4;opacity:1;background-color:#191510;border:0 solid #0f0a07;border-width:1px 0 0 1px;border-radius:8px 0 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body footer ul li a{color:#d8c2b4}html[saved-theme=dark] body .recent-notes>h3{color:#dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li{color:#dfccc3;background-color:#0000;border-width:0;border-color:#dfccc3;border-radius:0}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#d8c2b4}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.meta{color:#d8c2b4;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body ul.section-ul,html[saved-theme=dark] body li.section-li{background-color:#0000;border-width:0;border-color:#dfccc3;border-radius:0}html[saved-theme=dark] body li.section-li>.section>.desc>h3>a{color:#d8c2b4}html[saved-theme=dark] body li.section-li>.section .meta{color:#d8c2b4;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .darkmode{color:#d8c2b4;cursor:default;background-color:#0000;border-width:0;border-color:#d8c2b4;border-radius:4px}html[saved-theme=dark] body .darkmode svg{stroke:#d8c2b4;color:#d8c2b4}html[saved-theme=dark] body .breadcrumb-container{color:#d8c2b4;background-color:#0000;border-width:0;border-color:#d8c2b4;border-radius:4px}html[saved-theme=dark] body .breadcrumb-element p{color:#93684e;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .navigation-progress{background-color:#191510}html[saved-theme=dark] body .page-header h2.page-title{color:#dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .katex-display{color:#dfccc3;background-color:#0000;border-width:0;border-color:#dfccc3;border-radius:0}html[saved-theme=dark] body .footnotes{color:#dfccc3;background-color:#0000;border-top-width:0;border-top-color:#dfccc3}html[saved-theme=dark] body .table-container{background-color:#0000;border-width:0;border-color:#dfccc3;border-radius:0}html[saved-theme=dark] body .spacer{background-color:#0000}html[saved-theme=dark] body ul.overflow,html[saved-theme=dark] body ol.overflow{border-width:0;border-color:#dfccc3;border-radius:0}html[saved-theme=dark] body figure[data-rehype-pretty-code-figure]{border-radius:4px;background-color:#242424;border:0 solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{color:#dfccc3;border-radius:4px;background-color:#242424;border:0 solid #0f0a07;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:monospace}html[saved-theme=dark] body pre>code>[data-line]{background-color:#0000;border-left:0 #e0de71}html[saved-theme=dark] body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#e0de71}html[saved-theme=dark] body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #e0de71;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body ul.tags>li{color:#93684e;background-color:#8a5cf51a;border:0 solid #8a5cf526;border-radius:24.5px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]{background-color:#0000;border-width:1px;border-color:#93684e;border-radius:4px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]:checked{background-color:#93684e;border-color:#93684e}html[saved-theme=dark] body h1.article-title{color:#dfccc3;font-size:13px;font-weight:400}html[saved-theme=dark] body li.task-list-item[data-task=_],html[saved-theme=dark] body li.task-list-item[data-task=\,],html[saved-theme=dark] body li.task-list-item[data-task=\;],html[saved-theme=dark] body li.task-list-item[data-task=\:],html[saved-theme=dark] body li.task-list-item[data-task=\.],html[saved-theme=dark] body li.task-list-item[data-task=\'],html[saved-theme=dark] body li.task-list-item[data-task=\@],html[saved-theme=dark] body li.task-list-item[data-task=\&],html[saved-theme=dark] body li.task-list-item[data-task=\#],html[saved-theme=dark] body li.task-list-item[data-task=\%],html[saved-theme=dark] body li.task-list-item[data-task=\`],html[saved-theme=dark] body li.task-list-item[data-task=\+],html[saved-theme=dark] body li.task-list-item[data-task=\<],html[saved-theme=dark] body li.task-list-item[data-task=\=],html[saved-theme=dark] body li.task-list-item[data-task=\|],html[saved-theme=dark] body li.task-list-item[data-task=\~],html[saved-theme=dark] body li.task-list-item[data-task=\$],html[saved-theme=dark] body li.task-list-item[data-task="0"],html[saved-theme=dark] body li.task-list-item[data-task="1"],html[saved-theme=dark] body li.task-list-item[data-task="2"],html[saved-theme=dark] body li.task-list-item[data-task="3"],html[saved-theme=dark] body li.task-list-item[data-task="4"],html[saved-theme=dark] body li.task-list-item[data-task="5"],html[saved-theme=dark] body li.task-list-item[data-task="6"],html[saved-theme=dark] body li.task-list-item[data-task="7"],html[saved-theme=dark] body li.task-list-item[data-task="8"],html[saved-theme=dark] body li.task-list-item[data-task="9"],html[saved-theme=dark] body li.task-list-item[data-task=a],html[saved-theme=dark] body li.task-list-item[data-task=A],html[saved-theme=dark] body li.task-list-item[data-task=B],html[saved-theme=dark] body li.task-list-item[data-task=C],html[saved-theme=dark] body li.task-list-item[data-task=D],html[saved-theme=dark] body li.task-list-item[data-task=e],html[saved-theme=dark] body li.task-list-item[data-task=E],html[saved-theme=dark] body li.task-list-item[data-task=F],html[saved-theme=dark] body li.task-list-item[data-task=g],html[saved-theme=dark] body li.task-list-item[data-task=G],html[saved-theme=dark] body li.task-list-item[data-task=h],html[saved-theme=dark] body li.task-list-item[data-task=H],html[saved-theme=dark] body li.task-list-item[data-task=j],html[saved-theme=dark] body li.task-list-item[data-task=J],html[saved-theme=dark] body li.task-list-item[data-task=K],html[saved-theme=dark] body li.task-list-item[data-task=L],html[saved-theme=dark] body li.task-list-item[data-task=m],html[saved-theme=dark] body li.task-list-item[data-task=M],html[saved-theme=dark] body li.task-list-item[data-task=n],html[saved-theme=dark] body li.task-list-item[data-task=N],html[saved-theme=dark] body li.task-list-item[data-task=o],html[saved-theme=dark] body li.task-list-item[data-task=O],html[saved-theme=dark] body li.task-list-item[data-task=P],html[saved-theme=dark] body li.task-list-item[data-task=q],html[saved-theme=dark] body li.task-list-item[data-task=Q],html[saved-theme=dark] body li.task-list-item[data-task=r],html[saved-theme=dark] body li.task-list-item[data-task=R],html[saved-theme=dark] body li.task-list-item[data-task=s],html[saved-theme=dark] body li.task-list-item[data-task=t],html[saved-theme=dark] body li.task-list-item[data-task=T],html[saved-theme=dark] body li.task-list-item[data-task=U],html[saved-theme=dark] body li.task-list-item[data-task=v],html[saved-theme=dark] body li.task-list-item[data-task=V],html[saved-theme=dark] body li.task-list-item[data-task=W]{color:#dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body li.task-list-item[data-task=x],html[saved-theme=dark] body li.task-list-item[data-task=X]{color:#d8c2b4;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body li.task-list-item[data-task=y],html[saved-theme=dark] body li.task-list-item[data-task=Y],html[saved-theme=dark] body li.task-list-item[data-task=z],html[saved-theme=dark] body li.task-list-item[data-task=Z]{color:#dfccc3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] li.task-list-item[data-task=_] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\,] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\;] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\:] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#fff;background-color:#e9973f;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\.] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\'] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=""] input[type=checkbox]:after{color:#fff;background-color:#93684e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#fff;background-color:#e0de71;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\/] input[type=checkbox]:after{color:#fff;background-color:#1e1e1e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\&] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\#] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\%] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\`] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#fff;background-color:#53dfdd;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#fff;background-color:#027aff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\|] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\~] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\$] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="0"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="1"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="2"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="3"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="4"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="5"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="6"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="7"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="8"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="9"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=a] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=A] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=b] input[type=checkbox]:after{color:#fff;background-color:#fb464c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=B] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=c] input[type=checkbox]:after{color:#fff;background-color:#fb464c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=C] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=d] input[type=checkbox]:after{color:#fff;background-color:#fb464c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=D] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=e] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=E] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=f] input[type=checkbox]:after{color:#fff;background-color:#fb464c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=F] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=g] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=G] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=h] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=H] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=i] input[type=checkbox]:after{color:#fff;background-color:#027aff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=I] input[type=checkbox]:after{color:#fff;background-color:#e0de71;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=j] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=J] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=k] input[type=checkbox]:after{color:#fff;background-color:#e0de71;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=K] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=l] input[type=checkbox]:after{color:#fff;background-color:#a882ff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=L] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=m] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=M] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=n] input[type=checkbox]:after{color:#fff;background-color:#fb464c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=N] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=o] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=O] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=p] input[type=checkbox]:after{color:#fff;background-color:#44cf6e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=P] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=q] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Q] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=r] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=R] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=s] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=S] input[type=checkbox]:after{color:#fff;background-color:#44cf6e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=t] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=T] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=u] input[type=checkbox]:after{color:#fff;background-color:#44cf6e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=U] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=v] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=V] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=w] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=W] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=x] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=X] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=y] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Y] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=z] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Z] input[type=checkbox]:after{color:#fff;background-color:#0f0a07;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=note]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=abstract]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath 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'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=info]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=todo]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=tip]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=success]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=question]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=warning]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath 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-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=danger]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=failure]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=bug]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M21 21a4 4 0 0 0-3.81-4'/%3E%3Cpath d='M21 5a4 4 0 0 1-3.55 3.97'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M3 21a4 4 0 0 1 3.81-4'/%3E%3Cpath d='M3 5a4 4 0 0 0 3.55 3.97'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M9 7.13V6a3 3 0 1 1 6 0v1.13'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=example]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 19h.01'/%3E%3Cpath d='M8 5h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 19h13'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=quote]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}.search>.search-button{font-size:1rem}.search>.search-button svg{color:var(--search-icon-color,var(--text-muted,var(--darkgray)));stroke:var(--search-icon-color,var(--text-muted,var(--darkgray)))}.search>.search-container>.search-space{margin:12vh auto}.search>.search-container>.search-space>input{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:none;margin-bottom:0;font-size:1.1rem}.search>.search-container>.search-space>input:has(+:not(.display-results)){border-radius:inherit}.search>.search-container>.search-space>*{box-shadow:none;background:0 0;margin-bottom:0}.search>.search-container>.search-space>.search-layout.display-results{border-top-left-radius:0;border-top-right-radius:0}.search>.search-container>.search-space>.search-layout .highlight{background-color:var(--quartz-text-highlight)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card{display:flex}.search>.search-container>.search-space>.search-layout>.results-container .result-card.no-match{display:block}}:is(.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card:hover),.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card:focus),.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus)){background-color:unset}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:#0000}@media (max-width:800px){.explorer:not(.collapsed)>.explorer-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.explorer .explorer-content .folder-container{--folder-closed-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 5h-8.586L9.707 3.293A.997.997 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z'%3E%3C/path%3E%3C/svg%3E");--folder-open-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.165 19.551c.186.28.499.449.835.449h15c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 11h-1V8c0-1.103-.897-2-2-2h-6.655L8.789 4H4c-1.103 0-2 .897-2 2v13h.007a1 1 0 0 0 .158.551zM18 8v3H6c-.4 0-.762.238-.919.606L4 14.129V8h14z'%3E%3C/path%3E%3C/svg%3E");text-overflow:ellipsis;position:relative}@media (max-width:800px){.explorer .explorer-content .folder-container{border-radius:.25rem;padding-inline:.5rem 0}}.explorer .explorer-content .folder-container>svg{opacity:.001;position:absolute}.explorer .explorer-content .folder-container:before{background:var(--quartz-icon-color);content:"";align-self:baseline;width:1rem;min-width:1rem;height:1rem;min-height:1rem;margin-block-start:.2rem;margin-inline-end:.5rem;display:flex}.explorer .explorer-content .folder-container>div{width:100%}.explorer .explorer-content .folder-container:hover{background-color:var(--nav-item-background-hover);border-radius:.25rem;font-size:1rem;line-height:1.5rem}.explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container:before{background:var(--collapse-icon-color-collapsed,var(--quartz-icon-color));-webkit-mask-image:var(--folder-closed-icon);mask-image:var(--folder-closed-icon);-webkit-mask-image:var(--folder-closed-icon)}.explorer .explorer-content li:has(>.folder-outer.open)>.folder-container:before{background:var(--collapse-icon-color,var(--quartz-icon-color));-webkit-mask-image:var(--folder-open-icon);mask-image:var(--folder-open-icon);-webkit-mask-image:var(--folder-open-icon)}.explorer .explorer-content ul.explorer-ul li{text-overflow:ellipsis;position:relative}.explorer .explorer-content ul.explorer-ul li a{color:inherit;padding:inherit;font-size:1rem;line-height:1.5rem;display:flex}.explorer .explorer-content ul.explorer-ul li a.active,.explorer .explorer-content ul.explorer-ul li a:not(.folder-title):hover{background-color:var(--nav-item-background-hover);border-radius:.25rem;font-size:1rem;line-height:1.5rem}.explorer .explorer-content ul.explorer-ul li a[data-for$=\/index]{padding-inline:.5rem 0}.explorer .explorer-content ul.explorer-ul li a{padding-inline-start:0}@media (max-width:800px){.explorer .explorer-content ul.explorer-ul li a{padding-inline:.5rem}.explorer .explorer-content ul.explorer-ul li a[data-for$=\/index]{padding-inline-end:.5rem}}.explorer .explorer-content ul.explorer-ul li>a:before{--file-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill=''%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");content:"";background:var(--quartz-icon-color);width:1rem;min-width:1rem;height:1rem;min-height:1rem;-webkit-mask-image:var(--file-icon);mask-image:var(--file-icon);-webkit-mask-image:var(--file-icon);align-self:baseline;margin-block-start:.2rem;margin-inline-end:.5rem;display:flex}button.readermode>svg{display:none}button.readermode{--readermode-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJvb2stb3Blbi1pY29uIGx1Y2lkZS1ib29rLW9wZW4iPjxwYXRoIGQ9Ik0xMiA3djE0Ii8+PHBhdGggZD0iTTMgMThhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTFoNWE0IDQgMCAwIDEgNCA0IDQgNCAwIDAgMSA0LTRoNWExIDEgMCAwIDEgMSAxdjEzYTEgMSAwIDAgMS0xIDFoLTZhMyAzIDAgMCAwLTMgMyAzIDMgMCAwIDAtMy0zeiIvPjwvc3ZnPg==);-webkit-mask-image:var(--readermode-icon);mask-image:var(--readermode-icon);-webkit-mask-image:var(--readermode-icon);width:24px;height:24px;background:var(--quartz-icon-color)!important}button.global-graph-icon>svg{display:none}button.global-graph-icon{--graph-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWdpdC1mb3JrLWljb24gbHVjaWRlLWdpdC1mb3JrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjE4IiByPSIzIi8+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiLz48Y2lyY2xlIGN4PSIxOCIgY3k9IjYiIHI9IjMiLz48cGF0aCBkPSJNMTggOXYyYzAgLjYtLjQgMS0xIDFIN2MtLjYgMC0xLS40LTEtMVY5Ii8+PHBhdGggZD0iTTEyIDEydjMiLz48L3N2Zz4=);-webkit-mask-image:var(--graph-icon);mask-image:var(--graph-icon);-webkit-mask-image:var(--graph-icon);width:24px;height:24px;background:var(--quartz-icon-color)!important}button.darkmode>svg{display:none!important}button.darkmode{--moon-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1vb24taWNvbiBsdWNpZGUtbW9vbiI+PHBhdGggZD0iTTEyIDNhNiA2IDAgMCAwIDkgOSA5IDkgMCAxIDEtOS05WiIvPjwvc3ZnPg==);--sun-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXN1bi1pY29uIGx1Y2lkZS1zdW4iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjQiLz48cGF0aCBkPSJNMTIgMnYyIi8+PHBhdGggZD0iTTEyIDIwdjIiLz48cGF0aCBkPSJtNC45MyA0LjkzIDEuNDEgMS40MSIvPjxwYXRoIGQ9Im0xNy42NiAxNy42NiAxLjQxIDEuNDEiLz48cGF0aCBkPSJNMiAxMmgyIi8+PHBhdGggZD0iTTIwIDEyaDIiLz48cGF0aCBkPSJtNi4zNCAxNy42Ni0xLjQxIDEuNDEiLz48cGF0aCBkPSJtMTkuMDcgNC45My0xLjQxIDEuNDEiLz48L3N2Zz4=);width:24px;height:24px;background:var(--quartz-icon-color)!important}.explorer svg,button.toc-header .fold,.global-graph-icon,.readermode,.darkmode{color:var(--quartz-icon-color);stroke:var(--quartz-icon-color)}@media not (min-width:1200px){.page>div#quartz-body div.sidebar.right{background-color:#0000;border-left:none}}@media (min-width:1200px){div#quartz-root.page{place-items:center;width:100%;min-width:100%;max-width:100%;margin:0;padding:0;display:grid}div#quartz-root.page div#quartz-body{width:min(100%,1500px);max-width:min(100%,1500px);padding:0 auto}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.page>#quartz-body footer{padding:0 1.5rem}}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{padding-left:0;padding-right:0}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.page>#quartz-body div.sidebar.left{padding-left:2rem}.page>#quartz-body div.sidebar.right,.page>#quartz-body footer{padding:0 1.5rem}}@media (max-width:800px){.page>div#quartz-body div.sidebar.left{background-color:#0000;border-right:none}.page>#quartz-body{padding:0}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}:is(.page>#quartz-body div.sidebar.left,.page>#quartz-body div.sidebar.left:has(.explorer)){padding:1rem 1.5rem 1rem 1rem}.page>#quartz-body div.sidebar.right,.page>#quartz-body footer{padding:0 1.5rem}.page>#quartz-body footer{min-width:auto}.page>#quartz-body .explorer .explorer-content{max-height:100vh;padding-left:1rem;padding-right:1rem;overflow-y:auto}.page>#quartz-body .explorer .explorer-content>.explorer-ul{overscroll-behavior:contain;min-height:0}.page>#quartz-body .explorer .explorer-content ul{overscroll-behavior:auto}.page-title{display:none}}.callout.is-collapsed .callout-content>:first-child{margin-top:-4rem}figure[data-rehype-pretty-code-figure] pre,pre{background-color:var(--qt-code-background,var(--code-background));white-space:pre}figure[data-rehype-pretty-code-figure] pre>code,pre>code{overflow-x:auto}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-keyword],pre>code span[class*=qt-code-keyword]{color:var(--qt-code-keyword,var(--code-keyword))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-string],pre>code span[class*=qt-code-string]{color:var(--qt-code-string,var(--code-string))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-comment],pre>code span[class*=qt-code-comment]{color:var(--qt-code-comment,var(--code-comment))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-function],pre>code span[class*=qt-code-function]{color:var(--qt-code-function,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-number],pre>code span[class*=qt-code-number]{color:var(--qt-code-number,var(--code-value))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-operator],pre>code span[class*=qt-code-operator]{color:var(--qt-code-operator,var(--code-operator))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-property],pre>code span[class*=qt-code-property]{color:var(--qt-code-property,var(--code-property))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-variable],pre>code span[class*=qt-code-variable]{color:var(--qt-code-variable,var(--code-normal))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-tag],pre>code span[class*=qt-code-tag]{color:var(--qt-code-tag,var(--code-tag))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-attribute],pre>code span[class*=qt-code-attribute]{color:var(--qt-code-attribute,var(--code-important))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-type],pre>code span[class*=qt-code-type]{color:var(--qt-code-type,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-builtin],pre>code span[class*=qt-code-builtin]{color:var(--qt-code-builtin,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-atom],pre>code span[class*=qt-code-atom]{color:var(--qt-code-atom,var(--code-value))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-meta],pre>code span[class*=qt-code-meta]{color:var(--qt-code-meta,var(--code-comment))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-qualifier],pre>code span[class*=qt-code-qualifier]{color:var(--qt-code-qualifier,var(--code-property))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-punctuation],pre>code span[class*=qt-code-punctuation]{color:var(--qt-code-punctuation,var(--code-punctuation))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-bracket],pre>code span[class*=qt-code-bracket]{color:var(--qt-code-bracket,var(--code-punctuation))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-header],pre>code span[class*=qt-code-header]{color:var(--qt-code-header,var(--code-tag))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-link],pre>code span[class*=qt-code-link]{color:var(--qt-code-link,var(--code-string))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-error],pre>code span[class*=qt-code-error]{color:var(--qt-code-error,var(--code-important))!important}figure[data-rehype-pretty-code-figure] pre>code,pre>code{color:var(--qt-code-default,var(--code-normal));background-color:#0000}blockquote.callout .callout-title{color:var(--color)}blockquote.callout .callout-title .callout-icon{background-color:var(--color)}blockquote.callout .callout-title>.callout-title-inner>p{color:var(--color)}blockquote.callout[data-callout]{--color:rgb(var(--callout-info,2, 122, 255))!important;--border:rgba(var(--callout-info,2, 122, 255), .267)!important;--bg:rgba(var(--callout-info,2, 122, 255), .063)!important}blockquote.callout[data-callout=note]{--color:rgb(var(--callout-default,2, 122, 255))!important;--border:rgba(var(--callout-default,2, 122, 255), .267)!important;--bg:rgba(var(--callout-default,2, 122, 255), .063)!important}blockquote.callout[data-callout=abstract]{--color:rgb(var(--callout-summary,83, 223, 221))!important;--border:rgba(var(--callout-summary,83, 223, 221), .267)!important;--bg:rgba(var(--callout-summary,83, 223, 221), .063)!important}blockquote.callout[data-callout=info]{--color:rgb(var(--callout-info,2, 122, 255))!important;--border:rgba(var(--callout-info,2, 122, 255), .267)!important;--bg:rgba(var(--callout-info,2, 122, 255), .063)!important}blockquote.callout[data-callout=todo]{--color:rgb(var(--callout-todo,2, 122, 255))!important;--border:rgba(var(--callout-todo,2, 122, 255), .267)!important;--bg:rgba(var(--callout-todo,2, 122, 255), .063)!important}blockquote.callout[data-callout=tip]{--color:rgb(var(--callout-tip,83, 223, 221))!important;--border:rgba(var(--callout-tip,83, 223, 221), .267)!important;--bg:rgba(var(--callout-tip,83, 223, 221), .063)!important}blockquote.callout[data-callout=success]{--color:rgb(var(--callout-success,68, 207, 110))!important;--border:rgba(var(--callout-success,68, 207, 110), .267)!important;--bg:rgba(var(--callout-success,68, 207, 110), .063)!important}blockquote.callout[data-callout=question]{--color:rgb(var(--callout-question,233, 151, 63))!important;--border:rgba(var(--callout-question,233, 151, 63), .267)!important;--bg:rgba(var(--callout-question,233, 151, 63), .063)!important}blockquote.callout[data-callout=warning]{--color:rgb(var(--callout-warning,233, 151, 63))!important;--border:rgba(var(--callout-warning,233, 151, 63), .267)!important;--bg:rgba(var(--callout-warning,233, 151, 63), .063)!important}blockquote.callout[data-callout=failure]{--color:rgb(var(--callout-fail,251, 70, 76))!important;--border:rgba(var(--callout-fail,251, 70, 76), .267)!important;--bg:rgba(var(--callout-fail,251, 70, 76), .063)!important}blockquote.callout[data-callout=danger]{--color:rgb(var(--callout-error,251, 70, 76))!important;--border:rgba(var(--callout-error,251, 70, 76), .267)!important;--bg:rgba(var(--callout-error,251, 70, 76), .063)!important}blockquote.callout[data-callout=bug]{--color:rgb(var(--callout-bug,251, 70, 76))!important;--border:rgba(var(--callout-bug,251, 70, 76), .267)!important;--bg:rgba(var(--callout-bug,251, 70, 76), .063)!important}blockquote.callout[data-callout=example]{--color:rgb(var(--callout-example,168, 130, 255))!important;--border:rgba(var(--callout-example,168, 130, 255), .267)!important;--bg:rgba(var(--callout-example,168, 130, 255), .063)!important}blockquote.callout[data-callout=quote]{--color:rgb(var(--callout-quote,158, 158, 158))!important;--border:rgba(var(--callout-quote,158, 158, 158), .267)!important;--bg:rgba(var(--callout-quote,158, 158, 158), .063)!important}:root[saved-theme=light] button.darkmode{-webkit-mask-image:var(--sun-icon);mask-image:var(--sun-icon);-webkit-mask-image:var(--sun-icon)}:root[saved-theme=dark] button.darkmode{-webkit-mask-image:var(--moon-icon);mask-image:var(--moon-icon);-webkit-mask-image:var(--moon-icon)}:root[reader-mode=on] body[data-slug] div#quartz-root.page{transition:background-color .2s}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.sidebar:hover)){background-color:#0000;transition:background-color .2s}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.sidebar:hover)) .sidebar{transition:opacity .2s;opacity:0!important}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.center:hover,footer:hover)):hover .sidebar{transition:opacity .2s;opacity:1!important}:root[saved-theme=light] body a.external,:root[saved-theme=light] body a.internal,:root[saved-theme=light] body .breadcrumb-container .breadcrumb-element>a,:root[saved-theme=light] body footer a,:root[saved-theme=dark] body a.external,:root[saved-theme=dark] body a.internal,:root[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a,:root[saved-theme=dark] body footer a{text-decoration:none}:root{--glass-bg:#ffffffb3;--glass-border:#ffffff4d}[managed-theme=dark]{--glass-bg:#09090bb3;--glass-border:#ffffff1a}body{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}.page{transition:opacity .3s}.popover{background:var(--glass-bg)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid var(--glass-border)!important;border-radius:12px!important;box-shadow:0 8px 32px #0000001a!important}a{text-underline-offset:2px;text-decoration-thickness:1px;transition:color .2s,background-color .2s}a:hover{color:var(--tertiary)!important}h1{letter-spacing:-.025em;margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:768px){h1{font-size:3rem}}h2{letter-spacing:-.025em;margin-top:2rem;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.25}@media (min-width:768px){h2{font-size:2.25rem}}h3{letter-spacing:-.025em;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}@media (min-width:768px){h3{font-size:1.875rem}}h4{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}@media (min-width:768px){h4{font-size:1.5rem}}h5{margin-top:1rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:500;line-height:1.5}@media (min-width:768px){h5{font-size:1.25rem}}h6{margin-top:1rem;margin-bottom:.5rem;font-size:1rem;font-weight:500;line-height:1.5}@media (min-width:768px){h6{font-size:1.125rem}}p{max-width:65ch;margin-bottom:1rem;font-size:1rem;line-height:1.625}ul,ol{margin-bottom:1rem;padding-left:1.5rem;font-size:1rem;line-height:1.625}li{margin-bottom:.5rem}blockquote{color:#6b7280;border-left:4px solid #d1d5db;margin:1rem 0;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem;font-style:italic;line-height:1.6}[data-theme=dark] blockquote{color:#9ca3af;border-left-color:#4b5563}code{color:#ec4899;background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .25rem;font-family:JetBrains Mono,monospace;font-size:.875rem}[data-theme=dark] code{color:#f472b6;background-color:#1f2937}pre{background-color:#f3f4f6;border-radius:.5rem;margin:1rem 0;padding:1rem;overflow-x:auto}[data-theme=dark] pre{background-color:#1f2937}pre code{color:#1f2937;background-color:#0000;padding:0}[data-theme=dark] pre code{color:#f9fafb}table{border-collapse:collapse;width:100%;margin:1rem 0}th,td{text-align:left;border:1px solid #e5e7eb;padding:.5rem 1rem}[data-theme=dark] th,[data-theme=dark] td{border-color:#374151}th{background-color:#f9fafb;font-weight:600}[data-theme=dark] th{background-color:#1f2937}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700}@media (min-width:320px){.sidebar{padding-top:4rem}}:root{--light:#fff;--lightgray:#f8f9fa;--gray:#6c757d;--darkgray:#495057;--dark:#212529;--secondary:#93c54b;--tertiary:#f7882f;--highlight:#93c54b1a;--textHighlight:#fff23688;--titleFont:"Noto Sans KR", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--headerFont:"Noto Sans KR", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--bodyFont:"Noto Sans KR", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--codeFont:"JetBrains Mono", ui-monospace, SFMono-Regular, SF Mono, Menlo, monospace}:root[saved-theme=dark]{--light:#1a1a1a;--lightgray:#2d2d2d;--gray:#adb5bd;--darkgray:#dee2e6;--dark:#f8f9fa;--secondary:#93c54b;--tertiary:#f7882f;--highlight:#93c54b26;--textHighlight:#b3aa0288}