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;display:none!important}.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:hover{color:var(--tertiary)}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}a.internal.broken{color:var(--secondary);opacity:.5;transition:opacity .2s}a.internal.broken:hover{opacity:.8}a.internal:has(>img){background-color:#0000;border-radius:0;padding:0}a.internal.tag-link:before{content:"#"}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.flex-component{display:flex}.desktop-only{display:initial}.desktop-only.flex-component{display:flex}@media (max-width:800px){.desktop-only.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:normal;--callout-border-opacity:.25;--callout-border-width:1px;--callout-bug:237, 51, 59;--callout-content-background:transparent;--callout-content-padding:0;--callout-default:98, 160, 234;--callout-error:237, 51, 59;--callout-example:192, 97, 203;--callout-fail:237, 51, 59;--callout-important:35, 164, 173;--callout-info:98, 160, 234;--callout-padding:16px;--callout-question:255, 120, 0;--callout-quote:158, 158, 158;--callout-radius:9px;--callout-success:46, 194, 126;--callout-summary:35, 164, 173;--callout-tip:35, 164, 173;--callout-title-padding:0;--callout-title-weight:700;--callout-todo:98, 160, 234;--callout-warning:255, 120, 0;--callout-size:16px;--quartz-icon-color:currentColor;--bases-embed-border-color:#cfcfd2!important;--bases-table-border-color:#cfcfd2!important;--bases-table-header-background:#fff!important;--bases-table-header-background-hover:#0001!important;--focus-ring-color:#0df!important;--tab-container-background:#ebebed!important;--table-border-color:#cfcfd2!important;--text-accent:#8a5cf5!important;--text-faint:#858587!important;--text-normal:#333338!important;--titlebar-background:transparent!important;--input-height:32px!important;--input-border-width:0!important;--input-border-width-focus:2px!important;--input-radius:9px!important;--background-modifier-border:#cfcfd2!important;--background-modifier-form-field:#d9d9db!important;--icon-size:18px!important;--icon-stroke:2px!important;--pill-background:transparent!important;--pill-background-hover:transparent!important;--pill-border-color:#cfcfd2!important;--pill-border-color-hover:#deddda!important;--pill-border-width:1px!important;--pill-color:#5c5c60!important;--pill-color-hover:#333338!important;--pill-color-remove:#858587!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0!important;--accent-h:258!important;--accent-l:66%!important;--accent-s:88%!important;--anim-duration-fast:.16s!important;--anim-duration-moderate:.32s!important;--anim-duration-none:0!important;--anim-duration-slow:.48s!important;--anim-duration-superfast:80ms!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:#c0bfbc!important;--background-modifier-border-hover:#deddda!important;--background-modifier-box-shadow:#0000001a!important;--background-modifier-cover:#00000059!important;--background-modifier-error:#ed333b!important;--background-modifier-error-hover:#ed333b!important;--background-modifier-error-rgb:237, 51, 59!important;--background-modifier-form-field-hover:#d9d9db!important;--background-modifier-hover:#0001!important;--background-modifier-message:#000000e6!important;--background-modifier-success:#2ec27e!important;--background-modifier-success-rgb:46, 194, 126!important;--background-primary:#fff!important;--background-primary-alt:#fff!important;--background-secondary:#ebebed!important;--background-secondary-alt:#f3f3f5!important;--bases-cards-background:#fff!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:superellipse(1.1)!important;--bases-cards-cover-background:#fff!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:12px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #cfcfd2!important;--bases-cards-shadow-hover:0 0 0 1px #deddda!important;--bases-embed-border-radius:9px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#5c5c60!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:9.02px!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:#fff!important;--bases-table-cell-background-disabled:#fff!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 #c0bfbc!important;--bases-table-cell-shadow-focus:0 0 0 2px #9873f7!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:9px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#fff!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#858587!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:#fff!important;--bases-table-summary-background-hover:#0001!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:#f3f3f5!important;--blockquote-border-color:#9a9996!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#ffffffa6 linear-gradient(#fff, #ffffffa6)!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:300!important;--bold-weight:700!important;--border-width:1px!important;--button-corner-shape:superellipse(1.1)!important;--button-radius:9px!important;--canvas-background:#fff!important;--canvas-card-label-color:#858587!important;--canvas-color:192, 192, 192!important;--canvas-color-1:237, 51, 59!important;--canvas-color-2:255, 120, 0!important;--canvas-color-3:246, 211, 45!important;--canvas-color-4:46, 194, 126!important;--canvas-color-5:35, 164, 173!important;--canvas-color-6:192, 97, 203!important;--canvas-controls-icon-size:16px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:9px!important;--canvas-dot-pattern:#e6e5e3!important;--caret-color:#333338!important;--checkbox-border-color:#858587!important;--checkbox-border-color-hover:#5c5c60!important;--checkbox-color:#9873f7!important;--checkbox-color-hover:#a68af9!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:#fff!important;--checkbox-radius:100px!important;--checkbox-size:16px!important;--checklist-done-color:#5c5c60!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:9px!important;--code-background:#f3f3f5!important;--code-border-color:#cfcfd2!important;--code-border-width:1px!important;--code-bracket-background:#0001!important;--code-comment:#b6b9c5!important;--code-function:#b76b02!important;--code-important:#b76b02!important;--code-keyword:#e45749!important;--code-normal:#383a42!important;--code-operator:#ed333b!important;--code-property:#62afef!important;--code-punctuation:#383a42!important;--code-radius:9px!important;--code-size:.8em!important;--code-string:#0d97b3!important;--code-tag:#e45749!important;--code-value:#a626a4!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#858587!important;--collapse-icon-color-collapsed:#8a5cf5!important;--color-accent:#8a5cf5!important;--color-accent-1:#9873f7!important;--color-accent-2:#a68af9!important;--color-accent-hsl:258, 88%, 66%!important;--color-base-00:#fff!important;--color-base-05:#fdfdfc!important;--color-base-10:#fbfafa!important;--color-base-100:#000!important;--color-base-20:#f6f5f4!important;--color-base-25:#eeedeb!important;--color-base-30:#e6e5e3!important;--color-base-35:#deddda!important;--color-base-40:#c0bfbc!important;--color-base-50:#9a9996!important;--color-base-60:#77767b!important;--color-base-70:#5e5c64!important;--color-blue:#62a0ea!important;--color-blue-rgb:98, 160, 234!important;--color-cyan:#23a4ad!important;--color-cyan-rgb:35, 164, 173!important;--color-green:#2ec27e!important;--color-green-rgb:46, 194, 126!important;--color-orange:#ff7800!important;--color-orange-rgb:255, 120, 0!important;--color-pink:#e061b2!important;--color-pink-rgb:224, 97, 178!important;--color-purple:#c061cb!important;--color-purple-rgb:192, 97, 203!important;--color-red:#ed333b!important;--color-red-rgb:237, 51, 59!important;--color-yellow:#f6d32d!important;--color-yellow-rgb:246, 211, 45!important;--corner-shape:superellipse(1.1)!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:#cfcfd2!important;--divider-color-hover:#9a9996!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:#d9d9db!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#cfcfd2!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 2.4em 0 .8em!important;--dropdown-padding-end:2.4em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:none!important;--embed-border-bottom:none!important;--embed-border-end:none!important;--embed-border-start:2px solid #9a9996!important;--embed-border-top:none!important;--embed-canvas-max-height:400px!important;--embed-max-height:none!important;--embed-padding:16px!important;--file-folding-offset:24px!important;--file-header-background:#fff!important;--file-header-background-focused:#fff!important;--file-header-border:none!important;--file-header-font:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!important;--file-header-font-size:11px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:700px!important;--file-margins:32px 32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#d9d9db!important;--flair-color:#333338!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", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-extrabold:800!important;--font-extralight:200!important;--font-interface:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!important;--font-interface-override:"??"!important;--font-interface-theme:"Adwaita Sans", "Adwaita Sans Text"!important;--font-light:300!important;--font-medium:500!important;--font-mermaid:"??", "Adwaita Sans", "Adwaita Sans Text", 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!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:"??", "??", "Adwaita Sans", "Adwaita Sans Text", "Arial"!important;--font-print-override:"??"!important;--font-semibold:600!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "Adwaita Sans", "Adwaita Sans Text", 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!important;--font-text-override:"??"!important;--font-text-size:16px!important;--font-text-theme:"Adwaita Sans", "Adwaita Sans Text"!important;--font-thin:100!important;--font-ui-large:14.96px!important;--font-ui-medium:11px!important;--font-ui-small:11px!important;--font-ui-smaller:9.02px!important;--font-weight:400!important;--footnote-divider-color:#cfcfd2!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#5c5c60!important;--footnote-id-color-no-occurrences:#858587!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#0001!important;--footnote-line-height:1.6!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:9px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:124px!important;--graph-controls-width:240px!important;--graph-line:#deddda!important;--graph-node:#5c5c60!important;--graph-node-attachment:#f6d32d!important;--graph-node-focused:#8a5cf5!important;--graph-node-tag:#2ec27e!important;--graph-node-unresolved:#858587!important;--graph-text:#333338!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.2!important;--h1-size:1.5em!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.25em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:680!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.3!important;--h3-size:1.125em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:660!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.4!important;--h4-size:1em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:640!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.6!important;--h5-size:1em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:620!important;--h6-letter-spacing:0em!important;--h6-line-height:1.6!important;--h6-size:.875em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:600!important;--header-height:48px!important;--heading-formatting:#858587!important;--heading-spacing:2em!important;--highlight-mix-blend-mode:darken!important;--hr-color:#cfcfd2!important;--hr-thickness:2px!important;--icon-color:#5c5c60!important;--icon-color-active:#8a5cf5!important;--icon-color-focused:#333338!important;--icon-color-hover:#5c5c60!important;--icon-l:18px!important;--icon-l-stroke-width:2px!important;--icon-m:18px!important;--icon-m-stroke-width:2px!important;--icon-opacity:1!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:2.25px!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:0px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.2!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1.5em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:700!important;--input-corner-shape:superellipse(1.1)!important;--input-date-separator:#858587!important;--input-font-weight:700!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#858587!important;--input-shadow:none!important;--input-shadow-hover:none!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#9873f7!important;--interactive-accent-hover:#a68af9!important;--interactive-accent-hsl:258, 88%, 66%!important;--interactive-hover:#cfcfd2!important;--interactive-normal:#d9d9db!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.6!important;--line-height-tight:1.3!important;--link-color:#8a5cf5!important;--link-color-hover:#a68af9!important;--link-decoration:none!important;--link-decoration-hover:underline!important;--link-decoration-thickness:auto!important;--link-external-color:#8a5cf5!important;--link-external-color-hover:#a68af9!important;--link-external-decoration:none!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#8a5cf5!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:#858587!important;--list-marker-color-collapsed:#8a5cf5!important;--list-marker-color-hover:#5c5c60!important;--list-numbered-style:decimal!important;--list-spacing:.175em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#fff!important;--menu-border-color:#d9d9db!important;--menu-border-width:1px!important;--menu-corner-shape:superellipse(1.1)!important;--menu-padding:6px!important;--menu-radius:12px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0 0 0 1px #00000608, 0 1px 3px 1px #00000612, 0 2px 6px 2px #00000608!important;--metadata-background:transparent!important;--metadata-border-color:#cfcfd2!important;--metadata-border-radius:0!important;--metadata-border-width:0!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#cfcfd2!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0!important;--metadata-gap:8px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#0001!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!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:#333338!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#0001!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!important;--metadata-label-font-size:.875em!important;--metadata-label-text-color:#5c5c60!important;--metadata-label-text-color-hover:#5c5c60!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 #c0bfbc!important;--metadata-property-box-shadow-hover:0 0 0 1px #deddda!important;--metadata-property-corner-shape:superellipse(1.1)!important;--metadata-property-corner-shape-focus:superellipse(1.1)!important;--metadata-property-corner-shape-hover:superellipse(1.1)!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:11px!important;--metadata-sidebar-label-font-size:11px!important;--modal-background:#fafafb!important;--modal-border-color:#cfcfd2!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:15px!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:#858587!important;--nav-collapse-icon-color-collapsed:#858587!important;--nav-heading-color:#333338!important;--nav-heading-color-collapsed:#858587!important;--nav-heading-color-collapsed-hover:#5c5c60!important;--nav-heading-color-hover:#333338!important;--nav-heading-weight:500!important;--nav-heading-weight-hover:500!important;--nav-indentation-guide-color:#0000001f!important;--nav-indentation-guide-width:0px!important;--nav-item-background-active:#0001!important;--nav-item-background-hover:#0001!important;--nav-item-background-selected:#8a5cf526!important;--nav-item-children-margin-start:20px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#5c5c60!important;--nav-item-color-active:#333338!important;--nav-item-color-highlighted:#8a5cf5!important;--nav-item-color-hover:#333338!important;--nav-item-color-selected:#333338!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:8px 16px 8px 32px!important;--nav-item-parent-padding:8px 16px 8px 32px!important;--nav-item-radius:9px!important;--nav-item-size:11px!important;--nav-item-white-space:pre!important;--nav-tag-background:transparent!important;--nav-tag-color:#858587!important;--nav-tag-color-active:#5c5c60!important;--nav-tag-color-hover:#5c5c60!important;--nav-tag-radius:9px!important;--nav-tag-weight:600!important;--p-spacing:1.75rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#fff!important;--pdf-page-background:#fff!important;--pdf-shadow:0 0 0 1px #0000000d, 0 2px 8px #0000001a!important;--pdf-sidebar-background:#fff!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:#8a5cf5!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:#fff!important;--prompt-border-color:#cfcfd2!important;--prompt-border-width:1px!important;--prompt-input-height:64px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:15px!important;--radius-m:12px!important;--radius-s:9px!important;--radius-xl:18px!important;--raised-background:#ffffffa6 linear-gradient(#fff, #ffffffa6)!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:transparent!important;--ribbon-background-collapsed:transparent!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:15px!important;--scrollbar-thumb-bg:#0000001a!important;--scrollbar-width:12px!important;--search-clear-button-color:#5c5c60!important;--search-clear-button-size:13px!important;--search-icon-color:#5c5c60!important;--search-icon-size:18px!important;--search-result-background:#fff!important;--setting-group-heading-color:#333338!important;--setting-group-heading-size:11px!important;--setting-group-heading-weight:700!important;--setting-items-background:#fff!important;--setting-items-border-color:#cfcfd2!important;--setting-items-border-width:0!important;--setting-items-padding:0px!important;--setting-items-radius:12px!important;--shadow-l:0 0 14px 5px #00000026, 0 0 5px 2px #0000001a, 0 0 0 1px #0000000d!important;--shadow-s:0 0 0 1px #00000608, 0 1px 3px 1px #00000612, 0 2px 6px 2px #00000608!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:#deddda!important;--slider-thumb-border-width:0!important;--slider-thumb-height:20px!important;--slider-thumb-radius:18px!important;--slider-thumb-width:20px!important;--slider-thumb-y:-8px!important;--slider-track-background:#33333826!important;--slider-track-height:4px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#ebebed!important;--status-bar-border-color:#cfcfd2!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:9.02px!important;--status-bar-position:fixed!important;--status-bar-radius:12px 0 0 0!important;--status-bar-text-color:#5c5c60!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#fff!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:#ed333b!important;--sync-avatar-color-2:#ff7800!important;--sync-avatar-color-3:#f6d32d!important;--sync-avatar-color-4:#2ec27e!important;--sync-avatar-color-5:#23a4ad!important;--sync-avatar-color-6:#62a0ea!important;--sync-avatar-color-7:#c061cb!important;--sync-avatar-color-8:#e061b2!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#fff!important;--tab-curve:13px!important;--tab-divider-color:#cfcfd2!important;--tab-font-size:11px!important;--tab-max-width:200px!important;--tab-outline-color:#cfcfd2!important;--tab-outline-width:1px!important;--tab-radius:9px!important;--tab-radius-active:9px 9px 0 0!important;--tab-stacked-font-size:11px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:48px!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:#ebebed!important;--tab-switcher-menubar-background:linear-gradient(to top, #ebebed, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:18px!important;--tab-switcher-preview-shadow:0 0 0 1px #0000000d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #8a5cf5!important;--tab-text-color:#858587!important;--tab-text-color-active:#5c5c60!important;--tab-text-color-focused:#5c5c60!important;--tab-text-color-focused-active:#333338!important;--tab-text-color-focused-active-current:#222!important;--tab-text-color-focused-highlighted:#8a5cf5!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#cfcfd2!important;--table-add-button-border-width:0!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:#9873f7!important;--table-drag-handle-color:#858587!important;--table-drag-handle-color-active:white!important;--table-drop-indicator-half-width:2px!important;--table-header-background:transparent!important;--table-header-border-color:transparent!important;--table-header-border-width:1px!important;--table-header-color:#333338!important;--table-header-size:.933em!important;--table-header-weight:700!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:#9873f7!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:.933em!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:#8a5cf5!important;--tag-color-hover:#8a5cf5!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:8px!important;--tag-padding-y:4px!important;--tag-radius:8px!important;--tag-size:.875em!important;--text-accent-hover:#a68af9!important;--text-error:#ed333b!important;--text-highlight-bg:#ffd00066!important;--text-highlight-bg-rgb:255, 208, 0!important;--text-muted:#5c5c60!important;--text-on-accent:white!important;--text-on-accent-inverted:black!important;--text-selection:#8a5cf533!important;--text-success:#2ec27e!important;--text-warning:#ff7800!important;--titlebar-background-focused:transparent!important;--titlebar-border-color:#cfcfd2!important;--titlebar-border-width:1px!important;--titlebar-height:30px!important;--titlebar-text-color:#5c5c60!important;--titlebar-text-color-focused:#333338!important;--titlebar-text-weight:700!important;--toggle-border-width:3px!important;--toggle-radius:18px!important;--toggle-s-border-width:3px!important;--toggle-s-thumb-height:20px!important;--toggle-s-thumb-width:20px!important;--toggle-s-width:46px!important;--toggle-thumb-color:#fff!important;--toggle-thumb-height:20px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:20px!important;--toggle-width:46px!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:48px!important;--traffic-lights-offset-y:48px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#333338!important;--vault-profile-color-hover:#333338!important;--vault-profile-display:flex!important;--vault-profile-font-size:11px!important;--vault-profile-font-weight:500!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#ebebed!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;--embed-background-color:#f3f3f5!important;--line-width:700px!important;--banner-fade-height:80px!important;--banner-icon-size:3rem!important;--banner-image-height:320px!important;--anim-motion-baseline:cubic-bezier(.32, .72, 0, 1)!important;--anim-speed-modifier:1!important;--banner-image-height-s:240px!important;--banner-image-inset:8px!important;--banner-image-object-fit:cover!important;--banner-image-radius:9px!important;--banner-mobile-offset:0px!important;--block-width-max:calc(100cqw - 64px)!important;--block-width-offset:-32px!important;--block-width-wide:min(100cqw, 50rem)!important;--blockquote-size:16px!important;--cards-aspect-ratio:auto!important;--cards-background:transparent!important;--cards-background-hover:transparent!important;--cards-columns:repeat(auto-fit, minmax(160px, 1fr))!important;--cards-image-fit:contain!important;--cards-image-height:400px!important;--cards-max-width:1fr!important;--cards-min-width:160px!important;--cards-mobile-width:120px!important;--cards-padding:4px!important;--density-modifier:1!important;--embed-background:#fff!important;--font-ui-modifier:0px!important;--hover-sidedock-delay:.16s!important;--hover-sidedock-trigger-area:4px!important;--hover-sidedock-width:320px!important;--icon-size-modifier:0px!important;--icon-stroke-modifier:1!important;--line-width-wide:50rem!important;--media-radius:9px!important;--nn-theme-file-border-radius:12px!important;--nn-theme-file-tag-bg:#8a5cf51a!important;--nn-theme-file-tag-color:#8a5cf5!important;--nn-theme-list-bg:transparent!important;--nn-theme-list-header-bg:transparent!important;--nn-theme-mobile-list-header-link-color:#333338!important;--nn-theme-mobile-nav-bg:transparent!important;--nn-theme-mobile-toolbar-button-active-bg:#9873f7!important;--nn-theme-mobile-toolbar-button-active-icon-color:white!important;--nn-theme-mobile-toolbar-button-icon-color:#333338!important;--nn-theme-nav-bg:transparent!important;--nn-theme-nav-header-bg:transparent!important;--nn-theme-navitem-border-radius:12px!important;--nn-theme-navitem-selected-bg:#0001!important;--nn-theme-navitem-selected-inactive-bg:#0001!important;--radius-modifier:1!important;--shadow-tactile:#0000000a 0px 2px 8px -2px, #0000000a 0px 2px 4px -2px!important;--tab-action-width:32px!important;--tab-text-align:left!important;--tag-weight:500!important;--translucent-dark-opacity:0%!important;--translucent-light-opacity:0%!important;--view-top-spacing-markdown:0px!important;--divider-color-alt:#00000612!important;--mono-rgb-adwaita:0, 0, 6!important;--setting-items-shadow:0 0 0 1px #00000608, 0 1px 3px 1px #00000612, 0 2px 6px 2px #00000608!important;--slider-track-background-active:#33333840!important;--slider-track-background-hover:#33333833!important}:root:root[saved-theme=dark]{--callout-blend-mode:normal;--callout-border-opacity:.25;--callout-border-width:1px;--callout-bug:224, 27, 36;--callout-content-background:transparent;--callout-content-padding:0;--callout-default:53, 132, 228;--callout-error:224, 27, 36;--callout-example:145, 65, 172;--callout-fail:224, 27, 36;--callout-important:33, 144, 164;--callout-info:53, 132, 228;--callout-padding:16px;--callout-question:230, 97, 0;--callout-quote:158, 158, 158;--callout-radius:9px;--callout-success:38, 162, 105;--callout-summary:33, 144, 164;--callout-tip:33, 144, 164;--callout-title-padding:0;--callout-title-weight:700;--callout-todo:53, 132, 228;--callout-warning:230, 97, 0;--callout-size:16px;--quartz-icon-color:currentColor;--bases-embed-border-color:#4d4d51!important;--bases-table-border-color:#4d4d51!important;--bases-table-header-background:#1d1d20!important;--bases-table-header-background-hover:#fff1!important;--focus-ring-color:#0df!important;--tab-container-background:#2e2e32!important;--table-border-color:#4d4d51!important;--text-accent:#a68af9!important;--text-faint:#99999b!important;--text-normal:#fff!important;--titlebar-background:transparent!important;--input-height:32px!important;--input-border-width:0!important;--input-border-width-focus:2px!important;--input-radius:9px!important;--background-modifier-border:#4d4d51!important;--background-modifier-form-field:#434347!important;--icon-size:18px!important;--icon-stroke:2px!important;--pill-background:transparent!important;--pill-background-hover:transparent!important;--pill-border-color:#4d4d51!important;--pill-border-color-hover:#6b6970!important;--pill-border-width:1px!important;--pill-color:#d2d2d2!important;--pill-color-hover:#fff!important;--pill-color-remove:#99999b!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0!important;--accent-h:258!important;--accent-l:66%!important;--accent-s:88%!important;--anim-duration-fast:.16s!important;--anim-duration-moderate:.32s!important;--anim-duration-none:0!important;--anim-duration-slow:.48s!important;--anim-duration-superfast:80ms!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:#77767b!important;--background-modifier-border-hover:#6b6970!important;--background-modifier-box-shadow:#0000004d!important;--background-modifier-cover:#00000059!important;--background-modifier-error:#e01b24!important;--background-modifier-error-hover:#e01b24!important;--background-modifier-error-rgb:224, 27, 36!important;--background-modifier-form-field-hover:#434347!important;--background-modifier-hover:#fff1!important;--background-modifier-message:#000000e6!important;--background-modifier-success:#26a269!important;--background-modifier-success-rgb:38, 162, 105!important;--background-primary:#1d1d20!important;--background-primary-alt:#2e2e32!important;--background-secondary:#2e2e32!important;--background-secondary-alt:#28282c!important;--bases-cards-background:#1d1d20!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:superellipse(1.1)!important;--bases-cards-cover-background:#2e2e32!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:12px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #4d4d51!important;--bases-cards-shadow-hover:0 0 0 1px #6b6970!important;--bases-embed-border-radius:9px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#d2d2d2!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:9.02px!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:#1d1d20!important;--bases-table-cell-background-disabled:#2e2e32!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 #77767b!important;--bases-table-cell-shadow-focus:0 0 0 2px #8a5cf5!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:9px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#2e2e32!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#99999b!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:#1d1d20!important;--bases-table-summary-background-hover:#fff1!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:#2e2e32!important;--blockquote-border-color:#9a9996!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#434347a6 linear-gradient(#434347, #434347a6)!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:300!important;--bold-weight:700!important;--border-width:1px!important;--button-corner-shape:superellipse(1.1)!important;--button-radius:9px!important;--canvas-background:#1d1d20!important;--canvas-card-label-color:#99999b!important;--canvas-color:126, 126, 126!important;--canvas-color-1:224, 27, 36!important;--canvas-color-2:230, 97, 0!important;--canvas-color-3:245, 194, 17!important;--canvas-color-4:38, 162, 105!important;--canvas-color-5:33, 144, 164!important;--canvas-color-6:145, 65, 172!important;--canvas-controls-icon-size:16px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:9px!important;--canvas-dot-pattern:#5e5c64!important;--caret-color:#fff!important;--checkbox-border-color:#99999b!important;--checkbox-border-color-hover:#d2d2d2!important;--checkbox-color:#8a5cf5!important;--checkbox-color-hover:#a68af9!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:#1d1d20!important;--checkbox-radius:100px!important;--checkbox-size:16px!important;--checklist-done-color:#d2d2d2!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:9px!important;--code-background:#2e2e32!important;--code-border-color:#4d4d51!important;--code-border-width:1px!important;--code-bracket-background:#fff1!important;--code-comment:#5c6370!important;--code-function:#d19a66!important;--code-important:#d19a66!important;--code-keyword:#e16d76!important;--code-normal:#abb2bf!important;--code-operator:#e01b24!important;--code-property:#62afef!important;--code-punctuation:#abb2bf!important;--code-radius:9px!important;--code-size:.8em!important;--code-string:#58b6c2!important;--code-tag:#e16d76!important;--code-value:#c678de!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#99999b!important;--collapse-icon-color-collapsed:#a68af9!important;--color-accent:#8a5cf5!important;--color-accent-1:#a68af9!important;--color-accent-2:#c5b6fc!important;--color-accent-hsl:258, 88%, 66%!important;--color-base-00:#000!important;--color-base-05:#121019!important;--color-base-10:#241f31!important;--color-base-100:#fff!important;--color-base-20:#3d3846!important;--color-base-25:#4e4a55!important;--color-base-30:#5e5c64!important;--color-base-35:#6b6970!important;--color-base-40:#77767b!important;--color-base-50:#9a9996!important;--color-base-60:#c0bfbc!important;--color-base-70:#e6e5e3!important;--color-blue:#3584e4!important;--color-blue-rgb:53, 132, 228!important;--color-cyan:#2190a4!important;--color-cyan-rgb:33, 144, 164!important;--color-green:#26a269!important;--color-green-rgb:38, 162, 105!important;--color-orange:#e66100!important;--color-orange-rgb:230, 97, 0!important;--color-pink:#d561aa!important;--color-pink-rgb:213, 97, 170!important;--color-purple:#9141ac!important;--color-purple-rgb:145, 65, 172!important;--color-red:#e01b24!important;--color-red-rgb:224, 27, 36!important;--color-yellow:#f5c211!important;--color-yellow-rgb:245, 194, 17!important;--corner-shape:superellipse(1.1)!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:#4d4d51!important;--divider-color-hover:#9a9996!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:#434347!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#4d4d51!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 2.4em 0 .8em!important;--dropdown-padding-end:2.4em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:none!important;--embed-border-bottom:none!important;--embed-border-end:none!important;--embed-border-start:2px solid #9a9996!important;--embed-border-top:none!important;--embed-canvas-max-height:400px!important;--embed-max-height:none!important;--embed-padding:16px!important;--file-folding-offset:24px!important;--file-header-background:#1d1d20!important;--file-header-background-focused:#1d1d20!important;--file-header-border:none!important;--file-header-font:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!important;--file-header-font-size:11px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:700px!important;--file-margins:32px 32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#434347!important;--flair-color:#fff!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", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-extrabold:800!important;--font-extralight:200!important;--font-interface:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!important;--font-interface-override:"??"!important;--font-interface-theme:"Adwaita Sans", "Adwaita Sans Text"!important;--font-light:300!important;--font-medium:500!important;--font-mermaid:"??", "Adwaita Sans", "Adwaita Sans Text", 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!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:"??", "??", "Adwaita Sans", "Adwaita Sans Text", "Arial"!important;--font-print-override:"??"!important;--font-semibold:600!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "Adwaita Sans", "Adwaita Sans Text", 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!important;--font-text-override:"??"!important;--font-text-size:16px!important;--font-text-theme:"Adwaita Sans", "Adwaita Sans Text"!important;--font-thin:100!important;--font-ui-large:14.96px!important;--font-ui-medium:11px!important;--font-ui-small:11px!important;--font-ui-smaller:9.02px!important;--font-weight:400!important;--footnote-divider-color:#4d4d51!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#d2d2d2!important;--footnote-id-color-no-occurrences:#99999b!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#fff1!important;--footnote-line-height:1.6!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:9px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:124px!important;--graph-controls-width:240px!important;--graph-line:#6b6970!important;--graph-node:#d2d2d2!important;--graph-node-attachment:#f5c211!important;--graph-node-focused:#a68af9!important;--graph-node-tag:#26a269!important;--graph-node-unresolved:#99999b!important;--graph-text:#fff!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.2!important;--h1-size:1.5em!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.25em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:680!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.3!important;--h3-size:1.125em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:660!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.4!important;--h4-size:1em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:640!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.6!important;--h5-size:1em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:620!important;--h6-letter-spacing:0em!important;--h6-line-height:1.6!important;--h6-size:.875em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:600!important;--header-height:48px!important;--heading-formatting:#99999b!important;--heading-spacing:2em!important;--highlight-mix-blend-mode:lighten!important;--hr-color:#4d4d51!important;--hr-thickness:2px!important;--icon-color:#d2d2d2!important;--icon-color-active:#a68af9!important;--icon-color-focused:#fff!important;--icon-color-hover:#d2d2d2!important;--icon-l:18px!important;--icon-l-stroke-width:2px!important;--icon-m:18px!important;--icon-m-stroke-width:2px!important;--icon-opacity:1!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:2.25px!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:0px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.2!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1.5em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:700!important;--input-corner-shape:superellipse(1.1)!important;--input-date-separator:#99999b!important;--input-font-weight:700!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#99999b!important;--input-shadow:none!important;--input-shadow-hover:none!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#8a5cf5!important;--interactive-accent-hover:#a68af9!important;--interactive-accent-hsl:258, 88%, 66%!important;--interactive-hover:#4d4d51!important;--interactive-normal:#434347!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.6!important;--line-height-tight:1.3!important;--link-color:#a68af9!important;--link-color-hover:#c5b6fc!important;--link-decoration:none!important;--link-decoration-hover:underline!important;--link-decoration-thickness:auto!important;--link-external-color:#a68af9!important;--link-external-color-hover:#c5b6fc!important;--link-external-decoration:none!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#a68af9!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:#99999b!important;--list-marker-color-collapsed:#a68af9!important;--list-marker-color-hover:#d2d2d2!important;--list-numbered-style:decimal!important;--list-spacing:.175em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#36363a!important;--menu-border-color:#434347!important;--menu-border-width:1px!important;--menu-corner-shape:superellipse(1.1)!important;--menu-padding:6px!important;--menu-radius:12px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0 0 0 1px #00000608, 0 1px 3px 1px #00000612, 0 2px 6px 2px #00000608!important;--metadata-background:transparent!important;--metadata-border-color:#4d4d51!important;--metadata-border-radius:0!important;--metadata-border-width:0!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#4d4d51!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0!important;--metadata-gap:8px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#fff1!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!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:#fff!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#fff1!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "Adwaita Sans", "Adwaita Sans Text", "??", 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!important;--metadata-label-font-size:.875em!important;--metadata-label-text-color:#d2d2d2!important;--metadata-label-text-color-hover:#d2d2d2!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 #77767b!important;--metadata-property-box-shadow-hover:0 0 0 1px #6b6970!important;--metadata-property-corner-shape:superellipse(1.1)!important;--metadata-property-corner-shape-focus:superellipse(1.1)!important;--metadata-property-corner-shape-hover:superellipse(1.1)!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:11px!important;--metadata-sidebar-label-font-size:11px!important;--modal-background:#222226!important;--modal-border-color:#4d4d51!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:15px!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:#99999b!important;--nav-collapse-icon-color-collapsed:#99999b!important;--nav-heading-color:#fff!important;--nav-heading-color-collapsed:#99999b!important;--nav-heading-color-collapsed-hover:#d2d2d2!important;--nav-heading-color-hover:#fff!important;--nav-heading-weight:500!important;--nav-heading-weight-hover:500!important;--nav-indentation-guide-color:#ffffff1f!important;--nav-indentation-guide-width:0px!important;--nav-item-background-active:#fff1!important;--nav-item-background-hover:#fff1!important;--nav-item-background-selected:#8a5cf526!important;--nav-item-children-margin-start:20px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#d2d2d2!important;--nav-item-color-active:#fff!important;--nav-item-color-highlighted:#a68af9!important;--nav-item-color-hover:#fff!important;--nav-item-color-selected:#fff!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:8px 16px 8px 32px!important;--nav-item-parent-padding:8px 16px 8px 32px!important;--nav-item-radius:9px!important;--nav-item-size:11px!important;--nav-item-white-space:pre!important;--nav-tag-background:transparent!important;--nav-tag-color:#99999b!important;--nav-tag-color-active:#d2d2d2!important;--nav-tag-color-hover:#d2d2d2!important;--nav-tag-radius:9px!important;--nav-tag-weight:600!important;--p-spacing:1.75rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#1d1d20!important;--pdf-page-background:#1d1d20!important;--pdf-shadow:0 0 0 1px #4d4d51!important;--pdf-sidebar-background:#1d1d20!important;--pdf-spread-shadow:0 0 0 1px #0000000d!important;--pdf-thumbnail-shadow:0 0 0 1px #4d4d51!important;--pdfViewer-padding-bottom:0!important;--pill-color-remove-hover:#a68af9!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:#1d1d20!important;--prompt-border-color:#4d4d51!important;--prompt-border-width:1px!important;--prompt-input-height:64px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:15px!important;--radius-m:12px!important;--radius-s:9px!important;--radius-xl:18px!important;--raised-background:#434347a6 linear-gradient(#434347, #434347a6)!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:transparent!important;--ribbon-background-collapsed:transparent!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:15px!important;--scrollbar-thumb-bg:#ffffff1a!important;--scrollbar-width:12px!important;--search-clear-button-color:#d2d2d2!important;--search-clear-button-size:13px!important;--search-icon-color:#d2d2d2!important;--search-icon-size:18px!important;--search-result-background:#1d1d20!important;--setting-group-heading-color:#fff!important;--setting-group-heading-size:11px!important;--setting-group-heading-weight:700!important;--setting-items-background:#2e2e32!important;--setting-items-border-color:#4d4d51!important;--setting-items-border-width:0!important;--setting-items-padding:0px!important;--setting-items-radius:12px!important;--shadow-l:0 0 14px 5px #00000026, 0 0 5px 2px #0000001a, 0 0 0 1px #0000000d!important;--shadow-s:0 0 0 1px #00000608, 0 1px 3px 1px #00000612, 0 2px 6px 2px #00000608!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:#6b6970!important;--slider-thumb-border-width:0!important;--slider-thumb-height:20px!important;--slider-thumb-radius:18px!important;--slider-thumb-width:20px!important;--slider-thumb-y:-8px!important;--slider-track-background:#ffffff26!important;--slider-track-height:4px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#2e2e32!important;--status-bar-border-color:#4d4d51!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:9.02px!important;--status-bar-position:fixed!important;--status-bar-radius:12px 0 0 0!important;--status-bar-text-color:#d2d2d2!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#1d1d20!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:#e01b24!important;--sync-avatar-color-2:#e66100!important;--sync-avatar-color-3:#f5c211!important;--sync-avatar-color-4:#26a269!important;--sync-avatar-color-5:#2190a4!important;--sync-avatar-color-6:#3584e4!important;--sync-avatar-color-7:#9141ac!important;--sync-avatar-color-8:#d561aa!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#1d1d20!important;--tab-curve:13px!important;--tab-divider-color:#4d4d51!important;--tab-font-size:11px!important;--tab-max-width:200px!important;--tab-outline-color:#4d4d51!important;--tab-outline-width:1px!important;--tab-radius:9px!important;--tab-radius-active:9px 9px 0 0!important;--tab-stacked-font-size:11px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:48px!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:#2e2e32!important;--tab-switcher-menubar-background:linear-gradient(to top, #2e2e32, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:18px!important;--tab-switcher-preview-shadow:0 0 0 1px #ffffff0d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #8a5cf5!important;--tab-text-color:#99999b!important;--tab-text-color-active:#d2d2d2!important;--tab-text-color-focused:#d2d2d2!important;--tab-text-color-focused-active:#fff!important;--tab-text-color-focused-active-current:#dadada!important;--tab-text-color-focused-highlighted:#a68af9!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#4d4d51!important;--table-add-button-border-width:0!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:#8a5cf5!important;--table-drag-handle-color:#99999b!important;--table-drag-handle-color-active:white!important;--table-drop-indicator-half-width:2px!important;--table-header-background:transparent!important;--table-header-border-color:transparent!important;--table-header-border-width:1px!important;--table-header-color:#fff!important;--table-header-size:.933em!important;--table-header-weight:700!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:#8a5cf5!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:.933em!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:#a68af9!important;--tag-color-hover:#a68af9!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:8px!important;--tag-padding-y:4px!important;--tag-radius:8px!important;--tag-size:.875em!important;--text-accent-hover:#c5b6fc!important;--text-error:#e01b24!important;--text-highlight-bg:#ffd00066!important;--text-highlight-bg-rgb:255, 208, 0!important;--text-muted:#d2d2d2!important;--text-on-accent:white!important;--text-on-accent-inverted:black!important;--text-selection:#8a5cf554!important;--text-success:#26a269!important;--text-warning:#e66100!important;--titlebar-background-focused:transparent!important;--titlebar-border-color:#4d4d51!important;--titlebar-border-width:1px!important;--titlebar-height:30px!important;--titlebar-text-color:#d2d2d2!important;--titlebar-text-color-focused:#fff!important;--titlebar-text-weight:700!important;--toggle-border-width:3px!important;--toggle-radius:18px!important;--toggle-s-border-width:3px!important;--toggle-s-thumb-height:20px!important;--toggle-s-thumb-width:20px!important;--toggle-s-width:46px!important;--toggle-thumb-color:#d2d2d2!important;--toggle-thumb-height:20px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:20px!important;--toggle-width:46px!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:48px!important;--traffic-lights-offset-y:48px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#fff!important;--vault-profile-color-hover:#fff!important;--vault-profile-display:flex!important;--vault-profile-font-size:11px!important;--vault-profile-font-weight:500!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#2e2e3200!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;--line-width:700px!important;--banner-fade-height:80px!important;--banner-icon-size:3rem!important;--banner-image-height:320px!important;--anim-motion-baseline:cubic-bezier(.32, .72, 0, 1)!important;--anim-speed-modifier:1!important;--banner-image-height-s:240px!important;--banner-image-inset:8px!important;--banner-image-object-fit:cover!important;--banner-image-radius:9px!important;--banner-mobile-offset:0px!important;--block-width-max:calc(100cqw - 64px)!important;--block-width-offset:-32px!important;--block-width-wide:min(100cqw, 50rem)!important;--blockquote-size:16px!important;--cards-aspect-ratio:auto!important;--cards-background:transparent!important;--cards-background-hover:transparent!important;--cards-columns:repeat(auto-fit, minmax(160px, 1fr))!important;--cards-image-fit:contain!important;--cards-image-height:400px!important;--cards-max-width:1fr!important;--cards-min-width:160px!important;--cards-mobile-width:120px!important;--cards-padding:4px!important;--density-modifier:1!important;--embed-background:#2e2e32!important;--font-ui-modifier:0px!important;--hover-sidedock-delay:.16s!important;--hover-sidedock-trigger-area:4px!important;--hover-sidedock-width:320px!important;--icon-size-modifier:0px!important;--icon-stroke-modifier:1!important;--line-width-wide:50rem!important;--media-radius:9px!important;--nn-theme-file-border-radius:12px!important;--nn-theme-file-tag-bg:#8a5cf51a!important;--nn-theme-file-tag-color:#a68af9!important;--nn-theme-list-bg:transparent!important;--nn-theme-list-header-bg:transparent!important;--nn-theme-mobile-list-header-link-color:#fff!important;--nn-theme-mobile-nav-bg:transparent!important;--nn-theme-mobile-toolbar-button-active-bg:#8a5cf5!important;--nn-theme-mobile-toolbar-button-active-icon-color:white!important;--nn-theme-mobile-toolbar-button-icon-color:#fff!important;--nn-theme-nav-bg:transparent!important;--nn-theme-nav-header-bg:transparent!important;--nn-theme-navitem-border-radius:12px!important;--nn-theme-navitem-selected-bg:#fff1!important;--nn-theme-navitem-selected-inactive-bg:#fff1!important;--radius-modifier:1!important;--shadow-tactile:#0000000a 0px 2px 8px -2px, #ffffff0a 0px 2px 4px -2px!important;--tab-action-width:32px!important;--tab-text-align:left!important;--tag-weight:500!important;--translucent-dark-opacity:0%!important;--translucent-light-opacity:0%!important;--view-top-spacing-markdown:0px!important;--divider-color-alt:#0000065c!important;--mono-rgb-adwaita:255, 255, 255!important;--setting-items-shadow:0 0 0 1px #00000608, 0 1px 3px 1px #00000612, 0 2px 6px 2px #00000608!important;--slider-track-background-active:#ffffff40!important;--slider-track-background-hover:#fff3!important}html[saved-theme=light] body{--qt-code-atom:#383a42;--qt-code-comment:#b6b9c5;--qt-code-function:#383a42;--qt-code-header:#333338;--qt-code-keyword:#e45749;--qt-code-number:#a626a4;--qt-code-operator:#ed333b;--qt-code-property:#b76b02;--qt-code-string:#0d97b3;--qt-code-variable:#62afef;--qt-code-variable-2:#62afef;--qt-code-default:#383a42;--qt-code-background:#f3f3f5;--qt-code-border-color:#cfcfd2}@supports (color:lab(0% 0 0)){html[saved-theme=light] body{--qt-code-border-color:lab(83.3207% .334352 -1.21877)}}html[saved-theme=dark] body{--qt-code-atom:#abb2bf;--qt-code-comment:#5c6370;--qt-code-function:#abb2bf;--qt-code-header:#fff;--qt-code-keyword:#e16d76;--qt-code-number:#c678de;--qt-code-operator:#e01b24;--qt-code-property:#d19a66;--qt-code-string:#58b6c2;--qt-code-variable:#62afef;--qt-code-variable-2:#62afef;--qt-code-default:#abb2bf;--qt-code-background:#2e2e32;--qt-code-border-color:#4d4d51}@supports (color:lab(0% 0 0)){html[saved-theme=dark] body{--qt-code-border-color:lab(32.9878% .561431 -2.01661)}}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:SF Pro Display;font-style:normal;font-weight:400;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYREGULAR.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:100;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYULTRALIGHTITALIC.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:200;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYTHINITALIC.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:300;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYLIGHTITALIC.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:500;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYMEDIUM.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:600;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYSEMIBOLDITALIC.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:700;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYBOLD.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:800;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYHEAVYITALIC.woff)format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:900;src:local(SF Pro Display),url(https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYBLACKITALIC.woff)format("woff")}@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:#333338;background-color:#fff}body .page>div#quartz-body div.sidebar{color:#333338;background-color:#0000}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:#333338;background-color:#ebebed}body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#333338;background-color:#ebebed}body .page>div#quartz-body div.sidebar.right{color:#333338;background-color:#0000;border-left:0 #00000612}body .page>div#quartz-body div.sidebar.left{border-right:1px solid #00000612}body a.external,body footer a,body a.internal,body .breadcrumb-container .breadcrumb-element>a{color:#8a5cf5;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 #8a5cf5;font-family:Adwaita Sans,Adwaita Sans Text,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:underline #8a5cf5;text-decoration:underline #8a5cf5;transition:opacity .16s 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:#8a5cf5;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 #8a5cf5;font-family:Adwaita Sans,Adwaita Sans Text,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:underline #8a5cf54d;text-decoration:underline #8a5cf54d;transition:opacity .16s 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:#5c5c60;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 #5c5c60;font-family:Adwaita Sans,Adwaita Sans Text,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;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:#333338;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 #333338;font-family:Adwaita Sans,Adwaita Sans Text,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:700;-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:#333338;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 #333338;font-family:Adwaita Sans,Adwaita Sans Text,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;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 #333338;font-family:Adwaita Sans,Adwaita Sans Text,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:500;-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:#333338;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 #333338;font-family:Adwaita Sans,Adwaita Sans Text,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:line-through #333338;text-decoration:line-through #333338;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:9px;color:#333338;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:9px;color:#333338;background-color:#0001;border:0 #333338;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 #00000612;border-bottom:0 #00000612;border-left:0 #00000612;border-right:1px solid #00000612;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:8px;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:Adwaita Sans,Adwaita Sans Text,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:500;display:flex}body a.internal.tag-link:before{color:#8a5cf5}body ul>li{color:#333338;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:#333338;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:9px;color:#383a42;background-color:#0000;border:0 solid #383a42;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:9px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#f3f3f5;border:1px solid #cfcfd2;border:1px solid color(srgb .813333 .813333 .822941);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:9px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#f3f3f5;border:1px solid #cfcfd2;border:1px solid color(srgb .813333 .813333 .822941);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:9px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#f3f3f5;border:1px solid #cfcfd2;border:1px solid color(srgb .813333 .813333 .822941);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:100px;border:1px solid #858587;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:16px;padding-bottom:16px;background-color:#f3f3f5;margin-inline:40px;padding-inline-start:0;font-family:Adwaita Sans,Adwaita Sans Text,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-style:normal}body .data-footnote-backref{color:#858587;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body .search>.search-button{border-radius:9px;color:#333338;background-color:#d9d9db;background-color:color(srgb .849412 .849412 .858431);border:0 solid #cfcfd2;border:0 solid color(srgb .813333 .813333 .822941);border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:Adwaita Sans,Adwaita Sans Text,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 .search>.search-container>.search-space{border-radius:18px;background-color:#ebebed;border:0 solid #333338;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 0 14px 5px #00000026,0 0 5px 2px #0000001a,0 0 0 1px #0000000d}body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#0000;border:0 inset #333338;border-bottom-style:solid;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:#333338;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#f3f3f5;outline:0 #333338;font-family:Adwaita Sans,Adwaita Sans Text,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;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:18px;border:0 solid #333338;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:#333338}body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:9px;border:0 #333338;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:#333338;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:#333338}body h1,body h2,body h3,body h4,body h5,body h6,body h2.page-title,body h2.page-title a{color:#333338;text-shadow:none;font-family:Adwaita Sans,Adwaita Sans Text,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.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:98, 160, 234;border-radius:9px;mix-blend-mode:normal;border:1px solid #62a0ea40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px}body .callout .callout-title{--callout-color:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=note]{--callout-color:98, 160, 234;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#62a0ea1a;border:1px solid #62a0ea40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=note]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=abstract]{--callout-color:35, 164, 173;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#23a4ad1a;border:1px solid #23a4ad40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=abstract]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=info]{--callout-color:98, 160, 234;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#62a0ea1a;border:1px solid #62a0ea40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=info]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=todo]{--callout-color:98, 160, 234;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#62a0ea1a;border:1px solid #62a0ea40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=todo]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=tip]{--callout-color:35, 164, 173;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#23a4ad1a;border:1px solid #23a4ad40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=tip]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=success]{--callout-color:46, 194, 126;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#2ec27e1a;border:1px solid #2ec27e40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=success]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=question]{--callout-color:255, 120, 0;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#ff78001a;border:1px solid #ff780040;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=question]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=warning]{--callout-color:255, 120, 0;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#ff78001a;border:1px solid #ff780040;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=warning]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=danger]{--callout-color:237, 51, 59;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#ed333b1a;border:1px solid #ed333b40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=danger]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=failure]{--callout-color:237, 51, 59;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#ed333b1a;border:1px solid #ed333b40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=failure]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=bug]{--callout-color:237, 51, 59;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#ed333b1a;border:1px solid #ed333b40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=bug]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=example]{--callout-color:192, 97, 203;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#c061cb1a;border:1px solid #c061cb40;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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=example]>.callout-content{color:#333338;background:0 0;padding:0}body .callout[data-callout=quote]{--callout-color:158, 158, 158;color:#333338;mix-blend-mode:normal;border-radius:9px;background:#9e9e9e1a;border:1px 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:98, 160, 234;color:#62a0ea;border-radius:0;background:0 0;border:0 #62a0ea;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#5b90cf;color:color(srgb .356667 .563333 .812941);font-weight:700}body .callout[data-callout=quote]>.callout-content{color:#333338;background:0 0;padding:0}body table{border-collapse:separate;color:#333338;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:654px;margin:28px 0 0;margin-block:0;margin-inline:0;font-family:Adwaita Sans,Adwaita Sans Text,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 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:#fff}body th{color:#333338;text-align:start;vertical-align:top;border-radius:9px;background-color:#0000;border:1px solid #0000;border-right:0 solid #333338;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:8px;font-weight:700}body td{color:#333338;text-align:start;vertical-align:top;border-radius:9px 0 0;background-color:#0000;border:0 solid #333338;border-top:1px solid color(srgb .813333 .813333 .822941);border-left:1px solid color(srgb .813333 .813333 .822941);border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding: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:9px;border:0 #333338;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 #333338;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:#333338;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:Adwaita Sans,Adwaita Sans Text,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-size:16px;font-style:normal}body video{box-shadow:none;filter:none;object-fit:contain;border-radius:9px;border:0 #333338;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 #333338;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:#fff;border-width:0 0 0 2px;border-color:#333338 #333338 #333338 #9a9996;border-left-style:solid;border-radius:0 9px 9px 0;margin:0;padding:0}body .transclude-inner{background-color:#fff;border-width:0;border-color:#333338;border-left-style:solid;border-radius:0;margin:0;padding:0}body .file-embed{background-color:#fff;border-width:0;border-color:#5c5c60;border-radius:9px;margin:0;padding:8px}body .metadata{color:#5c5c60;background-color:#0000;border:0 solid #cfcfd2;border:0 solid color(srgb .813333 .813333 .822941);border-radius:0;margin:0 0 32px;padding:0;font-family:Adwaita Sans,Adwaita Sans Text,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 .metadata-properties{color:#5c5c60;background-color:#fff;border-width:0;border-color:#5c5c60;border-radius:12px;margin:0;padding:0;font-family:Adwaita Sans,Adwaita Sans Text,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 progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #333338;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:#5c5c60;border-radius:0;background-color:#0000;border:0 solid #5c5c60;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:Adwaita Sans,Adwaita Sans Text,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 details{border-radius:0;background-color:#0000;border:0 #333338;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:#333338;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{color:#5c5c60;border-radius:9px;background-color:#ebebed;border:1px solid #cfcfd2;border:1px solid color(srgb .813333 .813333 .822941);border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:4px 8px;font-family:Adwaita Sans,Adwaita Sans Text,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-size:12.8px;box-shadow:0 2px 8px -2px #0000000a,0 2px 4px -2px #0000000a}body dl{margin:16px 0;margin-block:15px;margin-inline:0}body dt{color:#333338;margin:0;margin-block:0;margin-inline:0;font-weight:400}body dd{color:#333338;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}body sub{color:#333338;vertical-align:sub;font-size:13.3333px}body sup{color:#333338;vertical-align:super;font-size:13.3333px}body abbr{color:#333338;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body li.task-list-item[data-task=\-]{color:#858587;-webkit-text-decoration:line-through #858587;text-decoration:line-through #858587}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:#333338;-webkit-text-decoration:none;text-decoration:none}body .katex-display>.katex{text-align:center;white-space-collapse:collapse;text-wrap-mode:wrap;font-family:Adwaita Sans,Adwaita Sans Text,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;display:block}body .katex-display>.katex>.katex-html{font-family:Adwaita Sans,Adwaita Sans Text,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 .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:#5c5c60;cursor:default;font-family:Adwaita Sans,Adwaita Sans Text,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 li:has(>.folder-outer.open)>.folder-container{color:#5c5c60;cursor:default;font-family:Adwaita Sans,Adwaita Sans Text,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 .folder-outer>ul{border-left:0 solid #0000001f}body .explorer{background-color:#0000}body .bases-table{border-color:gray}body .bases-table thead th{color:#333338;background-color:#0000;border-color:#0000 #333338 #0000 #0000;font-weight:700}body .bases-table tbody tr:nth-child(2n){background-color:#0000}body .canvas-node{background-color:#0000;border-width:0;border-color:#333338;border-radius:0}body .canvas-node-content{color:#333338}body .canvas-node-file{color:#333338;background-color:#0000}body .canvas-sidebar{background-color:#fff;border-color:#333338;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:#333338}body .note-properties{background-color:#0000;border-color:#cfcfd2;border-color:color(srgb .813333 .813333 .822941);border-radius:0}body .note-properties-key{color:#5c5c60;font-weight:400}body .note-properties-value{color:#5c5c60}body .note-properties-tags{color:#8a5cf5;background-color:#8a5cf51a;border-radius:8px}body .note-properties-row{border-color:#5c5c60}body details.toc summary::marker{color:#333338}body .graph>.graph-outer>.global-graph-icon{color:#5c5c60;cursor:default;background-color:#0000;border-width:0;border-color:#5c5c60;border-radius:9px}body footer{color:#5c5c60;opacity:1;background-color:#0003;border:0 solid #5c5c60;border-radius:1380px;font-family:Adwaita Sans,Adwaita Sans Text,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 footer ul li a{color:#5c5c60}body .recent-notes>h3{color:#333338;font-family:Adwaita Sans,Adwaita Sans Text,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}body .recent-notes>ul.recent-ul>li{color:#333338;background-color:#0000;border-width:0;border-color:#333338;border-radius:0}body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#5c5c60}body .recent-notes>ul.recent-ul>li .section>.meta{color:#5c5c60;font-family:Adwaita Sans,Adwaita Sans Text,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 ul.section-ul,body li.section-li{background-color:#0000;border-width:0;border-color:#333338;border-radius:0}body li.section-li>.section>.desc>h3>a{color:#5c5c60}body li.section-li>.section .meta{color:#5c5c60;font-family:Adwaita Sans,Adwaita Sans Text,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 .darkmode{color:#5c5c60;cursor:default;background-color:#0000;border-width:0;border-color:#5c5c60;border-radius:9px}body .darkmode svg{stroke:#5c5c60;color:#5c5c60}body .breadcrumb-container{color:#858587;background-color:#0000;border-width:0;border-color:#858587;border-radius:9px}body .breadcrumb-element p{color:#858587;font-family:Adwaita Sans,Adwaita Sans Text,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 .navigation-progress{background-color:#0003}body .page-header h2.page-title{color:#333338;font-family:Adwaita Sans,Adwaita Sans Text,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 .katex-display{color:#333338;background-color:#0000;border-width:0;border-color:#333338;border-radius:0}body .footnotes{color:#333338;background-color:#0000;border-top-width:0;border-top-color:#333338}body .table-container{background-color:#0000;border-width:0;border-color:#333338;border-radius:0}body .spacer{background-color:#0000}body ul.overflow,body ol.overflow{border-width:0;border-color:#333338;border-radius:0}body figure[data-rehype-pretty-code-figure]{border-radius:9px;background-color:#f3f3f5;border:1px solid #cfcfd2;border:1px solid color(srgb .813333 .813333 .822941);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:#333338;border-radius:9px;background-color:#f3f3f5;border:1px solid #cfcfd2;border:1px solid color(srgb .813333 .813333 .822941);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 #b76b02}body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#b76b02}body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #b76b02;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:#8a5cf5;background-color:#8a5cf51a;border:0 solid #8a5cf526;border-radius:8px}body li.task-list-item input[type=checkbox]{background-color:#0000;border-width:1px;border-color:#858587;border-radius:100px}body li.task-list-item input[type=checkbox]:checked{background-color:#9873f7;border-color:#000}body h1.article-title{color:#333338;font-size:18px;font-weight:500}body .callout[data-callout=banner-icon],body .callout[data-callout=note-toolbar]{--table-border-color:#cbdff8bf;--banner-fade-height:0px;--banner-icon-size:0px;--banner-image-height:0px;--tab-curve:0;--tab-radius-active:9px;--callout-color:98, 160, 234;color:#333338;background-color:#62a0ea1a;border:1px solid #62a0ea40;border-radius:9px;margin:0;padding:16px;font-family:Adwaita Sans,Adwaita Sans Text,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;line-height:25.6px}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]{--tab-curve:6px;--tab-radius-active:6px 6px 0 0;--checkbox-color:#9873f7;color:#333338;padding-top:0;padding-bottom:0;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;line-height:1.3;text-decoration-line:none}body li.task-list-item[data-task=x],body li.task-list-item[data-task=X]{--tab-curve:6px;--tab-radius-active:6px 6px 0 0;--checkbox-color:#9873f7;color:#5c5c60;padding-top:0;padding-bottom:0;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;line-height:1.3;text-decoration-line:line-through}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]{--tab-curve:6px;--tab-radius-active:6px 6px 0 0;--checkbox-color:#9873f7;color:#333338;padding-top:0;padding-bottom:0;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;line-height:1.3;text-decoration-line:none}body{--current-page-slug:attr(data-slug raw-string)}li.task-list-item[data-task=_] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%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 xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M6.025 9.121c-.595 0-.966.313-.966.86 0 .537.39.84.966.84h7.891c.566 0 .947-.303.947-.84 0-.547-.361-.86-.947-.86h-7.89Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M6.025 9.121c-.595 0-.966.313-.966.86 0 .537.39.84.966.84h7.891c.566 0 .947-.303.947-.84 0-.547-.361-.86-.947-.86h-7.89Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%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 xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.867 14.004c0 .576.508 1.045 1.094 1.045.586 0 1.094-.46 1.094-1.045 0-.586-.498-1.055-1.094-1.055-.596 0-1.094.479-1.094 1.055Zm.166-8.35.127 5.323c.01.517.293.8.8.8.49 0 .772-.273.782-.8l.137-5.313c.01-.518-.39-.898-.928-.898-.547 0-.928.37-.918.888Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.867 14.004c0 .576.508 1.045 1.094 1.045.586 0 1.094-.46 1.094-1.045 0-.586-.498-1.055-1.094-1.055-.596 0-1.094.479-1.094 1.055Zm.166-8.35.127 5.323c.01.517.293.8.8.8.49 0 .772-.273.782-.8l.137-5.313c.01-.518-.39-.898-.928-.898-.547 0-.928.37-.918.888Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#000;background-color:#ff7800;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.643 14.004c0 .576.507 1.045 1.093 1.045s1.094-.46 1.094-1.045c0-.586-.498-1.055-1.094-1.055-.595 0-1.093.479-1.093 1.055ZM6.924 6.553a1.665 1.665 0 0 0-.088.498c0 .449.361.693.693.693.342 0 .567-.166.752-.4l.176-.244c.361-.586.879-.918 1.553-.918.908 0 1.504.517 1.504 1.279 0 .684-.42 1.016-1.3 1.63-.722.509-1.269 1.036-1.269 2.032v.127c0 .527.293.8.81.8.509 0 .821-.322.821-.722v-.117c0-.566.322-.928 1.026-1.387.976-.644 1.68-1.23 1.68-2.441 0-1.68-1.495-2.569-3.214-2.569-1.738 0-2.87.811-3.144 1.739Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.643 14.004c0 .576.507 1.045 1.093 1.045s1.094-.46 1.094-1.045c0-.586-.498-1.055-1.094-1.055-.595 0-1.093.479-1.093 1.055ZM6.924 6.553a1.665 1.665 0 0 0-.088.498c0 .449.361.693.693.693.342 0 .567-.166.752-.4l.176-.244c.361-.586.879-.918 1.553-.918.908 0 1.504.517 1.504 1.279 0 .684-.42 1.016-1.3 1.63-.722.509-1.269 1.036-1.269 2.032v.127c0 .527.293.8.81.8.509 0 .821-.322.821-.722v-.117c0-.566.322-.928 1.026-1.387.976-.644 1.68-1.23 1.68-2.441 0-1.68-1.495-2.569-3.214-2.569-1.738 0-2.87.811-3.144 1.739Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=""] input[type=checkbox]:after{color:#000;background-color:#c061cb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M21.523 4.473v7.48c0 2.861-1.562 4.463-4.472 4.463h-6.602l-3.525 3.223c-.46.43-.742.625-1.123.625-.557 0-.87-.4-.87-1.006v-2.842h-.458C1.563 16.416 0 14.824 0 11.953v-7.48C0 1.602 1.563 0 4.473 0H17.05c2.91 0 4.472 1.611 4.472 4.473ZM5.898 7.148c0 1.143.713 2.032 1.856 2.032.42 0 .84-.069 1.103-.4h.079a2.863 2.863 0 0 1-1.797 1.542c-.381.098-.489.254-.489.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.879-2.413-2.187-2.413-1.211 0-2.12.84-2.12 2.041Zm5.44 0c0 1.143.713 2.032 1.846 2.032.43 0 .85-.069 1.113-.4h.078a2.855 2.855 0 0 1-1.807 1.542c-.361.098-.478.254-.478.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.89-2.413-2.198-2.413-1.21 0-2.11.84-2.11 2.041Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M21.523 4.473v7.48c0 2.861-1.562 4.463-4.472 4.463h-6.602l-3.525 3.223c-.46.43-.742.625-1.123.625-.557 0-.87-.4-.87-1.006v-2.842h-.458C1.563 16.416 0 14.824 0 11.953v-7.48C0 1.602 1.563 0 4.473 0H17.05c2.91 0 4.472 1.611 4.472 4.473ZM5.898 7.148c0 1.143.713 2.032 1.856 2.032.42 0 .84-.069 1.103-.4h.079a2.863 2.863 0 0 1-1.797 1.542c-.381.098-.489.254-.489.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.879-2.413-2.187-2.413-1.211 0-2.12.84-2.12 2.041Zm5.44 0c0 1.143.713 2.032 1.846 2.032.43 0 .85-.069 1.113-.4h.078a2.855 2.855 0 0 1-1.807 1.542c-.361.098-.478.254-.478.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.89-2.413-2.198-2.413-1.21 0-2.11.84-2.11 2.041Z'/%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 xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#000;background-color:#f6d32d;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M4.161 20.547c.4.312.908.205 1.514-.235l5.166-3.798 5.176 3.799c.605.439 1.103.546 1.513.234.4-.303.488-.8.244-1.514l-2.04-6.074 5.214-3.75c.606-.43.85-.879.694-1.367-.157-.469-.616-.694-1.368-.694h-6.396l-1.944-6.064C11.7.361 11.35 0 10.841 0c-.498 0-.85.361-1.084 1.084L7.813 7.148H1.417c-.752 0-1.211.225-1.367.694-.166.488.088.937.693 1.367l5.215 3.75-2.041 6.074c-.244.713-.156 1.211.244 1.514Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M4.161 20.547c.4.312.908.205 1.514-.235l5.166-3.798 5.176 3.799c.605.439 1.103.546 1.513.234.4-.303.488-.8.244-1.514l-2.04-6.074 5.214-3.75c.606-.43.85-.879.694-1.367-.157-.469-.616-.694-1.368-.694h-6.396l-1.944-6.064C11.7.361 11.35 0 10.841 0c-.498 0-.85.361-1.084 1.084L7.813 7.148H1.417c-.752 0-1.211.225-1.367.694-.166.488.088.937.693 1.367l5.215 3.75-2.041 6.074c-.244.713-.156 1.211.244 1.514Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%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 xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M8.154 5.172v2.963H5.192c-.509 0-.86.352-.86.86 0 .499.351.831.86.831h2.962V12.8c0 .498.342.86.841.86.509 0 .86-.352.86-.86V9.826h2.973c.498 0 .86-.332.86-.83 0-.51-.362-.861-.86-.861H9.856V5.172c0-.508-.352-.87-.86-.87-.5 0-.842.362-.842.87Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M8.154 5.172v2.963H5.192c-.509 0-.86.352-.86.86 0 .499.351.831.86.831h2.962V12.8c0 .498.342.86.841.86.509 0 .86-.352.86-.86V9.826h2.973c.498 0 .86-.332.86-.83 0-.51-.362-.861-.86-.861H9.856V5.172c0-.508-.352-.87-.86-.87-.5 0-.842.362-.842.87Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#000;background-color:#62a0ea;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none' viewBox='0 0 20 18'%3E%3Cpath fill='black' d='M3.066 17.979h13.34c2.041 0 3.057-1.016 3.057-3.028V3.027C19.463 1.016 18.447 0 16.406 0H3.066C1.026 0 0 1.006 0 3.027v11.924c0 2.022 1.025 3.027 3.066 3.027Zm-.146-1.573c-.87 0-1.348-.459-1.348-1.367V5.83c0-.898.479-1.367 1.348-1.367h13.613c.87 0 1.358.469 1.358 1.367v9.21c0 .907-.489 1.366-1.358 1.366H2.92ZM7.832 7.97h.576c.342 0 .45-.098.45-.44v-.576c0-.342-.108-.45-.45-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.341 0-.449.108-.449.45v.576c0 .342.108.44.45.44ZM4.59 11.162h.566c.352 0 .46-.098.46-.44v-.575c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .341.108.44.46.44Zm3.242 0h.576c.342 0 .45-.098.45-.44v-.575c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.341 0-.449.098-.449.44v.576c0 .341.108.44.45.44ZM4.59 14.365h.566c.352 0 .46-.107.46-.449v-.576c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .342.108.45.46.45Zm3.242 0h.576c.342 0 .45-.107.45-.449v-.576c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.459.45Zm3.242 0h.576c.342 0 .46-.107.46-.449v-.576c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.46.45Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none' viewBox='0 0 20 18'%3E%3Cpath fill='black' d='M3.066 17.979h13.34c2.041 0 3.057-1.016 3.057-3.028V3.027C19.463 1.016 18.447 0 16.406 0H3.066C1.026 0 0 1.006 0 3.027v11.924c0 2.022 1.025 3.027 3.066 3.027Zm-.146-1.573c-.87 0-1.348-.459-1.348-1.367V5.83c0-.898.479-1.367 1.348-1.367h13.613c.87 0 1.358.469 1.358 1.367v9.21c0 .907-.489 1.366-1.358 1.366H2.92ZM7.832 7.97h.576c.342 0 .45-.098.45-.44v-.576c0-.342-.108-.45-.45-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.341 0-.449.108-.449.45v.576c0 .342.108.44.45.44ZM4.59 11.162h.566c.352 0 .46-.098.46-.44v-.575c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .341.108.44.46.44Zm3.242 0h.576c.342 0 .45-.098.45-.44v-.575c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.341 0-.449.098-.449.44v.576c0 .341.108.44.45.44ZM4.59 14.365h.566c.352 0 .46-.107.46-.449v-.576c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .342.108.45.46.45Zm3.242 0h.576c.342 0 .45-.107.45-.449v-.576c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.459.45Zm3.242 0h.576c.342 0 .46-.107.46-.449v-.576c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.46.45Z'/%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 xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#000;background-color:#23a4ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='black' d='M11.533 0c.479 0 .801.205 1.319.693L20.557 7.9c.38.362.498.723.498 1.055 0 .322-.127.693-.498 1.045l-7.705 7.275c-.47.44-.86.635-1.338.635-.664 0-1.153-.488-1.153-1.142v-3.73h-.283c-3.78 0-6.172.956-7.871 4.15-.342.625-.791.722-1.201.722C.479 17.91 0 17.441 0 16.602c0-7.217 3.057-11.72 10.078-11.72h.283v-3.69C10.361.536 10.85 0 11.533 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='black' d='M11.533 0c.479 0 .801.205 1.319.693L20.557 7.9c.38.362.498.723.498 1.055 0 .322-.127.693-.498 1.045l-7.705 7.275c-.47.44-.86.635-1.338.635-.664 0-1.153-.488-1.153-1.142v-3.73h-.283c-3.78 0-6.172.956-7.871 4.15-.342.625-.791.722-1.201.722C.479 17.91 0 17.441 0 16.602c0-7.217 3.057-11.72 10.078-11.72h.283v-3.69C10.361.536 10.85 0 11.533 0Z'/%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{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=a] input[type=checkbox]:after{color:#000;background-color:#e061b2;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M9.336 20.254a9.336 9.336 0 0 0 9.336-9.336c0-5.156-4.18-9.346-9.336-9.346C4.18 1.572 0 5.762 0 10.918a9.336 9.336 0 0 0 9.336 9.336Zm-4.443-8.262a.663.663 0 0 1-.674-.674c0-.38.293-.683.674-.683h3.76V5.4a.68.68 0 1 1 1.357 0v5.918a.672.672 0 0 1-.684.674H4.893Zm-3.575-7.91c.147 0 .254-.02.391-.127l3.271-2.47c.157-.118.245-.274.245-.44 0-.205-.098-.371-.264-.527C4.59.186 3.926 0 3.34 0A2.734 2.734 0 0 0 .596 2.744c0 .361.058.723.166.947.107.245.312.391.556.391Zm16.035 0c.245 0 .45-.156.567-.39.098-.215.156-.587.156-.948A2.728 2.728 0 0 0 15.332 0c-.586 0-1.25.186-1.621.518-.166.156-.264.322-.264.527 0 .166.088.322.254.44l3.262 2.47a.568.568 0 0 0 .39.127ZM1.172 19.971a.74.74 0 0 0 1.074-.01l1.846-1.836-1.055-1.045-1.855 1.836a.743.743 0 0 0-.01 1.055Zm16.328 0a.734.734 0 0 0-.01-1.055l-1.855-1.836-1.045 1.045 1.836 1.836a.74.74 0 0 0 1.074.01Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.033v21.924H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M9.336 20.254a9.336 9.336 0 0 0 9.336-9.336c0-5.156-4.18-9.346-9.336-9.346C4.18 1.572 0 5.762 0 10.918a9.336 9.336 0 0 0 9.336 9.336Zm-4.443-8.262a.663.663 0 0 1-.674-.674c0-.38.293-.683.674-.683h3.76V5.4a.68.68 0 1 1 1.357 0v5.918a.672.672 0 0 1-.684.674H4.893Zm-3.575-7.91c.147 0 .254-.02.391-.127l3.271-2.47c.157-.118.245-.274.245-.44 0-.205-.098-.371-.264-.527C4.59.186 3.926 0 3.34 0A2.734 2.734 0 0 0 .596 2.744c0 .361.058.723.166.947.107.245.312.391.556.391Zm16.035 0c.245 0 .45-.156.567-.39.098-.215.156-.587.156-.948A2.728 2.728 0 0 0 15.332 0c-.586 0-1.25.186-1.621.518-.166.156-.264.322-.264.527 0 .166.088.322.254.44l3.262 2.47a.568.568 0 0 0 .39.127ZM1.172 19.971a.74.74 0 0 0 1.074-.01l1.846-1.836-1.055-1.045-1.855 1.836a.743.743 0 0 0-.01 1.055Zm16.328 0a.734.734 0 0 0-.01-1.055l-1.855-1.836-1.045 1.045 1.836 1.836a.74.74 0 0 0 1.074.01Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.033v21.924H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}li.task-list-item[data-task=A] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=b] input[type=checkbox]:after{color:#000;background-color:#ff7800;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' fill='none' viewBox='0 0 14 21'%3E%3Cpath fill='black' d='M1.035 20.947c.479 0 .762-.273 1.64-1.123l3.82-3.76c.048-.048.136-.048.175 0l3.818 3.76c.88.85 1.162 1.123 1.64 1.123.655 0 1.036-.43 1.036-1.191V2.803C13.164.947 12.236 0 10.4 0H2.764C.928 0 0 .947 0 2.803v16.953c0 .762.38 1.191 1.035 1.191Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' fill='none' viewBox='0 0 14 21'%3E%3Cpath fill='black' d='M1.035 20.947c.479 0 .762-.273 1.64-1.123l3.82-3.76c.048-.048.136-.048.175 0l3.818 3.76c.88.85 1.162 1.123 1.64 1.123.655 0 1.036-.43 1.036-1.191V2.803C13.164.947 12.236 0 10.4 0H2.764C.928 0 0 .947 0 2.803v16.953c0 .762.38 1.191 1.035 1.191Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=B] input[type=checkbox]:after{color:#000;background-color:#e061b2;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none' viewBox='0 0 22 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M14.023 19.365a3.261 3.261 0 0 0 3.262-3.261 3.263 3.263 0 0 0-3.262-3.272 3.263 3.263 0 0 0-3.261 3.271 3.261 3.261 0 0 0 3.261 3.262Zm-7.177 0a3.261 3.261 0 0 0 3.261-3.261 3.263 3.263 0 0 0-3.261-3.272 3.263 3.263 0 0 0-3.262 3.271 3.261 3.261 0 0 0 3.262 3.262Zm10.761-6.425a3.255 3.255 0 0 0 3.262-3.262 3.255 3.255 0 0 0-3.262-3.262 3.263 3.263 0 0 0-3.271 3.262 3.263 3.263 0 0 0 3.271 3.261Zm-14.345 0a3.263 3.263 0 0 0 3.271-3.262 3.263 3.263 0 0 0-3.271-3.262 3.261 3.261 0 1 0 0 6.524Zm10.761-6.417a3.255 3.255 0 0 0 3.262-3.261A3.255 3.255 0 0 0 14.023 0a3.255 3.255 0 0 0-3.261 3.262 3.255 3.255 0 0 0 3.261 3.261Zm-7.177 0a3.255 3.255 0 0 0 3.261-3.261A3.255 3.255 0 0 0 6.846 0a3.255 3.255 0 0 0-3.262 3.262 3.255 3.255 0 0 0 3.262 3.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.23v19.365H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none' viewBox='0 0 22 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M14.023 19.365a3.261 3.261 0 0 0 3.262-3.261 3.263 3.263 0 0 0-3.262-3.272 3.263 3.263 0 0 0-3.261 3.271 3.261 3.261 0 0 0 3.261 3.262Zm-7.177 0a3.261 3.261 0 0 0 3.261-3.261 3.263 3.263 0 0 0-3.261-3.272 3.263 3.263 0 0 0-3.262 3.271 3.261 3.261 0 0 0 3.262 3.262Zm10.761-6.425a3.255 3.255 0 0 0 3.262-3.262 3.255 3.255 0 0 0-3.262-3.262 3.263 3.263 0 0 0-3.271 3.262 3.263 3.263 0 0 0 3.271 3.261Zm-14.345 0a3.263 3.263 0 0 0 3.271-3.262 3.263 3.263 0 0 0-3.271-3.262 3.261 3.261 0 1 0 0 6.524Zm10.761-6.417a3.255 3.255 0 0 0 3.262-3.261A3.255 3.255 0 0 0 14.023 0a3.255 3.255 0 0 0-3.261 3.262 3.255 3.255 0 0 0 3.261 3.261Zm-7.177 0a3.255 3.255 0 0 0 3.261-3.261A3.255 3.255 0 0 0 6.846 0a3.255 3.255 0 0 0-3.262 3.262 3.255 3.255 0 0 0 3.262 3.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.23v19.365H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}li.task-list-item[data-task=c] input[type=checkbox]:after{color:#000;background-color:#ed333b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M19.238 6.24c0-2.89-1.816-5.312-4.228-5.312h-1.72c1.758 1.28 2.54 3.213 2.5 5.41-.03 2.442-.976 4.19-1.826 5.245h1.406c2.178 0 3.867-2.344 3.867-5.342Zm-4.756.07C14.541 2.744 11.65.05 7.11.01L5.791 0c-1.27-.01-2.207.09-2.734.236-.762.185-1.494.644-1.494 1.571 0 .371.097.655.214.86.078.117.069.224-.058.273-.596.244-1.104.82-1.104 1.582 0 .45.127.83.352 1.104.107.146.088.273-.088.38-.44.254-.752.801-.752 1.436 0 .46.146.938.4 1.172.166.137.137.234-.029.38C.195 9.25 0 9.689 0 10.245a1.69 1.69 0 0 0 1.7 1.71h3.437c.869 0 1.445.449 1.445 1.172 0 1.299-1.621 3.691-1.621 5.41 0 .918.576 1.445 1.348 1.445.693 0 1.035-.478 1.406-1.21 1.455-2.823 3.389-5.108 4.863-7.071 1.25-1.66 1.865-3.086 1.904-5.39Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M19.238 6.24c0-2.89-1.816-5.312-4.228-5.312h-1.72c1.758 1.28 2.54 3.213 2.5 5.41-.03 2.442-.976 4.19-1.826 5.245h1.406c2.178 0 3.867-2.344 3.867-5.342Zm-4.756.07C14.541 2.744 11.65.05 7.11.01L5.791 0c-1.27-.01-2.207.09-2.734.236-.762.185-1.494.644-1.494 1.571 0 .371.097.655.214.86.078.117.069.224-.058.273-.596.244-1.104.82-1.104 1.582 0 .45.127.83.352 1.104.107.146.088.273-.088.38-.44.254-.752.801-.752 1.436 0 .46.146.938.4 1.172.166.137.137.234-.029.38C.195 9.25 0 9.689 0 10.245a1.69 1.69 0 0 0 1.7 1.71h3.437c.869 0 1.445.449 1.445 1.172 0 1.299-1.621 3.691-1.621 5.41 0 .918.576 1.445 1.348 1.445.693 0 1.035-.478 1.406-1.21 1.455-2.823 3.389-5.108 4.863-7.071 1.25-1.66 1.865-3.086 1.904-5.39Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=C] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=d] input[type=checkbox]:after{color:#000;background-color:#62a0ea;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M7.402 18.447a.885.885 0 0 0 .655-.293l6.484-6.494a.879.879 0 0 0 .264-.635c0-.478-.352-.85-.84-.85a.863.863 0 0 0-.615.235l-2.227 2.188-3.73 4.082-3.711-4.082-2.227-2.188c-.146-.156-.38-.234-.615-.234-.488 0-.84.37-.84.85 0 .234.088.439.273.634l6.475 6.494c.186.196.41.293.654.293Zm0-1.045c.46 0 .772-.312.772-.771l.097-2.91V.859c0-.507-.36-.859-.869-.859-.507 0-.869.352-.869.86v12.86l.098 2.91c0 .46.312.772.771.772Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M7.402 18.447a.885.885 0 0 0 .655-.293l6.484-6.494a.879.879 0 0 0 .264-.635c0-.478-.352-.85-.84-.85a.863.863 0 0 0-.615.235l-2.227 2.188-3.73 4.082-3.711-4.082-2.227-2.188c-.146-.156-.38-.234-.615-.234-.488 0-.84.37-.84.85 0 .234.088.439.273.634l6.475 6.494c.186.196.41.293.654.293Zm0-1.045c.46 0 .772-.312.772-.771l.097-2.91V.859c0-.507-.36-.859-.869-.859-.507 0-.869.352-.869.86v12.86l.098 2.91c0 .46.312.772.771.772Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=f] input[type=checkbox]:after{color:#000;background-color:#ff7800;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none' viewBox='0 0 17 22'%3E%3Cpath fill='black' d='M7.676 21.123c5.156 0 8.594-3.486 8.594-8.74C16.27 3.643 8.828 0 3.662 0c-.918 0-1.504.322-1.504.947 0 .244.108.498.313.733 1.162 1.386 2.324 3.037 2.343 4.96 0 .44-.048.83-.36 1.378l.487-.098c-.439-1.436-1.62-2.451-2.656-2.451-.4 0-.674.293-.674.732 0 .254.069.85.069 1.28C1.68 9.667 0 10.946 0 14.472c0 3.994 3.057 6.65 7.676 6.65Zm.224-2.744c-1.826 0-3.037-1.104-3.037-2.744 0-1.719 1.221-2.334 1.377-3.438.02-.088.078-.117.147-.058.449.4.742.888.986 1.455.518-.703.762-2.188.596-3.79-.01-.087.049-.136.136-.107 2.14 1.006 3.252 3.135 3.252 5.04 0 1.933-1.132 3.642-3.457 3.642Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none' viewBox='0 0 17 22'%3E%3Cpath fill='black' d='M7.676 21.123c5.156 0 8.594-3.486 8.594-8.74C16.27 3.643 8.828 0 3.662 0c-.918 0-1.504.322-1.504.947 0 .244.108.498.313.733 1.162 1.386 2.324 3.037 2.343 4.96 0 .44-.048.83-.36 1.378l.487-.098c-.439-1.436-1.62-2.451-2.656-2.451-.4 0-.674.293-.674.732 0 .254.069.85.069 1.28C1.68 9.667 0 10.946 0 14.472c0 3.994 3.057 6.65 7.676 6.65Zm.224-2.744c-1.826 0-3.037-1.104-3.037-2.744 0-1.719 1.221-2.334 1.377-3.438.02-.088.078-.117.147-.058.449.4.742.888.986 1.455.518-.703.762-2.188.596-3.79-.01-.087.049-.136.136-.107 2.14 1.006 3.252 3.135 3.252 5.04 0 1.933-1.132 3.642-3.457 3.642Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=i] input[type=checkbox]:after{color:#000;background-color:#62a0ea;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.37 8.154a.721.721 0 0 0-.733.713c0 .42.322.723.732.723h1.074v4.59h-1.24a.724.724 0 0 0-.742.713c0 .42.322.722.742.722h4.092c.42 0 .742-.303.742-.722a.724.724 0 0 0-.742-.713h-1.24V9.072c0-.547-.274-.918-.791-.918H8.369Zm.185-2.988c0 .742.586 1.328 1.318 1.328.732 0 1.309-.586 1.309-1.328 0-.742-.577-1.328-1.309-1.328s-1.318.586-1.318 1.328Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.37 8.154a.721.721 0 0 0-.733.713c0 .42.322.723.732.723h1.074v4.59h-1.24a.724.724 0 0 0-.742.713c0 .42.322.722.742.722h4.092c.42 0 .742-.303.742-.722a.724.724 0 0 0-.742-.713h-1.24V9.072c0-.547-.274-.918-.791-.918H8.369Zm.185-2.988c0 .742.586 1.328 1.318 1.328.732 0 1.309-.586 1.309-1.328 0-.742-.577-1.328-1.309-1.328s-1.318.586-1.318 1.328Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=I] input[type=checkbox]:after{color:#000;background-color:#f6d32d;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none' viewBox='0 0 21 22'%3E%3Cpath fill='black' d='M4.346 12.48c-.215 0-.362.137-.381.362-.371 3.017-.518 3.095-3.574 3.594-.254.029-.391.156-.391.38 0 .215.137.342.342.372 3.086.595 3.252.576 3.623 3.584.02.234.166.37.38.37.206 0 .362-.136.382-.36.39-3.057.507-3.145 3.613-3.595.195-.019.342-.156.342-.37 0-.215-.147-.352-.342-.381-3.106-.596-3.213-.596-3.613-3.614a.367.367 0 0 0-.381-.341ZM11.982 0c-.283 0-.507.205-.546.508-.85 6.181-1.7 7.002-7.793 7.812-.313.03-.538.254-.538.547 0 .303.225.537.538.567 6.113.664 6.992 1.62 7.792 7.793.04.302.264.517.547.517.293 0 .508-.215.557-.517.81-6.172 1.68-7.13 7.793-7.793a.552.552 0 0 0 .527-.567c0-.293-.205-.517-.527-.547-6.113-.683-6.982-1.63-7.793-7.812C12.49.205 12.275 0 11.982 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none' viewBox='0 0 21 22'%3E%3Cpath fill='black' d='M4.346 12.48c-.215 0-.362.137-.381.362-.371 3.017-.518 3.095-3.574 3.594-.254.029-.391.156-.391.38 0 .215.137.342.342.372 3.086.595 3.252.576 3.623 3.584.02.234.166.37.38.37.206 0 .362-.136.382-.36.39-3.057.507-3.145 3.613-3.595.195-.019.342-.156.342-.37 0-.215-.147-.352-.342-.381-3.106-.596-3.213-.596-3.613-3.614a.367.367 0 0 0-.381-.341ZM11.982 0c-.283 0-.507.205-.546.508-.85 6.181-1.7 7.002-7.793 7.812-.313.03-.538.254-.538.547 0 .303.225.537.538.567 6.113.664 6.992 1.62 7.792 7.793.04.302.264.517.547.517.293 0 .508-.215.557-.517.81-6.172 1.68-7.13 7.793-7.793a.552.552 0 0 0 .527-.567c0-.293-.205-.517-.527-.547-6.113-.683-6.982-1.63-7.793-7.812C12.49.205 12.275 0 11.982 0Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=k] input[type=checkbox]:after{color:#000;background-color:#f6d32d;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='25' fill='none' viewBox='0 0 13 25'%3E%3Cpath fill='black' d='M6.24 0C2.764 0 0 2.764 0 6.22c0 2.608 1.563 4.913 4.004 5.84v9.64a.83.83 0 0 0 .254.614l1.63 1.641c.167.166.499.215.704.01l3.096-3.096a.487.487 0 0 0 0-.703l-1.924-1.895 2.636-2.627c.186-.195.186-.478-.02-.693l-2.607-2.627c3.018-1.201 4.698-3.428 4.698-6.103A6.22 6.22 0 0 0 6.24 0Zm0 5.723c-.908 0-1.63-.733-1.63-1.631 0-.908.712-1.631 1.63-1.631.899 0 1.631.723 1.631 1.63 0 .9-.732 1.632-1.63 1.632Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='25' fill='none' viewBox='0 0 13 25'%3E%3Cpath fill='black' d='M6.24 0C2.764 0 0 2.764 0 6.22c0 2.608 1.563 4.913 4.004 5.84v9.64a.83.83 0 0 0 .254.614l1.63 1.641c.167.166.499.215.704.01l3.096-3.096a.487.487 0 0 0 0-.703l-1.924-1.895 2.636-2.627c.186-.195.186-.478-.02-.693l-2.607-2.627c3.018-1.201 4.698-3.428 4.698-6.103A6.22 6.22 0 0 0 6.24 0Zm0 5.723c-.908 0-1.63-.733-1.63-1.631 0-.908.712-1.631 1.63-1.631.899 0 1.631.723 1.631 1.63 0 .9-.732 1.632-1.63 1.632Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=K] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=l] input[type=checkbox]:after{color:#000;background-color:#ed333b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='21' fill='none' viewBox='0 0 8 21'%3E%3Cpath fill='black' d='M7.334 3.682A3.65 3.65 0 0 1 4.57 7.236V16.3c0 2.89-.508 4.453-.908 4.453-.39 0-.908-1.572-.908-4.453V7.236A3.65 3.65 0 0 1 0 3.682C0 1.66 1.63 0 3.662 0a3.676 3.676 0 0 1 3.672 3.682ZM1.357 2.617c0 .684.586 1.27 1.26 1.27.684 0 1.25-.586 1.25-1.27 0-.674-.566-1.25-1.25-1.25-.674 0-1.26.576-1.26 1.25Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='21' fill='none' viewBox='0 0 8 21'%3E%3Cpath fill='black' d='M7.334 3.682A3.65 3.65 0 0 1 4.57 7.236V16.3c0 2.89-.508 4.453-.908 4.453-.39 0-.908-1.572-.908-4.453V7.236A3.65 3.65 0 0 1 0 3.682C0 1.66 1.63 0 3.662 0a3.676 3.676 0 0 1 3.672 3.682ZM1.357 2.617c0 .684.586 1.27 1.26 1.27.684 0 1.25-.586 1.25-1.27 0-.674-.566-1.25-1.25-1.25-.674 0-1.26.576-1.26 1.25Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=L] input[type=checkbox]:after{color:#000;background-color:#e061b2;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none' viewBox='0 0 20 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M9.697 18.525c.205 0 .498-.136.713-.263 5.498-3.516 8.985-7.608 8.985-11.768 0-3.457-2.373-5.898-5.44-5.898-1.904 0-3.37 1.054-4.258 2.666C8.828 1.66 7.344.596 5.44.596 2.373.596 0 3.037 0 6.494c0 4.16 3.486 8.252 8.994 11.768.205.127.498.263.703.263Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.756v18.525H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none' viewBox='0 0 20 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M9.697 18.525c.205 0 .498-.136.713-.263 5.498-3.516 8.985-7.608 8.985-11.768 0-3.457-2.373-5.898-5.44-5.898-1.904 0-3.37 1.054-4.258 2.666C8.828 1.66 7.344.596 5.44.596 2.373.596 0 3.037 0 6.494c0 4.16 3.486 8.252 8.994 11.768.205.127.498.263.703.263Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.756v18.525H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=n] input[type=checkbox]:after{color:#000;background-color:#62a0ea;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M2.668 14.63 13.322 3.985l-1.709-1.719L.95 12.911l-.928 2.178c-.097.234.157.508.391.41l2.256-.87ZM14.182 3.145l.986-.966c.498-.499.527-1.036.078-1.485l-.332-.332c-.44-.44-.976-.4-1.475.088l-.986.977 1.729 1.718Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h15.932v15.52H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M2.668 14.63 13.322 3.985l-1.709-1.719L.95 12.911l-.928 2.178c-.097.234.157.508.391.41l2.256-.87ZM14.182 3.145l.986-.966c.498-.499.527-1.036.078-1.485l-.332-.332c-.44-.44-.976-.4-1.475.088l-.986.977 1.729 1.718Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h15.932v15.52H0z'/%3E%3C/clipPath%3E%3C/defs%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=p] input[type=checkbox]:after{color:#000;background-color:#2ec27e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M0 13.74c0 2.89 1.807 5.313 4.229 5.313h1.718c-1.758-1.28-2.48-3.213-2.48-5.41.01-2.442.957-4.19 1.797-5.245H3.867C1.69 8.398 0 10.742 0 13.74Zm4.814-.078c0 3.565 2.784 6.318 7.325 6.318h1.328c1.26 0 2.197-.087 2.724-.234.762-.185 1.495-.654 1.495-1.572 0-.381-.098-.654-.215-.86-.078-.127-.059-.224.058-.273.606-.254 1.104-.82 1.104-1.592 0-.44-.127-.83-.342-1.094-.107-.146-.098-.283.088-.38.43-.254.742-.801.742-1.436 0-.459-.146-.937-.4-1.172-.157-.137-.127-.234.029-.38.303-.255.498-.694.498-1.25a1.69 1.69 0 0 0-1.7-1.71h-3.437c-.869 0-1.445-.449-1.445-1.172 0-1.298 1.63-3.7 1.63-5.42C14.297.528 13.712 0 12.95 0c-.703 0-1.045.479-1.416 1.21-1.455 2.823-3.388 5.108-4.863 7.061-1.25 1.66-1.856 3.096-1.856 5.391Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M0 13.74c0 2.89 1.807 5.313 4.229 5.313h1.718c-1.758-1.28-2.48-3.213-2.48-5.41.01-2.442.957-4.19 1.797-5.245H3.867C1.69 8.398 0 10.742 0 13.74Zm4.814-.078c0 3.565 2.784 6.318 7.325 6.318h1.328c1.26 0 2.197-.087 2.724-.234.762-.185 1.495-.654 1.495-1.572 0-.381-.098-.654-.215-.86-.078-.127-.059-.224.058-.273.606-.254 1.104-.82 1.104-1.592 0-.44-.127-.83-.342-1.094-.107-.146-.098-.283.088-.38.43-.254.742-.801.742-1.436 0-.459-.146-.937-.4-1.172-.157-.137-.127-.234.029-.38.303-.255.498-.694.498-1.25a1.69 1.69 0 0 0-1.7-1.71h-3.437c-.869 0-1.445-.449-1.445-1.172 0-1.298 1.63-3.7 1.63-5.42C14.297.528 13.712 0 12.95 0c-.703 0-1.045.479-1.416 1.21-1.455 2.823-3.388 5.108-4.863 7.061-1.25 1.66-1.856 3.096-1.856 5.391Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=P] input[type=checkbox]:after{color:#000;background-color:#2ec27e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M5 13.154c2.871 2.881 6.309 5.069 9.072 5.069 1.3 0 2.432-.518 3.174-1.348.713-.8.957-1.396.957-1.924 0-.41-.254-.79-.898-1.24l-2.383-1.709c-.596-.42-.86-.498-1.211-.498-.303 0-.557.059-1.065.332l-1.562.86c-.186.107-.264.126-.4.126-.186 0-.313-.049-.498-.127-.743-.341-1.788-1.162-2.715-2.09-.928-.927-1.65-1.875-2.022-2.607a.971.971 0 0 1-.107-.41c0-.127.068-.234.146-.371l.918-1.572c.254-.43.323-.665.323-.997 0-.38-.127-.79-.489-1.308L4.6 1.055C4.13.4 3.78 0 3.252 0 2.598 0 1.807.498 1.24 1.045.43 1.826 0 2.92 0 4.15c0 2.784 2.139 6.153 5 9.004Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h18.564v18.232H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M5 13.154c2.871 2.881 6.309 5.069 9.072 5.069 1.3 0 2.432-.518 3.174-1.348.713-.8.957-1.396.957-1.924 0-.41-.254-.79-.898-1.24l-2.383-1.709c-.596-.42-.86-.498-1.211-.498-.303 0-.557.059-1.065.332l-1.562.86c-.186.107-.264.126-.4.126-.186 0-.313-.049-.498-.127-.743-.341-1.788-1.162-2.715-2.09-.928-.927-1.65-1.875-2.022-2.607a.971.971 0 0 1-.107-.41c0-.127.068-.234.146-.371l.918-1.572c.254-.43.323-.665.323-.997 0-.38-.127-.79-.489-1.308L4.6 1.055C4.13.4 3.78 0 3.252 0 2.598 0 1.807.498 1.24 1.045.43 1.826 0 2.92 0 4.15c0 2.784 2.139 6.153 5 9.004Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h18.564v18.232H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}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{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=R] input[type=checkbox]:after{color:#000;background-color:#23a4ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M8.652 16.777v-6.181c0-.4-.224-.616-.625-.616a.803.803 0 0 0-.507.176l-3.692 3.057c-.303.264-.322.664 0 .928l3.692 3.066a.812.812 0 0 0 .507.186c.4 0 .625-.225.625-.616ZM20.02 8.36a.81.81 0 0 0-.82.83v.928c0 1.67-1.163 2.764-2.93 2.764H7.216c-.45 0-.82.371-.82.81 0 .45.37.82.82.82h8.896c2.91 0 4.727-1.65 4.727-4.277V9.19a.81.81 0 0 0-.82-.83ZM12.188.635v6.181c0 .391.224.616.624.616a.812.812 0 0 0 .508-.186l3.692-3.057c.312-.253.332-.654 0-.927L13.32.195a.803.803 0 0 0-.508-.175c-.4 0-.624.214-.624.615ZM.82 9.053c.47 0 .83-.362.83-.83v-.928c0-1.67 1.153-2.774 2.92-2.774h9.063c.44 0 .81-.36.81-.81a.82.82 0 0 0-.81-.81H4.727C1.827 2.9 0 4.54 0 7.177v1.045c0 .468.361.83.82.83Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.201v17.393H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M8.652 16.777v-6.181c0-.4-.224-.616-.625-.616a.803.803 0 0 0-.507.176l-3.692 3.057c-.303.264-.322.664 0 .928l3.692 3.066a.812.812 0 0 0 .507.186c.4 0 .625-.225.625-.616ZM20.02 8.36a.81.81 0 0 0-.82.83v.928c0 1.67-1.163 2.764-2.93 2.764H7.216c-.45 0-.82.371-.82.81 0 .45.37.82.82.82h8.896c2.91 0 4.727-1.65 4.727-4.277V9.19a.81.81 0 0 0-.82-.83ZM12.188.635v6.181c0 .391.224.616.624.616a.812.812 0 0 0 .508-.186l3.692-3.057c.312-.253.332-.654 0-.927L13.32.195a.803.803 0 0 0-.508-.175c-.4 0-.624.214-.624.615ZM.82 9.053c.47 0 .83-.362.83-.83v-.928c0-1.67 1.153-2.774 2.92-2.774h9.063c.44 0 .81-.36.81-.81a.82.82 0 0 0-.81-.81H4.727C1.827 2.9 0 4.54 0 7.177v1.045c0 .468.361.83.82.83Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.201v17.393H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}li.task-list-item[data-task=s] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=S] input[type=checkbox]:after{color:#000;background-color:#2ec27e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' fill='none' viewBox='0 0 13 23'%3E%3Cpath fill='black' d='M6.24 19.639c3.301 0 6.143-1.66 6.143-4.824 0-2.93-2.295-3.975-5.02-4.63l-1.875-.458c-1.777-.43-3.252-1.202-3.252-2.891 0-1.895 2.022-2.861 3.994-2.861 2.022 0 3.487.947 4.024 2.685.156.46.459.772.967.772s.879-.352.879-.87c0-.78-.518-1.835-1.192-2.51-1.191-1.19-2.9-1.747-4.678-1.747-3.056 0-5.869 1.62-5.869 4.677 0 2.705 2.305 3.926 4.815 4.502l1.885.44c1.875.44 3.457 1.123 3.457 3.037 0 2.148-1.973 3.018-4.258 3.018-2.158 0-3.906-.87-4.424-2.813-.147-.479-.43-.752-.928-.752-.547 0-.908.371-.908.86 0 .908.596 1.962 1.27 2.607 1.318 1.24 3.173 1.758 4.97 1.758Zm-.049 2.373a.642.642 0 0 0 .635-.645V.635A.64.64 0 0 0 6.191 0a.64.64 0 0 0-.634.635v20.732c0 .352.283.645.634.645Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' fill='none' viewBox='0 0 13 23'%3E%3Cpath fill='black' d='M6.24 19.639c3.301 0 6.143-1.66 6.143-4.824 0-2.93-2.295-3.975-5.02-4.63l-1.875-.458c-1.777-.43-3.252-1.202-3.252-2.891 0-1.895 2.022-2.861 3.994-2.861 2.022 0 3.487.947 4.024 2.685.156.46.459.772.967.772s.879-.352.879-.87c0-.78-.518-1.835-1.192-2.51-1.191-1.19-2.9-1.747-4.678-1.747-3.056 0-5.869 1.62-5.869 4.677 0 2.705 2.305 3.926 4.815 4.502l1.885.44c1.875.44 3.457 1.123 3.457 3.037 0 2.148-1.973 3.018-4.258 3.018-2.158 0-3.906-.87-4.424-2.813-.147-.479-.43-.752-.928-.752-.547 0-.908.371-.908.86 0 .908.596 1.962 1.27 2.607 1.318 1.24 3.173 1.758 4.97 1.758Zm-.049 2.373a.642.642 0 0 0 .635-.645V.635A.64.64 0 0 0 6.191 0a.64.64 0 0 0-.634.635v20.732c0 .352.283.645.634.645Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=t] input[type=checkbox]:after{color:#000;background-color:#ff7800;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M4.854 11.016a.667.667 0 0 1-.684-.684c0-.38.293-.674.684-.674h4.423V3.75c0-.38.293-.674.674-.674.381 0 .684.293.684.674v6.582c0 .39-.303.684-.684.684H4.854Zm5.107 8.906c5.498 0 9.96-4.473 9.96-9.961C19.922 4.463 15.46 0 9.962 0 4.473 0 0 4.463 0 9.96c0 5.49 4.473 9.962 9.96 9.962Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h20.283v19.932H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M4.854 11.016a.667.667 0 0 1-.684-.684c0-.38.293-.674.684-.674h4.423V3.75c0-.38.293-.674.674-.674.381 0 .684.293.684.674v6.582c0 .39-.303.684-.684.684H4.854Zm5.107 8.906c5.498 0 9.96-4.473 9.96-9.961C19.922 4.463 15.46 0 9.962 0 4.473 0 0 4.463 0 9.96c0 5.49 4.473 9.962 9.96 9.962Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h20.283v19.932H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}li.task-list-item[data-task=T] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=u] input[type=checkbox]:after{color:#000;background-color:#ff7800;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M.84 8.271c.234 0 .469-.078.615-.234L3.682 5.85l3.71-4.082 3.731 4.082 2.227 2.187c.156.156.38.234.615.234.488 0 .84-.37.84-.85a.879.879 0 0 0-.264-.634L8.057.293A.885.885 0 0 0 7.402 0a.885.885 0 0 0-.654.293L.273 6.787c-.185.195-.273.4-.273.635 0 .478.352.85.84.85Zm6.562 10.176c.508 0 .87-.351.87-.86V4.728l-.098-2.91c0-.46-.313-.772-.772-.772s-.771.312-.771.771l-.098 2.91v12.862c0 .508.362.86.87.86Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M.84 8.271c.234 0 .469-.078.615-.234L3.682 5.85l3.71-4.082 3.731 4.082 2.227 2.187c.156.156.38.234.615.234.488 0 .84-.37.84-.85a.879.879 0 0 0-.264-.634L8.057.293A.885.885 0 0 0 7.402 0a.885.885 0 0 0-.654.293L.273 6.787c-.185.195-.273.4-.273.635 0 .478.352.85.84.85Zm6.562 10.176c.508 0 .87-.351.87-.86V4.728l-.098-2.91c0-.46-.313-.772-.772-.772s-.771.312-.771.771l-.098 2.91v12.862c0 .508.362.86.87.86Z'/%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{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=w] input[type=checkbox]:after{color:#000;background-color:#ff7800;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cpath fill='black' d='M0 3.223c0 4.033 1.934 6.552 5.791 7.734a8.289 8.289 0 0 0 1.953 1.758v4.248H6.211c-1.377 0-2.09.79-2.09 2.09v1.611c0 .44.342.742.752.742h9.356c.41 0 .752-.302.752-.742v-1.611c0-1.3-.723-2.09-2.1-2.09h-1.524v-4.248a8.07 8.07 0 0 0 1.944-1.758c3.867-1.182 5.8-3.701 5.8-7.734 0-1.006-.624-1.621-1.67-1.621h-1.894C15.381.605 14.677 0 13.497 0H5.604C4.433 0 3.72.596 3.564 1.602H1.67C.625 1.602 0 2.217 0 3.222Zm1.396.136c0-.156.118-.283.284-.283h1.836V4.99c0 1.494.39 2.881.996 4.082C2.47 8.037 1.396 6.142 1.396 3.36ZM14.58 9.072a8.947 8.947 0 0 0 1.006-4.082V3.076h1.836c.166 0 .283.127.283.283 0 2.784-1.074 4.678-3.125 5.713Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cpath fill='black' d='M0 3.223c0 4.033 1.934 6.552 5.791 7.734a8.289 8.289 0 0 0 1.953 1.758v4.248H6.211c-1.377 0-2.09.79-2.09 2.09v1.611c0 .44.342.742.752.742h9.356c.41 0 .752-.302.752-.742v-1.611c0-1.3-.723-2.09-2.1-2.09h-1.524v-4.248a8.07 8.07 0 0 0 1.944-1.758c3.867-1.182 5.8-3.701 5.8-7.734 0-1.006-.624-1.621-1.67-1.621h-1.894C15.381.605 14.677 0 13.497 0H5.604C4.433 0 3.72.596 3.564 1.602H1.67C.625 1.602 0 2.217 0 3.222Zm1.396.136c0-.156.118-.283.284-.283h1.836V4.99c0 1.494.39 2.881.996 4.082C2.47 8.037 1.396 6.142 1.396 3.36ZM14.58 9.072a8.947 8.947 0 0 0 1.006-4.082V3.076h1.836c.166 0 .283.127.283.283 0 2.784-1.074 4.678-3.125 5.713Z'/%3E%3C/svg%3E")}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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%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")}.callout[data-callout=banner-icon],.callout[data-callout=note-toolbar]{--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] 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:#fff;background-color:#1d1d20}html[saved-theme=dark] body .page>div#quartz-body div.sidebar{color:#fff;background-color:#0000}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:#fff;background-color:#2e2e32}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#fff;background-color:#2e2e32}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.right{color:#fff;background-color:#0000;border-left:0 #0000065c}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left{border-right:1px solid #0000065c}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:#a68af9;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 #a68af9;font-family:Adwaita Sans,Adwaita Sans Text,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:underline #a68af9;text-decoration:underline #a68af9;transition:opacity .16s 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:#a68af9;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 #a68af9;font-family:Adwaita Sans,Adwaita Sans Text,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:underline #8a5cf54d;text-decoration:underline #8a5cf54d;transition:opacity .16s 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:#d2d2d2;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 #d2d2d2;font-family:Adwaita Sans,Adwaita Sans Text,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;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:#fff;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 #fff;font-family:Adwaita Sans,Adwaita Sans Text,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:700;-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:#fff;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 #fff;font-family:Adwaita Sans,Adwaita Sans Text,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;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 #fff;font-family:Adwaita Sans,Adwaita Sans Text,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:500;-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:#fff;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 #fff;font-family:Adwaita Sans,Adwaita Sans Text,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:line-through #fff;text-decoration:line-through #fff;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:9px;color:#fff;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:9px;color:#fff;background-color:#fff1;border:0 #fff;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 #0000065c;border-bottom:0 #0000065c;border-left:0 #0000065c;border-right:1px solid #0000065c;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:8px;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:Adwaita Sans,Adwaita Sans Text,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:500;display:flex}html[saved-theme=dark] body a.internal.tag-link:before{color:#a68af9}html[saved-theme=dark] body ul>li{color:#fff;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:#fff;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:9px;color:#abb2bf;background-color:#0000;border:0 solid #abb2bf;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:9px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#2e2e32;border:1px solid #4d4d51;border:1px solid color(srgb .303333 .303333 .316667);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:9px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#2e2e32;border:1px solid #4d4d51;border:1px solid color(srgb .303333 .303333 .316667);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:9px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#2e2e32;border:1px solid #4d4d51;border:1px solid color(srgb .303333 .303333 .316667);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:100px;border:1px solid #99999b;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:16px;padding-bottom:16px;background-color:#2e2e32;margin-inline:40px;padding-inline-start:0;font-family:Adwaita Sans,Adwaita Sans Text,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-style:normal}html[saved-theme=dark] body .data-footnote-backref{color:#99999b;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body .search>.search-button{border-radius:9px;color:#fff;background-color:#434347;background-color:color(srgb .262353 .262353 .276471);border:0 solid #4d4d51;border:0 solid color(srgb .303333 .303333 .316667);border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:Adwaita Sans,Adwaita Sans Text,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 .search>.search-container>.search-space{border-radius:18px;background-color:#2e2e32;border:0 solid #fff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 0 14px 5px #00000026,0 0 5px 2px #0000001a,0 0 0 1px #0000000d}html[saved-theme=dark] body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#0000;border:0 inset #fff;border-bottom-style:solid;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:#fff;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#28282c;outline:0 #fff;font-family:Adwaita Sans,Adwaita Sans Text,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;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:18px;border:0 solid #fff;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:#fff}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:9px;border:0 #fff;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:#fff;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:#fff}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:#fff;text-shadow:none;font-family:Adwaita Sans,Adwaita Sans Text,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.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:53, 132, 228;border-radius:9px;mix-blend-mode:normal;border:1px solid #3584e440;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px}html[saved-theme=dark] body .callout .callout-title{--callout-color:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=note]{--callout-color:53, 132, 228;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#3584e41a;border:1px solid #3584e440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=note]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=abstract]{--callout-color:33, 144, 164;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#2190a41a;border:1px solid #2190a440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=abstract]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=info]{--callout-color:53, 132, 228;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#3584e41a;border:1px solid #3584e440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=info]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=todo]{--callout-color:53, 132, 228;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#3584e41a;border:1px solid #3584e440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=todo]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=tip]{--callout-color:33, 144, 164;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#2190a41a;border:1px solid #2190a440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=tip]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=success]{--callout-color:38, 162, 105;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#26a2691a;border:1px solid #26a26940;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=success]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=question]{--callout-color:230, 97, 0;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#e661001a;border:1px solid #e6610040;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=question]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=warning]{--callout-color:230, 97, 0;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#e661001a;border:1px solid #e6610040;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=warning]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=danger]{--callout-color:224, 27, 36;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#e01b241a;border:1px solid #e01b2440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=danger]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=failure]{--callout-color:224, 27, 36;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#e01b241a;border:1px solid #e01b2440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=failure]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=bug]{--callout-color:224, 27, 36;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#e01b241a;border:1px solid #e01b2440;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=bug]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=example]{--callout-color:145, 65, 172;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#9141ac1a;border:1px solid #9141ac40;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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=example]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=quote]{--callout-color:158, 158, 158;color:#fff;mix-blend-mode:normal;border-radius:9px;background:#9e9e9e1a;border:1px 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:53, 132, 228;color:#3584e4;border-radius:0;background:0 0;border:0 #3584e4;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:0}html[saved-theme=dark] body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#5396e8;color:color(srgb .326667 .59 .91);font-weight:700}html[saved-theme=dark] body .callout[data-callout=quote]>.callout-content{color:#fff;background:0 0;padding:0}html[saved-theme=dark] body table{border-collapse:separate;color:#fff;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:654px;margin:28px 0 0;margin-block:0;margin-inline:0;font-family:Adwaita Sans,Adwaita Sans Text,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 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:#2e2e32}html[saved-theme=dark] body th{color:#fff;text-align:start;vertical-align:top;border-radius:9px;background-color:#0000;border:1px solid #0000;border-right:0 solid #fff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:8px;font-weight:700}html[saved-theme=dark] body td{color:#fff;text-align:start;vertical-align:top;border-radius:9px 0 0;background-color:#0000;border:0 solid #fff;border-top:1px solid color(srgb .303333 .303333 .316667);border-left:1px solid color(srgb .303333 .303333 .316667);border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding: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:9px;border:0 #fff;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 #fff;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:#fff;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:Adwaita Sans,Adwaita Sans Text,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-size:16px;font-style:normal}html[saved-theme=dark] body video{box-shadow:none;filter:none;object-fit:contain;border-radius:9px;border:0 #fff;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 #fff;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:#2e2e32;border-width:0 0 0 2px;border-color:#fff #fff #fff #9a9996;border-left-style:solid;border-radius:0 9px 9px 0;margin:0;padding:0}html[saved-theme=dark] body .transclude-inner{background-color:#2e2e32;border-width:0;border-color:#fff;border-left-style:solid;border-radius:0;margin:0;padding:0}html[saved-theme=dark] body .file-embed{background-color:#2e2e32;border-width:0;border-color:#d2d2d2;border-radius:9px;margin:0;padding:8px}html[saved-theme=dark] body .metadata{color:#d2d2d2;background-color:#0000;border:0 solid #4d4d51;border:0 solid color(srgb .303333 .303333 .316667);border-radius:0;margin:0 0 32px;padding:0;font-family:Adwaita Sans,Adwaita Sans Text,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 .metadata-properties{color:#d2d2d2;background-color:#2e2e32;border-width:0;border-color:#d2d2d2;border-radius:12px;margin:0;padding:0;font-family:Adwaita Sans,Adwaita Sans Text,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 progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #fff;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:#d2d2d2;border-radius:0;background-color:#0000;border:0 solid #d2d2d2;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:Adwaita Sans,Adwaita Sans Text,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 details{border-radius:0;background-color:#0000;border:0 #fff;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:#fff;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{color:#d2d2d2;border-radius:9px;background-color:#2e2e32;border:1px solid #4d4d51;border:1px solid color(srgb .303333 .303333 .316667);border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:4px 8px;font-family:Adwaita Sans,Adwaita Sans Text,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-size:12.8px;box-shadow:0 2px 8px -2px #0000000a,0 2px 4px -2px #ffffff0a}html[saved-theme=dark] body dl{margin:16px 0;margin-block:15px;margin-inline:0}html[saved-theme=dark] body dt{color:#fff;margin:0;margin-block:0;margin-inline:0;font-weight:400}html[saved-theme=dark] body dd{color:#fff;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}html[saved-theme=dark] body sub{color:#fff;vertical-align:sub;font-size:13.3333px}html[saved-theme=dark] body sup{color:#fff;vertical-align:super;font-size:13.3333px}html[saved-theme=dark] body abbr{color:#fff;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html[saved-theme=dark] body li.task-list-item[data-task=\-]{color:#99999b;-webkit-text-decoration:line-through #99999b;text-decoration:line-through #99999b}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:#fff;-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:Adwaita Sans,Adwaita Sans Text,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;display:block}html[saved-theme=dark] body .katex-display>.katex>.katex-html{font-family:Adwaita Sans,Adwaita Sans Text,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 .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:#d2d2d2;cursor:default;font-family:Adwaita Sans,Adwaita Sans Text,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 li:has(>.folder-outer.open)>.folder-container{color:#d2d2d2;cursor:default;font-family:Adwaita Sans,Adwaita Sans Text,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 .folder-outer>ul{border-left:0 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:#fff;background-color:#0000;border-color:#0000 #fff #0000 #0000;font-weight:700}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:#fff;border-radius:0}html[saved-theme=dark] body .canvas-node-content{color:#fff}html[saved-theme=dark] body .canvas-node-file{color:#fff;background-color:#0000}html[saved-theme=dark] body .canvas-sidebar{background-color:#2e2e32;border-color:#fff;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:#fff}html[saved-theme=dark] body .note-properties{background-color:#0000;border-color:#4d4d51;border-color:color(srgb .303333 .303333 .316667);border-radius:0}html[saved-theme=dark] body .note-properties-key{color:#d2d2d2;font-weight:400}html[saved-theme=dark] body .note-properties-value{color:#d2d2d2}html[saved-theme=dark] body .note-properties-tags{color:#a68af9;background-color:#8a5cf51a;border-radius:8px}html[saved-theme=dark] body .note-properties-row{border-color:#d2d2d2}html[saved-theme=dark] body details.toc summary::marker{color:#fff}html[saved-theme=dark] body .graph>.graph-outer>.global-graph-icon{color:#d2d2d2;cursor:default;background-color:#0000;border-width:0;border-color:#d2d2d2;border-radius:9px}html[saved-theme=dark] body footer{color:#d2d2d2;opacity:1;background-color:#fff3;border:0 solid #d2d2d2;border-radius:1380px;font-family:Adwaita Sans,Adwaita Sans Text,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 footer ul li a{color:#d2d2d2}html[saved-theme=dark] body .recent-notes>h3{color:#fff;font-family:Adwaita Sans,Adwaita Sans Text,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}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li{color:#fff;background-color:#0000;border-width:0;border-color:#fff;border-radius:0}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#d2d2d2}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.meta{color:#d2d2d2;font-family:Adwaita Sans,Adwaita Sans Text,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 ul.section-ul,html[saved-theme=dark] body li.section-li{background-color:#0000;border-width:0;border-color:#fff;border-radius:0}html[saved-theme=dark] body li.section-li>.section>.desc>h3>a{color:#d2d2d2}html[saved-theme=dark] body li.section-li>.section .meta{color:#d2d2d2;font-family:Adwaita Sans,Adwaita Sans Text,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 .darkmode{color:#d2d2d2;cursor:default;background-color:#0000;border-width:0;border-color:#d2d2d2;border-radius:9px}html[saved-theme=dark] body .darkmode svg{stroke:#d2d2d2;color:#d2d2d2}html[saved-theme=dark] body .breadcrumb-container{color:#99999b;background-color:#0000;border-width:0;border-color:#99999b;border-radius:9px}html[saved-theme=dark] body .breadcrumb-element p{color:#99999b;font-family:Adwaita Sans,Adwaita Sans Text,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 .navigation-progress{background-color:#fff3}html[saved-theme=dark] body .page-header h2.page-title{color:#fff;font-family:Adwaita Sans,Adwaita Sans Text,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 .katex-display{color:#fff;background-color:#0000;border-width:0;border-color:#fff;border-radius:0}html[saved-theme=dark] body .footnotes{color:#fff;background-color:#0000;border-top-width:0;border-top-color:#fff}html[saved-theme=dark] body .table-container{background-color:#0000;border-width:0;border-color:#fff;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:#fff;border-radius:0}html[saved-theme=dark] body figure[data-rehype-pretty-code-figure]{border-radius:9px;background-color:#2e2e32;border:1px solid #4d4d51;border:1px solid color(srgb .303333 .303333 .316667);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:#fff;border-radius:9px;background-color:#2e2e32;border:1px solid #4d4d51;border:1px solid color(srgb .303333 .303333 .316667);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 #d19a66}html[saved-theme=dark] body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#d19a66}html[saved-theme=dark] body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #d19a66;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:#a68af9;background-color:#8a5cf51a;border:0 solid #8a5cf526;border-radius:8px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]{background-color:#0000;border-width:1px;border-color:#99999b;border-radius:100px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]:checked{background-color:#8a5cf5;border-color:#fff}html[saved-theme=dark] body h1.article-title{color:#fff;font-size:18px;font-weight:500}html[saved-theme=dark] body .callout[data-callout=banner-icon],html[saved-theme=dark] body .callout[data-callout=note-toolbar]{--table-border-color:#253f61bf;--banner-fade-height:0px;--banner-icon-size:0px;--banner-image-height:0px;--tab-curve:0;--tab-radius-active:9px;--callout-color:53, 132, 228;color:#fff;background-color:#3584e41a;border:1px solid #3584e440;border-radius:9px;margin:0;padding:16px;font-family:Adwaita Sans,Adwaita Sans Text,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;line-height:25.6px}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]{--tab-curve:6px;--tab-radius-active:6px 6px 0 0;--checkbox-color:#8a5cf5;color:#fff;padding-top:0;padding-bottom:0;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;line-height:1.3;text-decoration-line:none}html[saved-theme=dark] body li.task-list-item[data-task=x],html[saved-theme=dark] body li.task-list-item[data-task=X]{--tab-curve:6px;--tab-radius-active:6px 6px 0 0;--checkbox-color:#8a5cf5;color:#d2d2d2;padding-top:0;padding-bottom:0;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;line-height:1.3;text-decoration-line:line-through}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]{--tab-curve:6px;--tab-radius-active:6px 6px 0 0;--checkbox-color:#8a5cf5;color:#fff;padding-top:0;padding-bottom:0;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;line-height:1.3;text-decoration-line:none}html[saved-theme=dark] li.task-list-item[data-task=_] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M6.025 9.121c-.595 0-.966.313-.966.86 0 .537.39.84.966.84h7.891c.566 0 .947-.303.947-.84 0-.547-.361-.86-.947-.86h-7.89Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M6.025 9.121c-.595 0-.966.313-.966.86 0 .537.39.84.966.84h7.891c.566 0 .947-.303.947-.84 0-.547-.361-.86-.947-.86h-7.89Z'/%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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.867 14.004c0 .576.508 1.045 1.094 1.045.586 0 1.094-.46 1.094-1.045 0-.586-.498-1.055-1.094-1.055-.596 0-1.094.479-1.094 1.055Zm.166-8.35.127 5.323c.01.517.293.8.8.8.49 0 .772-.273.782-.8l.137-5.313c.01-.518-.39-.898-.928-.898-.547 0-.928.37-.918.888Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.867 14.004c0 .576.508 1.045 1.094 1.045.586 0 1.094-.46 1.094-1.045 0-.586-.498-1.055-1.094-1.055-.596 0-1.094.479-1.094 1.055Zm.166-8.35.127 5.323c.01.517.293.8.8.8.49 0 .772-.273.782-.8l.137-5.313c.01-.518-.39-.898-.928-.898-.547 0-.928.37-.918.888Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#fff;background-color:#e66100;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.643 14.004c0 .576.507 1.045 1.093 1.045s1.094-.46 1.094-1.045c0-.586-.498-1.055-1.094-1.055-.595 0-1.093.479-1.093 1.055ZM6.924 6.553a1.665 1.665 0 0 0-.088.498c0 .449.361.693.693.693.342 0 .567-.166.752-.4l.176-.244c.361-.586.879-.918 1.553-.918.908 0 1.504.517 1.504 1.279 0 .684-.42 1.016-1.3 1.63-.722.509-1.269 1.036-1.269 2.032v.127c0 .527.293.8.81.8.509 0 .821-.322.821-.722v-.117c0-.566.322-.928 1.026-1.387.976-.644 1.68-1.23 1.68-2.441 0-1.68-1.495-2.569-3.214-2.569-1.738 0-2.87.811-3.144 1.739Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.643 14.004c0 .576.507 1.045 1.093 1.045s1.094-.46 1.094-1.045c0-.586-.498-1.055-1.094-1.055-.595 0-1.093.479-1.093 1.055ZM6.924 6.553a1.665 1.665 0 0 0-.088.498c0 .449.361.693.693.693.342 0 .567-.166.752-.4l.176-.244c.361-.586.879-.918 1.553-.918.908 0 1.504.517 1.504 1.279 0 .684-.42 1.016-1.3 1.63-.722.509-1.269 1.036-1.269 2.032v.127c0 .527.293.8.81.8.509 0 .821-.322.821-.722v-.117c0-.566.322-.928 1.026-1.387.976-.644 1.68-1.23 1.68-2.441 0-1.68-1.495-2.569-3.214-2.569-1.738 0-2.87.811-3.144 1.739Z'/%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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=""] input[type=checkbox]:after{color:#fff;background-color:#9141ac;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M21.523 4.473v7.48c0 2.861-1.562 4.463-4.472 4.463h-6.602l-3.525 3.223c-.46.43-.742.625-1.123.625-.557 0-.87-.4-.87-1.006v-2.842h-.458C1.563 16.416 0 14.824 0 11.953v-7.48C0 1.602 1.563 0 4.473 0H17.05c2.91 0 4.472 1.611 4.472 4.473ZM5.898 7.148c0 1.143.713 2.032 1.856 2.032.42 0 .84-.069 1.103-.4h.079a2.863 2.863 0 0 1-1.797 1.542c-.381.098-.489.254-.489.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.879-2.413-2.187-2.413-1.211 0-2.12.84-2.12 2.041Zm5.44 0c0 1.143.713 2.032 1.846 2.032.43 0 .85-.069 1.113-.4h.078a2.855 2.855 0 0 1-1.807 1.542c-.361.098-.478.254-.478.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.89-2.413-2.198-2.413-1.21 0-2.11.84-2.11 2.041Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M21.523 4.473v7.48c0 2.861-1.562 4.463-4.472 4.463h-6.602l-3.525 3.223c-.46.43-.742.625-1.123.625-.557 0-.87-.4-.87-1.006v-2.842h-.458C1.563 16.416 0 14.824 0 11.953v-7.48C0 1.602 1.563 0 4.473 0H17.05c2.91 0 4.472 1.611 4.472 4.473ZM5.898 7.148c0 1.143.713 2.032 1.856 2.032.42 0 .84-.069 1.103-.4h.079a2.863 2.863 0 0 1-1.797 1.542c-.381.098-.489.254-.489.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.879-2.413-2.187-2.413-1.211 0-2.12.84-2.12 2.041Zm5.44 0c0 1.143.713 2.032 1.846 2.032.43 0 .85-.069 1.113-.4h.078a2.855 2.855 0 0 1-1.807 1.542c-.361.098-.478.254-.478.498 0 .254.215.47.498.47 1.016 0 3.057-1.212 3.057-3.77 0-1.368-.89-2.413-2.198-2.413-1.21 0-2.11.84-2.11 2.041Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#fff;background-color:#f5c211;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M4.161 20.547c.4.312.908.205 1.514-.235l5.166-3.798 5.176 3.799c.605.439 1.103.546 1.513.234.4-.303.488-.8.244-1.514l-2.04-6.074 5.214-3.75c.606-.43.85-.879.694-1.367-.157-.469-.616-.694-1.368-.694h-6.396l-1.944-6.064C11.7.361 11.35 0 10.841 0c-.498 0-.85.361-1.084 1.084L7.813 7.148H1.417c-.752 0-1.211.225-1.367.694-.166.488.088.937.693 1.367l5.215 3.75-2.041 6.074c-.244.713-.156 1.211.244 1.514Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath fill='black' d='M4.161 20.547c.4.312.908.205 1.514-.235l5.166-3.798 5.176 3.799c.605.439 1.103.546 1.513.234.4-.303.488-.8.244-1.514l-2.04-6.074 5.214-3.75c.606-.43.85-.879.694-1.367-.157-.469-.616-.694-1.368-.694h-6.396l-1.944-6.064C11.7.361 11.35 0 10.841 0c-.498 0-.85.361-1.084 1.084L7.813 7.148H1.417c-.752 0-1.211.225-1.367.694-.166.488.088.937.693 1.367l5.215 3.75-2.041 6.074c-.244.713-.156 1.211.244 1.514Z'/%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 xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%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{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M8.154 5.172v2.963H5.192c-.509 0-.86.352-.86.86 0 .499.351.831.86.831h2.962V12.8c0 .498.342.86.841.86.509 0 .86-.352.86-.86V9.826h2.973c.498 0 .86-.332.86-.83 0-.51-.362-.861-.86-.861H9.856V5.172c0-.508-.352-.87-.86-.87-.5 0-.842.362-.842.87Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M8.154 5.172v2.963H5.192c-.509 0-.86.352-.86.86 0 .499.351.831.86.831h2.962V12.8c0 .498.342.86.841.86.509 0 .86-.352.86-.86V9.826h2.973c.498 0 .86-.332.86-.83 0-.51-.362-.861-.86-.861H9.856V5.172c0-.508-.352-.87-.86-.87-.5 0-.842.362-.842.87Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#fff;background-color:#3584e4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none' viewBox='0 0 20 18'%3E%3Cpath fill='black' d='M3.066 17.979h13.34c2.041 0 3.057-1.016 3.057-3.028V3.027C19.463 1.016 18.447 0 16.406 0H3.066C1.026 0 0 1.006 0 3.027v11.924c0 2.022 1.025 3.027 3.066 3.027Zm-.146-1.573c-.87 0-1.348-.459-1.348-1.367V5.83c0-.898.479-1.367 1.348-1.367h13.613c.87 0 1.358.469 1.358 1.367v9.21c0 .907-.489 1.366-1.358 1.366H2.92ZM7.832 7.97h.576c.342 0 .45-.098.45-.44v-.576c0-.342-.108-.45-.45-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.341 0-.449.108-.449.45v.576c0 .342.108.44.45.44ZM4.59 11.162h.566c.352 0 .46-.098.46-.44v-.575c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .341.108.44.46.44Zm3.242 0h.576c.342 0 .45-.098.45-.44v-.575c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.341 0-.449.098-.449.44v.576c0 .341.108.44.45.44ZM4.59 14.365h.566c.352 0 .46-.107.46-.449v-.576c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .342.108.45.46.45Zm3.242 0h.576c.342 0 .45-.107.45-.449v-.576c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.459.45Zm3.242 0h.576c.342 0 .46-.107.46-.449v-.576c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.46.45Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none' viewBox='0 0 20 18'%3E%3Cpath fill='black' d='M3.066 17.979h13.34c2.041 0 3.057-1.016 3.057-3.028V3.027C19.463 1.016 18.447 0 16.406 0H3.066C1.026 0 0 1.006 0 3.027v11.924c0 2.022 1.025 3.027 3.066 3.027Zm-.146-1.573c-.87 0-1.348-.459-1.348-1.367V5.83c0-.898.479-1.367 1.348-1.367h13.613c.87 0 1.358.469 1.358 1.367v9.21c0 .907-.489 1.366-1.358 1.366H2.92ZM7.832 7.97h.576c.342 0 .45-.098.45-.44v-.576c0-.342-.108-.45-.45-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.342 0-.459.108-.459.45v.576c0 .342.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.576c0-.342-.118-.45-.46-.45h-.576c-.341 0-.449.108-.449.45v.576c0 .342.108.44.45.44ZM4.59 11.162h.566c.352 0 .46-.098.46-.44v-.575c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .341.108.44.46.44Zm3.242 0h.576c.342 0 .45-.098.45-.44v-.575c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.459.44Zm3.242 0h.576c.342 0 .46-.098.46-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .341.117.44.46.44Zm3.242 0h.577c.341 0 .459-.098.459-.44v-.575c0-.342-.118-.44-.46-.44h-.576c-.341 0-.449.098-.449.44v.576c0 .341.108.44.45.44ZM4.59 14.365h.566c.352 0 .46-.107.46-.449v-.576c0-.342-.108-.44-.46-.44H4.59c-.352 0-.46.098-.46.44v.576c0 .342.108.45.46.45Zm3.242 0h.576c.342 0 .45-.107.45-.449v-.576c0-.342-.108-.44-.45-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.459.45Zm3.242 0h.576c.342 0 .46-.107.46-.449v-.576c0-.342-.118-.44-.46-.44h-.576c-.342 0-.459.098-.459.44v.576c0 .342.117.45.46.45Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#fff;background-color:#2190a4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='black' d='M11.533 0c.479 0 .801.205 1.319.693L20.557 7.9c.38.362.498.723.498 1.055 0 .322-.127.693-.498 1.045l-7.705 7.275c-.47.44-.86.635-1.338.635-.664 0-1.153-.488-1.153-1.142v-3.73h-.283c-3.78 0-6.172.956-7.871 4.15-.342.625-.791.722-1.201.722C.479 17.91 0 17.441 0 16.602c0-7.217 3.057-11.72 10.078-11.72h.283v-3.69C10.361.536 10.85 0 11.533 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='black' d='M11.533 0c.479 0 .801.205 1.319.693L20.557 7.9c.38.362.498.723.498 1.055 0 .322-.127.693-.498 1.045l-7.705 7.275c-.47.44-.86.635-1.338.635-.664 0-1.153-.488-1.153-1.142v-3.73h-.283c-3.78 0-6.172.956-7.871 4.15-.342.625-.791.722-1.201.722C.479 17.91 0 17.441 0 16.602c0-7.217 3.057-11.72 10.078-11.72h.283v-3.69C10.361.536 10.85 0 11.533 0Z'/%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{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=a] input[type=checkbox]:after{color:#fff;background-color:#d561aa;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M9.336 20.254a9.336 9.336 0 0 0 9.336-9.336c0-5.156-4.18-9.346-9.336-9.346C4.18 1.572 0 5.762 0 10.918a9.336 9.336 0 0 0 9.336 9.336Zm-4.443-8.262a.663.663 0 0 1-.674-.674c0-.38.293-.683.674-.683h3.76V5.4a.68.68 0 1 1 1.357 0v5.918a.672.672 0 0 1-.684.674H4.893Zm-3.575-7.91c.147 0 .254-.02.391-.127l3.271-2.47c.157-.118.245-.274.245-.44 0-.205-.098-.371-.264-.527C4.59.186 3.926 0 3.34 0A2.734 2.734 0 0 0 .596 2.744c0 .361.058.723.166.947.107.245.312.391.556.391Zm16.035 0c.245 0 .45-.156.567-.39.098-.215.156-.587.156-.948A2.728 2.728 0 0 0 15.332 0c-.586 0-1.25.186-1.621.518-.166.156-.264.322-.264.527 0 .166.088.322.254.44l3.262 2.47a.568.568 0 0 0 .39.127ZM1.172 19.971a.74.74 0 0 0 1.074-.01l1.846-1.836-1.055-1.045-1.855 1.836a.743.743 0 0 0-.01 1.055Zm16.328 0a.734.734 0 0 0-.01-1.055l-1.855-1.836-1.045 1.045 1.836 1.836a.74.74 0 0 0 1.074.01Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.033v21.924H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M9.336 20.254a9.336 9.336 0 0 0 9.336-9.336c0-5.156-4.18-9.346-9.336-9.346C4.18 1.572 0 5.762 0 10.918a9.336 9.336 0 0 0 9.336 9.336Zm-4.443-8.262a.663.663 0 0 1-.674-.674c0-.38.293-.683.674-.683h3.76V5.4a.68.68 0 1 1 1.357 0v5.918a.672.672 0 0 1-.684.674H4.893Zm-3.575-7.91c.147 0 .254-.02.391-.127l3.271-2.47c.157-.118.245-.274.245-.44 0-.205-.098-.371-.264-.527C4.59.186 3.926 0 3.34 0A2.734 2.734 0 0 0 .596 2.744c0 .361.058.723.166.947.107.245.312.391.556.391Zm16.035 0c.245 0 .45-.156.567-.39.098-.215.156-.587.156-.948A2.728 2.728 0 0 0 15.332 0c-.586 0-1.25.186-1.621.518-.166.156-.264.322-.264.527 0 .166.088.322.254.44l3.262 2.47a.568.568 0 0 0 .39.127ZM1.172 19.971a.74.74 0 0 0 1.074-.01l1.846-1.836-1.055-1.045-1.855 1.836a.743.743 0 0 0-.01 1.055Zm16.328 0a.734.734 0 0 0-.01-1.055l-1.855-1.836-1.045 1.045 1.836 1.836a.74.74 0 0 0 1.074.01Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.033v21.924H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=A] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=b] input[type=checkbox]:after{color:#fff;background-color:#e66100;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' fill='none' viewBox='0 0 14 21'%3E%3Cpath fill='black' d='M1.035 20.947c.479 0 .762-.273 1.64-1.123l3.82-3.76c.048-.048.136-.048.175 0l3.818 3.76c.88.85 1.162 1.123 1.64 1.123.655 0 1.036-.43 1.036-1.191V2.803C13.164.947 12.236 0 10.4 0H2.764C.928 0 0 .947 0 2.803v16.953c0 .762.38 1.191 1.035 1.191Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' fill='none' viewBox='0 0 14 21'%3E%3Cpath fill='black' d='M1.035 20.947c.479 0 .762-.273 1.64-1.123l3.82-3.76c.048-.048.136-.048.175 0l3.818 3.76c.88.85 1.162 1.123 1.64 1.123.655 0 1.036-.43 1.036-1.191V2.803C13.164.947 12.236 0 10.4 0H2.764C.928 0 0 .947 0 2.803v16.953c0 .762.38 1.191 1.035 1.191Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=B] input[type=checkbox]:after{color:#fff;background-color:#d561aa;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none' viewBox='0 0 22 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M14.023 19.365a3.261 3.261 0 0 0 3.262-3.261 3.263 3.263 0 0 0-3.262-3.272 3.263 3.263 0 0 0-3.261 3.271 3.261 3.261 0 0 0 3.261 3.262Zm-7.177 0a3.261 3.261 0 0 0 3.261-3.261 3.263 3.263 0 0 0-3.261-3.272 3.263 3.263 0 0 0-3.262 3.271 3.261 3.261 0 0 0 3.262 3.262Zm10.761-6.425a3.255 3.255 0 0 0 3.262-3.262 3.255 3.255 0 0 0-3.262-3.262 3.263 3.263 0 0 0-3.271 3.262 3.263 3.263 0 0 0 3.271 3.261Zm-14.345 0a3.263 3.263 0 0 0 3.271-3.262 3.263 3.263 0 0 0-3.271-3.262 3.261 3.261 0 1 0 0 6.524Zm10.761-6.417a3.255 3.255 0 0 0 3.262-3.261A3.255 3.255 0 0 0 14.023 0a3.255 3.255 0 0 0-3.261 3.262 3.255 3.255 0 0 0 3.261 3.261Zm-7.177 0a3.255 3.255 0 0 0 3.261-3.261A3.255 3.255 0 0 0 6.846 0a3.255 3.255 0 0 0-3.262 3.262 3.255 3.255 0 0 0 3.262 3.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.23v19.365H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none' viewBox='0 0 22 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M14.023 19.365a3.261 3.261 0 0 0 3.262-3.261 3.263 3.263 0 0 0-3.262-3.272 3.263 3.263 0 0 0-3.261 3.271 3.261 3.261 0 0 0 3.261 3.262Zm-7.177 0a3.261 3.261 0 0 0 3.261-3.261 3.263 3.263 0 0 0-3.261-3.272 3.263 3.263 0 0 0-3.262 3.271 3.261 3.261 0 0 0 3.262 3.262Zm10.761-6.425a3.255 3.255 0 0 0 3.262-3.262 3.255 3.255 0 0 0-3.262-3.262 3.263 3.263 0 0 0-3.271 3.262 3.263 3.263 0 0 0 3.271 3.261Zm-14.345 0a3.263 3.263 0 0 0 3.271-3.262 3.263 3.263 0 0 0-3.271-3.262 3.261 3.261 0 1 0 0 6.524Zm10.761-6.417a3.255 3.255 0 0 0 3.262-3.261A3.255 3.255 0 0 0 14.023 0a3.255 3.255 0 0 0-3.261 3.262 3.255 3.255 0 0 0 3.261 3.261Zm-7.177 0a3.255 3.255 0 0 0 3.261-3.261A3.255 3.255 0 0 0 6.846 0a3.255 3.255 0 0 0-3.262 3.262 3.255 3.255 0 0 0 3.262 3.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.23v19.365H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=c] input[type=checkbox]:after{color:#fff;background-color:#e01b24;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M19.238 6.24c0-2.89-1.816-5.312-4.228-5.312h-1.72c1.758 1.28 2.54 3.213 2.5 5.41-.03 2.442-.976 4.19-1.826 5.245h1.406c2.178 0 3.867-2.344 3.867-5.342Zm-4.756.07C14.541 2.744 11.65.05 7.11.01L5.791 0c-1.27-.01-2.207.09-2.734.236-.762.185-1.494.644-1.494 1.571 0 .371.097.655.214.86.078.117.069.224-.058.273-.596.244-1.104.82-1.104 1.582 0 .45.127.83.352 1.104.107.146.088.273-.088.38-.44.254-.752.801-.752 1.436 0 .46.146.938.4 1.172.166.137.137.234-.029.38C.195 9.25 0 9.689 0 10.245a1.69 1.69 0 0 0 1.7 1.71h3.437c.869 0 1.445.449 1.445 1.172 0 1.299-1.621 3.691-1.621 5.41 0 .918.576 1.445 1.348 1.445.693 0 1.035-.478 1.406-1.21 1.455-2.823 3.389-5.108 4.863-7.071 1.25-1.66 1.865-3.086 1.904-5.39Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M19.238 6.24c0-2.89-1.816-5.312-4.228-5.312h-1.72c1.758 1.28 2.54 3.213 2.5 5.41-.03 2.442-.976 4.19-1.826 5.245h1.406c2.178 0 3.867-2.344 3.867-5.342Zm-4.756.07C14.541 2.744 11.65.05 7.11.01L5.791 0c-1.27-.01-2.207.09-2.734.236-.762.185-1.494.644-1.494 1.571 0 .371.097.655.214.86.078.117.069.224-.058.273-.596.244-1.104.82-1.104 1.582 0 .45.127.83.352 1.104.107.146.088.273-.088.38-.44.254-.752.801-.752 1.436 0 .46.146.938.4 1.172.166.137.137.234-.029.38C.195 9.25 0 9.689 0 10.245a1.69 1.69 0 0 0 1.7 1.71h3.437c.869 0 1.445.449 1.445 1.172 0 1.299-1.621 3.691-1.621 5.41 0 .918.576 1.445 1.348 1.445.693 0 1.035-.478 1.406-1.21 1.455-2.823 3.389-5.108 4.863-7.071 1.25-1.66 1.865-3.086 1.904-5.39Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=C] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=d] input[type=checkbox]:after{color:#fff;background-color:#3584e4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M7.402 18.447a.885.885 0 0 0 .655-.293l6.484-6.494a.879.879 0 0 0 .264-.635c0-.478-.352-.85-.84-.85a.863.863 0 0 0-.615.235l-2.227 2.188-3.73 4.082-3.711-4.082-2.227-2.188c-.146-.156-.38-.234-.615-.234-.488 0-.84.37-.84.85 0 .234.088.439.273.634l6.475 6.494c.186.196.41.293.654.293Zm0-1.045c.46 0 .772-.312.772-.771l.097-2.91V.859c0-.507-.36-.859-.869-.859-.507 0-.869.352-.869.86v12.86l.098 2.91c0 .46.312.772.771.772Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M7.402 18.447a.885.885 0 0 0 .655-.293l6.484-6.494a.879.879 0 0 0 .264-.635c0-.478-.352-.85-.84-.85a.863.863 0 0 0-.615.235l-2.227 2.188-3.73 4.082-3.711-4.082-2.227-2.188c-.146-.156-.38-.234-.615-.234-.488 0-.84.37-.84.85 0 .234.088.439.273.634l6.475 6.494c.186.196.41.293.654.293Zm0-1.045c.46 0 .772-.312.772-.771l.097-2.91V.859c0-.507-.36-.859-.869-.859-.507 0-.869.352-.869.86v12.86l.098 2.91c0 .46.312.772.771.772Z'/%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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=f] input[type=checkbox]:after{color:#fff;background-color:#e66100;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none' viewBox='0 0 17 22'%3E%3Cpath fill='black' d='M7.676 21.123c5.156 0 8.594-3.486 8.594-8.74C16.27 3.643 8.828 0 3.662 0c-.918 0-1.504.322-1.504.947 0 .244.108.498.313.733 1.162 1.386 2.324 3.037 2.343 4.96 0 .44-.048.83-.36 1.378l.487-.098c-.439-1.436-1.62-2.451-2.656-2.451-.4 0-.674.293-.674.732 0 .254.069.85.069 1.28C1.68 9.667 0 10.946 0 14.472c0 3.994 3.057 6.65 7.676 6.65Zm.224-2.744c-1.826 0-3.037-1.104-3.037-2.744 0-1.719 1.221-2.334 1.377-3.438.02-.088.078-.117.147-.058.449.4.742.888.986 1.455.518-.703.762-2.188.596-3.79-.01-.087.049-.136.136-.107 2.14 1.006 3.252 3.135 3.252 5.04 0 1.933-1.132 3.642-3.457 3.642Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none' viewBox='0 0 17 22'%3E%3Cpath fill='black' d='M7.676 21.123c5.156 0 8.594-3.486 8.594-8.74C16.27 3.643 8.828 0 3.662 0c-.918 0-1.504.322-1.504.947 0 .244.108.498.313.733 1.162 1.386 2.324 3.037 2.343 4.96 0 .44-.048.83-.36 1.378l.487-.098c-.439-1.436-1.62-2.451-2.656-2.451-.4 0-.674.293-.674.732 0 .254.069.85.069 1.28C1.68 9.667 0 10.946 0 14.472c0 3.994 3.057 6.65 7.676 6.65Zm.224-2.744c-1.826 0-3.037-1.104-3.037-2.744 0-1.719 1.221-2.334 1.377-3.438.02-.088.078-.117.147-.058.449.4.742.888.986 1.455.518-.703.762-2.188.596-3.79-.01-.087.049-.136.136-.107 2.14 1.006 3.252 3.135 3.252 5.04 0 1.933-1.132 3.642-3.457 3.642Z'/%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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=i] input[type=checkbox]:after{color:#fff;background-color:#3584e4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.37 8.154a.721.721 0 0 0-.733.713c0 .42.322.723.732.723h1.074v4.59h-1.24a.724.724 0 0 0-.742.713c0 .42.322.722.742.722h4.092c.42 0 .742-.303.742-.722a.724.724 0 0 0-.742-.713h-1.24V9.072c0-.547-.274-.918-.791-.918H8.369Zm.185-2.988c0 .742.586 1.328 1.318 1.328.732 0 1.309-.586 1.309-1.328 0-.742-.577-1.328-1.309-1.328s-1.318.586-1.318 1.328Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.37 8.154a.721.721 0 0 0-.733.713c0 .42.322.723.732.723h1.074v4.59h-1.24a.724.724 0 0 0-.742.713c0 .42.322.722.742.722h4.092c.42 0 .742-.303.742-.722a.724.724 0 0 0-.742-.713h-1.24V9.072c0-.547-.274-.918-.791-.918H8.369Zm.185-2.988c0 .742.586 1.328 1.318 1.328.732 0 1.309-.586 1.309-1.328 0-.742-.577-1.328-1.309-1.328s-1.318.586-1.318 1.328Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=I] input[type=checkbox]:after{color:#fff;background-color:#f5c211;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none' viewBox='0 0 21 22'%3E%3Cpath fill='black' d='M4.346 12.48c-.215 0-.362.137-.381.362-.371 3.017-.518 3.095-3.574 3.594-.254.029-.391.156-.391.38 0 .215.137.342.342.372 3.086.595 3.252.576 3.623 3.584.02.234.166.37.38.37.206 0 .362-.136.382-.36.39-3.057.507-3.145 3.613-3.595.195-.019.342-.156.342-.37 0-.215-.147-.352-.342-.381-3.106-.596-3.213-.596-3.613-3.614a.367.367 0 0 0-.381-.341ZM11.982 0c-.283 0-.507.205-.546.508-.85 6.181-1.7 7.002-7.793 7.812-.313.03-.538.254-.538.547 0 .303.225.537.538.567 6.113.664 6.992 1.62 7.792 7.793.04.302.264.517.547.517.293 0 .508-.215.557-.517.81-6.172 1.68-7.13 7.793-7.793a.552.552 0 0 0 .527-.567c0-.293-.205-.517-.527-.547-6.113-.683-6.982-1.63-7.793-7.812C12.49.205 12.275 0 11.982 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none' viewBox='0 0 21 22'%3E%3Cpath fill='black' d='M4.346 12.48c-.215 0-.362.137-.381.362-.371 3.017-.518 3.095-3.574 3.594-.254.029-.391.156-.391.38 0 .215.137.342.342.372 3.086.595 3.252.576 3.623 3.584.02.234.166.37.38.37.206 0 .362-.136.382-.36.39-3.057.507-3.145 3.613-3.595.195-.019.342-.156.342-.37 0-.215-.147-.352-.342-.381-3.106-.596-3.213-.596-3.613-3.614a.367.367 0 0 0-.381-.341ZM11.982 0c-.283 0-.507.205-.546.508-.85 6.181-1.7 7.002-7.793 7.812-.313.03-.538.254-.538.547 0 .303.225.537.538.567 6.113.664 6.992 1.62 7.792 7.793.04.302.264.517.547.517.293 0 .508-.215.557-.517.81-6.172 1.68-7.13 7.793-7.793a.552.552 0 0 0 .527-.567c0-.293-.205-.517-.527-.547-6.113-.683-6.982-1.63-7.793-7.812C12.49.205 12.275 0 11.982 0Z'/%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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=k] input[type=checkbox]:after{color:#fff;background-color:#f5c211;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='25' fill='none' viewBox='0 0 13 25'%3E%3Cpath fill='black' d='M6.24 0C2.764 0 0 2.764 0 6.22c0 2.608 1.563 4.913 4.004 5.84v9.64a.83.83 0 0 0 .254.614l1.63 1.641c.167.166.499.215.704.01l3.096-3.096a.487.487 0 0 0 0-.703l-1.924-1.895 2.636-2.627c.186-.195.186-.478-.02-.693l-2.607-2.627c3.018-1.201 4.698-3.428 4.698-6.103A6.22 6.22 0 0 0 6.24 0Zm0 5.723c-.908 0-1.63-.733-1.63-1.631 0-.908.712-1.631 1.63-1.631.899 0 1.631.723 1.631 1.63 0 .9-.732 1.632-1.63 1.632Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='25' fill='none' viewBox='0 0 13 25'%3E%3Cpath fill='black' d='M6.24 0C2.764 0 0 2.764 0 6.22c0 2.608 1.563 4.913 4.004 5.84v9.64a.83.83 0 0 0 .254.614l1.63 1.641c.167.166.499.215.704.01l3.096-3.096a.487.487 0 0 0 0-.703l-1.924-1.895 2.636-2.627c.186-.195.186-.478-.02-.693l-2.607-2.627c3.018-1.201 4.698-3.428 4.698-6.103A6.22 6.22 0 0 0 6.24 0Zm0 5.723c-.908 0-1.63-.733-1.63-1.631 0-.908.712-1.631 1.63-1.631.899 0 1.631.723 1.631 1.63 0 .9-.732 1.632-1.63 1.632Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=K] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=l] input[type=checkbox]:after{color:#fff;background-color:#e01b24;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='21' fill='none' viewBox='0 0 8 21'%3E%3Cpath fill='black' d='M7.334 3.682A3.65 3.65 0 0 1 4.57 7.236V16.3c0 2.89-.508 4.453-.908 4.453-.39 0-.908-1.572-.908-4.453V7.236A3.65 3.65 0 0 1 0 3.682C0 1.66 1.63 0 3.662 0a3.676 3.676 0 0 1 3.672 3.682ZM1.357 2.617c0 .684.586 1.27 1.26 1.27.684 0 1.25-.586 1.25-1.27 0-.674-.566-1.25-1.25-1.25-.674 0-1.26.576-1.26 1.25Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='21' fill='none' viewBox='0 0 8 21'%3E%3Cpath fill='black' d='M7.334 3.682A3.65 3.65 0 0 1 4.57 7.236V16.3c0 2.89-.508 4.453-.908 4.453-.39 0-.908-1.572-.908-4.453V7.236A3.65 3.65 0 0 1 0 3.682C0 1.66 1.63 0 3.662 0a3.676 3.676 0 0 1 3.672 3.682ZM1.357 2.617c0 .684.586 1.27 1.26 1.27.684 0 1.25-.586 1.25-1.27 0-.674-.566-1.25-1.25-1.25-.674 0-1.26.576-1.26 1.25Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=L] input[type=checkbox]:after{color:#fff;background-color:#d561aa;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none' viewBox='0 0 20 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M9.697 18.525c.205 0 .498-.136.713-.263 5.498-3.516 8.985-7.608 8.985-11.768 0-3.457-2.373-5.898-5.44-5.898-1.904 0-3.37 1.054-4.258 2.666C8.828 1.66 7.344.596 5.44.596 2.373.596 0 3.037 0 6.494c0 4.16 3.486 8.252 8.994 11.768.205.127.498.263.703.263Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.756v18.525H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none' viewBox='0 0 20 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M9.697 18.525c.205 0 .498-.136.713-.263 5.498-3.516 8.985-7.608 8.985-11.768 0-3.457-2.373-5.898-5.44-5.898-1.904 0-3.37 1.054-4.258 2.666C8.828 1.66 7.344.596 5.44.596 2.373.596 0 3.037 0 6.494c0 4.16 3.486 8.252 8.994 11.768.205.127.498.263.703.263Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h19.756v18.525H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=n] input[type=checkbox]:after{color:#fff;background-color:#3584e4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M2.668 14.63 13.322 3.985l-1.709-1.719L.95 12.911l-.928 2.178c-.097.234.157.508.391.41l2.256-.87ZM14.182 3.145l.986-.966c.498-.499.527-1.036.078-1.485l-.332-.332c-.44-.44-.976-.4-1.475.088l-.986.977 1.729 1.718Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h15.932v15.52H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M2.668 14.63 13.322 3.985l-1.709-1.719L.95 12.911l-.928 2.178c-.097.234.157.508.391.41l2.256-.87ZM14.182 3.145l.986-.966c.498-.499.527-1.036.078-1.485l-.332-.332c-.44-.44-.976-.4-1.475.088l-.986.977 1.729 1.718Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h15.932v15.52H0z'/%3E%3C/clipPath%3E%3C/defs%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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=p] input[type=checkbox]:after{color:#fff;background-color:#26a269;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M0 13.74c0 2.89 1.807 5.313 4.229 5.313h1.718c-1.758-1.28-2.48-3.213-2.48-5.41.01-2.442.957-4.19 1.797-5.245H3.867C1.69 8.398 0 10.742 0 13.74Zm4.814-.078c0 3.565 2.784 6.318 7.325 6.318h1.328c1.26 0 2.197-.087 2.724-.234.762-.185 1.495-.654 1.495-1.572 0-.381-.098-.654-.215-.86-.078-.127-.059-.224.058-.273.606-.254 1.104-.82 1.104-1.592 0-.44-.127-.83-.342-1.094-.107-.146-.098-.283.088-.38.43-.254.742-.801.742-1.436 0-.459-.146-.937-.4-1.172-.157-.137-.127-.234.029-.38.303-.255.498-.694.498-1.25a1.69 1.69 0 0 0-1.7-1.71h-3.437c-.869 0-1.445-.449-1.445-1.172 0-1.298 1.63-3.7 1.63-5.42C14.297.528 13.712 0 12.95 0c-.703 0-1.045.479-1.416 1.21-1.455 2.823-3.388 5.108-4.863 7.061-1.25 1.66-1.856 3.096-1.856 5.391Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M0 13.74c0 2.89 1.807 5.313 4.229 5.313h1.718c-1.758-1.28-2.48-3.213-2.48-5.41.01-2.442.957-4.19 1.797-5.245H3.867C1.69 8.398 0 10.742 0 13.74Zm4.814-.078c0 3.565 2.784 6.318 7.325 6.318h1.328c1.26 0 2.197-.087 2.724-.234.762-.185 1.495-.654 1.495-1.572 0-.381-.098-.654-.215-.86-.078-.127-.059-.224.058-.273.606-.254 1.104-.82 1.104-1.592 0-.44-.127-.83-.342-1.094-.107-.146-.098-.283.088-.38.43-.254.742-.801.742-1.436 0-.459-.146-.937-.4-1.172-.157-.137-.127-.234.029-.38.303-.255.498-.694.498-1.25a1.69 1.69 0 0 0-1.7-1.71h-3.437c-.869 0-1.445-.449-1.445-1.172 0-1.298 1.63-3.7 1.63-5.42C14.297.528 13.712 0 12.95 0c-.703 0-1.045.479-1.416 1.21-1.455 2.823-3.388 5.108-4.863 7.061-1.25 1.66-1.856 3.096-1.856 5.391Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=P] input[type=checkbox]:after{color:#fff;background-color:#26a269;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M5 13.154c2.871 2.881 6.309 5.069 9.072 5.069 1.3 0 2.432-.518 3.174-1.348.713-.8.957-1.396.957-1.924 0-.41-.254-.79-.898-1.24l-2.383-1.709c-.596-.42-.86-.498-1.211-.498-.303 0-.557.059-1.065.332l-1.562.86c-.186.107-.264.126-.4.126-.186 0-.313-.049-.498-.127-.743-.341-1.788-1.162-2.715-2.09-.928-.927-1.65-1.875-2.022-2.607a.971.971 0 0 1-.107-.41c0-.127.068-.234.146-.371l.918-1.572c.254-.43.323-.665.323-.997 0-.38-.127-.79-.489-1.308L4.6 1.055C4.13.4 3.78 0 3.252 0 2.598 0 1.807.498 1.24 1.045.43 1.826 0 2.92 0 4.15c0 2.784 2.139 6.153 5 9.004Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h18.564v18.232H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M5 13.154c2.871 2.881 6.309 5.069 9.072 5.069 1.3 0 2.432-.518 3.174-1.348.713-.8.957-1.396.957-1.924 0-.41-.254-.79-.898-1.24l-2.383-1.709c-.596-.42-.86-.498-1.211-.498-.303 0-.557.059-1.065.332l-1.562.86c-.186.107-.264.126-.4.126-.186 0-.313-.049-.498-.127-.743-.341-1.788-1.162-2.715-2.09-.928-.927-1.65-1.875-2.022-2.607a.971.971 0 0 1-.107-.41c0-.127.068-.234.146-.371l.918-1.572c.254-.43.323-.665.323-.997 0-.38-.127-.79-.489-1.308L4.6 1.055C4.13.4 3.78 0 3.252 0 2.598 0 1.807.498 1.24 1.045.43 1.826 0 2.92 0 4.15c0 2.784 2.139 6.153 5 9.004Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h18.564v18.232H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}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{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=R] input[type=checkbox]:after{color:#fff;background-color:#2190a4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M8.652 16.777v-6.181c0-.4-.224-.616-.625-.616a.803.803 0 0 0-.507.176l-3.692 3.057c-.303.264-.322.664 0 .928l3.692 3.066a.812.812 0 0 0 .507.186c.4 0 .625-.225.625-.616ZM20.02 8.36a.81.81 0 0 0-.82.83v.928c0 1.67-1.163 2.764-2.93 2.764H7.216c-.45 0-.82.371-.82.81 0 .45.37.82.82.82h8.896c2.91 0 4.727-1.65 4.727-4.277V9.19a.81.81 0 0 0-.82-.83ZM12.188.635v6.181c0 .391.224.616.624.616a.812.812 0 0 0 .508-.186l3.692-3.057c.312-.253.332-.654 0-.927L13.32.195a.803.803 0 0 0-.508-.175c-.4 0-.624.214-.624.615ZM.82 9.053c.47 0 .83-.362.83-.83v-.928c0-1.67 1.153-2.774 2.92-2.774h9.063c.44 0 .81-.36.81-.81a.82.82 0 0 0-.81-.81H4.727C1.827 2.9 0 4.54 0 7.177v1.045c0 .468.361.83.82.83Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.201v17.393H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='black' d='M8.652 16.777v-6.181c0-.4-.224-.616-.625-.616a.803.803 0 0 0-.507.176l-3.692 3.057c-.303.264-.322.664 0 .928l3.692 3.066a.812.812 0 0 0 .507.186c.4 0 .625-.225.625-.616ZM20.02 8.36a.81.81 0 0 0-.82.83v.928c0 1.67-1.163 2.764-2.93 2.764H7.216c-.45 0-.82.371-.82.81 0 .45.37.82.82.82h8.896c2.91 0 4.727-1.65 4.727-4.277V9.19a.81.81 0 0 0-.82-.83ZM12.188.635v6.181c0 .391.224.616.624.616a.812.812 0 0 0 .508-.186l3.692-3.057c.312-.253.332-.654 0-.927L13.32.195a.803.803 0 0 0-.508-.175c-.4 0-.624.214-.624.615ZM.82 9.053c.47 0 .83-.362.83-.83v-.928c0-1.67 1.153-2.774 2.92-2.774h9.063c.44 0 .81-.36.81-.81a.82.82 0 0 0-.81-.81H4.727C1.827 2.9 0 4.54 0 7.177v1.045c0 .468.361.83.82.83Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h21.201v17.393H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=s] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=S] input[type=checkbox]:after{color:#fff;background-color:#26a269;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' fill='none' viewBox='0 0 13 23'%3E%3Cpath fill='black' d='M6.24 19.639c3.301 0 6.143-1.66 6.143-4.824 0-2.93-2.295-3.975-5.02-4.63l-1.875-.458c-1.777-.43-3.252-1.202-3.252-2.891 0-1.895 2.022-2.861 3.994-2.861 2.022 0 3.487.947 4.024 2.685.156.46.459.772.967.772s.879-.352.879-.87c0-.78-.518-1.835-1.192-2.51-1.191-1.19-2.9-1.747-4.678-1.747-3.056 0-5.869 1.62-5.869 4.677 0 2.705 2.305 3.926 4.815 4.502l1.885.44c1.875.44 3.457 1.123 3.457 3.037 0 2.148-1.973 3.018-4.258 3.018-2.158 0-3.906-.87-4.424-2.813-.147-.479-.43-.752-.928-.752-.547 0-.908.371-.908.86 0 .908.596 1.962 1.27 2.607 1.318 1.24 3.173 1.758 4.97 1.758Zm-.049 2.373a.642.642 0 0 0 .635-.645V.635A.64.64 0 0 0 6.191 0a.64.64 0 0 0-.634.635v20.732c0 .352.283.645.634.645Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' fill='none' viewBox='0 0 13 23'%3E%3Cpath fill='black' d='M6.24 19.639c3.301 0 6.143-1.66 6.143-4.824 0-2.93-2.295-3.975-5.02-4.63l-1.875-.458c-1.777-.43-3.252-1.202-3.252-2.891 0-1.895 2.022-2.861 3.994-2.861 2.022 0 3.487.947 4.024 2.685.156.46.459.772.967.772s.879-.352.879-.87c0-.78-.518-1.835-1.192-2.51-1.191-1.19-2.9-1.747-4.678-1.747-3.056 0-5.869 1.62-5.869 4.677 0 2.705 2.305 3.926 4.815 4.502l1.885.44c1.875.44 3.457 1.123 3.457 3.037 0 2.148-1.973 3.018-4.258 3.018-2.158 0-3.906-.87-4.424-2.813-.147-.479-.43-.752-.928-.752-.547 0-.908.371-.908.86 0 .908.596 1.962 1.27 2.607 1.318 1.24 3.173 1.758 4.97 1.758Zm-.049 2.373a.642.642 0 0 0 .635-.645V.635A.64.64 0 0 0 6.191 0a.64.64 0 0 0-.634.635v20.732c0 .352.283.645.634.645Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=t] input[type=checkbox]:after{color:#fff;background-color:#e66100;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M4.854 11.016a.667.667 0 0 1-.684-.684c0-.38.293-.674.684-.674h4.423V3.75c0-.38.293-.674.674-.674.381 0 .684.293.684.674v6.582c0 .39-.303.684-.684.684H4.854Zm5.107 8.906c5.498 0 9.96-4.473 9.96-9.961C19.922 4.463 15.46 0 9.962 0 4.473 0 0 4.463 0 9.96c0 5.49 4.473 9.962 9.96 9.962Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h20.283v19.932H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='white' d='M4.854 11.016a.667.667 0 0 1-.684-.684c0-.38.293-.674.684-.674h4.423V3.75c0-.38.293-.674.674-.674.381 0 .684.293.684.674v6.582c0 .39-.303.684-.684.684H4.854Zm5.107 8.906c5.498 0 9.96-4.473 9.96-9.961C19.922 4.463 15.46 0 9.962 0 4.473 0 0 4.463 0 9.96c0 5.49 4.473 9.962 9.96 9.962Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='white' d='M0 0h20.283v19.932H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=T] input[type=checkbox]:after{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=u] input[type=checkbox]:after{color:#fff;background-color:#e66100;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M.84 8.271c.234 0 .469-.078.615-.234L3.682 5.85l3.71-4.082 3.731 4.082 2.227 2.187c.156.156.38.234.615.234.488 0 .84-.37.84-.85a.879.879 0 0 0-.264-.634L8.057.293A.885.885 0 0 0 7.402 0a.885.885 0 0 0-.654.293L.273 6.787c-.185.195-.273.4-.273.635 0 .478.352.85.84.85Zm6.562 10.176c.508 0 .87-.351.87-.86V4.728l-.098-2.91c0-.46-.313-.772-.772-.772s-.771.312-.771.771l-.098 2.91v12.862c0 .508.362.86.87.86Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' viewBox='0 0 15 19'%3E%3Cpath fill='black' d='M.84 8.271c.234 0 .469-.078.615-.234L3.682 5.85l3.71-4.082 3.731 4.082 2.227 2.187c.156.156.38.234.615.234.488 0 .84-.37.84-.85a.879.879 0 0 0-.264-.634L8.057.293A.885.885 0 0 0 7.402 0a.885.885 0 0 0-.654.293L.273 6.787c-.185.195-.273.4-.273.635 0 .478.352.85.84.85Zm6.562 10.176c.508 0 .87-.351.87-.86V4.728l-.098-2.91c0-.46-.313-.772-.772-.772s-.771.312-.771.771l-.098 2.91v12.862c0 .508.362.86.87.86Z'/%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{color:#fff;background-color:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=w] input[type=checkbox]:after{color:#fff;background-color:#e66100;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cpath fill='black' d='M0 3.223c0 4.033 1.934 6.552 5.791 7.734a8.289 8.289 0 0 0 1.953 1.758v4.248H6.211c-1.377 0-2.09.79-2.09 2.09v1.611c0 .44.342.742.752.742h9.356c.41 0 .752-.302.752-.742v-1.611c0-1.3-.723-2.09-2.1-2.09h-1.524v-4.248a8.07 8.07 0 0 0 1.944-1.758c3.867-1.182 5.8-3.701 5.8-7.734 0-1.006-.624-1.621-1.67-1.621h-1.894C15.381.605 14.677 0 13.497 0H5.604C4.433 0 3.72.596 3.564 1.602H1.67C.625 1.602 0 2.217 0 3.222Zm1.396.136c0-.156.118-.283.284-.283h1.836V4.99c0 1.494.39 2.881.996 4.082C2.47 8.037 1.396 6.142 1.396 3.36ZM14.58 9.072a8.947 8.947 0 0 0 1.006-4.082V3.076h1.836c.166 0 .283.127.283.283 0 2.784-1.074 4.678-3.125 5.713Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none' viewBox='0 0 20 22'%3E%3Cpath fill='black' d='M0 3.223c0 4.033 1.934 6.552 5.791 7.734a8.289 8.289 0 0 0 1.953 1.758v4.248H6.211c-1.377 0-2.09.79-2.09 2.09v1.611c0 .44.342.742.752.742h9.356c.41 0 .752-.302.752-.742v-1.611c0-1.3-.723-2.09-2.1-2.09h-1.524v-4.248a8.07 8.07 0 0 0 1.944-1.758c3.867-1.182 5.8-3.701 5.8-7.734 0-1.006-.624-1.621-1.67-1.621h-1.894C15.381.605 14.677 0 13.497 0H5.604C4.433 0 3.72.596 3.564 1.602H1.67C.625 1.602 0 2.217 0 3.222Zm1.396.136c0-.156.118-.283.284-.283h1.836V4.99c0 1.494.39 2.881.996 4.082C2.47 8.037 1.396 6.142 1.396 3.36ZM14.58 9.072a8.947 8.947 0 0 0 1.006-4.082V3.076h1.836c.166 0 .283.127.283.283 0 2.784-1.074 4.678-3.125 5.713Z'/%3E%3C/svg%3E")}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:#1d1d20;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m12.998 6.084-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.788.788 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478.332 0 .615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449Z'/%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")}html[saved-theme=dark] .callout[data-callout=banner-icon],html[saved-theme=dark] .callout[data-callout=note-toolbar]{--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")}.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}blockquote.callout[data-callout=banner-icon]{--color:rgb(var(--callout-banner-icon,var(--callout-default,2, 122, 255)))!important;--border:rgba(var(--callout-banner-icon,var(--callout-default,2, 122, 255)), .267)!important;--bg:rgba(var(--callout-banner-icon,var(--callout-default,2, 122, 255)), .063)!important}blockquote.callout[data-callout=note-toolbar]{--color:rgb(var(--callout-note-toolbar,var(--callout-default,2, 122, 255)))!important;--border:rgba(var(--callout-note-toolbar,var(--callout-default,2, 122, 255)), .267)!important;--bg:rgba(var(--callout-note-toolbar,var(--callout-default,2, 122, 255)), .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{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#fff23688;--titleFont:"Schibsted Grotesk", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--headerFont:"Schibsted Grotesk", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--bodyFont:"Source Sans Pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--codeFont:"IBM Plex Mono", ui-monospace, SFMono-Regular, SF Mono, Menlo, monospace}:root[saved-theme=dark]{--light:#161618;--lightgray:#393639;--gray:#646464;--darkgray:#d4d4d4;--dark:#ebebec;--secondary:#7b97aa;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#b3aa0288}