header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.page-title{font-size:1.75rem;font-family:var(--titleFont);margin:0}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{border:1px var(--lightgray) solid;font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;align-items:center;width:100%;padding:0 1rem 0 0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:1.5px;transition:stroke .5s}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>.search-container.active{display:inline-block}.search>.search-container>.search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media not (min-width:1200px){.search>.search-container>.search-space{width:90%}}.search>.search-container>.search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>.search-container>.search-space>input{box-sizing:border-box;font-family:var(--bodyFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>.search-container>.search-space>input:focus{outline:none}.search>.search-container>.search-space>.search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>.search-container>.search-space>.search-layout.display-results{display:flex}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 min(30%,450px)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout[data-preview] .result-card>p.preview{display:none}.search>.search-container>.search-space>.search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>.search-container>.search-space>.search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>.search-container>.search-space>.search-layout>div{border-radius:5px;height:63vh}@media (max-width:800px){.search>.search-container>.search-space>.search-layout{flex-direction:column}.search>.search-container>.search-space>.search-layout>.preview-container{display:none!important}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 100%;width:100%;height:auto}}.search>.search-container>.search-space>.search-layout .highlight{background:color-mix(in srgb, var(--tertiary) 60%, #fff0);border-radius:5px;scroll-margin-top:2rem}.search>.search-container>.search-space>.search-layout>.preview-container{color:var(--dark);flex-grow:1;padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>.search-container>.search-space>.search-layout>.preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>.search-container>.search-space>.search-layout>.preview-container a[role=anchor]{background-color:#0000}.search>.search-container>.search-space>.search-layout>.results-container{overflow-y:auto}.search>.search-container>.search-space>.search-layout>.results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;width:100%;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,.search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,.search>.search-container>.search-space>.search-layout>.results-container .result-card.focus{background:var(--lightgray)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>h3{margin:0}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card>p.card-description{display:none}}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}.readermode{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.readermode svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:0;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:1}@media (max-width:800px){.page>#quartz-body>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out}.page>#quartz-body.lock-scroll>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out;transform:translate(100dvw)}.page>#quartz-body .sidebar.left:has(.explorer){box-sizing:border-box;background-color:var(--light);margin:0;padding:1rem 0;position:sticky}.page>#quartz-body .hide-until-loaded~.explorer-content{display:none}}.explorer{flex-direction:column;flex:0 auto;min-height:1.2rem;display:flex;overflow-y:hidden}.explorer.collapsed{flex:0 1.2rem}.explorer.collapsed .fold{transform:rotate(-90deg)}.explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}@media (max-width:800px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:hidden}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media (max-width:800px){.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}@media not (max-width:800px){.explorer.desktop-only{display:flex}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{margin:0;font-size:1rem;display:inline-block}.explorer-content{margin-top:.5rem;list-style:none;overflow:hidden auto}.explorer-content ul{margin:0;padding:0;list-style:none}.explorer-content ul.explorer-ul{overscroll-behavior:contain}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{flex:0 0 34px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 34px}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);visibility:hidden;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin-top:0;padding:4rem 0 2rem;transition:transform .2s,visibility .2s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100vw)}.explorer .mobile-explorer{z-index:101;margin:0;padding:5px}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray)}.mobile-no-scroll .explorer-content>.explorer-ul{overscroll-behavior:contain}}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media not (min-width:1200px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}footer{text-align:left;opacity:.7;margin-bottom:4rem}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;padding:1rem;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}.popover{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout{--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E")}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout.is-collapsed .callout-content>*{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:height .1s cubic-bezier(.02,.01,.47,1),margin .1s cubic-bezier(.02,.01,.47,1),padding .1s cubic-bezier(.02,.01,.47,1);overflow-y:clip}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size) var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size) var(--icon-size);mask-size:var(--icon-size) var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}@media (max-width:800px){html{scroll-padding-top:4rem}}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb, var(--tertiary) 60%, #fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,g[class~=typst-text]{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}path[class~=typst-shape]{stroke:var(--darkgray)}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}a: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:darken;--callout-border-opacity:.2;--callout-border-width:0px;--callout-bug:223, 90, 90;--callout-content-background:#f5f1ea;--callout-content-padding:4px 16px 8px 16px;--callout-default:99, 164, 198;--callout-error:223, 90, 90;--callout-example:135, 106, 193;--callout-fail:223, 90, 90;--callout-important:124, 180, 206;--callout-info:99, 164, 198;--callout-padding:12px 12px 12px 24px;--callout-question:231, 130, 63;--callout-quote:158, 158, 158;--callout-radius:8px;--callout-success:87, 185, 132;--callout-summary:124, 180, 206;--callout-tip:124, 180, 206;--callout-title-padding:12px 16px;--callout-title-weight:650;--callout-todo:99, 164, 198;--callout-warning:231, 130, 63;--callout-title-color:89, 62, 34;--callout-color-opacity:32.5%;--callout-container-shadow:inset 0px 0px 0px 1px #00000014, 0px 1px 6px 0px #0000001f;--callout-content-shadow:inset 0px 0px 0px 1px #00000014, inset 0px -4px 3px 0px #64646421;--callout-content-shadow-blur:3px;--callout-icon-abstract:loader;--callout-icon-attention:megaphone;--callout-icon-bug:bug;--callout-icon-caution:construction;--callout-icon-check:check-check;--callout-icon-cite:book-marked;--callout-icon-danger:shield-alert;--callout-icon-done:check-check;--callout-icon-error:ban;--callout-icon-example:scroll-text;--callout-icon-fail:circle-slash;--callout-icon-faq:circle-help;--callout-icon-fold-filter:brightness(.8);--callout-icon-general:shapes;--callout-icon-help:life-buoy;--callout-icon-hint:search-slash;--callout-icon-important:square-asterisk;--callout-icon-info:badge-info;--callout-icon-missing:search;--callout-icon-note:sticker;--callout-icon-question:circle-help;--callout-icon-quote:message-square-note;--callout-icon-success:check-check;--callout-icon-summary:align-justify;--callout-icon-tip:clover;--callout-icon-tldr:book-open-text;--callout-icon-todo:list-todo;--callout-icon-warning:triangle-alert;--callout-rgb-abstract:34, 152, 225;--callout-rgb-attention:255, 161, 32;--callout-rgb-bug:153, 93, 133;--callout-rgb-caution:255, 161, 32;--callout-rgb-check:87, 200, 83;--callout-rgb-cite:237, 217, 162;--callout-rgb-danger:226, 72, 86;--callout-rgb-done:87, 200, 83;--callout-rgb-error:226, 72, 86;--callout-rgb-example:216, 141, 130;--callout-rgb-fail:226, 72, 86;--callout-rgb-faq:130, 190, 235;--callout-rgb-general:182, 196, 182;--callout-rgb-help:250, 128, 96;--callout-rgb-hint:70, 206, 185;--callout-rgb-important:246, 113, 118;--callout-rgb-info:71, 162, 187;--callout-rgb-missing:226, 72, 86;--callout-rgb-note:200, 175, 155;--callout-rgb-question:130, 190, 235;--callout-rgb-quote:173, 214, 171;--callout-rgb-success:87, 200, 83;--callout-rgb-summary:234, 181, 52;--callout-rgb-tip:70, 206, 185;--callout-rgb-tldr:240, 180, 225;--callout-rgb-todo:58, 173, 252;--callout-rgb-warning:255, 161, 32;--callout-shadow-offset:4px;--callout-title-shadow:inset 0px -1px 0px 0px #0000000d, inset 0px 1px 1px 0px #fff3;--quartz-icon-color:currentColor;--bases-embed-border-color:#e4d7c3!important;--bases-table-border-color:#e4d7c3!important;--bases-table-header-background:#f8f5f1!important;--bases-table-header-background-hover:#ffffff80!important;--focus-ring-color:#0df!important;--tab-container-background:#eee7dd!important;--table-border-color:#e4d7c3!important;--text-accent:#9d8062!important;--text-faint:#b79d7b!important;--text-normal:#593e22!important;--titlebar-background:#eee7dd!important;--input-height:32px!important;--input-border-width:1px!important;--input-border-width-focus:2px!important;--input-radius:8px!important;--background-modifier-border:#e4d7c3!important;--background-modifier-form-field:#f2ece3!important;--icon-size:16px!important;--icon-stroke:1.75px!important;--pill-background:#fff6!important;--pill-background-hover:#fff6!important;--pill-border-color:#e4d7c380!important;--pill-border-color-hover:#d7c3a880!important;--pill-border-width:1px!important;--pill-color:#655134!important;--pill-color-hover:#432e14!important;--pill-color-remove:#cfb696!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0 0 1px 0!important;--accent-h:31!important;--accent-l:50%!important;--accent-s:23%!important;--anim-duration-fast:.14s!important;--anim-duration-moderate:.3s!important;--anim-duration-none:0!important;--anim-duration-slow:.56s!important;--anim-duration-superfast:70ms!important;--anim-motion-delay:cubic-bezier(.65, .05, .36, 1)!important;--anim-motion-jumpy:cubic-bezier(.68, -.55, .27, 1.55)!important;--anim-motion-smooth:cubic-bezier(.45, .05, .55, .95)!important;--anim-motion-swing:cubic-bezier(0, .55, .45, 1)!important;--background-modifier-active-hover:#e4d7c3!important;--background-modifier-border-focus:#d7c3a8!important;--background-modifier-border-hover:#d7c3a8!important;--background-modifier-box-shadow:#0000001a!important;--background-modifier-cover:#dcdcdc66!important;--background-modifier-error:#bf3f36!important;--background-modifier-error-hover:#df453a!important;--background-modifier-error-rgb:223, 90, 90!important;--background-modifier-form-field-hover:#f2ece3!important;--background-modifier-hover:#ffffff80!important;--background-modifier-message:#836b49!important;--background-modifier-success:#329562!important;--background-modifier-success-rgb:87, 185, 132!important;--background-primary:#f8f5f1!important;--background-primary-alt:#f2ece3!important;--background-secondary:#eee7dd!important;--background-secondary-alt:#eee7dd!important;--bases-cards-background:#f8f5f1!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:round!important;--bases-cards-cover-background:#f2ece3!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:8px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #e4d7c3!important;--bases-cards-shadow-hover:0 0 0 1px #d7c3a8!important;--bases-embed-border-radius:4px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#836b49!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:12px!important;--bases-group-heading-property-weight:450!important;--bases-group-heading-value-size:.875em!important;--bases-group-heading-value-weight:650!important;--bases-header-height:40px!important;--bases-header-padding-end:2px!important;--bases-header-padding-start:2px!important;--bases-table-cell-background-active:#f8f5f1!important;--bases-table-cell-background-disabled:#f2ece3!important;--bases-table-cell-background-selected:#9d80621a!important;--bases-table-cell-radius-active:2px!important;--bases-table-cell-radius-focus:2px!important;--bases-table-cell-shadow-active:0 0 0 2px #d7c3a8!important;--bases-table-cell-shadow-focus:0 0 0 2px #a4896e!important;--bases-table-column-border-width:1px!important;--bases-table-column-max-width:300!important;--bases-table-column-min-width:40!important;--bases-table-container-border-radius:4px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#f2ece3!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#836b49!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:450!important;--bases-table-row-background-hover:#fcfaf8!important;--bases-table-row-border-width:1px!important;--bases-table-row-height:30px!important;--bases-table-summary-background:#f8f5f1!important;--bases-table-summary-background-hover:#ffffff80!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:#fcfaf8!important;--blockquote-border-color:#e4d7c3!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#f8f5f1a6 linear-gradient(#f8f5f1, #f8f5f1a6)!important;--blur-brightness:1.15!important;--blur-l:blur(16px) saturate(1.5) brightness(1.15)!important;--blur-m:blur(10px) saturate(1.5) brightness(1.15)!important;--blur-opacity-m:90%!important;--blur-opacity-s:65%!important;--blur-radius-l:16px!important;--blur-radius-m:10px!important;--blur-radius-s:6px!important;--blur-s:blur(6px) saturate(1.5) brightness(1.15)!important;--blur-saturation:1.5!important;--bold-modifier:200!important;--bold-weight:750!important;--border-width:1px!important;--button-corner-shape:round!important;--button-radius:8px!important;--canvas-background:#f8f5f1!important;--canvas-card-label-color:#b79d7b!important;--canvas-color:182, 175, 166!important;--canvas-color-1:223, 90, 90!important;--canvas-color-2:231, 130, 63!important;--canvas-color-3:248, 197, 46!important;--canvas-color-4:87, 185, 132!important;--canvas-color-5:99, 164, 198!important;--canvas-color-6:135, 106, 193!important;--canvas-controls-icon-size:15px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:4px!important;--canvas-dot-pattern:#e4d7c3!important;--caret-color:#b79d7b!important;--checkbox-border-color:#e4d7c3!important;--checkbox-border-color-hover:#cfb696!important;--checkbox-color:#329562!important;--checkbox-color-hover:#3eb174!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:white!important;--checkbox-radius:4px!important;--checkbox-size:16px!important;--checklist-done-color:#b79d7b!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:5px!important;--code-background:#f2ece3!important;--code-border-color:#e4d7c3!important;--code-border-width:0px!important;--code-bracket-background:#ffffff80!important;--code-comment:#b79d7b!important;--code-function:#de9f0d!important;--code-important:#d58534!important;--code-keyword:#c7707d!important;--code-normal:#593e22!important;--code-operator:#cd4242!important;--code-property:#4caeaa!important;--code-punctuation:#836b49!important;--code-radius:8px!important;--code-size:.875em!important;--code-string:#4fab77!important;--code-tag:#cd4242!important;--code-value:#7d71c1!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#cfb696!important;--collapse-icon-color-collapsed:#cfb696!important;--color-accent:#9d8062!important;--color-accent-1:#a4896e!important;--color-accent-2:#b79678!important;--color-accent-hsl:31, 23%, 50%!important;--color-base-00:#fcfaf8!important;--color-base-05:#f8f5f1!important;--color-base-10:#f2ece3!important;--color-base-100:#432e14!important;--color-base-20:#eee7dd!important;--color-base-25:#ebe3d6!important;--color-base-30:#e4d7c3!important;--color-base-35:#cfb696!important;--color-base-40:#b79d7b!important;--color-base-50:#9d8062!important;--color-base-60:#836b49!important;--color-base-70:#655134!important;--color-blue:#3079b0!important;--color-blue-rgb:99, 164, 198!important;--color-cyan:#4caeaa!important;--color-cyan-rgb:124, 180, 206!important;--color-green:#4fab77!important;--color-green-rgb:87, 185, 132!important;--color-orange:#d58534!important;--color-orange-rgb:231, 130, 63!important;--color-pink:#c7707d!important;--color-pink-rgb:217, 102, 122!important;--color-purple:#7d71c1!important;--color-purple-rgb:135, 106, 193!important;--color-red:#cd4242!important;--color-red-rgb:223, 90, 90!important;--color-yellow:#de9f0d!important;--color-yellow-rgb:248, 197, 46!important;--corner-shape:round!important;--cursor:pointer!important;--cursor-link:pointer!important;--dialog-max-height:85vh!important;--dialog-max-width:80vw!important;--dialog-width:560px!important;--direction:1!important;--divider-color:#e4d7c3!important;--divider-color-hover:#d7c3a8!important;--divider-vertical-height:100%!important;--divider-width:1px!important;--divider-width-hover:4px!important;--drag-ghost-background:#a4896e!important;--drag-ghost-text-color:#fcfaf8!important;--dropdown-background:#f2ece3!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#f7f3ed!important;--dropdown-background-position:right .5em top 50%, 0 0!important;--dropdown-background-size:1em auto, 100%!important;--dropdown-icon-inset:.5em!important;--dropdown-icon-width:1em!important;--dropdown-padding:0 1.9em 0 .8em!important;--dropdown-padding-end:1.9em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:none!important;--embed-border-bottom:1px solid #e4d7c3!important;--embed-border-end:1px solid #e4d7c3!important;--embed-border-start:1px solid #e4d7c3!important;--embed-border-top:1px solid #e4d7c3!important;--embed-canvas-max-height:400px!important;--embed-max-height:4000px!important;--embed-padding:6px 16px 0px!important;--file-folding-offset:24px!important;--file-header-background:#f8f5f1!important;--file-header-background-focused:#f8f5f1!important;--file-header-border:1px solid #e4d7c3!important;--file-header-font:"??", "Inter", "??", 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:13px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:40rem!important;--file-margins:32px 32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#f2ece3!important;--flair-color:#593e22!important;--focus-ring-outline:2px solid var(--lightningcss-light,#0060df)var(--lightningcss-dark,#0df)!important;--font-black:900!important;--font-bold:750!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:850!important;--font-extralight:250!important;--font-interface:"??", "Inter", "??", 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:"Inter"!important;--font-light:350!important;--font-medium:550!important;--font-mermaid:"??", "Inter", 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:"??", "Cascadia Code", 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:"Cascadia Code"!important;--font-normal:450!important;--font-print:"??", "??", "Inter", "Arial"!important;--font-print-override:"??"!important;--font-semibold:650!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "Inter", 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:"Inter"!important;--font-thin:150!important;--font-ui-large:20px!important;--font-ui-medium:15px!important;--font-ui-small:13px!important;--font-ui-smaller:12px!important;--font-weight:450!important;--footnote-divider-color:#e4d7c3!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#836b49!important;--footnote-id-color-no-occurrences:#b79d7b!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#ffffff73!important;--footnote-line-height:1.5!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:4px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:126px!important;--graph-controls-width:240px!important;--graph-line:#e4d7c3!important;--graph-node:#2a90cb!important;--graph-node-attachment:#8bc1a4!important;--graph-node-focused:#593e22!important;--graph-node-tag:#df453a!important;--graph-node-unresolved:#ecb936!important;--graph-text:#b79d7b!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.2!important;--h1-size:1.618em!important;--h1-style:normal!important;--h1-variant:normal!important;--h1-weight:650!important;--h2-letter-spacing:-.011em!important;--h2-line-height:1.2!important;--h2-size:1.462em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:650!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.3!important;--h3-size:1.318em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:650!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.4!important;--h4-size:1.188em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:650!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.5!important;--h5-size:1.076em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:650!important;--h6-letter-spacing:0em!important;--h6-line-height:1.5!important;--h6-size:1em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:650!important;--header-height:46px!important;--heading-formatting:#b79d7b!important;--heading-spacing:2.5rem!important;--highlight-mix-blend-mode:darken!important;--hr-color:#e4d7c3!important;--hr-thickness:1px!important;--icon-color:#b79d7b!important;--icon-color-active:#836b49!important;--icon-color-focused:#9d8062!important;--icon-color-hover:#9d8062!important;--icon-l:18px!important;--icon-l-stroke-width:1.75px!important;--icon-m:16px!important;--icon-m-stroke-width:1.75px!important;--icon-opacity:1!important;--icon-opacity-active:1!important;--icon-opacity-hover:1!important;--icon-s:15px!important;--icon-s-stroke-width:2px!important;--icon-xl:24px!important;--icon-xl-stroke-width:1.25px!important;--icon-xs:13px!important;--icon-xs-stroke-width:2px!important;--indent-size:4!important;--indent-unit:.5625em!important;--indentation-guide-color:#e4d7c3!important;--indentation-guide-color-active:#d7c3a8!important;--indentation-guide-editing-indent:.85em!important;--indentation-guide-reading-indent:-1em!important;--indentation-guide-source-indent:.25em!important;--indentation-guide-width:1px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.2!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1.618em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:650!important;--input-corner-shape:round!important;--input-date-separator:#b79d7b!important;--input-font-weight:450!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#b79d7b!important;--input-shadow:inset 0px 1px 0px 0px #fff3, inset 0px 0px 0px 1px #0000001a, inset 0px -2px 0px 2px #00000017, inset 0px -2px 4px 0px #0000001a, 0px 4px 4px -5.6px #0006, 0px 2px 4px -2.7px #0000001a, 0px 2px 4px -1px #0000000d!important;--input-shadow-hover:inset 0px 1px 0px 0px #fff6, inset 0px 0px 0px 1px #00000026, inset 0px -2px 0px 2px #00000017, inset 0px -2px 4px 0px #0000001a, 0px 4px 4px -5.6px #0006, 0px 2px 4px -2.7px #00000026, 0px 2px 6px -1px #0000001a!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#a4896e!important;--interactive-accent-hover:#b79678!important;--interactive-accent-hsl:31, 23%, 50%!important;--interactive-hover:#f7f3ed!important;--interactive-normal:#f2ece3!important;--keyboard-height:0px!important;--layer-cover:5!important;--layer-dragged-item:80!important;--layer-menu:65!important;--layer-modal:50!important;--layer-notice:60!important;--layer-popover:30!important;--layer-sidedock:10!important;--layer-slides:45!important;--layer-status-bar:15!important;--layer-tooltip:70!important;--line-height-normal:1.5!important;--line-height-tight:1.3!important;--link-color:#d79719!important;--link-color-hover:#ecb936!important;--link-decoration:underline!important;--link-decoration-hover:underline!important;--link-decoration-thickness:1.5px!important;--link-external-color:#329562!important;--link-external-color-hover:#3eb174!important;--link-external-decoration:underline!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#b79d7b!important;--link-unresolved-decoration-color:#b79d7b38!important;--link-unresolved-decoration-style:solid!important;--link-unresolved-filter:none!important;--link-unresolved-opacity:1!important;--link-weight:450!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:.6em!important;--list-indent-source:0!important;--list-marker-color:#b79d7b!important;--list-marker-color-collapsed:#9d8062!important;--list-marker-color-hover:#836b49!important;--list-numbered-style:decimal!important;--list-spacing:.075em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#eee7dd!important;--menu-border-color:#d7c3a8!important;--menu-border-width:1px!important;--menu-corner-shape:round!important;--menu-padding:6px!important;--menu-radius:8px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0px 1px 2px #00000007, 0px 3.4px 6.7px #0000000b, 0px 15px 30px #00000012!important;--metadata-background:#f5f1ea!important;--metadata-border-color:#e4d7c3!important;--metadata-border-radius:8px!important;--metadata-border-width:1px!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#e4d7c3!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0px!important;--metadata-gap:3px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#ffffff73!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "Inter", "??", 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:#655134!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#ffffff73!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "Inter", "??", 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:#836b49!important;--metadata-label-text-color-hover:#836b49!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:#ffffff80!important;--metadata-property-background-hover:transparent!important;--metadata-property-box-shadow-focus:0 0 0 2px #d7c3a8!important;--metadata-property-box-shadow-hover:0 0 0 1px #d7c3a8!important;--metadata-property-corner-shape:round!important;--metadata-property-corner-shape-focus:round!important;--metadata-property-corner-shape-hover:round!important;--metadata-property-padding:0!important;--metadata-property-radius:7px!important;--metadata-property-radius-focus:6px!important;--metadata-property-radius-hover:6px!important;--metadata-sidebar-input-font-size:13px!important;--metadata-sidebar-label-font-size:13px!important;--modal-background:#f8f5f1!important;--modal-border-color:#d7c3a8!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:16px!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:#cfb696!important;--nav-collapse-icon-color-collapsed:#b79d7b!important;--nav-heading-color:#836b49!important;--nav-heading-color-collapsed:#836b49!important;--nav-heading-color-collapsed-hover:#836b49!important;--nav-heading-color-hover:#836b49!important;--nav-heading-weight:550!important;--nav-heading-weight-hover:550!important;--nav-indentation-guide-color:#e4d7c3!important;--nav-indentation-guide-width:1px!important;--nav-item-background-active:#ffffff40!important;--nav-item-background-hover:#ffffff40!important;--nav-item-background-selected:#0c5d7d80!important;--nav-item-children-margin-start:12px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#7b6242!important;--nav-item-color-active:#7b6242!important;--nav-item-color-highlighted:#b79678!important;--nav-item-color-hover:#7b6242!important;--nav-item-color-selected:#f8f5f1!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:5px 8px 5px 24px!important;--nav-item-parent-padding:5px 8px 5px 24px!important;--nav-item-radius:6px!important;--nav-item-size:13px!important;--nav-item-white-space:nowrap!important;--nav-tag-background:transparent!important;--nav-tag-color:#b79d7b!important;--nav-tag-color-active:#836b49!important;--nav-tag-color-hover:#836b49!important;--nav-tag-radius:4px!important;--nav-tag-weight:650!important;--p-spacing:1rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#f8f5f1!important;--pdf-page-background:#f8f5f1!important;--pdf-shadow:0 0 0 1px #0000000d, 0 2px 8px #0000001a!important;--pdf-sidebar-background:#f8f5f1!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:#cfb696!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:#f8f5f1!important;--prompt-border-color:#d7c3a8!important;--prompt-border-width:1px!important;--prompt-input-height:40px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:12px!important;--radius-m:8px!important;--radius-s:4px!important;--radius-xl:16px!important;--raised-background:#f8f5f1a6 linear-gradient(#f8f5f1, #f8f5f1a6)!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:#eee7dd!important;--ribbon-background-collapsed:#f8f5f1!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:#d7c3a8!important;--scrollbar-bg:transparent!important;--scrollbar-border-width:3px 3px 3px 2px!important;--scrollbar-height:12px!important;--scrollbar-radius:12px!important;--scrollbar-thumb-bg:#e4d7c3!important;--scrollbar-width:12px!important;--search-clear-button-color:#b79d7b!important;--search-clear-button-size:12px!important;--search-icon-color:#b79d7b!important;--search-icon-size:14px!important;--search-result-background:#f2ece3!important;--setting-group-heading-color:#593e22!important;--setting-group-heading-size:15px!important;--setting-group-heading-weight:650!important;--setting-items-background:#f2ece3!important;--setting-items-border-color:#e4d7c3!important;--setting-items-border-width:0!important;--setting-items-padding:20px!important;--setting-items-radius:12px!important;--shadow-l:0px 1.8px 7.3px #00000017, 0px 6.3px 24.7px #0002, 0px 30px 90px #00000038!important;--shadow-s:0px 1px 2px #00000007, 0px 3.4px 6.7px #0000000b, 0px 15px 30px #00000012!important;--sidebar-left-toggle-inner-width:8.33%!important;--sidebar-left-toggle-inner-width-open:24%!important;--sidebar-markdown-font-size:14.4px!important;--sidebar-right-toggle-inner-width:8.33%!important;--sidebar-right-toggle-inner-width-open:24%!important;--sidebar-tab-text-display:none!important;--size-2-1:2px!important;--size-2-2:4px!important;--size-2-3:6px!important;--size-4-1:4px!important;--size-4-10:40px!important;--size-4-12:48px!important;--size-4-16:64px!important;--size-4-18:72px!important;--size-4-2:8px!important;--size-4-3:12px!important;--size-4-4:16px!important;--size-4-5:20px!important;--size-4-6:24px!important;--size-4-8:32px!important;--size-4-9:36px!important;--slider-s-thumb-position:-5px!important;--slider-s-thumb-size:15px!important;--slider-thumb-border-color:#d7c3a8!important;--slider-thumb-border-width:0px!important;--slider-thumb-height:18px!important;--slider-thumb-radius:18px!important;--slider-thumb-width:18px!important;--slider-thumb-y:-6px!important;--slider-track-background:#e4d7c3!important;--slider-track-height:5px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#eee7dd!important;--status-bar-border-color:#e4d7c3!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:12px!important;--status-bar-position:fixed!important;--status-bar-radius:8px 0 0 0!important;--status-bar-text-color:#836b49!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#f8f5f1!important;--swatch-height:22px!important;--swatch-radius:14px!important;--swatch-shadow:inset 0px 0px 0px 1px #0003!important;--swatch-width:22px!important;--sync-avatar-color-1:#cd4242!important;--sync-avatar-color-2:#d58534!important;--sync-avatar-color-3:#de9f0d!important;--sync-avatar-color-4:#4fab77!important;--sync-avatar-color-5:#4caeaa!important;--sync-avatar-color-6:#3079b0!important;--sync-avatar-color-7:#7d71c1!important;--sync-avatar-color-8:#c7707d!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#f8f5f1!important;--tab-curve:6px!important;--tab-divider-color:#d7c3a8!important;--tab-font-size:13px!important;--tab-max-width:320px!important;--tab-outline-color:transparent!important;--tab-outline-width:1px!important;--tab-radius:4px!important;--tab-radius-active:6px 6px 0 0!important;--tab-stacked-font-size:13px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:46px!important;--tab-stacked-pane-width:700px!important;--tab-stacked-shadow:-2.9px 0 10.5px -6.2px #00000014, -6.2px 0 3.6px -5.2px #0000000a, -9.4px 0 8.4px -4.1px #0000000f!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:#eee7dd!important;--tab-switcher-menubar-background:linear-gradient(to top, #eee7dd, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:16px!important;--tab-switcher-preview-shadow:0 0 0 1px #0000000d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #9d8062!important;--tab-text-color:#b79d7b!important;--tab-text-color-active:#836b49!important;--tab-text-color-focused:#836b49!important;--tab-text-color-focused-active:#836b49!important;--tab-text-color-focused-active-current:#593e22!important;--tab-text-color-focused-highlighted:#9d8062!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#e4d7c3!important;--table-add-button-border-width:1px!important;--table-background:#fcfaf8!important;--table-border-width:1px!important;--table-cell-vertical-alignment:top!important;--table-column-alt-background:#f2ece3!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:#a4896e!important;--table-drag-handle-color:#b79d7b!important;--table-drag-handle-color-active:#fcfaf8!important;--table-drop-indicator-half-width:2px!important;--table-header-background:#f2ece3!important;--table-header-border-color:#e4d7c3!important;--table-header-border-width:1px!important;--table-header-color:#593e22!important;--table-header-size:16px!important;--table-header-weight:650!important;--table-line-height:1.3!important;--table-row-alt-background:#fcfaf8!important;--table-row-alt-background-hover:#fcfaf8!important;--table-row-background-hover:#fcfaf8!important;--table-row-last-border-width:1px!important;--table-selection:#9d80621a!important;--table-selection-blend-mode:darken!important;--table-selection-border-color:#a4896e!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:16px!important;--table-white-space:break-spaces!important;--tag-background:#ffffff80!important;--tag-background-hover:#fffc!important;--tag-border-color:#00000026!important;--tag-border-color-hover:#00000040!important;--tag-border-width:1px!important;--tag-color:#22729b!important;--tag-color-hover:#2a90cb!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:.6em!important;--tag-padding-y:.15em!important;--tag-radius:1em!important;--tag-size:.875em!important;--text-accent-hover:#b79678!important;--text-error:#bf3f36!important;--text-highlight-bg:#fb03!important;--text-highlight-bg-rgb:248, 197, 46!important;--text-muted:#836b49!important;--text-on-accent:#fcfaf8!important;--text-on-accent-inverted:#432e14!important;--text-selection:#cfb69626!important;--text-success:#329562!important;--text-warning:#d75c28!important;--titlebar-background-focused:#eee7dd!important;--titlebar-border-color:#e4d7c3!important;--titlebar-border-width:0px!important;--titlebar-height:30px!important;--titlebar-text-color:#e4d7c3!important;--titlebar-text-color-focused:#cfb696!important;--titlebar-text-weight:450!important;--toggle-border-width:2px!important;--toggle-radius:18px!important;--toggle-s-border-width:2px!important;--toggle-s-thumb-height:15px!important;--toggle-s-thumb-width:15px!important;--toggle-s-width:34px!important;--toggle-thumb-color:#fcfaf8!important;--toggle-thumb-height:18px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:18px!important;--toggle-width:40px!important;--touch-radius-l:52px!important;--touch-radius-m:44px!important;--touch-radius-s:40px!important;--touch-radius-xl:60px!important;--touch-radius-xs:30px!important;--touch-radius-xxs:24px!important;--touch-size-l:52px!important;--touch-size-m:44px!important;--touch-size-s:40px!important;--touch-size-xl:60px!important;--touch-size-xs:30px!important;--touch-size-xxs:24px!important;--traffic-lights-offset-x:46px!important;--traffic-lights-offset-y:46px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#836b49!important;--vault-profile-color-hover:#836b49!important;--vault-profile-display:flex!important;--vault-profile-font-size:13px!important;--vault-profile-font-weight:650!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#fff9!important;--xfa-focus-outline:auto!important;--xfa-unfocused-field-background:url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E")!important;--zoom-factor:1!important;--raised-shadow:0 1px 6px #00000004, 0 4px 24px #0001, 0 0 transparent!important;--shadow-edges:0 0 transparent!important;--shadow-xs:0 1px 6px #00000004, 0 4px 24px #0001, 0 0 transparent!important;--h1-color:#432e14!important;--h2-color:#432e14!important;--h3-color:#432e14!important;--h4-color:#432e14!important;--h5-color:#432e14!important;--h6-color:#432e14!important;--inline-title-color:#432e14!important;--table-header-background-hover:#f2ece3!important;--vault-name-color:#836b49!important;--color-gray:#b6afa6!important;--bold-color:#bf3f36!important;--italic-color:#22729b!important;--link-external-decoration-color:#32956238!important;--editor-border-color:#e4d7c3!important;--color-gray-rgb:182, 175, 166!important;--inline-code-color:#d9746d!important;--embed-background:#f5f1ea!important;--checklist-bg:#fcfaf8!important;--graph-arrow:#9d8062!important;--h1-bg-color:transparent!important;--h2-bg-color:transparent!important;--h3-bg-color:transparent!important;--h4-bg-color:transparent!important;--h5-bg-color:transparent!important;--h6-bg-color:transparent!important;--radius-xs:2px!important;--embed-border-radius:12px!important;--toggle-thumb-shadow:inset 0px 1px 0px 1px #fff, inset 0px 0px 0px 1px #00000026, 0 2px 2px #0003!important;--link-decoration-color:#d7971938!important;--link-unresolved-color-hover:#cfb696!important;--bold-italic-color:#432e14!important;--strikethrough-color:#b79d7b!important;--active-line-bg:#fcfaf8!important;--background-modifier-warning:#d75c28!important;--background-modifier-warning-hover:#eb7d42!important;--link-unresolved-decoration-color-hover:#cfb69638!important;--kanban-lane-border:1px solid #eee7dd!important;--h1-text-align:left!important;--h2-text-align:left!important;--h3-text-align:left!important;--h4-text-align:left!important;--h5-text-align:left!important;--h6-text-align:left!important;--embed-border-bottom-color:#e4d7c3!important;--embed-border-top-color:#e4d7c3!important;--h1-border-left-color:#e4d7c3!important;--h1-border-right-color:#e4d7c3!important;--h1-border-width:0px!important;--h2-border-left-color:#e4d7c3!important;--h2-border-right-color:#e4d7c3!important;--h2-border-width:0px!important;--h3-border-left-color:#e4d7c3!important;--h3-border-right-color:#e4d7c3!important;--h3-border-width:0px!important;--h4-border-left-color:#e4d7c3!important;--h4-border-right-color:#e4d7c3!important;--h4-border-width:0px!important;--h5-border-left-color:#e4d7c3!important;--h5-border-right-color:#e4d7c3!important;--h5-border-width:0px!important;--h6-border-left-color:#e4d7c3!important;--h6-border-right-color:#e4d7c3!important;--h6-border-width:0px!important;--ribbon-border-width:1px!important;--toggle-shadow:inset 0 4px 10px #00000017, inset 0px 0px 0px 1px #0000000f, inset 0 0 1px #00000047!important;--tab-active-shadow:inset 0px 1px 0px 0px #fff, inset 0px -2px 0px 1px #00000017, 0px 1px 2px -.1px #00000026!important;--vault-name-color-hover:#655134!important;--slider-thumb-shadow:inset 0px 0px 0px 1px #00000026, inset 0pc 1px 0px 1px #fff, inset 0px -1px 0px 1px #00000017, 0px 1px 2px 0px #0000001a!important;--slider-thumb-shadow-hover:inset 0px 0px 0px 1px #00000026, inset 0pc 1px 0px 1px #fff, inset 0px -1px 0px 1px #00000017, 0px 1px 2px 0px #0000001a, 0px 0px 0px 6px #0000000d!important;--slider-track-shadow:inset 0px 0px 0px 1px #00000014, 0px 0px 0px 1px #ffffff14!important;--search-clear-button-color-hover:#df453a!important;--file-header-border-color:#e4d7c3!important;--button-shadow:inset 0px 1px 0px 0px #fff3, inset 0px 0px 0px 1px #0000001a, inset 0px -2px 0px 2px #00000017, inset 0px -2px 4px 0px #0000001a, 0px 4px 4px -5.6px #0006, 0px 2px 4px -2.7px #0000001a, 0px 2px 4px -1px #0000000d!important;--button-shadow-hover:inset 0px 1px 0px 0px #fff6, inset 0px 0px 0px 1px #00000026, inset 0px -2px 0px 2px #00000017, inset 0px -2px 4px 0px #0000001a, 0px 4px 4px -5.6px #0006, 0px 2px 4px -2.7px #00000026, 0px 2px 6px -1px #0000001a!important;--font-ui-smallest:11px!important;--prompt-input-background:#f8f5f1!important;--alternating-color-1:#d79719!important;--alternating-color-1-hover-active:#b67a02!important;--alternating-color-2:#bf3f36!important;--alternating-color-2-hover-active:#9a2219!important;--alternating-color-3:#22729b!important;--alternating-color-3-hover-active:#0a4976!important;--amount-chbx-color:#3d946b!important;--amount-chbx-icon-color:white!important;--amount-chbx-radius:100%!important;--anim-popdown:.4s slideDown forwards!important;--anim-popup:.3s slideUp forwards!important;--anim-popup-alt:.335s slideUpAlt forwards!important;--background-anim:background .14s cubic-bezier(.45, .05, .55, .95)!important;--bold-highlight-bg:#f0516c33!important;--bold-highlight-color:#593e22!important;--bold-italic-highlight-bg:#99be2333!important;--bold-italic-highlight-color:#432e14!important;--bold-italic-strikethrough-color:#9d8062!important;--bold-italic-weight:750!important;--bookmark-chbx-color:#eb7d42!important;--bookmark-folder-1-bg-color:#f0516c1f!important;--bookmark-folder-1-bg-color-hover:#f0516c16!important;--bookmark-folder-1-collapse-color:#bf3f3680!important;--bookmark-folder-1-color:#bf3f36!important;--bookmark-folder-1-indent-color:#bf3f3640!important;--bookmark-folder-10-bg-color:#99be231f!important;--bookmark-folder-10-bg-color-hover:#99be2316!important;--bookmark-folder-10-collapse-color:#1a7a4f80!important;--bookmark-folder-10-color:#1a7a4f!important;--bookmark-folder-10-indent-color:#1a7a4f40!important;--bookmark-folder-11-bg-color:#2ab1c01f!important;--bookmark-folder-11-bg-color-hover:#2ab1c016!important;--bookmark-folder-11-collapse-color:#22729b80!important;--bookmark-folder-11-color:#22729b!important;--bookmark-folder-11-indent-color:#22729b40!important;--bookmark-folder-12-bg-color:#707aff1f!important;--bookmark-folder-12-bg-color-hover:#707aff16!important;--bookmark-folder-12-collapse-color:#74459680!important;--bookmark-folder-12-color:#744596!important;--bookmark-folder-12-indent-color:#74459640!important;--bookmark-folder-2-bg-color:#ff73001f!important;--bookmark-folder-2-bg-color-hover:#ff730016!important;--bookmark-folder-2-collapse-color:#d75c2880!important;--bookmark-folder-2-color:#d75c28!important;--bookmark-folder-2-indent-color:#d75c2840!important;--bookmark-folder-3-bg-color:#ffbb001f!important;--bookmark-folder-3-bg-color-hover:#ffbb0016!important;--bookmark-folder-3-collapse-color:#b67a0280!important;--bookmark-folder-3-color:#b67a02!important;--bookmark-folder-3-indent-color:#b67a0240!important;--bookmark-folder-4-bg-color:#99be231f!important;--bookmark-folder-4-bg-color-hover:#99be2316!important;--bookmark-folder-4-collapse-color:#1a7a4f80!important;--bookmark-folder-4-color:#1a7a4f!important;--bookmark-folder-4-indent-color:#1a7a4f40!important;--bookmark-folder-5-bg-color:#2ab1c01f!important;--bookmark-folder-5-bg-color-hover:#2ab1c016!important;--bookmark-folder-5-collapse-color:#22729b80!important;--bookmark-folder-5-color:#22729b!important;--bookmark-folder-5-indent-color:#22729b40!important;--bookmark-folder-6-bg-color:#707aff1f!important;--bookmark-folder-6-bg-color-hover:#707aff16!important;--bookmark-folder-6-collapse-color:#74459680!important;--bookmark-folder-6-color:#744596!important;--bookmark-folder-6-indent-color:#74459640!important;--bookmark-folder-7-bg-color:#f0516c1f!important;--bookmark-folder-7-bg-color-hover:#f0516c16!important;--bookmark-folder-7-collapse-color:#bf3f3680!important;--bookmark-folder-7-color:#bf3f36!important;--bookmark-folder-7-indent-color:#bf3f3640!important;--bookmark-folder-8-bg-color:#ff73001f!important;--bookmark-folder-8-bg-color-hover:#ff730016!important;--bookmark-folder-8-collapse-color:#d75c2880!important;--bookmark-folder-8-color:#d75c28!important;--bookmark-folder-8-indent-color:#d75c2840!important;--bookmark-folder-9-bg-color:#ffbb001f!important;--bookmark-folder-9-bg-color-hover:#ffbb0016!important;--bookmark-folder-9-collapse-color:#b67a0280!important;--bookmark-folder-9-color:#b67a02!important;--bookmark-folder-9-indent-color:#b67a0240!important;--breadcrumb-bg-hover:#eee7dd!important;--breadcrumb-color:#9d8062!important;--breadcrumb-color-hover:#9d8062!important;--breadcrumb-separator-color:#e4d7c3!important;--button-accent-shadow:inset 0px 1px 0px 0px #ffffff17, inset 0px 0px 0px 1px #00000026, inset 0px -2px 0px 2px #00000026, inset 0px -2px 4px 0px #0003, 0px 4px 4px -5.6px #00000085, 0px 2px 4px -2.7px #00000038, 0px 2px 4px -1px #00000030!important;--button-accent-shadow-active:inset 0px 0px 0px 1px #00000026, inset 0px 0px 0px 3px #00000017, inset 0px 2px 8px 0px #0003, 0px 0px 0px 1px #fff9!important;--button-accent-shadow-focus:inset 0px 1px 0px 0px #ffffff1f, inset 0px 0px 0px 1px #00000047, inset 0px -2px 0px 2px #00000026, inset 0px -2px 4px 0px #0003, 0px 4px 4px -5.6px #00000085, 0px 2px 4px -2.7px #00000045, 0px 2px 6px -1px #0000003d, 0px 0px 0px 3px #cfb69626!important;--button-accent-shadow-hover:inset 0px 1px 0px 0px #ffffff1f, inset 0px 0px 0px 1px #00000030, inset 0px -2px 0px 2px #00000026, inset 0px -2px 4px 0px #0003, 0px 4px 4px -5.6px #00000085, 0px 2px 4px -2.7px #00000045, 0px 2px 6px -1px #0000003d!important;--button-anim:.14s cubic-bezier(.68, -.55, .27, 1.55)!important;--button-axis-offset:2px!important;--button-inset-shadow-size:2px!important;--button-metadata-padding:6px 8px 8px 6px!important;--button-metadata-padding-active:6px 8px 6px 6px!important;--button-opacity-active:.5!important;--button-padding:8px 12px 10px 12px!important;--button-padding-active:10px 12px 8px 12px!important;--button-s-padding:4px 8px 4px 8px!important;--button-s-radius:6.4px!important;--button-shadow-active:inset 0px 0px 0px 1px #00000026, inset 0px 0px 0px 3px #00000017, inset 0px 2px 8px 0px #0003, 0px 0px 0px 1px #fff9!important;--button-shadow-focus:inset 0px 1px 0px 0px #fff3, inset 0px 0px 0px 1px #0000001a, inset 0px -2px 0px 2px #00000017, inset 0px -2px 4px 0px #0000001a, 0px 4px 4px -5.6px #0006, 0px 2px 4px -2.7px #0000001a, 0px 2px 4px -1px #0000000d, 0px 0px 0px 3px #cfb69626!important;--cancelled-chbx-color:#b6aea5!important;--cancelled-chbx-text-color:#b79d7b!important;--cancelled-chbx-text-decoration:line-through!important;--canvas-icon-color:#b79d7b!important;--canvas-icon-color-disabled:#e4d7c3!important;--canvas-icon-color-hover:#655134!important;--canvas-menu-bg:#faf7f4!important;--canvas-menu-bg-hover:#fcfaf8!important;--canvas-menu-border:1px solid #e4d7c3!important;--canvas-menu-shadow:0px 1px 2px 1px #00000005, 0px 1px 4px -2.1px #0000001a, 0px 2px 8px -1.2px #00000008!important;--checked-border-color:#00000026!important;--checked-border-color-hover:#0000001a!important;--checklist-shadow-hover:0px 0px 0px 3px #00000012!important;--clock-chbx-color:#4c7dae!important;--close-button-radius:12px!important;--community-item-flair-shadow:inset 0px 0px 0px 1px #0000001a!important;--community-item-selected-shadow:inset 0px 0px 0px 1px #0000003b, 0px 1px 3px -2.6px #0000003b, 0px 2px 6px -4.2px #00000030, 0px 4px 12px -6px #000000e6!important;--community-item-shadow:inset 0px 0px 0px 1px #00000014!important;--community-item-shadow-hover:inset 0px 0px 0px 1px #0003!important;--component-font-weight:550!important;--con-chbx-color:#ba482c!important;--copy-code-btn-shadow:inset 0px 0px 0px 1px #00000017, 0px 2px 4px -2px #0000000f!important;--copy-code-button-radius:4px!important;--disabled-component-opacity:.3!important;--divider-radius:8px!important;--down-chbx-color:#bf3f36!important;--dropdown-height:31px!important;--editor-bg-color:#f8f5f1!important;--editor-bgpattern-color:#e4d7c3!important;--editor-bgpattern-size:50px 50px!important;--editor-border-radius:12px!important;--editor-border-width:1px!important;--editor-header-icon:15px!important;--editor-pane-margin:10px!important;--editor-tab-icon:15px!important;--embed-bg-color-mix:#f5f1ea!important;--embed-border-bottom-style:solid!important;--embed-border-bottom-width:1px!important;--embed-border-end-color:#e4d7c3!important;--embed-border-end-style:solid!important;--embed-border-end-width:1px!important;--embed-border-start-color:#e4d7c3!important;--embed-border-start-style:solid!important;--embed-border-start-width:1px!important;--embed-border-top-style:solid!important;--embed-border-top-width:1px!important;--embed-edit-btn-bg:#f8f5f1b3!important;--embed-edit-btn-bg-hover:#f8f5f1!important;--embed-edit-btn-shadow:inset 0px 0px 0px 1px #0000001a, inset 0px -2px 1px 1px #0000001a!important;--embed-edit-btn-shadow-hover:inset 0px 0px 0px 1px #0000001a, inset 0px -2px 1px 1px #0000001a, 0px 1px 2px 0px #0000001a!important;--embed-left-right-padding:16px!important;--embed-media-border-radius:8px!important;--embed-title-border:1px solid #e4d7c3!important;--embed-title-border-color:#e4d7c3!important;--embed-title-border-style:solid!important;--embed-title-border-width:1px!important;--embed-title-color:#9d8062!important;--embed-title-font-size:16px!important;--embed-title-font-weight:550!important;--embed-title-letter-spacing:normal!important;--embed-title-margin-bottom:8px!important;--embed-title-text-transform:none!important;--empty-state-action-btn-bg:#f2ece380!important;--file-header-border-width:1px!important;--file-header-title-color:#655134!important;--file-max-line-width:88%!important;--file-tab-gap:0px!important;--flair-count-bg-color:#eee7dd!important;--flair-count-color:#b79d7b!important;--flair-count-padding:2px 4px!important;--flair-count-radius:5px!important;--graph-node-highlight-fill:#9d8062!important;--graph-node-highlight-line:#cfb696!important;--graph-node-unresolved-opacity:1!important;--gutter-color:#d7c3a8!important;--gutter-color-active:#9d8062!important;--h1-border-bottom-color:#e4d7c3!important;--h1-border-radius:0px!important;--h1-border-style:solid!important;--h1-border-top-color:#e4d7c3!important;--h1-text-transform:normal!important;--h2-border-bottom-color:#e4d7c3!important;--h2-border-radius:0px!important;--h2-border-style:solid!important;--h2-border-top-color:#e4d7c3!important;--h2-text-transform:normal!important;--h3-border-bottom-color:#e4d7c3!important;--h3-border-radius:0px!important;--h3-border-style:solid!important;--h3-border-top-color:#e4d7c3!important;--h3-text-transform:normal!important;--h4-border-bottom-color:#e4d7c3!important;--h4-border-radius:0px!important;--h4-border-style:solid!important;--h4-border-top-color:#e4d7c3!important;--h4-text-transform:normal!important;--h5-border-bottom-color:#e4d7c3!important;--h5-border-radius:0px!important;--h5-border-style:solid!important;--h5-border-top-color:#e4d7c3!important;--h5-text-transform:normal!important;--h6-border-bottom-color:#e4d7c3!important;--h6-border-radius:0px!important;--h6-border-style:solid!important;--h6-border-top-color:#e4d7c3!important;--h6-text-transform:normal!important;--icon-bg:transparent!important;--icon-bg-active:#e4d7c3!important;--icon-bg-active-menu:transparent!important;--icon-bg-hover:transparent!important;--icon-bg-pressed:transparent!important;--icon-container-radius:0px!important;--idea-chbx-color:#e49e58!important;--important-chbx-color:#ea591f!important;--important-chbx-icon-color:white!important;--important-chbx-radius:100%!important;--info-chbx-color:#519492!important;--info-chbx-icon-color:white!important;--inline-code-bg:#fcfaf8!important;--inline-code-radius:4px!important;--inline-query-bg:#f6f2ed!important;--inline-query-shadow:0px 1px 10px 0px #0000000f!important;--inprogress-chbx-border-color:#c78c3d!important;--inprogress-chbx-color:#eb9d37!important;--inprogress-chbx-color-hover:#eead58!important;--input-shadow-active:inset 0px 0px 0px 1px #00000026, inset 0px 0px 0px 3px #00000017, inset 0px 2px 8px 0px #0003, 0px 0px 0px 1px #fff9!important;--interface-font-feature:"calt" 1, "case" 0, "ccmp" 1, "ss03" 1, "cv01" 1, "cv05" 1, "cv06" 1, "cv08" 0, "cv11" 1, "cv12" 0, "cv13" 0!important;--italic-highlight-bg:#2ab1c033!important;--italic-highlight-color:#593e22!important;--kanban-drag-item-border:none!important;--kanban-drag-item-shadow:0px 8.3px 22.8px -9px #00000030, 0px 6.2px 10.1px -4.2px #00000038, 0px 2.1px 6.8px -3.2px #0000004a!important;--kanban-item-bg:#fcfaf8!important;--kanban-item-border:none!important;--kanban-item-shadow:inset 0px 0px 0px 1px #00000017, inset 0px 1px 0px 0px #fff9, inset 0px -1px 0px 1px #0000000f, 0px 2px 2px 0px #00000008!important;--kanban-lane-bg:#f5f1ea!important;--kanban-lane-shadow:none!important;--kanban-new-item-bg:transparent!important;--kanban-new-item-bg-hover:#f8f5f1!important;--kanban-new-item-color:#b79d7b!important;--kanban-new-item-color-hover:#836b49!important;--kanban-new-item-shadow:none!important;--kanban-new-item-shadow-hover:inset 0px 0px 0px 1px #0000001f, 0px 2px 4px 0px #0000000a!important;--kanban-title-count-bg:#e4d7c3!important;--kanban-title-count-color:#655134!important;--kanban-title-count-radius:12px!important;--kanban-title-text-input-color:#593e22!important;--kbd-background:#eee7dd!important;--kbd-color:#d9746d!important;--kbd-shadow:inset 0px 0px 0px 1px #00000008, inset 0px -2px 0px 0px #0000000f!important;--language-chbx-color:#d97a6d!important;--law-chbx-color:#ae8a5b!important;--link-ahref-color:#df453a!important;--link-ahref-color-hover:#d9746d!important;--link-ahref-decoration-color:color-mix(in srgb, currentColor 22%, transparent)!important;--link-ahref-decoration-color-hover:#d9746d38!important;--link-decoration-color-hover:#ecb93638!important;--link-decoration-opacity:22%!important;--link-external-decoration-color-hover:#3eb17438!important;--link-opacity-active:.5!important;--link-underline-offset:2px!important;--list-bullet-indent-reading:-1em!important;--loading-line-bg-color:#eee7dd!important;--loading-line-color:#63a2bb!important;--loading-line-shadow:inset 0px 0px 0px 1px #0000001a!important;--location-chbox-color:#bf3636!important;--menu-item-bg-active:#ebe3d6!important;--menu-item-bg-hover:#ffffff59!important;--menu-item-color-active:#cfb696!important;--menu-item-icon-color:#b79d7b!important;--menu-item-icon-color-active:#cfb696!important;--menu-item-radius:7px!important;--metadata-container-padding:12px 12px!important;--metadata-input-shadow-active:inset 0px 0px 0px 1px #e4d7c3, 0px 0px 0px 1px #e4d7c3!important;--metadata-input-shadow-hover:none!important;--metadata-key-input-color:#836b49!important;--metadata-key-input-color-active:#655134!important;--metadata-properties-title-color:#cfb696!important;--metadata-properties-title-color-collapsed:#cfb696!important;--metadata-properties-title-color-hover:#b79d7b!important;--metadata-tab-background:#eee7dd!important;--modal-close-button-size:20px!important;--monospace-font-feature:"calt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss05" 1, "ss19" 1, "zero" 1!important;--nav-file-padding-active:4px 8px 6px 24px!important;--nav-file-shadow-active:inset 0px 0px 0px 1px #00000017, inset 0px -2px 0px 2px #00000012, 0px 2px 3px 0px #0000000d!important;--nav-file-tag-bg:transparent!important;--nav-file-tag-color:#9d8062!important;--nav-folder-1-bg-color:#f0516c1f!important;--nav-folder-1-bg-color-hover:#f0516c16!important;--nav-folder-1-collapse-color:#bf3f3680!important;--nav-folder-1-color:#bf3f36!important;--nav-folder-1-indent-color:#bf3f3640!important;--nav-folder-10-bg-color:#99be231f!important;--nav-folder-10-bg-color-hover:#99be2316!important;--nav-folder-10-collapse-color:#1a7a4f80!important;--nav-folder-10-color:#1a7a4f!important;--nav-folder-10-indent-color:#1a7a4f40!important;--nav-folder-11-bg-color:#2ab1c01f!important;--nav-folder-11-bg-color-hover:#2ab1c016!important;--nav-folder-11-collapse-color:#22729b80!important;--nav-folder-11-color:#22729b!important;--nav-folder-11-indent-color:#22729b40!important;--nav-folder-12-bg-color:#707aff1f!important;--nav-folder-12-bg-color-hover:#707aff16!important;--nav-folder-12-collapse-color:#74459680!important;--nav-folder-12-color:#744596!important;--nav-folder-12-indent-color:#74459640!important;--nav-folder-2-bg-color:#ff73001f!important;--nav-folder-2-bg-color-hover:#ff730016!important;--nav-folder-2-collapse-color:#d75c2880!important;--nav-folder-2-color:#d75c28!important;--nav-folder-2-indent-color:#d75c2840!important;--nav-folder-3-bg-color:#ffbb001f!important;--nav-folder-3-bg-color-hover:#ffbb0016!important;--nav-folder-3-collapse-color:#b67a0280!important;--nav-folder-3-color:#b67a02!important;--nav-folder-3-indent-color:#b67a0240!important;--nav-folder-4-bg-color:#99be231f!important;--nav-folder-4-bg-color-hover:#99be2316!important;--nav-folder-4-collapse-color:#1a7a4f80!important;--nav-folder-4-color:#1a7a4f!important;--nav-folder-4-indent-color:#1a7a4f40!important;--nav-folder-5-bg-color:#2ab1c01f!important;--nav-folder-5-bg-color-hover:#2ab1c016!important;--nav-folder-5-collapse-color:#22729b80!important;--nav-folder-5-color:#22729b!important;--nav-folder-5-indent-color:#22729b40!important;--nav-folder-6-bg-color:#707aff1f!important;--nav-folder-6-bg-color-hover:#707aff16!important;--nav-folder-6-collapse-color:#74459680!important;--nav-folder-6-color:#744596!important;--nav-folder-6-indent-color:#74459640!important;--nav-folder-7-bg-color:#f0516c1f!important;--nav-folder-7-bg-color-hover:#f0516c16!important;--nav-folder-7-collapse-color:#bf3f3680!important;--nav-folder-7-color:#bf3f36!important;--nav-folder-7-indent-color:#bf3f3640!important;--nav-folder-8-bg-color:#ff73001f!important;--nav-folder-8-bg-color-hover:#ff730016!important;--nav-folder-8-collapse-color:#d75c2880!important;--nav-folder-8-color:#d75c28!important;--nav-folder-8-indent-color:#d75c2840!important;--nav-folder-9-bg-color:#ffbb001f!important;--nav-folder-9-bg-color-hover:#ffbb0016!important;--nav-folder-9-collapse-color:#b67a0280!important;--nav-folder-9-color:#b67a02!important;--nav-folder-9-indent-color:#b67a0240!important;--nav-folder-bg-color:transparent!important;--nav-folder-bg-color-hover:#ffffff40!important;--nav-folder-collapse-color:#cfb696!important;--nav-folder-color:#7b6242!important;--nav-item-background-selected-hover:#0c5d7d66!important;--nav-item-shadow-active:inset 0px 0px 0px 1px #0000000f!important;--new-tab-btn-radius:2em!important;--non-alternating-color:#cfb696!important;--non-alternating-color-hover-active:#e4d7c3!important;--normal-highlight-bg:#fb03!important;--normal-highlight-color:#593e22!important;--note-chbx-color:#c45a4a!important;--notice-color:#fcfaf8!important;--notice-shadow:inset 0px 0px 0px 1px #0000001f, 0px 2px 9px -2.1px #00000061, 0px 3px 17px -4.3px #0000001f, 0px 7px 30px -5.5px #00000017!important;--pcr-btn-shadow:inset 0px 0px 0px 1.5px #0003!important;--pill-tag-bg-1:#fb03!important;--pill-tag-bg-2:#f0516c33!important;--pill-tag-bg-3:#2ab1c033!important;--pill-tag-color-1:#b67a02!important;--pill-tag-color-2:#9a2219!important;--pill-tag-color-3:#0a4976!important;--pill-tag-shadow-hover:inset 0px 0px 0px 1px #0000000d!important;--pill-tag-weight:550!important;--pmr-cal-td-padding:4px 4px 6px 4px!important;--pmr-cal-td-radius:5px!important;--popup-bg-blur:3px!important;--pro-chbx-color:#4a966f!important;--progress-background:#eee7dd!important;--progress-bar-outline:#0000001a!important;--progress-border-width:1px!important;--progress-color-1:#df453a!important;--progress-color-2:#eb7d42!important;--progress-color-3:#ecb936!important;--progress-color-4:#329562!important;--progress-color-5:linear-gradient(45deg, #d9746d, #e7c56f, #63a2bb)!important;--progress-gradient-1:#d9746d!important;--progress-gradient-2:#e7c56f!important;--progress-gradient-3:#63a2bb!important;--progress-height:8px!important;--progress-value-outline:#0000002e!important;--progress-value-radius:8px!important;--progress-width:220px!important;--prompt-instructions-background:#f4efe9!important;--prompt-results-background:#f8f5f1!important;--prompt-separator-border:1px solid #eee7dd!important;--prompt-suggestion-background-selected:#ffffff59!important;--prompt-suggestion-color:#9d8062!important;--prompt-suggestion-color-selected:#593e22!important;--prompt-suggestion-highlight-color:#6e5a45!important;--prompt-suggestion-highlight-color-selected:#593e22!important;--prompt-suggestion-shadow-selected:inset 0px 0px 0px 1px #00000014, 0px 2px 6px 0px #00000008!important;--question-chbx-color:#9863b0!important;--question-chbx-icon-color:white!important;--quote-chbx-color:#4182b4!important;--quote-chbx-icon-color:white!important;--resched-chbx-color:#84a9a8!important;--ribbon-icon:15px!important;--ribbon-icon-spacing:4px!important;--ribbon-margin-bottom:10px!important;--ribbon-radius:12px!important;--ribbon-slideout-background:#f2ece3!important;--ribbon-slideout-shadow:8px 7px 21px -4px #0000001f, 0px 5px 5px -5px #00000026!important;--sched-chbx-color:#b6aea5!important;--search-result-background-hover:#faf8f5!important;--search-result-dest-file-bg:#f8f5f1!important;--search-result-dest-file-bg-hover:#faf8f5!important;--search-result-dest-file-color:#836b49!important;--search-result-dest-file-icon-color:#cfb696!important;--search-result-dest-file-shadow:inset 0px 0px 0px 1px #0000001a, inset 0px -2px 0px 0px #0000000d!important;--search-result-dest-file-shadow-hover:inset 0px 0px 0px 1px #0000001a, inset 0px -2px 0px 0px #0000000d, 0px 2px 3px 0px #00000017!important;--settings-nav-group-title-color:#cfb696!important;--settings-nav-item-active-color:#fcfaf8!important;--settings-nav-item-bg-hover:transparent!important;--settings-nav-item-padding:7px 12px 7px 12px!important;--settings-nav-item-padding-active:6px 12px 8px 20px!important;--settings-nav-item-padding-hover:7px 12px 7px 20px!important;--settings-nav-item-radius:7px!important;--settings-nav-item-text-color:#7b6242!important;--settings-nav-item-text-color-active:#b79d7b!important;--settings-nav-item-text-color-hover:#593e22!important;--sidebar-nav-icon:15px!important;--sidebar-tab-icon:15px!important;--slider-thumb-bg:#fcfaf8!important;--star-chbx-color:#f6a90e!important;--star-chbx-icon-color:white!important;--status-bar-floating-bg:#f2ece3!important;--status-bar-floating-offset:4px!important;--status-bar-floating-opacity:.5!important;--status-bar-floating-opacity-hover:1!important;--status-bar-floating-shadow:8px 7px 21px -4px #0000001f, 0px 5px 5px -5px #00000026!important;--status-bar-item-bg-hover:transparent!important;--status-bar-item-clickable-bg-active:transparent!important;--status-bar-item-clickable-color-active:#cfb696!important;--status-bar-item-color:#b79d7b!important;--status-bar-item-color-hover:#836b49!important;--strikethrough-highlight-bg:#fb03!important;--strikethrough-highlight-color:#b79d7b!important;--style-settings-container-bg:#f2ece380!important;--sync-icon-success:#329562!important;--sync-icon-success-active:#cfb696!important;--sync-icon-success-hover:#3eb174!important;--sync-icon-working:#e3985f!important;--sync-icon-working-active:#cfb696!important;--sync-icon-working-hover:#eb7d42!important;--tab-active-bg:#f8f5f1!important;--tab-bg:transparent!important;--tab-curves-display:none!important;--tab-header-container-border-bottom:none!important;--tab-header-container-inner-margin:default!important;--tab-header-container-inner-padding:2px!important;--tab-header-container-padding:0 12px 4px 12px!important;--tab-header-container-transition:padding-bottom none!important;--tab-status-radius:4px!important;--tab-z-index:1!important;--tag-shadow:inset 0px -.1em 0px 0px #0000001a!important;--tag-shadow-active:inset 0px -.1em 0px 0px #0000001a!important;--tag-shadow-hover:inset 0px -.1em 0px 0px #0000001a, 0px 0px 0px 3px #00000008!important;--telephone-chbx-color:#40b074!important;--text-font-feature:"calt" 1, "case" 0, "ccmp" 1, "ss03" 1, "cv01" 1, "cv05" 1, "cv06" 1, "cv08" 0, "cv11" 1, "cv12" 0, "cv13" 0!important;--text-input-bg-active:#f8f4ef!important;--text-input-border-color:#e4d7c3!important;--text-input-color:#593e22!important;--text-input-color-focused:#593e22!important;--text-input-shadow-active:inset 0px 1px 0px 0px #fff, inset 0px -1px 0px 0px #0000000a, 0px 1px 6px 0px #00000012!important;--text-selection-theme-bg:#cfb6964d!important;--text-selection-theme-text-color:color-mix(in srgb, currentColor 70%, black)!important;--toggle-bg:#e0d1ba!important;--toggle-bg-enabled:#329562!important;--toggle-shadow-focus:inset 0 6px 20px #0000002e, inset 0px 0px 0px 1px #0000000f, inset 0 0 1px #00000052, 0px 0px 0px 5px #0000000d!important;--toggle-shadow-hover:inset 0 6px 20px #0000002e, inset 0px 0px 0px 1px #0000000f, inset 0 0 1px #00000052!important;--tooltip-shadow:inset 0px -1px 0px 0px #0000001f, 0px 2px 4px -1.4px #0000004d, 0px 3px 10px -1.7px #00000024!important;--underline-color:#593e22!important;--underline-decoration-color:color-mix(in srgb, currentColor 22%, transparent)!important;--underline-decoration-opacity:22%!important;--up-chbx-color:#4fab77!important;--vault-name-background:#f2ece3!important;--vault-name-border:1px solid #e4d7c3!important;--vault-name-border-width:1px!important;--yaml-atom-color:#63a2bb!important;--yaml-base-color:#d9746d!important;--yaml-def-meta-color:#cfb696!important;--yaml-keyword-color:#d79719!important;--yaml-number-color:#d9746d!important;--yaml-string-color:#d79719!important;--color-l-alpha-blue:#2ab1c033!important;--color-l-alpha-gray:#cfb69626!important;--color-l-alpha-green:#99be2333!important;--color-l-alpha-orange:#ff730033!important;--color-l-alpha-purple:#707aff33!important;--color-l-alpha-red:#f0516c33!important;--color-l-alpha-yellow:#fb03!important;--color-l-blue-10:#63a2bb!important;--color-l-blue-20:#2a90cb!important;--color-l-blue-30:#22729b!important;--color-l-blue-40:#0a4976!important;--color-l-gray-10:#fcfaf8!important;--color-l-gray-100:#836b49!important;--color-l-gray-110:#7b6242!important;--color-l-gray-120:#655134!important;--color-l-gray-130:#593e22!important;--color-l-gray-140:#432e14!important;--color-l-gray-20:#f8f5f1!important;--color-l-gray-30:#f2ece3!important;--color-l-gray-40:#eee7dd!important;--color-l-gray-50:#ebe3d6!important;--color-l-gray-60:#e4d7c3!important;--color-l-gray-70:#cfb696!important;--color-l-gray-80:#b79d7b!important;--color-l-gray-90:#9d8062!important;--color-l-green-10:#8bc1a4!important;--color-l-green-20:#3eb174!important;--color-l-green-30:#329562!important;--color-l-green-40:#1a7a4f!important;--color-l-orange-10:#e3985f!important;--color-l-orange-20:#eb7d42!important;--color-l-orange-30:#d75c28!important;--color-l-orange-40:#af3704!important;--color-l-purple-10:#cba7dc!important;--color-l-purple-20:#9f72bb!important;--color-l-purple-30:#744596!important;--color-l-purple-40:#441782!important;--color-l-red-10:#d9746d!important;--color-l-red-20:#df453a!important;--color-l-red-30:#bf3f36!important;--color-l-red-40:#9a2219!important;--color-l-yellow-10:#e7c56f!important;--color-l-yellow-20:#ecb936!important;--color-l-yellow-30:#d79719!important;--color-l-yellow-40:#b67a02!important}:root:root[saved-theme=dark]{--callout-blend-mode:lighten;--callout-border-opacity:.1;--callout-border-width:0px;--callout-bug:228, 87, 78;--callout-content-background:#2c251f;--callout-content-padding:4px 16px 8px 16px;--callout-default:99, 156, 192;--callout-error:228, 87, 78;--callout-example:139, 113, 185;--callout-fail:228, 87, 78;--callout-important:91, 175, 183;--callout-info:99, 156, 192;--callout-padding:12px 12px 12px 24px;--callout-question:238, 163, 89;--callout-quote:158, 158, 158;--callout-radius:8px;--callout-success:100, 194, 113;--callout-summary:91, 175, 183;--callout-tip:91, 175, 183;--callout-title-padding:12px 16px;--callout-title-weight:650;--callout-todo:99, 156, 192;--callout-warning:238, 163, 89;--callout-title-color:215, 192, 163;--callout-color-opacity:32.5%;--callout-container-shadow:inset 0px 0px 0px 1px #0000002e, 0px 2px 6px 0px #00000047;--callout-content-shadow:inset 0px 0px 0px 1px #0000002e, inset 0px -5px 3px 0px #0000004d;--callout-content-shadow-blur:3px;--callout-icon-abstract:loader;--callout-icon-attention:megaphone;--callout-icon-bug:bug;--callout-icon-caution:construction;--callout-icon-check:check-check;--callout-icon-cite:book-marked;--callout-icon-danger:shield-alert;--callout-icon-done:check-check;--callout-icon-error:ban;--callout-icon-example:scroll-text;--callout-icon-fail:circle-slash;--callout-icon-faq:circle-help;--callout-icon-fold-filter:brightness(1);--callout-icon-general:shapes;--callout-icon-help:life-buoy;--callout-icon-hint:search-slash;--callout-icon-important:square-asterisk;--callout-icon-info:badge-info;--callout-icon-missing:search;--callout-icon-note:sticker;--callout-icon-question:circle-help;--callout-icon-quote:message-square-note;--callout-icon-success:check-check;--callout-icon-summary:align-justify;--callout-icon-tip:clover;--callout-icon-tldr:book-open-text;--callout-icon-todo:list-todo;--callout-icon-warning:triangle-alert;--callout-rgb-abstract:34, 152, 225;--callout-rgb-attention:255, 161, 32;--callout-rgb-bug:153, 93, 133;--callout-rgb-caution:255, 161, 32;--callout-rgb-check:87, 200, 83;--callout-rgb-cite:237, 217, 162;--callout-rgb-danger:226, 72, 86;--callout-rgb-done:87, 200, 83;--callout-rgb-error:226, 72, 86;--callout-rgb-example:216, 141, 130;--callout-rgb-fail:226, 72, 86;--callout-rgb-faq:130, 190, 235;--callout-rgb-general:182, 196, 182;--callout-rgb-help:250, 128, 96;--callout-rgb-hint:70, 206, 185;--callout-rgb-important:246, 113, 118;--callout-rgb-info:71, 162, 187;--callout-rgb-missing:226, 72, 86;--callout-rgb-note:200, 175, 155;--callout-rgb-question:130, 190, 235;--callout-rgb-quote:173, 214, 171;--callout-rgb-success:87, 200, 83;--callout-rgb-summary:234, 181, 52;--callout-rgb-tip:70, 206, 185;--callout-rgb-tldr:240, 180, 225;--callout-rgb-todo:58, 173, 252;--callout-rgb-warning:255, 161, 32;--callout-shadow-offset:4px;--callout-title-shadow:inset 0px -1px 1px 0px #00000040, inset 0px 1px 1px 0px #ffffff1a;--quartz-icon-color:currentColor;--bases-embed-border-color:#3b3026!important;--bases-table-border-color:#3b3026!important;--bases-table-header-background:#2e261f!important;--bases-table-header-background-hover:#0000004d!important;--focus-ring-color:#0df!important;--tab-container-background:#26211c!important;--table-border-color:#3b3026!important;--text-accent:#4e3e2d!important;--text-faint:#917959!important;--text-normal:#d7c0a3!important;--titlebar-background:#26211c!important;--input-height:32px!important;--input-border-width:1px!important;--input-border-width-focus:2px!important;--input-radius:8px!important;--background-modifier-border:#3b3026!important;--background-modifier-form-field:#211b17!important;--icon-size:16px!important;--icon-stroke:1.75px!important;--pill-background:#0003!important;--pill-background-hover:#0003!important;--pill-border-color:#3b302680!important;--pill-border-color-hover:#44362a80!important;--pill-border-width:1px!important;--pill-color:#c7b194!important;--pill-color-hover:#d7c0a3!important;--pill-color-remove:#6b563d!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0 0 1px 0!important;--accent-h:31!important;--accent-l:24%!important;--accent-s:27%!important;--anim-duration-fast:.14s!important;--anim-duration-moderate:.3s!important;--anim-duration-none:0!important;--anim-duration-slow:.56s!important;--anim-duration-superfast:70ms!important;--anim-motion-delay:cubic-bezier(.65, .05, .36, 1)!important;--anim-motion-jumpy:cubic-bezier(.68, -.55, .27, 1.55)!important;--anim-motion-smooth:cubic-bezier(.45, .05, .55, .95)!important;--anim-motion-swing:cubic-bezier(0, .55, .45, 1)!important;--background-modifier-active-hover:#51402f!important;--background-modifier-border-focus:#44362a!important;--background-modifier-border-hover:#44362a!important;--background-modifier-box-shadow:#0000004d!important;--background-modifier-cover:#0a0a0a66!important;--background-modifier-error:#e02f29!important;--background-modifier-error-hover:#f35044!important;--background-modifier-error-rgb:228, 87, 78!important;--background-modifier-form-field-hover:#211b17!important;--background-modifier-hover:#0000004d!important;--background-modifier-message:#51402f!important;--background-modifier-success:#108454!important;--background-modifier-success-rgb:100, 194, 113!important;--background-primary:#2e261f!important;--background-primary-alt:#2a241e!important;--background-secondary:#26211c!important;--background-secondary-alt:#26211c!important;--bases-cards-background:#2e261f!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:round!important;--bases-cards-cover-background:#2a241e!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:8px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #3b3026!important;--bases-cards-shadow-hover:0 0 0 1px #44362a!important;--bases-embed-border-radius:4px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#ab916d!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:12px!important;--bases-group-heading-property-weight:450!important;--bases-group-heading-value-size:.875em!important;--bases-group-heading-value-weight:650!important;--bases-header-height:40px!important;--bases-header-padding-end:2px!important;--bases-header-padding-start:2px!important;--bases-table-cell-background-active:#2e261f!important;--bases-table-cell-background-disabled:#2a241e!important;--bases-table-cell-background-selected:#4e3e2d1a!important;--bases-table-cell-radius-active:2px!important;--bases-table-cell-radius-focus:2px!important;--bases-table-cell-shadow-active:0 0 0 2px #44362a!important;--bases-table-cell-shadow-focus:0 0 0 2px #5a4533!important;--bases-table-column-border-width:1px!important;--bases-table-column-max-width:300!important;--bases-table-column-min-width:40!important;--bases-table-container-border-radius:4px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#2a241e!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#ab916d!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:450!important;--bases-table-row-background-hover:#26211c!important;--bases-table-row-border-width:1px!important;--bases-table-row-height:30px!important;--bases-table-summary-background:#2e261f!important;--bases-table-summary-background-hover:#0000004d!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:#26211c!important;--blockquote-border-color:#3b3026!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#26211ca6 linear-gradient(#26211c, #26211ca6)!important;--blur-brightness:1.15!important;--blur-l:blur(16px) saturate(1.5) brightness(1.15)!important;--blur-m:blur(10px) saturate(1.5) brightness(1.15)!important;--blur-opacity-m:90%!important;--blur-opacity-s:65%!important;--blur-radius-l:16px!important;--blur-radius-m:10px!important;--blur-radius-s:6px!important;--blur-s:blur(6px) saturate(1.5) brightness(1.15)!important;--blur-saturation:1.5!important;--bold-modifier:200!important;--bold-weight:750!important;--border-width:1px!important;--button-corner-shape:round!important;--button-radius:8px!important;--canvas-background:#2e261f!important;--canvas-card-label-color:#917959!important;--canvas-color:166, 150, 142!important;--canvas-color-1:228, 87, 78!important;--canvas-color-2:238, 163, 89!important;--canvas-color-3:249, 207, 81!important;--canvas-color-4:100, 194, 113!important;--canvas-color-5:99, 156, 192!important;--canvas-color-6:139, 113, 185!important;--canvas-controls-icon-size:15px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:4px!important;--canvas-dot-pattern:#51402f!important;--caret-color:#917959!important;--checkbox-border-color:#51402f!important;--checkbox-border-color-hover:#6b563d!important;--checkbox-color:#117449!important;--checkbox-color-hover:#108454!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:white!important;--checkbox-radius:4px!important;--checkbox-size:16px!important;--checklist-done-color:#917959!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:5px!important;--code-background:#2a241e!important;--code-border-color:#3b3026!important;--code-border-width:0px!important;--code-bracket-background:#0000004d!important;--code-comment:#917959!important;--code-function:#e1b243!important;--code-important:#cb8035!important;--code-keyword:#b46464!important;--code-normal:#d7c0a3!important;--code-operator:#c04e4e!important;--code-property:#46a9b4!important;--code-punctuation:#ab916d!important;--code-radius:8px!important;--code-size:.875em!important;--code-string:#50c465!important;--code-tag:#c04e4e!important;--code-value:#7161c2!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#6b563d!important;--collapse-icon-color-collapsed:#6b563d!important;--color-accent:#4e3e2d!important;--color-accent-1:#5a4533!important;--color-accent-2:#6c4f38!important;--color-accent-hsl:31, 27%, 24%!important;--color-base-00:#1c1712!important;--color-base-05:#26211c!important;--color-base-10:#2e261f!important;--color-base-100:#ebdac6!important;--color-base-20:#342c23!important;--color-base-25:#3b3026!important;--color-base-30:#51402f!important;--color-base-35:#6b563d!important;--color-base-40:#917959!important;--color-base-50:#ab916d!important;--color-base-60:#c7b194!important;--color-base-70:#d7c0a3!important;--color-blue:#3f89b0!important;--color-blue-rgb:99, 156, 192!important;--color-cyan:#46a9b4!important;--color-cyan-rgb:91, 175, 183!important;--color-green:#50c465!important;--color-green-rgb:100, 194, 113!important;--color-orange:#cb8035!important;--color-orange-rgb:238, 163, 89!important;--color-pink:#b46464!important;--color-pink-rgb:224, 108, 138!important;--color-purple:#7161c2!important;--color-purple-rgb:139, 113, 185!important;--color-red:#c04e4e!important;--color-red-rgb:228, 87, 78!important;--color-yellow:#e1b243!important;--color-yellow-rgb:249, 207, 81!important;--corner-shape:round!important;--cursor:pointer!important;--cursor-link:pointer!important;--dialog-max-height:85vh!important;--dialog-max-width:80vw!important;--dialog-width:560px!important;--direction:1!important;--divider-color:#3b3026!important;--divider-color-hover:#44362a!important;--divider-vertical-height:100%!important;--divider-width:1px!important;--divider-width-hover:4px!important;--drag-ghost-background:#5a4533!important;--drag-ghost-text-color:#ebdac6!important;--dropdown-background:#26211c!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#2a241e!important;--dropdown-background-position:right .5em top 50%, 0 0!important;--dropdown-background-size:1em auto, 100%!important;--dropdown-icon-inset:.5em!important;--dropdown-icon-width:1em!important;--dropdown-padding:0 1.9em 0 .8em!important;--dropdown-padding-end:1.9em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:none!important;--embed-border-bottom:1px solid #3b3026!important;--embed-border-end:1px solid #3b3026!important;--embed-border-start:1px solid #3b3026!important;--embed-border-top:1px solid #3b3026!important;--embed-canvas-max-height:400px!important;--embed-max-height:4000px!important;--embed-padding:6px 16px 0px!important;--file-folding-offset:24px!important;--file-header-background:#2e261f!important;--file-header-background-focused:#2e261f!important;--file-header-border:1px solid #3b3026!important;--file-header-font:"??", "Inter", "??", 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:13px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:40rem!important;--file-margins:32px 32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#26211c!important;--flair-color:#d7c0a3!important;--focus-ring-outline:2px solid var(--lightningcss-light,#0060df)var(--lightningcss-dark,#0df)!important;--font-black:900!important;--font-bold:750!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:850!important;--font-extralight:250!important;--font-interface:"??", "Inter", "??", 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:"Inter"!important;--font-light:350!important;--font-medium:550!important;--font-mermaid:"??", "Inter", 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:"??", "Cascadia Code", 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:"Cascadia Code"!important;--font-normal:450!important;--font-print:"??", "??", "Inter", "Arial"!important;--font-print-override:"??"!important;--font-semibold:650!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "Inter", 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:"Inter"!important;--font-thin:150!important;--font-ui-large:20px!important;--font-ui-medium:15px!important;--font-ui-small:13px!important;--font-ui-smaller:12px!important;--font-weight:450!important;--footnote-divider-color:#3b3026!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#ab916d!important;--footnote-id-color-no-occurrences:#917959!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#0003!important;--footnote-line-height:1.5!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:4px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:126px!important;--graph-controls-width:240px!important;--graph-line:#3b3026!important;--graph-node:#4197b9!important;--graph-node-attachment:#108454!important;--graph-node-focused:#d7c0a3!important;--graph-node-tag:#f35044!important;--graph-node-unresolved:#e5aa1f!important;--graph-text:#917959!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.2!important;--h1-size:1.618em!important;--h1-style:normal!important;--h1-variant:normal!important;--h1-weight:650!important;--h2-letter-spacing:-.011em!important;--h2-line-height:1.2!important;--h2-size:1.462em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:650!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.3!important;--h3-size:1.318em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:650!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.4!important;--h4-size:1.188em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:650!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.5!important;--h5-size:1.076em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:650!important;--h6-letter-spacing:0em!important;--h6-line-height:1.5!important;--h6-size:1em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:650!important;--header-height:46px!important;--heading-formatting:#917959!important;--heading-spacing:2.5rem!important;--highlight-mix-blend-mode:lighten!important;--hr-color:#3b3026!important;--hr-thickness:1px!important;--icon-color:#866f51!important;--icon-color-active:#ab916d!important;--icon-color-focused:#917959!important;--icon-color-hover:#99805f!important;--icon-l:18px!important;--icon-l-stroke-width:1.75px!important;--icon-m:16px!important;--icon-m-stroke-width:1.75px!important;--icon-opacity:1!important;--icon-opacity-active:1!important;--icon-opacity-hover:1!important;--icon-s:15px!important;--icon-s-stroke-width:2px!important;--icon-xl:24px!important;--icon-xl-stroke-width:1.25px!important;--icon-xs:13px!important;--icon-xs-stroke-width:2px!important;--indent-size:4!important;--indent-unit:.5625em!important;--indentation-guide-color:#3b3026!important;--indentation-guide-color-active:#44362a!important;--indentation-guide-editing-indent:.85em!important;--indentation-guide-reading-indent:-1em!important;--indentation-guide-source-indent:.25em!important;--indentation-guide-width:1px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.2!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1.618em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:650!important;--input-corner-shape:round!important;--input-date-separator:#917959!important;--input-font-weight:450!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#917959!important;--input-shadow:inset 0px 1px 0px 0px #ffffff05, inset 0px 0px 0px 1px #00000040, inset 0px -2px 0px 2px #0003, inset 0px -2px 4px 0px #00000040, 0px 4px 4px -5.6px #0000008c, 0px 2px 4px -2.7px #00000040, 0px 2px 4px -1px #0003!important;--input-shadow-hover:inset 0px 1px 0px 0px #ffffff0f, inset 0px 0px 0px 1px #0000004d, inset 0px -2px 0px 2px #0003, inset 0px -2px 4px 0px #00000040, 0px 4px 4px -5.6px #0000008c, 0px 2px 4px -2.7px #0000004d, 0px 2px 6px -1px #00000040!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#5a4533!important;--interactive-accent-hover:#6c4f38!important;--interactive-accent-hsl:31, 27%, 24%!important;--interactive-hover:#2a241e!important;--interactive-normal:#26211c!important;--keyboard-height:0px!important;--layer-cover:5!important;--layer-dragged-item:80!important;--layer-menu:65!important;--layer-modal:50!important;--layer-notice:60!important;--layer-popover:30!important;--layer-sidedock:10!important;--layer-slides:45!important;--layer-status-bar:15!important;--layer-tooltip:70!important;--line-height-normal:1.5!important;--line-height-tight:1.3!important;--link-color:#e5aa1f!important;--link-color-hover:#e2bd60!important;--link-decoration:underline!important;--link-decoration-hover:underline!important;--link-decoration-thickness:1.5px!important;--link-external-color:#2ea873!important;--link-external-color-hover:#4ec68e!important;--link-external-decoration:underline!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#917959!important;--link-unresolved-decoration-color:#91795938!important;--link-unresolved-decoration-style:solid!important;--link-unresolved-filter:none!important;--link-unresolved-opacity:1!important;--link-weight:450!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:.6em!important;--list-indent-source:0!important;--list-marker-color:#917959!important;--list-marker-color-collapsed:#ab916d!important;--list-marker-color-hover:#c7b194!important;--list-numbered-style:decimal!important;--list-spacing:.075em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#26211c!important;--menu-border-color:#44362a!important;--menu-border-width:1px!important;--menu-corner-shape:round!important;--menu-padding:6px!important;--menu-radius:8px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0px 1px 2px #0000003a, 0px 3.4px 6.7px #0000003e, 0px 15px 30px #00000045!important;--metadata-background:#2c251f!important;--metadata-border-color:#3b3026!important;--metadata-border-radius:8px!important;--metadata-border-width:1px!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#3b3026!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0px!important;--metadata-gap:3px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#0003!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "Inter", "??", 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:#ab916d!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#0003!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "Inter", "??", 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:#ab916d!important;--metadata-label-text-color-hover:#ab916d!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:#0000004d!important;--metadata-property-background-hover:transparent!important;--metadata-property-box-shadow-focus:0 0 0 2px #44362a!important;--metadata-property-box-shadow-hover:0 0 0 1px #44362a!important;--metadata-property-corner-shape:round!important;--metadata-property-corner-shape-focus:round!important;--metadata-property-corner-shape-hover:round!important;--metadata-property-padding:0!important;--metadata-property-radius:7px!important;--metadata-property-radius-focus:6px!important;--metadata-property-radius-hover:6px!important;--metadata-sidebar-input-font-size:13px!important;--metadata-sidebar-label-font-size:13px!important;--modal-background:#2e261f!important;--modal-border-color:#44362a!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:16px!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:#6b563d!important;--nav-collapse-icon-color-collapsed:#917959!important;--nav-heading-color:#917959!important;--nav-heading-color-collapsed:#917959!important;--nav-heading-color-collapsed-hover:#917959!important;--nav-heading-color-hover:#917959!important;--nav-heading-weight:550!important;--nav-heading-weight-hover:550!important;--nav-indentation-guide-color:#3b3026!important;--nav-indentation-guide-width:1px!important;--nav-item-background-active:#00000020!important;--nav-item-background-hover:#00000020!important;--nav-item-background-selected:#29586b80!important;--nav-item-children-margin-start:12px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#ab916d!important;--nav-item-color-active:#ab916d!important;--nav-item-color-highlighted:#6c4f38!important;--nav-item-color-hover:#ab916d!important;--nav-item-color-selected:#d7c0a3!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:5px 8px 5px 24px!important;--nav-item-parent-padding:5px 8px 5px 24px!important;--nav-item-radius:6px!important;--nav-item-size:13px!important;--nav-item-white-space:nowrap!important;--nav-tag-background:transparent!important;--nav-tag-color:#917959!important;--nav-tag-color-active:#ab916d!important;--nav-tag-color-hover:#ab916d!important;--nav-tag-radius:4px!important;--nav-tag-weight:650!important;--p-spacing:1rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#2e261f!important;--pdf-page-background:#2e261f!important;--pdf-shadow:0 0 0 1px #3b3026!important;--pdf-sidebar-background:#2e261f!important;--pdf-spread-shadow:0 0 0 1px #0000000d!important;--pdf-thumbnail-shadow:0 0 0 1px #3b3026!important;--pdfViewer-padding-bottom:0!important;--pill-color-remove-hover:#6b563d!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:#2e261f!important;--prompt-border-color:#44362a!important;--prompt-border-width:1px!important;--prompt-input-height:40px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:12px!important;--radius-m:8px!important;--radius-s:4px!important;--radius-xl:16px!important;--raised-background:#26211ca6 linear-gradient(#26211c, #26211ca6)!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:#26211c!important;--ribbon-background-collapsed:#2e261f!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:#44362a!important;--scrollbar-bg:transparent!important;--scrollbar-border-width:3px 3px 3px 2px!important;--scrollbar-height:12px!important;--scrollbar-radius:12px!important;--scrollbar-thumb-bg:#3b3026!important;--scrollbar-width:12px!important;--search-clear-button-color:#866f51!important;--search-clear-button-size:12px!important;--search-icon-color:#866f51!important;--search-icon-size:14px!important;--search-result-background:#2a241e!important;--setting-group-heading-color:#d7c0a3!important;--setting-group-heading-size:15px!important;--setting-group-heading-weight:650!important;--setting-items-background:#2a241e!important;--setting-items-border-color:#3b3026!important;--setting-items-border-width:0!important;--setting-items-padding:20px!important;--setting-items-radius:12px!important;--shadow-l:0px 1.8px 7.3px #00000045, 0px 6.3px 24.7px #00000050, 0px 30px 90px #0006!important;--shadow-s:0px 1px 2px #0000003a, 0px 3.4px 6.7px #0000003e, 0px 15px 30px #00000045!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:#44362a!important;--slider-thumb-border-width:0px!important;--slider-thumb-height:18px!important;--slider-thumb-radius:18px!important;--slider-thumb-width:18px!important;--slider-thumb-y:-6px!important;--slider-track-background:#26211c!important;--slider-track-height:5px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#26211c!important;--status-bar-border-color:#3b3026!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:12px!important;--status-bar-position:fixed!important;--status-bar-radius:8px 0 0 0!important;--status-bar-text-color:#ab916d!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#2e261f!important;--swatch-height:22px!important;--swatch-radius:14px!important;--swatch-shadow:inset 0px 0px 0px 1px #0000004d!important;--swatch-width:22px!important;--sync-avatar-color-1:#c04e4e!important;--sync-avatar-color-2:#cb8035!important;--sync-avatar-color-3:#e1b243!important;--sync-avatar-color-4:#50c465!important;--sync-avatar-color-5:#46a9b4!important;--sync-avatar-color-6:#3f89b0!important;--sync-avatar-color-7:#7161c2!important;--sync-avatar-color-8:#b46464!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#2e261f!important;--tab-curve:6px!important;--tab-divider-color:#44362a!important;--tab-font-size:13px!important;--tab-max-width:320px!important;--tab-outline-color:transparent!important;--tab-outline-width:1px!important;--tab-radius:4px!important;--tab-radius-active:6px 6px 0 0!important;--tab-stacked-font-size:13px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:46px!important;--tab-stacked-pane-width:700px!important;--tab-stacked-shadow:-2.9px 0 10.5px -6.2px #0000004f, -6.2px 0 3.6px -5.2px #00000045, -9.4px 0 8.4px -4.1px #0003!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:#26211c!important;--tab-switcher-menubar-background:linear-gradient(to top, #26211c, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:16px!important;--tab-switcher-preview-shadow:0 0 0 1px #ffffff0d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #4e3e2d!important;--tab-text-color:#917959!important;--tab-text-color-active:#ab916d!important;--tab-text-color-focused:#ab916d!important;--tab-text-color-focused-active:#ab916d!important;--tab-text-color-focused-active-current:#d7c0a3!important;--tab-text-color-focused-highlighted:#4e3e2d!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#3b3026!important;--table-add-button-border-width:1px!important;--table-background:#26211c!important;--table-border-width:1px!important;--table-cell-vertical-alignment:top!important;--table-column-alt-background:#211b17!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:#5a4533!important;--table-drag-handle-color:#917959!important;--table-drag-handle-color-active:#ebdac6!important;--table-drop-indicator-half-width:2px!important;--table-header-background:#211b17!important;--table-header-border-color:#3b3026!important;--table-header-border-width:1px!important;--table-header-color:#d7c0a3!important;--table-header-size:16px!important;--table-header-weight:650!important;--table-line-height:1.3!important;--table-row-alt-background:#26211c!important;--table-row-alt-background-hover:#26211c!important;--table-row-background-hover:#26211c!important;--table-row-last-border-width:1px!important;--table-selection:#4e3e2d1a!important;--table-selection-blend-mode:lighten!important;--table-selection-border-color:#5a4533!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:16px!important;--table-white-space:break-spaces!important;--tag-background:#0000004d!important;--tag-background-hover:#0003!important;--tag-border-color:#00000040!important;--tag-border-color-hover:#00000059!important;--tag-border-width:1px!important;--tag-color:#4197b9!important;--tag-color-hover:#4db2d1!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:.6em!important;--tag-padding-y:.15em!important;--tag-radius:1em!important;--tag-size:.875em!important;--text-accent-hover:#6c4f38!important;--text-error:#f35044!important;--text-highlight-bg:#fb03!important;--text-highlight-bg-rgb:249, 207, 81!important;--text-muted:#ab916d!important;--text-on-accent:#ebdac6!important;--text-on-accent-inverted:#1c1712!important;--text-selection:#7e694e33!important;--text-success:#108454!important;--text-warning:#da5e16!important;--titlebar-background-focused:#26211c!important;--titlebar-border-color:#3b3026!important;--titlebar-border-width:0px!important;--titlebar-height:30px!important;--titlebar-text-color:#51402f!important;--titlebar-text-color-focused:#6b563d!important;--titlebar-text-weight:450!important;--toggle-border-width:2px!important;--toggle-radius:18px!important;--toggle-s-border-width:2px!important;--toggle-s-thumb-height:15px!important;--toggle-s-thumb-width:15px!important;--toggle-s-width:34px!important;--toggle-thumb-color:#ebdac6!important;--toggle-thumb-height:18px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:18px!important;--toggle-width:40px!important;--touch-radius-l:52px!important;--touch-radius-m:44px!important;--touch-radius-s:40px!important;--touch-radius-xl:60px!important;--touch-radius-xs:30px!important;--touch-radius-xxs:24px!important;--touch-size-l:52px!important;--touch-size-m:44px!important;--touch-size-s:40px!important;--touch-size-xl:60px!important;--touch-size-xs:30px!important;--touch-size-xxs:24px!important;--traffic-lights-offset-x:46px!important;--traffic-lights-offset-y:46px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#ab916d!important;--vault-profile-color-hover:#ab916d!important;--vault-profile-display:flex!important;--vault-profile-font-size:13px!important;--vault-profile-font-weight:650!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#0009!important;--xfa-focus-outline:auto!important;--xfa-unfocused-field-background:url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E")!important;--zoom-factor:1!important;--h1-color:#ebdac6!important;--h2-color:#ebdac6!important;--h3-color:#ebdac6!important;--h4-color:#ebdac6!important;--h5-color:#ebdac6!important;--h6-color:#ebdac6!important;--inline-title-color:#ebdac6!important;--table-header-background-hover:#211b17!important;--vault-name-color:#ab916d!important;--color-gray:#a6968d!important;--bold-color:#f35044!important;--italic-color:#4db2d1!important;--link-external-decoration-color:#2ea87338!important;--editor-border-color:#3b3026!important;--color-gray-rgb:166, 150, 142!important;--inline-code-color:#f7685e!important;--embed-background:#2c251f!important;--checklist-bg:#2a241e!important;--graph-arrow:#917959!important;--h1-bg-color:transparent!important;--h2-bg-color:transparent!important;--h3-bg-color:transparent!important;--h4-bg-color:transparent!important;--h5-bg-color:transparent!important;--h6-bg-color:transparent!important;--radius-xs:2px!important;--embed-border-radius:12px!important;--toggle-thumb-shadow:inset 0px 1px 0px 1px #ffffff80, inset 0px 0px 0px 1px #00000040, 0 2px 2px #00000059!important;--link-decoration-color:#e5aa1f38!important;--link-unresolved-color-hover:#ab916d!important;--bold-italic-color:#ebdac6!important;--strikethrough-color:#917959!important;--active-line-bg:#342c23!important;--background-modifier-warning:#bd4914!important;--background-modifier-warning-hover:#da5e16!important;--link-unresolved-decoration-color-hover:#ab916d38!important;--kanban-lane-border:1px solid #302821!important;--h1-text-align:left!important;--h2-text-align:left!important;--h3-text-align:left!important;--h4-text-align:left!important;--h5-text-align:left!important;--h6-text-align:left!important;--embed-border-bottom-color:#3b3026!important;--embed-border-top-color:#3b3026!important;--h1-border-left-color:#3b3026!important;--h1-border-right-color:#3b3026!important;--h1-border-width:0px!important;--h2-border-left-color:#3b3026!important;--h2-border-right-color:#3b3026!important;--h2-border-width:0px!important;--h3-border-left-color:#3b3026!important;--h3-border-right-color:#3b3026!important;--h3-border-width:0px!important;--h4-border-left-color:#3b3026!important;--h4-border-right-color:#3b3026!important;--h4-border-width:0px!important;--h5-border-left-color:#3b3026!important;--h5-border-right-color:#3b3026!important;--h5-border-width:0px!important;--h6-border-left-color:#3b3026!important;--h6-border-right-color:#3b3026!important;--h6-border-width:0px!important;--ribbon-border-width:1px!important;--toggle-shadow:inset 0 4px 10px #00000030, inset 0px 0px 0px 1px #ffffff17, inset 0 0 1px #0006!important;--tab-active-shadow:inset 0px 1px 0px 0px #ffffff1a, inset 0px -2px 0px 1px #00000040, 0px 1px 2px -.1px #00000078!important;--vault-name-color-hover:#c7b194!important;--slider-thumb-shadow:inset 0px 0px 0px 1px #00000059, inset 0pc 1px 0px 1px #ffffff4d, inset 0px -1px 0px 1px #0000004a, 0px 1px 2px 0px #00000080!important;--slider-thumb-shadow-hover:inset 0px 0px 0px 1px #00000059, inset 0pc 1px 0px 1px #ffffff4d, inset 0px -1px 0px 1px #0000004a, 0px 1px 2px 0px #00000080, 0px 0px 0px 6px #ffffff14!important;--slider-track-shadow:inset 0px 0px 0px 1px #0003, 0px 0px 0px 1px #ffffff0a!important;--search-clear-button-color-hover:#f35044!important;--file-header-border-color:#3b3026!important;--button-shadow:inset 0px 1px 0px 0px #ffffff05, inset 0px 0px 0px 1px #00000040, inset 0px -2px 0px 2px #0003, inset 0px -2px 4px 0px #00000040, 0px 4px 4px -5.6px #0000008c, 0px 2px 4px -2.7px #00000040, 0px 2px 4px -1px #0003!important;--button-shadow-hover:inset 0px 1px 0px 0px #ffffff0f, inset 0px 0px 0px 1px #0000004d, inset 0px -2px 0px 2px #0003, inset 0px -2px 4px 0px #00000040, 0px 4px 4px -5.6px #0000008c, 0px 2px 4px -2.7px #0000004d, 0px 2px 6px -1px #00000040!important;--font-ui-smallest:11px!important;--prompt-input-background:#2e261f!important;--alternating-color-1:#da9a1b!important;--alternating-color-1-hover-active:#bc811a!important;--alternating-color-2:#f35044!important;--alternating-color-2-hover-active:#e02f29!important;--alternating-color-3:#4197b9!important;--alternating-color-3-hover-active:#387494!important;--amount-chbx-color:#348d64!important;--amount-chbx-icon-color:white!important;--amount-chbx-radius:100%!important;--anim-popdown:.4s slideDown forwards!important;--anim-popup:.3s slideUp forwards!important;--anim-popup-alt:.335s slideUpAlt forwards!important;--background-anim:background .14s cubic-bezier(.45, .05, .55, .95)!important;--bold-highlight-bg:#f0516c33!important;--bold-highlight-color:#d7c0a3!important;--bold-italic-highlight-bg:#99be2333!important;--bold-italic-highlight-color:#ebdac6!important;--bold-italic-strikethrough-color:#ab916d!important;--bold-italic-weight:750!important;--bookmark-chbx-color:#e96d2b!important;--bookmark-folder-1-bg-color:#f0516c1f!important;--bookmark-folder-1-bg-color-hover:#f0516c16!important;--bookmark-folder-1-collapse-color:#f3504480!important;--bookmark-folder-1-color:#f35044!important;--bookmark-folder-1-indent-color:#f3504440!important;--bookmark-folder-10-bg-color:#99be231f!important;--bookmark-folder-10-bg-color-hover:#99be2316!important;--bookmark-folder-10-collapse-color:#2ea87380!important;--bookmark-folder-10-color:#2ea873!important;--bookmark-folder-10-indent-color:#2ea87340!important;--bookmark-folder-11-bg-color:#2ab1c01f!important;--bookmark-folder-11-bg-color-hover:#2ab1c016!important;--bookmark-folder-11-collapse-color:#4db2d180!important;--bookmark-folder-11-color:#4db2d1!important;--bookmark-folder-11-indent-color:#4db2d140!important;--bookmark-folder-12-bg-color:#707aff1f!important;--bookmark-folder-12-bg-color-hover:#707aff16!important;--bookmark-folder-12-collapse-color:#8a87d980!important;--bookmark-folder-12-color:#8a87d9!important;--bookmark-folder-12-indent-color:#8a87d940!important;--bookmark-folder-2-bg-color:#ff73001f!important;--bookmark-folder-2-bg-color-hover:#ff730016!important;--bookmark-folder-2-collapse-color:#eb6a1480!important;--bookmark-folder-2-color:#eb6a14!important;--bookmark-folder-2-indent-color:#eb6a1440!important;--bookmark-folder-3-bg-color:#ffbb001f!important;--bookmark-folder-3-bg-color-hover:#ffbb0016!important;--bookmark-folder-3-collapse-color:#e5aa1f80!important;--bookmark-folder-3-color:#e5aa1f!important;--bookmark-folder-3-indent-color:#e5aa1f40!important;--bookmark-folder-4-bg-color:#99be231f!important;--bookmark-folder-4-bg-color-hover:#99be2316!important;--bookmark-folder-4-collapse-color:#2ea87380!important;--bookmark-folder-4-color:#2ea873!important;--bookmark-folder-4-indent-color:#2ea87340!important;--bookmark-folder-5-bg-color:#2ab1c01f!important;--bookmark-folder-5-bg-color-hover:#2ab1c016!important;--bookmark-folder-5-collapse-color:#4db2d180!important;--bookmark-folder-5-color:#4db2d1!important;--bookmark-folder-5-indent-color:#4db2d140!important;--bookmark-folder-6-bg-color:#707aff1f!important;--bookmark-folder-6-bg-color-hover:#707aff16!important;--bookmark-folder-6-collapse-color:#8a87d980!important;--bookmark-folder-6-color:#8a87d9!important;--bookmark-folder-6-indent-color:#8a87d940!important;--bookmark-folder-7-bg-color:#f0516c1f!important;--bookmark-folder-7-bg-color-hover:#f0516c16!important;--bookmark-folder-7-collapse-color:#f3504480!important;--bookmark-folder-7-color:#f35044!important;--bookmark-folder-7-indent-color:#f3504440!important;--bookmark-folder-8-bg-color:#ff73001f!important;--bookmark-folder-8-bg-color-hover:#ff730016!important;--bookmark-folder-8-collapse-color:#eb6a1480!important;--bookmark-folder-8-color:#eb6a14!important;--bookmark-folder-8-indent-color:#eb6a1440!important;--bookmark-folder-9-bg-color:#ffbb001f!important;--bookmark-folder-9-bg-color-hover:#ffbb0016!important;--bookmark-folder-9-collapse-color:#e5aa1f80!important;--bookmark-folder-9-color:#e5aa1f!important;--bookmark-folder-9-indent-color:#e5aa1f40!important;--breadcrumb-bg-hover:#3b3026!important;--breadcrumb-color:#917959!important;--breadcrumb-color-hover:#917959!important;--breadcrumb-separator-color:#3b3026!important;--button-accent-shadow:inset 0px 1px 0px 0px #ffffff1a, inset 0px 0px 0px 1px #0000004d, inset 0px -2px 0px 2px #00000042, inset 0px -2px 4px 0px #00000059, 0px 4px 4px -5.6px #0000005e, 0px 2px 4px -2.7px #00000045, 0px 2px 4px -1px #00000024!important;--button-accent-shadow-active:inset 0px 0px 0px 1px #00000073, inset 0px 0px 0px 3px #00000026, inset 0px 2px 8px 0px #00000091, 0px 0px 0px 1px #ffffff05!important;--button-accent-shadow-focus:inset 0px 1px 0px 0px #ffffff1f, inset 0px 0px 0px 1px #00000047, inset 0px -2px 0px 2px #0000001c, inset 0px -2px 4px 0px #0003, 0px 4px 4px -5.6px #00000085, 0px 2px 4px -2.7px #00000045, 0px 2px 6px -1px #0000003d, 0px 0px 0px 3px #7e694e33!important;--button-accent-shadow-hover:inset 0px 1px 0px 0px #ffffff26, inset 0px 0px 0px 1px #00000057, inset 0px -2px 0px 2px #00000042, inset 0px -2px 4px 0px #00000059, 0px 4px 4px -5.6px #0000005e, 0px 2px 4px -2.7px #0000004d, 0px 2px 6px -1px #00000030!important;--button-anim:.14s cubic-bezier(.68, -.55, .27, 1.55)!important;--button-axis-offset:2px!important;--button-inset-shadow-size:2px!important;--button-metadata-padding:6px 8px 8px 6px!important;--button-metadata-padding-active:6px 8px 6px 6px!important;--button-opacity-active:.5!important;--button-padding:8px 12px 10px 12px!important;--button-padding-active:10px 12px 8px 12px!important;--button-s-padding:4px 8px 4px 8px!important;--button-s-radius:6.4px!important;--button-shadow-active:inset 0px 0px 0px 1px #00000073, inset 0px 0px 0px 3px #00000026, inset 0px 2px 8px 0px #00000091, 0px 0px 0px 1px #ffffff05!important;--button-shadow-focus:inset 0px 1px 0px 0px #ffffff0d, inset 0px 0px 0px 1px #0000004d, inset 0px -2px 0px 2px #0000003d, inset 0px -2px 4px 0px #00000040, 0px 4px 4px -5.6px #0000008c, 0px 2px 4px -2.7px #0000004d, 0px 2px 6px -1px #00000040, 0px 0px 0px 3px #7e694e33!important;--cancelled-chbx-color:#9f9589!important;--cancelled-chbx-text-color:#917959!important;--cancelled-chbx-text-decoration:line-through!important;--canvas-icon-color:#917959!important;--canvas-icon-color-disabled:#51402f!important;--canvas-icon-color-hover:#c7b194!important;--canvas-menu-bg:#322a21!important;--canvas-menu-bg-hover:#2f271f!important;--canvas-menu-border:1px solid #3b3026!important;--canvas-menu-shadow:0px 1px 2px 1px #00000024, 0px 1px 4px -2.1px #00000038, 0px 2px 8px -1.2px #00000026!important;--checked-border-color:#ffffff26!important;--checked-border-color-hover:#ffffff1a!important;--checklist-shadow-hover:0px 0px 0px 3px #0000004d!important;--clock-chbx-color:#5585b4!important;--close-button-radius:12px!important;--color-d-alpha-blue:#2ab1c033!important;--color-d-alpha-gray:#7e694e33!important;--color-d-alpha-green:#99be2333!important;--color-d-alpha-orange:#ff730033!important;--color-d-alpha-purple:#707aff33!important;--color-d-alpha-red:#f0516c33!important;--color-d-alpha-yellow:#fb03!important;--color-d-blue-10:#6abfd2!important;--color-d-blue-20:#4db2d1!important;--color-d-blue-30:#4197b9!important;--color-d-blue-40:#387494!important;--color-d-gray-10:#ebdac6!important;--color-d-gray-100:#2e261f!important;--color-d-gray-110:#2a241e!important;--color-d-gray-120:#26211c!important;--color-d-gray-130:#211b17!important;--color-d-gray-140:#1c1712!important;--color-d-gray-20:#d7c0a3!important;--color-d-gray-30:#c7b194!important;--color-d-gray-40:#ab916d!important;--color-d-gray-50:#917959!important;--color-d-gray-60:#6b563d!important;--color-d-gray-70:#51402f!important;--color-d-gray-80:#3b3026!important;--color-d-gray-90:#342c23!important;--color-d-green-10:#4ec68e!important;--color-d-green-20:#2ea873!important;--color-d-green-30:#108454!important;--color-d-green-40:#117449!important;--color-d-orange-10:#ef8839!important;--color-d-orange-20:#eb6a14!important;--color-d-orange-30:#da5e16!important;--color-d-orange-40:#bd4914!important;--color-d-purple-10:#8a87d9!important;--color-d-purple-20:#6260c3!important;--color-d-purple-30:#4a4cba!important;--color-d-purple-40:#4145b4!important;--color-d-red-10:#fb8479!important;--color-d-red-20:#f7685e!important;--color-d-red-30:#f35044!important;--color-d-red-40:#e02f29!important;--color-d-yellow-10:#e2bd60!important;--color-d-yellow-20:#e5aa1f!important;--color-d-yellow-30:#da9a1b!important;--color-d-yellow-40:#bc811a!important;--community-item-flair-shadow:inset 0px 0px 0px 1px #0000001a!important;--community-item-selected-shadow:inset 0px 0px 0px 1px #ffffff2e, 0px 1px 3px -2.6px #00000054, 0px 2px 6px -4.2px #0000004a, 0px 4px 12px -6px #000000e6!important;--community-item-shadow:inset 0px 0px 0px 1px #ffffff08!important;--community-item-shadow-hover:inset 0px 0px 0px 1px #ffffff1a!important;--component-font-weight:550!important;--con-chbx-color:#c54a2b!important;--copy-code-btn-shadow:inset 0px 0px 0px 1px #00000063, 0px 2px 4px -2px #00000063!important;--copy-code-button-radius:4px!important;--disabled-component-opacity:.3!important;--divider-radius:8px!important;--down-chbx-color:#cb5148!important;--dropdown-height:31px!important;--editor-bg-color:#2e261f!important;--editor-bgpattern-color:#51402f!important;--editor-bgpattern-size:50px 50px!important;--editor-border-radius:12px!important;--editor-border-width:1px!important;--editor-header-icon:15px!important;--editor-pane-margin:10px!important;--editor-tab-icon:15px!important;--embed-bg-color-mix:#2c251f!important;--embed-border-bottom-style:solid!important;--embed-border-bottom-width:1px!important;--embed-border-end-color:#3b3026!important;--embed-border-end-style:solid!important;--embed-border-end-width:1px!important;--embed-border-start-color:#3b3026!important;--embed-border-start-style:solid!important;--embed-border-start-width:1px!important;--embed-border-top-style:solid!important;--embed-border-top-width:1px!important;--embed-edit-btn-bg:#211b17b3!important;--embed-edit-btn-bg-hover:#211b17!important;--embed-edit-btn-shadow:inset 0px 0px 0px 1px #00000080, inset 0px -2px 1px 1px #00000080!important;--embed-edit-btn-shadow-hover:inset 0px 0px 0px 1px #00000080, inset 0px -2px 1px 1px #00000080, 0px 1px 2px 0px #00000080!important;--embed-left-right-padding:16px!important;--embed-media-border-radius:8px!important;--embed-title-border:1px solid #3b3026!important;--embed-title-border-color:#3b3026!important;--embed-title-border-style:solid!important;--embed-title-border-width:1px!important;--embed-title-color:#917959!important;--embed-title-font-size:16px!important;--embed-title-font-weight:550!important;--embed-title-letter-spacing:normal!important;--embed-title-margin-bottom:8px!important;--embed-title-text-transform:none!important;--empty-state-action-btn-bg:#2a241e!important;--file-header-border-width:1px!important;--file-header-title-color:#ab916d!important;--file-max-line-width:88%!important;--file-tab-gap:0px!important;--flair-count-bg-color:#26211c!important;--flair-count-color:#6b563d!important;--flair-count-padding:2px 4px!important;--flair-count-radius:5px!important;--graph-node-highlight-fill:#c7b194!important;--graph-node-highlight-line:#6b563d!important;--graph-node-unresolved-opacity:1!important;--gutter-color:#5b4935!important;--gutter-color-active:#917959!important;--h1-border-bottom-color:#3b3026!important;--h1-border-radius:0px!important;--h1-border-style:solid!important;--h1-border-top-color:#3b3026!important;--h1-text-transform:normal!important;--h2-border-bottom-color:#3b3026!important;--h2-border-radius:0px!important;--h2-border-style:solid!important;--h2-border-top-color:#3b3026!important;--h2-text-transform:normal!important;--h3-border-bottom-color:#3b3026!important;--h3-border-radius:0px!important;--h3-border-style:solid!important;--h3-border-top-color:#3b3026!important;--h3-text-transform:normal!important;--h4-border-bottom-color:#3b3026!important;--h4-border-radius:0px!important;--h4-border-style:solid!important;--h4-border-top-color:#3b3026!important;--h4-text-transform:normal!important;--h5-border-bottom-color:#3b3026!important;--h5-border-radius:0px!important;--h5-border-style:solid!important;--h5-border-top-color:#3b3026!important;--h5-text-transform:normal!important;--h6-border-bottom-color:#3b3026!important;--h6-border-radius:0px!important;--h6-border-style:solid!important;--h6-border-top-color:#3b3026!important;--h6-text-transform:normal!important;--icon-bg:transparent!important;--icon-bg-active:#3b3026!important;--icon-bg-active-menu:transparent!important;--icon-bg-hover:transparent!important;--icon-bg-pressed:transparent!important;--icon-container-radius:0px!important;--idea-chbx-color:#e49e58!important;--important-chbx-color:#db4d14!important;--important-chbx-icon-color:white!important;--important-chbx-radius:100%!important;--info-chbx-color:#488987!important;--info-chbx-icon-color:white!important;--inline-code-bg:#211b17!important;--inline-code-radius:4px!important;--inline-query-bg:#2c251e!important;--inline-query-shadow:0px 1px 10px 0px #00000042!important;--inprogress-chbx-border-color:#cdad87!important;--inprogress-chbx-color:#ef993e!important;--inprogress-chbx-color-hover:#fbab51!important;--input-shadow-active:inset 0px 0px 0px 1px #00000073, inset 0px 0px 0px 3px #00000026, inset 0px 2px 8px 0px #00000091, 0px 0px 0px 1px #ffffff05!important;--interface-font-feature:"calt" 1, "case" 0, "ccmp" 1, "ss03" 1, "cv01" 1, "cv05" 1, "cv06" 1, "cv08" 0, "cv11" 1, "cv12" 0, "cv13" 0!important;--italic-highlight-bg:#2ab1c033!important;--italic-highlight-color:#d7c0a3!important;--kanban-drag-item-border:none!important;--kanban-drag-item-shadow:0px 8.3px 22.8px -9px #0000007d, 0px 6.2px 10.1px -4.2px #00000085, 0px 2.1px 6.8px -3.2px #00000096!important;--kanban-item-bg:#342c23!important;--kanban-item-border:none!important;--kanban-item-shadow:inset 0px 0px 0px 1px #0006, inset 0px 1px 0px 0px #ffffff30, inset 0px -1px 0px 1px #0000000f, 0px 2px 2px 0px #00000021!important;--kanban-lane-bg:#28231d!important;--kanban-lane-shadow:none!important;--kanban-new-item-bg:transparent!important;--kanban-new-item-bg-hover:#2e261f!important;--kanban-new-item-color:#917959!important;--kanban-new-item-color-hover:#ab916d!important;--kanban-new-item-shadow:none!important;--kanban-new-item-shadow-hover:inset 0px 0px 0px 1px #00000038, 0px 2px 4px 0px #00000024!important;--kanban-title-count-bg:#3b3026!important;--kanban-title-count-color:#ab916d!important;--kanban-title-count-radius:12px!important;--kanban-title-text-input-color:#d7c0a3!important;--kbd-background:#2a241e!important;--kbd-color:#f7685e!important;--kbd-shadow:inset 0px 0px 0px 1px #0000002b, inset 0px -2px 0px 0px #0003!important;--language-chbx-color:#db6f61!important;--law-chbx-color:#ae8a5b!important;--link-ahref-color:#f7685e!important;--link-ahref-color-hover:#fb8479!important;--link-ahref-decoration-color:color-mix(in srgb, currentColor 22%, transparent)!important;--link-ahref-decoration-color-hover:#fb847938!important;--link-decoration-color-hover:#e2bd6038!important;--link-decoration-opacity:22%!important;--link-external-decoration-color-hover:#4ec68e38!important;--link-opacity-active:.5!important;--link-underline-offset:2px!important;--list-bullet-indent-reading:-1em!important;--loading-line-bg-color:#26211c!important;--loading-line-color:#6abfd2!important;--loading-line-shadow:inset 0px 0px 0px 1px #ffffff1a!important;--location-chbox-color:#bf3636!important;--menu-item-bg-active:#211b17!important;--menu-item-bg-hover:#00000040!important;--menu-item-color-active:#6b563d!important;--menu-item-icon-color:#917959!important;--menu-item-icon-color-active:#6b563d!important;--menu-item-radius:7px!important;--metadata-container-padding:12px 12px!important;--metadata-input-shadow-active:inset 0px 0px 0px 1px #3b3026, 0px 0px 0px 1px #3b3026!important;--metadata-input-shadow-hover:none!important;--metadata-key-input-color:#917959!important;--metadata-key-input-color-active:#c7b194!important;--metadata-properties-title-color:#6b563d!important;--metadata-properties-title-color-collapsed:#6b563d!important;--metadata-properties-title-color-hover:#917959!important;--metadata-tab-background:#26211c!important;--modal-close-button-size:20px!important;--monospace-font-feature:"calt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss05" 1, "ss19" 1, "zero" 1!important;--nav-file-padding-active:4px 8px 6px 24px!important;--nav-file-shadow-active:inset 0px 0px 0px 1px #00000045, inset 0px -2px 0px 2px #0000003d, 0px 2px 3px 0px #00000038!important;--nav-file-tag-bg:transparent!important;--nav-file-tag-color:#6b563d!important;--nav-folder-1-bg-color:#f0516c1f!important;--nav-folder-1-bg-color-hover:#f0516c16!important;--nav-folder-1-collapse-color:#f3504480!important;--nav-folder-1-color:#f35044!important;--nav-folder-1-indent-color:#f3504440!important;--nav-folder-10-bg-color:#99be231f!important;--nav-folder-10-bg-color-hover:#99be2316!important;--nav-folder-10-collapse-color:#2ea87380!important;--nav-folder-10-color:#2ea873!important;--nav-folder-10-indent-color:#2ea87340!important;--nav-folder-11-bg-color:#2ab1c01f!important;--nav-folder-11-bg-color-hover:#2ab1c016!important;--nav-folder-11-collapse-color:#4db2d180!important;--nav-folder-11-color:#4db2d1!important;--nav-folder-11-indent-color:#4db2d140!important;--nav-folder-12-bg-color:#707aff1f!important;--nav-folder-12-bg-color-hover:#707aff16!important;--nav-folder-12-collapse-color:#8a87d980!important;--nav-folder-12-color:#8a87d9!important;--nav-folder-12-indent-color:#8a87d940!important;--nav-folder-2-bg-color:#ff73001f!important;--nav-folder-2-bg-color-hover:#ff730016!important;--nav-folder-2-collapse-color:#eb6a1480!important;--nav-folder-2-color:#eb6a14!important;--nav-folder-2-indent-color:#eb6a1440!important;--nav-folder-3-bg-color:#ffbb001f!important;--nav-folder-3-bg-color-hover:#ffbb0016!important;--nav-folder-3-collapse-color:#e5aa1f80!important;--nav-folder-3-color:#e5aa1f!important;--nav-folder-3-indent-color:#e5aa1f40!important;--nav-folder-4-bg-color:#99be231f!important;--nav-folder-4-bg-color-hover:#99be2316!important;--nav-folder-4-collapse-color:#2ea87380!important;--nav-folder-4-color:#2ea873!important;--nav-folder-4-indent-color:#2ea87340!important;--nav-folder-5-bg-color:#2ab1c01f!important;--nav-folder-5-bg-color-hover:#2ab1c016!important;--nav-folder-5-collapse-color:#4db2d180!important;--nav-folder-5-color:#4db2d1!important;--nav-folder-5-indent-color:#4db2d140!important;--nav-folder-6-bg-color:#707aff1f!important;--nav-folder-6-bg-color-hover:#707aff16!important;--nav-folder-6-collapse-color:#8a87d980!important;--nav-folder-6-color:#8a87d9!important;--nav-folder-6-indent-color:#8a87d940!important;--nav-folder-7-bg-color:#f0516c1f!important;--nav-folder-7-bg-color-hover:#f0516c16!important;--nav-folder-7-collapse-color:#f3504480!important;--nav-folder-7-color:#f35044!important;--nav-folder-7-indent-color:#f3504440!important;--nav-folder-8-bg-color:#ff73001f!important;--nav-folder-8-bg-color-hover:#ff730016!important;--nav-folder-8-collapse-color:#eb6a1480!important;--nav-folder-8-color:#eb6a14!important;--nav-folder-8-indent-color:#eb6a1440!important;--nav-folder-9-bg-color:#ffbb001f!important;--nav-folder-9-bg-color-hover:#ffbb0016!important;--nav-folder-9-collapse-color:#e5aa1f80!important;--nav-folder-9-color:#e5aa1f!important;--nav-folder-9-indent-color:#e5aa1f40!important;--nav-folder-bg-color:transparent!important;--nav-folder-bg-color-hover:#00000020!important;--nav-folder-collapse-color:#6b563d!important;--nav-folder-color:#ab916d!important;--nav-item-background-selected-hover:#29586b66!important;--nav-item-shadow-active:inset 0px 0px 0px 1px #0000003b!important;--new-tab-btn-radius:2em!important;--non-alternating-color:#6b563d!important;--non-alternating-color-hover-active:#51402f!important;--normal-highlight-bg:#fb03!important;--normal-highlight-color:#d7c0a3!important;--note-chbx-color:#c45a4a!important;--notice-color:#d7c0a3!important;--notice-shadow:inset 0px 0px 0px 1px #ffffff17, 0px 2px 9px -2.1px #0006, 0px 3px 17px -4.3px #0000004d, 0px 7px 30px -5.5px #0003!important;--pcr-btn-shadow:inset 0px 0px 0px 1.5px #fff3!important;--pill-tag-bg-1:#fb03!important;--pill-tag-bg-2:#f0516c33!important;--pill-tag-bg-3:#2ab1c033!important;--pill-tag-color-1:#e5aa1f!important;--pill-tag-color-2:#f7685e!important;--pill-tag-color-3:#4db2d1!important;--pill-tag-shadow-hover:inset 0px 0px 0px 1px #ffffff0d!important;--pill-tag-weight:550!important;--pmr-cal-td-padding:4px 4px 6px 4px!important;--pmr-cal-td-radius:5px!important;--popup-bg-blur:3px!important;--pro-chbx-color:#4da376!important;--progress-background:#26211c!important;--progress-bar-outline:#ffffff1a!important;--progress-border-width:1px!important;--progress-color-1:#f35044!important;--progress-color-2:#da5e16!important;--progress-color-3:#da9a1b!important;--progress-color-4:#117449!important;--progress-color-5:linear-gradient(45deg, #f35044, #e5aa1f, #4db2d1)!important;--progress-gradient-1:#f35044!important;--progress-gradient-2:#e5aa1f!important;--progress-gradient-3:#4db2d1!important;--progress-height:8px!important;--progress-value-outline:#ffffff36!important;--progress-value-radius:8px!important;--progress-width:220px!important;--prompt-instructions-background:#2b241e!important;--prompt-results-background:#2e261f!important;--prompt-separator-border:1px solid #342c23!important;--prompt-suggestion-background-selected:#0000001a!important;--prompt-suggestion-color:#ab916d!important;--prompt-suggestion-color-selected:#d7c0a3!important;--prompt-suggestion-highlight-color:#c4b299!important;--prompt-suggestion-highlight-color-selected:#d7c0a3!important;--prompt-suggestion-shadow-selected:inset 0px 0px 0px 1px #00000024, 0px 2px 6px 0px #0000001f!important;--question-chbx-color:#9a5eb5!important;--question-chbx-icon-color:white!important;--quote-chbx-color:#4182b4!important;--quote-chbx-icon-color:white!important;--resched-chbx-color:#76a2a1!important;--ribbon-icon:15px!important;--ribbon-icon-spacing:4px!important;--ribbon-margin-bottom:10px!important;--ribbon-radius:12px!important;--ribbon-slideout-background:#2a241e!important;--ribbon-slideout-shadow:8px 7px 21px -4px #00000059, 0px 5px 5px -5px #00000061!important;--sched-chbx-color:#9f9589!important;--search-result-background-hover:#1f1915!important;--search-result-dest-file-bg:#26211c!important;--search-result-dest-file-bg-hover:#1c1712!important;--search-result-dest-file-color:#917959!important;--search-result-dest-file-icon-color:#51402f!important;--search-result-dest-file-shadow:inset 0px 0px 0px 1px #0000004d, inset 0px -2px 0px 0px #00000040!important;--search-result-dest-file-shadow-hover:inset 0px 0px 0px 1px #0000004d, inset 0px -2px 0px 0px #00000040, 0px 2px 3px 0px #0000004a!important;--settings-nav-group-title-color:#6b563d!important;--settings-nav-item-active-color:#2e261f!important;--settings-nav-item-bg-active:#211b17!important;--settings-nav-item-bg-hover:transparent!important;--settings-nav-item-padding:7px 12px 7px 12px!important;--settings-nav-item-padding-active:6px 12px 8px 20px!important;--settings-nav-item-padding-hover:7px 12px 7px 20px!important;--settings-nav-item-radius:7px!important;--settings-nav-item-text-color:#ab916d!important;--settings-nav-item-text-color-active:#51402f!important;--settings-nav-item-text-color-hover:#d7c0a3!important;--sidebar-nav-icon:15px!important;--sidebar-tab-icon:15px!important;--slider-thumb-bg:#d7c0a3!important;--star-chbx-color:#e59a06!important;--star-chbx-icon-color:white!important;--status-bar-floating-bg:#2a241e!important;--status-bar-floating-offset:4px!important;--status-bar-floating-opacity:.5!important;--status-bar-floating-opacity-hover:1!important;--status-bar-floating-shadow:8px 7px 21px -4px #00000059, 0px 5px 5px -5px #00000061!important;--status-bar-item-bg-hover:transparent!important;--status-bar-item-clickable-bg-active:transparent!important;--status-bar-item-clickable-color-active:#6b563d!important;--status-bar-item-color:#917959!important;--status-bar-item-color-hover:#c7b194!important;--strikethrough-highlight-bg:#fb03!important;--strikethrough-highlight-color:#917959!important;--style-settings-container-bg:#2a241e80!important;--sync-icon-success:#117449!important;--sync-icon-success-active:#6b563d!important;--sync-icon-success-hover:#108454!important;--sync-icon-working:#bd4914!important;--sync-icon-working-active:#6b563d!important;--sync-icon-working-hover:#da5e16!important;--tab-active-bg:#2e261f!important;--tab-bg:transparent!important;--tab-curves-display:none!important;--tab-header-container-border-bottom:none!important;--tab-header-container-inner-margin:default!important;--tab-header-container-inner-padding:2px!important;--tab-header-container-padding:0 12px 4px 12px!important;--tab-header-container-transition:padding-bottom none!important;--tab-status-radius:4px!important;--tab-z-index:1!important;--tag-shadow:inset 0px -.1em 0px 0px #0003!important;--tag-shadow-active:inset 0px -.1em 0px 0px #0003!important;--tag-shadow-hover:inset 0px -.1em 0px 0px #0003, 0px 0px 0px 3px #00000026!important;--telephone-chbx-color:#389f68!important;--text-font-feature:"calt" 1, "case" 0, "ccmp" 1, "ss03" 1, "cv01" 1, "cv05" 1, "cv06" 1, "cv08" 0, "cv11" 1, "cv12" 0, "cv13" 0!important;--text-input-bg-active:#1c1712!important;--text-input-border-color:#1c1712!important;--text-input-color:#d7c0a3!important;--text-input-color-focused:#d7c0a3!important;--text-input-shadow-active:inset 0px 1px 0px 0px #ffffff08, inset 0px -1px 0px 0px #00000063, 0px 1px 6px 0px #0000005e!important;--text-selection-theme-bg:#9179594d!important;--text-selection-theme-text-color:color-mix(in srgb, currentColor 70%, white)!important;--toggle-bg:#5e4b36!important;--toggle-bg-enabled:#117449!important;--toggle-shadow-focus:inset 0 6px 20px #00000047, inset 0px 0px 0px 1px #ffffff17, inset 0 0 1px #00000070, 0px 0px 0px 5px #ffffff14!important;--toggle-shadow-hover:inset 0 6px 20px #00000047, inset 0px 0px 0px 1px #ffffff17, inset 0 0 1px #00000070!important;--tooltip-shadow:inset 0px -1px 0px 0px #0000004d, 0px 2px 4px -1.4px #0000004d, 0px 3px 10px -1.7px #00000024!important;--underline-color:#d7c0a3!important;--underline-decoration-color:color-mix(in srgb, currentColor 22%, transparent)!important;--underline-decoration-opacity:22%!important;--up-chbx-color:#53b27c!important;--vault-name-background:#2a241e!important;--vault-name-border:1px solid #3b3026!important;--vault-name-border-width:1px!important;--yaml-atom-color:#6abfd2!important;--yaml-base-color:#f7685e!important;--yaml-def-meta-color:#917959!important;--yaml-keyword-color:#da9a1b!important;--yaml-number-color:#f7685e!important;--yaml-string-color:#da9a1b!important}html[saved-theme=light] body{--qt-code-atom:#593e22;--qt-code-comment:#b79d7b;--qt-code-function:#593e22;--qt-code-header:#432e14;--qt-code-keyword:#c7707d;--qt-code-number:#7d71c1;--qt-code-operator:#cd4242;--qt-code-property:#de9f0d;--qt-code-string:#4fab77;--qt-code-variable:#4caeaa;--qt-code-variable-2:#4caeaa;--qt-code-default:#593e22;--qt-code-background:#f2ece3;--qt-code-border-color:#e4d7c3}html[saved-theme=dark] body{--qt-code-atom:#d7c0a3;--qt-code-comment:#917959;--qt-code-function:#d7c0a3;--qt-code-header:#ebdac6;--qt-code-keyword:#b46464;--qt-code-number:#7161c2;--qt-code-operator:#c04e4e;--qt-code-property:#e1b243;--qt-code-string:#50c465;--qt-code-variable:#46a9b4;--qt-code-variable-2:#46a9b4;--qt-code-default:#d7c0a3;--qt-code-background:#2a241e;--qt-code-border-color:#3b3026}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:Cascadia Code;font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/gh/saberzero1/quartz-themes@v2.0.2/fonts/primary/cascadia-code.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://cdn.jsdelivr.net/gh/saberzero1/quartz-themes@v2.0.2/fonts/primary/inter.woff2)format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://cdn.jsdelivr.net/gh/saberzero1/quartz-themes@v2.0.2/fonts/primary/inter-1.woff2)format("woff2")}body div#quartz-root{color:#593e22;background-color:#f8f5f1}body[data-slug],body[data-slug] .page>div#quartz-body,body .page>div#quartz-body div.center,body .page>div#quartz-body footer,body .page>div#quartz-body div.sidebar,body[data-slug] div#quartz-root.page,body .page>div#quartz-body div.sidebar.left,body .page>div#quartz-body div.sidebar.left .explorer .explorer-content{color:#593e22;background-color:#eee7dd}body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#593e22;background-color:#eee7dd}body .page>div#quartz-body div.sidebar.right{color:#593e22;background-color:#eee7dd;border-left:0 #0000}body .page>div#quartz-body div.sidebar.left{border-right:1px solid #0000}body a.external,body footer a{color:#329562;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 #329562;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:underline #32956238;text-decoration:underline #32956238;-webkit-text-decoration:underline color(srgb .195 .585 .3835/.22);text-decoration:underline color(srgb .195 .585 .3835/.22);text-decoration-thickness:1.5px;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.internal,body .breadcrumb-container .breadcrumb-element>a{color:#d79719;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 #d79719;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:underline #d7971938;text-decoration:underline #d7971938;-webkit-text-decoration:underline color(srgb .8413 .593767 .0987/.22);text-decoration:underline color(srgb .8413 .593767 .0987/.22);text-decoration-thickness:1.5px;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.internal.broken{color:#b79d7b;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 #b79d7b;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:underline #b79d7b38;text-decoration:underline #b79d7b38;-webkit-text-decoration:underline color(srgb .716 .615467 .484/.22);text-decoration:underline color(srgb .716 .615467 .484/.22);text-decoration-thickness:1.5px;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.external:hover,body footer a:hover{color:#8a5cf5;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body a.internal:hover,body .breadcrumb-container .breadcrumb-element>a:hover{color:#8a5cf5;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#8a5cf5}body p{color:#836b49;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 #836b49;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-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:#bf3f36;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 #bf3f36;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:650;-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:#22729b;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 #22729b;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-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 #593e22;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-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:#b79d7b;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 #b79d7b;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:line-through #b79d7b;text-decoration:line-through #b79d7b;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:7px;color:#593e22;background-color:#ffffff59;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:7px;color:#593e22;background-color:#ffffff59;border:0 #593e22;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body hr{border-radius:8px;box-shadow:none;margin:0;border-top:0 solid gray;border-bottom:0 #0000;border-left:0 #0000;border-right:1px solid #0000;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:13.062px;background-color:#fb03;border:0 solid #b67a02;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:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:550;display:flex}body a.internal.tag-link:before{color:#b67a02}body ul>li{color:#593e22;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:#593e22;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:8px;color:#593e22;background-color:#0000;border:0 solid #593e22;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0;font-family:Cascadia Code,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:8px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#f2ece3;border:0 solid #e4d7c3;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:8px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#f2ece3;border:0 solid #e4d7c3;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:8px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#f2ece3;border:0 solid #e4d7c3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}body input[type=checkbox]{appearance:auto;border-radius:4px;border:1px solid #e4d7c3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:16px;margin:0 8px 0 -24px;margin-block:0;margin-inline:0;padding:0;transition:box-shadow .15s ease-in-out;position:relative;top:auto}body ul>li.task-list-item{text-align:start;display:list-item}body input[type=checkbox]:checked:after{content:normal;top:auto;background-color:#0000;width:auto;display:list-item;position:static;inset-inline-start:auto}body blockquote{padding-top:0;padding-bottom:0;background-color:#fcfaf8;margin-inline:40px;padding-inline-start:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:normal}body .data-footnote-backref{color:#b79d7b;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body .search>.search-button{border-radius:8px;color:#593e22;background-color:#f2ece3;border:1px solid #e4d7c3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .search>.search-container>.search-space{border-radius:12px;background-color:#f8f5f1;border:1px solid #d7c4a8;border:1px solid color(srgb .844752 .768077 .659248);border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 1.8px 7.3px #00000017,0 6.3px 24.7px #0002,0 30px 90px #00000038}body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#f8f5f1;border:0 inset #593e22;border-bottom:1px solid #eee7dd;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:#593e22;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#f8f5f1;outline:0 #593e22;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .search>.search-container>.search-space>.search-layout,body .search>.search-container>.search-space>.search-layout.display-results{border-radius:12px;border:1px solid #d7c4a8;border:1px solid color(srgb .844752 .768077 .659248);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:#593e22}body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:7px;border:0 #593e22;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:#593e22;background-color:#ffffff59;font-weight:450}: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:#593e22}body h1,body h2,body h3,body h4,body h5,body h6,body h2.page-title,body h2.page-title a{color:#432e14;text-shadow:none;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body li.depth-0{font-weight:450}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:200, 175, 155;border-radius:8px;mix-blend-mode:normal;border:0 solid #c8af9b33;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0}body .callout .callout-title{--callout-color:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=note]{--callout-color:200, 175, 155;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#e9dfd5;background:color(srgb .912622 .872659 .835829);border:0 solid #c8af9b33;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=note]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=abstract]{--callout-color:34, 152, 225;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#b3d7ec;background:color(srgb .701053 .843345 .925045);border:0 solid #2298e133;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=abstract]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=info]{--callout-color:71, 162, 187;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#bfdae0;background:color(srgb .74821 .856091 .876613);border:0 solid #47a2bb33;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=info]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=todo]{--callout-color:58, 173, 252;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#bbdef5;background:color(srgb .731642 .87011 .959456);border:0 solid #3aadfc33;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=todo]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=tip]{--callout-color:70, 206, 185;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#bee9df;background:color(srgb .746936 .912169 .874064);border:0 solid #46ceb933;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=tip]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=success]{--callout-color:87, 200, 83;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#c4e7be;background:color(srgb .768602 .904522 .744064);border:0 solid #57c85333;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=success]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=question]{--callout-color:130, 190, 235;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#d2e3ef;background:color(srgb .823406 .891777 .93779);border:0 solid #82beeb33;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=question]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=warning]{--callout-color:255, 161, 32;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#fbdaad;background:color(srgb .98272 .854816 .679064);border:0 solid #ffa12033;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=warning]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=danger]{--callout-color:226, 72, 86;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#f1bdbf;background:color(srgb .945759 .741385 .747888);border:0 solid #e2485633;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=danger]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=failure]{--callout-color:226, 72, 86;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#f1bdbf;background:color(srgb .945759 .741385 .747888);border:0 solid #e2485633;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=failure]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=bug]{--callout-color:153, 93, 133;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#d9c4ce;background:color(srgb .85272 .768149 .80779);border:0 solid #995d8533;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=bug]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=example]{--callout-color:216, 141, 130;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#eed3cd;background:color(srgb .933014 .829326 .803966);border:0 solid #d88d8233;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=example]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body .callout[data-callout=quote]{--callout-color:173, 214, 171;color:#593e22;mix-blend-mode:normal;border-radius:8px;background:#e0ebda;background:color(srgb .87821 .922365 .856221);border:0 solid #add6ab33;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#593e22;font-weight:650}body .callout[data-callout=quote]>.callout-content{color:#593e22;background:#f5f1ea;background:color(srgb .962 .943667 .918);padding:4px 16px 8px}body table{border-collapse:separate;color:#593e22;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:594px;margin:16px 0 0;margin-block:0;margin-inline:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body thead{border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body tbody{background-color:#0000}body th{color:#593e22;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #e4d7c3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:650}body td{color:#593e22;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #e4d7c3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:450}body tr{border-radius:0;background-color:#f2ece3;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:#fcfaf8}body img{box-shadow:none;filter:none;object-fit:fill;border-radius:8px;border:0 #432e14;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 #593e22;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:#593e22;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:8px;border:0 #593e22;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:8px;background-color:#0000;border:0 #593e22;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:#f5f1ea;background-color:color(srgb .962 .943667 .918);border:1px solid #e4d7c3;border-radius:12px;margin:0;padding:0}body .transclude-inner{background-color:#f5f1ea;background-color:color(srgb .962 .943667 .918);border:0 solid #593e22;border-radius:0;margin:0;padding:0}body .file-embed{background-color:#f2ece3;border-width:0;border-color:#836b49;border-radius:8px;margin:0;padding:8px}body .metadata{color:#836b49;background-color:#f5f1ea;background-color:color(srgb .962 .943667 .918);border:1px solid #e4d7c3;border-radius:8px;margin:0 0 32px;padding:12px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .metadata-properties{color:#836b49;background-color:#0000;border-width:0;border-color:#836b49;border-radius:0;margin:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #593e22;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:#836b49;border-radius:0;background-color:#0000;border:0 solid #836b49;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:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body details{border-radius:0;background-color:#0000;border:0 #593e22;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:#593e22;cursor:auto;background-color:#0000;padding:0;font-weight:450}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:#d9746d;border-radius:4px;background-color:#eee7dd;border:0 #d9746d;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:2px 6px;font-family:Cascadia Code,ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace;font-size:14px;box-shadow:inset 0 0 0 1px #00000008,inset 0 -2px #0000000f}body dl{margin:16px 0;margin-block:15px;margin-inline:0}body dt{color:#593e22;margin:0;margin-block:0;margin-inline:0;font-weight:450}body dd{color:#593e22;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}body sub{color:#593e22;vertical-align:sub;font-size:13.3333px}body sup{color:#593e22;vertical-align:super;font-size:13.3333px}body abbr{color:#593e22;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body li.task-list-item[data-task=\-]{color:#b79d7b;-webkit-text-decoration:line-through #b79d7b;text-decoration:line-through #b79d7b}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:#593e22;-webkit-text-decoration:none;text-decoration:none}body .katex-display>.katex{text-align:center;white-space-collapse:collapse;text-wrap-mode:wrap;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:block}body .katex-display>.katex>.katex-html{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:#7b6242;cursor:pointer;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:none;text-decoration:none}body .explorer .explorer-content li:has(>.folder-outer.open)>.folder-container{color:#7b6242;cursor:pointer;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:none;text-decoration:none}body .explorer .folder-outer>ul{border-left:1px solid #e4d7c3}body .explorer{background-color:#0000}body .bases-table{border-color:gray}body .bases-table thead th{color:#593e22;background-color:#0000;border-color:#e4d7c3;font-weight:650}body .bases-table tbody tr:nth-child(2n){background-color:#fcfaf8}body .canvas-node{background-color:#0000;border-width:0;border-color:#593e22;border-radius:0}body .canvas-node-content{color:#593e22}body .canvas-node-file{color:#593e22;background-color:#0000}body .canvas-sidebar{background-color:#faf8f5;background-color:color(srgb .9811 .972035 .9589);border-color:#e4d7c3;box-shadow:0 1px 2px 1px #00000005,0 1px 4px -2.1px #0000001a,0 2px 8px -1.2px #00000008}body .canvas-node-group{background-color:#0000;border-width:0;border-color:#593e22}body .note-properties{background-color:#f5f1ea;background-color:color(srgb .962 .943667 .918);border-color:#e4d7c3;border-radius:8px}body .note-properties-key{color:#836b49;font-weight:450}body .note-properties-value{color:#836b49}body .note-properties-tags{color:#b67a02;background-color:#fb03;border-radius:13.062px}body .note-properties-row{border-color:#836b49}body details.toc summary::marker{color:#593e22}body .graph>.graph-outer>.global-graph-icon{color:#b79d7b;cursor:pointer;background-color:#0000;border-width:0;border-color:#b79d7b;border-radius:5px}body footer{color:#836b49;opacity:1;background-color:#eee7dd;border:0 solid #e4d7c3;border-width:1px 0 0 1px;border-radius:8px 0 0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body footer ul li a{color:#b79d7b}body .recent-notes>h3{color:#593e22;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450}body .recent-notes>ul.recent-ul>li{color:#593e22;background-color:#0000;border-width:0;border-color:#593e22;border-radius:0}body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#7b6242}body .recent-notes>ul.recent-ul>li .section>.meta{color:#7b6242;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:#593e22;border-radius:0}body li.section-li>.section>.desc>h3>a{color:#7b6242}body li.section-li>.section .meta{color:#7b6242;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .darkmode{color:#b79d7b;cursor:pointer;background-color:#0000;border-width:0;border-color:#b79d7b;border-radius:5px}body .darkmode svg{stroke:#b79d7b;color:#b79d7b}body .breadcrumb-container{color:#9d8062;background-color:#0000;border-width:0;border-color:#9d8062;border-radius:4px}body .breadcrumb-element p{color:#e4d7c3;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .navigation-progress{background-color:#eee7dd}body .page-header h2.page-title{color:#655134;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .katex-display{color:#593e22;background-color:#0000;border-width:0;border-color:#593e22;border-radius:0}body .footnotes{color:#593e22;background-color:#0000;border-top-width:0;border-top-color:#593e22}body .table-container{background-color:#0000;border-width:0;border-color:#593e22;border-radius:0}body .spacer{background-color:#0000}body ul.overflow,body ol.overflow{border-width:0;border-color:#593e22;border-radius:0}body figure[data-rehype-pretty-code-figure]{border-radius:8px;background-color:#f2ece3;border:0 solid #e4d7c3;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:#593e22;border-radius:8px;background-color:#f2ece3;border:0 solid #e4d7c3;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 #de9f0d}body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#de9f0d}body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #de9f0d;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:#22729b;background-color:#ffffff80;border:1px solid #00000026;border-radius:12.25px}body li.task-list-item input[type=checkbox]{background-color:#fcfaf8;border-width:1px;border-color:#e4d7c3;border-radius:4px}body li.task-list-item input[type=checkbox]:checked{background-color:#329562;border-color:#00000026}body h1.article-title{color:#655134;font-size:13px;font-weight:400}body li.task-list-item[data-task=_],body li.task-list-item[data-task=\,],body li.task-list-item[data-task=\;],body li.task-list-item[data-task=\:],body li.task-list-item[data-task=\.],body li.task-list-item[data-task=\'],body li.task-list-item[data-task=\@],body li.task-list-item[data-task=\&],body li.task-list-item[data-task=\#],body li.task-list-item[data-task=\%],body li.task-list-item[data-task=\`],body li.task-list-item[data-task=\+],body li.task-list-item[data-task=\<],body li.task-list-item[data-task=\=],body li.task-list-item[data-task=\|],body li.task-list-item[data-task=\~],body li.task-list-item[data-task=\$],body li.task-list-item[data-task="0"],body li.task-list-item[data-task="1"],body li.task-list-item[data-task="2"],body li.task-list-item[data-task="3"],body li.task-list-item[data-task="4"],body li.task-list-item[data-task="5"],body li.task-list-item[data-task="6"],body li.task-list-item[data-task="7"],body li.task-list-item[data-task="8"],body li.task-list-item[data-task="9"],body li.task-list-item[data-task=a],body li.task-list-item[data-task=A],body li.task-list-item[data-task=B],body li.task-list-item[data-task=C],body li.task-list-item[data-task=D],body li.task-list-item[data-task=e],body li.task-list-item[data-task=E],body li.task-list-item[data-task=F],body li.task-list-item[data-task=g],body li.task-list-item[data-task=G],body li.task-list-item[data-task=h],body li.task-list-item[data-task=H],body li.task-list-item[data-task=j],body li.task-list-item[data-task=J],body li.task-list-item[data-task=K],body li.task-list-item[data-task=L],body li.task-list-item[data-task=m],body li.task-list-item[data-task=M],body li.task-list-item[data-task=n],body li.task-list-item[data-task=N],body li.task-list-item[data-task=o],body li.task-list-item[data-task=O],body li.task-list-item[data-task=P],body li.task-list-item[data-task=q],body li.task-list-item[data-task=Q],body li.task-list-item[data-task=r],body li.task-list-item[data-task=R],body li.task-list-item[data-task=s],body li.task-list-item[data-task=t],body li.task-list-item[data-task=T],body li.task-list-item[data-task=U],body li.task-list-item[data-task=v],body li.task-list-item[data-task=V],body li.task-list-item[data-task=W]{color:#593e22;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;text-decoration-line:none}body li.task-list-item[data-task=x],body li.task-list-item[data-task=X]{color:#b79d7b;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;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]{color:#593e22;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;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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#000;background-color:#b6aea5;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z' clip-rule='evenodd' /%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24' class='humbleicons hi-exclamation'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M13.253 5.98L12 13.5l-1.253-7.52a1.27 1.27 0 112.506 0z'/%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='12' cy='19' r='1' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24' class='humbleicons hi-exclamation'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M13.253 5.98L12 13.5l-1.253-7.52a1.27 1.27 0 112.506 0z'/%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='12' cy='19' r='1' stroke='currentColor' stroke-width='2'/%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 height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.774 26.028a2.06 2.06 1080 1 0 4.12 0 2.06 2.06 1080 1 0 -4.12 0zm5.69-7.776c2.898-1.596 4.37-3.91 4.37-6.876 0-5.094-4.018-7.376-8-7.376-3.878 0-8 2.818-8 8.042 0 1.104.894 2 2 2s2-.896 2-2c0-2.778 2.074-4.042 4-4.042 1.494 0 4 .438 4 3.376 0 1.042-.274 2.258-2.298 3.374-1.376.754-3.702 2.712-3.702 5.25 0 1.104.894 2 2 2s2-.896 2-2c0-.372.79-1.286 1.63-1.748z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.774 26.028a2.06 2.06 1080 1 0 4.12 0 2.06 2.06 1080 1 0 -4.12 0zm5.69-7.776c2.898-1.596 4.37-3.91 4.37-6.876 0-5.094-4.018-7.376-8-7.376-3.878 0-8 2.818-8 8.042 0 1.104.894 2 2 2s2-.896 2-2c0-2.778 2.074-4.042 4-4.042 1.494 0 4 .438 4 3.376 0 1.042-.274 2.258-2.298 3.374-1.376.754-3.702 2.712-3.702 5.25 0 1.104.894 2 2 2s2-.896 2-2c0-.372.79-1.286 1.63-1.748z'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=""] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%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,li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#000;background-color:#b6aea5;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#000;background-color:#84a9a8;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M10.894 2.553a1 1 0 00-1.788 0l-7 14a1 1 0 001.169 1.409l5-1.429A1 1 0 009 15.571V11a1 1 0 112 0v4.571a1 1 0 00.725.962l5 1.428a1 1 0 001.17-1.408l-7-14z' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M10.894 2.553a1 1 0 00-1.788 0l-7 14a1 1 0 001.169 1.409l5-1.429A1 1 0 009 15.571V11a1 1 0 112 0v4.571a1 1 0 00.725.962l5 1.428a1 1 0 001.17-1.408l-7-14z' /%3E%3C/svg%3E")}li.task-list-item[data-task=\|] input[type=checkbox]:after,li.task-list-item[data-task=\~] input[type=checkbox]:after,li.task-list-item[data-task=\$] input[type=checkbox]:after,li.task-list-item[data-task="0"] input[type=checkbox]:after,li.task-list-item[data-task="1"] input[type=checkbox]:after,li.task-list-item[data-task="2"] input[type=checkbox]:after,li.task-list-item[data-task="3"] input[type=checkbox]:after,li.task-list-item[data-task="4"] input[type=checkbox]:after,li.task-list-item[data-task="5"] input[type=checkbox]:after,li.task-list-item[data-task="6"] input[type=checkbox]:after,li.task-list-item[data-task="7"] input[type=checkbox]:after,li.task-list-item[data-task="8"] input[type=checkbox]:after,li.task-list-item[data-task="9"] input[type=checkbox]:after,li.task-list-item[data-task=a] input[type=checkbox]:after,li.task-list-item[data-task=A] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=b] input[type=checkbox]:after{color:#000;background-color:#eb7d42;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.75 3.25h-7.5a2.75 2.75 0 0 0 -2.75 2.75v14a.75.75 0 0 0 1.18.62l5.32-3.71 5.32 3.71a.75.75 0 0 0 .43.13.85.85 0 0 0 .35-.08.77.77 0 0 0 .4-.67v-14a2.75 2.75 0 0 0 -2.75-2.75z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.75 3.25h-7.5a2.75 2.75 0 0 0 -2.75 2.75v14a.75.75 0 0 0 1.18.62l5.32-3.71 5.32 3.71a.75.75 0 0 0 .43.13.85.85 0 0 0 .35-.08.77.77 0 0 0 .4-.67v-14a2.75 2.75 0 0 0 -2.75-2.75z'/%3E%3C/svg%3E")}li.task-list-item[data-task=B] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=c] input[type=checkbox]:after{color:#000;background-color:#ba482c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=d] input[type=checkbox]:after{color:#000;background-color:#bf3f36;-webkit-mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-down'%3E%3Cpolyline points='22 17 13.5 8.5 8.5 13.5 2 7'/%3E%3Cpolyline points='16 17 22 17 22 11'/%3E%3C/svg%3E");mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-down'%3E%3Cpolyline points='22 17 13.5 8.5 8.5 13.5 2 7'/%3E%3Cpolyline points='16 17 22 17 22 11'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=f] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.3945 2.55279c-.1283-.25655-.3605-.44566-.6377-.51928-.2773-.07363-.5728-.02466-.8114.13444-.3459.23063-.614.55813-.8225.87996-.21435.33063-.40304.71357-.5699 1.11575-.33361.80407-.61389 1.76829-.83925 2.73412-.28623 1.2267-.49807 2.51909-.61371 3.57982-.48419-.3264-.76513-.69233-.94523-1.06656-.32752-.68058-.39745-1.53384-.39745-2.65365 0-.40447-.24364-.7691-.61732-.92388-.37367-.15479-.80379-.06923-1.08979.21677-1.36664 1.36664-2.05025 3.15985-2.05025 4.94972 0 1.7899.68361 3.5831 2.05025 4.9498 2.73367 2.7336 7.16585 2.7336 9.89945 0 1.3667-1.3667 2.0503-3.1599 2.0503-4.9498 0-1.78987-.6836-3.58308-2.0503-4.94972-.5913-.59139-.9801-.98575-1.3476-1.46748-.3631-.47592-.724-1.06289-1.2076-2.03001zm-.2732 12.56851c-1.1716 1.1716-3.07105 1.1716-4.24262 0-.58579-.5858-.87868-1.3535-.87868-2.1213 0 0 .87868.5 2.50005.5 0-1 .49995-4 1.24995-4.5.5 1 .7855 1.2929 1.3713 1.8787s.8787 1.3535.8787 2.1213-.2929 1.5355-.8787 2.1213z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.3945 2.55279c-.1283-.25655-.3605-.44566-.6377-.51928-.2773-.07363-.5728-.02466-.8114.13444-.3459.23063-.614.55813-.8225.87996-.21435.33063-.40304.71357-.5699 1.11575-.33361.80407-.61389 1.76829-.83925 2.73412-.28623 1.2267-.49807 2.51909-.61371 3.57982-.48419-.3264-.76513-.69233-.94523-1.06656-.32752-.68058-.39745-1.53384-.39745-2.65365 0-.40447-.24364-.7691-.61732-.92388-.37367-.15479-.80379-.06923-1.08979.21677-1.36664 1.36664-2.05025 3.15985-2.05025 4.94972 0 1.7899.68361 3.5831 2.05025 4.9498 2.73367 2.7336 7.16585 2.7336 9.89945 0 1.3667-1.3667 2.0503-3.1599 2.0503-4.9498 0-1.78987-.6836-3.58308-2.0503-4.94972-.5913-.59139-.9801-.98575-1.3476-1.46748-.3631-.47592-.724-1.06289-1.2076-2.03001zm-.2732 12.56851c-1.1716 1.1716-3.07105 1.1716-4.24262 0-.58579-.5858-.87868-1.3535-.87868-2.1213 0 0 .87868.5 2.50005.5 0-1 .49995-4 1.24995-4.5.5 1 .7855 1.2929 1.3713 1.8787s.8787 1.3535.8787 2.1213-.2929 1.5355-.8787 2.1213z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E")}li.task-list-item[data-task=F] input[type=checkbox]:after,li.task-list-item[data-task=g] input[type=checkbox]:after,li.task-list-item[data-task=G] input[type=checkbox]:after,li.task-list-item[data-task=h] input[type=checkbox]:after,li.task-list-item[data-task=H] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=i] 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' preserveAspectRatio='xMidYMid meet' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='40' d='M196 220h64v172'/%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='40' d='M187 396h138'/%3E%3Cpath fill='white' d='M256 160a32 32 0 1 1 32-32a32 32 0 0 1-32 32Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='40' d='M196 220h64v172'/%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='40' d='M187 396h138'/%3E%3Cpath fill='white' d='M256 160a32 32 0 1 1 32-32a32 32 0 0 1-32 32Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=I] input[type=checkbox]:after{color:#000;background-color:#e49e58;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.922,7.113A5,5,0,0,1,14,16.578V20a2,2,0,0,1-4,0V16.578a5,5,0,0,1,.922-9.465ZM13,4V3a1,1,0,0,0-2,0V4a1,1,0,0,0,2,0Zm5.707,1.293a1,1,0,0,0-1.414,0L16.586,6A1,1,0,1,0,18,7.414l.707-.707A1,1,0,0,0,18.707,5.293ZM5.293,18.707a1,1,0,0,0,1.414,0L7.414,18A1,1,0,0,0,6,16.586l-.707.707A1,1,0,0,0,5.293,18.707ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM4,11H3a1,1,0,0,0,0,2H4a1,1,0,0,0,0-2Zm14,5.586A1,1,0,0,0,16.586,18l.707.707a1,1,0,0,0,1.414-1.414ZM6.707,5.293A1,1,0,0,0,5.293,6.707L6,7.414A1,1,0,0,0,7.414,6Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.922,7.113A5,5,0,0,1,14,16.578V20a2,2,0,0,1-4,0V16.578a5,5,0,0,1,.922-9.465ZM13,4V3a1,1,0,0,0-2,0V4a1,1,0,0,0,2,0Zm5.707,1.293a1,1,0,0,0-1.414,0L16.586,6A1,1,0,1,0,18,7.414l.707-.707A1,1,0,0,0,18.707,5.293ZM5.293,18.707a1,1,0,0,0,1.414,0L7.414,18A1,1,0,0,0,6,16.586l-.707.707A1,1,0,0,0,5.293,18.707ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM4,11H3a1,1,0,0,0,0,2H4a1,1,0,0,0,0-2Zm14,5.586A1,1,0,0,0,16.586,18l.707.707a1,1,0,0,0,1.414-1.414ZM6.707,5.293A1,1,0,0,0,5.293,6.707L6,7.414A1,1,0,0,0,7.414,6Z'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=k] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=K] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=l] input[type=checkbox]:after{color:#000;background-color:#bf3636;-webkit-mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5.05025 4.05025c2.73367-2.73367 7.16585-2.73367 9.89945 0 2.7337 2.73367 2.7337 7.16585 0 9.89945l-4.9497 4.9498-4.94975-4.9498c-2.73367-2.7336-2.73367-7.16578 0-9.89945zm4.94975 6.94975c1.1046 0 2-.8954 2-2 0-1.10457-.8954-2-2-2-1.10457 0-2 .89543-2 2 0 1.1046.89543 2 2 2z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5.05025 4.05025c2.73367-2.73367 7.16585-2.73367 9.89945 0 2.7337 2.73367 2.7337 7.16585 0 9.89945l-4.9497 4.9498-4.94975-4.9498c-2.73367-2.7336-2.73367-7.16578 0-9.89945zm4.94975 6.94975c1.1046 0 2-.8954 2-2 0-1.10457-.8954-2-2-2-1.10457 0-2 .89543-2 2 0 1.1046.89543 2 2 2z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E")}li.task-list-item[data-task=L] input[type=checkbox]:after{color:#000;background-color:#d97a6d;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-language' width='100%25' height='100%25' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4' /%3E%3Cpath d='M11 19l4 -9l4 9m-.9 -2h-6.2' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-language' width='100%25' height='100%25' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4' /%3E%3Cpath d='M11 19l4 -9l4 9m-.9 -2h-6.2' /%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=n] input[type=checkbox]:after{color:#000;background-color:#c45a4a;-webkit-mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-pin'%3E%3Cpath d='M12 17v5'/%3E%3Cpath d='M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z'/%3E%3C/svg%3E");mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-pin'%3E%3Cpath d='M12 17v5'/%3E%3Cpath d='M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=p] input[type=checkbox]:after{color:#000;background-color:#4a966f;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ")}li.task-list-item[data-task=P] input[type=checkbox]:after,li.task-list-item[data-task=q] input[type=checkbox]:after,li.task-list-item[data-task=Q] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=r] input[type=checkbox]:after{color:#000;background-color:#ae8a5b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.9,11.553l-3-6a.846.846,0,0,0-.164-.225A.987.987,0,0,0,18,5H13V3a1,1,0,0,0-2,0V5H6a.987.987,0,0,0-.731.328.846.846,0,0,0-.164.225l-3,6a.982.982,0,0,0-.1.447H2a4,4,0,0,0,8,0H9.99a.982.982,0,0,0-.1-.447L7.618,7H11V20H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2H13V7h3.382l-2.277,4.553a.982.982,0,0,0-.1.447H14a4,4,0,0,0,8,0h-.01A.982.982,0,0,0,21.9,11.553ZM7.882,12H4.118L6,8.236Zm8.236,0L18,8.236,19.882,12Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.9,11.553l-3-6a.846.846,0,0,0-.164-.225A.987.987,0,0,0,18,5H13V3a1,1,0,0,0-2,0V5H6a.987.987,0,0,0-.731.328.846.846,0,0,0-.164.225l-3,6a.982.982,0,0,0-.1.447H2a4,4,0,0,0,8,0H9.99a.982.982,0,0,0-.1-.447L7.618,7H11V20H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2H13V7h3.382l-2.277,4.553a.982.982,0,0,0-.1.447H14a4,4,0,0,0,8,0h-.01A.982.982,0,0,0,21.9,11.553ZM7.882,12H4.118L6,8.236Zm8.236,0L18,8.236,19.882,12Z'/%3E%3C/svg%3E")}li.task-list-item[data-task=R] input[type=checkbox]:after,li.task-list-item[data-task=s] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=S] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.7875 20.56c-.04-2.6-1.91-6.46-6.89-6.46-2.85 0-3.24-1.74-3.27-2.39.03-.81.4-2.69 3.23-2.69 2.94 0 3.28 2.07 3.31 2.71.03.99.88 1.84 1.85 1.75 1-.02 1.79-.85 1.76-1.85-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83-.01 0-.01 0-.02 0-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11.04 2.42 1.91 6.02 6.89 6.02 2.81 0 3.21 2.04 3.27 2.8-.08.49-.54 2.28-3.27 2.28-2.77 0-3.21-1.86-3.28-2.41-.09-1-.95-1.72-1.97-1.64-1 .09-1.73.97-1.64 1.96.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07c3.63-.76 4.92-3.78 5.07-5.48l.01-.1z' fill='currentColor'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.7875 20.56c-.04-2.6-1.91-6.46-6.89-6.46-2.85 0-3.24-1.74-3.27-2.39.03-.81.4-2.69 3.23-2.69 2.94 0 3.28 2.07 3.31 2.71.03.99.88 1.84 1.85 1.75 1-.02 1.79-.85 1.76-1.85-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83-.01 0-.01 0-.02 0-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11.04 2.42 1.91 6.02 6.89 6.02 2.81 0 3.21 2.04 3.27 2.8-.08.49-.54 2.28-3.27 2.28-2.77 0-3.21-1.86-3.28-2.41-.09-1-.95-1.72-1.97-1.64-1 .09-1.73.97-1.64 1.96.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07c3.63-.76 4.92-3.78 5.07-5.48l.01-.1z' fill='currentColor'/%3E%3C/svg%3E")}li.task-list-item[data-task=t] input[type=checkbox]:after{color:#000;background-color:#4c7dae;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm11-5a1 1 0 10-2 0v3.764a3 3 0 001.658 2.683l2.895 1.447a1 1 0 10.894-1.788l-2.894-1.448a1 1 0 01-.553-.894V7z' fill='currentColor'/%3E%3C/svg%3E ");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm11-5a1 1 0 10-2 0v3.764a3 3 0 001.658 2.683l2.895 1.447a1 1 0 10.894-1.788l-2.894-1.448a1 1 0 01-.553-.894V7z' fill='currentColor'/%3E%3C/svg%3E ")}li.task-list-item[data-task=T] input[type=checkbox]:after{color:#000;background-color:#40b074;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m497.39 361.8-112-48a24 24 0 0 0 -28 6.9l-49.6 60.6a370.66 370.66 0 0 1 -177.19-177.19l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112a24.16 24.16 0 0 0 -27.5-13.9l-104 24a24 24 0 0 0 -18.6 23.39c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0 -14.01-27.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m497.39 361.8-112-48a24 24 0 0 0 -28 6.9l-49.6 60.6a370.66 370.66 0 0 1 -177.19-177.19l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112a24.16 24.16 0 0 0 -27.5-13.9l-104 24a24 24 0 0 0 -18.6 23.39c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0 -14.01-27.6z'/%3E%3C/svg%3E")}li.task-list-item[data-task=u] input[type=checkbox]:after{color:#000;background-color:#4fab77;-webkit-mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-up'%3E%3Cpolyline points='22 7 13.5 15.5 8.5 10.5 2 17'/%3E%3Cpolyline points='16 7 22 7 22 13'/%3E%3C/svg%3E");mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-up'%3E%3Cpolyline points='22 7 13.5 15.5 8.5 10.5 2 17'/%3E%3Cpolyline points='16 7 22 7 22 13'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=w] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26 7h-2v-1a2.0023 2.0023 0 0 0 -2-2h-12a2.0023 2.0023 0 0 0 -2 2v1h-2a2.0023 2.0023 0 0 0 -2 2v3a4.0045 4.0045 0 0 0 4 4h.322a8.1689 8.1689 0 0 0 6.678 5.9341v4.0659h-5v2h12v-2h-5v-4.0689a7.9661 7.9661 0 0 0 6.74-5.9311h.26a4.0045 4.0045 0 0 0 4-4v-3a2.0023 2.0023 0 0 0 -2-2zm-18 7a2.0023 2.0023 0 0 1 -2-2v-3h2zm18-2a2.0023 2.0023 0 0 1 -2 2v-5h2z'/%3E%3Cpath d='m0 0h32v32h-32z' fill='none'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26 7h-2v-1a2.0023 2.0023 0 0 0 -2-2h-12a2.0023 2.0023 0 0 0 -2 2v1h-2a2.0023 2.0023 0 0 0 -2 2v3a4.0045 4.0045 0 0 0 4 4h.322a8.1689 8.1689 0 0 0 6.678 5.9341v4.0659h-5v2h12v-2h-5v-4.0689a7.9661 7.9661 0 0 0 6.74-5.9311h.26a4.0045 4.0045 0 0 0 4-4v-3a2.0023 2.0023 0 0 0 -2-2zm-18 7a2.0023 2.0023 0 0 1 -2-2v-3h2zm18-2a2.0023 2.0023 0 0 1 -2 2v-5h2z'/%3E%3Cpath d='m0 0h32v32h-32z' fill='none'/%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 width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=note]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z'/%3E%3Cpath d='M15 3v5a1 1 0 0 0 1 1h5'/%3E%3Cpath d='M8 13h.01'/%3E%3Cpath d='M16 13h.01'/%3E%3Cpath d='M10 16s.8 1 2 1c1.3 0 2-1 2-1'/%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%3Cpath d='M12 2v4'/%3E%3Cpath d='m16.2 7.8 2.9-2.9'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='m16.2 16.2 2.9 2.9'/%3E%3Cpath d='M12 18v4'/%3E%3Cpath d='m4.9 19.1 2.9-2.9'/%3E%3Cpath d='M2 12h4'/%3E%3Cpath d='m4.9 4.9 2.9 2.9'/%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%3Cpath d='M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z'/%3E%3Cline x1='12' x2='12' y1='16' y2='12'/%3E%3Cline x1='12' x2='12.01' y1='8' y2='8'/%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%3Cpath d='M13 5h8'/%3E%3Cpath d='M13 12h8'/%3E%3Cpath d='M13 19h8'/%3E%3Cpath d='m3 17 2 2 4-4'/%3E%3Crect x='3' y='4' width='6' height='6' rx='1'/%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='M16.17 7.83 2 22'/%3E%3Cpath d='M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12'/%3E%3Cpath d='m7.83 7.83 8.34 8.34'/%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='M18 6 7 17l-5-5'/%3E%3Cpath d='m22 10-7.5 7.5L13 16'/%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='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='M12 16h.01'/%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%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='9' x2='15' y1='15' y2='9'/%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='M15 12h-5'/%3E%3Cpath d='M15 8h-5'/%3E%3Cpath d='M19 17V5a2 2 0 0 0-2-2H4'/%3E%3Cpath d='M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3'/%3E%3C/svg%3E")}.callout[data-callout=quote]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}html[saved-theme=dark] body div#quartz-root{color:#d7c0a3;background-color:#2e261f}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,html[saved-theme=dark] body .page>div#quartz-body div.sidebar,html[saved-theme=dark] body[data-slug] div#quartz-root.page,html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left,html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left .explorer .explorer-content{color:#d7c0a3;background-color:#26211c}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#d7c0a3;background-color:#26211c}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.right{color:#d7c0a3;background-color:#26211c;border-left:0 #0000}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left{border-right:1px solid #0000}html[saved-theme=dark] body a.external,html[saved-theme=dark] body footer a{color:#2ea873;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 #2ea873;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:underline #2ea87338;text-decoration:underline #2ea87338;-webkit-text-decoration:underline color(srgb .1806 .6594 .45192/.22);text-decoration:underline color(srgb .1806 .6594 .45192/.22);text-decoration-thickness:1.5px;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.internal,html[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a{color:#e5aa1f;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 #e5aa1f;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:underline #e5aa1f38;text-decoration:underline #e5aa1f38;-webkit-text-decoration:underline color(srgb .8971 .66484 .1229/.22);text-decoration:underline color(srgb .8971 .66484 .1229/.22);text-decoration-thickness:1.5px;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.internal.broken{color:#917959;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 #917959;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:underline #91795938;text-decoration:underline #91795938;-webkit-text-decoration:underline color(srgb .5704 .47472 .3496/.22);text-decoration:underline color(srgb .5704 .47472 .3496/.22);text-decoration-thickness:1.5px;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.external:hover,html[saved-theme=dark] body footer a:hover{color:#a68af9;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body a.internal:hover,html[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a:hover{color:#a68af9;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#a68af9}html[saved-theme=dark] body p{color:#ab916d;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 #ab916d;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-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:#f35044;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 #f35044;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:650;-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:#4db2d1;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 #4db2d1;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-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 #d7c0a3;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-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:#917959;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 #917959;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:line-through #917959;text-decoration:line-through #917959;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:7px;color:#d7c0a3;background-color:#0000001a;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:7px;color:#d7c0a3;background-color:#0000001a;border:0 #d7c0a3;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:8px;box-shadow:none;border-top:0 solid gray;border-bottom:0 #0000;border-left:0 #0000;border-right:1px solid #0000;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:13.062px;background-color:#fb03;border:0 solid #e5aa1f;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:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:550;display:flex}html[saved-theme=dark] body a.internal.tag-link:before{color:#e5aa1f}html[saved-theme=dark] body ul>li{color:#d7c0a3;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:#d7c0a3;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:8px;color:#d7c0a3;background-color:#0000;border:0 solid #d7c0a3;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0;font-family:Cascadia Code,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:8px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#2a241e;border:0 solid #3b3026;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:8px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#2a241e;border:0 solid #3b3026;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:8px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#2a241e;border:0 solid #3b3026;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 16px;overflow-x:visible}html[saved-theme=dark] body input[type=checkbox]{appearance:auto;border-radius:4px;border:1px solid #51402f;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:16px;margin:0 8px 0 -24px;margin-block:0;margin-inline:0;padding:0;transition:box-shadow .15s ease-in-out;position:relative;top:auto}html[saved-theme=dark] body ul>li.task-list-item{text-align:start;display:list-item}html[saved-theme=dark] body input[type=checkbox]:checked:after{content:normal;top:auto;background-color:#0000;width:auto;display:list-item;position:static;inset-inline-start:auto}html[saved-theme=dark] body blockquote{padding-top:0;padding-bottom:0;background-color:#26211c;margin-inline:40px;padding-inline-start:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:normal}html[saved-theme=dark] body .data-footnote-backref{color:#917959;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body .search>.search-button{border-radius:8px;color:#d7c0a3;background-color:#211b17;border:1px solid #3b3026;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .search>.search-container>.search-space{border-radius:12px;background-color:#2e261f;border:1px solid #443629;border:1px solid color(srgb .26608 .213228 .16192);border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 1.8px 7.3px #00000045,0 6.3px 24.7px #00000050,0 30px 90px #0006}html[saved-theme=dark] body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#2e261f;border:0 inset #d7c0a3;border-bottom:1px solid #342c23;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:#d7c0a3;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#2e261f;outline:0 #d7c0a3;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout.display-results{border-radius:12px;border:1px solid #443629;border:1px solid color(srgb .26608 .213228 .16192);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:#d7c0a3}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:7px;border:0 #d7c0a3;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:#d7c0a3;background-color:#0000001a;font-weight:450}: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:#d7c0a3}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:#ebdac6;text-shadow:none;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body li.depth-0{font-weight:450}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:200, 175, 155;border-radius:8px;mix-blend-mode:normal;border:0 solid #c8af9b1a;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 .callout .callout-title{--callout-color:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=note]{--callout-color:200, 175, 155;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#605347;background:color(srgb .375389 .324289 .279562);border:0 solid #c8af9b1a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=note]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=abstract]{--callout-color:34, 152, 225;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#2a4b5e;background:color(srgb .163821 .294975 .368777);border:0 solid #2298e11a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=abstract]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=info]{--callout-color:71, 162, 187;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#364e52;background:color(srgb .210978 .307721 .320346);border:0 solid #47a2bb1a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=info]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=todo]{--callout-color:58, 173, 252;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#325267;background:color(srgb .194409 .32174 .403189);border:0 solid #3aadfc1a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=todo]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=tip]{--callout-color:70, 206, 185;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#355d51;background:color(srgb .209703 .363799 .317797);border:0 solid #46ceb91a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=tip]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=success]{--callout-color:87, 200, 83;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#3b5b30;background:color(srgb .23137 .356152 .187797);border:0 solid #57c8531a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=success]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=question]{--callout-color:130, 190, 235;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#495861;background:color(srgb .286174 .343407 .381522);border:0 solid #82beeb1a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=question]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=warning]{--callout-color:255, 161, 32;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#724e1f;background:color(srgb .445487 .306446 .122797);border:0 solid #ffa1201a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=warning]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=danger]{--callout-color:226, 72, 86;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#683131;background:color(srgb .408527 .193015 .19162);border:0 solid #e248561a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=danger]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=failure]{--callout-color:226, 72, 86;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#683131;background:color(srgb .408527 .193015 .19162);border:0 solid #e248561a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=failure]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=bug]{--callout-color:153, 93, 133;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#503840;background:color(srgb .315488 .219779 .251522);border:0 solid #995d851a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=bug]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=example]{--callout-color:216, 141, 130;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#65483f;background:color(srgb .395782 .280956 .247699);border:0 solid #d88d821a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=example]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body .callout[data-callout=quote]{--callout-color:173, 214, 171;color:#d7c0a3;mix-blend-mode:normal;border-radius:8px;background:#575f4c;background:color(srgb .340978 .373995 .299954);border:0 solid #add6ab1a;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:200, 175, 155;color:#c8af9b;border-radius:0;background:0 0;border:0 #c8af9b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:8px;padding:12px 16px}html[saved-theme=dark] body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#d7c0a3;font-weight:650}html[saved-theme=dark] body .callout[data-callout=quote]>.callout-content{color:#d7c0a3;background:#2c251e;background:color(srgb .17115 .145 .11885);padding:4px 16px 8px}html[saved-theme=dark] body table{border-collapse:separate;color:#d7c0a3;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:594px;margin:16px 0 0;margin-block:0;margin-inline:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body thead{border-radius:0;background-color:#0000;border:0 gray;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body tbody{background-color:#0000}html[saved-theme=dark] body th{color:#d7c0a3;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #3b3026;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:650}html[saved-theme=dark] body td{color:#d7c0a3;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #3b3026;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:450}html[saved-theme=dark] body tr{border-radius:0;background-color:#211b17;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:#26211c}html[saved-theme=dark] body img{box-shadow:none;filter:none;object-fit:fill;border-radius:8px;border:0 #ebdac6;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 #d7c0a3;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:#d7c0a3;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:8px;border:0 #d7c0a3;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:8px;background-color:#0000;border:0 #d7c0a3;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:#2c251e;background-color:color(srgb .17115 .145 .11885);border:1px solid #3b3026;border-radius:12px;margin:0;padding:0}html[saved-theme=dark] body .transclude-inner{background-color:#2c251e;background-color:color(srgb .17115 .145 .11885);border:0 solid #d7c0a3;border-radius:0;margin:0;padding:0}html[saved-theme=dark] body .file-embed{background-color:#2a241e;border-width:0;border-color:#ab916d;border-radius:8px;margin:0;padding:8px}html[saved-theme=dark] body .metadata{color:#ab916d;background-color:#2c251e;background-color:color(srgb .17115 .145 .11885);border:1px solid #3b3026;border-radius:8px;margin:0 0 32px;padding:12px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .metadata-properties{color:#ab916d;background-color:#0000;border-width:0;border-color:#ab916d;border-radius:0;margin:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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 #d7c0a3;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:#917959;border-radius:0;background-color:#0000;border:0 solid #917959;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:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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 #d7c0a3;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:#d7c0a3;cursor:auto;background-color:#0000;padding:0;font-weight:450}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:#f7685e;border-radius:4px;background-color:#2a241e;border:0 #f7685e;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:2px 6px;font-family:Cascadia Code,ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace;font-size:14px;box-shadow:inset 0 0 0 1px #0000002b,inset 0 -2px #0003}html[saved-theme=dark] body dl{margin:16px 0;margin-block:15px;margin-inline:0}html[saved-theme=dark] body dt{color:#d7c0a3;margin:0;margin-block:0;margin-inline:0;font-weight:450}html[saved-theme=dark] body dd{color:#d7c0a3;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}html[saved-theme=dark] body sub{color:#d7c0a3;vertical-align:sub;font-size:13.3333px}html[saved-theme=dark] body sup{color:#d7c0a3;vertical-align:super;font-size:13.3333px}html[saved-theme=dark] body abbr{color:#d7c0a3;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html[saved-theme=dark] body li.task-list-item[data-task=\-]{color:#917959;-webkit-text-decoration:line-through #917959;text-decoration:line-through #917959}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:#d7c0a3;-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:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:#ab916d;cursor:pointer;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .explorer-content li:has(>.folder-outer.open)>.folder-container{color:#ab916d;cursor:pointer;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .folder-outer>ul{border-left:1px solid #3b3026}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:#d7c0a3;background-color:#0000;border-color:#3b3026;font-weight:650}html[saved-theme=dark] body .bases-table tbody tr:nth-child(2n){background-color:#26211c}html[saved-theme=dark] body .canvas-node{background-color:#0000;border-width:0;border-color:#d7c0a3;border-radius:0}html[saved-theme=dark] body .canvas-node-content{color:#d7c0a3}html[saved-theme=dark] body .canvas-node-file{color:#d7c0a3;background-color:#0000}html[saved-theme=dark] body .canvas-sidebar{background-color:#312a21;background-color:color(srgb .1938 .16404 .1302);border-color:#3b3026;box-shadow:0 1px 2px 1px #00000024,0 1px 4px -2.1px #00000038,0 2px 8px -1.2px #00000026}html[saved-theme=dark] body .canvas-node-group{background-color:#0000;border-width:0;border-color:#d7c0a3}html[saved-theme=dark] body .note-properties{background-color:#2c251e;background-color:color(srgb .17115 .145 .11885);border-color:#3b3026;border-radius:8px}html[saved-theme=dark] body .note-properties-key{color:#ab916d;font-weight:450}html[saved-theme=dark] body .note-properties-value{color:#ab916d}html[saved-theme=dark] body .note-properties-tags{color:#e5aa1f;background-color:#fb03;border-radius:13.062px}html[saved-theme=dark] body .note-properties-row{border-color:#ab916d}html[saved-theme=dark] body details.toc summary::marker{color:#d7c0a3}html[saved-theme=dark] body .graph>.graph-outer>.global-graph-icon{color:#866f51;color:color(srgb .52501 .433977 .31699);cursor:pointer;background-color:#0000;border-width:0;border-color:#866f51;border-color:color(srgb .52501 .433977 .31699);border-radius:5px}html[saved-theme=dark] body footer{color:#ab916d;opacity:1;background-color:#26211c;border:0 solid #3b3026;border-width:1px 0 0 1px;border-radius:8px 0 0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body footer ul li a{color:#917959}html[saved-theme=dark] body .recent-notes>h3{color:#d7c0a3;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:450}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li{color:#d7c0a3;background-color:#0000;border-width:0;border-color:#d7c0a3;border-radius:0}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#ab916d}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.meta{color:#ab916d;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,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:#d7c0a3;border-radius:0}html[saved-theme=dark] body li.section-li>.section>.desc>h3>a{color:#ab916d}html[saved-theme=dark] body li.section-li>.section .meta{color:#ab916d;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .darkmode{color:#866f51;color:color(srgb .52501 .433977 .31699);cursor:pointer;background-color:#0000;border-width:0;border-color:#866f51;border-color:color(srgb .52501 .433977 .31699);border-radius:5px}html[saved-theme=dark] body .darkmode svg{stroke:#866f51;stroke:color(srgb .52501 .433977 .31699);color:#866f51;color:color(srgb .52501 .433977 .31699)}html[saved-theme=dark] body .breadcrumb-container{color:#917959;background-color:#0000;border-width:0;border-color:#917959;border-radius:4px}html[saved-theme=dark] body .breadcrumb-element p{color:#3b3026;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .navigation-progress{background-color:#26211c}html[saved-theme=dark] body .page-header h2.page-title{color:#ab916d;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .katex-display{color:#d7c0a3;background-color:#0000;border-width:0;border-color:#d7c0a3;border-radius:0}html[saved-theme=dark] body .footnotes{color:#d7c0a3;background-color:#0000;border-top-width:0;border-top-color:#d7c0a3}html[saved-theme=dark] body .table-container{background-color:#0000;border-width:0;border-color:#d7c0a3;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:#d7c0a3;border-radius:0}html[saved-theme=dark] body figure[data-rehype-pretty-code-figure]{border-radius:8px;background-color:#2a241e;border:0 solid #3b3026;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:#d7c0a3;border-radius:8px;background-color:#2a241e;border:0 solid #3b3026;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 #e1b243}html[saved-theme=dark] body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#e1b243}html[saved-theme=dark] body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #e1b243;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:#4197b9;background-color:#0000004d;border:1px solid #00000040;border-radius:12.25px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]{background-color:#2a241e;border-width:1px;border-color:#51402f;border-radius:4px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]:checked{background-color:#117449;border-color:#ffffff26}html[saved-theme=dark] body h1.article-title{color:#ab916d;font-size:13px;font-weight:400}html[saved-theme=dark] body li.task-list-item[data-task=_],html[saved-theme=dark] body li.task-list-item[data-task=\,],html[saved-theme=dark] body li.task-list-item[data-task=\;],html[saved-theme=dark] body li.task-list-item[data-task=\:],html[saved-theme=dark] body li.task-list-item[data-task=\.],html[saved-theme=dark] body li.task-list-item[data-task=\'],html[saved-theme=dark] body li.task-list-item[data-task=\@],html[saved-theme=dark] body li.task-list-item[data-task=\&],html[saved-theme=dark] body li.task-list-item[data-task=\#],html[saved-theme=dark] body li.task-list-item[data-task=\%],html[saved-theme=dark] body li.task-list-item[data-task=\`],html[saved-theme=dark] body li.task-list-item[data-task=\+],html[saved-theme=dark] body li.task-list-item[data-task=\<],html[saved-theme=dark] body li.task-list-item[data-task=\=],html[saved-theme=dark] body li.task-list-item[data-task=\|],html[saved-theme=dark] body li.task-list-item[data-task=\~],html[saved-theme=dark] body li.task-list-item[data-task=\$],html[saved-theme=dark] body li.task-list-item[data-task="0"],html[saved-theme=dark] body li.task-list-item[data-task="1"],html[saved-theme=dark] body li.task-list-item[data-task="2"],html[saved-theme=dark] body li.task-list-item[data-task="3"],html[saved-theme=dark] body li.task-list-item[data-task="4"],html[saved-theme=dark] body li.task-list-item[data-task="5"],html[saved-theme=dark] body li.task-list-item[data-task="6"],html[saved-theme=dark] body li.task-list-item[data-task="7"],html[saved-theme=dark] body li.task-list-item[data-task="8"],html[saved-theme=dark] body li.task-list-item[data-task="9"],html[saved-theme=dark] body li.task-list-item[data-task=a],html[saved-theme=dark] body li.task-list-item[data-task=A],html[saved-theme=dark] body li.task-list-item[data-task=B],html[saved-theme=dark] body li.task-list-item[data-task=C],html[saved-theme=dark] body li.task-list-item[data-task=D],html[saved-theme=dark] body li.task-list-item[data-task=e],html[saved-theme=dark] body li.task-list-item[data-task=E],html[saved-theme=dark] body li.task-list-item[data-task=F],html[saved-theme=dark] body li.task-list-item[data-task=g],html[saved-theme=dark] body li.task-list-item[data-task=G],html[saved-theme=dark] body li.task-list-item[data-task=h],html[saved-theme=dark] body li.task-list-item[data-task=H],html[saved-theme=dark] body li.task-list-item[data-task=j],html[saved-theme=dark] body li.task-list-item[data-task=J],html[saved-theme=dark] body li.task-list-item[data-task=K],html[saved-theme=dark] body li.task-list-item[data-task=L],html[saved-theme=dark] body li.task-list-item[data-task=m],html[saved-theme=dark] body li.task-list-item[data-task=M],html[saved-theme=dark] body li.task-list-item[data-task=n],html[saved-theme=dark] body li.task-list-item[data-task=N],html[saved-theme=dark] body li.task-list-item[data-task=o],html[saved-theme=dark] body li.task-list-item[data-task=O],html[saved-theme=dark] body li.task-list-item[data-task=P],html[saved-theme=dark] body li.task-list-item[data-task=q],html[saved-theme=dark] body li.task-list-item[data-task=Q],html[saved-theme=dark] body li.task-list-item[data-task=r],html[saved-theme=dark] body li.task-list-item[data-task=R],html[saved-theme=dark] body li.task-list-item[data-task=s],html[saved-theme=dark] body li.task-list-item[data-task=t],html[saved-theme=dark] body li.task-list-item[data-task=T],html[saved-theme=dark] body li.task-list-item[data-task=U],html[saved-theme=dark] body li.task-list-item[data-task=v],html[saved-theme=dark] body li.task-list-item[data-task=V],html[saved-theme=dark] body li.task-list-item[data-task=W]{color:#d7c0a3;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;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]{color:#917959;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;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]{color:#d7c0a3;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;text-decoration-line:none}html[saved-theme=dark] li.task-list-item[data-task=_] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#fff;background-color:#9f9589;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z' clip-rule='evenodd' /%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24' class='humbleicons hi-exclamation'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M13.253 5.98L12 13.5l-1.253-7.52a1.27 1.27 0 112.506 0z'/%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='12' cy='19' r='1' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24' class='humbleicons hi-exclamation'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M13.253 5.98L12 13.5l-1.253-7.52a1.27 1.27 0 112.506 0z'/%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='12' cy='19' r='1' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.774 26.028a2.06 2.06 1080 1 0 4.12 0 2.06 2.06 1080 1 0 -4.12 0zm5.69-7.776c2.898-1.596 4.37-3.91 4.37-6.876 0-5.094-4.018-7.376-8-7.376-3.878 0-8 2.818-8 8.042 0 1.104.894 2 2 2s2-.896 2-2c0-2.778 2.074-4.042 4-4.042 1.494 0 4 .438 4 3.376 0 1.042-.274 2.258-2.298 3.374-1.376.754-3.702 2.712-3.702 5.25 0 1.104.894 2 2 2s2-.896 2-2c0-.372.79-1.286 1.63-1.748z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.774 26.028a2.06 2.06 1080 1 0 4.12 0 2.06 2.06 1080 1 0 -4.12 0zm5.69-7.776c2.898-1.596 4.37-3.91 4.37-6.876 0-5.094-4.018-7.376-8-7.376-3.878 0-8 2.818-8 8.042 0 1.104.894 2 2 2s2-.896 2-2c0-2.778 2.074-4.042 4-4.042 1.494 0 4 .438 4 3.376 0 1.042-.274 2.258-2.298 3.374-1.376.754-3.702 2.712-3.702 5.25 0 1.104.894 2 2 2s2-.896 2-2c0-.372.79-1.286 1.63-1.748z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=""] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\/] input[type=checkbox]:after{color:#fff;background-color:#1e1e1e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\&] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\#] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\%] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\`] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#fff;background-color:#9f9589;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#fff;background-color:#76a2a1;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M10.894 2.553a1 1 0 00-1.788 0l-7 14a1 1 0 001.169 1.409l5-1.429A1 1 0 009 15.571V11a1 1 0 112 0v4.571a1 1 0 00.725.962l5 1.428a1 1 0 001.17-1.408l-7-14z' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M10.894 2.553a1 1 0 00-1.788 0l-7 14a1 1 0 001.169 1.409l5-1.429A1 1 0 009 15.571V11a1 1 0 112 0v4.571a1 1 0 00.725.962l5 1.428a1 1 0 001.17-1.408l-7-14z' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\|] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\~] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\$] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="0"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="1"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="2"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="3"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="4"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="5"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="6"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="7"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="8"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="9"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=a] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=A] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=b] input[type=checkbox]:after{color:#fff;background-color:#e96d2b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.75 3.25h-7.5a2.75 2.75 0 0 0 -2.75 2.75v14a.75.75 0 0 0 1.18.62l5.32-3.71 5.32 3.71a.75.75 0 0 0 .43.13.85.85 0 0 0 .35-.08.77.77 0 0 0 .4-.67v-14a2.75 2.75 0 0 0 -2.75-2.75z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.75 3.25h-7.5a2.75 2.75 0 0 0 -2.75 2.75v14a.75.75 0 0 0 1.18.62l5.32-3.71 5.32 3.71a.75.75 0 0 0 .43.13.85.85 0 0 0 .35-.08.77.77 0 0 0 .4-.67v-14a2.75 2.75 0 0 0 -2.75-2.75z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=B] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=c] input[type=checkbox]:after{color:#fff;background-color:#c54a2b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ")}html[saved-theme=dark] li.task-list-item[data-task=C] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=d] input[type=checkbox]:after{color:#fff;background-color:#cb5148;-webkit-mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-down'%3E%3Cpolyline points='22 17 13.5 8.5 8.5 13.5 2 7'/%3E%3Cpolyline points='16 17 22 17 22 11'/%3E%3C/svg%3E");mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-down'%3E%3Cpolyline points='22 17 13.5 8.5 8.5 13.5 2 7'/%3E%3Cpolyline points='16 17 22 17 22 11'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=f] input[type=checkbox]:after{color:#fff;background-color:#1e1e1e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.3945 2.55279c-.1283-.25655-.3605-.44566-.6377-.51928-.2773-.07363-.5728-.02466-.8114.13444-.3459.23063-.614.55813-.8225.87996-.21435.33063-.40304.71357-.5699 1.11575-.33361.80407-.61389 1.76829-.83925 2.73412-.28623 1.2267-.49807 2.51909-.61371 3.57982-.48419-.3264-.76513-.69233-.94523-1.06656-.32752-.68058-.39745-1.53384-.39745-2.65365 0-.40447-.24364-.7691-.61732-.92388-.37367-.15479-.80379-.06923-1.08979.21677-1.36664 1.36664-2.05025 3.15985-2.05025 4.94972 0 1.7899.68361 3.5831 2.05025 4.9498 2.73367 2.7336 7.16585 2.7336 9.89945 0 1.3667-1.3667 2.0503-3.1599 2.0503-4.9498 0-1.78987-.6836-3.58308-2.0503-4.94972-.5913-.59139-.9801-.98575-1.3476-1.46748-.3631-.47592-.724-1.06289-1.2076-2.03001zm-.2732 12.56851c-1.1716 1.1716-3.07105 1.1716-4.24262 0-.58579-.5858-.87868-1.3535-.87868-2.1213 0 0 .87868.5 2.50005.5 0-1 .49995-4 1.24995-4.5.5 1 .7855 1.2929 1.3713 1.8787s.8787 1.3535.8787 2.1213-.2929 1.5355-.8787 2.1213z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.3945 2.55279c-.1283-.25655-.3605-.44566-.6377-.51928-.2773-.07363-.5728-.02466-.8114.13444-.3459.23063-.614.55813-.8225.87996-.21435.33063-.40304.71357-.5699 1.11575-.33361.80407-.61389 1.76829-.83925 2.73412-.28623 1.2267-.49807 2.51909-.61371 3.57982-.48419-.3264-.76513-.69233-.94523-1.06656-.32752-.68058-.39745-1.53384-.39745-2.65365 0-.40447-.24364-.7691-.61732-.92388-.37367-.15479-.80379-.06923-1.08979.21677-1.36664 1.36664-2.05025 3.15985-2.05025 4.94972 0 1.7899.68361 3.5831 2.05025 4.9498 2.73367 2.7336 7.16585 2.7336 9.89945 0 1.3667-1.3667 2.0503-3.1599 2.0503-4.9498 0-1.78987-.6836-3.58308-2.0503-4.94972-.5913-.59139-.9801-.98575-1.3476-1.46748-.3631-.47592-.724-1.06289-1.2076-2.03001zm-.2732 12.56851c-1.1716 1.1716-3.07105 1.1716-4.24262 0-.58579-.5858-.87868-1.3535-.87868-2.1213 0 0 .87868.5 2.50005.5 0-1 .49995-4 1.24995-4.5.5 1 .7855 1.2929 1.3713 1.8787s.8787 1.3535.8787 2.1213-.2929 1.5355-.8787 2.1213z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=F] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=g] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=G] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=h] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=H] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=i] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='40' d='M196 220h64v172'/%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='40' d='M187 396h138'/%3E%3Cpath fill='white' d='M256 160a32 32 0 1 1 32-32a32 32 0 0 1-32 32Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='40' d='M196 220h64v172'/%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='40' d='M187 396h138'/%3E%3Cpath fill='white' d='M256 160a32 32 0 1 1 32-32a32 32 0 0 1-32 32Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=I] input[type=checkbox]:after{color:#fff;background-color:#e49e58;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.922,7.113A5,5,0,0,1,14,16.578V20a2,2,0,0,1-4,0V16.578a5,5,0,0,1,.922-9.465ZM13,4V3a1,1,0,0,0-2,0V4a1,1,0,0,0,2,0Zm5.707,1.293a1,1,0,0,0-1.414,0L16.586,6A1,1,0,1,0,18,7.414l.707-.707A1,1,0,0,0,18.707,5.293ZM5.293,18.707a1,1,0,0,0,1.414,0L7.414,18A1,1,0,0,0,6,16.586l-.707.707A1,1,0,0,0,5.293,18.707ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM4,11H3a1,1,0,0,0,0,2H4a1,1,0,0,0,0-2Zm14,5.586A1,1,0,0,0,16.586,18l.707.707a1,1,0,0,0,1.414-1.414ZM6.707,5.293A1,1,0,0,0,5.293,6.707L6,7.414A1,1,0,0,0,7.414,6Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.922,7.113A5,5,0,0,1,14,16.578V20a2,2,0,0,1-4,0V16.578a5,5,0,0,1,.922-9.465ZM13,4V3a1,1,0,0,0-2,0V4a1,1,0,0,0,2,0Zm5.707,1.293a1,1,0,0,0-1.414,0L16.586,6A1,1,0,1,0,18,7.414l.707-.707A1,1,0,0,0,18.707,5.293ZM5.293,18.707a1,1,0,0,0,1.414,0L7.414,18A1,1,0,0,0,6,16.586l-.707.707A1,1,0,0,0,5.293,18.707ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM4,11H3a1,1,0,0,0,0,2H4a1,1,0,0,0,0-2Zm14,5.586A1,1,0,0,0,16.586,18l.707.707a1,1,0,0,0,1.414-1.414ZM6.707,5.293A1,1,0,0,0,5.293,6.707L6,7.414A1,1,0,0,0,7.414,6Z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=k] 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' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=K] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=l] input[type=checkbox]:after{color:#fff;background-color:#bf3636;-webkit-mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5.05025 4.05025c2.73367-2.73367 7.16585-2.73367 9.89945 0 2.7337 2.73367 2.7337 7.16585 0 9.89945l-4.9497 4.9498-4.94975-4.9498c-2.73367-2.7336-2.73367-7.16578 0-9.89945zm4.94975 6.94975c1.1046 0 2-.8954 2-2 0-1.10457-.8954-2-2-2-1.10457 0-2 .89543-2 2 0 1.1046.89543 2 2 2z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 20 20' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5.05025 4.05025c2.73367-2.73367 7.16585-2.73367 9.89945 0 2.7337 2.73367 2.7337 7.16585 0 9.89945l-4.9497 4.9498-4.94975-4.9498c-2.73367-2.7336-2.73367-7.16578 0-9.89945zm4.94975 6.94975c1.1046 0 2-.8954 2-2 0-1.10457-.8954-2-2-2-1.10457 0-2 .89543-2 2 0 1.1046.89543 2 2 2z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=L] input[type=checkbox]:after{color:#fff;background-color:#db6f61;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-language' width='100%25' height='100%25' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4' /%3E%3Cpath d='M11 19l4 -9l4 9m-.9 -2h-6.2' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-language' width='100%25' height='100%25' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4' /%3E%3Cpath d='M11 19l4 -9l4 9m-.9 -2h-6.2' /%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=n] input[type=checkbox]:after{color:#fff;background-color:#c45a4a;-webkit-mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-pin'%3E%3Cpath d='M12 17v5'/%3E%3Cpath d='M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z'/%3E%3C/svg%3E");mask-image: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='currentColor' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-pin'%3E%3Cpath d='M12 17v5'/%3E%3Cpath d='M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=p] input[type=checkbox]:after{color:#fff;background-color:#4da376;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M3.008 6.684H1.003a.99.99 0 0 0-.71.301A1.043 1.043 0 0 0 0 7.713v8.23c0 .545.211 1.069.587 1.454A1.98 1.98 0 0 0 2.005 18a1.98 1.98 0 0 0 1.418-.603c.376-.385.587-.909.587-1.454v-8.23c0-.273-.105-.535-.293-.728a.99.99 0 0 0-.71-.301Zm12.987 0H12.03l1.562-4.63a1.868 1.868 0 0 0-.268-1.211 1.79 1.79 0 0 0-.96-.757 1.74 1.74 0 0 0-1.21.048 1.8 1.8 0 0 0-.902.83 25.486 25.486 0 0 1-4.238 5.514v9.862h.115c2.114.6 4.913 1.66 7.505 1.66 1.403 0 1.596-.541 1.885-1.355l2.36-7.201a2.109 2.109 0 0 0-.243-1.883 2.022 2.022 0 0 0-.717-.645 1.964 1.964 0 0 0-.925-.232Z'/%3E%3C/svg%3E ")}html[saved-theme=dark] li.task-list-item[data-task=P] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=q] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Q] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=r] input[type=checkbox]:after{color:#fff;background-color:#ae8a5b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.9,11.553l-3-6a.846.846,0,0,0-.164-.225A.987.987,0,0,0,18,5H13V3a1,1,0,0,0-2,0V5H6a.987.987,0,0,0-.731.328.846.846,0,0,0-.164.225l-3,6a.982.982,0,0,0-.1.447H2a4,4,0,0,0,8,0H9.99a.982.982,0,0,0-.1-.447L7.618,7H11V20H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2H13V7h3.382l-2.277,4.553a.982.982,0,0,0-.1.447H14a4,4,0,0,0,8,0h-.01A.982.982,0,0,0,21.9,11.553ZM7.882,12H4.118L6,8.236Zm8.236,0L18,8.236,19.882,12Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.9,11.553l-3-6a.846.846,0,0,0-.164-.225A.987.987,0,0,0,18,5H13V3a1,1,0,0,0-2,0V5H6a.987.987,0,0,0-.731.328.846.846,0,0,0-.164.225l-3,6a.982.982,0,0,0-.1.447H2a4,4,0,0,0,8,0H9.99a.982.982,0,0,0-.1-.447L7.618,7H11V20H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2H13V7h3.382l-2.277,4.553a.982.982,0,0,0-.1.447H14a4,4,0,0,0,8,0h-.01A.982.982,0,0,0,21.9,11.553ZM7.882,12H4.118L6,8.236Zm8.236,0L18,8.236,19.882,12Z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=R] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=s] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=S] input[type=checkbox]:after{color:#fff;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.7875 20.56c-.04-2.6-1.91-6.46-6.89-6.46-2.85 0-3.24-1.74-3.27-2.39.03-.81.4-2.69 3.23-2.69 2.94 0 3.28 2.07 3.31 2.71.03.99.88 1.84 1.85 1.75 1-.02 1.79-.85 1.76-1.85-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83-.01 0-.01 0-.02 0-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11.04 2.42 1.91 6.02 6.89 6.02 2.81 0 3.21 2.04 3.27 2.8-.08.49-.54 2.28-3.27 2.28-2.77 0-3.21-1.86-3.28-2.41-.09-1-.95-1.72-1.97-1.64-1 .09-1.73.97-1.64 1.96.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07c3.63-.76 4.92-3.78 5.07-5.48l.01-.1z' fill='currentColor'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg fill='none' height='100%25' viewBox='0 0 32 32' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.7875 20.56c-.04-2.6-1.91-6.46-6.89-6.46-2.85 0-3.24-1.74-3.27-2.39.03-.81.4-2.69 3.23-2.69 2.94 0 3.28 2.07 3.31 2.71.03.99.88 1.84 1.85 1.75 1-.02 1.79-.85 1.76-1.85-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83-.01 0-.01 0-.02 0-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11.04 2.42 1.91 6.02 6.89 6.02 2.81 0 3.21 2.04 3.27 2.8-.08.49-.54 2.28-3.27 2.28-2.77 0-3.21-1.86-3.28-2.41-.09-1-.95-1.72-1.97-1.64-1 .09-1.73.97-1.64 1.96.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07c3.63-.76 4.92-3.78 5.07-5.48l.01-.1z' fill='currentColor'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=t] input[type=checkbox]:after{color:#fff;background-color:#5585b4;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm11-5a1 1 0 10-2 0v3.764a3 3 0 001.658 2.683l2.895 1.447a1 1 0 10.894-1.788l-2.894-1.448a1 1 0 01-.553-.894V7z' fill='currentColor'/%3E%3C/svg%3E ");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm11-5a1 1 0 10-2 0v3.764a3 3 0 001.658 2.683l2.895 1.447a1 1 0 10.894-1.788l-2.894-1.448a1 1 0 01-.553-.894V7z' fill='currentColor'/%3E%3C/svg%3E ")}html[saved-theme=dark] li.task-list-item[data-task=T] input[type=checkbox]:after{color:#fff;background-color:#389f68;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m497.39 361.8-112-48a24 24 0 0 0 -28 6.9l-49.6 60.6a370.66 370.66 0 0 1 -177.19-177.19l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112a24.16 24.16 0 0 0 -27.5-13.9l-104 24a24 24 0 0 0 -18.6 23.39c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0 -14.01-27.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m497.39 361.8-112-48a24 24 0 0 0 -28 6.9l-49.6 60.6a370.66 370.66 0 0 1 -177.19-177.19l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112a24.16 24.16 0 0 0 -27.5-13.9l-104 24a24 24 0 0 0 -18.6 23.39c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0 -14.01-27.6z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=u] input[type=checkbox]:after{color:#fff;background-color:#53b27c;-webkit-mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-up'%3E%3Cpolyline points='22 7 13.5 15.5 8.5 10.5 2 17'/%3E%3Cpolyline points='16 7 22 7 22 13'/%3E%3C/svg%3E");mask-image: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.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-up'%3E%3Cpolyline points='22 7 13.5 15.5 8.5 10.5 2 17'/%3E%3Cpolyline points='16 7 22 7 22 13'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=w] input[type=checkbox]:after{color:#fff;background-color:#1e1e1e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26 7h-2v-1a2.0023 2.0023 0 0 0 -2-2h-12a2.0023 2.0023 0 0 0 -2 2v1h-2a2.0023 2.0023 0 0 0 -2 2v3a4.0045 4.0045 0 0 0 4 4h.322a8.1689 8.1689 0 0 0 6.678 5.9341v4.0659h-5v2h12v-2h-5v-4.0689a7.9661 7.9661 0 0 0 6.74-5.9311h.26a4.0045 4.0045 0 0 0 4-4v-3a2.0023 2.0023 0 0 0 -2-2zm-18 7a2.0023 2.0023 0 0 1 -2-2v-3h2zm18-2a2.0023 2.0023 0 0 1 -2 2v-5h2z'/%3E%3Cpath d='m0 0h32v32h-32z' fill='none'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26 7h-2v-1a2.0023 2.0023 0 0 0 -2-2h-12a2.0023 2.0023 0 0 0 -2 2v1h-2a2.0023 2.0023 0 0 0 -2 2v3a4.0045 4.0045 0 0 0 4 4h.322a8.1689 8.1689 0 0 0 6.678 5.9341v4.0659h-5v2h12v-2h-5v-4.0689a7.9661 7.9661 0 0 0 6.74-5.9311h.26a4.0045 4.0045 0 0 0 4-4v-3a2.0023 2.0023 0 0 0 -2-2zm-18 7a2.0023 2.0023 0 0 1 -2-2v-3h2zm18-2a2.0023 2.0023 0 0 1 -2 2v-5h2z'/%3E%3Cpath d='m0 0h32v32h-32z' fill='none'/%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:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}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 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z'/%3E%3Cpath d='M15 3v5a1 1 0 0 0 1 1h5'/%3E%3Cpath d='M8 13h.01'/%3E%3Cpath d='M16 13h.01'/%3E%3Cpath d='M10 16s.8 1 2 1c1.3 0 2-1 2-1'/%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%3Cpath d='M12 2v4'/%3E%3Cpath d='m16.2 7.8 2.9-2.9'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='m16.2 16.2 2.9 2.9'/%3E%3Cpath d='M12 18v4'/%3E%3Cpath d='m4.9 19.1 2.9-2.9'/%3E%3Cpath d='M2 12h4'/%3E%3Cpath d='m4.9 4.9 2.9 2.9'/%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%3Cpath d='M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z'/%3E%3Cline x1='12' x2='12' y1='16' y2='12'/%3E%3Cline x1='12' x2='12.01' y1='8' y2='8'/%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%3Cpath d='M13 5h8'/%3E%3Cpath d='M13 12h8'/%3E%3Cpath d='M13 19h8'/%3E%3Cpath d='m3 17 2 2 4-4'/%3E%3Crect x='3' y='4' width='6' height='6' rx='1'/%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='M16.17 7.83 2 22'/%3E%3Cpath d='M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12'/%3E%3Cpath d='m7.83 7.83 8.34 8.34'/%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='M18 6 7 17l-5-5'/%3E%3Cpath d='m22 10-7.5 7.5L13 16'/%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='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='M12 16h.01'/%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%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='9' x2='15' y1='15' y2='9'/%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='M15 12h-5'/%3E%3Cpath d='M15 8h-5'/%3E%3Cpath d='M19 17V5a2 2 0 0 0-2-2H4'/%3E%3Cpath d='M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=quote]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}.search>.search-button{font-size:1rem}.search>.search-button svg{color:var(--search-icon-color,var(--text-muted,var(--darkgray)));stroke:var(--search-icon-color,var(--text-muted,var(--darkgray)))}.search>.search-container>.search-space{margin:12vh auto}.search>.search-container>.search-space>input{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:none;margin-bottom:0;font-size:1.1rem}.search>.search-container>.search-space>input:has(+:not(.display-results)){border-radius:inherit}.search>.search-container>.search-space>*{box-shadow:none;background:0 0;margin-bottom:0}.search>.search-container>.search-space>.search-layout.display-results{border-top-left-radius:0;border-top-right-radius:0}.search>.search-container>.search-space>.search-layout .highlight{background-color:var(--quartz-text-highlight)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card{display:flex}.search>.search-container>.search-space>.search-layout>.results-container .result-card.no-match{display:block}}:is(.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card:hover),.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card:focus),.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus)){background-color:unset}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:#0000}@media (max-width:800px){.explorer:not(.collapsed)>.explorer-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.explorer .explorer-content .folder-container{--folder-closed-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 5h-8.586L9.707 3.293A.997.997 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z'%3E%3C/path%3E%3C/svg%3E");--folder-open-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.165 19.551c.186.28.499.449.835.449h15c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 11h-1V8c0-1.103-.897-2-2-2h-6.655L8.789 4H4c-1.103 0-2 .897-2 2v13h.007a1 1 0 0 0 .158.551zM18 8v3H6c-.4 0-.762.238-.919.606L4 14.129V8h14z'%3E%3C/path%3E%3C/svg%3E");text-overflow:ellipsis;position:relative}@media (max-width:800px){.explorer .explorer-content .folder-container{border-radius:.25rem;padding-inline:.5rem 0}}.explorer .explorer-content .folder-container>svg{opacity:.001;position:absolute}.explorer .explorer-content .folder-container:before{background:var(--quartz-icon-color);content:"";align-self:baseline;width:1rem;min-width:1rem;height:1rem;min-height:1rem;margin-block-start:.2rem;margin-inline-end:.5rem;display:flex}.explorer .explorer-content .folder-container>div{width:100%}.explorer .explorer-content .folder-container:hover{background-color:var(--nav-item-background-hover);border-radius:.25rem;font-size:1rem;line-height:1.5rem}.explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container:before{background:var(--collapse-icon-color-collapsed,var(--quartz-icon-color));-webkit-mask-image:var(--folder-closed-icon);mask-image:var(--folder-closed-icon);-webkit-mask-image:var(--folder-closed-icon)}.explorer .explorer-content li:has(>.folder-outer.open)>.folder-container:before{background:var(--collapse-icon-color,var(--quartz-icon-color));-webkit-mask-image:var(--folder-open-icon);mask-image:var(--folder-open-icon);-webkit-mask-image:var(--folder-open-icon)}.explorer .explorer-content ul.explorer-ul li{text-overflow:ellipsis;position:relative}.explorer .explorer-content ul.explorer-ul li a{color:inherit;padding:inherit;font-size:1rem;line-height:1.5rem;display:flex}.explorer .explorer-content ul.explorer-ul li a.active,.explorer .explorer-content ul.explorer-ul li a:not(.folder-title):hover{background-color:var(--nav-item-background-hover);border-radius:.25rem;font-size:1rem;line-height:1.5rem}.explorer .explorer-content ul.explorer-ul li a[data-for$=\/index]{padding-inline:.5rem 0}.explorer .explorer-content ul.explorer-ul li a{padding-inline-start:0}@media (max-width:800px){.explorer .explorer-content ul.explorer-ul li a{padding-inline:.5rem}.explorer .explorer-content ul.explorer-ul li a[data-for$=\/index]{padding-inline-end:.5rem}}.explorer .explorer-content ul.explorer-ul li>a:before{--file-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill=''%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");content:"";background:var(--quartz-icon-color);width:1rem;min-width:1rem;height:1rem;min-height:1rem;-webkit-mask-image:var(--file-icon);mask-image:var(--file-icon);-webkit-mask-image:var(--file-icon);align-self:baseline;margin-block-start:.2rem;margin-inline-end:.5rem;display:flex}button.readermode>svg{display:none}button.readermode{--readermode-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJvb2stb3Blbi1pY29uIGx1Y2lkZS1ib29rLW9wZW4iPjxwYXRoIGQ9Ik0xMiA3djE0Ii8+PHBhdGggZD0iTTMgMThhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTFoNWE0IDQgMCAwIDEgNCA0IDQgNCAwIDAgMSA0LTRoNWExIDEgMCAwIDEgMSAxdjEzYTEgMSAwIDAgMS0xIDFoLTZhMyAzIDAgMCAwLTMgMyAzIDMgMCAwIDAtMy0zeiIvPjwvc3ZnPg==);-webkit-mask-image:var(--readermode-icon);mask-image:var(--readermode-icon);-webkit-mask-image:var(--readermode-icon);width:24px;height:24px;background:var(--quartz-icon-color)!important}button.global-graph-icon>svg{display:none}button.global-graph-icon{--graph-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWdpdC1mb3JrLWljb24gbHVjaWRlLWdpdC1mb3JrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjE4IiByPSIzIi8+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiLz48Y2lyY2xlIGN4PSIxOCIgY3k9IjYiIHI9IjMiLz48cGF0aCBkPSJNMTggOXYyYzAgLjYtLjQgMS0xIDFIN2MtLjYgMC0xLS40LTEtMVY5Ii8+PHBhdGggZD0iTTEyIDEydjMiLz48L3N2Zz4=);-webkit-mask-image:var(--graph-icon);mask-image:var(--graph-icon);-webkit-mask-image:var(--graph-icon);width:24px;height:24px;background:var(--quartz-icon-color)!important}button.darkmode>svg{display:none!important}button.darkmode{--moon-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1vb24taWNvbiBsdWNpZGUtbW9vbiI+PHBhdGggZD0iTTEyIDNhNiA2IDAgMCAwIDkgOSA5IDkgMCAxIDEtOS05WiIvPjwvc3ZnPg==);--sun-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXN1bi1pY29uIGx1Y2lkZS1zdW4iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjQiLz48cGF0aCBkPSJNMTIgMnYyIi8+PHBhdGggZD0iTTEyIDIwdjIiLz48cGF0aCBkPSJtNC45MyA0LjkzIDEuNDEgMS40MSIvPjxwYXRoIGQ9Im0xNy42NiAxNy42NiAxLjQxIDEuNDEiLz48cGF0aCBkPSJNMiAxMmgyIi8+PHBhdGggZD0iTTIwIDEyaDIiLz48cGF0aCBkPSJtNi4zNCAxNy42Ni0xLjQxIDEuNDEiLz48cGF0aCBkPSJtMTkuMDcgNC45My0xLjQxIDEuNDEiLz48L3N2Zz4=);width:24px;height:24px;background:var(--quartz-icon-color)!important}.explorer svg,button.toc-header .fold,.global-graph-icon,.readermode,.darkmode{color:var(--quartz-icon-color);stroke:var(--quartz-icon-color)}@media not (min-width:1200px){.page>div#quartz-body div.sidebar.right{background-color:#0000;border-left:none}}@media (min-width:1200px){div#quartz-root.page{place-items:center;width:100%;min-width:100%;max-width:100%;margin:0;padding:0;display:grid}div#quartz-root.page div#quartz-body{width:min(100%,1500px);max-width:min(100%,1500px);padding:0 auto}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.page>#quartz-body footer{padding:0 1.5rem}}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{padding-left:0;padding-right:0}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.page>#quartz-body div.sidebar.left{padding-left:2rem}.page>#quartz-body div.sidebar.right,.page>#quartz-body footer{padding:0 1.5rem}}@media (max-width:800px){.page>div#quartz-body div.sidebar.left{background-color:#0000;border-right:none}.page>#quartz-body{padding:0}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}:is(.page>#quartz-body div.sidebar.left,.page>#quartz-body div.sidebar.left:has(.explorer)){padding:1rem 1.5rem 1rem 1rem}.page>#quartz-body div.sidebar.right,.page>#quartz-body footer{padding:0 1.5rem}.page>#quartz-body footer{min-width:auto}.page>#quartz-body .explorer .explorer-content{max-height:100vh;padding-left:1rem;padding-right:1rem;overflow-y:auto}.page>#quartz-body .explorer .explorer-content>.explorer-ul{overscroll-behavior:contain;min-height:0}.page>#quartz-body .explorer .explorer-content ul{overscroll-behavior:auto}.page-title{display:none}}.callout.is-collapsed .callout-content>:first-child{margin-top:-4rem}figure[data-rehype-pretty-code-figure] pre,pre{background-color:var(--qt-code-background,var(--code-background));white-space:pre}figure[data-rehype-pretty-code-figure] pre>code,pre>code{overflow-x:auto}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-keyword],pre>code span[class*=qt-code-keyword]{color:var(--qt-code-keyword,var(--code-keyword))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-string],pre>code span[class*=qt-code-string]{color:var(--qt-code-string,var(--code-string))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-comment],pre>code span[class*=qt-code-comment]{color:var(--qt-code-comment,var(--code-comment))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-function],pre>code span[class*=qt-code-function]{color:var(--qt-code-function,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-number],pre>code span[class*=qt-code-number]{color:var(--qt-code-number,var(--code-value))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-operator],pre>code span[class*=qt-code-operator]{color:var(--qt-code-operator,var(--code-operator))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-property],pre>code span[class*=qt-code-property]{color:var(--qt-code-property,var(--code-property))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-variable],pre>code span[class*=qt-code-variable]{color:var(--qt-code-variable,var(--code-normal))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-tag],pre>code span[class*=qt-code-tag]{color:var(--qt-code-tag,var(--code-tag))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-attribute],pre>code span[class*=qt-code-attribute]{color:var(--qt-code-attribute,var(--code-important))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-type],pre>code span[class*=qt-code-type]{color:var(--qt-code-type,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-builtin],pre>code span[class*=qt-code-builtin]{color:var(--qt-code-builtin,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-atom],pre>code span[class*=qt-code-atom]{color:var(--qt-code-atom,var(--code-value))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-meta],pre>code span[class*=qt-code-meta]{color:var(--qt-code-meta,var(--code-comment))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-qualifier],pre>code span[class*=qt-code-qualifier]{color:var(--qt-code-qualifier,var(--code-property))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-punctuation],pre>code span[class*=qt-code-punctuation]{color:var(--qt-code-punctuation,var(--code-punctuation))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-bracket],pre>code span[class*=qt-code-bracket]{color:var(--qt-code-bracket,var(--code-punctuation))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-header],pre>code span[class*=qt-code-header]{color:var(--qt-code-header,var(--code-tag))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-link],pre>code span[class*=qt-code-link]{color:var(--qt-code-link,var(--code-string))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-error],pre>code span[class*=qt-code-error]{color:var(--qt-code-error,var(--code-important))!important}figure[data-rehype-pretty-code-figure] pre>code,pre>code{color:var(--qt-code-default,var(--code-normal));background-color:#0000}blockquote.callout .callout-title{color:var(--color)}blockquote.callout .callout-title .callout-icon{background-color:var(--color)}blockquote.callout .callout-title>.callout-title-inner>p{color:var(--color)}blockquote.callout[data-callout]{--color:rgb(var(--callout-info,2, 122, 255))!important;--border:rgba(var(--callout-info,2, 122, 255), .267)!important;--bg:rgba(var(--callout-info,2, 122, 255), .063)!important}blockquote.callout[data-callout=note]{--color:rgb(var(--callout-default,2, 122, 255))!important;--border:rgba(var(--callout-default,2, 122, 255), .267)!important;--bg:rgba(var(--callout-default,2, 122, 255), .063)!important}blockquote.callout[data-callout=abstract]{--color:rgb(var(--callout-summary,83, 223, 221))!important;--border:rgba(var(--callout-summary,83, 223, 221), .267)!important;--bg:rgba(var(--callout-summary,83, 223, 221), .063)!important}blockquote.callout[data-callout=info]{--color:rgb(var(--callout-info,2, 122, 255))!important;--border:rgba(var(--callout-info,2, 122, 255), .267)!important;--bg:rgba(var(--callout-info,2, 122, 255), .063)!important}blockquote.callout[data-callout=todo]{--color:rgb(var(--callout-todo,2, 122, 255))!important;--border:rgba(var(--callout-todo,2, 122, 255), .267)!important;--bg:rgba(var(--callout-todo,2, 122, 255), .063)!important}blockquote.callout[data-callout=tip]{--color:rgb(var(--callout-tip,83, 223, 221))!important;--border:rgba(var(--callout-tip,83, 223, 221), .267)!important;--bg:rgba(var(--callout-tip,83, 223, 221), .063)!important}blockquote.callout[data-callout=success]{--color:rgb(var(--callout-success,68, 207, 110))!important;--border:rgba(var(--callout-success,68, 207, 110), .267)!important;--bg:rgba(var(--callout-success,68, 207, 110), .063)!important}blockquote.callout[data-callout=question]{--color:rgb(var(--callout-question,233, 151, 63))!important;--border:rgba(var(--callout-question,233, 151, 63), .267)!important;--bg:rgba(var(--callout-question,233, 151, 63), .063)!important}blockquote.callout[data-callout=warning]{--color:rgb(var(--callout-warning,233, 151, 63))!important;--border:rgba(var(--callout-warning,233, 151, 63), .267)!important;--bg:rgba(var(--callout-warning,233, 151, 63), .063)!important}blockquote.callout[data-callout=failure]{--color:rgb(var(--callout-fail,251, 70, 76))!important;--border:rgba(var(--callout-fail,251, 70, 76), .267)!important;--bg:rgba(var(--callout-fail,251, 70, 76), .063)!important}blockquote.callout[data-callout=danger]{--color:rgb(var(--callout-error,251, 70, 76))!important;--border:rgba(var(--callout-error,251, 70, 76), .267)!important;--bg:rgba(var(--callout-error,251, 70, 76), .063)!important}blockquote.callout[data-callout=bug]{--color:rgb(var(--callout-bug,251, 70, 76))!important;--border:rgba(var(--callout-bug,251, 70, 76), .267)!important;--bg:rgba(var(--callout-bug,251, 70, 76), .063)!important}blockquote.callout[data-callout=example]{--color:rgb(var(--callout-example,168, 130, 255))!important;--border:rgba(var(--callout-example,168, 130, 255), .267)!important;--bg:rgba(var(--callout-example,168, 130, 255), .063)!important}blockquote.callout[data-callout=quote]{--color:rgb(var(--callout-quote,158, 158, 158))!important;--border:rgba(var(--callout-quote,158, 158, 158), .267)!important;--bg:rgba(var(--callout-quote,158, 158, 158), .063)!important}:root[saved-theme=light] button.darkmode{-webkit-mask-image:var(--sun-icon);mask-image:var(--sun-icon);-webkit-mask-image:var(--sun-icon)}:root[saved-theme=dark] button.darkmode{-webkit-mask-image:var(--moon-icon);mask-image:var(--moon-icon);-webkit-mask-image:var(--moon-icon)}:root[reader-mode=on] body[data-slug] div#quartz-root.page{transition:background-color .2s}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.sidebar:hover)){background-color:#0000;transition:background-color .2s}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.sidebar:hover)) .sidebar{transition:opacity .2s;opacity:0!important}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.center:hover,footer:hover)):hover .sidebar{transition:opacity .2s;opacity:1!important}:root[saved-theme=light] body a.external,:root[saved-theme=light] body a.internal,:root[saved-theme=light] body .breadcrumb-container .breadcrumb-element>a,:root[saved-theme=light] body footer a,:root[saved-theme=dark] body a.external,:root[saved-theme=dark] body a.internal,:root[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a,:root[saved-theme=dark] body footer a{text-decoration:none}:root{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#fff23688;--titleFont:"Lora", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--headerFont:"Lora", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--bodyFont:"Montserrat", 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}