@weavy/uikit-react 24.3.0 → 24.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +6 -0
- package/dist/weavy.bundle.js +4 -4
- package/dist/weavy.cjs +4 -4
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.mjs +5 -5
- package/dist/weavy.umd.cjs +4 -4
- package/package.json +2 -2
package/dist/weavy.cjs
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}`,{label:"class",detail:"definition",type:"keyword"}),$n('import {${names}} from "${module}"\n${}',{label:"import",detail:"named",type:"keyword"}),$n('import ${name} from "${module}"\n${}',{label:"import",detail:"default",type:"keyword"})],uH=cI.concat([$n("interface ${name} {\n ${}\n}",{label:"interface",detail:"definition",type:"keyword"}),$n("type ${name} = ${type}",{label:"type",detail:"definition",type:"keyword"}),$n("enum ${name} {\n ${}\n}",{label:"enum",detail:"definition",type:"keyword"})]),C6=new kz,dI=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function zh(o){return(t,i)=>{let n=t.node.getChild("VariableDefinition");return n&&i(n,o),!0}}u(zh,"ar$1");b(zh,"defID");const pH=["FunctionDeclaration"],fH={FunctionDeclaration:zh("function"),ClassDeclaration:zh("class"),ClassExpression:b(()=>!0,"ClassExpression"),EnumDeclaration:zh("constant"),TypeAliasDeclaration:zh("type"),NamespaceDeclaration:zh("namespace"),VariableDefinition(o,t){o.matchContext(pH)||t(o,"variable")},TypeDefinition(o,t){t(o,"type")},__proto__:null};function r9(o,t){let i=C6.get(t);if(i)return i;let n=[],r=!0;function a(s,c){let d=o.sliceString(s.from,s.to);n.push({label:d,type:c})}return u(a,"s"),b(a,"def"),t.cursor(Fe.IncludeAnonymous).iterate(s=>{if(r)r=!1;else if(s.name){let c=fH[s.name];if(c&&c(s,a)||dI.has(s.name))return!1}else if(s.to-s.from>8192){for(let c of r9(o,s.node))n.push(c);return!1}}),C6.set(t,n),n}u(r9,"rm$1");b(r9,"getScope");const IO=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,a9=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName",".","?."];function hI(o){let t=li(o.state).resolveInner(o.pos,-1);if(a9.indexOf(t.name)>-1)return null;let i=t.name=="VariableName"||t.to-t.from<20&&IO.test(o.state.sliceDoc(t.from,t.to));if(!i&&!o.explicit)return null;let n=[];for(let r=t;r;r=r.parent)dI.has(r.name)&&(n=n.concat(r9(o.state.doc,r)));return{options:n,from:i?t.from:o.pos,validFor:IO}}u(hI,"nm$1");b(hI,"localCompletionSource");function jb(o,t,i){var n;let r=[];for(;;){let a=t.firstChild,s;if((a==null?void 0:a.name)=="VariableName")return r.push(o(a)),{path:r.reverse(),name:i};if((a==null?void 0:a.name)=="MemberExpression"&&((n=s=a.lastChild)===null||n===void 0?void 0:n.name)=="PropertyName")r.push(o(s)),t=a;else return null}}u(jb,"jo$1");b(jb,"pathFor");function uI(o){let t=b(n=>o.state.doc.sliceString(n.from,n.to),"read"),i=li(o.state).resolveInner(o.pos,-1);return i.name=="PropertyName"?jb(t,i.parent,t(i)):(i.name=="."||i.name=="?.")&&i.parent.name=="MemberExpression"?jb(t,i.parent,""):a9.indexOf(i.name)>-1?null:i.name=="VariableName"||i.to-i.from<20&&IO.test(t(i))?{path:[],name:t(i)}:i.name=="MemberExpression"?jb(t,i,""):o.explicit?{path:[],name:""}:null}u(uI,"sm$1");b(uI,"completionPath");function pI(o,t){let i=[],n=new Set;for(let r=0;;r++){for(let s of(Object.getOwnPropertyNames||Object.keys)(o)){if(!/^[a-zA-Z_$\xaa-\uffdc][\w$\xaa-\uffdc]*$/.test(s)||n.has(s))continue;n.add(s);let c;try{c=o[s]}catch{continue}i.push({label:s,type:typeof c=="function"?/^[A-Z]/.test(s)?"class":t?"function":"method":t?"variable":"property",boost:-r})}let a=Object.getPrototypeOf(o);if(!a)return i;o=a}}u(pI,"_S");b(pI,"enumeratePropertyCompletions");function mH(o){let t=new Map;return i=>{let n=uI(i);if(!n)return null;let r=o;for(let s of n.path)if(r=r[s],!r)return null;let a=t.get(r);return a||t.set(r,a=pI(r,!n.path.length)),{from:i.pos-n.name.length,options:a,validFor:IO}}}u(mH,"MS");b(mH,"scopeCompletionSource");const ar=$4.define({name:"javascript",parser:hH.configure({props:[Cv.add({IfStatement:S1({except:/^\s*({|else\b)/}),TryStatement:S1({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:dF,SwitchBody:b(o=>{let t=o.textAfter,i=/^\s*\}/.test(t),n=/^\s*(case|default)\b/.test(t);return o.baseIndent+(i?0:n?1:2)*o.unit},"SwitchBody"),Block:s_({closing:"}"}),ArrowFunction:b(o=>o.baseIndent+o.unit,"ArrowFunction"),"TemplateString BlockComment":b(()=>null,"TemplateString BlockComment"),"Statement Property":S1({except:/^{/}),JSXElement(o){let t=/^\s*<\//.test(o.textAfter);return o.lineIndent(o.node.from)+(t?0:o.unit)},JSXEscape(o){let t=/\s*\}/.test(o.textAfter);return o.lineIndent(o.node.from)+(t?0:o.unit)},"JSXOpenTag JSXSelfClosingTag"(o){return o.column(o.node.from)+o.unit}}),Tv.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":T4,BlockComment(o){return{from:o.from+2,to:o.to-2}}})]}),languageData:{closeBrackets:{brackets:["(","[","{","'",'"',"`"]},commentTokens:{line:"//",block:{open:"/*",close:"*/"}},indentOnInput:/^\s*(?:case |default:|\{|\}|<\/)$/,wordChars:"$"}}),fI={test:b(o=>/^JSX/.test(o.name),"test"),facet:Pv({commentTokens:{block:{open:"{/*",close:"*/}"}}})},mI=ar.configure({dialect:"ts"},"typescript"),yI=ar.configure({dialect:"jsx",props:[k4.add(o=>o.isTop?[fI]:void 0)]}),gI=ar.configure({dialect:"jsx ts",props:[k4.add(o=>o.isTop?[fI]:void 0)]},"typescript");let wI=b(o=>({label:o,type:"keyword"}),"kwCompletion");const vI="break case const continue default delete export extends false finally in instanceof let new return static super switch this throw true typeof var yield".split(" ").map(wI),yH=vI.concat(["declare","implements","private","protected","public"].map(wI));function bI(o={}){let t=o.jsx?o.typescript?gI:yI:o.typescript?mI:ar,i=o.typescript?uH.concat(yH):cI.concat(vI);return new eg(t,[ar.data.of({autocomplete:C_(a9,z4(i))}),ar.data.of({autocomplete:hI}),o.jsx?wH:[]])}u(bI,"hm$1");b(bI,"javascript");function OI(o){for(;;){if(o.name=="JSXOpenTag"||o.name=="JSXSelfClosingTag"||o.name=="JSXFragmentTag")return o;if(o.name=="JSXEscape"||!o.parent)return null;o=o.parent}}u(OI,"CS");b(OI,"findOpenTag");function E3(o,t,i=o.length){for(let n=t==null?void 0:t.firstChild;n;n=n.nextSibling)if(n.name=="JSXIdentifier"||n.name=="JSXBuiltin"||n.name=="JSXNamespacedName"||n.name=="JSXMemberExpression")return o.sliceString(n.from,Math.min(n.to,i));return""}u(E3,"Od$1");b(E3,"elementName$1");const gH=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),wH=le.inputHandler.of((o,t,i,n,r)=>{if((gH?o.composing:o.compositionStarted)||o.state.readOnly||t!=i||n!=">"&&n!="/"||!ar.isActiveAt(o.state,t,-1))return!1;let a=r(),{state:s}=a,c=s.changeByRange(d=>{var p;let{head:m}=d,g=li(s).resolveInner(m-1,-1),v;if(g.name=="JSXStartTag"&&(g=g.parent),!(s.doc.sliceString(m-1,m)!=n||g.name=="JSXAttributeValue"&&g.to>m)){if(n==">"&&g.name=="JSXFragmentTag")return{range:d,changes:{from:m,insert:"</>"}};if(n=="/"&&g.name=="JSXStartCloseTag"){let O=g.parent,x=O.parent;if(x&&O.from==m-2&&((v=E3(s.doc,x.firstChild,m))||((p=x.firstChild)===null||p===void 0?void 0:p.name)=="JSXFragmentTag")){let T=`${v}>`;return{range:Ct.cursor(m+T.length,-1),changes:{from:m,insert:T}}}}else if(n==">"){let O=OI(g);if(O&&O.name=="JSXOpenTag"&&!/^\/?>|^<\//.test(s.doc.sliceString(m,m+2))&&(v=E3(s.doc,O,m)))return{range:d,changes:{from:m,insert:`</${v}>`}}}}return{range:d}});return c.changes.empty?!1:(o.dispatch([a,s.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)});function vH(o,t){return t||(t={parserOptions:{ecmaVersion:2019,sourceType:"module"},env:{browser:!0,node:!0,es6:!0,es2015:!0,es2017:!0,es2020:!0},rules:{}},o.getRules().forEach((i,n)=>{i.meta.docs.recommended&&(t.rules[n]=2)})),i=>{let{state:n}=i,r=[];for(let{from:a,to:s}of ar.findRegions(n)){let c=n.doc.lineAt(a),d={line:c.number-1,col:a-c.from,pos:a};for(let p of o.verify(n.sliceDoc(a,s),t))r.push(xI(p,n.doc,d))}return r}}u(vH,"VS");b(vH,"esLint");function Q3(o,t,i,n){return i.line(o+n.line).from+t+(o==1?n.col-1:-1)}u(Q3,"pd$1");b(Q3,"mapPos");function xI(o,t,i){let n=Q3(o.line,o.column,t,i),r={from:n,to:o.endLine!=null&&o.endColumn!=1?Q3(o.endLine,o.endColumn,t,i):n,message:o.message,source:o.ruleId?"eslint:"+o.ruleId:"eslint",severity:o.severity==1?"warning":"error"};if(o.fix){let{range:a,text:s}=o.fix,c=a[0]+i.pos-n,d=a[1]+i.pos-n;r.actions=[{name:"fix",apply(p,m){p.dispatch({changes:{from:m+c,to:m+d,insert:s},scrollIntoView:!0})}}]}return r}u(xI,"XS");b(xI,"translateDiagnostic");const Aw=["_blank","_self","_top","_parent"],N$=["ascii","utf-8","utf-16","latin1","latin1"],q$=["get","post","put","delete"],j$=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],so=["true","false"],Zt={},bH={a:{attrs:{href:null,ping:null,type:null,media:null,target:Aw,hreflang:null}},abbr:Zt,address:Zt,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:null,hreflang:null,type:null,shape:["default","rect","circle","poly"]}},article:Zt,aside:Zt,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["autoplay"],loop:["loop"],controls:["controls"]}},b:Zt,base:{attrs:{href:null,target:Aw}},bdi:Zt,bdo:Zt,blockquote:{attrs:{cite:null}},body:Zt,br:Zt,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["autofocus"],disabled:["autofocus"],formenctype:j$,formmethod:q$,formnovalidate:["novalidate"],formtarget:Aw,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:Zt,center:Zt,cite:Zt,code:Zt,col:{attrs:{span:null}},colgroup:{attrs:{span:null}},command:{attrs:{type:["command","checkbox","radio"],label:null,icon:null,radiogroup:null,command:null,title:null,disabled:["disabled"],checked:["checked"]}},data:{attrs:{value:null}},datagrid:{attrs:{disabled:["disabled"],multiple:["multiple"]}},datalist:{attrs:{data:null}},dd:Zt,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["open"]}},dfn:Zt,div:Zt,dl:Zt,dt:Zt,em:Zt,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["disabled"],form:null,name:null}},figcaption:Zt,figure:Zt,footer:Zt,form:{attrs:{action:null,name:null,"accept-charset":N$,autocomplete:["on","off"],enctype:j$,method:q$,novalidate:["novalidate"],target:Aw}},h1:Zt,h2:Zt,h3:Zt,h4:Zt,h5:Zt,h6:Zt,head:{children:["title","base","link","style","meta","script","noscript","command"]},header:Zt,hgroup:Zt,hr:Zt,html:{attrs:{manifest:null}},i:Zt,iframe:{attrs:{src:null,srcdoc:null,name:null,width:null,height:null,sandbox:["allow-top-navigation","allow-same-origin","allow-forms","allow-scripts"],seamless:["seamless"]}},img:{attrs:{alt:null,src:null,ismap:null,usemap:null,width:null,height:null,crossorigin:["anonymous","use-credentials"]}},input:{attrs:{alt:null,dirname:null,form:null,formaction:null,height:null,list:null,max:null,maxlength:null,min:null,name:null,pattern:null,placeholder:null,size:null,src:null,step:null,value:null,width:null,accept:["audio/*","video/*","image/*"],autocomplete:["on","off"],autofocus:["autofocus"],checked:["checked"],disabled:["disabled"],formenctype:j$,formmethod:q$,formnovalidate:["novalidate"],formtarget:Aw,multiple:["multiple"],readonly:["readonly"],required:["required"],type:["hidden","text","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}},ins:{attrs:{cite:null,datetime:null}},kbd:Zt,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["autofocus"],disabled:["disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:Zt,li:{attrs:{value:null}},link:{attrs:{href:null,type:null,hreflang:null,media:null,sizes:["all","16x16","16x16 32x32","16x16 32x32 64x64"]}},map:{attrs:{name:null}},mark:Zt,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:N$,name:["viewport","application-name","author","description","generator","keywords"],"http-equiv":["content-language","content-type","default-style","refresh"]}},meter:{attrs:{value:null,min:null,low:null,high:null,max:null,optimum:null}},nav:Zt,noscript:Zt,object:{attrs:{data:null,type:null,name:null,usemap:null,form:null,width:null,height:null,typemustmatch:["typemustmatch"]}},ol:{attrs:{reversed:["reversed"],start:null,type:["1","a","A","i","I"]},children:["li","script","template","ul","ol"]},optgroup:{attrs:{disabled:["disabled"],label:null}},option:{attrs:{disabled:["disabled"],label:null,selected:["selected"],value:null}},output:{attrs:{for:null,form:null,name:null}},p:Zt,param:{attrs:{name:null,value:null}},pre:Zt,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:Zt,rt:Zt,ruby:Zt,samp:Zt,script:{attrs:{type:["text/javascript"],src:null,async:["async"],defer:["defer"],charset:N$}},section:Zt,select:{attrs:{form:null,name:null,size:null,autofocus:["autofocus"],disabled:["disabled"],multiple:["multiple"]}},slot:{attrs:{name:null}},small:Zt,source:{attrs:{src:null,type:null,media:null}},span:Zt,strong:Zt,style:{attrs:{type:["text/css"],media:null,scoped:null}},sub:Zt,summary:Zt,sup:Zt,table:Zt,tbody:Zt,td:{attrs:{colspan:null,rowspan:null,headers:null}},template:Zt,textarea:{attrs:{dirname:null,form:null,maxlength:null,name:null,placeholder:null,rows:null,cols:null,autofocus:["autofocus"],disabled:["disabled"],readonly:["readonly"],required:["required"],wrap:["soft","hard"]}},tfoot:Zt,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:Zt,time:{attrs:{datetime:null}},title:Zt,tr:Zt,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:null}},ul:{children:["li","script","template","ul","ol"]},var:Zt,video:{attrs:{src:null,poster:null,width:null,height:null,crossorigin:["anonymous","use-credentials"],preload:["auto","metadata","none"],autoplay:["autoplay"],mediagroup:["movie"],muted:["muted"],controls:["controls"]}},wbr:Zt},kI={accesskey:null,class:null,contenteditable:so,contextmenu:null,dir:["ltr","rtl","auto"],draggable:["true","false","auto"],dropzone:["copy","move","link","string:","file:"],hidden:["hidden"],id:null,inert:["inert"],itemid:null,itemprop:null,itemref:null,itemscope:["itemscope"],itemtype:null,lang:["ar","bn","de","en-GB","en-US","es","fr","hi","id","ja","pa","pt","ru","tr","zh"],spellcheck:so,autocorrect:so,autocapitalize:so,style:null,tabindex:null,title:null,translate:["yes","no"],rel:["stylesheet","alternate","author","bookmark","help","license","next","nofollow","noreferrer","prefetch","prev","search","tag"],role:"alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),"aria-activedescendant":null,"aria-atomic":so,"aria-autocomplete":["inline","list","both","none"],"aria-busy":so,"aria-checked":["true","false","mixed","undefined"],"aria-controls":null,"aria-describedby":null,"aria-disabled":so,"aria-dropeffect":null,"aria-expanded":["true","false","undefined"],"aria-flowto":null,"aria-grabbed":["true","false","undefined"],"aria-haspopup":so,"aria-hidden":so,"aria-invalid":["true","false","grammar","spelling"],"aria-label":null,"aria-labelledby":null,"aria-level":null,"aria-live":["off","polite","assertive"],"aria-multiline":so,"aria-multiselectable":so,"aria-owns":null,"aria-posinset":null,"aria-pressed":["true","false","mixed","undefined"],"aria-readonly":so,"aria-relevant":null,"aria-required":so,"aria-selected":["true","false","undefined"],"aria-setsize":null,"aria-sort":["ascending","descending","none","other"],"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null},$I="beforeunload copy cut dragstart dragover dragleave dragenter dragend drag paste focus blur change click load mousedown mouseenter mouseleave mouseup keydown keyup resize scroll unload".split(" ").map(o=>"on"+o);for(let o of $I)kI[o]=null;var Of;const SI=(Of=class{constructor(t,i){this.tags=Object.assign(Object.assign({},bH),t),this.globalAttrs=Object.assign(Object.assign({},kI),i),this.allTags=Object.keys(this.tags),this.globalAttrNames=Object.keys(this.globalAttrs)}},u(Of,"yu"),Of);b(SI,"Schema");let B1=SI;B1.default=new B1;function Md(o,t,i=o.length){if(!t)return"";let n=t.firstChild,r=n&&n.getChild("TagName");return r?o.sliceString(r.from,Math.min(r.to,i)):""}u(Md,"Ji$1");b(Md,"elementName");function Ad(o,t=!1){for(;o;o=o.parent)if(o.name=="Element")if(t)t=!1;else return o;return null}u(Ad,"er$1");b(Ad,"findParentElement");function s9(o,t,i){let n=i.tags[Md(o,Ad(t))];return(n==null?void 0:n.children)||i.allTags}u(s9,"dm$1");b(s9,"allowedChildren");function L2(o,t){let i=[];for(let n=Ad(t);n&&!n.type.isTop;n=Ad(n.parent)){let r=Md(o,n);if(r&&n.lastChild.name=="CloseTag")break;r&&i.indexOf(r)<0&&(t.name=="EndTag"||t.from>=n.firstChild.to)&&i.push(r)}return i}u(L2,"wh$1");b(L2,"openTags");const PI=/^[:\-\.\w\u00b7-\uffff]*$/;function R3(o,t,i,n,r){let a=/\s*>/.test(o.sliceDoc(r,r+5))?"":">",s=Ad(i,!0);return{from:n,to:r,options:s9(o.doc,s,t).map(c=>({label:c,type:"type"})).concat(L2(o.doc,i).map((c,d)=>({label:"/"+c,apply:"/"+c+a,type:"type",boost:99-d}))),validFor:/^\/?[:\-\.\w\u00b7-\uffff]*$/}}u(R3,"md$1");b(R3,"completeTag");function M3(o,t,i,n){let r=/\s*>/.test(o.sliceDoc(n,n+5))?"":">";return{from:i,to:n,options:L2(o.doc,t).map((a,s)=>({label:a,apply:a+r,type:"type",boost:99-s})),validFor:PI}}u(M3,"gd$1");b(M3,"completeCloseTag");function CI(o,t,i,n){let r=[],a=0;for(let s of s9(o.doc,i,t))r.push({label:"<"+s,type:"type"});for(let s of L2(o.doc,i))r.push({label:"</"+s+">",type:"type",boost:99-a++});return{from:n,to:n,options:r,validFor:/^<\/?[:\-\.\w\u00b7-\uffff]*$/}}u(CI,"jS");b(CI,"completeStartTag");function TI(o,t,i,n,r){let a=Ad(i),s=a?t.tags[Md(o.doc,a)]:null,c=s&&s.attrs?Object.keys(s.attrs):[],d=s&&s.globalAttrs===!1?c:c.length?c.concat(t.globalAttrNames):t.globalAttrNames;return{from:n,to:r,options:d.map(p=>({label:p,type:"property"})),validFor:PI}}u(TI,"qS");b(TI,"completeAttrName");function EI(o,t,i,n,r){var a;let s=(a=i.parent)===null||a===void 0?void 0:a.getChild("AttributeName"),c=[],d;if(s){let p=o.sliceDoc(s.from,s.to),m=t.globalAttrs[p];if(!m){let g=Ad(i),v=g?t.tags[Md(o.doc,g)]:null;m=(v==null?void 0:v.attrs)&&v.attrs[p]}if(m){let g=o.sliceDoc(n,r).toLowerCase(),v='"',O='"';/^['"]/.test(g)?(d=g[0]=='"'?/^[^"]*$/:/^[^']*$/,v="",O=o.sliceDoc(r,r+1)==g[0]?"":g[0],g=g.slice(1),n++):d=/^[^\s<>='"]*$/;for(let x of m)c.push({label:x,apply:v+x+O,type:"constant"})}}return{from:n,to:r,options:c,validFor:d}}u(EI,"zS");b(EI,"completeAttrValue");function l9(o,t){let{state:i,pos:n}=t,r=li(i).resolveInner(n,-1),a=r.resolve(n);for(let s=n,c;a==r&&(c=r.childBefore(s));){let d=c.lastChild;if(!d||!d.type.isError||d.from<d.to)break;a=r=c,s=d.from}return r.name=="TagName"?r.parent&&/CloseTag$/.test(r.parent.name)?M3(i,r,r.from,n):R3(i,o,r,r.from,n):r.name=="StartTag"?R3(i,o,r,n,n):r.name=="StartCloseTag"||r.name=="IncompleteCloseTag"?M3(i,r,n,n):r.name=="OpenTag"||r.name=="SelfClosingTag"||r.name=="AttributeName"?TI(i,o,r,r.name=="AttributeName"?r.from:n,n):r.name=="Is"||r.name=="AttributeValue"||r.name=="UnquotedAttributeValue"?EI(i,o,r,r.name=="Is"?n:r.from,n):t.explicit&&(a.name=="Element"||a.name=="Text"||a.name=="Document")?CI(i,o,r,n):null}u(l9,"pm$1");b(l9,"htmlCompletionFor");function QI(o){return l9(B1.default,o)}u(QI,"mm$1");b(QI,"htmlCompletionSource");function RI(o){let{extraTags:t,extraGlobalAttributes:i}=o,n=i||t?new B1(t,i):B1.default;return r=>l9(n,r)}u(RI,"gm$1");b(RI,"htmlCompletionSourceWith");const OH=ar.parser.configure({top:"SingleExpression"}),MI=[{tag:"script",attrs:b(o=>o.type=="text/typescript"||o.lang=="ts","attrs"),parser:mI.parser},{tag:"script",attrs:b(o=>o.type=="text/babel"||o.type=="text/jsx","attrs"),parser:yI.parser},{tag:"script",attrs:b(o=>o.type=="text/typescript-jsx","attrs"),parser:gI.parser},{tag:"script",attrs(o){return/^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(o.type)},parser:OH},{tag:"script",attrs(o){return!o.type||/^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(o.type)},parser:ar.parser},{tag:"style",attrs(o){return(!o.lang||o.lang=="css")&&(!o.type||/^(text\/)?(x-)?(stylesheet|css)$/i.test(o.type))},parser:LO.parser}],AI=[{name:"style",parser:LO.parser.configure({top:"Styles"})}].concat($I.map(o=>({name:o,parser:ar.parser}))),zI=$4.define({name:"html",parser:uX.configure({props:[Cv.add({Element(o){let t=/^(\s*)(<\/)?/.exec(o.textAfter);return o.node.to<=o.pos+t[0].length?o.continue():o.lineIndent(o.node.from)+(t[2]?0:o.unit)},"OpenTag CloseTag SelfClosingTag"(o){return o.column(o.node.from)+o.unit},Document(o){if(o.pos+/\s*/.exec(o.textAfter)[0].length<o.node.to)return o.continue();let t=null,i;for(let n=o.node;;){let r=n.lastChild;if(!r||r.name!="Element"||r.to!=n.to)break;t=n=r}return t&&!((i=t.lastChild)&&(i.name=="CloseTag"||i.name=="SelfClosingTag"))?o.lineIndent(t.from)+o.unit:null}}),Tv.add({Element(o){let t=o.firstChild,i=o.lastChild;return!t||t.name!="OpenTag"?null:{from:t.to,to:i.name=="CloseTag"?i.from:o.to}}}),u_.add({"OpenTag CloseTag":b(o=>o.getChild("TagName"),"OpenTag CloseTag")})]}),languageData:{commentTokens:{block:{open:"<!--",close:"-->"}},indentOnInput:/^\s*<\/\w+\W$/,wordChars:"-._"}}),Fb=zI.configure({wrap:i9(MI,AI)});function _I(o={}){let t="",i;o.matchClosingTags===!1&&(t="noMatch"),o.selfClosingTags===!0&&(t=(t?t+" ":"")+"selfClosing"),(o.nestedLanguages&&o.nestedLanguages.length||o.nestedAttributes&&o.nestedAttributes.length)&&(i=i9((o.nestedLanguages||[]).concat(MI),(o.nestedAttributes||[]).concat(AI)));let n=i?zI.configure({wrap:i,dialect:t}):t?Fb.configure({dialect:t}):Fb;return new eg(n,[Fb.data.of({autocomplete:RI(o)}),o.autoCloseTags!==!1?xH:[],bI().support,sI().support])}u(_I,"Sm$1");b(_I,"html");const T6=new Set("area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")),xH=le.inputHandler.of((o,t,i,n,r)=>{if(o.composing||o.state.readOnly||t!=i||n!=">"&&n!="/"||!Fb.isActiveAt(o.state,t,-1))return!1;let a=r(),{state:s}=a,c=s.changeByRange(d=>{var p,m,g;let v=s.doc.sliceString(d.from-1,d.to)==n,{head:O}=d,x=li(s).resolveInner(O,-1),T;if(v&&n==">"&&x.name=="EndTag"){let R=x.parent;if(((m=(p=R.parent)===null||p===void 0?void 0:p.lastChild)===null||m===void 0?void 0:m.name)!="CloseTag"&&(T=Md(s.doc,R.parent,O))&&!T6.has(T)){let C=O+(s.doc.sliceString(O,O+1)===">"?1:0),z=`</${T}>`;return{range:d,changes:{from:O,to:C,insert:z}}}}else if(v&&n=="/"&&x.name=="IncompleteCloseTag"){let R=x.parent;if(x.from==O-2&&((g=R.lastChild)===null||g===void 0?void 0:g.name)!="CloseTag"&&(T=Md(s.doc,R,O))&&!T6.has(T)){let C=O+(s.doc.sliceString(O,O+1)===">"?1:0),z=`${T}>`;return{range:Ct.cursor(O+z.length,-1),changes:{from:O,to:C,insert:z}}}}return{range:d}});return c.changes.empty?!1:(o.dispatch([a,s.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)}),LI=Pv({commentTokens:{block:{open:"<!--",close:"-->"}}}),II=new oe,WI=uB.configure({props:[Tv.add(o=>!o.is("Block")||o.is("Document")||WO(o)!=null||DI(o)?void 0:(t,i)=>({from:i.doc.lineAt(t.from).to,to:t.to})),II.add(WO),Cv.add({Document:b(()=>null,"Document")}),Gs.add({Document:LI})]});function WO(o){let t=/^(?:ATX|Setext)Heading(\d)$/.exec(o.name);return t?+t[1]:void 0}u(WO,"Ia$1");b(WO,"isHeading");function DI(o){return o.name=="OrderedList"||o.name=="BulletList"}u(DI,"NS");b(DI,"isList");function VI(o,t){let i=o;for(;;){let n=i.nextSibling,r;if(!n||(r=WO(n.type))!=null&&r<=t)break;i=n}return i.to}u(VI,"GS");b(VI,"findSectionEnd");const kH=hF.of((o,t,i)=>{for(let n=li(o).resolveInner(i,-1);n&&!(n.from<t);n=n.parent){let r=n.type.prop(II);if(r==null)continue;let a=VI(n,r);if(a>i)return{from:i,to:a}}return null});function I2(o){return new yo(LI,o,[kH],"markdown")}u(I2,"Qh$1");b(I2,"mkLang");const $H=I2(WI),SH=WI.configure([bB,xB,OB,kB,{props:[Tv.add({Table:b((o,t)=>({from:t.doc.lineAt(o.from).to,to:o.to}),"Table")})]}]),UI=I2(SH);function ZI(o,t){return i=>{if(i&&o){let n=null;if(i=/\S*/.exec(i)[0],typeof o=="function"?n=o(i):n=KT.matchLanguageName(o,i,!0),n instanceof KT)return n.support?n.support.language.parser:PO.getSkippingParser(n.load());if(n)return n.parser}return t?t.parser:null}}u(ZI,"KS");b(ZI,"getCodeParser");var xf;const NI=(xf=class{constructor(t,i,n,r,a,s,c){this.node=t,this.from=i,this.to=n,this.spaceBefore=r,this.spaceAfter=a,this.type=s,this.item=c}blank(t,i=!0){let n=this.spaceBefore+(this.node.name=="Blockquote"?">":"");if(t!=null){for(;n.length<t;)n+=" ";return n}else{for(let r=this.to-this.from-n.length-this.spaceAfter.length;r>0;r--)n+=" ";return n+(i?this.spaceAfter:"")}}marker(t,i){let n=this.node.name=="OrderedList"?String(+d9(this.item,t)[2]+i):"";return this.spaceBefore+n+this.type+this.spaceAfter}},u(xf,"Su"),xf);b(NI,"Context");let bb=NI;function c9(o,t){let i=[];for(let r=o;r&&r.name!="Document";r=r.parent)(r.name=="ListItem"||r.name=="Blockquote"||r.name=="FencedCode")&&i.push(r);let n=[];for(let r=i.length-1;r>=0;r--){let a=i[r],s,c=t.lineAt(a.from),d=a.from-c.from;if(a.name=="FencedCode")n.push(new bb(a,d,d,"","","",null));else if(a.name=="Blockquote"&&(s=/^ *>( ?)/.exec(c.text.slice(d))))n.push(new bb(a,d,d+s[0].length,"",s[1],">",null));else if(a.name=="ListItem"&&a.parent.name=="OrderedList"&&(s=/^( *)\d+([.)])( *)/.exec(c.text.slice(d)))){let p=s[3],m=s[0].length;p.length>=4&&(p=p.slice(0,p.length-4),m-=4),n.push(new bb(a.parent,d,d+m,s[1],p,s[2],a))}else if(a.name=="ListItem"&&a.parent.name=="BulletList"&&(s=/^( *)([-+*])( {1,4}\[[ xX]\])?( +)/.exec(c.text.slice(d)))){let p=s[4],m=s[0].length;p.length>4&&(p=p.slice(0,p.length-4),m-=4);let g=s[2];s[3]&&(g+=s[3].replace(/[xX]/," ")),n.push(new bb(a.parent,d,d+m,s[1],p,g,a))}}return n}u(c9,"Rm$1");b(c9,"getContext");function d9(o,t){return/^(\s*)(\d+)(?=[.)])/.exec(t.sliceString(o.from,o.from+10))}u(d9,"$m$1");b(d9,"itemNumber");function Bb(o,t,i,n=0){for(let r=-1,a=o;;){if(a.name=="ListItem"){let c=d9(a,t),d=+c[2];if(r>=0){if(d!=r+1)return;i.push({from:a.from+c[1].length,to:a.from+c[0].length,insert:String(r+2+n)})}r=d}let s=a.nextSibling;if(!s)break;a=s}}u(Bb,"Bo$1");b(Bb,"renumberList");function W2(o,t){let i=/^[ \t]*/.exec(o)[0].length;if(!i||t.facet(C2)!=" ")return o;let n=kl(o,4,i),r="";for(let a=n;a>0;)a>=4?(r+=" ",a-=4):(r+=" ",a--);return r+o.slice(i)}u(W2,"Rh$1");b(W2,"normalizeIndent");const PH=b(({state:o,dispatch:t})=>{let i=li(o),{doc:n}=o,r=null,a=o.changeByRange(s=>{if(!s.empty||!UI.isActiveAt(o,s.from))return r={range:s};let c=s.from,d=n.lineAt(c),p=c9(i.resolveInner(c,-1),n);for(;p.length&&p[p.length-1].from>c-d.from;)p.pop();if(!p.length)return r={range:s};let m=p[p.length-1];if(m.to-m.spaceAfter.length>c-d.from)return r={range:s};let g=c>=m.to-m.spaceAfter.length&&!/\S/.test(d.text.slice(m.to));if(m.item&&g){let R=m.node.firstChild,C=m.node.getChild("ListItem","ListItem");if(R.to>=c||C&&C.to<c||d.from>0&&!/[^\s>]/.test(n.lineAt(d.from-1).text)){let z=p.length>1?p[p.length-2]:null,q,W="";z&&z.item?(q=d.from+z.from,W=z.marker(n,1)):q=d.from+(z?z.to:0);let D=[{from:q,to:c,insert:W}];return m.node.name=="OrderedList"&&Bb(m.item,n,D,-2),z&&z.node.name=="OrderedList"&&Bb(z.item,n,D),{range:Ct.cursor(q+W.length),changes:D}}else{let z=z3(p,o,d);return{range:Ct.cursor(c+z.length+1),changes:{from:d.from,insert:z+o.lineBreak}}}}if(m.node.name=="Blockquote"&&g&&d.from){let R=n.lineAt(d.from-1),C=/>\s*$/.exec(R.text);if(C&&C.index==m.from){let z=o.changes([{from:R.from+C.index,to:R.to},{from:d.from+m.from,to:d.to}]);return{range:s.map(z),changes:z}}}let v=[];m.node.name=="OrderedList"&&Bb(m.item,n,v);let O=m.item&&m.item.from<d.from,x="";if(!O||/^[\s\d.)\-+*>]*/.exec(d.text)[0].length>=m.to)for(let R=0,C=p.length-1;R<=C;R++)x+=R==C&&!O?p[R].marker(n,1):p[R].blank(R<C?kl(d.text,4,p[R+1].from)-x.length:null);let T=c;for(;T>d.from&&/\s/.test(d.text.charAt(T-d.from-1));)T--;return x=W2(x,o),qI(m.node,o.doc)&&(x=z3(p,o,d)+o.lineBreak+x),v.push({from:T,to:c,insert:o.lineBreak+x}),{range:Ct.cursor(T+x.length+1),changes:v}});return r?!1:(t(o.update(a,{scrollIntoView:!0,userEvent:"input"})),!0)},"insertNewlineContinueMarkup");function A3(o){return o.name=="QuoteMark"||o.name=="ListMark"}u(A3,"yd$1");b(A3,"isMark");function qI(o,t){if(o.name!="OrderedList"&&o.name!="BulletList")return!1;let i=o.firstChild,n=o.getChild("ListItem","ListItem");if(!n)return!1;let r=t.lineAt(i.to),a=t.lineAt(n.from),s=/^[\s>]*$/.test(r.text);return r.number+(s?0:1)<a.number}u(qI,"JS");b(qI,"nonTightList");function z3(o,t,i){let n="";for(let r=0,a=o.length-2;r<=a;r++)n+=o[r].blank(r<a?kl(i.text,4,o[r+1].from)-n.length:null,r<a);return W2(n,t)}u(z3,"Sd$1");b(z3,"blankLine");function jI(o,t){let i=o.resolveInner(t,-1),n=t;A3(i)&&(n=i.from,i=i.parent);for(let r;r=i.childBefore(n);)if(A3(r))n=r.from;else if(r.name=="OrderedList"||r.name=="BulletList")i=r.lastChild,n=i.to;else break;return i}u(jI,"eP");b(jI,"contextNodeForDelete");const CH=b(({state:o,dispatch:t})=>{let i=li(o),n=null,r=o.changeByRange(a=>{let s=a.from,{doc:c}=o;if(a.empty&&UI.isActiveAt(o,a.from)){let d=c.lineAt(s),p=c9(jI(i,s),c);if(p.length){let m=p[p.length-1],g=m.to-m.spaceAfter.length+(m.spaceAfter?1:0);if(s-d.from>g&&!/\S/.test(d.text.slice(g,s-d.from)))return{range:Ct.cursor(d.from+g),changes:{from:d.from+g,to:s}};if(s-d.from==g&&(!m.item||d.from<=m.item.from||!/\S/.test(d.text.slice(0,m.to)))){let v=d.from+m.from;if(m.item&&m.node.from<m.item.from&&/\S/.test(d.text.slice(m.from,m.to))){let O=m.blank(kl(d.text,4,m.to)-kl(d.text,4,m.from));return v==d.from&&(O=W2(O,o)),{range:Ct.cursor(v+O.length),changes:{from:v,to:d.from+m.to,insert:O}}}if(v<s)return{range:Ct.cursor(v),changes:{from:v,to:s}}}}}return n={range:a}});return n?!1:(t(o.update(r,{scrollIntoView:!0,userEvent:"delete"})),!0)},"deleteMarkupBackward"),TH=[{key:"Enter",run:PH},{key:"Backspace",run:CH}],_3=_I({matchClosingTags:!1});function EH(o={}){let{codeLanguages:t,defaultCodeLanguage:i,addKeymap:n=!0,base:{parser:r}=$H,completeHTMLTags:a=!0}=o;if(!(r instanceof uL))throw new RangeError("Base parser provided to `markdown` should be a Markdown parser");let s=o.extensions?[o.extensions]:[],c=[_3.support],d;i instanceof eg?(c.push(i.support),d=i.language):i&&(d=i);let p=t||d?ZI(t,d):void 0;s.push($L({codeParser:p,htmlParser:_3.language.parser})),n&&c.push(Bd.high(x2.of(TH)));let m=I2(r.configure(s));return a&&c.push(m.data.of({autocomplete:FI})),new eg(m,c)}u(EH,"Zm$1");b(EH,"markdown");function FI(o){let{state:t,pos:i}=o,n=/<[:\-\.\w\u00b7-\uffff]*$/.exec(t.sliceDoc(i-25,i));if(!n)return null;let r=li(t).resolveInner(i,-1);for(;r&&!r.type.isTop;){if(r.name=="CodeBlock"||r.name=="FencedCode"||r.name=="ProcessingInstructionBlock"||r.name=="CommentBlock"||r.name=="Link"||r.name=="Image")return null;r=r.parent}return{from:i-n[0].length,to:i,options:BI(),validFor:/^<[:\-\.\w\u00b7-\uffff]*$/}}u(FI,"tP");b(FI,"htmlTagCompletion");let F$=null;function BI(){if(F$)return F$;let o=QI(new A4(Wi.create({extensions:_3}),0,!0));return F$=o?o.options:[]}u(BI,"iP");b(BI,"htmlTagCompletions");function QH(o){return new eg(gF.define(o))}u(QH,"w");b(QH,"legacy");function RH(o){return import(new URL("./@codemirror/lang-sql/dist/index.js",typeof WEAVY_IMPORT_URL=="string"&&(!(typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href)||!new URL(typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href).href.startsWith(WEAVY_IMPORT_URL))?WEAVY_IMPORT_URL:typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href).href).then(t=>t.sql({dialect:t[o]}))}u(RH,"Ot$1");b(RH,"sql");function MH(o,t){return({state:i,dispatch:n})=>{if(i.readOnly)return!1;let r=o(t,i);return r?(n(i.update(r)),!0):!1}}u(MH,"$h$1");b(MH,"command");function h9(o,t){let i=o.languageDataAt("commentTokens",t);return i.length?i[0]:{}}u(h9,"vh$1");b(h9,"getConfig");const zw=50;function XI(o,{open:t,close:i},n,r){let a=o.sliceDoc(n-zw,n),s=o.sliceDoc(r,r+zw),c=/\s*$/.exec(a)[0].length,d=/^\s*/.exec(s)[0].length,p=a.length-c;if(a.slice(p-t.length,p)==t&&s.slice(d,d+i.length)==i)return{open:{pos:n-c,margin:c&&1},close:{pos:r+d,margin:d&&1}};let m,g;r-n<=2*zw?m=g=o.sliceDoc(n,r):(m=o.sliceDoc(n,n+zw),g=o.sliceDoc(r-zw,r));let v=/^\s*/.exec(m)[0].length,O=/\s*$/.exec(g)[0].length,x=g.length-O-i.length;return m.slice(v,v+t.length)==t&&g.slice(x,x+i.length)==i?{open:{pos:n+v+t.length,margin:/\s/.test(m.charAt(v+t.length))?1:0},close:{pos:r-O-i.length,margin:/\s/.test(g.charAt(x-1))?1:0}}:null}u(XI,"hP");b(XI,"findBlockComment");function AH(o){let t=[];for(let i of o.selection.ranges){let n=o.doc.lineAt(i.from),r=i.to<=n.to?n:o.doc.lineAt(i.to),a=t.length-1;a>=0&&t[a].to>n.from?t[a].to=r.to:t.push({from:n.from+/^\s*/.exec(n.text)[0].length,to:r.to})}return t}u(AH,"fP");b(AH,"selectedLineRanges");function zH(o,t,i=t.selection.ranges){let n=i.map(a=>h9(t,a.from).block);if(!n.every(a=>a))return null;let r=i.map((a,s)=>XI(t,n[s],a.from,a.to));if(o!=2&&!r.every(a=>a))return{changes:t.changes(i.map((a,s)=>r[s]?[]:[{from:a.from,insert:n[s].open+" "},{from:a.to,insert:" "+n[s].close}]))};if(o!=1&&r.some(a=>a)){let a=[];for(let s=0,c;s<r.length;s++)if(c=r[s]){let d=n[s],{open:p,close:m}=c;a.push({from:p.pos-d.open.length,to:p.pos+p.margin},{from:m.pos-m.margin,to:m.pos+d.close.length})}return{changes:a}}return null}u(zH,"Wm$1");b(zH,"changeBlockComment");function _H(o,t,i=t.selection.ranges){let n=[],r=-1;for(let{from:a,to:s}of i){let c=n.length,d=1e9,p=h9(t,a).line;if(p){for(let m=a;m<=s;){let g=t.doc.lineAt(m);if(g.from>r&&(a==s||s>g.from)){r=g.from;let v=/^\s*/.exec(g.text)[0].length,O=v==g.length,x=g.text.slice(v,v+p.length)==p?v:-1;v<g.text.length&&v<d&&(d=v),n.push({line:g,comment:x,token:p,indent:v,empty:O,single:!1})}m=g.to+1}if(d<1e9)for(let m=c;m<n.length;m++)n[m].indent<n[m].line.text.length&&(n[m].indent=d);n.length==c+1&&(n[c].single=!0)}}if(o!=2&&n.some(a=>a.comment<0&&(!a.empty||a.single))){let a=[];for(let{line:c,token:d,indent:p,empty:m,single:g}of n)(g||!m)&&a.push({from:c.from+p,insert:d+" "});let s=t.changes(a);return{changes:s,selection:t.selection.map(s,1)}}else if(o!=1&&n.some(a=>a.comment>=0)){let a=[];for(let{line:s,comment:c,token:d}of n)if(c>=0){let p=s.from+c,m=p+d.length;s.text[m-s.from]==" "&&m++,a.push({from:p,to:m})}return{changes:a}}return null}u(_H,"uP");b(_H,"changeLineComment");const L3=hs.define(),LH=hs.define(),IH=Kt.define(),HI=Kt.define({combine(o){return DC(o,{minDepth:100,newGroupDelay:500,joinToEvent:b((t,i)=>i,"joinToEvent")},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:b((t,i)=>(n,r)=>t(n,r)||i(n,r),"joinToEvent")})}}),YI=ds.define({create(){return P1.empty},update(o,t){let i=t.state.facet(HI),n=t.annotation(L3);if(n){let d=ja.fromTransaction(t,n.selection),p=n.side,m=p==0?o.undone:o.done;return d?m=X1(m,m.length,i.minDepth,d):m=f9(m,t.startState.selection),new P1(p==0?n.rest:m,p==0?m:n.rest)}let r=t.annotation(LH);if((r=="full"||r=="before")&&(o=o.isolate()),t.annotation(Rn.addToHistory)===!1)return t.changes.empty?o:o.addMapping(t.changes.desc);let a=ja.fromTransaction(t),s=t.annotation(Rn.time),c=t.annotation(Rn.userEvent);return a?o=o.addChanges(a,s,c,i,t):t.selection&&(o=o.addSelection(t.startState.selection,s,c,i.newGroupDelay)),(r=="full"||r=="after")&&(o=o.isolate()),o},toJSON(o){return{done:o.done.map(t=>t.toJSON()),undone:o.undone.map(t=>t.toJSON())}},fromJSON(o){return new P1(o.done.map(ja.fromJSON),o.undone.map(ja.fromJSON))}});function WH(o={}){return[YI,HI.of(o),le.domEventHandlers({beforeinput(t,i){let n=t.inputType=="historyUndo"?DH:t.inputType=="historyRedo"?VH:null;return n?(t.preventDefault(),n(i)):!1}})]}u(WH,"OP");b(WH,"history");function u9(o,t){return function({state:i,dispatch:n}){if(!t&&i.readOnly)return!1;let r=i.field(YI,!1);if(!r)return!1;let a=r.pop(o,i,t);return a?(n(a),!0):!1}}u(u9,"go$1");b(u9,"cmd");const DH=u9(0,!1),VH=u9(1,!1);var Gr;const GI=(Gr=class{constructor(t,i,n,r,a){this.changes=t,this.effects=i,this.mapped=n,this.startSelection=r,this.selectionsAfter=a}setSelAfter(t){return new Gr(this.changes,this.effects,this.mapped,this.startSelection,t)}toJSON(){var t,i,n;return{changes:(t=this.changes)===null||t===void 0?void 0:t.toJSON(),mapped:(i=this.mapped)===null||i===void 0?void 0:i.toJSON(),startSelection:(n=this.startSelection)===null||n===void 0?void 0:n.toJSON(),selectionsAfter:this.selectionsAfter.map(r=>r.toJSON())}}static fromJSON(t){return new Gr(t.changes&&dr.fromJSON(t.changes),[],t.mapped&&Gh.fromJSON(t.mapped),t.startSelection&&Ct.fromJSON(t.startSelection),t.selectionsAfter.map(Ct.fromJSON))}static fromTransaction(t,i){let n=Ao;for(let r of t.startState.facet(IH)){let a=r(t);a.length&&(n=n.concat(a))}return!n.length&&t.changes.empty?null:new Gr(t.changes.invert(t.startState.doc),n,void 0,i||t.startState.selection,Ao)}static selection(t){return new Gr(void 0,Ao,void 0,void 0,t)}},u(Gr,"Ft"),Gr);b(GI,"HistEvent");let ja=GI;function X1(o,t,i,n){let r=t+1>i+20?t-i-1:0,a=o.slice(r,t);return a.push(n),a}u(X1,"Us");b(X1,"updateBranch");function KI(o,t){let i=[],n=!1;return o.iterChangedRanges((r,a)=>i.push(r,a)),t.iterChangedRanges((r,a,s,c)=>{for(let d=0;d<i.length;){let p=i[d++],m=i[d++];c>=p&&s<=m&&(n=!0)}}),n}u(KI,"gP");b(KI,"isAdjacent");function JI(o,t){return o.ranges.length==t.ranges.length&&o.ranges.filter((i,n)=>i.empty!=t.ranges[n].empty).length===0}u(JI,"bP");b(JI,"eqSelectionShape");function p9(o,t){return o.length?t.length?o.concat(t):o:t}u(p9,"Mm$1");b(p9,"conc");const Ao=[],UH=200;function f9(o,t){if(o.length){let i=o[o.length-1],n=i.selectionsAfter.slice(Math.max(0,i.selectionsAfter.length-UH));return n.length&&n[n.length-1].eq(t)?o:(n.push(t),X1(o,o.length-1,1e9,i.setSelAfter(n)))}else return[ja.selection([t])]}u(f9,"Ym$1");b(f9,"addSelection");function tW(o){let t=o[o.length-1],i=o.slice();return i[o.length-1]=t.setSelAfter(t.selectionsAfter.slice(0,t.selectionsAfter.length-1)),i}u(tW,"SP");b(tW,"popSelection");function Xb(o,t){if(!o.length)return o;let i=o.length,n=Ao;for(;i;){let r=eW(o[i-1],t,n);if(r.changes&&!r.changes.empty||r.effects.length){let a=o.slice(0,i);return a[i-1]=r,a}else t=r.mapped,i--,n=r.selectionsAfter}return n.length?[ja.selection(n)]:Ao}u(Xb,"Go$1");b(Xb,"addMappingToBranch");function eW(o,t,i){let n=p9(o.selectionsAfter.length?o.selectionsAfter.map(c=>c.map(t)):Ao,i);if(!o.changes)return ja.selection(n);let r=o.changes.map(t),a=t.mapDesc(o.changes,!0),s=o.mapped?o.mapped.composeDesc(a):a;return new ja(r,Ne.mapEffects(o.effects,t),s,o.startSelection.map(a),n)}u(eW,"PP");b(eW,"mapEvent");const ZH=/^(input\.type|delete)($|\.)/;var Kr;const iW=(Kr=class{constructor(t,i,n=0,r=void 0){this.done=t,this.undone=i,this.prevTime=n,this.prevUserEvent=r}isolate(){return this.prevTime?new Kr(this.done,this.undone):this}addChanges(t,i,n,r,a){let s=this.done,c=s[s.length-1];return c&&c.changes&&!c.changes.empty&&t.changes&&(!n||ZH.test(n))&&(!c.selectionsAfter.length&&i-this.prevTime<r.newGroupDelay&&r.joinToEvent(a,KI(c.changes,t.changes))||n=="input.type.compose")?s=X1(s,s.length-1,r.minDepth,new ja(t.changes.compose(c.changes),p9(Ne.mapEffects(t.effects,c.changes),c.effects),c.mapped,c.startSelection,Ao)):s=X1(s,s.length,r.minDepth,t),new Kr(s,Ao,i,n)}addSelection(t,i,n,r){let a=this.done.length?this.done[this.done.length-1].selectionsAfter:Ao;return a.length>0&&i-this.prevTime<r&&n==this.prevUserEvent&&n&&/^select($|\.)/.test(n)&&JI(a[a.length-1],t)?this:new Kr(f9(this.done,t),this.undone,i,n)}addMapping(t){return new Kr(Xb(this.done,t),Xb(this.undone,t),this.prevTime,this.prevUserEvent)}pop(t,i,n){let r=t==0?this.done:this.undone;if(r.length==0)return null;let a=r[r.length-1],s=a.selectionsAfter[0]||i.selection;if(n&&a.selectionsAfter.length)return i.update({selection:a.selectionsAfter[a.selectionsAfter.length-1],annotations:L3.of({side:t,rest:tW(r),selection:s}),userEvent:t==0?"select.undo":"select.redo",scrollIntoView:!0});if(a.changes){let c=r.length==1?Ao:r.slice(0,r.length-1);return a.mapped&&(c=Xb(c,a.mapped)),i.update({changes:a.changes,selection:a.startSelection,effects:a.effects,annotations:L3.of({side:t,rest:c,selection:s}),filter:!1,userEvent:t==0?"undo":"redo",scrollIntoView:!0})}else return null}},u(Kr,"Ht"),Kr);b(iW,"HistoryState");let P1=iW;P1.empty=new P1(Ao,Ao);function Qv(o,t){return Ct.create(o.ranges.map(t),o.mainIndex)}u(Qv,"ir$1");b(Qv,"updateSel");function Rv(o,t){return o.update({selection:t,scrollIntoView:!0,userEvent:"select"})}u(Rv,"st$1");b(Rv,"setSel");function D2({state:o,dispatch:t},i){let n=Qv(o.selection,i);return n.eq(o.selection,!0)?!1:(t(Rv(o,n)),!0)}u(D2,"ze$1");b(D2,"moveSel");function Mv(o,t){return Ct.cursor(t?o.to:o.from)}u(Mv,"bo$1");b(Mv,"rangeEnd");function NH(o,t){return D2(o,i=>i.empty?o.moveByChar(i,t):Mv(i,t))}u(NH,"Cm$1");b(NH,"cursorByChar");function qH(o){return o.textDirectionAt(o.state.selection.main.head)==Mi.LTR}u(qH,"ae$1");b(qH,"ltrAtCursor");function jH(o,t){return D2(o,i=>i.empty?o.moveByGroup(i,t):Mv(i,t))}u(jH,"Xm$1");b(jH,"cursorByGroup");function nW(o,t,i){if(t.type.prop(i))return!0;let n=t.to-t.from;return n&&(n>2||/[^\s,.;:]/.test(o.sliceDoc(t.from,t.to)))||t.firstChild}u(nW,"RP");b(nW,"interestingNode");function FH(o,t,i){let n=li(o).resolveInner(t.head),r=i?oe.closedBy:oe.openedBy;for(let d=t.head;;){let p=i?n.childAfter(d):n.childBefore(d);if(!p)break;nW(o,p,r)?n=p:d=i?p.to:p.from}let a=n.type.prop(r),s,c;return a&&(s=i?_c(o,n.from,1):_c(o,n.to,-1))&&s.matched?c=i?s.end.to:s.end.from:c=i?n.to:n.from,Ct.cursor(c,i?-1:1)}u(FH,"yo$1");b(FH,"moveBySyntax");function BH(o,t){return D2(o,i=>{if(!i.empty)return Mv(i,t);let n=o.moveVertically(i,t);return n.head!=i.head?n:o.moveToLineBoundary(i,t)})}u(BH,"Im$1");b(BH,"cursorByLine");function m9(o){let t=o.scrollDOM.clientHeight<o.scrollDOM.scrollHeight-2,i=0,n=0,r;if(t){for(let a of o.state.facet(le.scrollMargins)){let s=a(o);s!=null&&s.top&&(i=Math.max(s==null?void 0:s.top,i)),s!=null&&s.bottom&&(n=Math.max(s==null?void 0:s.bottom,n))}r=o.scrollDOM.clientHeight-i-n}else r=(o.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:i,marginBottom:n,selfScroll:t,height:Math.max(o.defaultLineHeight,r-5)}}u(m9,"zm$1");b(m9,"pageInfo");function XH(o,t){let i=m9(o),{state:n}=o,r=Qv(n.selection,s=>s.empty?o.moveVertically(s,t,i.height):Mv(s,t));if(r.eq(n.selection))return!1;let a;if(i.selfScroll){let s=o.coordsAtPos(n.selection.main.head),c=o.scrollDOM.getBoundingClientRect(),d=c.top+i.marginTop,p=c.bottom-i.marginBottom;s&&s.top>d&&s.bottom<p&&(a=le.scrollIntoView(r.main.head,{y:"start",yMargin:s.top-d}))}return o.dispatch(Rv(n,r),{effects:a}),!0}u(XH,"Dm$1");b(XH,"cursorByPage");function HH(o,t,i){let n=o.lineBlockAt(t.head),r=o.moveToLineBoundary(t,i);if(r.head==t.head&&r.head!=(i?n.to:n.from)&&(r=o.moveToLineBoundary(t,i,!1)),!i&&r.head==n.from&&n.length){let a=/^\s*/.exec(o.state.sliceDoc(n.from,Math.min(n.from+100,n.to)))[0].length;a&&t.head!=n.from+a&&(r=Ct.cursor(n.from+a))}return r}u(HH,"Yt$1");b(HH,"moveByLineBoundary");function YH(o,t,i){let n=!1,r=Qv(o.selection,a=>{let s=_c(o,a.head,-1)||_c(o,a.head,1)||a.head>0&&_c(o,a.head-1,1)||a.head<o.doc.length&&_c(o,a.head+1,-1);if(!s||!s.end)return a;n=!0;let c=s.start.from==a.head?s.end.to:s.end.from;return Ct.cursor(c)});return n?(t(Rv(o,r)),!0):!1}u(YH,"_P");b(YH,"toMatchingBracket");function Av(o,t){let i=Qv(o.state.selection,n=>{let r=t(n);return Ct.range(n.anchor,r.head,r.goalColumn,r.bidiLevel||void 0)});return i.eq(o.state.selection)?!1:(o.dispatch(Rv(o.state,i)),!0)}u(Av,"Ye$1");b(Av,"extendSel");function GH(o,t){return Av(o,i=>o.moveByChar(i,t))}u(GH,"Bm$1");b(GH,"selectByChar");function KH(o,t){return Av(o,i=>o.moveByGroup(i,t))}u(KH,"Fm$1");b(KH,"selectByGroup");function JH(o,t){return Av(o,i=>o.moveVertically(i,t))}u(JH,"Hm$1");b(JH,"selectByLine");function tY(o,t){return Av(o,i=>o.moveVertically(i,t,m9(o).height))}u(tY,"eg$1");b(tY,"selectByPage");function eY(o,t){if(o.state.readOnly)return!1;let i="delete.selection",{state:n}=o,r=n.changeByRange(a=>{let{from:s,to:c}=a;if(s==c){let d=t(a);d<s?(i="delete.backward",d=h1(o,d,!1)):d>s&&(i="delete.forward",d=h1(o,d,!0)),s=Math.min(s,d),c=Math.max(c,d)}else s=h1(o,s,!1),c=h1(o,c,!0);return s==c?{range:a}:{changes:{from:s,to:c},range:Ct.cursor(s,s<a.head?-1:1)}});return r.changes.empty?!1:(o.dispatch(n.update(r,{scrollIntoView:!0,userEvent:i,effects:i=="delete.selection"?le.announce.of(n.phrase("Selection deleted")):void 0})),!0)}u(eY,"yn$1");b(eY,"deleteBy");function h1(o,t,i){if(o instanceof le)for(let n of o.state.facet(le.atomicRanges).map(r=>r(o)))n.between(t,t,(r,a)=>{r<t&&a>t&&(t=i?a:r)});return t}u(h1,"En$1");b(h1,"skipAtomic");function y9(o){let t=[],i=-1;for(let n of o.selection.ranges){let r=o.doc.lineAt(n.from),a=o.doc.lineAt(n.to);if(!n.empty&&n.to==a.from&&(a=o.doc.lineAt(n.to-1)),i>=r.number){let s=t[t.length-1];s.to=a.to,s.ranges.push(n)}else t.push({from:r.from,to:a.to,ranges:[n]});i=a.number+1}return t}u(y9,"So$1");b(y9,"selectedLineBlocks");function iY(o,t,i){if(o.readOnly)return!1;let n=[],r=[];for(let a of y9(o)){if(i?a.to==o.doc.length:a.from==0)continue;let s=o.doc.lineAt(i?a.to+1:a.from-1),c=s.length+1;if(i){n.push({from:a.to,to:s.to},{from:a.from,insert:s.text+o.lineBreak});for(let d of a.ranges)r.push(Ct.range(Math.min(o.doc.length,d.anchor+c),Math.min(o.doc.length,d.head+c)))}else{n.push({from:s.from,to:a.from},{from:a.to,insert:o.lineBreak+s.text});for(let d of a.ranges)r.push(Ct.range(d.anchor-c,d.head-c))}}return n.length?(t(o.update({changes:n,scrollIntoView:!0,selection:Ct.create(r,o.selection.mainIndex),userEvent:"move.line"})),!0):!1}u(iY,"sg$1");b(iY,"moveLine");function nY(o,t,i){if(o.readOnly)return!1;let n=[];for(let r of y9(o))i?n.push({from:r.from,insert:o.doc.slice(r.from,r.to)+o.lineBreak}):n.push({from:r.to,insert:o.lineBreak+o.doc.slice(r.from,r.to)});return t(o.update({changes:n,scrollIntoView:!0,userEvent:"input.copyline"})),!0}u(nY,"og$1");b(nY,"copyLine");function oW(o,t){if(/\(\)|\[\]|\{\}/.test(o.sliceDoc(t-1,t+1)))return{from:t,to:t};let i=li(o).resolveInner(t),n=i.childBefore(t),r=i.childAfter(t),a;return n&&r&&n.to<=t&&r.from>=t&&(a=n.type.prop(oe.closedBy))&&a.indexOf(r.name)>-1&&o.doc.lineAt(n.to).from==o.doc.lineAt(r.from).from&&!/\S/.test(o.sliceDoc(n.to,r.from))?{from:n.to,to:r.from}:null}u(oW,"aw$1");b(oW,"isBetweenBrackets");function oY(o){return({state:t,dispatch:i})=>{if(t.readOnly)return!1;let n=t.changeByRange(r=>{let{from:a,to:s}=r,c=t.doc.lineAt(a),d=!o&&a==s&&oW(t,a);o&&(a=s=(s<=c.to?c:t.doc.lineAt(s)).to);let p=new S4(t,{simulateBreak:a,simulateDoubleBreak:!!d}),m=Kz(p,a);for(m==null&&(m=kl(/^\s*/.exec(t.doc.lineAt(a).text)[0],t.tabSize));s<c.to&&/\s/.test(c.text[s-c.from]);)s++;d?{from:a,to:s}=d:a>c.from&&a<c.from+100&&!/\S/.test(c.text.slice(0,a))&&(a=c.from);let g=["",o3(t,m)];return d&&g.push(o3(t,p.lineIndent(c.from,-1))),{changes:{from:a,to:s,insert:Ie.of(g)},range:Ct.cursor(a+1+g[1].length)}});return i(t.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}}u(oY,"ag$1");b(oY,"newlineAndIndent");function rY(o,t){let i=-1;return o.changeByRange(n=>{let r=[];for(let s=n.from;s<=n.to;){let c=o.doc.lineAt(s);c.number>i&&(n.empty||n.to>c.from)&&(t(c,r,n),i=c.number),s=c.to+1}let a=o.changes(r);return{changes:r,range:Ct.range(a.mapPos(n.anchor,1),a.mapPos(n.head,1))}})}u(rY,"Th$1");b(rY,"changeBySelectedLine");function aY(o){const t=new Event("Weavy-SoftSubmit");return o.dom.dispatchEvent(t),!0}u(aY,"hg$1");b(aY,"softSubmit");const E6=new Nj({regexp:/(\[(.+?)\])(\(@u(\d+)\))/g,decoration:b(o=>Ge.replace({inclusive:!0,widget:new sY(o)}),"decoration")});var kf;const rW=(kf=class extends xg{constructor(t){super(),this.match=t}eq(t){return t.match[1]===this.match[1]}toDOM(){an();const t=document.createElement("span");return t.className="wy-mention",t.innerHTML=typeof this.match[5]<"u"?this.match[5]:this.match[2],t}ignoreEvent(){return!1}},u(kf,"Pu"),kf);b(rW,"MentionWidget");let sY=rW;ns.fromClass(class{constructor(o){this.mentions=E6.createDeco(o)}update(o){this.mentions=E6.updateDeco(o,this.mentions)}},{decorations:b(o=>o.mentions,"decorations"),provide:b(o=>le.atomicRanges.of(t=>{var i;return((i=t.plugin(o))==null?void 0:i.mentions)||Ge.none}),"provide")});function lY(o){g9(o,"start");var t={},i=o.languageData||{},n=!1;for(var r in o)if(r!=i&&o.hasOwnProperty(r))for(var a=t[r]=[],s=o[r],c=0;c<s.length;c++){var d=s[c];a.push(new lW(d,o)),(d.indent||d.dedent)&&(n=!0)}return{name:i.name,startState:b(function(){return{state:"start",pending:null,indent:n?[]:null}},"startState"),copyState:b(function(p){var m={state:p.state,pending:p.pending,indent:p.indent&&p.indent.slice(0)};return p.stack&&(m.stack=p.stack.slice(0)),m},"copyState"),token:cW(t),indent:dW(t,i),languageData:i}}u(lY,"Lw$1");b(lY,"simpleMode");function g9(o,t){if(!o.hasOwnProperty(t))throw new Error("Undefined state "+t+" in simple mode")}u(g9,"fg$1");b(g9,"ensureState");function aW(o,t){if(!o)return/(?:)/;var i="";return o instanceof RegExp?(o.ignoreCase&&(i="i"),o=o.source):o=String(o),new RegExp("^(?:"+o+")",i)}u(aW,"Sw$1");b(aW,"toRegex");function sW(o){if(!o)return null;if(o.apply)return o;if(typeof o=="string")return o.replace(/\./g," ");for(var t=[],i=0;i<o.length;i++)t.push(o[i]&&o[i].replace(/\./g," "));return t}u(sW,"Pw$1");b(sW,"asToken");function lW(o,t){(o.next||o.push)&&g9(t,o.next||o.push),this.regex=aW(o.regex),this.token=sW(o.token),this.data=o}u(lW,"ww$1");b(lW,"Rule");function cW(o){return function(t,i){if(i.pending){var n=i.pending.shift();return i.pending.length==0&&(i.pending=null),t.pos+=n.text.length,n.token}for(var r=o[i.state],a=0;a<r.length;a++){var s=r[a],c=(!s.data.sol||t.sol())&&t.match(s.regex);if(c){s.data.next?i.state=s.data.next:s.data.push?((i.stack||(i.stack=[])).push(i.state),i.state=s.data.push):s.data.pop&&i.stack&&i.stack.length&&(i.state=i.stack.pop()),s.data.indent&&i.indent.push(t.indentation()+t.indentUnit),s.data.dedent&&i.indent.pop();var d=s.token;if(d&&d.apply&&(d=d(c)),c.length>2&&s.token&&typeof s.token!="string"){i.pending=[];for(var p=2;p<c.length;p++)c[p]&&i.pending.push({text:c[p],token:s.token[p-1]});return t.backUp(c[0].length-(c[1]?c[1].length:0)),d[0]}else return d&&d.join?d[0]:d}}return t.next(),null}}u(cW,"xw$1");b(cW,"tokenFunction");function dW(o,t){return function(i,n){if(i.indent==null||t.dontIndentStates&&t.doneIndentState.indexOf(i.state)>-1)return null;var r=i.indent.length-1,a=o[i.state];t:for(;;){for(var s=0;s<a.length;s++){var c=a[s];if(c.data.dedent&&c.data.dedentIfLineStart!==!1){var d=c.regex.exec(n);if(d&&d[0]){r--,(c.next||c.push)&&(a=o[c.next||c.push]),n=n.slice(d[0].length);continue t}}}break}return r<0?0:i.indent[r]}}u(dW,"Qw");b(dW,"indentFunction");var cY=Object.defineProperty,P=u((o,t)=>cY(o,"name",{value:t,configurable:!0}),"i"),Ob=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function hW(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}u(hW,"kf$1");P(hW,"getDefaultExportFromCjs");var Q6={exports:{}},Le={},B$,R6;function w9(){if(R6)return B$;R6=1;var o=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function n(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}u(n,"v"),P(n,"toObject");function r(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var s={},c=0;c<10;c++)s["_"+String.fromCharCode(c)]=c;var d=Object.getOwnPropertyNames(s).map(function(m){return s[m]});if(d.join("")!=="0123456789")return!1;var p={};return"abcdefghijklmnopqrst".split("").forEach(function(m){p[m]=m}),Object.keys(Object.assign({},p)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return u(r,"Qe"),P(r,"shouldUseNative"),B$=r()?Object.assign:function(a,s){for(var c,d=n(a),p,m=1;m<arguments.length;m++){c=Object(arguments[m]);for(var g in c)t.call(c,g)&&(d[g]=c[g]);if(o){p=o(c);for(var v=0;v<p.length;v++)i.call(c,p[v])&&(d[p[v]]=c[p[v]])}}return d},B$}u(w9,"Rs$1");P(w9,"requireObjectAssign");var M6;function uW(){if(M6)return Le;M6=1;var o=w9(),t=typeof Symbol=="function"&&Symbol.for,i=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,r=t?Symbol.for("react.fragment"):60107,a=t?Symbol.for("react.strict_mode"):60108,s=t?Symbol.for("react.profiler"):60114,c=t?Symbol.for("react.provider"):60109,d=t?Symbol.for("react.context"):60110,p=t?Symbol.for("react.forward_ref"):60112,m=t?Symbol.for("react.suspense"):60113,g=t?Symbol.for("react.memo"):60115,v=t?Symbol.for("react.lazy"):60116,O=typeof Symbol=="function"&&Symbol.iterator;function x(U){for(var K="https://reactjs.org/docs/error-decoder.html?invariant="+U,xt=1;xt<arguments.length;xt++)K+="&args[]="+encodeURIComponent(arguments[xt]);return"Minified React error #"+U+"; visit "+K+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}u(x,"$e"),P(x,"C");var T={isMounted:P(function(){return!1},"isMounted"),enqueueForceUpdate:P(function(){},"enqueueForceUpdate"),enqueueReplaceState:P(function(){},"enqueueReplaceState"),enqueueSetState:P(function(){},"enqueueSetState")},R={};function C(U,K,xt){this.props=U,this.context=K,this.refs=R,this.updater=xt||T}u(C,"q"),P(C,"F"),C.prototype.isReactComponent={},C.prototype.setState=function(U,K){if(typeof U!="object"&&typeof U!="function"&&U!=null)throw Error(x(85));this.updater.enqueueSetState(this,U,K,"setState")},C.prototype.forceUpdate=function(U){this.updater.enqueueForceUpdate(this,U,"forceUpdate")};function z(){}u(z,"et"),P(z,"G"),z.prototype=C.prototype;function q(U,K,xt){this.props=U,this.context=K,this.refs=R,this.updater=xt||T}u(q,"tt"),P(q,"H");var W=q.prototype=new z;W.constructor=q,o(W,C.prototype),W.isPureReactComponent=!0;var D={current:null},Y=Object.prototype.hasOwnProperty,F={key:!0,ref:!0,__self:!0,__source:!0};function X(U,K,xt){var Rt,Bt={},ce=null,de=null;if(K!=null)for(Rt in K.ref!==void 0&&(de=K.ref),K.key!==void 0&&(ce=""+K.key),K)Y.call(K,Rt)&&!F.hasOwnProperty(Rt)&&(Bt[Rt]=K[Rt]);var jt=arguments.length-2;if(jt===1)Bt.children=xt;else if(1<jt){for(var Xe=Array(jt),wi=0;wi<jt;wi++)Xe[wi]=arguments[wi+2];Bt.children=Xe}if(U&&U.defaultProps)for(Rt in jt=U.defaultProps,jt)Bt[Rt]===void 0&&(Bt[Rt]=jt[Rt]);return{$$typeof:i,type:U,key:ce,ref:de,props:Bt,_owner:D.current}}u(X,"b"),P(X,"M");function rt(U,K){return{$$typeof:i,type:U.type,key:K,ref:U.ref,props:U.props,_owner:U._owner}}u(rt,"fe"),P(rt,"N");function yt(U){return typeof U=="object"&&U!==null&&U.$$typeof===i}u(yt,"ze"),P(yt,"O");function pt(U){var K={"=":"=0",":":"=2"};return"$"+(""+U).replace(/[=:]/g,function(xt){return K[xt]})}u(pt,"Z"),P(pt,"escape");var ht=/\/+/g,Tt=[];function dt(U,K,xt,Rt){if(Tt.length){var Bt=Tt.pop();return Bt.result=U,Bt.keyPrefix=K,Bt.func=xt,Bt.context=Rt,Bt.count=0,Bt}return{result:U,keyPrefix:K,func:xt,context:Rt,count:0}}u(dt,"Y"),P(dt,"R");function Ut(U){U.result=null,U.keyPrefix=null,U.func=null,U.context=null,U.count=0,10>Tt.length&&Tt.push(U)}u(Ut,"K"),P(Ut,"S");function It(U,K,xt,Rt){var Bt=typeof U;(Bt==="undefined"||Bt==="boolean")&&(U=null);var ce=!1;if(U===null)ce=!0;else switch(Bt){case"string":case"number":ce=!0;break;case"object":switch(U.$$typeof){case i:case n:ce=!0}}if(ce)return xt(Rt,U,K===""?"."+Ht(U,0):K),1;if(ce=0,K=K===""?".":K+":",Array.isArray(U))for(var de=0;de<U.length;de++){Bt=U[de];var jt=K+Ht(Bt,de);ce+=It(Bt,jt,xt,Rt)}else if(U===null||typeof U!="object"?jt=null:(jt=O&&U[O]||U["@@iterator"],jt=typeof jt=="function"?jt:null),typeof jt=="function")for(U=jt.call(U),de=0;!(Bt=U.next()).done;)Bt=Bt.value,jt=K+Ht(Bt,de++),ce+=It(Bt,jt,xt,Rt);else if(Bt==="object")throw xt=""+U,Error(x(31,xt==="[object Object]"?"object with keys {"+Object.keys(U).join(", ")+"}":xt,""));return ce}u(It,"Me"),P(It,"T");function ne(U,K,xt){return U==null?0:It(U,"",K,xt)}u(ne,"pe"),P(ne,"V");function Ht(U,K){return typeof U=="object"&&U!==null&&U.key!=null?pt(U.key):K.toString(36)}u(Ht,"Te"),P(Ht,"U");function ve(U,K){U.func.call(U.context,K,U.count++)}u(ve,"rt"),P(ve,"W");function ye(U,K,xt){var Rt=U.result,Bt=U.keyPrefix;U=U.func.call(U.context,K,U.count++),Array.isArray(U)?we(U,Rt,xt,function(ce){return ce}):U!=null&&(yt(U)&&(U=rt(U,Bt+(!U.key||K&&K.key===U.key?"":(""+U.key).replace(ht,"$&/")+"/")+xt)),Rt.push(U))}u(ye,"ke"),P(ye,"aa");function we(U,K,xt,Rt,Bt){var ce="";xt!=null&&(ce=(""+xt).replace(ht,"$&/")+"/"),K=dt(K,ce,Rt,Bt),ne(U,ye,K),Ut(K)}u(we,"Ue"),P(we,"X");var Ce={current:null};function be(){var U=Ce.current;if(U===null)throw Error(x(321));return U}u(be,"me"),P(be,"Z");var ct={ReactCurrentDispatcher:Ce,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:D,IsSomeRendererActing:{current:!1},assign:o};return Le.Children={map:P(function(U,K,xt){if(U==null)return U;var Rt=[];return we(U,Rt,null,K,xt),Rt},"map"),forEach:P(function(U,K,xt){if(U==null)return U;K=dt(null,null,K,xt),ne(U,ve,K),Ut(K)},"forEach"),count:P(function(U){return ne(U,function(){return null},null)},"count"),toArray:P(function(U){var K=[];return we(U,K,null,function(xt){return xt}),K},"toArray"),only:P(function(U){if(!yt(U))throw Error(x(143));return U},"only")},Le.Component=C,Le.Fragment=r,Le.Profiler=s,Le.PureComponent=q,Le.StrictMode=a,Le.Suspense=m,Le.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ct,Le.cloneElement=function(U,K,xt){if(U==null)throw Error(x(267,U));var Rt=o({},U.props),Bt=U.key,ce=U.ref,de=U._owner;if(K!=null){if(K.ref!==void 0&&(ce=K.ref,de=D.current),K.key!==void 0&&(Bt=""+K.key),U.type&&U.type.defaultProps)var jt=U.type.defaultProps;for(Xe in K)Y.call(K,Xe)&&!F.hasOwnProperty(Xe)&&(Rt[Xe]=K[Xe]===void 0&&jt!==void 0?jt[Xe]:K[Xe])}var Xe=arguments.length-2;if(Xe===1)Rt.children=xt;else if(1<Xe){jt=Array(Xe);for(var wi=0;wi<Xe;wi++)jt[wi]=arguments[wi+2];Rt.children=jt}return{$$typeof:i,type:U.type,key:Bt,ref:ce,props:Rt,_owner:de}},Le.createContext=function(U,K){return K===void 0&&(K=null),U={$$typeof:d,_calculateChangedBits:K,_currentValue:U,_currentValue2:U,_threadCount:0,Provider:null,Consumer:null},U.Provider={$$typeof:c,_context:U},U.Consumer=U},Le.createElement=X,Le.createFactory=function(U){var K=X.bind(null,U);return K.type=U,K},Le.createRef=function(){return{current:null}},Le.forwardRef=function(U){return{$$typeof:p,render:U}},Le.isValidElement=yt,Le.lazy=function(U){return{$$typeof:v,_ctor:U,_status:-1,_result:null}},Le.memo=function(U,K){return{$$typeof:g,type:U,compare:K===void 0?null:K}},Le.useCallback=function(U,K){return be().useCallback(U,K)},Le.useContext=function(U,K){return be().useContext(U,K)},Le.useDebugValue=function(){},Le.useEffect=function(U,K){return be().useEffect(U,K)},Le.useImperativeHandle=function(U,K,xt){return be().useImperativeHandle(U,K,xt)},Le.useLayoutEffect=function(U,K){return be().useLayoutEffect(U,K)},Le.useMemo=function(U,K){return be().useMemo(U,K)},Le.useReducer=function(U,K,xt){return be().useReducer(U,K,xt)},Le.useRef=function(U){return be().useRef(U)},Le.useState=function(U){return be().useState(U)},Le.version="16.14.0",Le}u(uW,"hf$1");P(uW,"requireReact_production_min");var A6;function pW(){return A6||(A6=1,Q6.exports=uW()),Q6.exports}u(pW,"vf$1");P(pW,"requireReact");var X$={exports:{}},lo={},z6={exports:{}},_6={},L6;function fW(){return L6||(L6=1,function(o){var t,i,n,r,a;if(typeof window>"u"||typeof MessageChannel!="function"){var s=null,c=null,d=P(function(){if(s!==null)try{var ct=o.unstable_now();s(!0,ct),s=null}catch(U){throw setTimeout(d,0),U}},"t"),p=Date.now();o.unstable_now=function(){return Date.now()-p},t=P(function(ct){s!==null?setTimeout(t,0,ct):(s=ct,setTimeout(d,0))},"f"),i=P(function(ct,U){c=setTimeout(ct,U)},"g"),n=P(function(){clearTimeout(c)},"h"),r=P(function(){return!1},"k"),a=o.unstable_forceFrameRate=function(){}}else{var m=window.performance,g=window.Date,v=window.setTimeout,O=window.clearTimeout;if(typeof console<"u"){var x=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),typeof x!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if(typeof m=="object"&&typeof m.now=="function")o.unstable_now=function(){return m.now()};else{var T=g.now();o.unstable_now=function(){return g.now()-T}}var R=!1,C=null,z=-1,q=5,W=0;r=P(function(){return o.unstable_now()>=W},"k"),a=P(function(){},"l"),o.unstable_forceFrameRate=function(ct){0>ct||125<ct?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):q=0<ct?Math.floor(1e3/ct):5};var D=new MessageChannel,Y=D.port2;D.port1.onmessage=function(){if(C!==null){var ct=o.unstable_now();W=ct+q;try{C(!0,ct)?Y.postMessage(null):(R=!1,C=null)}catch(U){throw Y.postMessage(null),U}}else R=!1},t=P(function(ct){C=ct,R||(R=!0,Y.postMessage(null))},"f"),i=P(function(ct,U){z=v(function(){ct(o.unstable_now())},U)},"g"),n=P(function(){O(z),z=-1},"h")}function F(ct,U){var K=ct.length;ct.push(U);t:for(;;){var xt=K-1>>>1,Rt=ct[xt];if(Rt!==void 0&&0<yt(Rt,U))ct[xt]=U,ct[K]=Rt,K=xt;else break t}}u(F,"Be"),P(F,"J");function X(ct){return ct=ct[0],ct===void 0?null:ct}u(X,"b"),P(X,"L");function rt(ct){var U=ct[0];if(U!==void 0){var K=ct.pop();if(K!==U){ct[0]=K;t:for(var xt=0,Rt=ct.length;xt<Rt;){var Bt=2*(xt+1)-1,ce=ct[Bt],de=Bt+1,jt=ct[de];if(ce!==void 0&&0>yt(ce,K))jt!==void 0&&0>yt(jt,ce)?(ct[xt]=jt,ct[de]=K,xt=de):(ct[xt]=ce,ct[Bt]=K,xt=Bt);else if(jt!==void 0&&0>yt(jt,K))ct[xt]=jt,ct[de]=K,xt=de;else break t}}return U}return null}u(rt,"fe"),P(rt,"M");function yt(ct,U){var K=ct.sortIndex-U.sortIndex;return K!==0?K:ct.id-U.id}u(yt,"ze"),P(yt,"K");var pt=[],ht=[],Tt=1,dt=null,Ut=3,It=!1,ne=!1,Ht=!1;function ve(ct){for(var U=X(ht);U!==null;){if(U.callback===null)rt(ht);else if(U.startTime<=ct)rt(ht),U.sortIndex=U.expirationTime,F(pt,U);else break;U=X(ht)}}u(ve,"rt"),P(ve,"V");function ye(ct){if(Ht=!1,ve(ct),!ne)if(X(pt)!==null)ne=!0,t(we);else{var U=X(ht);U!==null&&i(ye,U.startTime-ct)}}u(ye,"ke"),P(ye,"W");function we(ct,U){ne=!1,Ht&&(Ht=!1,n()),It=!0;var K=Ut;try{for(ve(U),dt=X(pt);dt!==null&&(!(dt.expirationTime>U)||ct&&!r());){var xt=dt.callback;if(xt!==null){dt.callback=null,Ut=dt.priorityLevel;var Rt=xt(dt.expirationTime<=U);U=o.unstable_now(),typeof Rt=="function"?dt.callback=Rt:dt===X(pt)&&rt(pt),ve(U)}else rt(pt);dt=X(pt)}if(dt!==null)var Bt=!0;else{var ce=X(ht);ce!==null&&i(ye,ce.startTime-U),Bt=!1}return Bt}finally{dt=null,Ut=K,It=!1}}u(we,"Ue"),P(we,"X");function Ce(ct){switch(ct){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}u(Ce,"lt"),P(Ce,"Y");var be=a;o.unstable_IdlePriority=5,o.unstable_ImmediatePriority=1,o.unstable_LowPriority=4,o.unstable_NormalPriority=3,o.unstable_Profiling=null,o.unstable_UserBlockingPriority=2,o.unstable_cancelCallback=function(ct){ct.callback=null},o.unstable_continueExecution=function(){ne||It||(ne=!0,t(we))},o.unstable_getCurrentPriorityLevel=function(){return Ut},o.unstable_getFirstCallbackNode=function(){return X(pt)},o.unstable_next=function(ct){switch(Ut){case 1:case 2:case 3:var U=3;break;default:U=Ut}var K=Ut;Ut=U;try{return ct()}finally{Ut=K}},o.unstable_pauseExecution=function(){},o.unstable_requestPaint=be,o.unstable_runWithPriority=function(ct,U){switch(ct){case 1:case 2:case 3:case 4:case 5:break;default:ct=3}var K=Ut;Ut=ct;try{return U()}finally{Ut=K}},o.unstable_scheduleCallback=function(ct,U,K){var xt=o.unstable_now();if(typeof K=="object"&&K!==null){var Rt=K.delay;Rt=typeof Rt=="number"&&0<Rt?xt+Rt:xt,K=typeof K.timeout=="number"?K.timeout:Ce(ct)}else K=Ce(ct),Rt=xt;return K=Rt+K,ct={id:Tt++,callback:U,priorityLevel:ct,startTime:Rt,expirationTime:K,sortIndex:-1},Rt>xt?(ct.sortIndex=Rt,F(ht,ct),X(pt)===null&&ct===X(ht)&&(Ht?n():Ht=!0,i(ye,Rt-xt))):(ct.sortIndex=K,F(pt,ct),ne||It||(ne=!0,t(we))),ct},o.unstable_shouldYield=function(){var ct=o.unstable_now();ve(ct);var U=X(pt);return U!==dt&&dt!==null&&U!==null&&U.callback!==null&&U.startTime<=ct&&U.expirationTime<dt.expirationTime||r()},o.unstable_wrapCallback=function(ct){var U=Ut;return function(){var K=Ut;Ut=U;try{return ct.apply(this,arguments)}finally{Ut=K}}}}(_6)),_6}u(fW,"yf$1");P(fW,"requireScheduler_production_min");var I6;function mW(){return I6||(I6=1,z6.exports=fW()),z6.exports}u(mW,"gf$1");P(mW,"requireScheduler");var W6;function yW(){if(W6)return lo;W6=1;var o=pW(),t=w9(),i=mW();function n(l){for(var h="https://reactjs.org/docs/error-decoder.html?invariant="+l,f=1;f<arguments.length;f++)h+="&args[]="+encodeURIComponent(arguments[f]);return"Minified React error #"+l+"; visit "+h+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(u(n,"v"),P(n,"u"),!o)throw Error(n(227));function r(l,h,f,w,k,E,M,I,J){var tt=Array.prototype.slice.call(arguments,3);try{h.apply(f,tt)}catch(Pt){this.onError(Pt)}}u(r,"Qe"),P(r,"ba");var a=!1,s=null,c=!1,d=null,p={onError:P(function(l){a=!0,s=l},"onError")};function m(l,h,f,w,k,E,M,I,J){a=!1,s=null,r.apply(p,arguments)}u(m,"ie"),P(m,"ja");function g(l,h,f,w,k,E,M,I,J){if(m.apply(this,arguments),a){if(a){var tt=s;a=!1,s=null}else throw Error(n(198));c||(c=!0,d=tt)}}u(g,"He"),P(g,"ka");var v=null,O=null,x=null;function T(l,h,f){var w=l.type||"unknown-event";l.currentTarget=x(f),g(w,h,void 0,l),l.currentTarget=null}u(T,"zt"),P(T,"oa");var R=null,C={};function z(){if(R)for(var l in C){var h=C[l],f=R.indexOf(l);if(!(-1<f))throw Error(n(96,l));if(!W[f]){if(!h.extractEvents)throw Error(n(97,l));W[f]=h,f=h.eventTypes;for(var w in f){var k=void 0,E=f[w],M=h,I=w;if(D.hasOwnProperty(I))throw Error(n(99,I));D[I]=E;var J=E.phasedRegistrationNames;if(J){for(k in J)J.hasOwnProperty(k)&&q(J[k],M,I);k=!0}else E.registrationName?(q(E.registrationName,M,I),k=!0):k=!1;if(!k)throw Error(n(98,w,l))}}}}u(z,"et"),P(z,"ra");function q(l,h,f){if(Y[l])throw Error(n(100,l));Y[l]=h,F[l]=h.eventTypes[f].dependencies}u(q,"tt"),P(q,"ua");var W=[],D={},Y={},F={};function X(l){var h=!1,f;for(f in l)if(l.hasOwnProperty(f)){var w=l[f];if(!C.hasOwnProperty(f)||C[f]!==w){if(C[f])throw Error(n(102,f));C[f]=w,h=!0}}h&&z()}u(X,"b"),P(X,"xa");var rt=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),yt=null,pt=null,ht=null;function Tt(l){if(l=O(l)){if(typeof yt!="function")throw Error(n(280));var h=l.stateNode;h&&(h=v(h),yt(l.stateNode,l.type,h))}}u(Tt,"nt"),P(Tt,"Ca");function dt(l){pt?ht?ht.push(l):ht=[l]:pt=l}u(dt,"Y"),P(dt,"Da");function Ut(){if(pt){var l=pt,h=ht;if(ht=pt=null,Tt(l),h)for(l=0;l<h.length;l++)Tt(h[l])}}u(Ut,"K"),P(Ut,"Ea");function It(l,h){return l(h)}u(It,"Me"),P(It,"Fa");function ne(l,h,f,w,k){return l(h,f,w,k)}u(ne,"pe"),P(ne,"Ga");function Ht(){}u(Ht,"Te"),P(Ht,"Ha");var ve=It,ye=!1,we=!1;function Ce(){(pt!==null||ht!==null)&&(Ht(),Ut())}u(Ce,"lt"),P(Ce,"La");function be(l,h,f){if(we)return l(h,f);we=!0;try{return ve(l,h,f)}finally{we=!1,Ce()}}u(be,"me"),P(be,"Ma");var ct=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,U=Object.prototype.hasOwnProperty,K={},xt={};function Rt(l){return U.call(xt,l)?!0:U.call(K,l)?!1:ct.test(l)?xt[l]=!0:(K[l]=!0,!1)}u(Rt,"_"),P(Rt,"Ra");function Bt(l,h,f,w){if(f!==null&&f.type===0)return!1;switch(typeof h){case"function":case"symbol":return!0;case"boolean":return w?!1:f!==null?!f.acceptsBooleans:(l=l.toLowerCase().slice(0,5),l!=="data-"&&l!=="aria-");default:return!1}}u(Bt,"R"),P(Bt,"Sa");function ce(l,h,f,w){if(h===null||typeof h>"u"||Bt(l,h,f,w))return!0;if(w)return!1;if(f!==null)switch(f.type){case 3:return!h;case 4:return h===!1;case 5:return isNaN(h);case 6:return isNaN(h)||1>h}return!1}u(ce,"V"),P(ce,"Ta");function de(l,h,f,w,k,E){this.acceptsBooleans=h===2||h===3||h===4,this.attributeName=w,this.attributeNamespace=k,this.mustUseProperty=f,this.propertyName=l,this.type=h,this.sanitizeURL=E}u(de,"j"),P(de,"v");var jt={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(l){jt[l]=new de(l,0,!1,l,null,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var h=l[0];jt[h]=new de(h,1,!1,l[1],null,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){jt[l]=new de(l,2,!1,l.toLowerCase(),null,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){jt[l]=new de(l,2,!1,l,null,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(l){jt[l]=new de(l,3,!1,l.toLowerCase(),null,!1)}),["checked","multiple","muted","selected"].forEach(function(l){jt[l]=new de(l,3,!0,l,null,!1)}),["capture","download"].forEach(function(l){jt[l]=new de(l,4,!1,l,null,!1)}),["cols","rows","size","span"].forEach(function(l){jt[l]=new de(l,6,!1,l,null,!1)}),["rowSpan","start"].forEach(function(l){jt[l]=new de(l,5,!1,l.toLowerCase(),null,!1)});var Xe=/[\-:]([a-z])/g;function wi(l){return l[1].toUpperCase()}u(wi,"xe"),P(wi,"Va"),"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(l){var h=l.replace(Xe,wi);jt[h]=new de(h,1,!1,l,null,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(l){var h=l.replace(Xe,wi);jt[h]=new de(h,1,!1,l,"http://www.w3.org/1999/xlink",!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var h=l.replace(Xe,wi);jt[h]=new de(h,1,!1,l,"http://www.w3.org/XML/1998/namespace",!1)}),["tabIndex","crossOrigin"].forEach(function(l){jt[l]=new de(l,1,!1,l.toLowerCase(),null,!1)}),jt.xlinkHref=new de("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach(function(l){jt[l]=new de(l,1,!1,l.toLowerCase(),null,!0)});var _i=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;_i.hasOwnProperty("ReactCurrentDispatcher")||(_i.ReactCurrentDispatcher={current:null}),_i.hasOwnProperty("ReactCurrentBatchConfig")||(_i.ReactCurrentBatchConfig={suspense:null});function to(l,h,f,w){var k=jt.hasOwnProperty(h)?jt[h]:null,E=k!==null?k.type===0:w?!1:!(!(2<h.length)||h[0]!=="o"&&h[0]!=="O"||h[1]!=="n"&&h[1]!=="N");E||(ce(h,f,k,w)&&(f=null),w||k===null?Rt(h)&&(f===null?l.removeAttribute(h):l.setAttribute(h,""+f)):k.mustUseProperty?l[k.propertyName]=f===null?k.type===3?!1:"":f:(h=k.attributeName,w=k.attributeNamespace,f===null?l.removeAttribute(h):(k=k.type,f=k===3||k===4&&f===!0?"":""+f,w?l.setAttributeNS(w,h,f):l.setAttribute(h,f))))}u(to,"Zr"),P(to,"Xa");var zn=/^(.*)[\\\/]/,Ti=typeof Symbol=="function"&&Symbol.for,Uo=Ti?Symbol.for("react.element"):60103,Xt=Ti?Symbol.for("react.portal"):60106,$e=Ti?Symbol.for("react.fragment"):60107,ua=Ti?Symbol.for("react.strict_mode"):60108,pa=Ti?Symbol.for("react.profiler"):60114,Xl=Ti?Symbol.for("react.provider"):60109,Hl=Ti?Symbol.for("react.context"):60110,Yl=Ti?Symbol.for("react.concurrent_mode"):60111,Zo=Ti?Symbol.for("react.forward_ref"):60112,fa=Ti?Symbol.for("react.suspense"):60113,ma=Ti?Symbol.for("react.suspense_list"):60120,fs=Ti?Symbol.for("react.memo"):60115,ya=Ti?Symbol.for("react.lazy"):60116,Gl=Ti?Symbol.for("react.block"):60121,Kl=typeof Symbol=="function"&&Symbol.iterator;function dn(l){return l===null||typeof l!="object"?null:(l=Kl&&l[Kl]||l["@@iterator"],typeof l=="function"?l:null)}u(dn,"dn"),P(dn,"nb");function Jl(l){if(l._status===-1){l._status=0;var h=l._ctor;h=h(),l._result=h,h.then(function(f){l._status===0&&(f=f.default,l._status=1,l._result=f)},function(f){l._status===0&&(l._status=2,l._result=f)})}}u(Jl,"Is"),P(Jl,"ob");function _n(l){if(l==null)return null;if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case $e:return"Fragment";case Xt:return"Portal";case pa:return"Profiler";case ua:return"StrictMode";case fa:return"Suspense";case ma:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case Hl:return"Context.Consumer";case Xl:return"Context.Provider";case Zo:var h=l.render;return h=h.displayName||h.name||"",l.displayName||(h!==""?"ForwardRef("+h+")":"ForwardRef");case fs:return _n(l.type);case Gl:return _n(l.render);case ya:if(l=l._status===1?l._result:null)return _n(l)}return null}u(_n,"it"),P(_n,"pb");function Ue(l){var h="";do{t:switch(l.tag){case 3:case 4:case 6:case 7:case 10:case 9:var f="";break t;default:var w=l._debugOwner,k=l._debugSource,E=_n(l.type);f=null,w&&(f=_n(w.type)),w=E,E="",k?E=" (at "+k.fileName.replace(zn,"")+":"+k.lineNumber+")":f&&(E=" (created by "+f+")"),f=`
|
|
33
33
|
in `+(w||"Unknown")+E}h+=f,l=l.return}while(l);return h}u(Ue,"el"),P(Ue,"qb");function We(l){switch(typeof l){case"boolean":case"number":case"object":case"string":case"undefined":return l;default:return""}}u(We,"pt"),P(We,"rb");function xr(l){var h=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(h==="checkbox"||h==="radio")}u(xr,"Ki"),P(xr,"sb");function tc(l){var h=xr(l)?"checked":"value",f=Object.getOwnPropertyDescriptor(l.constructor.prototype,h),w=""+l[h];if(!l.hasOwnProperty(h)&&typeof f<"u"&&typeof f.get=="function"&&typeof f.set=="function"){var k=f.get,E=f.set;return Object.defineProperty(l,h,{configurable:!0,get:P(function(){return k.call(this)},"get"),set:P(function(M){w=""+M,E.call(this,M)},"set")}),Object.defineProperty(l,h,{enumerable:f.enumerable}),{getValue:P(function(){return w},"getValue"),setValue:P(function(M){w=""+M},"setValue"),stopTracking:P(function(){l._valueTracker=null,delete l[h]},"stopTracking")}}}u(tc,"Fs"),P(tc,"tb");function vn(l){l._valueTracker||(l._valueTracker=tc(l))}u(vn,"Gn"),P(vn,"xb");function kr(l){if(!l)return!1;var h=l._valueTracker;if(!h)return!0;var f=h.getValue(),w="";return l&&(w=xr(l)?l.checked?"true":"false":l.value),l=w,l!==f?(h.setValue(l),!0):!1}u(kr,"Bi"),P(kr,"yb");function No(l,h){var f=h.checked;return t({},h,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:f??l._wrapperState.initialChecked})}u(No,"tl"),P(No,"zb");function ms(l,h){var f=h.defaultValue==null?"":h.defaultValue,w=h.checked!=null?h.checked:h.defaultChecked;f=We(h.value!=null?h.value:f),l._wrapperState={initialChecked:w,initialValue:f,controlled:h.type==="checkbox"||h.type==="radio"?h.checked!=null:h.value!=null}}u(ms,"Yi"),P(ms,"Ab");function ys(l,h){h=h.checked,h!=null&&to(l,"checked",h,!1)}u(ys,"Xi"),P(ys,"Bb");function ga(l,h){ys(l,h);var f=We(h.value),w=h.type;if(f!=null)w==="number"?(f===0&&l.value===""||l.value!=f)&&(l.value=""+f):l.value!==""+f&&(l.value=""+f);else if(w==="submit"||w==="reset"){l.removeAttribute("value");return}h.hasOwnProperty("value")?wa(l,h.type,f):h.hasOwnProperty("defaultValue")&&wa(l,h.type,We(h.defaultValue)),h.checked==null&&h.defaultChecked!=null&&(l.defaultChecked=!!h.defaultChecked)}u(ga,"nl"),P(ga,"Cb");function gs(l,h,f){if(h.hasOwnProperty("value")||h.hasOwnProperty("defaultValue")){var w=h.type;if(!(w!=="submit"&&w!=="reset"||h.value!==void 0&&h.value!==null))return;h=""+l._wrapperState.initialValue,f||h===l.value||(l.value=h),l.defaultValue=h}f=l.name,f!==""&&(l.name=""),l.defaultChecked=!!l._wrapperState.initialChecked,f!==""&&(l.name=f)}u(gs,"Gi"),P(gs,"Eb");function wa(l,h,f){(h!=="number"||l.ownerDocument.activeElement!==l)&&(f==null?l.defaultValue=""+l._wrapperState.initialValue:l.defaultValue!==""+f&&(l.defaultValue=""+f))}u(wa,"rl"),P(wa,"Db");function ws(l){var h="";return o.Children.forEach(l,function(f){f!=null&&(h+=f)}),h}u(ws,"js"),P(ws,"Fb");function vs(l,h){return l=t({children:void 0},h),(h=ws(h.children))&&(l.children=h),l}u(vs,"ll"),P(vs,"Gb");function bo(l,h,f,w){if(l=l.options,h){h={};for(var k=0;k<f.length;k++)h["$"+f[k]]=!0;for(f=0;f<l.length;f++)k=h.hasOwnProperty("$"+l[f].value),l[f].selected!==k&&(l[f].selected=k),k&&w&&(l[f].defaultSelected=!0)}else{for(f=""+We(f),h=null,k=0;k<l.length;k++){if(l[k].value===f){l[k].selected=!0,w&&(l[k].defaultSelected=!0);return}h!==null||l[k].disabled||(h=l[k])}h!==null&&(h.selected=!0)}}u(bo,"Gt"),P(bo,"Hb");function Oo(l,h){if(h.dangerouslySetInnerHTML!=null)throw Error(n(91));return t({},h,{value:void 0,defaultValue:void 0,children:""+l._wrapperState.initialValue})}u(Oo,"il"),P(Oo,"Ib");function va(l,h){var f=h.value;if(f==null){if(f=h.children,h=h.defaultValue,f!=null){if(h!=null)throw Error(n(92));if(Array.isArray(f)){if(!(1>=f.length))throw Error(n(93));f=f[0]}h=f}h==null&&(h=""),f=h}l._wrapperState={initialValue:We(f)}}u(va,"Zi"),P(va,"Jb");function bs(l,h){var f=We(h.value),w=We(h.defaultValue);f!=null&&(f=""+f,f!==l.value&&(l.value=f),h.defaultValue==null&&l.defaultValue!==f&&(l.defaultValue=f)),w!=null&&(l.defaultValue=""+w)}u(bs,"Ji"),P(bs,"Kb");function ec(l){var h=l.textContent;h===l._wrapperState.initialValue&&h!==""&&h!==null&&(l.value=h)}u(ec,"qi"),P(ec,"Lb");var ic={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function nc(l){switch(l){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}u(nc,"eo"),P(nc,"Nb");function V(l,h){return l==null||l==="http://www.w3.org/1999/xhtml"?nc(h):l==="http://www.w3.org/2000/svg"&&h==="foreignObject"?"http://www.w3.org/1999/xhtml":l}u(V,"ol"),P(V,"Ob");var lt,Ot=function(l){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(h,f,w,k){MSApp.execUnsafeLocalFunction(function(){return l(h,f,w,k)})}:l}(function(l,h){if(l.namespaceURI!==ic.svg||"innerHTML"in l)l.innerHTML=h;else{for(lt=lt||document.createElement("div"),lt.innerHTML="<svg>"+h.valueOf().toString()+"</svg>",h=lt.firstChild;l.firstChild;)l.removeChild(l.firstChild);for(;h.firstChild;)l.appendChild(h.firstChild)}});function Vt(l,h){if(h){var f=l.firstChild;if(f&&f===l.lastChild&&f.nodeType===3){f.nodeValue=h;return}}l.textContent=h}u(Vt,"pn"),P(Vt,"Rb");function ue(l,h){var f={};return f[l.toLowerCase()]=h.toLowerCase(),f["Webkit"+l]="webkit"+h,f["Moz"+l]="moz"+h,f}u(ue,"Jn"),P(ue,"Sb");var pe={animationend:ue("Animation","AnimationEnd"),animationiteration:ue("Animation","AnimationIteration"),animationstart:ue("Animation","AnimationStart"),transitionend:ue("Transition","TransitionEnd")},ae={},re={};rt&&(re=document.createElement("div").style,"AnimationEvent"in window||(delete pe.animationend.animation,delete pe.animationiteration.animation,delete pe.animationstart.animation),"TransitionEvent"in window||delete pe.transitionend.transition);function Ve(l){if(ae[l])return ae[l];if(!pe[l])return l;var h=pe[l],f;for(f in h)if(h.hasOwnProperty(f)&&f in re)return ae[l]=h[f];return l}u(Ve,"qn"),P(Ve,"Wb");var ze=Ve("animationend"),_e=Ve("animationiteration"),di=Ve("animationstart"),Li=Ve("transitionend"),Ei="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Je=new(typeof WeakMap=="function"?WeakMap:Map);function bn(l){var h=Je.get(l);return h===void 0&&(h=new Map,Je.set(l,h)),h}u(bn,"sl"),P(bn,"cc");function Ji(l){var h=l,f=l;if(l.alternate)for(;h.return;)h=h.return;else{l=h;do h=l,h.effectTag&1026&&(f=h.return),l=h.return;while(l)}return h.tag===3?f:null}u(Ji,"It"),P(Ji,"dc");function xo(l){if(l.tag===13){var h=l.memoizedState;if(h===null&&(l=l.alternate,l!==null&&(h=l.memoizedState)),h!==null)return h.dehydrated}return null}u(xo,"so"),P(xo,"ec");function eo(l){if(Ji(l)!==l)throw Error(n(188))}u(eo,"ao"),P(eo,"fc");function ba(l){var h=l.alternate;if(!h){if(h=Ji(l),h===null)throw Error(n(188));return h!==l?null:l}for(var f=l,w=h;;){var k=f.return;if(k===null)break;var E=k.alternate;if(E===null){if(w=k.return,w!==null){f=w;continue}break}if(k.child===E.child){for(E=k.child;E;){if(E===f)return eo(k),l;if(E===w)return eo(k),h;E=E.sibling}throw Error(n(188))}if(f.return!==w.return)f=k,w=E;else{for(var M=!1,I=k.child;I;){if(I===f){M=!0,f=k,w=E;break}if(I===w){M=!0,w=k,f=E;break}I=I.sibling}if(!M){for(I=E.child;I;){if(I===f){M=!0,f=E,w=k;break}if(I===w){M=!0,w=E,f=k;break}I=I.sibling}if(!M)throw Error(n(189))}}if(f.alternate!==w)throw Error(n(190))}if(f.tag!==3)throw Error(n(188));return f.stateNode.current===f?l:h}u(ba,"Ls"),P(ba,"gc");function $r(l){if(l=ba(l),!l)return null;for(var h=l;;){if(h.tag===5||h.tag===6)return h;if(h.child)h.child.return=h,h=h.child;else{if(h===l)break;for(;!h.sibling;){if(!h.return||h.return===l)return null;h=h.return}h.sibling.return=h.return,h=h.sibling}}return null}u($r,"fo"),P($r,"hc");function Ln(l,h){if(h==null)throw Error(n(30));return l==null?h:Array.isArray(l)?Array.isArray(h)?(l.push.apply(l,h),l):(l.push(h),l):Array.isArray(h)?[l].concat(h):[l,h]}u(Ln,"Jt"),P(Ln,"ic");function qo(l,h,f){Array.isArray(l)?l.forEach(h,f):l&&h.call(f,l)}u(qo,"al"),P(qo,"jc");var io=null;function Oa(l){if(l){var h=l._dispatchListeners,f=l._dispatchInstances;if(Array.isArray(h))for(var w=0;w<h.length&&!l.isPropagationStopped();w++)T(l,h[w],f[w]);else h&&T(l,h,f);l._dispatchListeners=null,l._dispatchInstances=null,l.isPersistent()||l.constructor.release(l)}}u(Oa,"Ds"),P(Oa,"lc");function ko(l){if(l!==null&&(io=Ln(io,l)),l=io,io=null,l){if(qo(l,Oa),io)throw Error(n(95));if(c)throw l=d,c=!1,d=null,l}}u(ko,"bn"),P(ko,"mc");function jo(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}u(jo,"fl"),P(jo,"nc");function Sr(l){if(!rt)return!1;l="on"+l;var h=l in document;return h||(h=document.createElement("div"),h.setAttribute(l,"return;"),h=typeof h[l]=="function"),h}u(Sr,"co"),P(Sr,"oc");var Fo=[];function Pr(l){l.topLevelType=null,l.nativeEvent=null,l.targetInst=null,l.ancestors.length=0,10>Fo.length&&Fo.push(l)}u(Pr,"po"),P(Pr,"qc");function Cr(l,h,f,w){if(Fo.length){var k=Fo.pop();return k.topLevelType=l,k.eventSystemFlags=w,k.nativeEvent=h,k.targetInst=f,k}return{topLevelType:l,eventSystemFlags:w,nativeEvent:h,targetInst:f,ancestors:[]}}u(Cr,"mo"),P(Cr,"rc");function Tr(l){var h=l.targetInst,f=h;do{if(!f){l.ancestors.push(f);break}var w=f;if(w.tag===3)w=w.stateNode.containerInfo;else{for(;w.return;)w=w.return;w=w.tag!==3?null:w.stateNode.containerInfo}if(!w)break;h=f.tag,h!==5&&h!==6||l.ancestors.push(f),f=hh(w)}while(f);for(f=0;f<l.ancestors.length;f++){h=l.ancestors[f];var k=jo(l.nativeEvent);w=l.topLevelType;var E=l.nativeEvent,M=l.eventSystemFlags;f===0&&(M|=64);for(var I=null,J=0;J<W.length;J++){var tt=W[J];tt&&(tt=tt.extractEvents(w,h,E,k,M))&&(I=Ln(I,tt))}ko(I)}}u(Tr,"ho"),P(Tr,"sc");function $o(l,h,f){if(!f.has(l)){switch(l){case"scroll":dh(h,"scroll",!0);break;case"focus":case"blur":dh(h,"focus",!0),dh(h,"blur",!0),f.set("blur",null),f.set("focus",null);break;case"cancel":case"close":Sr(l)&&dh(h,l,!0);break;case"invalid":case"submit":case"reset":break;default:Ei.indexOf(l)===-1&&ti(l,h)}f.set(l,null)}}u($o,"cl"),P($o,"uc");var xa,Er,ka,ut=!1,$=[],A=null,j=null,B=null,et=new Map,ot=new Map,Et=[],Mt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),fe="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function De(l,h){var f=bn(h);Mt.forEach(function(w){$o(w,h,f)}),fe.forEach(function(w){$o(w,h,f)})}u(De,"As"),P(De,"Jc");function Bo(l,h,f,w,k){return{blockedOn:l,topLevelType:h,eventSystemFlags:f|32,nativeEvent:k,container:w}}u(Bo,"hl"),P(Bo,"Kc");function sh(l,h){switch(l){case"focus":case"blur":A=null;break;case"dragenter":case"dragleave":j=null;break;case"mouseover":case"mouseout":B=null;break;case"pointerover":case"pointerout":et.delete(h.pointerId);break;case"gotpointercapture":case"lostpointercapture":ot.delete(h.pointerId)}}u(sh,"go"),P(sh,"Lc");function lh(l,h,f,w,k,E){return l===null||l.nativeEvent!==E?(l=Bo(h,f,w,k,E),h!==null&&(h=uh(h),h!==null&&Er(h)),l):(l.eventSystemFlags|=w,l)}u(lh,"wn"),P(lh,"Mc");function W7(l,h,f,w,k){switch(h){case"focus":return A=lh(A,l,h,f,w,k),!0;case"dragenter":return j=lh(j,l,h,f,w,k),!0;case"mouseover":return B=lh(B,l,h,f,w,k),!0;case"pointerover":var E=k.pointerId;return et.set(E,lh(et.get(E)||null,l,h,f,w,k)),!0;case"gotpointercapture":return E=k.pointerId,ot.set(E,lh(ot.get(E)||null,l,h,f,w,k)),!0}return!1}u(W7,"Vs"),P(W7,"Oc");function D7(l){var h=hh(l.target);if(h!==null){var f=Ji(h);if(f!==null){if(h=f.tag,h===13){if(h=xo(f),h!==null){l.blockedOn=h,i.unstable_runWithPriority(l.priority,function(){ka(f)});return}}else if(h===3&&f.stateNode.hydrate){l.blockedOn=f.tag===3?f.stateNode.containerInfo:null;return}}}l.blockedOn=null}u(D7,"Ws"),P(D7,"Pc");function Ig(l){if(l.blockedOn!==null)return!1;var h=Yv(l.topLevelType,l.eventSystemFlags,l.container,l.nativeEvent);if(h!==null){var f=uh(h);return f!==null&&Er(f),l.blockedOn=h,!1}return!0}u(Ig,"tr"),P(Ig,"Qc");function ux(l,h,f){Ig(l)&&f.delete(h)}u(ux,"wo"),P(ux,"Sc");function V7(){for(ut=!1;0<$.length;){var l=$[0];if(l.blockedOn!==null){l=uh(l.blockedOn),l!==null&&xa(l);break}var h=Yv(l.topLevelType,l.eventSystemFlags,l.container,l.nativeEvent);h!==null?l.blockedOn=h:$.shift()}A!==null&&Ig(A)&&(A=null),j!==null&&Ig(j)&&(j=null),B!==null&&Ig(B)&&(B=null),et.forEach(ux),ot.forEach(ux)}u(V7,"Qs"),P(V7,"Tc");function ch(l,h){l.blockedOn===h&&(l.blockedOn=null,ut||(ut=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,V7)))}u(ch,"En"),P(ch,"Uc");function px(l){function h(k){return ch(k,l)}if(u(h,"t"),P(h,"b"),0<$.length){ch($[0],l);for(var f=1;f<$.length;f++){var w=$[f];w.blockedOn===l&&(w.blockedOn=null)}}for(A!==null&&ch(A,l),j!==null&&ch(j,l),B!==null&&ch(B,l),et.forEach(h),ot.forEach(h),f=0;f<Et.length;f++)w=Et[f],w.blockedOn===l&&(w.blockedOn=null);for(;0<Et.length&&(f=Et[0],f.blockedOn===null);)D7(f),f.blockedOn===null&&Et.shift()}u(px,"Eo"),P(px,"Vc");var U7={},Z7=new Map,fx=new Map,IN=["abort","abort",ze,"animationEnd",_e,"animationIteration",di,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Li,"transitionEnd","waiting","waiting"];function Xv(l,h){for(var f=0;f<l.length;f+=2){var w=l[f],k=l[f+1],E="on"+(k[0].toUpperCase()+k.slice(1));E={phasedRegistrationNames:{bubbled:E,captured:E+"Capture"},dependencies:[w],eventPriority:h},fx.set(w,h),Z7.set(w,E),U7[k]=E}}u(Xv,"yl"),P(Xv,"ad"),Xv("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Xv("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Xv(IN,2);for(var N7="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),mx=0;mx<N7.length;mx++)fx.set(N7[mx],0);var WN=i.unstable_UserBlockingPriority,DN=i.unstable_runWithPriority,Hv=!0;function ti(l,h){dh(h,l,!1)}u(ti,"Q"),P(ti,"F");function dh(l,h,f){var w=fx.get(h);switch(w===void 0?2:w){case 0:w=q7.bind(null,h,1,l);break;case 1:w=j7.bind(null,h,1,l);break;default:w=Wg.bind(null,h,1,l)}f?l.addEventListener(h,w,!0):l.addEventListener(h,w,!1)}u(dh,"Tn"),P(dh,"vc");function q7(l,h,f,w){ye||Ht();var k=Wg,E=ye;ye=!0;try{ne(k,l,h,f,w)}finally{(ye=E)||Ce()}}u(q7,"Bs"),P(q7,"gd");function j7(l,h,f,w){DN(WN,Wg.bind(null,l,h,f,w))}u(j7,"Ys"),P(j7,"hd");function Wg(l,h,f,w){if(Hv)if(0<$.length&&-1<Mt.indexOf(l))l=Bo(null,l,h,f,w),$.push(l);else{var k=Yv(l,h,f,w);if(k===null)sh(l,w);else if(-1<Mt.indexOf(l))l=Bo(k,l,h,f,w),$.push(l);else if(!W7(k,l,h,f,w)){sh(l,w),l=Cr(l,w,null,h);try{be(Tr,l)}finally{Pr(l)}}}}u(Wg,"rr"),P(Wg,"id");function Yv(l,h,f,w){if(f=jo(w),f=hh(f),f!==null){var k=Ji(f);if(k===null)f=null;else{var E=k.tag;if(E===13){if(f=xo(k),f!==null)return f;f=null}else if(E===3){if(k.stateNode.hydrate)return k.tag===3?k.stateNode.containerInfo:null;f=null}else k!==f&&(f=null)}}l=Cr(l,w,f,h);try{be(Tr,l)}finally{Pr(l)}return null}u(Yv,"wl"),P(Yv,"Rc");var Dg={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},VN=["Webkit","ms","Moz","O"];Object.keys(Dg).forEach(function(l){VN.forEach(function(h){h=h+l.charAt(0).toUpperCase()+l.substring(1),Dg[h]=Dg[l]})});function yx(l,h,f){return h==null||typeof h=="boolean"||h===""?"":f||typeof h!="number"||h===0||Dg.hasOwnProperty(l)&&Dg[l]?(""+h).trim():h+"px"}u(yx,"So"),P(yx,"ld");function gx(l,h){l=l.style;for(var f in h)if(h.hasOwnProperty(f)){var w=f.indexOf("--")===0,k=yx(f,h[f],w);f==="float"&&(f="cssFloat"),w?l.setProperty(f,k):l[f]=k}}u(gx,"Co"),P(gx,"md");var UN=t({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Gv(l,h){if(h){if(UN[l]&&(h.children!=null||h.dangerouslySetInnerHTML!=null))throw Error(n(137,l,""));if(h.dangerouslySetInnerHTML!=null){if(h.children!=null)throw Error(n(60));if(!(typeof h.dangerouslySetInnerHTML=="object"&&"__html"in h.dangerouslySetInnerHTML))throw Error(n(61))}if(h.style!=null&&typeof h.style!="object")throw Error(n(62,""))}}u(Gv,"El"),P(Gv,"od");function Kv(l,h){if(l.indexOf("-")===-1)return typeof h.is=="string";switch(l){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}u(Kv,"Tl"),P(Kv,"pd");var F7=ic.html;function Qr(l,h){l=l.nodeType===9||l.nodeType===11?l:l.ownerDocument;var f=bn(l);h=F[h];for(var w=0;w<h.length;w++)$o(h[w],l,f)}u(Qr,"ot"),P(Qr,"rd");function Vg(){}u(Vg,"lr"),P(Vg,"sd");function Jv(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}u(Jv,"kl"),P(Jv,"td");function wx(l){for(;l&&l.firstChild;)l=l.firstChild;return l}u(wx,"Po"),P(wx,"ud");function vx(l,h){var f=wx(l);l=0;for(var w;f;){if(f.nodeType===3){if(w=l+f.textContent.length,l<=h&&w>=h)return{node:f,offset:h-l};l=w}t:{for(;f;){if(f.nextSibling){f=f.nextSibling;break t}f=f.parentNode}f=void 0}f=wx(f)}}u(vx,"No"),P(vx,"vd");function bx(l,h){return l&&h?l===h?!0:l&&l.nodeType===3?!1:h&&h.nodeType===3?bx(l,h.parentNode):"contains"in l?l.contains(h):l.compareDocumentPosition?!!(l.compareDocumentPosition(h)&16):!1:!1}u(bx,"Oo"),P(bx,"wd");function Ox(){for(var l=window,h=Jv();h instanceof l.HTMLIFrameElement;){try{var f=typeof h.contentWindow.location.href=="string"}catch{f=!1}if(f)l=h.contentWindow;else break;h=Jv(l.document)}return h}u(Ox,"Ro"),P(Ox,"xd");function t0(l){var h=l&&l.nodeName&&l.nodeName.toLowerCase();return h&&(h==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||h==="textarea"||l.contentEditable==="true")}u(t0,"xl"),P(t0,"yd");var B7="$",X7="/$",xx="$?",kx="$!",$x=null,Sx=null;function Px(l,h){switch(l){case"button":case"input":case"select":case"textarea":return!!h.autoFocus}return!1}u(Px,"Io"),P(Px,"Fd");function e0(l,h){return l==="textarea"||l==="option"||l==="noscript"||typeof h.children=="string"||typeof h.children=="number"||typeof h.dangerouslySetInnerHTML=="object"&&h.dangerouslySetInnerHTML!==null&&h.dangerouslySetInnerHTML.__html!=null}u(e0,"Nl"),P(e0,"Gd");var Cx=typeof setTimeout=="function"?setTimeout:void 0,ZN=typeof clearTimeout=="function"?clearTimeout:void 0;function oc(l){for(;l!=null;l=l.nextSibling){var h=l.nodeType;if(h===1||h===3)break}return l}u(oc,"qt"),P(oc,"Jd");function Tx(l){l=l.previousSibling;for(var h=0;l;){if(l.nodeType===8){var f=l.data;if(f===B7||f===kx||f===xx){if(h===0)return l;h--}else f===X7&&h++}l=l.previousSibling}return null}u(Tx,"Fo"),P(Tx,"Kd");var Ex=Math.random().toString(36).slice(2),Os="__reactInternalInstance$"+Ex,i0="__reactEventHandlers$"+Ex,Ug="__reactContainere$"+Ex;function hh(l){var h=l[Os];if(h)return h;for(var f=l.parentNode;f;){if(h=f[Ug]||f[Os]){if(f=h.alternate,h.child!==null||f!==null&&f.child!==null)for(l=Tx(l);l!==null;){if(f=l[Os])return f;l=Tx(l)}return h}l=f,f=l.parentNode}return null}u(hh,"Sn"),P(hh,"tc");function uh(l){return l=l[Os]||l[Ug],!l||l.tag!==5&&l.tag!==6&&l.tag!==13&&l.tag!==3?null:l}u(uh,"Cn"),P(uh,"Nc");function xs(l){if(l.tag===5||l.tag===6)return l.stateNode;throw Error(n(33))}u(xs,"Ft"),P(xs,"Pd");function n0(l){return l[i0]||null}u(n0,"zl"),P(n0,"Qd");function Rr(l){do l=l.return;while(l&&l.tag!==5);return l||null}u(Rr,"ut"),P(Rr,"Rd");function Qx(l,h){var f=l.stateNode;if(!f)return null;var w=v(f);if(!w)return null;f=w[h];t:switch(h){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(w=!w.disabled)||(l=l.type,w=!(l==="button"||l==="input"||l==="select"||l==="textarea")),l=!w;break t;default:l=!1}if(l)return null;if(f&&typeof f!="function")throw Error(n(231,h,typeof f));return f}u(Qx,"jo"),P(Qx,"Sd");function Rx(l,h,f){(h=Qx(l,f.dispatchConfig.phasedRegistrationNames[h]))&&(f._dispatchListeners=Ln(f._dispatchListeners,h),f._dispatchInstances=Ln(f._dispatchInstances,l))}u(Rx,"Lo"),P(Rx,"Td");function H7(l){if(l&&l.dispatchConfig.phasedRegistrationNames){for(var h=l._targetInst,f=[];h;)f.push(h),h=Rr(h);for(h=f.length;0<h--;)Rx(f[h],"captured",l);for(h=0;h<f.length;h++)Rx(f[h],"bubbled",l)}}u(H7,"Js"),P(H7,"Ud");function o0(l,h,f){l&&f&&f.dispatchConfig.registrationName&&(h=Qx(l,f.dispatchConfig.registrationName))&&(f._dispatchListeners=Ln(f._dispatchListeners,h),f._dispatchInstances=Ln(f._dispatchInstances,l))}u(o0,"Ml"),P(o0,"Vd");function Y7(l){l&&l.dispatchConfig.registrationName&&o0(l._targetInst,null,l)}u(Y7,"qs"),P(Y7,"Wd");function rc(l){qo(l,H7)}u(rc,"bt"),P(rc,"Xd");var ks=null,Mx=null,r0=null;function Ax(){if(r0)return r0;var l,h=Mx,f=h.length,w,k="value"in ks?ks.value:ks.textContent,E=k.length;for(l=0;l<f&&h[l]===k[l];l++);var M=f-l;for(w=1;w<=M&&h[f-w]===k[E-w];w++);return r0=k.slice(l,1<w?1-w:void 0)}u(Ax,"Do"),P(Ax,"ae");function Zg(){return!0}u(Zg,"ur"),P(Zg,"be");function Ng(){return!1}u(Ng,"sr"),P(Ng,"ce");function In(l,h,f,w){this.dispatchConfig=l,this._targetInst=h,this.nativeEvent=f,l=this.constructor.Interface;for(var k in l)l.hasOwnProperty(k)&&((h=l[k])?this[k]=h(f):k==="target"?this.target=w:this[k]=f[k]);return this.isDefaultPrevented=(f.defaultPrevented!=null?f.defaultPrevented:f.returnValue===!1)?Zg:Ng,this.isPropagationStopped=Ng,this}u(In,"Se"),P(In,"G"),t(In.prototype,{preventDefault:P(function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Zg)},"preventDefault"),stopPropagation:P(function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Zg)},"stopPropagation"),persist:P(function(){this.isPersistent=Zg},"persist"),isPersistent:Ng,destructor:P(function(){var l=this.constructor.Interface,h;for(h in l)this[h]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=Ng,this._dispatchInstances=this._dispatchListeners=null},"destructor")}),In.Interface={type:null,target:null,currentTarget:P(function(){return null},"currentTarget"),eventPhase:null,bubbles:null,cancelable:null,timeStamp:P(function(l){return l.timeStamp||Date.now()},"timeStamp"),defaultPrevented:null,isTrusted:null},In.extend=function(l){function h(){}u(h,"t"),P(h,"b");function f(){return w.apply(this,arguments)}u(f,"n"),P(f,"c");var w=this;h.prototype=w.prototype;var k=new h;return t(k,f.prototype),f.prototype=k,f.prototype.constructor=f,f.Interface=t({},w.Interface,l),f.extend=w.extend,zx(f),f},zx(In);function G7(l,h,f,w){if(this.eventPool.length){var k=this.eventPool.pop();return this.call(k,l,h,f,w),k}return new this(l,h,f,w)}u(G7,"bs"),P(G7,"ee");function K7(l){if(!(l instanceof this))throw Error(n(279));l.destructor(),10>this.eventPool.length&&this.eventPool.push(l)}u(K7,"ea"),P(K7,"fe");function zx(l){l.eventPool=[],l.getPooled=G7,l.release=K7}u(zx,"Uo"),P(zx,"de");var NN=In.extend({data:null}),qN=In.extend({data:null}),jN=[9,13,27,32],_x=rt&&"CompositionEvent"in window,qg=null;rt&&"documentMode"in document&&(qg=document.documentMode);var FN=rt&&"TextEvent"in window&&!qg,J7=rt&&(!_x||qg&&8<qg&&11>=qg),t8=" ",$a={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},e8=!1;function Lx(l,h){switch(l){case"keyup":return jN.indexOf(h.keyCode)!==-1;case"keydown":return h.keyCode!==229;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}u(Lx,"Qo"),P(Lx,"qe");function Ix(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}u(Ix,"Ho"),P(Ix,"re");var ph=!1;function i8(l,h){switch(l){case"compositionend":return Ix(h);case"keypress":return h.which!==32?null:(e8=!0,t8);case"textInput":return l=h.data,l===t8&&e8?null:l;default:return null}}u(i8,"ia"),P(i8,"te");function n8(l,h){if(ph)return l==="compositionend"||!_x&&Lx(l,h)?(l=Ax(),r0=Mx=ks=null,ph=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(h.ctrlKey||h.altKey||h.metaKey)||h.ctrlKey&&h.altKey){if(h.char&&1<h.char.length)return h.char;if(h.which)return String.fromCharCode(h.which)}return null;case"compositionend":return J7&&h.locale!=="ko"?null:h.data;default:return null}}u(n8,"oa"),P(n8,"ue");var BN={eventTypes:$a,extractEvents:P(function(l,h,f,w){var k;if(_x)t:{switch(l){case"compositionstart":var E=$a.compositionStart;break t;case"compositionend":E=$a.compositionEnd;break t;case"compositionupdate":E=$a.compositionUpdate;break t}E=void 0}else ph?Lx(l,f)&&(E=$a.compositionEnd):l==="keydown"&&f.keyCode===229&&(E=$a.compositionStart);return E?(J7&&f.locale!=="ko"&&(ph||E!==$a.compositionStart?E===$a.compositionEnd&&ph&&(k=Ax()):(ks=w,Mx="value"in ks?ks.value:ks.textContent,ph=!0)),E=NN.getPooled(E,h,f,w),k?E.data=k:(k=Ix(f),k!==null&&(E.data=k)),rc(E),k=E):k=null,(l=FN?i8(l,f):n8(l,f))?(h=qN.getPooled($a.beforeInput,h,f,w),h.data=l,rc(h)):h=null,k===null?h:h===null?k:[k,h]},"extractEvents")},XN={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Wx(l){var h=l&&l.nodeName&&l.nodeName.toLowerCase();return h==="input"?!!XN[l.type]:h==="textarea"}u(Wx,"$o"),P(Wx,"xe");var o8={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function Dx(l,h,f){return l=In.getPooled(o8.change,l,h,f),l.type="change",dt(f),rc(l),l}u(Dx,"Bo"),P(Dx,"ze");var jg=null,Fg=null;function r8(l){ko(l)}u(r8,"aa"),P(r8,"Ce");function Bg(l){var h=xs(l);if(kr(h))return l}u(Bg,"ar"),P(Bg,"De");function a8(l,h){if(l==="change")return h}u(a8,"fa"),P(a8,"Ee");var Vx=!1;rt&&(Vx=Sr("input")&&(!document.documentMode||9<document.documentMode));function Ux(){jg&&(jg.detachEvent("onpropertychange",Zx),Fg=jg=null)}u(Ux,"Yo"),P(Ux,"Ge");function Zx(l){if(l.propertyName==="value"&&Bg(Fg))if(l=Dx(Fg,l,jo(l)),ye)ko(l);else{ye=!0;try{It(r8,l)}finally{ye=!1,Ce()}}}u(Zx,"Xo"),P(Zx,"He");function s8(l,h,f){l==="focus"?(Ux(),jg=h,Fg=f,jg.attachEvent("onpropertychange",Zx)):l==="blur"&&Ux()}u(s8,"ca"),P(s8,"Ie");function l8(l){if(l==="selectionchange"||l==="keyup"||l==="keydown")return Bg(Fg)}u(l8,"da"),P(l8,"Je");function c8(l,h){if(l==="click")return Bg(h)}u(c8,"pa"),P(c8,"Ke");function d8(l,h){if(l==="input"||l==="change")return Bg(h)}u(d8,"ma"),P(d8,"Le");var HN={eventTypes:o8,_isInputEventSupported:Vx,extractEvents:P(function(l,h,f,w){var k=h?xs(h):window,E=k.nodeName&&k.nodeName.toLowerCase();if(E==="select"||E==="input"&&k.type==="file")var M=a8;else if(Wx(k))if(Vx)M=d8;else{M=l8;var I=s8}else(E=k.nodeName)&&E.toLowerCase()==="input"&&(k.type==="checkbox"||k.type==="radio")&&(M=c8);if(M&&(M=M(l,h)))return Dx(M,f,w);I&&I(l,k,h),l==="blur"&&(l=k._wrapperState)&&l.controlled&&k.type==="number"&&wa(k,"number",k.value)},"extractEvents")},Xg=In.extend({view:null,detail:null}),YN={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function h8(l){var h=this.nativeEvent;return h.getModifierState?h.getModifierState(l):(l=YN[l])?!!h[l]:!1}u(h8,"ya"),P(h8,"Pe");function a0(){return h8}u(a0,"Ll"),P(a0,"Qe");var u8=0,p8=0,f8=!1,m8=!1,Hg=Xg.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:a0,button:null,buttons:null,relatedTarget:P(function(l){return l.relatedTarget||(l.fromElement===l.srcElement?l.toElement:l.fromElement)},"relatedTarget"),movementX:P(function(l){if("movementX"in l)return l.movementX;var h=u8;return u8=l.screenX,f8?l.type==="mousemove"?l.screenX-h:0:(f8=!0,0)},"movementX"),movementY:P(function(l){if("movementY"in l)return l.movementY;var h=p8;return p8=l.screenY,m8?l.type==="mousemove"?l.screenY-h:0:(m8=!0,0)},"movementY")}),y8=Hg.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Yg={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},GN={eventTypes:Yg,extractEvents:P(function(l,h,f,w,k){var E=l==="mouseover"||l==="pointerover",M=l==="mouseout"||l==="pointerout";if(E&&!(k&32)&&(f.relatedTarget||f.fromElement)||!M&&!E)return null;if(E=w.window===w?w:(E=w.ownerDocument)?E.defaultView||E.parentWindow:window,M){if(M=h,h=(h=f.relatedTarget||f.toElement)?hh(h):null,h!==null){var I=Ji(h);(h!==I||h.tag!==5&&h.tag!==6)&&(h=null)}}else M=null;if(M===h)return null;if(l==="mouseout"||l==="mouseover")var J=Hg,tt=Yg.mouseLeave,Pt=Yg.mouseEnter,At="mouse";else(l==="pointerout"||l==="pointerover")&&(J=y8,tt=Yg.pointerLeave,Pt=Yg.pointerEnter,At="pointer");if(l=M==null?E:xs(M),E=h==null?E:xs(h),tt=J.getPooled(tt,M,f,w),tt.type=At+"leave",tt.target=l,tt.relatedTarget=E,f=J.getPooled(Pt,h,f,w),f.type=At+"enter",f.target=E,f.relatedTarget=l,w=M,At=h,w&&At)t:{for(J=w,Pt=At,M=0,l=J;l;l=Rr(l))M++;for(l=0,h=Pt;h;h=Rr(h))l++;for(;0<M-l;)J=Rr(J),M--;for(;0<l-M;)Pt=Rr(Pt),l--;for(;M--;){if(J===Pt||J===Pt.alternate)break t;J=Rr(J),Pt=Rr(Pt)}J=null}else J=null;for(Pt=J,J=[];w&&w!==Pt&&(M=w.alternate,!(M!==null&&M===Pt));)J.push(w),w=Rr(w);for(w=[];At&&At!==Pt&&(M=At.alternate,!(M!==null&&M===Pt));)w.push(At),At=Rr(At);for(At=0;At<J.length;At++)o0(J[At],"bubbled",tt);for(At=w.length;0<At--;)o0(w[At],"captured",f);return k&64?[tt,f]:[tt]},"extractEvents")};function g8(l,h){return l===h&&(l!==0||1/l===1/h)||l!==l&&h!==h}u(g8,"wa"),P(g8,"Ze");var ac=typeof Object.is=="function"?Object.is:g8,KN=Object.prototype.hasOwnProperty;function fh(l,h){if(ac(l,h))return!0;if(typeof l!="object"||l===null||typeof h!="object"||h===null)return!1;var f=Object.keys(l),w=Object.keys(h);if(f.length!==w.length)return!1;for(w=0;w<f.length;w++)if(!KN.call(h,f[w])||!ac(l[f[w]],h[f[w]]))return!1;return!0}u(fh,"Mn"),P(fh,"bf");var JN=rt&&"documentMode"in document&&11>=document.documentMode,w8={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},mh=null,Nx=null,Gg=null,qx=!1;function jx(l,h){var f=h.window===h?h.document:h.nodeType===9?h:h.ownerDocument;return qx||mh==null||mh!==Jv(f)?null:(f=mh,"selectionStart"in f&&t0(f)?f={start:f.selectionStart,end:f.selectionEnd}:(f=(f.ownerDocument&&f.ownerDocument.defaultView||window).getSelection(),f={anchorNode:f.anchorNode,anchorOffset:f.anchorOffset,focusNode:f.focusNode,focusOffset:f.focusOffset}),Gg&&fh(Gg,f)?null:(Gg=f,l=In.getPooled(w8.select,Nx,l,h),l.type="select",l.target=mh,rc(l),l))}u(jx,"tu"),P(jx,"jf");var tq={eventTypes:w8,extractEvents:P(function(l,h,f,w,k,E){if(k=E||(w.window===w?w.document:w.nodeType===9?w:w.ownerDocument),!(E=!k)){t:{k=bn(k),E=F.onSelect;for(var M=0;M<E.length;M++)if(!k.has(E[M])){k=!1;break t}k=!0}E=!k}if(E)return null;switch(k=h?xs(h):window,l){case"focus":(Wx(k)||k.contentEditable==="true")&&(mh=k,Nx=h,Gg=null);break;case"blur":Gg=Nx=mh=null;break;case"mousedown":qx=!0;break;case"contextmenu":case"mouseup":case"dragend":return qx=!1,jx(f,w);case"selectionchange":if(JN)break;case"keydown":case"keyup":return jx(f,w)}return null},"extractEvents")},eq=In.extend({animationName:null,elapsedTime:null,pseudoElement:null}),iq=In.extend({clipboardData:P(function(l){return"clipboardData"in l?l.clipboardData:window.clipboardData},"clipboardData")}),nq=Xg.extend({relatedTarget:null});function Kg(l){var h=l.keyCode;return"charCode"in l?(l=l.charCode,l===0&&h===13&&(l=13)):l=h,l===10&&(l=13),32<=l||l===13?l:0}u(Kg,"fr"),P(Kg,"of");var oq={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},rq={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},aq=Xg.extend({key:P(function(l){if(l.key){var h=oq[l.key]||l.key;if(h!=="Unidentified")return h}return l.type==="keypress"?(l=Kg(l),l===13?"Enter":String.fromCharCode(l)):l.type==="keydown"||l.type==="keyup"?rq[l.keyCode]||"Unidentified":""},"key"),location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:a0,charCode:P(function(l){return l.type==="keypress"?Kg(l):0},"charCode"),keyCode:P(function(l){return l.type==="keydown"||l.type==="keyup"?l.keyCode:0},"keyCode"),which:P(function(l){return l.type==="keypress"?Kg(l):l.type==="keydown"||l.type==="keyup"?l.keyCode:0},"which")}),sq=Hg.extend({dataTransfer:null}),lq=Xg.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:a0}),cq=In.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),dq=Hg.extend({deltaX:P(function(l){return"deltaX"in l?l.deltaX:"wheelDeltaX"in l?-l.wheelDeltaX:0},"deltaX"),deltaY:P(function(l){return"deltaY"in l?l.deltaY:"wheelDeltaY"in l?-l.wheelDeltaY:"wheelDelta"in l?-l.wheelDelta:0},"deltaY"),deltaZ:null,deltaMode:null}),hq={eventTypes:U7,extractEvents:P(function(l,h,f,w){var k=Z7.get(l);if(!k)return null;switch(l){case"keypress":if(Kg(f)===0)return null;case"keydown":case"keyup":l=aq;break;case"blur":case"focus":l=nq;break;case"click":if(f.button===2)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":l=Hg;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":l=sq;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":l=lq;break;case ze:case _e:case di:l=eq;break;case Li:l=cq;break;case"scroll":l=Xg;break;case"wheel":l=dq;break;case"copy":case"cut":case"paste":l=iq;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":l=y8;break;default:l=In}return h=l.getPooled(k,h,f,w),rc(h),h},"extractEvents")};if(R)throw Error(n(101));R=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),z();var uq=uh;v=n0,O=uq,x=xs,X({SimpleEventPlugin:hq,EnterLeaveEventPlugin:GN,ChangeEventPlugin:HN,SelectEventPlugin:tq,BeforeInputEventPlugin:BN});var Fx=[],yh=-1;function He(l){0>yh||(l.current=Fx[yh],Fx[yh]=null,yh--)}u(He,"W"),P(He,"H");function hi(l,h){yh++,Fx[yh]=l.current,l.current=h}u(hi,"X"),P(hi,"I");var $s={},hn={current:$s},Wn={current:!1},sc=$s;function lc(l,h){var f=l.type.contextTypes;if(!f)return $s;var w=l.stateNode;if(w&&w.__reactInternalMemoizedUnmaskedChildContext===h)return w.__reactInternalMemoizedMaskedChildContext;var k={},E;for(E in f)k[E]=h[E];return w&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=h,l.__reactInternalMemoizedMaskedChildContext=k),k}u(lc,"rn"),P(lc,"Cf");function On(l){return l=l.childContextTypes,l!=null}u(On,"ye"),P(On,"L");function Jg(){He(Wn),He(hn)}u(Jg,"cr"),P(Jg,"Df");function Bx(l,h,f){if(hn.current!==$s)throw Error(n(168));hi(hn,h),hi(Wn,f)}u(Bx,"nu"),P(Bx,"Ef");function Xx(l,h,f){var w=l.stateNode;if(l=h.childContextTypes,typeof w.getChildContext!="function")return f;w=w.getChildContext();for(var k in w)if(!(k in l))throw Error(n(108,_n(h)||"Unknown",k));return t({},f,{},w)}u(Xx,"ru"),P(Xx,"Ff");function tw(l){return l=(l=l.stateNode)&&l.__reactInternalMemoizedMergedChildContext||$s,sc=hn.current,hi(hn,l),hi(Wn,Wn.current),!0}u(tw,"dr"),P(tw,"Gf");function Hx(l,h,f){var w=l.stateNode;if(!w)throw Error(n(169));f?(l=Xx(l,h,sc),w.__reactInternalMemoizedMergedChildContext=l,He(Wn),He(hn),hi(hn,l)):He(Wn),hi(Wn,f)}u(Hx,"lu"),P(Hx,"Hf");var pq=i.unstable_runWithPriority,Yx=i.unstable_scheduleCallback,v8=i.unstable_cancelCallback,b8=i.unstable_requestPaint,Gx=i.unstable_now,fq=i.unstable_getCurrentPriorityLevel,s0=i.unstable_ImmediatePriority,O8=i.unstable_UserBlockingPriority,x8=i.unstable_NormalPriority,k8=i.unstable_LowPriority,$8=i.unstable_IdlePriority,S8={},mq=i.unstable_shouldYield,yq=b8!==void 0?b8:function(){},Sa=null,l0=null,Kx=!1,P8=Gx(),So=1e4>P8?Gx:function(){return Gx()-P8};function ew(){switch(fq()){case s0:return 99;case O8:return 98;case x8:return 97;case k8:return 96;case $8:return 95;default:throw Error(n(332))}}u(ew,"hr"),P(ew,"ag");function Jx(l){switch(l){case 99:return s0;case 98:return O8;case 97:return x8;case 96:return k8;case 95:return $8;default:throw Error(n(332))}}u(Jx,"pu"),P(Jx,"bg");function Pa(l,h){return l=Jx(l),pq(l,h)}u(Pa,"Et"),P(Pa,"cg");function tk(l,h,f){return l=Jx(l),Yx(l,h,f)}u(tk,"mu"),P(tk,"dg");function ek(l){return Sa===null?(Sa=[l],l0=Yx(s0,ik)):Sa.push(l),S8}u(ek,"hu"),P(ek,"eg");function Xo(){if(l0!==null){var l=l0;l0=null,v8(l)}ik()}u(Xo,"Xe"),P(Xo,"gg");function ik(){if(!Kx&&Sa!==null){Kx=!0;var l=0;try{var h=Sa;Pa(99,function(){for(;l<h.length;l++){var f=h[l];do f=f(!0);while(f!==null)}}),Sa=null}catch(f){throw Sa!==null&&(Sa=Sa.slice(l+1)),Yx(s0,Xo),f}finally{Kx=!1}}}u(ik,"vu"),P(ik,"fg");function iw(l,h,f){return f/=10,1073741821-(((1073741821-l+h/10)/f|0)+1)*f}u(iw,"vr"),P(iw,"hg");function Po(l,h){if(l&&l.defaultProps){h=t({},h),l=l.defaultProps;for(var f in l)h[f]===void 0&&(h[f]=l[f])}return h}u(Po,"Ve"),P(Po,"ig");var c0={current:null},d0=null,gh=null,h0=null;function u0(){h0=gh=d0=null}u(u0,"Hl"),P(u0,"ng");function p0(l){var h=c0.current;He(c0),l.type._context._currentValue=h}u(p0,"$l"),P(p0,"og");function nk(l,h){for(;l!==null;){var f=l.alternate;if(l.childExpirationTime<h)l.childExpirationTime=h,f!==null&&f.childExpirationTime<h&&(f.childExpirationTime=h);else if(f!==null&&f.childExpirationTime<h)f.childExpirationTime=h;else break;l=l.return}}u(nk,"yu"),P(nk,"pg");function cc(l,h){d0=l,h0=gh=null,l=l.dependencies,l!==null&&l.firstContext!==null&&(l.expirationTime>=h&&(Ar=!0),l.firstContext=null)}u(cc,"on"),P(cc,"qg");function no(l,h){if(h0!==l&&h!==!1&&h!==0)if((typeof h!="number"||h===1073741823)&&(h0=l,h=1073741823),h={context:l,observedBits:h,next:null},gh===null){if(d0===null)throw Error(n(308));gh=h,d0.dependencies={expirationTime:0,firstContext:h,responders:null}}else gh=gh.next=h;return l._currentValue}u(no,"Fe"),P(no,"sg");var Ss=!1;function f0(l){l.updateQueue={baseState:l.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}u(f0,"Kl"),P(f0,"ug");function m0(l,h){l=l.updateQueue,h.updateQueue===l&&(h.updateQueue={baseState:l.baseState,baseQueue:l.baseQueue,shared:l.shared,effects:l.effects})}u(m0,"Bl"),P(m0,"vg");function Ca(l,h){return l={expirationTime:l,suspenseConfig:h,tag:0,payload:null,callback:null,next:null},l.next=l}u(Ca,"kt"),P(Ca,"wg");function Ta(l,h){if(l=l.updateQueue,l!==null){l=l.shared;var f=l.pending;f===null?h.next=h:(h.next=f.next,f.next=h),l.pending=h}}u(Ta,"xt"),P(Ta,"xg");function ok(l,h){var f=l.alternate;f!==null&&m0(f,l),l=l.updateQueue,f=l.baseQueue,f===null?(l.baseQueue=h.next=h,h.next=h):(h.next=f.next,f.next=h)}u(ok,"gu"),P(ok,"yg");function wh(l,h,f,w){var k=l.updateQueue;Ss=!1;var E=k.baseQueue,M=k.shared.pending;if(M!==null){if(E!==null){var I=E.next;E.next=M.next,M.next=I}E=M,k.shared.pending=null,I=l.alternate,I!==null&&(I=I.updateQueue,I!==null&&(I.baseQueue=M))}if(E!==null){I=E.next;var J=k.baseState,tt=0,Pt=null,At=null,ke=null;if(I!==null){var Re=I;do{if(M=Re.expirationTime,M<w){var ro={expirationTime:Re.expirationTime,suspenseConfig:Re.suspenseConfig,tag:Re.tag,payload:Re.payload,callback:Re.callback,next:null};ke===null?(At=ke=ro,Pt=J):ke=ke.next=ro,M>tt&&(tt=M)}else{ke!==null&&(ke=ke.next={expirationTime:1073741823,suspenseConfig:Re.suspenseConfig,tag:Re.tag,payload:Re.payload,callback:Re.callback,next:null}),e$(M,Re.suspenseConfig);t:{var qi=l,G=Re;switch(M=h,ro=f,G.tag){case 1:if(qi=G.payload,typeof qi=="function"){J=qi.call(ro,J,M);break t}J=qi;break t;case 3:qi.effectTag=qi.effectTag&-4097|64;case 0:if(qi=G.payload,M=typeof qi=="function"?qi.call(ro,J,M):qi,M==null)break t;J=t({},J,M);break t;case 2:Ss=!0}}Re.callback!==null&&(l.effectTag|=32,M=k.effects,M===null?k.effects=[Re]:M.push(Re))}if(Re=Re.next,Re===null||Re===I){if(M=k.shared.pending,M===null)break;Re=E.next=M.next,M.next=I,k.baseQueue=E=M,k.shared.pending=null}}while(!0)}ke===null?Pt=J:ke.next=At,k.baseState=Pt,k.baseQueue=ke,kw(tt),l.expirationTime=tt,l.memoizedState=J}}u(wh,"Fn"),P(wh,"zg");function rk(l,h,f){if(l=h.effects,h.effects=null,l!==null)for(h=0;h<l.length;h++){var w=l[h],k=w.callback;if(k!==null){if(w.callback=null,w=k,k=f,typeof w!="function")throw Error(n(191,w));w.call(k)}}}u(rk,"wu"),P(rk,"Cg");var nw=_i.ReactCurrentBatchConfig,C8=new o.Component().refs;function ow(l,h,f,w){h=l.memoizedState,f=f(w,h),f=f==null?h:t({},h,f),l.memoizedState=f,l.expirationTime===0&&(l.updateQueue.baseState=f)}u(ow,"Er"),P(ow,"Fg");var y0={isMounted:P(function(l){return(l=l._reactInternalFiber)?Ji(l)===l:!1},"isMounted"),enqueueSetState:P(function(l,h,f){l=l._reactInternalFiber;var w=Yo(),k=nw.suspense;w=Rs(w,l,k),k=Ca(w,k),k.payload=h,f!=null&&(k.callback=f),Ta(l,k),Ra(l,w)},"enqueueSetState"),enqueueReplaceState:P(function(l,h,f){l=l._reactInternalFiber;var w=Yo(),k=nw.suspense;w=Rs(w,l,k),k=Ca(w,k),k.tag=1,k.payload=h,f!=null&&(k.callback=f),Ta(l,k),Ra(l,w)},"enqueueReplaceState"),enqueueForceUpdate:P(function(l,h){l=l._reactInternalFiber;var f=Yo(),w=nw.suspense;f=Rs(f,l,w),w=Ca(f,w),w.tag=2,h!=null&&(w.callback=h),Ta(l,w),Ra(l,f)},"enqueueForceUpdate")};function ak(l,h,f,w,k,E,M){return l=l.stateNode,typeof l.shouldComponentUpdate=="function"?l.shouldComponentUpdate(w,E,M):h.prototype&&h.prototype.isPureReactComponent?!fh(f,w)||!fh(k,E):!0}u(ak,"Tu"),P(ak,"Kg");function sk(l,h,f){var w=!1,k=$s,E=h.contextType;return typeof E=="object"&&E!==null?E=no(E):(k=On(h)?sc:hn.current,w=h.contextTypes,E=(w=w!=null)?lc(l,k):$s),h=new h(f,E),l.memoizedState=h.state!==null&&h.state!==void 0?h.state:null,h.updater=y0,l.stateNode=h,h._reactInternalFiber=l,w&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=k,l.__reactInternalMemoizedMaskedChildContext=E),h}u(sk,"ku"),P(sk,"Lg");function lk(l,h,f,w){l=h.state,typeof h.componentWillReceiveProps=="function"&&h.componentWillReceiveProps(f,w),typeof h.UNSAFE_componentWillReceiveProps=="function"&&h.UNSAFE_componentWillReceiveProps(f,w),h.state!==l&&y0.enqueueReplaceState(h,h.state,null)}u(lk,"xu"),P(lk,"Mg");function g0(l,h,f,w){var k=l.stateNode;k.props=f,k.state=l.memoizedState,k.refs=C8,f0(l);var E=h.contextType;typeof E=="object"&&E!==null?k.context=no(E):(E=On(h)?sc:hn.current,k.context=lc(l,E)),wh(l,f,k,w),k.state=l.memoizedState,E=h.getDerivedStateFromProps,typeof E=="function"&&(ow(l,h,E,f),k.state=l.memoizedState),typeof h.getDerivedStateFromProps=="function"||typeof k.getSnapshotBeforeUpdate=="function"||typeof k.UNSAFE_componentWillMount!="function"&&typeof k.componentWillMount!="function"||(h=k.state,typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount(),h!==k.state&&y0.enqueueReplaceState(k,k.state,null),wh(l,f,k,w),k.state=l.memoizedState),typeof k.componentDidMount=="function"&&(l.effectTag|=4)}u(g0,"Yl"),P(g0,"Ng");var w0=Array.isArray;function vh(l,h,f){if(l=f.ref,l!==null&&typeof l!="function"&&typeof l!="object"){if(f._owner){if(f=f._owner,f){if(f.tag!==1)throw Error(n(309));var w=f.stateNode}if(!w)throw Error(n(147,l));var k=""+l;return h!==null&&h.ref!==null&&typeof h.ref=="function"&&h.ref._stringRef===k?h.ref:(h=P(function(E){var M=w.refs;M===C8&&(M=w.refs={}),E===null?delete M[k]:M[k]=E},"b"),h._stringRef=k,h)}if(typeof l!="string")throw Error(n(284));if(!f._owner)throw Error(n(290,l))}return l}u(vh,"Ln"),P(vh,"Pg");function rw(l,h){if(l.type!=="textarea")throw Error(n(31,Object.prototype.toString.call(h)==="[object Object]"?"object with keys {"+Object.keys(h).join(", ")+"}":h,""))}u(rw,"xr"),P(rw,"Qg");function ck(l){function h(G,H){if(l){var it=G.lastEffect;it!==null?(it.nextEffect=H,G.lastEffect=H):G.firstEffect=G.lastEffect=H,H.nextEffect=null,H.effectTag=8}}u(h,"t"),P(h,"b");function f(G,H){if(!l)return null;for(;H!==null;)h(G,H),H=H.sibling;return null}u(f,"n"),P(f,"c");function w(G,H){for(G=new Map;H!==null;)H.key!==null?G.set(H.key,H):G.set(H.index,H),H=H.sibling;return G}u(w,"r"),P(w,"d");function k(G,H){return G=_s(G,H),G.index=0,G.sibling=null,G}u(k,"l"),P(k,"e");function E(G,H,it){return G.index=it,l?(it=G.alternate,it!==null?(it=it.index,it<H?(G.effectTag=2,H):it):(G.effectTag=2,H)):H}u(E,"o"),P(E,"f");function M(G){return l&&G.alternate===null&&(G.effectTag=2),G}u(M,"u"),P(M,"g");function I(G,H,it,mt){return H===null||H.tag!==6?(H=ib(it,G.mode,mt),H.return=G,H):(H=k(H,it),H.return=G,H)}u(I,"s"),P(I,"h");function J(G,H,it,mt){return H!==null&&H.elementType===it.type?(mt=k(H,it.props),mt.ref=vh(G,H,it),mt.return=G,mt):(mt=$w(it.type,it.key,it.props,null,G.mode,mt),mt.ref=vh(G,H,it),mt.return=G,mt)}u(J,"d"),P(J,"k");function tt(G,H,it,mt){return H===null||H.tag!==4||H.stateNode.containerInfo!==it.containerInfo||H.stateNode.implementation!==it.implementation?(H=nb(it,G.mode,mt),H.return=G,H):(H=k(H,it.children||[]),H.return=G,H)}u(tt,"p"),P(tt,"l");function Pt(G,H,it,mt,$t){return H===null||H.tag!==7?(H=Ma(it,G.mode,mt,$t),H.return=G,H):(H=k(H,it),H.return=G,H)}u(Pt,"E"),P(Pt,"m");function At(G,H,it){if(typeof H=="string"||typeof H=="number")return H=ib(""+H,G.mode,it),H.return=G,H;if(typeof H=="object"&&H!==null){switch(H.$$typeof){case Uo:return it=$w(H.type,H.key,H.props,null,G.mode,it),it.ref=vh(G,null,H),it.return=G,it;case Xt:return H=nb(H,G.mode,it),H.return=G,H}if(w0(H)||dn(H))return H=Ma(H,G.mode,it,null),H.return=G,H;rw(G,H)}return null}u(At,"k"),P(At,"p");function ke(G,H,it,mt){var $t=H!==null?H.key:null;if(typeof it=="string"||typeof it=="number")return $t!==null?null:I(G,H,""+it,mt);if(typeof it=="object"&&it!==null){switch(it.$$typeof){case Uo:return it.key===$t?it.type===$e?Pt(G,H,it.props.children,mt,$t):J(G,H,it,mt):null;case Xt:return it.key===$t?tt(G,H,it,mt):null}if(w0(it)||dn(it))return $t!==null?null:Pt(G,H,it,mt,null);rw(G,it)}return null}u(ke,"F"),P(ke,"x");function Re(G,H,it,mt,$t){if(typeof mt=="string"||typeof mt=="number")return G=G.get(it)||null,I(H,G,""+mt,$t);if(typeof mt=="object"&&mt!==null){switch(mt.$$typeof){case Uo:return G=G.get(mt.key===null?it:mt.key)||null,mt.type===$e?Pt(H,G,mt.props.children,$t,mt.key):J(H,G,mt,$t);case Xt:return G=G.get(mt.key===null?it:mt.key)||null,tt(H,G,mt,$t)}if(w0(mt)||dn(mt))return G=G.get(it)||null,Pt(H,G,mt,$t,null);rw(H,mt)}return null}u(Re,"U"),P(Re,"z");function ro(G,H,it,mt){for(var $t=null,_t=null,Gt=H,Qe=H=0,ai=null;Gt!==null&&Qe<it.length;Qe++){Gt.index>Qe?(ai=Gt,Gt=null):ai=Gt.sibling;var Oe=ke(G,Gt,it[Qe],mt);if(Oe===null){Gt===null&&(Gt=ai);break}l&&Gt&&Oe.alternate===null&&h(G,Gt),H=E(Oe,H,Qe),_t===null?$t=Oe:_t.sibling=Oe,_t=Oe,Gt=ai}if(Qe===it.length)return f(G,Gt),$t;if(Gt===null){for(;Qe<it.length;Qe++)Gt=At(G,it[Qe],mt),Gt!==null&&(H=E(Gt,H,Qe),_t===null?$t=Gt:_t.sibling=Gt,_t=Gt);return $t}for(Gt=w(G,Gt);Qe<it.length;Qe++)ai=Re(Gt,G,Qe,it[Qe],mt),ai!==null&&(l&&ai.alternate!==null&&Gt.delete(ai.key===null?Qe:ai.key),H=E(ai,H,Qe),_t===null?$t=ai:_t.sibling=ai,_t=ai);return l&&Gt.forEach(function(Is){return h(G,Is)}),$t}u(ro,"Le"),P(ro,"ca");function qi(G,H,it,mt){var $t=dn(it);if(typeof $t!="function")throw Error(n(150));if(it=$t.call(it),it==null)throw Error(n(151));for(var _t=$t=null,Gt=H,Qe=H=0,ai=null,Oe=it.next();Gt!==null&&!Oe.done;Qe++,Oe=it.next()){Gt.index>Qe?(ai=Gt,Gt=null):ai=Gt.sibling;var Is=ke(G,Gt,Oe.value,mt);if(Is===null){Gt===null&&(Gt=ai);break}l&&Gt&&Is.alternate===null&&h(G,Gt),H=E(Is,H,Qe),_t===null?$t=Is:_t.sibling=Is,_t=Is,Gt=ai}if(Oe.done)return f(G,Gt),$t;if(Gt===null){for(;!Oe.done;Qe++,Oe=it.next())Oe=At(G,Oe.value,mt),Oe!==null&&(H=E(Oe,H,Qe),_t===null?$t=Oe:_t.sibling=Oe,_t=Oe);return $t}for(Gt=w(G,Gt);!Oe.done;Qe++,Oe=it.next())Oe=Re(Gt,G,Qe,Oe.value,mt),Oe!==null&&(l&&Oe.alternate!==null&&Gt.delete(Oe.key===null?Qe:Oe.key),H=E(Oe,H,Qe),_t===null?$t=Oe:_t.sibling=Oe,_t=Oe);return l&&Gt.forEach(function(Sq){return h(G,Sq)}),$t}return u(qi,"oe"),P(qi,"D"),function(G,H,it,mt){var $t=typeof it=="object"&&it!==null&&it.type===$e&&it.key===null;$t&&(it=it.props.children);var _t=typeof it=="object"&&it!==null;if(_t)switch(it.$$typeof){case Uo:t:{for(_t=it.key,$t=H;$t!==null;){if($t.key===_t){switch($t.tag){case 7:if(it.type===$e){f(G,$t.sibling),H=k($t,it.props.children),H.return=G,G=H;break t}break;default:if($t.elementType===it.type){f(G,$t.sibling),H=k($t,it.props),H.ref=vh(G,$t,it),H.return=G,G=H;break t}}f(G,$t);break}else h(G,$t);$t=$t.sibling}it.type===$e?(H=Ma(it.props.children,G.mode,mt,it.key),H.return=G,G=H):(mt=$w(it.type,it.key,it.props,null,G.mode,mt),mt.ref=vh(G,H,it),mt.return=G,G=mt)}return M(G);case Xt:t:{for($t=it.key;H!==null;){if(H.key===$t)if(H.tag===4&&H.stateNode.containerInfo===it.containerInfo&&H.stateNode.implementation===it.implementation){f(G,H.sibling),H=k(H,it.children||[]),H.return=G,G=H;break t}else{f(G,H);break}else h(G,H);H=H.sibling}H=nb(it,G.mode,mt),H.return=G,G=H}return M(G)}if(typeof it=="string"||typeof it=="number")return it=""+it,H!==null&&H.tag===6?(f(G,H.sibling),H=k(H,it),H.return=G,G=H):(f(G,H),H=ib(it,G.mode,mt),H.return=G,G=H),M(G);if(w0(it))return ro(G,H,it,mt);if(dn(it))return qi(G,H,it,mt);if(_t&&rw(G,it),typeof it>"u"&&!$t)switch(G.tag){case 1:case 0:throw G=G.type,Error(n(152,G.displayName||G.name||"Component"))}return f(G,H)}}u(ck,"Su"),P(ck,"Rg");var bh=ck(!0),dk=ck(!1),aw={},Mr={current:aw},sw={current:aw},lw={current:aw};function Ps(l){if(l===aw)throw Error(n(174));return l}u(Ps,"Dt"),P(Ps,"ch");function v0(l,h){switch(hi(lw,h),hi(sw,l),hi(Mr,aw),l=h.nodeType,l){case 9:case 11:h=(h=h.documentElement)?h.namespaceURI:V(null,"");break;default:l=l===8?h.parentNode:h,h=l.namespaceURI||null,l=l.tagName,h=V(h,l)}He(Mr),hi(Mr,h)}u(v0,"Gl"),P(v0,"dh");function dc(){He(Mr),He(sw),He(lw)}u(dc,"sn"),P(dc,"eh");function hk(l){Ps(lw.current);var h=Ps(Mr.current),f=V(h,l.type);h!==f&&(hi(sw,l),hi(Mr,f))}u(hk,"Cu"),P(hk,"fh");function b0(l){sw.current===l&&(He(Mr),He(sw))}u(b0,"Zl"),P(b0,"gh");var ui={current:0};function cw(l){for(var h=l;h!==null;){if(h.tag===13){var f=h.memoizedState;if(f!==null&&(f=f.dehydrated,f===null||f.data===xx||f.data===kx))return h}else if(h.tag===19&&h.memoizedProps.revealOrder!==void 0){if(h.effectTag&64)return h}else if(h.child!==null){h.child.return=h,h=h.child;continue}if(h===l)break;for(;h.sibling===null;){if(h.return===null||h.return===l)return null;h=h.return}h.sibling.return=h.return,h=h.sibling}return null}u(cw,"Sr"),P(cw,"hh");function O0(l,h){return{responder:l,props:h}}u(O0,"Jl"),P(O0,"ih");var x0=_i.ReactCurrentDispatcher,Co=_i.ReactCurrentBatchConfig,Cs=0,Ii=null,un=null,pn=null,k0=!1;function Dn(){throw Error(n(321))}u(Dn,"Ce"),P(Dn,"Q");function $0(l,h){if(h===null)return!1;for(var f=0;f<h.length&&f<l.length;f++)if(!ac(l[f],h[f]))return!1;return!0}u($0,"ql"),P($0,"nh");function S0(l,h,f,w,k,E){if(Cs=E,Ii=h,h.memoizedState=null,h.updateQueue=null,h.expirationTime=0,x0.current=l===null||l.memoizedState===null?gq:wq,l=f(w,k),h.expirationTime===Cs){E=0;do{if(h.expirationTime=0,!(25>E))throw Error(n(301));E+=1,pn=un=null,h.updateQueue=null,x0.current=vq,l=f(w,k)}while(h.expirationTime===Cs)}if(x0.current=M0,h=un!==null&&un.next!==null,Cs=0,pn=un=Ii=null,k0=!1,h)throw Error(n(300));return l}u(S0,"bl"),P(S0,"oh");function hc(){var l={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return pn===null?Ii.memoizedState=pn=l:pn=pn.next=l,pn}u(hc,"an"),P(hc,"th");function uc(){if(un===null){var l=Ii.alternate;l=l!==null?l.memoizedState:null}else l=un.next;var h=pn===null?Ii.memoizedState:pn.next;if(h!==null)pn=h,un=l;else{if(l===null)throw Error(n(310));un=l,l={memoizedState:un.memoizedState,baseState:un.baseState,baseQueue:un.baseQueue,queue:un.queue,next:null},pn===null?Ii.memoizedState=pn=l:pn=pn.next=l}return pn}u(uc,"fn"),P(uc,"uh");function Ts(l,h){return typeof h=="function"?h(l):h}u(Ts,"Ut"),P(Ts,"vh");function dw(l){var h=uc(),f=h.queue;if(f===null)throw Error(n(311));f.lastRenderedReducer=l;var w=un,k=w.baseQueue,E=f.pending;if(E!==null){if(k!==null){var M=k.next;k.next=E.next,E.next=M}w.baseQueue=k=E,f.pending=null}if(k!==null){k=k.next,w=w.baseState;var I=M=E=null,J=k;do{var tt=J.expirationTime;if(tt<Cs){var Pt={expirationTime:J.expirationTime,suspenseConfig:J.suspenseConfig,action:J.action,eagerReducer:J.eagerReducer,eagerState:J.eagerState,next:null};I===null?(M=I=Pt,E=w):I=I.next=Pt,tt>Ii.expirationTime&&(Ii.expirationTime=tt,kw(tt))}else I!==null&&(I=I.next={expirationTime:1073741823,suspenseConfig:J.suspenseConfig,action:J.action,eagerReducer:J.eagerReducer,eagerState:J.eagerState,next:null}),e$(tt,J.suspenseConfig),w=J.eagerReducer===l?J.eagerState:l(w,J.action);J=J.next}while(J!==null&&J!==k);I===null?E=w:I.next=M,ac(w,h.memoizedState)||(Ar=!0),h.memoizedState=w,h.baseState=E,h.baseQueue=I,f.lastRenderedState=w}return[h.memoizedState,f.dispatch]}u(dw,"Pr"),P(dw,"wh");function hw(l){var h=uc(),f=h.queue;if(f===null)throw Error(n(311));f.lastRenderedReducer=l;var w=f.dispatch,k=f.pending,E=h.memoizedState;if(k!==null){f.pending=null;var M=k=k.next;do E=l(E,M.action),M=M.next;while(M!==k);ac(E,h.memoizedState)||(Ar=!0),h.memoizedState=E,h.baseQueue===null&&(h.baseState=E),f.lastRenderedState=E}return[E,w]}u(hw,"Nr"),P(hw,"xh");function P0(l){var h=hc();return typeof l=="function"&&(l=l()),h.memoizedState=h.baseState=l,l=h.queue={pending:null,dispatch:null,lastRenderedReducer:Ts,lastRenderedState:l},l=l.dispatch=vk.bind(null,Ii,l),[h.memoizedState,l]}u(P0,"ei"),P(P0,"yh");function C0(l,h,f,w){return l={tag:l,create:h,destroy:f,deps:w,next:null},h=Ii.updateQueue,h===null?(h={lastEffect:null},Ii.updateQueue=h,h.lastEffect=l.next=l):(f=h.lastEffect,f===null?h.lastEffect=l.next=l:(w=f.next,f.next=l,l.next=w,h.lastEffect=l)),l}u(C0,"ti"),P(C0,"Ah");function uk(){return uc().memoizedState}u(uk,"_u"),P(uk,"Bh");function T0(l,h,f,w){var k=hc();Ii.effectTag|=l,k.memoizedState=C0(1|h,f,void 0,w===void 0?null:w)}u(T0,"ni"),P(T0,"Ch");function E0(l,h,f,w){var k=uc();w=w===void 0?null:w;var E=void 0;if(un!==null){var M=un.memoizedState;if(E=M.destroy,w!==null&&$0(w,M.deps)){C0(h,f,E,w);return}}Ii.effectTag|=l,k.memoizedState=C0(1|h,f,E,w)}u(E0,"ri"),P(E0,"Dh");function pk(l,h){return T0(516,4,l,h)}u(pk,"Pu"),P(pk,"Eh");function uw(l,h){return E0(516,4,l,h)}u(uw,"Or"),P(uw,"Fh");function fk(l,h){return E0(4,2,l,h)}u(fk,"Nu"),P(fk,"Gh");function mk(l,h){if(typeof h=="function")return l=l(),h(l),function(){h(null)};if(h!=null)return l=l(),h.current=l,function(){h.current=null}}u(mk,"Ou"),P(mk,"Hh");function yk(l,h,f){return f=f!=null?f.concat([l]):null,E0(4,2,mk.bind(null,h,l),f)}u(yk,"Ru"),P(yk,"Ih");function Q0(){}u(Q0,"li"),P(Q0,"Jh");function gk(l,h){return hc().memoizedState=[l,h===void 0?null:h],l}u(gk,"zu"),P(gk,"Kh");function pw(l,h){var f=uc();h=h===void 0?null:h;var w=f.memoizedState;return w!==null&&h!==null&&$0(h,w[1])?w[0]:(f.memoizedState=[l,h],l)}u(pw,"Rr"),P(pw,"Lh");function wk(l,h){var f=uc();h=h===void 0?null:h;var w=f.memoizedState;return w!==null&&h!==null&&$0(h,w[1])?w[0]:(l=l(),f.memoizedState=[l,h],l)}u(wk,"Mu"),P(wk,"Mh");function R0(l,h,f){var w=ew();Pa(98>w?98:w,function(){l(!0)}),Pa(97<w?97:w,function(){var k=Co.suspense;Co.suspense=h===void 0?null:h;try{l(!1),f()}finally{Co.suspense=k}})}u(R0,"ii"),P(R0,"Nh");function vk(l,h,f){var w=Yo(),k=nw.suspense;w=Rs(w,l,k),k={expirationTime:w,suspenseConfig:k,action:f,eagerReducer:null,eagerState:null,next:null};var E=h.pending;if(E===null?k.next=k:(k.next=E.next,E.next=k),h.pending=k,E=l.alternate,l===Ii||E!==null&&E===Ii)k0=!0,k.expirationTime=Cs,Ii.expirationTime=Cs;else{if(l.expirationTime===0&&(E===null||E.expirationTime===0)&&(E=h.lastRenderedReducer,E!==null))try{var M=h.lastRenderedState,I=E(M,f);if(k.eagerReducer=E,k.eagerState=I,ac(I,M))return}catch{}finally{}Ra(l,w)}}u(vk,"Iu"),P(vk,"zh");var M0={readContext:no,useCallback:Dn,useContext:Dn,useEffect:Dn,useImperativeHandle:Dn,useLayoutEffect:Dn,useMemo:Dn,useReducer:Dn,useRef:Dn,useState:Dn,useDebugValue:Dn,useResponder:Dn,useDeferredValue:Dn,useTransition:Dn},gq={readContext:no,useCallback:gk,useContext:no,useEffect:pk,useImperativeHandle:P(function(l,h,f){return f=f!=null?f.concat([l]):null,T0(4,2,mk.bind(null,h,l),f)},"useImperativeHandle"),useLayoutEffect:P(function(l,h){return T0(4,2,l,h)},"useLayoutEffect"),useMemo:P(function(l,h){var f=hc();return h=h===void 0?null:h,l=l(),f.memoizedState=[l,h],l},"useMemo"),useReducer:P(function(l,h,f){var w=hc();return h=f!==void 0?f(h):h,w.memoizedState=w.baseState=h,l=w.queue={pending:null,dispatch:null,lastRenderedReducer:l,lastRenderedState:h},l=l.dispatch=vk.bind(null,Ii,l),[w.memoizedState,l]},"useReducer"),useRef:P(function(l){var h=hc();return l={current:l},h.memoizedState=l},"useRef"),useState:P0,useDebugValue:Q0,useResponder:O0,useDeferredValue:P(function(l,h){var f=P0(l),w=f[0],k=f[1];return pk(function(){var E=Co.suspense;Co.suspense=h===void 0?null:h;try{k(l)}finally{Co.suspense=E}},[l,h]),w},"useDeferredValue"),useTransition:P(function(l){var h=P0(!1),f=h[0];return h=h[1],[gk(R0.bind(null,h,l),[h,l]),f]},"useTransition")},wq={readContext:no,useCallback:pw,useContext:no,useEffect:uw,useImperativeHandle:yk,useLayoutEffect:fk,useMemo:wk,useReducer:dw,useRef:uk,useState:P(function(){return dw(Ts)},"useState"),useDebugValue:Q0,useResponder:O0,useDeferredValue:P(function(l,h){var f=dw(Ts),w=f[0],k=f[1];return uw(function(){var E=Co.suspense;Co.suspense=h===void 0?null:h;try{k(l)}finally{Co.suspense=E}},[l,h]),w},"useDeferredValue"),useTransition:P(function(l){var h=dw(Ts),f=h[0];return h=h[1],[pw(R0.bind(null,h,l),[h,l]),f]},"useTransition")},vq={readContext:no,useCallback:pw,useContext:no,useEffect:uw,useImperativeHandle:yk,useLayoutEffect:fk,useMemo:wk,useReducer:hw,useRef:uk,useState:P(function(){return hw(Ts)},"useState"),useDebugValue:Q0,useResponder:O0,useDeferredValue:P(function(l,h){var f=hw(Ts),w=f[0],k=f[1];return uw(function(){var E=Co.suspense;Co.suspense=h===void 0?null:h;try{k(l)}finally{Co.suspense=E}},[l,h]),w},"useDeferredValue"),useTransition:P(function(l){var h=hw(Ts),f=h[0];return h=h[1],[pw(R0.bind(null,h,l),[h,l]),f]},"useTransition")},Ea=null,Es=null,pc=!1;function bk(l,h){var f=Go(5,null,null,0);f.elementType="DELETED",f.type="DELETED",f.stateNode=h,f.return=l,f.effectTag=8,l.lastEffect!==null?(l.lastEffect.nextEffect=f,l.lastEffect=f):l.firstEffect=l.lastEffect=f}u(bk,"Fu"),P(bk,"Rh");function Ok(l,h){switch(l.tag){case 5:var f=l.type;return h=h.nodeType!==1||f.toLowerCase()!==h.nodeName.toLowerCase()?null:h,h!==null?(l.stateNode=h,!0):!1;case 6:return h=l.pendingProps===""||h.nodeType!==3?null:h,h!==null?(l.stateNode=h,!0):!1;case 13:return!1;default:return!1}}u(Ok,"ju"),P(Ok,"Th");function A0(l){if(pc){var h=Es;if(h){var f=h;if(!Ok(l,h)){if(h=oc(f.nextSibling),!h||!Ok(l,h)){l.effectTag=l.effectTag&-1025|2,pc=!1,Ea=l;return}bk(Ea,f)}Ea=l,Es=oc(h.firstChild)}else l.effectTag=l.effectTag&-1025|2,pc=!1,Ea=l}}u(A0,"oi"),P(A0,"Uh");function xk(l){for(l=l.return;l!==null&&l.tag!==5&&l.tag!==3&&l.tag!==13;)l=l.return;Ea=l}u(xk,"Lu"),P(xk,"Vh");function fw(l){if(l!==Ea)return!1;if(!pc)return xk(l),pc=!0,!1;var h=l.type;if(l.tag!==5||h!=="head"&&h!=="body"&&!e0(h,l.memoizedProps))for(h=Es;h;)bk(l,h),h=oc(h.nextSibling);if(xk(l),l.tag===13){if(l=l.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(n(317));t:{for(l=l.nextSibling,h=0;l;){if(l.nodeType===8){var f=l.data;if(f===X7){if(h===0){Es=oc(l.nextSibling);break t}h--}else f!==B7&&f!==kx&&f!==xx||h++}l=l.nextSibling}Es=null}}else Es=Ea?oc(l.stateNode.nextSibling):null;return!0}u(fw,"Mr"),P(fw,"Wh");function z0(){Es=Ea=null,pc=!1}u(z0,"ui"),P(z0,"Xh");var bq=_i.ReactCurrentOwner,Ar=!1;function Vn(l,h,f,w){h.child=l===null?dk(h,null,f,w):bh(h,l.child,f,w)}u(Vn,"_e"),P(Vn,"R");function kk(l,h,f,w,k){f=f.render;var E=h.ref;return cc(h,k),w=S0(l,h,f,w,E,k),l!==null&&!Ar?(h.updateQueue=l.updateQueue,h.effectTag&=-517,l.expirationTime<=k&&(l.expirationTime=0),zr(l,h,k)):(h.effectTag|=1,Vn(l,h,w,k),h.child)}u(kk,"Du"),P(kk,"Zh");function $k(l,h,f,w,k,E){if(l===null){var M=f.type;return typeof M=="function"&&!eb(M)&&M.defaultProps===void 0&&f.compare===null&&f.defaultProps===void 0?(h.tag=15,h.type=M,Sk(l,h,M,w,k,E)):(l=$w(f.type,null,w,null,h.mode,E),l.ref=h.ref,l.return=h,h.child=l)}return M=l.child,k<E&&(k=M.memoizedProps,f=f.compare,f=f!==null?f:fh,f(k,w)&&l.ref===h.ref)?zr(l,h,E):(h.effectTag|=1,l=_s(M,w),l.ref=h.ref,l.return=h,h.child=l)}u($k,"Uu"),P($k,"ai");function Sk(l,h,f,w,k,E){return l!==null&&fh(l.memoizedProps,w)&&l.ref===h.ref&&(Ar=!1,k<E)?(h.expirationTime=l.expirationTime,zr(l,h,E)):_0(l,h,f,w,E)}u(Sk,"Au"),P(Sk,"ci");function Pk(l,h){var f=h.ref;(l===null&&f!==null||l!==null&&l.ref!==f)&&(h.effectTag|=128)}u(Pk,"Vu"),P(Pk,"ei");function _0(l,h,f,w,k){var E=On(f)?sc:hn.current;return E=lc(h,E),cc(h,k),f=S0(l,h,f,w,E,k),l!==null&&!Ar?(h.updateQueue=l.updateQueue,h.effectTag&=-517,l.expirationTime<=k&&(l.expirationTime=0),zr(l,h,k)):(h.effectTag|=1,Vn(l,h,f,k),h.child)}u(_0,"si"),P(_0,"di");function Ck(l,h,f,w,k){if(On(f)){var E=!0;tw(h)}else E=!1;if(cc(h,k),h.stateNode===null)l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),sk(h,f,w),g0(h,f,w,k),w=!0;else if(l===null){var M=h.stateNode,I=h.memoizedProps;M.props=I;var J=M.context,tt=f.contextType;typeof tt=="object"&&tt!==null?tt=no(tt):(tt=On(f)?sc:hn.current,tt=lc(h,tt));var Pt=f.getDerivedStateFromProps,At=typeof Pt=="function"||typeof M.getSnapshotBeforeUpdate=="function";At||typeof M.UNSAFE_componentWillReceiveProps!="function"&&typeof M.componentWillReceiveProps!="function"||(I!==w||J!==tt)&&lk(h,M,w,tt),Ss=!1;var ke=h.memoizedState;M.state=ke,wh(h,w,M,k),J=h.memoizedState,I!==w||ke!==J||Wn.current||Ss?(typeof Pt=="function"&&(ow(h,f,Pt,w),J=h.memoizedState),(I=Ss||ak(h,f,I,w,ke,J,tt))?(At||typeof M.UNSAFE_componentWillMount!="function"&&typeof M.componentWillMount!="function"||(typeof M.componentWillMount=="function"&&M.componentWillMount(),typeof M.UNSAFE_componentWillMount=="function"&&M.UNSAFE_componentWillMount()),typeof M.componentDidMount=="function"&&(h.effectTag|=4)):(typeof M.componentDidMount=="function"&&(h.effectTag|=4),h.memoizedProps=w,h.memoizedState=J),M.props=w,M.state=J,M.context=tt,w=I):(typeof M.componentDidMount=="function"&&(h.effectTag|=4),w=!1)}else M=h.stateNode,m0(l,h),I=h.memoizedProps,M.props=h.type===h.elementType?I:Po(h.type,I),J=M.context,tt=f.contextType,typeof tt=="object"&&tt!==null?tt=no(tt):(tt=On(f)?sc:hn.current,tt=lc(h,tt)),Pt=f.getDerivedStateFromProps,(At=typeof Pt=="function"||typeof M.getSnapshotBeforeUpdate=="function")||typeof M.UNSAFE_componentWillReceiveProps!="function"&&typeof M.componentWillReceiveProps!="function"||(I!==w||J!==tt)&&lk(h,M,w,tt),Ss=!1,J=h.memoizedState,M.state=J,wh(h,w,M,k),ke=h.memoizedState,I!==w||J!==ke||Wn.current||Ss?(typeof Pt=="function"&&(ow(h,f,Pt,w),ke=h.memoizedState),(Pt=Ss||ak(h,f,I,w,J,ke,tt))?(At||typeof M.UNSAFE_componentWillUpdate!="function"&&typeof M.componentWillUpdate!="function"||(typeof M.componentWillUpdate=="function"&&M.componentWillUpdate(w,ke,tt),typeof M.UNSAFE_componentWillUpdate=="function"&&M.UNSAFE_componentWillUpdate(w,ke,tt)),typeof M.componentDidUpdate=="function"&&(h.effectTag|=4),typeof M.getSnapshotBeforeUpdate=="function"&&(h.effectTag|=256)):(typeof M.componentDidUpdate!="function"||I===l.memoizedProps&&J===l.memoizedState||(h.effectTag|=4),typeof M.getSnapshotBeforeUpdate!="function"||I===l.memoizedProps&&J===l.memoizedState||(h.effectTag|=256),h.memoizedProps=w,h.memoizedState=ke),M.props=w,M.state=ke,M.context=tt,w=Pt):(typeof M.componentDidUpdate!="function"||I===l.memoizedProps&&J===l.memoizedState||(h.effectTag|=4),typeof M.getSnapshotBeforeUpdate!="function"||I===l.memoizedProps&&J===l.memoizedState||(h.effectTag|=256),w=!1);return L0(l,h,f,w,E,k)}u(Ck,"Wu"),P(Ck,"fi");function L0(l,h,f,w,k,E){Pk(l,h);var M=(h.effectTag&64)!==0;if(!w&&!M)return k&&Hx(h,f,!1),zr(l,h,E);w=h.stateNode,bq.current=h;var I=M&&typeof f.getDerivedStateFromError!="function"?null:w.render();return h.effectTag|=1,l!==null&&M?(h.child=bh(h,l.child,null,E),h.child=bh(h,null,I,E)):Vn(l,h,I,E),h.memoizedState=w.state,k&&Hx(h,f,!0),h.child}u(L0,"ai"),P(L0,"gi");function Tk(l){var h=l.stateNode;h.pendingContext?Bx(l,h.pendingContext,h.pendingContext!==h.context):h.context&&Bx(l,h.context,!1),v0(l,h.containerInfo)}u(Tk,"Qu"),P(Tk,"hi");var Ek={dehydrated:null,retryTime:0};function Qk(l,h,f){var w=h.mode,k=h.pendingProps,E=ui.current,M=!1,I;if((I=(h.effectTag&64)!==0)||(I=(E&2)!==0&&(l===null||l.memoizedState!==null)),I?(M=!0,h.effectTag&=-65):l!==null&&l.memoizedState===null||k.fallback===void 0||k.unstable_avoidThisFallback===!0||(E|=1),hi(ui,E&1),l===null){if(k.fallback!==void 0&&A0(h),M){if(M=k.fallback,k=Ma(null,w,0,null),k.return=h,!(h.mode&2))for(l=h.memoizedState!==null?h.child.child:h.child,k.child=l;l!==null;)l.return=k,l=l.sibling;return f=Ma(M,w,f,null),f.return=h,k.sibling=f,h.memoizedState=Ek,h.child=k,f}return w=k.children,h.memoizedState=null,h.child=dk(h,null,w,f)}if(l.memoizedState!==null){if(l=l.child,w=l.sibling,M){if(k=k.fallback,f=_s(l,l.pendingProps),f.return=h,!(h.mode&2)&&(M=h.memoizedState!==null?h.child.child:h.child,M!==l.child))for(f.child=M;M!==null;)M.return=f,M=M.sibling;return w=_s(w,k),w.return=h,f.sibling=w,f.childExpirationTime=0,h.memoizedState=Ek,h.child=f,w}return f=bh(h,l.child,k.children,f),h.memoizedState=null,h.child=f}if(l=l.child,M){if(M=k.fallback,k=Ma(null,w,0,null),k.return=h,k.child=l,l!==null&&(l.return=k),!(h.mode&2))for(l=h.memoizedState!==null?h.child.child:h.child,k.child=l;l!==null;)l.return=k,l=l.sibling;return f=Ma(M,w,f,null),f.return=h,k.sibling=f,f.effectTag|=2,k.childExpirationTime=0,h.memoizedState=Ek,h.child=k,f}return h.memoizedState=null,h.child=bh(h,l,k.children,f)}u(Qk,"Hu"),P(Qk,"ji");function Rk(l,h){l.expirationTime<h&&(l.expirationTime=h);var f=l.alternate;f!==null&&f.expirationTime<h&&(f.expirationTime=h),nk(l.return,h)}u(Rk,"$u"),P(Rk,"ki");function I0(l,h,f,w,k,E){var M=l.memoizedState;M===null?l.memoizedState={isBackwards:h,rendering:null,renderingStartTime:0,last:w,tail:f,tailExpiration:0,tailMode:k,lastEffect:E}:(M.isBackwards=h,M.rendering=null,M.renderingStartTime=0,M.last=w,M.tail=f,M.tailExpiration=0,M.tailMode=k,M.lastEffect=E)}u(I0,"ci"),P(I0,"li");function Mk(l,h,f){var w=h.pendingProps,k=w.revealOrder,E=w.tail;if(Vn(l,h,w.children,f),w=ui.current,w&2)w=w&1|2,h.effectTag|=64;else{if(l!==null&&l.effectTag&64)t:for(l=h.child;l!==null;){if(l.tag===13)l.memoizedState!==null&&Rk(l,f);else if(l.tag===19)Rk(l,f);else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===h)break t;for(;l.sibling===null;){if(l.return===null||l.return===h)break t;l=l.return}l.sibling.return=l.return,l=l.sibling}w&=1}if(hi(ui,w),!(h.mode&2))h.memoizedState=null;else switch(k){case"forwards":for(f=h.child,k=null;f!==null;)l=f.alternate,l!==null&&cw(l)===null&&(k=f),f=f.sibling;f=k,f===null?(k=h.child,h.child=null):(k=f.sibling,f.sibling=null),I0(h,!1,k,f,E,h.lastEffect);break;case"backwards":for(f=null,k=h.child,h.child=null;k!==null;){if(l=k.alternate,l!==null&&cw(l)===null){h.child=k;break}l=k.sibling,k.sibling=f,f=k,k=l}I0(h,!0,f,null,E,h.lastEffect);break;case"together":I0(h,!1,null,null,void 0,h.lastEffect);break;default:h.memoizedState=null}return h.child}u(Mk,"Ku"),P(Mk,"mi");function zr(l,h,f){l!==null&&(h.dependencies=l.dependencies);var w=h.expirationTime;if(w!==0&&kw(w),h.childExpirationTime<f)return null;if(l!==null&&h.child!==l.child)throw Error(n(153));if(h.child!==null){for(l=h.child,f=_s(l,l.pendingProps),h.child=f,f.return=h;l.sibling!==null;)l=l.sibling,f=f.sibling=_s(l,l.pendingProps),f.return=h;f.sibling=null}return h.child}u(zr,"ct"),P(zr,"$h");var T8,Ak,E8,Q8;T8=P(function(l,h){for(var f=h.child;f!==null;){if(f.tag===5||f.tag===6)l.appendChild(f.stateNode);else if(f.tag!==4&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===h)break;for(;f.sibling===null;){if(f.return===null||f.return===h)return;f=f.return}f.sibling.return=f.return,f=f.sibling}},"ni"),Ak=P(function(){},"oi"),E8=P(function(l,h,f,w,k){var E=l.memoizedProps;if(E!==w){var M=h.stateNode;switch(Ps(Mr.current),l=null,f){case"input":E=No(M,E),w=No(M,w),l=[];break;case"option":E=vs(M,E),w=vs(M,w),l=[];break;case"select":E=t({},E,{value:void 0}),w=t({},w,{value:void 0}),l=[];break;case"textarea":E=Oo(M,E),w=Oo(M,w),l=[];break;default:typeof E.onClick!="function"&&typeof w.onClick=="function"&&(M.onclick=Vg)}Gv(f,w);var I,J;f=null;for(I in E)if(!w.hasOwnProperty(I)&&E.hasOwnProperty(I)&&E[I]!=null)if(I==="style")for(J in M=E[I],M)M.hasOwnProperty(J)&&(f||(f={}),f[J]="");else I!=="dangerouslySetInnerHTML"&&I!=="children"&&I!=="suppressContentEditableWarning"&&I!=="suppressHydrationWarning"&&I!=="autoFocus"&&(Y.hasOwnProperty(I)?l||(l=[]):(l=l||[]).push(I,null));for(I in w){var tt=w[I];if(M=E!=null?E[I]:void 0,w.hasOwnProperty(I)&&tt!==M&&(tt!=null||M!=null))if(I==="style")if(M){for(J in M)!M.hasOwnProperty(J)||tt&&tt.hasOwnProperty(J)||(f||(f={}),f[J]="");for(J in tt)tt.hasOwnProperty(J)&&M[J]!==tt[J]&&(f||(f={}),f[J]=tt[J])}else f||(l||(l=[]),l.push(I,f)),f=tt;else I==="dangerouslySetInnerHTML"?(tt=tt?tt.__html:void 0,M=M?M.__html:void 0,tt!=null&&M!==tt&&(l=l||[]).push(I,tt)):I==="children"?M===tt||typeof tt!="string"&&typeof tt!="number"||(l=l||[]).push(I,""+tt):I!=="suppressContentEditableWarning"&&I!=="suppressHydrationWarning"&&(Y.hasOwnProperty(I)?(tt!=null&&Qr(k,I),l||M===tt||(l=[])):(l=l||[]).push(I,tt))}f&&(l=l||[]).push("style",f),k=l,(h.updateQueue=k)&&(h.effectTag|=4)}},"pi"),Q8=P(function(l,h,f,w){f!==w&&(h.effectTag|=4)},"qi");function mw(l,h){switch(l.tailMode){case"hidden":h=l.tail;for(var f=null;h!==null;)h.alternate!==null&&(f=h),h=h.sibling;f===null?l.tail=null:f.sibling=null;break;case"collapsed":f=l.tail;for(var w=null;f!==null;)f.alternate!==null&&(w=f),f=f.sibling;w===null?h||l.tail===null?l.tail=null:l.tail.sibling=null:w.sibling=null}}u(mw,"Ir"),P(mw,"ri");function R8(l,h,f){var w=h.pendingProps;switch(h.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return On(h.type)&&Jg(),null;case 3:return dc(),He(Wn),He(hn),f=h.stateNode,f.pendingContext&&(f.context=f.pendingContext,f.pendingContext=null),l!==null&&l.child!==null||!fw(h)||(h.effectTag|=4),Ak(h),null;case 5:b0(h),f=Ps(lw.current);var k=h.type;if(l!==null&&h.stateNode!=null)E8(l,h,k,w,f),l.ref!==h.ref&&(h.effectTag|=128);else{if(!w){if(h.stateNode===null)throw Error(n(166));return null}if(l=Ps(Mr.current),fw(h)){w=h.stateNode,k=h.type;var E=h.memoizedProps;switch(w[Os]=h,w[i0]=E,k){case"iframe":case"object":case"embed":ti("load",w);break;case"video":case"audio":for(l=0;l<Ei.length;l++)ti(Ei[l],w);break;case"source":ti("error",w);break;case"img":case"image":case"link":ti("error",w),ti("load",w);break;case"form":ti("reset",w),ti("submit",w);break;case"details":ti("toggle",w);break;case"input":ms(w,E),ti("invalid",w),Qr(f,"onChange");break;case"select":w._wrapperState={wasMultiple:!!E.multiple},ti("invalid",w),Qr(f,"onChange");break;case"textarea":va(w,E),ti("invalid",w),Qr(f,"onChange")}Gv(k,E),l=null;for(var M in E)if(E.hasOwnProperty(M)){var I=E[M];M==="children"?typeof I=="string"?w.textContent!==I&&(l=["children",I]):typeof I=="number"&&w.textContent!==""+I&&(l=["children",""+I]):Y.hasOwnProperty(M)&&I!=null&&Qr(f,M)}switch(k){case"input":vn(w),gs(w,E,!0);break;case"textarea":vn(w),ec(w);break;case"select":case"option":break;default:typeof E.onClick=="function"&&(w.onclick=Vg)}f=l,h.updateQueue=f,f!==null&&(h.effectTag|=4)}else{switch(M=f.nodeType===9?f:f.ownerDocument,l===F7&&(l=nc(k)),l===F7?k==="script"?(l=M.createElement("div"),l.innerHTML="<script><\/script>",l=l.removeChild(l.firstChild)):typeof w.is=="string"?l=M.createElement(k,{is:w.is}):(l=M.createElement(k),k==="select"&&(M=l,w.multiple?M.multiple=!0:w.size&&(M.size=w.size))):l=M.createElementNS(l,k),l[Os]=h,l[i0]=w,T8(l,h,!1,!1),h.stateNode=l,M=Kv(k,w),k){case"iframe":case"object":case"embed":ti("load",l),I=w;break;case"video":case"audio":for(I=0;I<Ei.length;I++)ti(Ei[I],l);I=w;break;case"source":ti("error",l),I=w;break;case"img":case"image":case"link":ti("error",l),ti("load",l),I=w;break;case"form":ti("reset",l),ti("submit",l),I=w;break;case"details":ti("toggle",l),I=w;break;case"input":ms(l,w),I=No(l,w),ti("invalid",l),Qr(f,"onChange");break;case"option":I=vs(l,w);break;case"select":l._wrapperState={wasMultiple:!!w.multiple},I=t({},w,{value:void 0}),ti("invalid",l),Qr(f,"onChange");break;case"textarea":va(l,w),I=Oo(l,w),ti("invalid",l),Qr(f,"onChange");break;default:I=w}Gv(k,I);var J=I;for(E in J)if(J.hasOwnProperty(E)){var tt=J[E];E==="style"?gx(l,tt):E==="dangerouslySetInnerHTML"?(tt=tt?tt.__html:void 0,tt!=null&&Ot(l,tt)):E==="children"?typeof tt=="string"?(k!=="textarea"||tt!=="")&&Vt(l,tt):typeof tt=="number"&&Vt(l,""+tt):E!=="suppressContentEditableWarning"&&E!=="suppressHydrationWarning"&&E!=="autoFocus"&&(Y.hasOwnProperty(E)?tt!=null&&Qr(f,E):tt!=null&&to(l,E,tt,M))}switch(k){case"input":vn(l),gs(l,w,!1);break;case"textarea":vn(l),ec(l);break;case"option":w.value!=null&&l.setAttribute("value",""+We(w.value));break;case"select":l.multiple=!!w.multiple,f=w.value,f!=null?bo(l,!!w.multiple,f,!1):w.defaultValue!=null&&bo(l,!!w.multiple,w.defaultValue,!0);break;default:typeof I.onClick=="function"&&(l.onclick=Vg)}Px(k,w)&&(h.effectTag|=4)}h.ref!==null&&(h.effectTag|=128)}return null;case 6:if(l&&h.stateNode!=null)Q8(l,h,l.memoizedProps,w);else{if(typeof w!="string"&&h.stateNode===null)throw Error(n(166));f=Ps(lw.current),Ps(Mr.current),fw(h)?(f=h.stateNode,w=h.memoizedProps,f[Os]=h,f.nodeValue!==w&&(h.effectTag|=4)):(f=(f.nodeType===9?f:f.ownerDocument).createTextNode(w),f[Os]=h,h.stateNode=f)}return null;case 13:return He(ui),w=h.memoizedState,h.effectTag&64?(h.expirationTime=f,h):(f=w!==null,w=!1,l===null?h.memoizedProps.fallback!==void 0&&fw(h):(k=l.memoizedState,w=k!==null,f||k===null||(k=l.child.sibling,k!==null&&(E=h.firstEffect,E!==null?(h.firstEffect=k,k.nextEffect=E):(h.firstEffect=h.lastEffect=k,k.nextEffect=null),k.effectTag=8))),f&&!w&&h.mode&2&&(l===null&&h.memoizedProps.unstable_avoidThisFallback!==!0||ui.current&1?Ni===fc&&(Ni=j0):((Ni===fc||Ni===j0)&&(Ni=F0),gw!==0&&oo!==null&&(Ls(oo,Un),l$(oo,gw)))),(f||w)&&(h.effectTag|=4),null);case 4:return dc(),Ak(h),null;case 10:return p0(h),null;case 17:return On(h.type)&&Jg(),null;case 19:if(He(ui),w=h.memoizedState,w===null)return null;if(k=(h.effectTag&64)!==0,E=w.rendering,E===null){if(k)mw(w,!1);else if(Ni!==fc||l!==null&&l.effectTag&64)for(E=h.child;E!==null;){if(l=cw(E),l!==null){for(h.effectTag|=64,mw(w,!1),k=l.updateQueue,k!==null&&(h.updateQueue=k,h.effectTag|=4),w.lastEffect===null&&(h.firstEffect=null),h.lastEffect=w.lastEffect,w=h.child;w!==null;)k=w,E=f,k.effectTag&=2,k.nextEffect=null,k.firstEffect=null,k.lastEffect=null,l=k.alternate,l===null?(k.childExpirationTime=0,k.expirationTime=E,k.child=null,k.memoizedProps=null,k.memoizedState=null,k.updateQueue=null,k.dependencies=null):(k.childExpirationTime=l.childExpirationTime,k.expirationTime=l.expirationTime,k.child=l.child,k.memoizedProps=l.memoizedProps,k.memoizedState=l.memoizedState,k.updateQueue=l.updateQueue,E=l.dependencies,k.dependencies=E===null?null:{expirationTime:E.expirationTime,firstContext:E.firstContext,responders:E.responders}),w=w.sibling;return hi(ui,ui.current&1|2),h.child}E=E.sibling}}else{if(!k)if(l=cw(E),l!==null){if(h.effectTag|=64,k=!0,f=l.updateQueue,f!==null&&(h.updateQueue=f,h.effectTag|=4),mw(w,!0),w.tail===null&&w.tailMode==="hidden"&&!E.alternate)return h=h.lastEffect=w.lastEffect,h!==null&&(h.nextEffect=null),null}else 2*So()-w.renderingStartTime>w.tailExpiration&&1<f&&(h.effectTag|=64,k=!0,mw(w,!1),h.expirationTime=h.childExpirationTime=f-1);w.isBackwards?(E.sibling=h.child,h.child=E):(f=w.last,f!==null?f.sibling=E:h.child=E,w.last=E)}return w.tail!==null?(w.tailExpiration===0&&(w.tailExpiration=So()+500),f=w.tail,w.rendering=f,w.tail=f.sibling,w.lastEffect=h.lastEffect,w.renderingStartTime=So(),f.sibling=null,h=ui.current,hi(ui,k?h&1|2:h&1),f):null}throw Error(n(156,h.tag))}u(R8,"Ha"),P(R8,"si");function M8(l){switch(l.tag){case 1:On(l.type)&&Jg();var h=l.effectTag;return h&4096?(l.effectTag=h&-4097|64,l):null;case 3:if(dc(),He(Wn),He(hn),h=l.effectTag,h&64)throw Error(n(285));return l.effectTag=h&-4097|64,l;case 5:return b0(l),null;case 13:return He(ui),h=l.effectTag,h&4096?(l.effectTag=h&-4097|64,l):null;case 19:return He(ui),null;case 4:return dc(),null;case 10:return p0(l),null;default:return null}}u(M8,"$a"),P(M8,"zi");function W0(l,h){return{value:l,source:h,stack:Ue(h)}}u(W0,"pi"),P(W0,"Ai");var Oq=typeof WeakSet=="function"?WeakSet:Set;function D0(l,h){var f=h.source,w=h.stack;w===null&&f!==null&&(w=Ue(f)),f!==null&&_n(f.type),h=h.value,l!==null&&l.tag===1&&_n(l.type);try{console.error(h)}catch(k){setTimeout(function(){throw k})}}u(D0,"mi"),P(D0,"Ci");function A8(l,h){try{h.props=l.memoizedProps,h.state=l.memoizedState,h.componentWillUnmount()}catch(f){zs(l,f)}}u(A8,"Ba"),P(A8,"Di");function zk(l){var h=l.ref;if(h!==null)if(typeof h=="function")try{h(null)}catch(f){zs(l,f)}else h.current=null}u(zk,"Gu"),P(zk,"Fi");function z8(l,h){switch(h.tag){case 0:case 11:case 15:case 22:return;case 1:if(h.effectTag&256&&l!==null){var f=l.memoizedProps,w=l.memoizedState;l=h.stateNode,h=l.getSnapshotBeforeUpdate(h.elementType===h.type?f:Po(h.type,f),w),l.__reactInternalSnapshotBeforeUpdate=h}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(n(163))}u(z8,"Ya"),P(z8,"Gi");function _k(l,h){if(h=h.updateQueue,h=h!==null?h.lastEffect:null,h!==null){var f=h=h.next;do{if((f.tag&l)===l){var w=f.destroy;f.destroy=void 0,w!==void 0&&w()}f=f.next}while(f!==h)}}u(_k,"Zu"),P(_k,"Hi");function Lk(l,h){if(h=h.updateQueue,h=h!==null?h.lastEffect:null,h!==null){var f=h=h.next;do{if((f.tag&l)===l){var w=f.create;f.destroy=w()}f=f.next}while(f!==h)}}u(Lk,"Ju"),P(Lk,"Ii");function _8(l,h,f){switch(f.tag){case 0:case 11:case 15:case 22:Lk(3,f);return;case 1:if(l=f.stateNode,f.effectTag&4)if(h===null)l.componentDidMount();else{var w=f.elementType===f.type?h.memoizedProps:Po(f.type,h.memoizedProps);l.componentDidUpdate(w,h.memoizedState,l.__reactInternalSnapshotBeforeUpdate)}h=f.updateQueue,h!==null&&rk(f,h,l);return;case 3:if(h=f.updateQueue,h!==null){if(l=null,f.child!==null)switch(f.child.tag){case 5:l=f.child.stateNode;break;case 1:l=f.child.stateNode}rk(f,h,l)}return;case 5:l=f.stateNode,h===null&&f.effectTag&4&&Px(f.type,f.memoizedProps)&&l.focus();return;case 6:return;case 4:return;case 12:return;case 13:f.memoizedState===null&&(f=f.alternate,f!==null&&(f=f.memoizedState,f!==null&&(f=f.dehydrated,f!==null&&px(f))));return;case 19:case 17:case 20:case 21:return}throw Error(n(163))}u(_8,"Xa"),P(_8,"Ji");function Ik(l,h,f){switch(typeof a$=="function"&&a$(h),h.tag){case 0:case 11:case 14:case 15:case 22:if(l=h.updateQueue,l!==null&&(l=l.lastEffect,l!==null)){var w=l.next;Pa(97<f?97:f,function(){var k=w;do{var E=k.destroy;if(E!==void 0){var M=h;try{E()}catch(I){zs(M,I)}}k=k.next}while(k!==w)})}break;case 1:zk(h),f=h.stateNode,typeof f.componentWillUnmount=="function"&&A8(h,f);break;case 5:zk(h);break;case 4:Uk(l,h,f)}}u(Ik,"qu"),P(Ik,"Ki");function Wk(l){var h=l.alternate;l.return=null,l.child=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.alternate=null,l.firstEffect=null,l.lastEffect=null,l.pendingProps=null,l.memoizedProps=null,l.stateNode=null,h!==null&&Wk(h)}u(Wk,"bu"),P(Wk,"Ni");function Dk(l){return l.tag===5||l.tag===3||l.tag===4}u(Dk,"es"),P(Dk,"Oi");function Vk(l){t:{for(var h=l.return;h!==null;){if(Dk(h)){var f=h;break t}h=h.return}throw Error(n(160))}switch(h=f.stateNode,f.tag){case 5:var w=!1;break;case 3:h=h.containerInfo,w=!0;break;case 4:h=h.containerInfo,w=!0;break;default:throw Error(n(161))}f.effectTag&16&&(Vt(h,""),f.effectTag&=-17);t:e:for(f=l;;){for(;f.sibling===null;){if(f.return===null||Dk(f.return)){f=null;break t}f=f.return}for(f.sibling.return=f.return,f=f.sibling;f.tag!==5&&f.tag!==6&&f.tag!==18;){if(f.effectTag&2||f.child===null||f.tag===4)continue e;f.child.return=f,f=f.child}if(!(f.effectTag&2)){f=f.stateNode;break t}}w?V0(l,f,h):U0(l,f,h)}u(Vk,"ts"),P(Vk,"Pi");function V0(l,h,f){var w=l.tag,k=w===5||w===6;if(k)l=k?l.stateNode:l.stateNode.instance,h?f.nodeType===8?f.parentNode.insertBefore(l,h):f.insertBefore(l,h):(f.nodeType===8?(h=f.parentNode,h.insertBefore(l,f)):(h=f,h.appendChild(l)),f=f._reactRootContainer,f!=null||h.onclick!==null||(h.onclick=Vg));else if(w!==4&&(l=l.child,l!==null))for(V0(l,h,f),l=l.sibling;l!==null;)V0(l,h,f),l=l.sibling}u(V0,"hi"),P(V0,"Qi");function U0(l,h,f){var w=l.tag,k=w===5||w===6;if(k)l=k?l.stateNode:l.stateNode.instance,h?f.insertBefore(l,h):f.appendChild(l);else if(w!==4&&(l=l.child,l!==null))for(U0(l,h,f),l=l.sibling;l!==null;)U0(l,h,f),l=l.sibling}u(U0,"vi"),P(U0,"Ri");function Uk(l,h,f){for(var w=h,k=!1,E,M;;){if(!k){k=w.return;t:for(;;){if(k===null)throw Error(n(160));switch(E=k.stateNode,k.tag){case 5:M=!1;break t;case 3:E=E.containerInfo,M=!0;break t;case 4:E=E.containerInfo,M=!0;break t}k=k.return}k=!0}if(w.tag===5||w.tag===6){t:for(var I=l,J=w,tt=f,Pt=J;;)if(Ik(I,Pt,tt),Pt.child!==null&&Pt.tag!==4)Pt.child.return=Pt,Pt=Pt.child;else{if(Pt===J)break t;for(;Pt.sibling===null;){if(Pt.return===null||Pt.return===J)break t;Pt=Pt.return}Pt.sibling.return=Pt.return,Pt=Pt.sibling}M?(I=E,J=w.stateNode,I.nodeType===8?I.parentNode.removeChild(J):I.removeChild(J)):E.removeChild(w.stateNode)}else if(w.tag===4){if(w.child!==null){E=w.stateNode.containerInfo,M=!0,w.child.return=w,w=w.child;continue}}else if(Ik(l,w,f),w.child!==null){w.child.return=w,w=w.child;continue}if(w===h)break;for(;w.sibling===null;){if(w.return===null||w.return===h)return;w=w.return,w.tag===4&&(k=!1)}w.sibling.return=w.return,w=w.sibling}}u(Uk,"ns"),P(Uk,"Mi");function Z0(l,h){switch(h.tag){case 0:case 11:case 14:case 15:case 22:_k(3,h);return;case 1:return;case 5:var f=h.stateNode;if(f!=null){var w=h.memoizedProps,k=l!==null?l.memoizedProps:w;l=h.type;var E=h.updateQueue;if(h.updateQueue=null,E!==null){for(f[i0]=w,l==="input"&&w.type==="radio"&&w.name!=null&&ys(f,w),Kv(l,k),h=Kv(l,w),k=0;k<E.length;k+=2){var M=E[k],I=E[k+1];M==="style"?gx(f,I):M==="dangerouslySetInnerHTML"?Ot(f,I):M==="children"?Vt(f,I):to(f,M,I,h)}switch(l){case"input":ga(f,w);break;case"textarea":bs(f,w);break;case"select":h=f._wrapperState.wasMultiple,f._wrapperState.wasMultiple=!!w.multiple,l=w.value,l!=null?bo(f,!!w.multiple,l,!1):h!==!!w.multiple&&(w.defaultValue!=null?bo(f,!!w.multiple,w.defaultValue,!0):bo(f,!!w.multiple,w.multiple?[]:"",!1))}}}return;case 6:if(h.stateNode===null)throw Error(n(162));h.stateNode.nodeValue=h.memoizedProps;return;case 3:h=h.stateNode,h.hydrate&&(h.hydrate=!1,px(h.containerInfo));return;case 12:return;case 13:if(f=h,h.memoizedState===null?w=!1:(w=!0,f=h.child,Bk=So()),f!==null)t:for(l=f;;){if(l.tag===5)E=l.stateNode,w?(E=E.style,typeof E.setProperty=="function"?E.setProperty("display","none","important"):E.display="none"):(E=l.stateNode,k=l.memoizedProps.style,k=k!=null&&k.hasOwnProperty("display")?k.display:null,E.style.display=yx("display",k));else if(l.tag===6)l.stateNode.nodeValue=w?"":l.memoizedProps;else if(l.tag===13&&l.memoizedState!==null&&l.memoizedState.dehydrated===null){E=l.child.sibling,E.return=l,l=E;continue}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===f)break;for(;l.sibling===null;){if(l.return===null||l.return===f)break t;l=l.return}l.sibling.return=l.return,l=l.sibling}Zk(h);return;case 19:Zk(h);return;case 17:return}throw Error(n(163))}u(Z0,"yi"),P(Z0,"Si");function Zk(l){var h=l.updateQueue;if(h!==null){l.updateQueue=null;var f=l.stateNode;f===null&&(f=l.stateNode=new Oq),h.forEach(function(w){var k=F8.bind(null,l,w);f.has(w)||(f.add(w),w.then(k,k))})}}u(Zk,"rs"),P(Zk,"Ui");var xq=typeof WeakMap=="function"?WeakMap:Map;function Nk(l,h,f){f=Ca(f,null),f.tag=3,f.payload={element:null};var w=h.value;return f.callback=function(){Y0||(Y0=!0,Xk=w),D0(l,h)},f}u(Nk,"ls"),P(Nk,"Xi");function qk(l,h,f){f=Ca(f,null),f.tag=3;var w=l.type.getDerivedStateFromError;if(typeof w=="function"){var k=h.value;f.payload=function(){return D0(l,h),w(k)}}var E=l.stateNode;return E!==null&&typeof E.componentDidCatch=="function"&&(f.callback=function(){typeof w!="function"&&(Qs===null?Qs=new Set([this]):Qs.add(this),D0(l,h));var M=h.stack;this.componentDidCatch(h.value,{componentStack:M!==null?M:""})}),f}u(qk,"is"),P(qk,"$i");var kq=Math.ceil,N0=_i.ReactCurrentDispatcher,L8=_i.ReactCurrentOwner,Zi=0,jk=8,Ho=16,_r=32,fc=0,q0=1,I8=2,j0=3,F0=4,Fk=5,se=Zi,oo=null,me=null,Un=0,Ni=fc,B0=null,Qa=1073741823,yw=1073741823,X0=null,gw=0,H0=!1,Bk=0,W8=500,Nt=null,Y0=!1,Xk=null,Qs=null,G0=!1,ww=null,vw=90,mc=null,bw=0,Hk=null,K0=0;function Yo(){return(se&(Ho|_r))!==Zi?1073741821-(So()/10|0):K0!==0?K0:K0=1073741821-(So()/10|0)}u(Yo,"qe"),P(Yo,"Gg");function Rs(l,h,f){if(h=h.mode,!(h&2))return 1073741823;var w=ew();if(!(h&4))return w===99?1073741823:1073741822;if((se&Ho)!==Zi)return Un;if(f!==null)l=iw(l,f.timeoutMs|0||5e3,250);else switch(w){case 99:l=1073741823;break;case 98:l=iw(l,150,100);break;case 97:case 96:l=iw(l,5e3,250);break;case 95:l=2;break;default:throw Error(n(326))}return oo!==null&&l===Un&&--l,l}u(Rs,"Qt"),P(Rs,"Hg");function Ra(l,h){if(50<bw)throw bw=0,Hk=null,Error(n(185));if(l=Ow(l,h),l!==null){var f=ew();h===1073741823?(se&jk)!==Zi&&(se&(Ho|_r))===Zi?J0(l):(Zn(l),se===Zi&&Xo()):Zn(l),(se&4)===Zi||f!==98&&f!==99||(mc===null?mc=new Map([[l,h]]):(f=mc.get(l),(f===void 0||f>h)&&mc.set(l,h)))}}u(Ra,"Pt"),P(Ra,"Ig");function Ow(l,h){l.expirationTime<h&&(l.expirationTime=h);var f=l.alternate;f!==null&&f.expirationTime<h&&(f.expirationTime=h);var w=l.return,k=null;if(w===null&&l.tag===3)k=l.stateNode;else for(;w!==null;){if(f=w.alternate,w.childExpirationTime<h&&(w.childExpirationTime=h),f!==null&&f.childExpirationTime<h&&(f.childExpirationTime=h),w.return===null&&w.tag===3){k=w.stateNode;break}w=w.return}return k!==null&&(oo===k&&(kw(h),Ni===F0&&Ls(k,Un)),l$(k,h)),k}u(Ow,"$r"),P(Ow,"xj");function xw(l){var h=l.lastExpiredTime;if(h!==0||(h=l.firstPendingTime,!s$(l,h)))return h;var f=l.lastPingedTime;return l=l.nextKnownPendingLevel,l=f>l?f:l,2>=l&&h!==l?0:l}u(xw,"Kr"),P(xw,"zj");function Zn(l){if(l.lastExpiredTime!==0)l.callbackExpirationTime=1073741823,l.callbackPriority=99,l.callbackNode=ek(J0.bind(null,l));else{var h=xw(l),f=l.callbackNode;if(h===0)f!==null&&(l.callbackNode=null,l.callbackExpirationTime=0,l.callbackPriority=90);else{var w=Yo();if(h===1073741823?w=99:h===1||h===2?w=95:(w=10*(1073741821-h)-10*(1073741821-w),w=0>=w?99:250>=w?98:5250>=w?97:95),f!==null){var k=l.callbackPriority;if(l.callbackExpirationTime===h&&k>=w)return;f!==S8&&v8(f)}l.callbackExpirationTime=h,l.callbackPriority=w,h=h===1073741823?ek(J0.bind(null,l)):tk(w,Yk.bind(null,l),{timeout:10*(1073741821-h)-So()}),l.callbackNode=h}}}u(Zn,"Ne"),P(Zn,"Z");function Yk(l,h){if(K0=0,h)return h=Yo(),ob(l,h),Zn(l),null;var f=xw(l);if(f!==0){if(h=l.callbackNode,(se&(Ho|_r))!==Zi)throw Error(n(327));if(yc(),l===oo&&f===Un||Ms(l,f),me!==null){var w=se;se|=Ho;var k=t$();do try{U8();break}catch(I){Jk(l,I)}while(!0);if(u0(),se=w,N0.current=k,Ni===q0)throw h=B0,Ms(l,f),Ls(l,f),Zn(l),h;if(me===null)switch(k=l.finishedWork=l.current.alternate,l.finishedExpirationTime=f,w=Ni,oo=null,w){case fc:case q0:throw Error(n(345));case I8:ob(l,2<f?2:f);break;case j0:if(Ls(l,f),w=l.lastSuspendedTime,f===w&&(l.nextKnownPendingLevel=tb(k)),Qa===1073741823&&(k=Bk+W8-So(),10<k)){if(H0){var E=l.lastPingedTime;if(E===0||E>=f){l.lastPingedTime=f,Ms(l,f);break}}if(E=xw(l),E!==0&&E!==f)break;if(w!==0&&w!==f){l.lastPingedTime=w;break}l.timeoutHandle=Cx(As.bind(null,l),k);break}As(l);break;case F0:if(Ls(l,f),w=l.lastSuspendedTime,f===w&&(l.nextKnownPendingLevel=tb(k)),H0&&(k=l.lastPingedTime,k===0||k>=f)){l.lastPingedTime=f,Ms(l,f);break}if(k=xw(l),k!==0&&k!==f)break;if(w!==0&&w!==f){l.lastPingedTime=w;break}if(yw!==1073741823?w=10*(1073741821-yw)-So():Qa===1073741823?w=0:(w=10*(1073741821-Qa)-5e3,k=So(),f=10*(1073741821-f)-k,w=k-w,0>w&&(w=0),w=(120>w?120:480>w?480:1080>w?1080:1920>w?1920:3e3>w?3e3:4320>w?4320:1960*kq(w/1960))-w,f<w&&(w=f)),10<w){l.timeoutHandle=Cx(As.bind(null,l),w);break}As(l);break;case Fk:if(Qa!==1073741823&&X0!==null){E=Qa;var M=X0;if(w=M.busyMinDurationMs|0,0>=w?w=0:(k=M.busyDelayMs|0,E=So()-(10*(1073741821-E)-(M.timeoutMs|0||5e3)),w=E<=k?0:k+w-E),10<w){Ls(l,f),l.timeoutHandle=Cx(As.bind(null,l),w);break}}As(l);break;default:throw Error(n(329))}if(Zn(l),l.callbackNode===h)return Yk.bind(null,l)}}return null}u(Yk,"as"),P(Yk,"Bj");function J0(l){var h=l.lastExpiredTime;if(h=h!==0?h:1073741823,(se&(Ho|_r))!==Zi)throw Error(n(327));if(yc(),l===oo&&h===Un||Ms(l,h),me!==null){var f=se;se|=Ho;var w=t$();do try{V8();break}catch(k){Jk(l,k)}while(!0);if(u0(),se=f,N0.current=w,Ni===q0)throw f=B0,Ms(l,h),Ls(l,h),Zn(l),f;if(me!==null)throw Error(n(261));l.finishedWork=l.current.alternate,l.finishedExpirationTime=h,oo=null,As(l),Zn(l)}return null}u(J0,"xi"),P(J0,"yj");function D8(){if(mc!==null){var l=mc;mc=null,l.forEach(function(h,f){ob(f,h),Zn(f)}),Xo()}}u(D8,"Ja"),P(D8,"Lj");function Gk(l,h){var f=se;se|=1;try{return l(h)}finally{se=f,se===Zi&&Xo()}}u(Gk,"fs"),P(Gk,"Mj");function Kk(l,h){var f=se;se&=-2,se|=jk;try{return l(h)}finally{se=f,se===Zi&&Xo()}}u(Kk,"cs"),P(Kk,"Nj");function Ms(l,h){l.finishedWork=null,l.finishedExpirationTime=0;var f=l.timeoutHandle;if(f!==-1&&(l.timeoutHandle=-1,ZN(f)),me!==null)for(f=me.return;f!==null;){var w=f;switch(w.tag){case 1:w=w.type.childContextTypes,w!=null&&Jg();break;case 3:dc(),He(Wn),He(hn);break;case 5:b0(w);break;case 4:dc();break;case 13:He(ui);break;case 19:He(ui);break;case 10:p0(w)}f=f.return}oo=l,me=_s(l.current,null),Un=h,Ni=fc,B0=null,yw=Qa=1073741823,X0=null,gw=0,H0=!1}u(Ms,"Ht"),P(Ms,"Ej");function Jk(l,h){do{try{if(u0(),x0.current=M0,k0)for(var f=Ii.memoizedState;f!==null;){var w=f.queue;w!==null&&(w.pending=null),f=f.next}if(Cs=0,pn=un=Ii=null,k0=!1,me===null||me.return===null)return Ni=q0,B0=h,me=null;t:{var k=l,E=me.return,M=me,I=h;if(h=Un,M.effectTag|=2048,M.firstEffect=M.lastEffect=null,I!==null&&typeof I=="object"&&typeof I.then=="function"){var J=I;if(!(M.mode&2)){var tt=M.alternate;tt?(M.updateQueue=tt.updateQueue,M.memoizedState=tt.memoizedState,M.expirationTime=tt.expirationTime):(M.updateQueue=null,M.memoizedState=null)}var Pt=(ui.current&1)!==0,At=E;do{var ke;if(ke=At.tag===13){var Re=At.memoizedState;if(Re!==null)ke=Re.dehydrated!==null;else{var ro=At.memoizedProps;ke=ro.fallback===void 0?!1:ro.unstable_avoidThisFallback!==!0?!0:!Pt}}if(ke){var qi=At.updateQueue;if(qi===null){var G=new Set;G.add(J),At.updateQueue=G}else qi.add(J);if(!(At.mode&2)){if(At.effectTag|=64,M.effectTag&=-2981,M.tag===1)if(M.alternate===null)M.tag=17;else{var H=Ca(1073741823,null);H.tag=2,Ta(M,H)}M.expirationTime=1073741823;break t}I=void 0,M=h;var it=k.pingCache;if(it===null?(it=k.pingCache=new xq,I=new Set,it.set(J,I)):(I=it.get(J),I===void 0&&(I=new Set,it.set(J,I))),!I.has(M)){I.add(M);var mt=j8.bind(null,k,J,M);J.then(mt,mt)}At.effectTag|=4096,At.expirationTime=h;break t}At=At.return}while(At!==null);I=Error((_n(M.type)||"A React component")+` suspended while rendering, but no fallback UI was specified.
|
|
34
34
|
|
|
35
|
-
Add a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.`+Ue(M))}Ni!==Fk&&(Ni=I8),I=W0(I,M),At=E;do{switch(At.tag){case 3:J=I,At.effectTag|=4096,At.expirationTime=h;var $t=Nk(At,J,h);ok(At,$t);break t;case 1:J=I;var _t=At.type,Gt=At.stateNode;if(!(At.effectTag&64)&&(typeof _t.getDerivedStateFromError=="function"||Gt!==null&&typeof Gt.componentDidCatch=="function"&&(Qs===null||!Qs.has(Gt)))){At.effectTag|=4096,At.expirationTime=h;var Qe=qk(At,J,h);ok(At,Qe);break t}}At=At.return}while(At!==null)}me=n$(me)}catch(ai){h=ai;continue}break}while(!0)}u(Jk,"ds"),P(Jk,"Hj");function t$(){var l=N0.current;return N0.current=M0,l===null?M0:l}u(t$,"ps"),P(t$,"Fj");function e$(l,h){l<Qa&&2<l&&(Qa=l),h!==null&&l<yw&&2<l&&(yw=l,X0=h)}u(e$,"ms"),P(e$,"Ag");function kw(l){l>gw&&(gw=l)}u(kw,"Br"),P(kw,"Bg");function V8(){for(;me!==null;)me=i$(me)}u(V8,"qa"),P(V8,"Kj");function U8(){for(;me!==null&&!mq();)me=i$(me)}u(U8,"ba"),P(U8,"Gj");function i$(l){var h=B8(l.alternate,l,Un);return l.memoizedProps=l.pendingProps,h===null&&(h=n$(l)),L8.current=null,h}u(i$,"hs"),P(i$,"Qj");function n$(l){me=l;do{var h=me.alternate;if(l=me.return,me.effectTag&2048){if(h=M8(me),h!==null)return h.effectTag&=2047,h;l!==null&&(l.firstEffect=l.lastEffect=null,l.effectTag|=2048)}else{if(h=R8(h,me,Un),Un===1||me.childExpirationTime!==1){for(var f=0,w=me.child;w!==null;){var k=w.expirationTime,E=w.childExpirationTime;k>f&&(f=k),E>f&&(f=E),w=w.sibling}me.childExpirationTime=f}if(h!==null)return h;l!==null&&!(l.effectTag&2048)&&(l.firstEffect===null&&(l.firstEffect=me.firstEffect),me.lastEffect!==null&&(l.lastEffect!==null&&(l.lastEffect.nextEffect=me.firstEffect),l.lastEffect=me.lastEffect),1<me.effectTag&&(l.lastEffect!==null?l.lastEffect.nextEffect=me:l.firstEffect=me,l.lastEffect=me))}if(h=me.sibling,h!==null)return h;me=l}while(me!==null);return Ni===fc&&(Ni=Fk),null}u(n$,"vs"),P(n$,"Pj");function tb(l){var h=l.expirationTime;return l=l.childExpirationTime,h>l?h:l}u(tb,"Si"),P(tb,"Ij");function As(l){var h=ew();return Pa(99,Z8.bind(null,l,h)),null}u(As,"$t"),P(As,"Jj");function Z8(l,h){do yc();while(ww!==null);if((se&(Ho|_r))!==Zi)throw Error(n(327));var f=l.finishedWork,w=l.finishedExpirationTime;if(f===null)return null;if(l.finishedWork=null,l.finishedExpirationTime=0,f===l.current)throw Error(n(177));l.callbackNode=null,l.callbackExpirationTime=0,l.callbackPriority=90,l.nextKnownPendingLevel=0;var k=tb(f);if(l.firstPendingTime=k,w<=l.lastSuspendedTime?l.firstSuspendedTime=l.lastSuspendedTime=l.nextKnownPendingLevel=0:w<=l.firstSuspendedTime&&(l.firstSuspendedTime=w-1),w<=l.lastPingedTime&&(l.lastPingedTime=0),w<=l.lastExpiredTime&&(l.lastExpiredTime=0),l===oo&&(me=oo=null,Un=0),1<f.effectTag?f.lastEffect!==null?(f.lastEffect.nextEffect=f,k=f.firstEffect):k=f:k=f.firstEffect,k!==null){var E=se;se|=_r,L8.current=null,$x=Hv;var M=Ox();if(t0(M)){if("selectionStart"in M)var I={start:M.selectionStart,end:M.selectionEnd};else t:{I=(I=M.ownerDocument)&&I.defaultView||window;var J=I.getSelection&&I.getSelection();if(J&&J.rangeCount!==0){I=J.anchorNode;var tt=J.anchorOffset,Pt=J.focusNode;J=J.focusOffset;try{I.nodeType,Pt.nodeType}catch{I=null;break t}var At=0,ke=-1,Re=-1,ro=0,qi=0,G=M,H=null;e:for(;;){for(var it;G!==I||tt!==0&&G.nodeType!==3||(ke=At+tt),G!==Pt||J!==0&&G.nodeType!==3||(Re=At+J),G.nodeType===3&&(At+=G.nodeValue.length),(it=G.firstChild)!==null;)H=G,G=it;for(;;){if(G===M)break e;if(H===I&&++ro===tt&&(ke=At),H===Pt&&++qi===J&&(Re=At),(it=G.nextSibling)!==null)break;G=H,H=G.parentNode}G=it}I=ke===-1||Re===-1?null:{start:ke,end:Re}}else I=null}I=I||{start:0,end:0}}else I=null;Sx={activeElementDetached:null,focusedElem:M,selectionRange:I},Hv=!1,Nt=k;do try{N8()}catch(Oe){if(Nt===null)throw Error(n(330));zs(Nt,Oe),Nt=Nt.nextEffect}while(Nt!==null);Nt=k;do try{for(M=l,I=h;Nt!==null;){var mt=Nt.effectTag;if(mt&16&&Vt(Nt.stateNode,""),mt&128){var $t=Nt.alternate;if($t!==null){var _t=$t.ref;_t!==null&&(typeof _t=="function"?_t(null):_t.current=null)}}switch(mt&1038){case 2:Vk(Nt),Nt.effectTag&=-3;break;case 6:Vk(Nt),Nt.effectTag&=-3,Z0(Nt.alternate,Nt);break;case 1024:Nt.effectTag&=-1025;break;case 1028:Nt.effectTag&=-1025,Z0(Nt.alternate,Nt);break;case 4:Z0(Nt.alternate,Nt);break;case 8:tt=Nt,Uk(M,tt,I),Wk(tt)}Nt=Nt.nextEffect}}catch(Oe){if(Nt===null)throw Error(n(330));zs(Nt,Oe),Nt=Nt.nextEffect}while(Nt!==null);if(_t=Sx,$t=Ox(),mt=_t.focusedElem,I=_t.selectionRange,$t!==mt&&mt&&mt.ownerDocument&&bx(mt.ownerDocument.documentElement,mt)){for(I!==null&&t0(mt)&&($t=I.start,_t=I.end,_t===void 0&&(_t=$t),"selectionStart"in mt?(mt.selectionStart=$t,mt.selectionEnd=Math.min(_t,mt.value.length)):(_t=($t=mt.ownerDocument||document)&&$t.defaultView||window,_t.getSelection&&(_t=_t.getSelection(),tt=mt.textContent.length,M=Math.min(I.start,tt),I=I.end===void 0?M:Math.min(I.end,tt),!_t.extend&&M>I&&(tt=I,I=M,M=tt),tt=vx(mt,M),Pt=vx(mt,I),tt&&Pt&&(_t.rangeCount!==1||_t.anchorNode!==tt.node||_t.anchorOffset!==tt.offset||_t.focusNode!==Pt.node||_t.focusOffset!==Pt.offset)&&($t=$t.createRange(),$t.setStart(tt.node,tt.offset),_t.removeAllRanges(),M>I?(_t.addRange($t),_t.extend(Pt.node,Pt.offset)):($t.setEnd(Pt.node,Pt.offset),_t.addRange($t)))))),$t=[],_t=mt;_t=_t.parentNode;)_t.nodeType===1&&$t.push({element:_t,left:_t.scrollLeft,top:_t.scrollTop});for(typeof mt.focus=="function"&&mt.focus(),mt=0;mt<$t.length;mt++)_t=$t[mt],_t.element.scrollLeft=_t.left,_t.element.scrollTop=_t.top}Hv=!!$x,Sx=$x=null,l.current=f,Nt=k;do try{for(mt=l;Nt!==null;){var Gt=Nt.effectTag;if(Gt&36&&_8(mt,Nt.alternate,Nt),Gt&128){$t=void 0;var Qe=Nt.ref;if(Qe!==null){var ai=Nt.stateNode;switch(Nt.tag){case 5:$t=ai;break;default:$t=ai}typeof Qe=="function"?Qe($t):Qe.current=$t}}Nt=Nt.nextEffect}}catch(Oe){if(Nt===null)throw Error(n(330));zs(Nt,Oe),Nt=Nt.nextEffect}while(Nt!==null);Nt=null,yq(),se=E}else l.current=f;if(G0)G0=!1,ww=l,vw=h;else for(Nt=k;Nt!==null;)h=Nt.nextEffect,Nt.nextEffect=null,Nt=h;if(h=l.firstPendingTime,h===0&&(Qs=null),h===1073741823?l===Hk?bw++:(bw=0,Hk=l):bw=0,typeof r$=="function"&&r$(f.stateNode,w),Zn(l),Y0)throw Y0=!1,l=Xk,Xk=null,l;return(se&jk)!==Zi||Xo(),null}u(Z8,"ef"),P(Z8,"Sj");function N8(){for(;Nt!==null;){var l=Nt.effectTag;l&256&&z8(Nt.alternate,Nt),!(l&512)||G0||(G0=!0,tk(97,function(){return yc(),null})),Nt=Nt.nextEffect}}u(N8,"tf"),P(N8,"Tj");function yc(){if(vw!==90){var l=97<vw?97:vw;return vw=90,Pa(l,q8)}}u(yc,"cn"),P(yc,"Dj");function q8(){if(ww===null)return!1;var l=ww;if(ww=null,(se&(Ho|_r))!==Zi)throw Error(n(331));var h=se;for(se|=_r,l=l.current.firstEffect;l!==null;){try{var f=l;if(f.effectTag&512)switch(f.tag){case 0:case 11:case 15:case 22:_k(5,f),Lk(5,f)}}catch(w){if(l===null)throw Error(n(330));zs(l,w)}f=l.nextEffect,l.nextEffect=null,l=f}return se=h,Xo(),!0}u(q8,"nf"),P(q8,"Vj");function o$(l,h,f){h=W0(f,h),h=Nk(l,h,1073741823),Ta(l,h),l=Ow(l,1073741823),l!==null&&Zn(l)}u(o$,"ys"),P(o$,"Wj");function zs(l,h){if(l.tag===3)o$(l,l,h);else for(var f=l.return;f!==null;){if(f.tag===3){o$(f,l,h);break}else if(f.tag===1){var w=f.stateNode;if(typeof f.type.getDerivedStateFromError=="function"||typeof w.componentDidCatch=="function"&&(Qs===null||!Qs.has(w))){l=W0(h,l),l=qk(f,l,1073741823),Ta(f,l),f=Ow(f,1073741823),f!==null&&Zn(f);break}}f=f.return}}u(zs,"Kt"),P(zs,"Ei");function j8(l,h,f){var w=l.pingCache;w!==null&&w.delete(h),oo===l&&Un===f?Ni===F0||Ni===j0&&Qa===1073741823&&So()-Bk<W8?Ms(l,Un):H0=!0:s$(l,f)&&(h=l.lastPingedTime,h!==0&&h<f||(l.lastPingedTime=f,Zn(l)))}u(j8,"rf"),P(j8,"Oj");function F8(l,h){var f=l.stateNode;f!==null&&f.delete(h),h=0,h===0&&(h=Yo(),h=Rs(h,l,null)),l=Ow(l,h),l!==null&&Zn(l)}u(F8,"lf"),P(F8,"Vi");var B8;B8=P(function(l,h,f){var w=h.expirationTime;if(l!==null){var k=h.pendingProps;if(l.memoizedProps!==k||Wn.current)Ar=!0;else{if(w<f){switch(Ar=!1,h.tag){case 3:Tk(h),z0();break;case 5:if(hk(h),h.mode&4&&f!==1&&k.hidden)return h.expirationTime=h.childExpirationTime=1,null;break;case 1:On(h.type)&&tw(h);break;case 4:v0(h,h.stateNode.containerInfo);break;case 10:w=h.memoizedProps.value,k=h.type._context,hi(c0,k._currentValue),k._currentValue=w;break;case 13:if(h.memoizedState!==null)return w=h.child.childExpirationTime,w!==0&&w>=f?Qk(l,h,f):(hi(ui,ui.current&1),h=zr(l,h,f),h!==null?h.sibling:null);hi(ui,ui.current&1);break;case 19:if(w=h.childExpirationTime>=f,l.effectTag&64){if(w)return Mk(l,h,f);h.effectTag|=64}if(k=h.memoizedState,k!==null&&(k.rendering=null,k.tail=null),hi(ui,ui.current),!w)return null}return zr(l,h,f)}Ar=!1}}else Ar=!1;switch(h.expirationTime=0,h.tag){case 2:if(w=h.type,l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),l=h.pendingProps,k=lc(h,hn.current),cc(h,f),k=S0(null,h,w,l,k,f),h.effectTag|=1,typeof k=="object"&&k!==null&&typeof k.render=="function"&&k.$$typeof===void 0){if(h.tag=1,h.memoizedState=null,h.updateQueue=null,On(w)){var E=!0;tw(h)}else E=!1;h.memoizedState=k.state!==null&&k.state!==void 0?k.state:null,f0(h);var M=w.getDerivedStateFromProps;typeof M=="function"&&ow(h,w,M,l),k.updater=y0,h.stateNode=k,k._reactInternalFiber=h,g0(h,w,l,f),h=L0(null,h,w,!0,E,f)}else h.tag=0,Vn(null,h,k,f),h=h.child;return h;case 16:t:{if(k=h.elementType,l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),l=h.pendingProps,Jl(k),k._status!==1)throw k._result;switch(k=k._result,h.type=k,E=h.tag=Y8(k),l=Po(k,l),E){case 0:h=_0(null,h,k,l,f);break t;case 1:h=Ck(null,h,k,l,f);break t;case 11:h=kk(null,h,k,l,f);break t;case 14:h=$k(null,h,k,Po(k.type,l),w,f);break t}throw Error(n(306,k,""))}return h;case 0:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),_0(l,h,w,k,f);case 1:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),Ck(l,h,w,k,f);case 3:if(Tk(h),w=h.updateQueue,l===null||w===null)throw Error(n(282));if(w=h.pendingProps,k=h.memoizedState,k=k!==null?k.element:null,m0(l,h),wh(h,w,null,f),w=h.memoizedState.element,w===k)z0(),h=zr(l,h,f);else{if((k=h.stateNode.hydrate)&&(Es=oc(h.stateNode.containerInfo.firstChild),Ea=h,k=pc=!0),k)for(f=dk(h,null,w,f),h.child=f;f;)f.effectTag=f.effectTag&-3|1024,f=f.sibling;else Vn(l,h,w,f),z0();h=h.child}return h;case 5:return hk(h),l===null&&A0(h),w=h.type,k=h.pendingProps,E=l!==null?l.memoizedProps:null,M=k.children,e0(w,k)?M=null:E!==null&&e0(w,E)&&(h.effectTag|=16),Pk(l,h),h.mode&4&&f!==1&&k.hidden?(h.expirationTime=h.childExpirationTime=1,h=null):(Vn(l,h,M,f),h=h.child),h;case 6:return l===null&&A0(h),null;case 13:return Qk(l,h,f);case 4:return v0(h,h.stateNode.containerInfo),w=h.pendingProps,l===null?h.child=bh(h,null,w,f):Vn(l,h,w,f),h.child;case 11:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),kk(l,h,w,k,f);case 7:return Vn(l,h,h.pendingProps,f),h.child;case 8:return Vn(l,h,h.pendingProps.children,f),h.child;case 12:return Vn(l,h,h.pendingProps.children,f),h.child;case 10:t:{w=h.type._context,k=h.pendingProps,M=h.memoizedProps,E=k.value;var I=h.type._context;if(hi(c0,I._currentValue),I._currentValue=E,M!==null)if(I=M.value,E=ac(I,E)?0:(typeof w._calculateChangedBits=="function"?w._calculateChangedBits(I,E):1073741823)|0,E===0){if(M.children===k.children&&!Wn.current){h=zr(l,h,f);break t}}else for(I=h.child,I!==null&&(I.return=h);I!==null;){var J=I.dependencies;if(J!==null){M=I.child;for(var tt=J.firstContext;tt!==null;){if(tt.context===w&&tt.observedBits&E){I.tag===1&&(tt=Ca(f,null),tt.tag=2,Ta(I,tt)),I.expirationTime<f&&(I.expirationTime=f),tt=I.alternate,tt!==null&&tt.expirationTime<f&&(tt.expirationTime=f),nk(I.return,f),J.expirationTime<f&&(J.expirationTime=f);break}tt=tt.next}}else M=I.tag===10&&I.type===h.type?null:I.child;if(M!==null)M.return=I;else for(M=I;M!==null;){if(M===h){M=null;break}if(I=M.sibling,I!==null){I.return=M.return,M=I;break}M=M.return}I=M}Vn(l,h,k.children,f),h=h.child}return h;case 9:return k=h.type,E=h.pendingProps,w=E.children,cc(h,f),k=no(k,E.unstable_observedBits),w=w(k),h.effectTag|=1,Vn(l,h,w,f),h.child;case 14:return k=h.type,E=Po(k,h.pendingProps),E=Po(k.type,E),$k(l,h,k,E,w,f);case 15:return Sk(l,h,h.type,h.pendingProps,w,f);case 17:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),h.tag=1,On(w)?(l=!0,tw(h)):l=!1,cc(h,f),sk(h,w,k),g0(h,w,k,f),L0(null,h,w,!0,l,f);case 19:return Mk(l,h,f)}throw Error(n(156,h.tag))},"Rj");var r$=null,a$=null;function X8(l){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var h=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(h.isDisabled||!h.supportsFiber)return!0;try{var f=h.inject(l);r$=P(function(w){try{h.onCommitFiberRoot(f,w,void 0,(w.current.effectTag&64)===64)}catch{}},"Uj"),a$=P(function(w){try{h.onCommitFiberUnmount(f,w)}catch{}},"Li")}catch{}return!0}u(X8,"of"),P(X8,"Yj");function H8(l,h,f,w){this.tag=l,this.key=f,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=h,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=w,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}u(H8,"uf"),P(H8,"Zj");function Go(l,h,f,w){return new H8(l,h,f,w)}u(Go,"be"),P(Go,"Sh");function eb(l){return l=l.prototype,!(!l||!l.isReactComponent)}u(eb,"Pi"),P(eb,"bi");function Y8(l){if(typeof l=="function")return eb(l)?1:0;if(l!=null){if(l=l.$$typeof,l===Zo)return 11;if(l===fs)return 14}return 2}u(Y8,"sf"),P(Y8,"Xj");function _s(l,h){var f=l.alternate;return f===null?(f=Go(l.tag,h,l.key,l.mode),f.elementType=l.elementType,f.type=l.type,f.stateNode=l.stateNode,f.alternate=l,l.alternate=f):(f.pendingProps=h,f.effectTag=0,f.nextEffect=null,f.firstEffect=null,f.lastEffect=null),f.childExpirationTime=l.childExpirationTime,f.expirationTime=l.expirationTime,f.child=l.child,f.memoizedProps=l.memoizedProps,f.memoizedState=l.memoizedState,f.updateQueue=l.updateQueue,h=l.dependencies,f.dependencies=h===null?null:{expirationTime:h.expirationTime,firstContext:h.firstContext,responders:h.responders},f.sibling=l.sibling,f.index=l.index,f.ref=l.ref,f}u(_s,"Bt"),P(_s,"Sg");function $w(l,h,f,w,k,E){var M=2;if(w=l,typeof l=="function")eb(l)&&(M=1);else if(typeof l=="string")M=5;else t:switch(l){case $e:return Ma(f.children,k,E,h);case Yl:M=8,k|=7;break;case ua:M=8,k|=1;break;case pa:return l=Go(12,f,h,k|8),l.elementType=pa,l.type=pa,l.expirationTime=E,l;case fa:return l=Go(13,f,h,k),l.type=fa,l.elementType=fa,l.expirationTime=E,l;case ma:return l=Go(19,f,h,k),l.elementType=ma,l.expirationTime=E,l;default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case Xl:M=10;break t;case Hl:M=9;break t;case Zo:M=11;break t;case fs:M=14;break t;case ya:M=16,w=null;break t;case Gl:M=22;break t}throw Error(n(130,l==null?l:typeof l,""))}return h=Go(M,f,h,k),h.elementType=l,h.type=w,h.expirationTime=E,h}u($w,"Yr"),P($w,"Ug");function Ma(l,h,f,w){return l=Go(7,l,w,h),l.expirationTime=f,l}u(Ma,"Nt"),P(Ma,"Wg");function ib(l,h,f){return l=Go(6,l,null,h),l.expirationTime=f,l}u(ib,"Ni"),P(ib,"Tg");function nb(l,h,f){return h=Go(4,l.children!==null?l.children:[],l.key,h),h.expirationTime=f,h.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},h}u(nb,"Oi"),P(nb,"Vg");function G8(l,h,f){this.tag=h,this.current=null,this.containerInfo=l,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=f,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}u(G8,"af"),P(G8,"ak");function s$(l,h){var f=l.firstSuspendedTime;return l=l.lastSuspendedTime,f!==0&&f>=h&&l<=h}u(s$,"ws"),P(s$,"Aj");function Ls(l,h){var f=l.firstSuspendedTime,w=l.lastSuspendedTime;f<h&&(l.firstSuspendedTime=h),(w>h||f===0)&&(l.lastSuspendedTime=h),h<=l.lastPingedTime&&(l.lastPingedTime=0),h<=l.lastExpiredTime&&(l.lastExpiredTime=0)}u(Ls,"Yt"),P(Ls,"xi");function l$(l,h){h>l.firstPendingTime&&(l.firstPendingTime=h);var f=l.firstSuspendedTime;f!==0&&(h>=f?l.firstSuspendedTime=l.lastSuspendedTime=l.nextKnownPendingLevel=0:h>=l.lastSuspendedTime&&(l.lastSuspendedTime=h+1),h>l.nextKnownPendingLevel&&(l.nextKnownPendingLevel=h))}u(l$,"Es"),P(l$,"yi");function ob(l,h){var f=l.lastExpiredTime;(f===0||f>h)&&(l.lastExpiredTime=h)}u(ob,"Ri"),P(ob,"Cj");function Sw(l,h,f,w){var k=h.current,E=Yo(),M=nw.suspense;E=Rs(E,k,M);t:if(f){f=f._reactInternalFiber;e:{if(Ji(f)!==f||f.tag!==1)throw Error(n(170));var I=f;do{switch(I.tag){case 3:I=I.stateNode.context;break e;case 1:if(On(I.type)){I=I.stateNode.__reactInternalMemoizedMergedChildContext;break e}}I=I.return}while(I!==null);throw Error(n(171))}if(f.tag===1){var J=f.type;if(On(J)){f=Xx(f,J,I);break t}}f=I}else f=$s;return h.context===null?h.context=f:h.pendingContext=f,h=Ca(E,M),h.payload={element:l},w=w===void 0?null:w,w!==null&&(h.callback=w),Ta(k,h),Ra(k,E),E}u(Sw,"Xr"),P(Sw,"bk");function rb(l){if(l=l.current,!l.child)return null;switch(l.child.tag){case 5:return l.child.stateNode;default:return l.child.stateNode}}u(rb,"zi"),P(rb,"ck");function c$(l,h){l=l.memoizedState,l!==null&&l.dehydrated!==null&&l.retryTime<h&&(l.retryTime=h)}u(c$,"Ts"),P(c$,"dk");function ab(l,h){c$(l,h),(l=l.alternate)&&c$(l,h)}u(ab,"Mi"),P(ab,"ek");function sb(l,h,f){f=f!=null&&f.hydrate===!0;var w=new G8(l,h,f),k=Go(3,null,null,h===2?7:h===1?3:0);w.current=k,k.stateNode=w,f0(k),l[Ug]=w.current,f&&h!==0&&De(l,l.nodeType===9?l:l.ownerDocument),this._internalRoot=w}u(sb,"Ii"),P(sb,"fk"),sb.prototype.render=function(l){Sw(l,this._internalRoot,null,null)},sb.prototype.unmount=function(){var l=this._internalRoot,h=l.containerInfo;Sw(null,l,null,function(){h[Ug]=null})};function Oh(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11&&(l.nodeType!==8||l.nodeValue!==" react-mount-point-unstable "))}u(Oh,"Kn"),P(Oh,"gk");function K8(l,h){if(h||(h=l?l.nodeType===9?l.documentElement:l.firstChild:null,h=!(!h||h.nodeType!==1||!h.hasAttribute("data-reactroot"))),!h)for(var f;f=l.lastChild;)l.removeChild(f);return new sb(l,0,h?{hydrate:!0}:void 0)}u(K8,"ff"),P(K8,"hk");function Pw(l,h,f,w,k){var E=f._reactRootContainer;if(E){var M=E._internalRoot;if(typeof k=="function"){var I=k;k=P(function(){var tt=rb(M);I.call(tt)},"e")}Sw(h,M,l,k)}else{if(E=f._reactRootContainer=K8(f,w),M=E._internalRoot,typeof k=="function"){var J=k;k=P(function(){var tt=rb(M);J.call(tt)},"e")}Kk(function(){Sw(h,M,l,k)})}return rb(M)}u(Pw,"Gr"),P(Pw,"ik");function J8(l,h,f){var w=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Xt,key:w==null?null:""+w,children:l,containerInfo:h,implementation:f}}u(J8,"cf"),P(J8,"jk"),xa=P(function(l){if(l.tag===13){var h=iw(Yo(),150,100);Ra(l,h),ab(l,h)}},"wc"),Er=P(function(l){l.tag===13&&(Ra(l,3),ab(l,3))},"xc"),ka=P(function(l){if(l.tag===13){var h=Yo();h=Rs(h,l,null),Ra(l,h),ab(l,h)}},"yc"),yt=P(function(l,h,f){switch(h){case"input":if(ga(l,f),h=f.name,f.type==="radio"&&h!=null){for(f=l;f.parentNode;)f=f.parentNode;for(f=f.querySelectorAll("input[name="+JSON.stringify(""+h)+'][type="radio"]'),h=0;h<f.length;h++){var w=f[h];if(w!==l&&w.form===l.form){var k=n0(w);if(!k)throw Error(n(90));kr(w),ga(w,k)}}}break;case"textarea":bs(l,f);break;case"select":h=f.value,h!=null&&bo(l,!!f.multiple,h,!1)}},"za"),It=Gk,ne=P(function(l,h,f,w,k){var E=se;se|=4;try{return Pa(98,l.bind(null,h,f,w,k))}finally{se=E,se===Zi&&Xo()}},"Ga"),Ht=P(function(){(se&(1|Ho|_r))===Zi&&(D8(),yc())},"Ha"),ve=P(function(l,h){var f=se;se|=2;try{return l(h)}finally{se=f,se===Zi&&Xo()}},"Ia");function d$(l,h){var f=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Oh(h))throw Error(n(200));return J8(l,h,null,f)}u(d$,"ks"),P(d$,"kk");var $q={Events:[uh,xs,n0,X,D,rc,function(l){qo(l,Y7)},dt,Ut,Wg,ko,yc,{current:!1}]};return function(l){var h=l.findFiberByHostInstance;return X8(t({},l,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:_i.ReactCurrentDispatcher,findHostInstanceByFiber:P(function(f){return f=$r(f),f===null?null:f.stateNode},"findHostInstanceByFiber"),findFiberByHostInstance:P(function(f){return h?h(f):null},"findFiberByHostInstance"),findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))}({findFiberByHostInstance:hh,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}),lo.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=$q,lo.createPortal=d$,lo.findDOMNode=function(l){if(l==null)return null;if(l.nodeType===1)return l;var h=l._reactInternalFiber;if(h===void 0)throw typeof l.render=="function"?Error(n(188)):Error(n(268,Object.keys(l)));return l=$r(h),l=l===null?null:l.stateNode,l},lo.flushSync=function(l,h){if((se&(Ho|_r))!==Zi)throw Error(n(187));var f=se;se|=1;try{return Pa(99,l.bind(null,h))}finally{se=f,Xo()}},lo.hydrate=function(l,h,f){if(!Oh(h))throw Error(n(200));return Pw(null,l,h,!0,f)},lo.render=function(l,h,f){if(!Oh(h))throw Error(n(200));return Pw(null,l,h,!1,f)},lo.unmountComponentAtNode=function(l){if(!Oh(l))throw Error(n(40));return l._reactRootContainer?(Kk(function(){Pw(null,null,l,!1,function(){l._reactRootContainer=null,l[Ug]=null})}),!0):!1},lo.unstable_batchedUpdates=Gk,lo.unstable_createPortal=function(l,h){return d$(l,h,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},lo.unstable_renderSubtreeIntoContainer=function(l,h,f,w){if(!Oh(f))throw Error(n(200));if(l==null||l._reactInternalFiber===void 0)throw Error(n(38));return Pw(l,h,f,!1,w)},lo.version="16.14.0",lo}u(yW,"wf$1");P(yW,"requireReactDom_production_min");var D6;function dY(){if(D6)return X$.exports;D6=1;function o(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(o)}catch(t){console.error(t)}}return u(o,"C"),P(o,"checkDCE"),o(),X$.exports=yW(),X$.exports}u(dY,"xf$1");P(dY,"requireReactDom");var hY=Object.defineProperty,gW=u(o=>{throw TypeError(o)},"wp"),y=u((o,t)=>hY(o,"name",{value:t,configurable:!0}),"c"),v9=u((o,t,i)=>t.has(o)||gW("Cannot "+i),"Jl"),_=u((o,t,i)=>(v9(o,t,"read from private field"),i?i.call(o):t.get(o)),"b"),ft=u((o,t,i)=>t.has(o)?gW("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(o):t.set(o,i),"V"),at=u((o,t,i,n)=>(v9(o,t,"write to private field"),t.set(o,i),i),"D"),Yt=u((o,t,i)=>(v9(o,t,"access private method"),i),"et"),I3=u((o,t,i,n)=>({set _(r){at(o,t,r)},get _(){return _(o,t,n)}}),"rc"),Be=(o=>(o.ChatRoom="edb400ac-839b-45a7-b2a8-6a01820d1c44",o.PrivateChat="7e14f418-8f15-46f4-b182-f619b671e470",o.BotChat="2352a1c6-abc6-420e-8b85-ca7d5aed8779",o))(Be||{}),wW=(o=>(o.ChatRoom="chat_room",o.PrivateChat="private_chat",o.BotChat="bot_chat",o))(wW||{}),js=(o=>(o.None="none",o.Read="read",o.Write="write",o.Admin="admin",o))(js||{}),El=(o=>(o.List="list",o.Read="read",o.Create="create",o.Update="update",o.Delete="delete",o.Admin="admin",o))(El||{}),sr=(o=>(o.Unknown="unknown",o.Chat="chat",o.Comments="comments",o.Files="files",o.Posts="posts",o))(sr||{}),vW=(o=>(o.Chat="d65dd4bc-418e-403c-9f56-f9cf4da931ed",o.Comments="88f96a08-c6c1-4eac-a0bd-5bf8fba1a3fd",o.Files="523edd88-4bbf-4547-b60f-2859a6d2ddc1",o.Posts="5ebfa152-de85-48da-82dd-30a1b560c313",o))(vW||{}),is=(o=>(o.App="app",o.File="file",o.Message="message",o.User="user",o.Comment="comment",o.Post="post",o))(is||{});function H1(o){return Object.prototype.toString.call(o)==="[object Object]"}u(H1,"lc");y(H1,"isObject$1");function Y1(o){if(H1(o)===!1)return!1;const t=o.constructor;if(t===void 0)return!0;const i=t.prototype;return!(H1(i)===!1||Object.prototype.hasOwnProperty.call(i,"isPrototypeOf")===!1)}u(Y1,"dc");y(Y1,"isPlainObject$1");function DO(o,t,i=!1){o=o||{},t=t||{};const n={};for(const r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[r]=o[r]);for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(i&&n[r]&&Y1(n[r])&&Y1(t[r])?n[r]=DO(n[r],t[r],i):n[r]=t[r]);return n}u(DO,"ld");y(DO,"assign");function ru(o,t,i=!1,n=!1){if(!n&&(!Y1(o)||!Y1(t))||n&&(!H1(o)||!H1(t)))return!1;const r=Object.getOwnPropertyNames(o),a=Object.getOwnPropertyNames(t);if(!i&&r.length!==a.length)return!1;for(let s=0;s<r.length;s++){const c=r[s],d=o[c],p=t[c];if(d!==p&&!ru(d,p,i))return!1}return!0}u(ru,"ss");y(ru,"eqObjects");function bW(o){return Object.fromEntries(Object.entries(o).map(([t,i])=>[i,t]))}u(bW,"cf");y(bW,"reversedProperties");function b9(o){return{...o,...bW(o)}}u(b9,"Fu");y(b9,"includeReversedProperties");function O9(o){return o.charAt(0).toUpperCase()+o.substring(1).toLowerCase()}u(O9,"Hu");y(O9,"toUpperCaseFirst");const uY='\\s,.:;"',pY=new RegExp(`^|[${uY}]|$`,"g");function x9(o){return o.length>0?o.replace(/([a-z\d])([A-Z]+)/g,"$1-$2").replace(/_|\s+/g,"-").toLowerCase():o}u(x9,"Vu");y(x9,"toKebabCase");function OW(o,t=2){if(!o)return null;let i="";const n=o.split(pY).filter(r=>r);return n.length==1?i=n[0]:n.forEach(r=>{i+=r.charAt(0)}),i.substring(0,t).toUpperCase()}u(OW,"hf");y(OW,"getInitials");const fY={credentials:"omit",headers:{"X-Requested-With":"XMLHttpRequest"},redirect:"manual"};function G1(){return((1+Math.random())*65536|0).toString(16).substring(1)}u(G1,"hc");y(G1,"S4");function xW(o){if(o&&o.ok&&o.body){const t=o.body.getReader();return new ReadableStream({start(i){const n=y(()=>t.read().then(({done:r,value:a})=>{if(r){i.close();return}return i.enqueue(a),n()}),"pump");return n()}})}else throw new Error("Could not parse text stream")}u(xW,"uf");y(xW,"getTextStreamFromResponse");function kW(o){let t;try{if(t=window[o],t){const i="__storage_test__";t.setItem(i,i),t.removeItem(i)}}catch(i){i instanceof DOMException&&i.name==="QuotaExceededError"&&t&&t.length!==0&&console.error("Storage not available:",o)}return t}u(kW,"yf");y(kW,"getStorage");var H$,$f;let $W=(H$=($f=class extends Event{constructor(t,i,n){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.callback=i,this.subscribe=n??!1}},u($f,"$o"),$f),y(H$,"s"),H$);var Y$,Sf;let Ql=(Y$=(Sf=class{constructor(t,i,n,r){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=(a,s)=>{this.unsubscribe&&(this.unsubscribe!==s&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=a,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(a,s)),this.unsubscribe=s},this.host=t,i.context!==void 0){const a=i;this.context=a.context,this.callback=a.callback,this.subscribe=a.subscribe??!1}else this.context=i,this.callback=n,this.subscribe=r??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new $W(this.context,this.t,this.subscribe))}},u(Sf,"ko"),Sf),y(Y$,"s"),Y$);var Pf;const SW=(Pf=class{get value(){return this.o}set value(t){this.setValue(t)}setValue(t,i=!1){const n=i||!Object.is(t,this.o);this.o=t,n&&this.updateObservers()}constructor(t){this.subscriptions=new Map,this.updateObservers=()=>{for(const[i,{disposer:n}]of this.subscriptions)i(this.o,n)},t!==void 0&&(this.value=t)}addCallback(t,i,n){if(!n)return void t(this.value);this.subscriptions.has(t)||this.subscriptions.set(t,{disposer:y(()=>{this.subscriptions.delete(t)},"disposer"),consumerHost:i});const{disposer:r}=this.subscriptions.get(t);t(this.value,r)}clearCallbacks(){this.subscriptions.clear()}},u(Pf,"Fh"),Pf);y(SW,"s");let mY=SW;var G$,Cf;let yY=(G$=(Cf=class extends Event{constructor(t){super("context-provider",{bubbles:!0,composed:!0}),this.context=t}},u(Cf,"Co"),Cf),y(G$,"e"),G$);var K$,Tf;let W3=(K$=(Tf=class extends mY{constructor(t,i,n){var r,a;super(i.context!==void 0?i.initialValue:n),this.onContextRequest=s=>{const c=s.composedPath()[0];s.context===this.context&&c!==this.host&&(s.stopPropagation(),this.addCallback(s.callback,c,s.subscribe))},this.onProviderRequest=s=>{const c=s.composedPath()[0];if(s.context!==this.context||c===this.host)return;const d=new Set;for(const[p,{consumerHost:m}]of this.subscriptions)d.has(p)||(d.add(p),m.dispatchEvent(new $W(this.context,p,!0)));s.stopPropagation()},this.host=t,i.context!==void 0?this.context=i.context:this.context=i,this.attachListeners(),(a=(r=this.host).addController)==null||a.call(r,this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new yY(this.context))}},u(Tf,"_o"),Tf),y(K$,"i"),K$);function Fs({context:o}){return(t,i)=>{const n=new WeakMap;if(typeof i=="object")return i.addInitializer(function(){n.set(this,new W3(this,{context:o}))}),{get(){return t.get.call(this)},set(r){var a;return(a=n.get(this))==null||a.setValue(r),t.set.call(this,r)},init(r){var a;return(a=n.get(this))==null||a.setValue(r),r}};{t.constructor.addInitializer(s=>{n.set(s,new W3(s,{context:o}))});const r=Object.getOwnPropertyDescriptor(t,i);let a;if(r===void 0){const s=new WeakMap;a={get(){return s.get(this)},set(c){n.get(this).setValue(c),s.set(this,c)},configurable:!0,enumerable:!0}}else{const s=r.set;a={...r,set(c){n.get(this).setValue(c),s==null||s.call(this,c)}}}return void Object.defineProperty(t,i,a)}}}u(Fs,"mr");y(Fs,"e$3");function pi({context:o,subscribe:t}){return(i,n)=>{typeof n=="object"?n.addInitializer(function(){new Ql(this,{context:o,callback:y(r=>{i.set.call(this,r)},"callback"),subscribe:t})}):i.constructor.addInitializer(r=>{new Ql(r,{context:o,callback:y(a=>{r[n]=a},"callback"),subscribe:t})})}}u(pi,"Ft");y(pi,"c");var Ef;const PW=(Ef=class extends Event{constructor(t,i,n){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.callback=i,this.subscribe=n??!1}},u(Ef,"Hh"),Ef);y(PW,"ContextRequestEvent");let gY=PW;var Qf;const CW=(Qf=class extends Event{constructor(t){super("context-provider",{bubbles:!0,composed:!0}),this.context=t}},u(Qf,"Vh"),Qf);y(CW,"ContextProviderEvent");let wY=CW;var Rf;const TW=(Rf=class extends W3{constructor(t,i,n){i.context!==void 0?super(t,i):super(t,i,n),i.context!==void 0?this._context=i.context:this._context=i,this.isAttached=!0,this.host instanceof vt||this.dispatchWhenConnected()}dispatchWhenConnected(){this.isAttached&&(this.host.isConnected?this.host.dispatchEvent(new wY(this._context)):requestAnimationFrame(this.dispatchWhenConnected))}detachListeners(){this.isAttached=!1,this.host.removeEventListener("context-request",this.onContextRequest),this.host.removeEventListener("context-provider",this.onProviderRequest)}},u(Rf,"Bh"),Rf);y(TW,"WyContextProvider");let EW=TW;const $i=Symbol.for("weavy-client");function QW(o,t){return an(),new EW(o,{context:$i,initialValue:t})}u(QW,"ff");y(QW,"createWeavyContextProvider");const xb=w2()?QW(document.documentElement):void 0,Tn=w2()?window.navigator.userAgent:"",RW=Tn.includes("iPad")||Tn.includes("Android")&&!Tn.includes("Mobi")||!1,vY=Tn.includes("Mobi")||RW||!1,bY=!vY&&!RW,V6=Tn.includes("Windows")?"Windows":Tn.includes("Macintosh")?"Mac":Tn.includes("iPad")||Tn.includes("iPhone")||Tn.includes("iPod")?"iOS":Tn.includes("Android")?"Android":void 0;V6==="Android"&&Tn.includes("; wv")||V6==="iOS"&&Tn.includes("Safari");const OY=/Chrome\/[0-9]/.test(Tn)&&!/Chromium\/[0-9]/.test(Tn)&&!/Edg.*\/[0-9]/.test(Tn);var Mf;const MW=(Mf=class extends Error{constructor(){super("Instance destroyed"),this.name="DestroyError"}},u(Mf,"Uh"),Mf);y(MW,"DestroyError");let Ri=MW;const AW="en",xY=y(o=>{var i;var t;return t=(i=class extends o{constructor(){super(...arguments),this._locales=new Map([["sv-SE",()=>import(new URL("./es/locales/sv-SE.js",typeof WEAVY_IMPORT_URL=="string"&&(!(typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href)||!new URL(typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href).href.startsWith(WEAVY_IMPORT_URL))?WEAVY_IMPORT_URL:typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href).href).then(r=>r.svSE)]]),this._locale=t.sourceLocale}static get sourceLocale(){try{return AW}catch{return""}}get locales(){return Array.from(this._locales.entries())}set locales(r){if(this.isDestroyed)throw new Ri;if(this.localization)throw new Error("Locales may only be configured once");if(!Array.isArray(r))throw new TypeError("Provided locales have invalid format.");r.forEach(a=>{if(!Array.isArray(a)||a.length!==2||typeof a[0]!="string")throw new TypeError("Invalid locale provided: "+a[0]);this._locales.set(...a)}),this.configureLocalization()}get locale(){return this._locale}set locale(r){if(this.isDestroyed)throw new Ri;!this.locale&&!r||(r||(r=t.sourceLocale),this._locale=r,this.localization?this.localization.setLocale(this.locale):queueMicrotask(()=>{this.localization?this.localization.setLocale(this.locale):this.locale!==t.sourceLocale&&(this._locales.has(this.locale)&&this.configureLocalization(),this.localization?this.localization.setLocale(this.locale):console.error(this.weavyId,`You need to configure additional languages in config to use '${r}'.`))}))}async loadLocale(r){var a;if(this.isDestroyed)throw new Ri;if((a=this._locales)!=null&&a.has(r)){const s=this._locales.get(r);return console.log(this.weavyId,typeof s=="function"?"loading locale":"preloaded locale",r),await(typeof s=="function"?s():s)}else throw new Error("The requested locale is not configured")}configureLocalization(){var r;if(this.isDestroyed)throw new Ri;if((r=this._locales)!=null&&r.size&&!this.localization){const a=this._locales.keys();console.log(this.weavyId,"Configuring locales",a);const{getLocale:s,setLocale:c}=Kq({sourceLocale:t.sourceLocale,targetLocales:a,loadLocale:y(d=>this.loadLocale(d),"loadLocale")});this.localization={getLocale:s,setLocale:c}}}},u(i,"t"),i),y(t,"WeavyLocalization"),t},"WeavyLocalizationMixin"),kY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._networkEvents=new Set,this._connectionState="connecting",this._serverState="ok",this._networkState=window.navigator.onLine?"online":"offline",this._networkStateIsPending=!1,window.addEventListener("online",()=>{this.networkState="online"}),window.addEventListener("offline",()=>{this.networkState="offline",this.networkStateIsPending=!1})}get networkState(){return this._networkState}set networkState(r){this._networkState=r,this.triggerNetworkChange()}get serverState(){return this._serverState}set serverState(r){this._serverState=r,this.triggerNetworkChange()}get connectionState(){return this._connectionState}set connectionState(r){this._connectionState=r,this.triggerNetworkChange()}get networkStateIsPending(){return this._networkStateIsPending}set networkStateIsPending(r){this._networkStateIsPending=r,this.triggerNetworkChange()}get network(){return{state:this._networkState==="online"?this._connectionState==="connected"||this._serverState==="ok"?"online":"unreachable":"offline",isPending:this._networkStateIsPending}}triggerNetworkChange(){const r=this.network;this._networkEvents.forEach(a=>{a(r)})}addNetworkListener(r){this._networkEvents.add(r)}removeNetworkListener(r){this._networkEvents.delete(r)}},u(i,"t"),i),y(t,"WeavyNetwork"),t},"WeavyNetworkMixin"),$Y=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._whenUrlAndTokenFactory=new Promise(a=>{this._resolveUrlAndTokenFactory=a}),this._whenTokenIsValid=new Promise(a=>{this._resolveTokenIsValid=a}),this._tokenPromise=null,this._token="",this._validTokenFromFactory=async(a=!1)=>{var s,c;const d=[this.whenUrlAndTokenFactory()];this.tokenFactoryRetryDelay!==1/0&&d.push(new Promise(m=>setTimeout(m,this.tokenFactoryRetryDelay))),await Promise.race(d);const p=await((s=this.tokenFactory)==null?void 0:s.call(this,a));if(!this._validateToken(p)&&(this._whenUrlAndTokenFactory=new Promise(m=>{this._resolveUrlAndTokenFactory=m}),!a))return await this._validTokenFromFactory(!1);if(!p)throw new TypeError("Could not get a valid token from tokenFactory.");return(c=this._resolveUrlAndTokenFactory)==null||c.call(this,!0),p},this.whenUrl().then(()=>{var a;this.url&&this.tokenFactory&&((a=this._resolveUrlAndTokenFactory)==null||a.call(this,!0))})}async whenUrlAndTokenFactory(){await this._whenUrlAndTokenFactory}async whenTokenIsValid(){await this._whenTokenIsValid}get tokenFactory(){return this._tokenFactory}set tokenFactory(r){var a;if(this.isDestroyed)throw new Ri;this._tokenFactory&&this._tokenFactory!==r&&this.whenUrlAndTokenFactory().then(()=>{this.queryClient.refetchQueries({stale:!0})}),this._tokenFactory=r,this.url&&this._tokenFactory&&((a=this._resolveUrlAndTokenFactory)==null||a.call(this,!0))}get tokenUrl(){return this._tokenUrl}set tokenUrl(r){if(this.isDestroyed)throw new Ri;try{if(typeof r=="string")r&&(this._tokenUrl=new URL(r,window.location.toString()));else if(r instanceof URL)this._tokenUrl=r;else if(r!==void 0)throw-1}catch(a){throw new Error("Invalid url",a)}this._tokenUrl&&!this.tokenFactory&&(this.tokenFactory=async a=>{if(!this.tokenUrl)throw new Error("tokenURL property is not valid");const s=new URL(this.tokenUrl);a?s.searchParams.set("refresh","true"):s.searchParams.delete("refresh");const c=await fetch(s);if(c.ok){const d=await c.json();if(d.access_token===void 0)throw new Error("Token response does not contain required property: access_token");return d.access_token}else throw new Error("Could not get access token from server!")})}_validateToken(r){var a;if(!r)return!1;if(typeof r!="string")throw new TypeError(`You have provided an invalid string access token of type ${typeof r}.`);if(typeof r=="string"&&!r.startsWith("wyu_"))throw r.startsWith("wys_")?new TypeError("You have provided an API key for authentication. Provide a user access token instead."):new TypeError("You have provided an invalid string as access token.");return(a=this._resolveTokenIsValid)==null||a.call(this,r),!0}async getToken(r=!1){if(this.isDestroyed)throw new Ri;if(this._token&&!r)return this._token;if(await this.whenUrlAndTokenFactory(),this._tokenPromise)return await this._tokenPromise;this._tokenPromise=new Promise((a,s)=>{this._validTokenFromFactory(r).then(a).catch(s),this.tokenFactoryTimeout!==1/0&&setTimeout(()=>s(new Error("Token factory timeout.")),this.tokenFactoryTimeout),window.addEventListener("offline",()=>s(new Error("Network changed.")),{once:!0}),window.addEventListener("online",()=>s(new Error("Network changed.")),{once:!0})});try{const a=await this._tokenPromise;return this._tokenPromise=null,this._token=a,this._token}catch(a){throw this._tokenPromise=null,console.error(a),a}}},u(i,"t"),i),y(t,"WeavyAuthentication"),t},"WeavyAuthenticationMixin");function Hb(o){throw new Error('Could not dynamically require "'+o+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}u(Hb,"td");y(Hb,"commonjsRequire");var zW={exports:{}};(function(o,t){var i;i=y(()=>(()=>{var V,lt,Ot,Vt,ue,pe,ae,re,Ve,ze,_e,di,Li,Ei,Je,bn,Ji,xo,eo,ba,$r,Ln,qo,io,Oa,ko,jo,Sr,Fo,Pr,Cr,Tr,$o,xa,Er,ka;var n={d:y((ut,$)=>{for(var A in $)n.o($,A)&&!n.o(ut,A)&&Object.defineProperty(ut,A,{enumerable:!0,get:$[A]})},"d")};n.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),n.o=(ut,$)=>Object.prototype.hasOwnProperty.call(ut,$),n.r=ut=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ut,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ut,"t",{value:!0})};var r,a={};n.r(a),n.d(a,{AbortError:y(()=>g,"AbortError"),DefaultHttpClient:y(()=>_i,"DefaultHttpClient"),HttpClient:y(()=>rt,"HttpClient"),HttpError:y(()=>c,"HttpError"),HttpResponse:y(()=>F,"HttpResponse"),HttpTransportType:y(()=>Ue,"HttpTransportType"),HubConnection:y(()=>ma,"HubConnection"),HubConnectionBuilder:y(()=>nc,"HubConnectionBuilder"),HubConnectionState:y(()=>$e,"HubConnectionState"),JsonHubProtocol:y(()=>bs,"JsonHubProtocol"),LogLevel:y(()=>r,"LogLevel"),MessageType:y(()=>Xt,"MessageType"),NullLogger:y(()=>pt,"NullLogger"),Subject:y(()=>pa,"Subject"),TimeoutError:y(()=>p,"TimeoutError"),TransferFormat:y(()=>We,"TransferFormat"),VERSION:y(()=>ht,"VERSION")});const s=(V=class extends Error{constructor($,A){const j=new.target.prototype;super(`${$}: Status code '${A}'`),this.statusCode=A,this.__proto__=j}},u(V,"xl"),V);y(s,"i");let c=s;const d=(lt=class extends Error{constructor($="A timeout occurred."){const A=new.target.prototype;super($),this.__proto__=A}},u(lt,"$l"),lt);y(d,"n");let p=d;const m=(Ot=class extends Error{constructor($="An abort occurred."){const A=new.target.prototype;super($),this.__proto__=A}},u(Ot,"kl"),Ot);y(m,"r");let g=m;const v=(Vt=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.transport=A,this.errorType="UnsupportedTransportError",this.__proto__=j}},u(Vt,"Cl"),Vt);y(v,"o");let O=v;const x=(ue=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.transport=A,this.errorType="DisabledTransportError",this.__proto__=j}},u(ue,"_l"),ue);y(x,"h");let T=x;const R=(pe=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.transport=A,this.errorType="FailedToStartTransportError",this.__proto__=j}},u(pe,"El"),pe);y(R,"c");let C=R;const z=(ae=class extends Error{constructor($){const A=new.target.prototype;super($),this.errorType="FailedToNegotiateWithServerError",this.__proto__=A}},u(ae,"zl"),ae);y(z,"a");let q=z;const W=(re=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.innerErrors=A,this.__proto__=j}},u(re,"Pl"),re);y(W,"l");let D=W;const Y=(Ve=class{constructor($,A,j){this.statusCode=$,this.statusText=A,this.content=j}},u(Ve,"Ll"),Ve);y(Y,"u");let F=Y;const X=(ze=class{get($,A){return this.send({...A,method:"GET",url:$})}post($,A){return this.send({...A,method:"POST",url:$})}delete($,A){return this.send({...A,method:"DELETE",url:$})}getCookieString($){return""}},u(ze,"Ml"),ze);y(X,"d");let rt=X;(function(ut){ut[ut.Trace=0]="Trace",ut[ut.Debug=1]="Debug",ut[ut.Information=2]="Information",ut[ut.Warning=3]="Warning",ut[ut.Error=4]="Error",ut[ut.Critical=5]="Critical",ut[ut.None=6]="None"})(r||(r={}));const yt=(_e=class{constructor(){}log($,A){}},u(_e,"Sl"),_e);y(yt,"f");let pt=yt;pt.instance=new pt;const ht="8.0.7",Tt=(di=class{static isRequired($,A){if($==null)throw new Error(`The '${A}' argument is required.`)}static isNotEmpty($,A){if(!$||$.match(/^\s*$/))throw new Error(`The '${A}' argument should not be empty.`)}static isIn($,A,j){if(!($ in A))throw new Error(`Unknown ${j} value: ${$}.`)}},u(di,"Tl"),di);y(Tt,"w");let dt=Tt;const Ut=(Li=class{static get isBrowser(){return!Li.isNode&&typeof window=="object"&&typeof window.document=="object"}static get isWebWorker(){return!Li.isNode&&typeof self=="object"&&"importScripts"in self}static get isReactNative(){return!Li.isNode&&typeof window=="object"&&window.document===void 0}static get isNode(){return typeof process<"u"&&process.release&&process.release.name==="node"}},u(Li,"Jr"),Li);y(Ut,"g");let It=Ut;function ne(ut,$){let A="";return Ht(ut)?(A=`Binary data of length ${ut.byteLength}`,$&&(A+=`. Content: '${function(j){const B=new Uint8Array(j);let et="";return B.forEach(ot=>{et+=`0x${ot<16?"0":""}${ot.toString(16)} `}),et.substr(0,et.length-1)}(ut)}'`)):typeof ut=="string"&&(A=`String data of length ${ut.length}`,$&&(A+=`. Content: '${ut}'`)),A}u(ne,"H"),y(ne,"m");function Ht(ut){return ut&&typeof ArrayBuffer<"u"&&(ut instanceof ArrayBuffer||ut.constructor&&ut.constructor.name==="ArrayBuffer")}u(Ht,"S"),y(Ht,"y");async function ve(ut,$,A,j,B,et){const ot={},[Et,Mt]=ct();ot[Et]=Mt,ut.log(r.Trace,`(${$} transport) sending data. ${ne(B,et.logMessageContent)}.`);const fe=Ht(B)?"arraybuffer":"text",De=await A.post(j,{content:B,headers:{...ot,...et.headers},responseType:fe,timeout:et.timeout,withCredentials:et.withCredentials});ut.log(r.Trace,`(${$} transport) request complete. Response status: ${De.statusCode}.`)}u(ve,"U"),y(ve,"b");const ye=(Ei=class{constructor($,A){this.i=$,this.h=A}dispose(){const $=this.i.observers.indexOf(this.h);$>-1&&this.i.observers.splice($,1),this.i.observers.length===0&&this.i.cancelCallback&&this.i.cancelCallback().catch(A=>{})}},u(Ei,"Al"),Ei);y(ye,"v");let we=ye;const Ce=(Je=class{constructor($){this.l=$,this.out=console}log($,A){if($>=this.l){const j=`[${new Date().toISOString()}] ${r[$]}: ${A}`;switch($){case r.Critical:case r.Error:this.out.error(j);break;case r.Warning:this.out.warn(j);break;case r.Information:this.out.info(j);break;default:this.out.log(j)}}}},u(Je,"Ol"),Je);y(Ce,"E");let be=Ce;function ct(){let ut="X-SignalR-User-Agent";return It.isNode&&(ut="User-Agent"),[ut,U(ht,K(),It.isNode?"NodeJS":"Browser",xt())]}u(ct,"N"),y(ct,"$");function U(ut,$,A,j){let B="Microsoft SignalR/";const et=ut.split(".");return B+=`${et[0]}.${et[1]}`,B+=` (${ut}; `,B+=$&&$!==""?`${$}; `:"Unknown OS; ",B+=`${A}`,B+=j?`; ${j}`:"; Unknown Runtime Version",B+=")",B}u(U,"Y"),y(U,"C");function K(){if(!It.isNode)return"";switch(process.platform){case"win32":return"Windows NT";case"darwin":return"macOS";case"linux":return"Linux";default:return process.platform}}u(K,"dt"),y(K,"S");function xt(){if(It.isNode)return process.versions.node}u(xt,"mt"),y(xt,"k");function Rt(ut){return ut.stack?ut.stack:ut.message?ut.message:`${ut}`}u(Rt,"bt"),y(Rt,"P");const Bt=(bn=class extends rt{constructor($){if(super(),this.u=$,typeof fetch>"u"||It.isNode){const A=Hb;this.p=new(A("tough-cookie")).CookieJar,typeof fetch>"u"?this.m=A("node-fetch"):this.m=fetch,this.m=A("fetch-cookie")(this.m,this.p)}else this.m=fetch.bind(function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(n.g!==void 0)return n.g;throw new Error("could not find global")}());if(typeof AbortController>"u"){const A=Hb;this.v=A("abort-controller")}else this.v=AbortController}async send($){if($.abortSignal&&$.abortSignal.aborted)throw new g;if(!$.method)throw new Error("No method defined.");if(!$.url)throw new Error("No url defined.");const A=new this.v;let j;$.abortSignal&&($.abortSignal.onabort=()=>{A.abort(),j=new g});let B,et=null;if($.timeout){const Mt=$.timeout;et=setTimeout(()=>{A.abort(),this.u.log(r.Warning,"Timeout from HTTP request."),j=new p},Mt)}$.content===""&&($.content=void 0),$.content&&($.headers=$.headers||{},Ht($.content)?$.headers["Content-Type"]="application/octet-stream":$.headers["Content-Type"]="text/plain;charset=UTF-8");try{B=await this.m($.url,{body:$.content,cache:"no-cache",credentials:$.withCredentials===!0?"include":"same-origin",headers:{"X-Requested-With":"XMLHttpRequest",...$.headers},method:$.method,mode:"cors",redirect:"follow",signal:A.signal})}catch(Mt){throw j||(this.u.log(r.Warning,`Error from HTTP request. ${Mt}.`),Mt)}finally{et&&clearTimeout(et),$.abortSignal&&($.abortSignal.onabort=null)}if(!B.ok){const Mt=await de(B,"text");throw new c(Mt||B.statusText,B.status)}const ot=de(B,$.responseType),Et=await ot;return new F(B.status,B.statusText,Et)}getCookieString($){let A="";return It.isNode&&this.p&&this.p.getCookies($,(j,B)=>A=B.join("; ")),A}},u(bn,"Rl"),bn);y(Bt,"T");let ce=Bt;function de(ut,$){let A;switch($){case"arraybuffer":A=ut.arrayBuffer();break;case"text":default:A=ut.text();break;case"blob":case"document":case"json":throw new Error(`${$} is not supported.`)}return A}u(de,"Se"),y(de,"I");const jt=(Ji=class extends rt{constructor($){super(),this.u=$}send($){return $.abortSignal&&$.abortSignal.aborted?Promise.reject(new g):$.method?$.url?new Promise((A,j)=>{const B=new XMLHttpRequest;B.open($.method,$.url,!0),B.withCredentials=$.withCredentials===void 0||$.withCredentials,B.setRequestHeader("X-Requested-With","XMLHttpRequest"),$.content===""&&($.content=void 0),$.content&&(Ht($.content)?B.setRequestHeader("Content-Type","application/octet-stream"):B.setRequestHeader("Content-Type","text/plain;charset=UTF-8"));const et=$.headers;et&&Object.keys(et).forEach(ot=>{B.setRequestHeader(ot,et[ot])}),$.responseType&&(B.responseType=$.responseType),$.abortSignal&&($.abortSignal.onabort=()=>{B.abort(),j(new g)}),$.timeout&&(B.timeout=$.timeout),B.onload=()=>{$.abortSignal&&($.abortSignal.onabort=null),B.status>=200&&B.status<300?A(new F(B.status,B.statusText,B.response||B.responseText)):j(new c(B.response||B.responseText||B.statusText,B.status))},B.onerror=()=>{this.u.log(r.Warning,`Error from HTTP request. ${B.status}: ${B.statusText}.`),j(new c(B.statusText,B.status))},B.ontimeout=()=>{this.u.log(r.Warning,"Timeout from HTTP request."),j(new p)},B.send($.content)}):Promise.reject(new Error("No url defined.")):Promise.reject(new Error("No method defined."))}},u(Ji,"Il"),Ji);y(jt,"_");let Xe=jt;const wi=(xo=class extends rt{constructor($){if(super(),typeof fetch<"u"||It.isNode)this.$=new ce($);else{if(typeof XMLHttpRequest>"u")throw new Error("No usable HttpClient found.");this.$=new Xe($)}}send($){return $.abortSignal&&$.abortSignal.aborted?Promise.reject(new g):$.method?$.url?this.$.send($):Promise.reject(new Error("No url defined.")):Promise.reject(new Error("No method defined."))}getCookieString($){return this.$.getCookieString($)}},u(xo,"Dl"),xo);y(wi,"H");let _i=wi;const to=(eo=class{static write($){return`${$}${eo.RecordSeparator}`}static parse($){if($[$.length-1]!==eo.RecordSeparator)throw new Error("Message is incomplete.");const A=$.split(eo.RecordSeparator);return A.pop(),A}},u(eo,"to"),eo);y(to,"D");let zn=to;zn.RecordSeparatorCode=30,zn.RecordSeparator=String.fromCharCode(zn.RecordSeparatorCode);const Ti=(ba=class{writeHandshakeRequest($){return zn.write(JSON.stringify($))}parseHandshakeResponse($){let A,j;if(Ht($)){const ot=new Uint8Array($),Et=ot.indexOf(zn.RecordSeparatorCode);if(Et===-1)throw new Error("Message is incomplete.");const Mt=Et+1;A=String.fromCharCode.apply(null,Array.prototype.slice.call(ot.slice(0,Mt))),j=ot.byteLength>Mt?ot.slice(Mt).buffer:null}else{const ot=$,Et=ot.indexOf(zn.RecordSeparator);if(Et===-1)throw new Error("Message is incomplete.");const Mt=Et+1;A=ot.substring(0,Mt),j=ot.length>Mt?ot.substring(Mt):null}const B=zn.parse(A),et=JSON.parse(B[0]);if(et.type)throw new Error("Expected a handshake response from the server.");return[j,et]}},u(ba,"Fl"),ba);y(Ti,"R");let Uo=Ti;var Xt,$e;(function(ut){ut[ut.Invocation=1]="Invocation",ut[ut.StreamItem=2]="StreamItem",ut[ut.Completion=3]="Completion",ut[ut.StreamInvocation=4]="StreamInvocation",ut[ut.CancelInvocation=5]="CancelInvocation",ut[ut.Ping=6]="Ping",ut[ut.Close=7]="Close",ut[ut.Ack=8]="Ack",ut[ut.Sequence=9]="Sequence"})(Xt||(Xt={}));const ua=($r=class{constructor(){this.observers=[]}next($){for(const A of this.observers)A.next($)}error($){for(const A of this.observers)A.error&&A.error($)}complete(){for(const $ of this.observers)$.complete&&$.complete()}subscribe($){return this.observers.push($),new we(this,$)}},u($r,"Hl"),$r);y(ua,"U");let pa=ua;const Xl=(Ln=class{constructor($,A,j){this.C=1e5,this.S=[],this.k=0,this.P=!1,this.T=1,this.I=0,this._=0,this.H=!1,this.D=$,this.R=A,this.C=j}async A($){const A=this.D.writeMessage($);let j=Promise.resolve();if(this.U($)){this.k++;let B=y(()=>{},"t"),et=y(()=>{},"i");Ht(A)?this._+=A.byteLength:this._+=A.length,this._>=this.C&&(j=new Promise((ot,Et)=>{B=ot,et=Et})),this.S.push(new Zo(A,this.k,B,et))}try{this.H||await this.R.send(A)}catch{this.L()}await j}N($){let A=-1;for(let j=0;j<this.S.length;j++){const B=this.S[j];if(B.q<=$.sequenceId)A=j,Ht(B.M)?this._-=B.M.byteLength:this._-=B.M.length,B.j();else{if(!(this._<this.C))break;B.j()}}A!==-1&&(this.S=this.S.slice(A+1))}W($){if(this.P)return $.type===Xt.Sequence&&(this.P=!1,!0);if(!this.U($))return!0;const A=this.T;return this.T++,A<=this.I?(A===this.I&&this.O(),!1):(this.I=A,this.O(),!0)}F($){$.sequenceId>this.T?this.R.stop(new Error("Sequence ID greater than amount of messages we've received.")):this.T=$.sequenceId}L(){this.H=!0,this.P=!0}async B(){const $=this.S.length!==0?this.S[0].q:this.k+1;await this.R.send(this.D.writeMessage({type:Xt.Sequence,sequenceId:$}));const A=this.S;for(const j of A)await this.R.send(j.M);this.H=!1}X($){$!=null||($=new Error("Unable to reconnect to server."));for(const A of this.S)A.J($)}U($){switch($.type){case Xt.Invocation:case Xt.StreamItem:case Xt.Completion:case Xt.StreamInvocation:case Xt.CancelInvocation:return!0;case Xt.Close:case Xt.Sequence:case Xt.Ping:case Xt.Ack:return!1}}O(){this.V===void 0&&(this.V=setTimeout(async()=>{try{this.H||await this.R.send(this.D.writeMessage({type:Xt.Ack,sequenceId:this.I}))}catch{}clearTimeout(this.V),this.V=void 0},1e3))}},u(Ln,"Vl"),Ln);y(Xl,"L");let Hl=Xl;const Yl=(qo=class{constructor($,A,j,B){this.M=$,this.q=A,this.j=j,this.J=B}},u(qo,"Bl"),qo);y(Yl,"N");let Zo=Yl;(function(ut){ut.Disconnected="Disconnected",ut.Connecting="Connecting",ut.Connected="Connected",ut.Disconnecting="Disconnecting",ut.Reconnecting="Reconnecting"})($e||($e={}));const fa=(io=class{static create($,A,j,B,et,ot,Et){return new io($,A,j,B,et,ot,Et)}constructor($,A,j,B,et,ot,Et){this.K=0,this.G=()=>{this.u.log(r.Warning,"The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://learn.microsoft.com/aspnet/core/signalr/javascript-client#bsleep")},dt.isRequired($,"connection"),dt.isRequired(A,"logger"),dt.isRequired(j,"protocol"),this.serverTimeoutInMilliseconds=et??3e4,this.keepAliveIntervalInMilliseconds=ot??15e3,this.Y=Et??1e5,this.u=A,this.D=j,this.connection=$,this.Z=B,this.tt=new Uo,this.connection.onreceive=Mt=>this.et(Mt),this.connection.onclose=Mt=>this.st(Mt),this.it={},this.nt={},this.rt=[],this.ot=[],this.ht=[],this.ct=0,this.lt=!1,this.ut=$e.Disconnected,this.dt=!1,this.ft=this.D.writeMessage({type:Xt.Ping})}get state(){return this.ut}get connectionId(){return this.connection&&this.connection.connectionId||null}get baseUrl(){return this.connection.baseUrl||""}set baseUrl($){if(this.ut!==$e.Disconnected&&this.ut!==$e.Reconnecting)throw new Error("The HubConnection must be in the Disconnected or Reconnecting state to change the url.");if(!$)throw new Error("The HubConnection url must be a valid url.");this.connection.baseUrl=$}start(){return this.wt=this.gt(),this.wt}async gt(){if(this.ut!==$e.Disconnected)return Promise.reject(new Error("Cannot start a HubConnection that is not in the 'Disconnected' state."));this.ut=$e.Connecting,this.u.log(r.Debug,"Starting HubConnection.");try{await this.yt(),It.isBrowser&&window.document.addEventListener("freeze",this.G),this.ut=$e.Connected,this.dt=!0,this.u.log(r.Debug,"HubConnection connected successfully.")}catch($){return this.ut=$e.Disconnected,this.u.log(r.Debug,`HubConnection failed to start successfully because of error '${$}'.`),Promise.reject($)}}async yt(){this.bt=void 0,this.lt=!1;const $=new Promise((A,j)=>{this.vt=A,this.Et=j});await this.connection.start(this.D.transferFormat);try{let A=this.D.version;this.connection.features.reconnect||(A=1);const j={protocol:this.D.name,version:A};if(this.u.log(r.Debug,"Sending handshake request."),await this.$t(this.tt.writeHandshakeRequest(j)),this.u.log(r.Information,`Using HubProtocol '${this.D.name}'.`),this.Ct(),this.St(),this.kt(),await $,this.bt)throw this.bt;this.connection.features.reconnect&&(this.Pt=new Hl(this.D,this.connection,this.Y),this.connection.features.disconnected=this.Pt.L.bind(this.Pt),this.connection.features.resend=()=>{if(this.Pt)return this.Pt.B()}),this.connection.features.inherentKeepAlive||await this.$t(this.ft)}catch(A){throw this.u.log(r.Debug,`Hub handshake failed with error '${A}' during start(). Stopping HubConnection.`),this.Ct(),this.Tt(),await this.connection.stop(A),A}}async stop(){const $=this.wt;this.connection.features.reconnect=!1,this.It=this._t(),await this.It;try{await $}catch{}}_t($){if(this.ut===$e.Disconnected)return this.u.log(r.Debug,`Call to HubConnection.stop(${$}) ignored because it is already in the disconnected state.`),Promise.resolve();if(this.ut===$e.Disconnecting)return this.u.log(r.Debug,`Call to HttpConnection.stop(${$}) ignored because the connection is already in the disconnecting state.`),this.It;const A=this.ut;return this.ut=$e.Disconnecting,this.u.log(r.Debug,"Stopping HubConnection."),this.Ht?(this.u.log(r.Debug,"Connection stopped during reconnect delay. Done reconnecting."),clearTimeout(this.Ht),this.Ht=void 0,this.Dt(),Promise.resolve()):(A===$e.Connected&&this.Rt(),this.Ct(),this.Tt(),this.bt=$||new g("The connection was stopped before the hub handshake could complete."),this.connection.stop($))}async Rt(){try{await this.xt(this.At())}catch{}}stream($,...A){const[j,B]=this.Ut(A),et=this.Lt($,A,B);let ot;const Et=new pa;return Et.cancelCallback=()=>{const Mt=this.Nt(et.invocationId);return delete this.it[et.invocationId],ot.then(()=>this.xt(Mt))},this.it[et.invocationId]=(Mt,fe)=>{fe?Et.error(fe):Mt&&(Mt.type===Xt.Completion?Mt.error?Et.error(new Error(Mt.error)):Et.complete():Et.next(Mt.item))},ot=this.xt(et).catch(Mt=>{Et.error(Mt),delete this.it[et.invocationId]}),this.qt(j,ot),Et}$t($){return this.kt(),this.connection.send($)}xt($){return this.Pt?this.Pt.A($):this.$t(this.D.writeMessage($))}send($,...A){const[j,B]=this.Ut(A),et=this.xt(this.Mt($,A,!0,B));return this.qt(j,et),et}invoke($,...A){const[j,B]=this.Ut(A),et=this.Mt($,A,!1,B);return new Promise((ot,Et)=>{this.it[et.invocationId]=(fe,De)=>{De?Et(De):fe&&(fe.type===Xt.Completion?fe.error?Et(new Error(fe.error)):ot(fe.result):Et(new Error(`Unexpected message type: ${fe.type}`)))};const Mt=this.xt(et).catch(fe=>{Et(fe),delete this.it[et.invocationId]});this.qt(j,Mt)})}on($,A){$&&A&&($=$.toLowerCase(),this.nt[$]||(this.nt[$]=[]),this.nt[$].indexOf(A)===-1&&this.nt[$].push(A))}off($,A){if(!$)return;$=$.toLowerCase();const j=this.nt[$];if(j)if(A){const B=j.indexOf(A);B!==-1&&(j.splice(B,1),j.length===0&&delete this.nt[$])}else delete this.nt[$]}onclose($){$&&this.rt.push($)}onreconnecting($){$&&this.ot.push($)}onreconnected($){$&&this.ht.push($)}et($){if(this.Ct(),this.lt||($=this.jt($),this.lt=!0),$){const A=this.D.parseMessages($,this.u);for(const j of A)if(!this.Pt||this.Pt.W(j))switch(j.type){case Xt.Invocation:this.Wt(j).catch(B=>{this.u.log(r.Error,`Invoke client method threw error: ${Rt(B)}`)});break;case Xt.StreamItem:case Xt.Completion:{const B=this.it[j.invocationId];if(B){j.type===Xt.Completion&&delete this.it[j.invocationId];try{B(j)}catch(et){this.u.log(r.Error,`Stream callback threw error: ${Rt(et)}`)}}break}case Xt.Ping:break;case Xt.Close:{this.u.log(r.Information,"Close message received from server.");const B=j.error?new Error("Server returned an error on close: "+j.error):void 0;j.allowReconnect===!0?this.connection.stop(B):this.It=this._t(B);break}case Xt.Ack:this.Pt&&this.Pt.N(j);break;case Xt.Sequence:this.Pt&&this.Pt.F(j);break;default:this.u.log(r.Warning,`Invalid message type: ${j.type}.`)}}this.St()}jt($){let A,j;try{[j,A]=this.tt.parseHandshakeResponse($)}catch(B){const et="Error parsing handshake response: "+B;this.u.log(r.Error,et);const ot=new Error(et);throw this.Et(ot),ot}if(A.error){const B="Server returned handshake error: "+A.error;this.u.log(r.Error,B);const et=new Error(B);throw this.Et(et),et}return this.u.log(r.Debug,"Server handshake complete."),this.vt(),j}kt(){this.connection.features.inherentKeepAlive||(this.K=new Date().getTime()+this.keepAliveIntervalInMilliseconds,this.Tt())}St(){if(!(this.connection.features&&this.connection.features.inherentKeepAlive||(this.Ot=setTimeout(()=>this.serverTimeout(),this.serverTimeoutInMilliseconds),this.Ft!==void 0))){let $=this.K-new Date().getTime();$<0&&($=0),this.Ft=setTimeout(async()=>{if(this.ut===$e.Connected)try{await this.$t(this.ft)}catch{this.Tt()}},$)}}serverTimeout(){this.connection.stop(new Error("Server timeout elapsed without receiving a message from the server."))}async Wt($){const A=$.target.toLowerCase(),j=this.nt[A];if(!j)return this.u.log(r.Warning,`No client method with the name '${A}' found.`),void($.invocationId&&(this.u.log(r.Warning,`No result given for '${A}' method and invocation ID '${$.invocationId}'.`),await this.xt(this.Bt($.invocationId,"Client didn't provide a result.",null))));const B=j.slice(),et=!!$.invocationId;let ot,Et,Mt;for(const fe of B)try{const De=ot;ot=await fe.apply(this,$.arguments),et&&ot&&De&&(this.u.log(r.Error,`Multiple results provided for '${A}'. Sending error to server.`),Mt=this.Bt($.invocationId,"Client provided multiple results.",null)),Et=void 0}catch(De){Et=De,this.u.log(r.Error,`A callback for the method '${A}' threw error '${De}'.`)}Mt?await this.xt(Mt):et?(Et?Mt=this.Bt($.invocationId,`${Et}`,null):ot!==void 0?Mt=this.Bt($.invocationId,null,ot):(this.u.log(r.Warning,`No result given for '${A}' method and invocation ID '${$.invocationId}'.`),Mt=this.Bt($.invocationId,"Client didn't provide a result.",null)),await this.xt(Mt)):ot&&this.u.log(r.Error,`Result given for '${A}' method but server is not expecting a result.`)}st($){this.u.log(r.Debug,`HubConnection.connectionClosed(${$}) called while in state ${this.ut}.`),this.bt=this.bt||$||new g("The underlying connection was closed before the hub handshake could complete."),this.vt&&this.vt(),this.Xt($||new Error("Invocation canceled due to the underlying connection being closed.")),this.Ct(),this.Tt(),this.ut===$e.Disconnecting?this.Dt($):this.ut===$e.Connected&&this.Z?this.Jt($):this.ut===$e.Connected&&this.Dt($)}Dt($){if(this.dt){this.ut=$e.Disconnected,this.dt=!1,this.Pt&&(this.Pt.X($??new Error("Connection closed.")),this.Pt=void 0),It.isBrowser&&window.document.removeEventListener("freeze",this.G);try{this.rt.forEach(A=>A.apply(this,[$]))}catch(A){this.u.log(r.Error,`An onclose callback called with error '${$}' threw error '${A}'.`)}}}async Jt($){const A=Date.now();let j=0,B=$!==void 0?$:new Error("Attempting to reconnect due to a unknown error."),et=this.zt(j++,0,B);if(et===null)return this.u.log(r.Debug,"Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."),void this.Dt($);if(this.ut=$e.Reconnecting,$?this.u.log(r.Information,`Connection reconnecting because of error '${$}'.`):this.u.log(r.Information,"Connection reconnecting."),this.ot.length!==0){try{this.ot.forEach(ot=>ot.apply(this,[$]))}catch(ot){this.u.log(r.Error,`An onreconnecting callback called with error '${$}' threw error '${ot}'.`)}if(this.ut!==$e.Reconnecting)return void this.u.log(r.Debug,"Connection left the reconnecting state in onreconnecting callback. Done reconnecting.")}for(;et!==null;){if(this.u.log(r.Information,`Reconnect attempt number ${j} will start in ${et} ms.`),await new Promise(ot=>{this.Ht=setTimeout(ot,et)}),this.Ht=void 0,this.ut!==$e.Reconnecting)return void this.u.log(r.Debug,"Connection left the reconnecting state during reconnect delay. Done reconnecting.");try{if(await this.yt(),this.ut=$e.Connected,this.u.log(r.Information,"HubConnection reconnected successfully."),this.ht.length!==0)try{this.ht.forEach(ot=>ot.apply(this,[this.connection.connectionId]))}catch(ot){this.u.log(r.Error,`An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${ot}'.`)}return}catch(ot){if(this.u.log(r.Information,`Reconnect attempt failed because of error '${ot}'.`),this.ut!==$e.Reconnecting)return this.u.log(r.Debug,`Connection moved to the '${this.ut}' from the reconnecting state during reconnect attempt. Done reconnecting.`),void(this.ut===$e.Disconnecting&&this.Dt());B=ot instanceof Error?ot:new Error(ot.toString()),et=this.zt(j++,Date.now()-A,B)}}this.u.log(r.Information,`Reconnect retries have been exhausted after ${Date.now()-A} ms and ${j} failed attempts. Connection disconnecting.`),this.Dt()}zt($,A,j){try{return this.Z.nextRetryDelayInMilliseconds({elapsedMilliseconds:A,previousRetryCount:$,retryReason:j})}catch(B){return this.u.log(r.Error,`IRetryPolicy.nextRetryDelayInMilliseconds(${$}, ${A}) threw error '${B}'.`),null}}Xt($){const A=this.it;this.it={},Object.keys(A).forEach(j=>{const B=A[j];try{B(null,$)}catch(et){this.u.log(r.Error,`Stream 'error' callback called with '${$}' threw error: ${Rt(et)}`)}})}Tt(){this.Ft&&(clearTimeout(this.Ft),this.Ft=void 0)}Ct(){this.Ot&&clearTimeout(this.Ot)}Mt($,A,j,B){if(j)return B.length!==0?{arguments:A,streamIds:B,target:$,type:Xt.Invocation}:{arguments:A,target:$,type:Xt.Invocation};{const et=this.ct;return this.ct++,B.length!==0?{arguments:A,invocationId:et.toString(),streamIds:B,target:$,type:Xt.Invocation}:{arguments:A,invocationId:et.toString(),target:$,type:Xt.Invocation}}}qt($,A){if($.length!==0){A||(A=Promise.resolve());for(const j in $)$[j].subscribe({complete:y(()=>{A=A.then(()=>this.xt(this.Bt(j)))},"complete"),error:y(B=>{let et;et=B instanceof Error?B.message:B&&B.toString?B.toString():"Unknown error",A=A.then(()=>this.xt(this.Bt(j,et)))},"error"),next:y(B=>{A=A.then(()=>this.xt(this.Vt(j,B)))},"next")})}}Ut($){const A=[],j=[];for(let B=0;B<$.length;B++){const et=$[B];if(this.Kt(et)){const ot=this.ct;this.ct++,A[ot]=et,j.push(ot.toString()),$.splice(B,1)}}return[A,j]}Kt($){return $&&$.subscribe&&typeof $.subscribe=="function"}Lt($,A,j){const B=this.ct;return this.ct++,j.length!==0?{arguments:A,invocationId:B.toString(),streamIds:j,target:$,type:Xt.StreamInvocation}:{arguments:A,invocationId:B.toString(),target:$,type:Xt.StreamInvocation}}Nt($){return{invocationId:$,type:Xt.CancelInvocation}}Vt($,A){return{invocationId:$,item:A,type:Xt.StreamItem}}Bt($,A,j){return A?{error:A,invocationId:$,type:Xt.Completion}:{invocationId:$,result:j,type:Xt.Completion}}At(){return{type:Xt.Close}}},u(io,"ec"),io);y(fa,"q");let ma=fa;const fs=[0,2e3,1e4,3e4,null],ya=(Oa=class{constructor($){this.Gt=$!==void 0?[...$,null]:fs}nextRetryDelayInMilliseconds($){return this.Gt[$.previousRetryCount]}},u(Oa,"Ul"),Oa);y(ya,"j");let Gl=ya;const Kl=(ko=class{},u(ko,"Nl"),ko);y(Kl,"W");let dn=Kl;dn.Authorization="Authorization",dn.Cookie="Cookie";const Jl=(jo=class extends rt{constructor($,A){super(),this.Qt=$,this.Yt=A}async send($){let A=!0;this.Yt&&(!this.Zt||$.url&&$.url.indexOf("/negotiate?")>0)&&(A=!1,this.Zt=await this.Yt()),this.te($);const j=await this.Qt.send($);return A&&j.statusCode===401&&this.Yt?(this.Zt=await this.Yt(),this.te($),await this.Qt.send($)):j}te($){$.headers||($.headers={}),this.Zt?$.headers[dn.Authorization]=`Bearer ${this.Zt}`:this.Yt&&$.headers[dn.Authorization]&&delete $.headers[dn.Authorization]}getCookieString($){return this.Qt.getCookieString($)}},u(jo,"jl"),jo);y(Jl,"O");let _n=Jl;var Ue,We;(function(ut){ut[ut.None=0]="None",ut[ut.WebSockets=1]="WebSockets",ut[ut.ServerSentEvents=2]="ServerSentEvents",ut[ut.LongPolling=4]="LongPolling"})(Ue||(Ue={})),function(ut){ut[ut.Text=1]="Text",ut[ut.Binary=2]="Binary"}(We||(We={}));const xr=(Sr=class{constructor(){this.ee=!1,this.onabort=null}abort(){this.ee||(this.ee=!0,this.onabort&&this.onabort())}get signal(){return this}get aborted(){return this.ee}},u(Sr,"ql"),Sr);y(xr,"X");let tc=xr;const vn=(Fo=class{get pollAborted(){return this.se.aborted}constructor($,A,j){this.$=$,this.u=A,this.se=new tc,this.ie=j,this.ne=!1,this.onreceive=null,this.onclose=null}async connect($,A){if(dt.isRequired($,"url"),dt.isRequired(A,"transferFormat"),dt.isIn(A,We,"transferFormat"),this.re=$,this.u.log(r.Trace,"(LongPolling transport) Connecting."),A===We.Binary&&typeof XMLHttpRequest<"u"&&typeof new XMLHttpRequest().responseType!="string")throw new Error("Binary protocols over XmlHttpRequest not implementing advanced features are not supported.");const[j,B]=ct(),et={[j]:B,...this.ie.headers},ot={abortSignal:this.se.signal,headers:et,timeout:1e5,withCredentials:this.ie.withCredentials};A===We.Binary&&(ot.responseType="arraybuffer");const Et=`${$}&_=${Date.now()}`;this.u.log(r.Trace,`(LongPolling transport) polling: ${Et}.`);const Mt=await this.$.get(Et,ot);Mt.statusCode!==200?(this.u.log(r.Error,`(LongPolling transport) Unexpected response code: ${Mt.statusCode}.`),this.oe=new c(Mt.statusText||"",Mt.statusCode),this.ne=!1):this.ne=!0,this.he=this.ce(this.re,ot)}async ce($,A){try{for(;this.ne;)try{const j=`${$}&_=${Date.now()}`;this.u.log(r.Trace,`(LongPolling transport) polling: ${j}.`);const B=await this.$.get(j,A);B.statusCode===204?(this.u.log(r.Information,"(LongPolling transport) Poll terminated by server."),this.ne=!1):B.statusCode!==200?(this.u.log(r.Error,`(LongPolling transport) Unexpected response code: ${B.statusCode}.`),this.oe=new c(B.statusText||"",B.statusCode),this.ne=!1):B.content?(this.u.log(r.Trace,`(LongPolling transport) data received. ${ne(B.content,this.ie.logMessageContent)}.`),this.onreceive&&this.onreceive(B.content)):this.u.log(r.Trace,"(LongPolling transport) Poll timed out, reissuing.")}catch(j){this.ne?j instanceof p?this.u.log(r.Trace,"(LongPolling transport) Poll timed out, reissuing."):(this.oe=j,this.ne=!1):this.u.log(r.Trace,`(LongPolling transport) Poll errored after shutdown: ${j.message}`)}}finally{this.u.log(r.Trace,"(LongPolling transport) Polling complete."),this.pollAborted||this.ae()}}async send($){return this.ne?ve(this.u,"LongPolling",this.$,this.re,$,this.ie):Promise.reject(new Error("Cannot send until the transport is connected"))}async stop(){this.u.log(r.Trace,"(LongPolling transport) Stopping polling."),this.ne=!1,this.se.abort();try{await this.he,this.u.log(r.Trace,`(LongPolling transport) sending DELETE request to ${this.re}.`);const $={},[A,j]=ct();$[A]=j;const B={headers:{...$,...this.ie.headers},timeout:this.ie.timeout,withCredentials:this.ie.withCredentials};let et;try{await this.$.delete(this.re,B)}catch(ot){et=ot}et?et instanceof c&&(et.statusCode===404?this.u.log(r.Trace,"(LongPolling transport) A 404 response was returned from sending a DELETE request."):this.u.log(r.Trace,`(LongPolling transport) Error sending a DELETE request: ${et}`)):this.u.log(r.Trace,"(LongPolling transport) DELETE request accepted.")}finally{this.u.log(r.Trace,"(LongPolling transport) Stop finished."),this.ae()}}ae(){if(this.onclose){let $="(LongPolling transport) Firing onclose event.";this.oe&&($+=" Error: "+this.oe),this.u.log(r.Trace,$),this.onclose(this.oe)}}},u(Fo,"Wl"),Fo);y(vn,"J");let kr=vn;const No=(Pr=class{constructor($,A,j,B){this.$=$,this.Zt=A,this.u=j,this.ie=B,this.onreceive=null,this.onclose=null}async connect($,A){return dt.isRequired($,"url"),dt.isRequired(A,"transferFormat"),dt.isIn(A,We,"transferFormat"),this.u.log(r.Trace,"(SSE transport) Connecting."),this.re=$,this.Zt&&($+=($.indexOf("?")<0?"?":"&")+`access_token=${encodeURIComponent(this.Zt)}`),new Promise((j,B)=>{let et,ot=!1;if(A===We.Text){if(It.isBrowser||It.isWebWorker)et=new this.ie.EventSource($,{withCredentials:this.ie.withCredentials});else{const Et=this.$.getCookieString($),Mt={};Mt.Cookie=Et;const[fe,De]=ct();Mt[fe]=De,et=new this.ie.EventSource($,{withCredentials:this.ie.withCredentials,headers:{...Mt,...this.ie.headers}})}try{et.onmessage=Et=>{if(this.onreceive)try{this.u.log(r.Trace,`(SSE transport) data received. ${ne(Et.data,this.ie.logMessageContent)}.`),this.onreceive(Et.data)}catch(Mt){return void this.le(Mt)}},et.onerror=Et=>{ot?this.le():B(new Error("EventSource failed to connect. The connection could not be found on the server, either the connection ID is not present on the server, or a proxy is refusing/buffering the connection. If you have multiple servers check that sticky sessions are enabled."))},et.onopen=()=>{this.u.log(r.Information,`SSE connected to ${this.re}`),this.ue=et,ot=!0,j()}}catch(Et){return void B(Et)}}else B(new Error("The Server-Sent Events transport only supports the 'Text' transfer format"))})}async send($){return this.ue?ve(this.u,"SSE",this.$,this.re,$,this.ie):Promise.reject(new Error("Cannot send until the transport is connected"))}stop(){return this.le(),Promise.resolve()}le($){this.ue&&(this.ue.close(),this.ue=void 0,this.onclose&&this.onclose($))}},u(Pr,"Ql"),Pr);y(No,"z");let ms=No;const ys=(Cr=class{constructor($,A,j,B,et,ot){this.u=j,this.Yt=A,this.de=B,this.fe=et,this.$=$,this.onreceive=null,this.onclose=null,this.pe=ot}async connect($,A){let j;return dt.isRequired($,"url"),dt.isRequired(A,"transferFormat"),dt.isIn(A,We,"transferFormat"),this.u.log(r.Trace,"(WebSockets transport) Connecting."),this.Yt&&(j=await this.Yt()),new Promise((B,et)=>{let ot;$=$.replace(/^http/,"ws");const Et=this.$.getCookieString($);let Mt=!1;if(It.isNode||It.isReactNative){const fe={},[De,Bo]=ct();fe[De]=Bo,j&&(fe[dn.Authorization]=`Bearer ${j}`),Et&&(fe[dn.Cookie]=Et),ot=new this.fe($,void 0,{headers:{...fe,...this.pe}})}else j&&($+=($.indexOf("?")<0?"?":"&")+`access_token=${encodeURIComponent(j)}`);ot||(ot=new this.fe($)),A===We.Binary&&(ot.binaryType="arraybuffer"),ot.onopen=fe=>{this.u.log(r.Information,`WebSocket connected to ${$}.`),this.we=ot,Mt=!0,B()},ot.onerror=fe=>{let De=null;De=typeof ErrorEvent<"u"&&fe instanceof ErrorEvent?fe.error:"There was an error with the transport",this.u.log(r.Information,`(WebSockets transport) ${De}.`)},ot.onmessage=fe=>{if(this.u.log(r.Trace,`(WebSockets transport) data received. ${ne(fe.data,this.de)}.`),this.onreceive)try{this.onreceive(fe.data)}catch(De){return void this.le(De)}},ot.onclose=fe=>{if(Mt)this.le(fe);else{let De=null;De=typeof ErrorEvent<"u"&&fe instanceof ErrorEvent?fe.error:"WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.",et(new Error(De))}}})}send($){return this.we&&this.we.readyState===this.fe.OPEN?(this.u.log(r.Trace,`(WebSockets transport) sending data. ${ne($,this.de)}.`),this.we.send($),Promise.resolve()):Promise.reject("WebSocket is not in the OPEN state")}stop(){return this.we&&this.le(void 0),Promise.resolve()}le($){this.we&&(this.we.onclose=()=>{},this.we.onmessage=()=>{},this.we.onerror=()=>{},this.we.close(),this.we=void 0),this.u.log(r.Trace,"(WebSockets transport) socket closed."),this.onclose&&(!this.ge($)||$.wasClean!==!1&&$.code===1e3?$ instanceof Error?this.onclose($):this.onclose():this.onclose(new Error(`WebSocket closed with status code: ${$.code} (${$.reason||"no reason given"}).`)))}ge($){return $&&typeof $.wasClean=="boolean"&&typeof $.code=="number"}},u(Cr,"Kl"),Cr);y(ys,"V");let ga=ys;const gs=(Tr=class{constructor($,A={}){var j;if(this.me=()=>{},this.features={},this.ye=1,dt.isRequired($,"url"),this.u=(j=A.logger)===void 0?new be(r.Information):j===null?pt.instance:j.log!==void 0?j:new be(j),this.baseUrl=this.be($),(A=A||{}).logMessageContent=A.logMessageContent!==void 0&&A.logMessageContent,typeof A.withCredentials!="boolean"&&A.withCredentials!==void 0)throw new Error("withCredentials option was not a 'boolean' or 'undefined' value");A.withCredentials=A.withCredentials===void 0||A.withCredentials,A.timeout=A.timeout===void 0?1e5:A.timeout;let B=null,et=null;if(It.isNode){const ot=Hb;B=ot("ws"),et=ot("eventsource")}It.isNode||typeof WebSocket>"u"||A.WebSocket?It.isNode&&!A.WebSocket&&B&&(A.WebSocket=B):A.WebSocket=WebSocket,It.isNode||typeof EventSource>"u"||A.EventSource?It.isNode&&!A.EventSource&&et!==void 0&&(A.EventSource=et):A.EventSource=EventSource,this.$=new _n(A.httpClient||new _i(this.u),A.accessTokenFactory),this.ut="Disconnected",this.dt=!1,this.ie=A,this.onreceive=null,this.onclose=null}async start($){if($=$||We.Binary,dt.isIn($,We,"transferFormat"),this.u.log(r.Debug,`Starting connection with transfer format '${We[$]}'.`),this.ut!=="Disconnected")return Promise.reject(new Error("Cannot start an HttpConnection that is not in the 'Disconnected' state."));if(this.ut="Connecting",this.ve=this.yt($),await this.ve,this.ut==="Disconnecting"){const A="Failed to start the HttpConnection before stop() was called.";return this.u.log(r.Error,A),await this.It,Promise.reject(new g(A))}if(this.ut!=="Connected"){const A="HttpConnection.startInternal completed gracefully but didn't enter the connection into the connected state!";return this.u.log(r.Error,A),Promise.reject(new g(A))}this.dt=!0}send($){return this.ut!=="Connected"?Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")):(this.Ee||(this.Ee=new vs(this.transport)),this.Ee.send($))}async stop($){return this.ut==="Disconnected"?(this.u.log(r.Debug,`Call to HttpConnection.stop(${$}) ignored because the connection is already in the disconnected state.`),Promise.resolve()):this.ut==="Disconnecting"?(this.u.log(r.Debug,`Call to HttpConnection.stop(${$}) ignored because the connection is already in the disconnecting state.`),this.It):(this.ut="Disconnecting",this.It=new Promise(A=>{this.me=A}),await this._t($),void await this.It)}async _t($){this.$e=$;try{await this.ve}catch{}if(this.transport){try{await this.transport.stop()}catch(A){this.u.log(r.Error,`HttpConnection.transport.stop() threw error '${A}'.`),this.Ce()}this.transport=void 0}else this.u.log(r.Debug,"HttpConnection.transport is undefined in HttpConnection.stop() because start() failed.")}async yt($){let A=this.baseUrl;this.Yt=this.ie.accessTokenFactory,this.$.Yt=this.Yt;try{if(this.ie.skipNegotiation){if(this.ie.transport!==Ue.WebSockets)throw new Error("Negotiation can only be skipped when using the WebSocket transport directly.");this.transport=this.Se(Ue.WebSockets),await this.ke(A,$)}else{let j=null,B=0;do{if(j=await this.Pe(A),this.ut==="Disconnecting"||this.ut==="Disconnected")throw new g("The connection was stopped during negotiation.");if(j.error)throw new Error(j.error);if(j.ProtocolVersion)throw new Error("Detected a connection attempt to an ASP.NET SignalR Server. This client only supports connecting to an ASP.NET Core SignalR Server. See https://aka.ms/signalr-core-differences for details.");if(j.url&&(A=j.url),j.accessToken){const et=j.accessToken;this.Yt=()=>et,this.$.Zt=et,this.$.Yt=void 0}B++}while(j.url&&B<100);if(B===100&&j.url)throw new Error("Negotiate redirection limit exceeded.");await this.Te(A,this.ie.transport,j,$)}this.transport instanceof kr&&(this.features.inherentKeepAlive=!0),this.ut==="Connecting"&&(this.u.log(r.Debug,"The HttpConnection connected successfully."),this.ut="Connected")}catch(j){return this.u.log(r.Error,"Failed to start the connection: "+j),this.ut="Disconnected",this.transport=void 0,this.me(),Promise.reject(j)}}async Pe($){const A={},[j,B]=ct();A[j]=B;const et=this.Ie($);this.u.log(r.Debug,`Sending negotiation request: ${et}.`);try{const ot=await this.$.post(et,{content:"",headers:{...A,...this.ie.headers},timeout:this.ie.timeout,withCredentials:this.ie.withCredentials});if(ot.statusCode!==200)return Promise.reject(new Error(`Unexpected status code returned from negotiate '${ot.statusCode}'`));const Et=JSON.parse(ot.content);return(!Et.negotiateVersion||Et.negotiateVersion<1)&&(Et.connectionToken=Et.connectionId),Et.useStatefulReconnect&&this.ie._e!==!0?Promise.reject(new q("Client didn't negotiate Stateful Reconnect but the server did.")):Et}catch(ot){let Et="Failed to complete negotiation with the server: "+ot;return ot instanceof c&&ot.statusCode===404&&(Et+=" Either this is not a SignalR endpoint or there is a proxy blocking the connection."),this.u.log(r.Error,Et),Promise.reject(new q(Et))}}He($,A){return A?$+($.indexOf("?")===-1?"?":"&")+`id=${A}`:$}async Te($,A,j,B){let et=this.He($,j.connectionToken);if(this.De(A))return this.u.log(r.Debug,"Connection was provided an instance of ITransport, using that directly."),this.transport=A,await this.ke(et,B),void(this.connectionId=j.connectionId);const ot=[],Et=j.availableTransports||[];let Mt=j;for(const fe of Et){const De=this.Re(fe,A,B,(Mt==null?void 0:Mt.useStatefulReconnect)===!0);if(De instanceof Error)ot.push(`${fe.transport} failed:`),ot.push(De);else if(this.De(De)){if(this.transport=De,!Mt){try{Mt=await this.Pe($)}catch(Bo){return Promise.reject(Bo)}et=this.He($,Mt.connectionToken)}try{return await this.ke(et,B),void(this.connectionId=Mt.connectionId)}catch(Bo){if(this.u.log(r.Error,`Failed to start the transport '${fe.transport}': ${Bo}`),Mt=void 0,ot.push(new C(`${fe.transport} failed: ${Bo}`,Ue[fe.transport])),this.ut!=="Connecting"){const sh="Failed to select transport before stop() was called.";return this.u.log(r.Debug,sh),Promise.reject(new g(sh))}}}}return ot.length>0?Promise.reject(new D(`Unable to connect to the server with any of the available transports. ${ot.join(" ")}`,ot)):Promise.reject(new Error("None of the transports supported by the client are supported by the server."))}Se($){switch($){case Ue.WebSockets:if(!this.ie.WebSocket)throw new Error("'WebSocket' is not supported in your environment.");return new ga(this.$,this.Yt,this.u,this.ie.logMessageContent,this.ie.WebSocket,this.ie.headers||{});case Ue.ServerSentEvents:if(!this.ie.EventSource)throw new Error("'EventSource' is not supported in your environment.");return new ms(this.$,this.$.Zt,this.u,this.ie);case Ue.LongPolling:return new kr(this.$,this.u,this.ie);default:throw new Error(`Unknown transport: ${$}.`)}}ke($,A){return this.transport.onreceive=this.onreceive,this.features.reconnect?this.transport.onclose=async j=>{let B=!1;if(this.features.reconnect){try{this.features.disconnected(),await this.transport.connect($,A),await this.features.resend()}catch{B=!0}B&&this.Ce(j)}else this.Ce(j)}:this.transport.onclose=j=>this.Ce(j),this.transport.connect($,A)}Re($,A,j,B){const et=Ue[$.transport];if(et==null)return this.u.log(r.Debug,`Skipping transport '${$.transport}' because it is not supported by this client.`),new Error(`Skipping transport '${$.transport}' because it is not supported by this client.`);if(!function(ot,Et){return!ot||(Et&ot)!=0}(A,et))return this.u.log(r.Debug,`Skipping transport '${Ue[et]}' because it was disabled by the client.`),new T(`'${Ue[et]}' is disabled by the client.`,et);if(!($.transferFormats.map(ot=>We[ot]).indexOf(j)>=0))return this.u.log(r.Debug,`Skipping transport '${Ue[et]}' because it does not support the requested transfer format '${We[j]}'.`),new Error(`'${Ue[et]}' does not support ${We[j]}.`);if(et===Ue.WebSockets&&!this.ie.WebSocket||et===Ue.ServerSentEvents&&!this.ie.EventSource)return this.u.log(r.Debug,`Skipping transport '${Ue[et]}' because it is not supported in your environment.'`),new O(`'${Ue[et]}' is not supported in your environment.`,et);this.u.log(r.Debug,`Selecting transport '${Ue[et]}'.`);try{return this.features.reconnect=et===Ue.WebSockets?B:void 0,this.Se(et)}catch(ot){return ot}}De($){return $&&typeof $=="object"&&"connect"in $}Ce($){if(this.u.log(r.Debug,`HttpConnection.stopConnection(${$}) called while in state ${this.ut}.`),this.transport=void 0,$=this.$e||$,this.$e=void 0,this.ut!=="Disconnected"){if(this.ut==="Connecting")throw this.u.log(r.Warning,`Call to HttpConnection.stopConnection(${$}) was ignored because the connection is still in the connecting state.`),new Error(`HttpConnection.stopConnection(${$}) was called while the connection is still in the connecting state.`);if(this.ut==="Disconnecting"&&this.me(),$?this.u.log(r.Error,`Connection disconnected with error '${$}'.`):this.u.log(r.Information,"Connection disconnected."),this.Ee&&(this.Ee.stop().catch(A=>{this.u.log(r.Error,`TransportSendQueue.stop() threw error '${A}'.`)}),this.Ee=void 0),this.connectionId=void 0,this.ut="Disconnected",this.dt){this.dt=!1;try{this.onclose&&this.onclose($)}catch(A){this.u.log(r.Error,`HttpConnection.onclose(${$}) threw error '${A}'.`)}}}else this.u.log(r.Debug,`Call to HttpConnection.stopConnection(${$}) was ignored because the connection is already in the disconnected state.`)}be($){if($.lastIndexOf("https://",0)===0||$.lastIndexOf("http://",0)===0)return $;if(!It.isBrowser)throw new Error(`Cannot resolve '${$}'.`);const A=window.document.createElement("a");return A.href=$,this.u.log(r.Information,`Normalizing '${$}' to '${A.href}'.`),A.href}Ie($){const A=new URL($);A.pathname.endsWith("/")?A.pathname+="negotiate":A.pathname+="/negotiate";const j=new URLSearchParams(A.searchParams);return j.has("negotiateVersion")||j.append("negotiateVersion",this.ye.toString()),j.has("useStatefulReconnect")?j.get("useStatefulReconnect")==="true"&&(this.ie._e=!0):this.ie._e===!0&&j.append("useStatefulReconnect","true"),A.search=j.toString(),A.toString()}},u(Tr,"Gl"),Tr);y(gs,"K");let wa=gs;const ws=($o=class{constructor($){this.xe=$,this.Ae=[],this.Ue=!0,this.Le=new Oo,this.Ne=new Oo,this.qe=this.Me()}send($){return this.je($),this.Ne||(this.Ne=new Oo),this.Ne.promise}stop(){return this.Ue=!1,this.Le.resolve(),this.qe}je($){if(this.Ae.length&&typeof this.Ae[0]!=typeof $)throw new Error(`Expected data to be of type ${typeof this.Ae} but was of type ${typeof $}`);this.Ae.push($),this.Le.resolve()}async Me(){for(;;){if(await this.Le.promise,!this.Ue){this.Ne&&this.Ne.reject("Connection stopped.");break}this.Le=new Oo;const $=this.Ne;this.Ne=void 0;const A=typeof this.Ae[0]=="string"?this.Ae.join(""):$o.We(this.Ae);this.Ae.length=0;try{await this.xe.send(A),$.resolve()}catch(j){$.reject(j)}}}static We($){const A=$.map(et=>et.byteLength).reduce((et,ot)=>et+ot),j=new Uint8Array(A);let B=0;for(const et of $)j.set(new Uint8Array(et),B),B+=et.byteLength;return j.buffer}},u($o,"ic"),$o);y(ws,"G");let vs=ws;const bo=(xa=class{constructor(){this.promise=new Promise(($,A)=>[this.j,this.Oe]=[$,A])}resolve(){this.j()}reject($){this.Oe($)}},u(xa,"Zl"),xa);y(bo,"Q");let Oo=bo;const va=(Er=class{constructor(){this.name="json",this.version=2,this.transferFormat=We.Text}parseMessages($,A){if(typeof $!="string")throw new Error("Invalid input for JSON hub protocol. Expected a string.");if(!$)return[];A===null&&(A=pt.instance);const j=zn.parse($),B=[];for(const et of j){const ot=JSON.parse(et);if(typeof ot.type!="number")throw new Error("Invalid payload.");switch(ot.type){case Xt.Invocation:this.U(ot);break;case Xt.StreamItem:this.Fe(ot);break;case Xt.Completion:this.Be(ot);break;case Xt.Ping:case Xt.Close:break;case Xt.Ack:this.Xe(ot);break;case Xt.Sequence:this.Je(ot);break;default:A.log(r.Information,"Unknown message type '"+ot.type+"' ignored.");continue}B.push(ot)}return B}writeMessage($){return zn.write(JSON.stringify($))}U($){this.ze($.target,"Invalid payload for Invocation message."),$.invocationId!==void 0&&this.ze($.invocationId,"Invalid payload for Invocation message.")}Fe($){if(this.ze($.invocationId,"Invalid payload for StreamItem message."),$.item===void 0)throw new Error("Invalid payload for StreamItem message.")}Be($){if($.result&&$.error)throw new Error("Invalid payload for Completion message.");!$.result&&$.error&&this.ze($.error,"Invalid payload for Completion message."),this.ze($.invocationId,"Invalid payload for Completion message.")}Xe($){if(typeof $.sequenceId!="number")throw new Error("Invalid SequenceId for Ack message.")}Je($){if(typeof $.sequenceId!="number")throw new Error("Invalid SequenceId for Sequence message.")}ze($,A){if(typeof $!="string"||$==="")throw new Error(A)}},u(Er,"Yl"),Er);y(va,"Y");let bs=va;const ec={trace:r.Trace,debug:r.Debug,info:r.Information,information:r.Information,warn:r.Warning,warning:r.Warning,error:r.Error,critical:r.Critical,none:r.None},ic=(ka=class{configureLogging($){if(dt.isRequired($,"logging"),$.log!==void 0)this.logger=$;else if(typeof $=="string"){const A=function(j){const B=ec[j.toLowerCase()];if(B!==void 0)return B;throw new Error(`Unknown log level: ${j}`)}($);this.logger=new be(A)}else this.logger=new be($);return this}withUrl($,A){return dt.isRequired($,"url"),dt.isNotEmpty($,"url"),this.url=$,this.httpConnectionOptions=typeof A=="object"?{...this.httpConnectionOptions,...A}:{...this.httpConnectionOptions,transport:A},this}withHubProtocol($){return dt.isRequired($,"protocol"),this.protocol=$,this}withAutomaticReconnect($){if(this.reconnectPolicy)throw new Error("A reconnectPolicy has already been set.");return $?Array.isArray($)?this.reconnectPolicy=new Gl($):this.reconnectPolicy=$:this.reconnectPolicy=new Gl,this}withServerTimeout($){return dt.isRequired($,"milliseconds"),this.Ve=$,this}withKeepAliveInterval($){return dt.isRequired($,"milliseconds"),this.Ke=$,this}withStatefulReconnect($){return this.httpConnectionOptions===void 0&&(this.httpConnectionOptions={}),this.httpConnectionOptions._e=!0,this.Y=$==null?void 0:$.bufferSize,this}build(){const $=this.httpConnectionOptions||{};if($.logger===void 0&&($.logger=this.logger),!this.url)throw new Error("The 'HubConnectionBuilder.withUrl' method must be called before building the connection.");const A=new wa(this.url,$);return ma.create(A,this.logger||pt.instance,this.protocol||new bs,this.reconnectPolicy,this.Ve,this.Ke,this.Y)}},u(ka,"Xl"),ka);y(ic,"tt");let nc=ic;return Uint8Array.prototype.indexOf||Object.defineProperty(Uint8Array.prototype,"indexOf",{value:Array.prototype.indexOf,writable:!0}),Uint8Array.prototype.slice||Object.defineProperty(Uint8Array.prototype,"slice",{value:y(function(ut,$){return new Uint8Array(Array.prototype.slice.call(this,ut,$))},"value"),writable:!0}),Uint8Array.prototype.forEach||Object.defineProperty(Uint8Array.prototype,"forEach",{value:Array.prototype.forEach,writable:!0}),a})(),"e"),o.exports=i()})(zW);var U6=zW.exports;const SY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._whenConnectionRequested=new Promise(a=>{this._resolveConnectionRequested=a}),this._connectionEventListeners=[],this.signalRAccessTokenRefresh=!1,this._whenConnectionStarted=new Promise((a,s)=>{this._whenConnectionStartedResolve=a,this._whenConnectionStartedReject=s}),this.whenConnectionRequested().then(()=>{this.isDestroyed||this.createConnection()})}async whenConnectionRequested(){await this._whenConnectionRequested}get rtmConnection(){return this._connection}async whenConnectionStarted(){await this._whenConnectionStarted}async createConnection(){if(this.isDestroyed)throw new Ri;if(this.networkStateIsPending=!0,await this.whenUrlAndTokenFactory(),this._connection){const r=new URL("/hubs/rtm",this.url);this._connection.baseUrl!==r.toString()&&(this.connectionState="reconnecting",console.log(this.weavyId,"Reconnecting due to changed url.",this._connection.baseUrl,"=>",r.toString()),await this.disconnect(),this._connection.baseUrl=r.toString(),this.connect())}else{this.connectionState="connecting";const r=new URL("/hubs/rtm",this.url);this._connection=new U6.HubConnectionBuilder().configureLogging(U6.LogLevel.None).withUrl(r.toString(),{accessTokenFactory:y(async()=>{try{if(this.signalRAccessTokenRefresh){const a=await this.getToken(!0);return this.signalRAccessTokenRefresh=!1,a}else return await this.getToken()}catch(a){throw console.error(a),a}},"accessTokenFactory")}).withAutomaticReconnect({nextRetryDelayInMilliseconds:y(a=>!this.isDestroyed&&window.navigator.onLine&&(document==null?void 0:document.visibilityState)!=="hidden"&&a.elapsedMilliseconds<6e4?[0,2e3,1e4][a.previousRetryCount]||1e4:null,"nextRetryDelayInMilliseconds")}).build(),this._connection.onclose(async()=>{console.info(this.weavyId,"SignalR closed."),this.connectionState="disconnected",!this.isDestroyed&&(this.networkStateIsPending=!0,this._whenConnectionStarted=new Promise((a,s)=>{this._whenConnectionStartedResolve=a,this._whenConnectionStartedReject=s}),this.connect())}),this._connection.onreconnecting(()=>{console.log(this.weavyId,"SignalR reconnecting..."),this.connectionState="reconnecting"}),this._connection.onreconnected(()=>{var a;console.info(this.weavyId,"SignalR reconnected."),this.connectionState="connected",this.networkStateIsPending=!1;for(let s=0;s<this._connectionEventListeners.length;s++)(a=this._connection)==null||a.invoke("Subscribe",this._connectionEventListeners[s].name)}),this.connect()}}async disconnect(){this._connection&&(await this._connection.stop(),this.connectionState="disconnected")}async connect(){var r;if(this.isDestroyed)throw new Ri;if(this._connection){console.log(this.weavyId,"Connecting SignalR...");try{if(!window.navigator.onLine)throw new Error;await Promise.race([this._connection.start(),this.whenConnectionStarted()]),this.signalRAccessTokenRefresh=!1,this.networkStateIsPending=!1,this.connectionState="connected",(r=this._whenConnectionStartedResolve)==null||r.call(this,void 0),console.info(this.weavyId,"SignalR connected.")}catch(a){if(a instanceof Ri){console.warn(this.weavyId,"SignalR connection aborted.");return}window.navigator.onLine?!this.signalRAccessTokenRefresh&&window.document.visibilityState!=="hidden"&&a.toString().includes("Unauthorized")?(console.log(this.weavyId,"Retrying SignalR connect with fresh token."),this.signalRAccessTokenRefresh=!0):(console.log(this.weavyId,"Server is probably down, retrying SignalR connect after a delay or when window regains focus."),this.connectionState="reconnecting",await new Promise(s=>{setTimeout(s,5e3),window.addEventListener("visibilitychange",s,{once:!0}),window.addEventListener("offline",s,{once:!0}),window.addEventListener("online",s,{once:!0})})):(this.networkStateIsPending=!1,console.log(this.weavyId,"Offline, reconnecting SignalR when online."),await new Promise(s=>{window.addEventListener("online",s,{once:!0})})),window.navigator.onLine&&(document==null?void 0:document.visibilityState)!=="hidden"&&await new Promise(s=>setTimeout(s,1e3)),this.checkVersion(),this.networkStateIsPending=!0,await this.connect()}}}async subscribe(r,a,s){var c;if(this.isDestroyed)throw new Ri;(c=this._resolveConnectionRequested)==null||c.call(this,!0);try{const d=r?r+":"+a:a;if(this._connectionEventListeners.some(p=>p.name===d&&p.callback===s))throw new Error("Duplicate subscribe: "+d);if(this._connectionEventListeners.push({name:d,callback:s}),await this.whenConnectionStarted(),!this._connection)throw new Error("Connection not created");this._connection.on(d,s),await this._connection.invoke("Subscribe",d)}catch(d){d instanceof Ri||console.error(this.weavyId,"Error in Subscribe:",d)}}async unsubscribe(r,a,s){var c;if(this.isDestroyed)throw new Ri;try{const d=r?r+":"+a:a,p=this._connectionEventListeners.findIndex(m=>m.name===d&&m.callback===s);if(p!==-1){if(this._connectionEventListeners.splice(p,1),await this.whenConnectionStarted(),!this._connection)throw new Error("Connection not created");(c=this._connection)==null||c.off(d,s),this._connectionEventListeners.some(m=>m.name===d)||await this._connection.invoke("Unsubscribe",d)}}catch(d){d instanceof Ri||console.error(this.weavyId,"Error in Unsubscribe:",d)}}destroy(){super.destroy(),this.disconnect(),this._whenConnectionStartedReject&&(this._whenConnectionStarted.catch(()=>{}),this._whenConnectionStartedReject(new Ri))}},u(i,"t"),i),y(t,"WeavyConnection"),t},"WeavyConnectionMixin");var J$,Af,kg=(J$=(Af=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(t){return this.listeners.add(t),this.onSubscribe(),()=>{this.listeners.delete(t),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},u(Af,"Eo"),Af),y(J$,"Subscribable"),J$),og=typeof window>"u"||"Deno"in globalThis;function uo(){}u(uo,"He");y(uo,"noop$1");function _W(o,t){return typeof o=="function"?o(t):o}u(_W,"Cf");y(_W,"functionalUpdate");function VO(o){return typeof o=="number"&&o>=0&&o!==1/0}u(VO,"yd");y(VO,"isValidTimeout");function k9(o,t){return Math.max(o+(t||0)-Date.now(),0)}u(k9,"qu");y(k9,"timeUntilStale");function Dc(o,t){return typeof o=="function"?o(t):o}u(Dc,"go");y(Dc,"resolveStaleTime");function Ro(o,t){return typeof o=="function"?o(t):o}u(Ro,"Ke");y(Ro,"resolveEnabled");function D3(o,t){const{type:i="all",exact:n,fetchStatus:r,predicate:a,queryKey:s,stale:c}=o;if(s){if(n){if(t.queryHash!==V2(s,t.options))return!1}else if(!rg(t.queryKey,s))return!1}if(i!=="all"){const d=t.isActive();if(i==="active"&&!d||i==="inactive"&&d)return!1}return!(typeof c=="boolean"&&t.isStale()!==c||r&&r!==t.state.fetchStatus||a&&!a(t))}u(D3,"bp");y(D3,"matchQuery");function V3(o,t){const{exact:i,status:n,predicate:r,mutationKey:a}=o;if(a){if(!t.options.mutationKey)return!1;if(i){if(Rl(t.options.mutationKey)!==Rl(a))return!1}else if(!rg(t.options.mutationKey,a))return!1}return!(n&&t.state.status!==n||r&&!r(t))}u(V3,"xp");y(V3,"matchMutation");function V2(o,t){return((t==null?void 0:t.queryKeyHashFn)||Rl)(o)}u(V2,"nh");y(V2,"hashQueryKeyByOptions");function Rl(o){return JSON.stringify(o,(t,i)=>UO(i)?Object.keys(i).sort().reduce((n,r)=>(n[r]=i[r],n),{}):i)}u(Rl,"Mr");y(Rl,"hashKey");function rg(o,t){return o===t?!0:typeof o!=typeof t?!1:o&&t&&typeof o=="object"&&typeof t=="object"?!Object.keys(t).some(i=>!rg(o[i],t[i])):!1}u(rg,"us");y(rg,"partialMatchKey");function $g(o,t){if(o===t)return o;const i=U3(o)&&U3(t);if(i||UO(o)&&UO(t)){const n=i?o:Object.keys(o),r=n.length,a=i?t:Object.keys(t),s=a.length,c=i?[]:{};let d=0;for(let p=0;p<s;p++){const m=i?p:a[p];(!i&&n.includes(m)||i)&&o[m]===void 0&&t[m]===void 0?(c[m]=void 0,d++):(c[m]=$g(o[m],t[m]),c[m]===o[m]&&o[m]!==void 0&&d++)}return r===s&&d===r?o:c}return t}u($g,"Ns");y($g,"replaceEqualDeep");function K1(o,t){if(!t||Object.keys(o).length!==Object.keys(t).length)return!1;for(const i in o)if(o[i]!==t[i])return!1;return!0}u(K1,"uc");y(K1,"shallowEqualObjects");function U3(o){return Array.isArray(o)&&o.length===Object.keys(o).length}u(U3,"$p");y(U3,"isPlainArray");function UO(o){if(!Z3(o))return!1;const t=o.constructor;if(t===void 0)return!0;const i=t.prototype;return!(!Z3(i)||!i.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(o)!==Object.prototype)}u(UO,"wd");y(UO,"isPlainObject");function Z3(o){return Object.prototype.toString.call(o)==="[object Object]"}u(Z3,"kp");y(Z3,"hasObjectPrototype");function LW(o){return new Promise(t=>{setTimeout(t,o)})}u(LW,"_f");y(LW,"sleep");function ZO(o,t,i){return typeof i.structuralSharing=="function"?i.structuralSharing(o,t):i.structuralSharing!==!1?$g(o,t):t}u(ZO,"fd");y(ZO,"replaceData");function IW(o,t,i=0){const n=[...o,t];return i&&n.length>i?n.slice(1):n}u(IW,"Ef");y(IW,"addToEnd");function WW(o,t,i=0){const n=[t,...o];return i&&n.length>i?n.slice(0,-1):n}u(WW,"zf");y(WW,"addToStart");var DW=Symbol();function $9(o,t){return!o.queryFn&&t!=null&&t.initialPromise?()=>t.initialPromise:!o.queryFn||o.queryFn===DW?()=>Promise.reject(new Error(`Missing queryFn: '${o.queryHash}'`)):o.queryFn}u($9,"Qu");y($9,"ensureQueryFn");var kh,vc,_w,t5,zf,PY=(t5=(zf=class extends kg{constructor(){super(),ft(this,kh),ft(this,vc),ft(this,_w),at(this,_w,t=>{if(!og&&window.addEventListener){const i=y(()=>t(),"listener");return window.addEventListener("visibilitychange",i,!1),()=>{window.removeEventListener("visibilitychange",i)}}})}onSubscribe(){_(this,vc)||this.setEventListener(_(this,_w))}onUnsubscribe(){var t;this.hasListeners()||((t=_(this,vc))==null||t.call(this),at(this,vc,void 0))}setEventListener(t){var i;at(this,_w,t),(i=_(this,vc))==null||i.call(this),at(this,vc,t(n=>{typeof n=="boolean"?this.setFocused(n):this.onFocus()}))}setFocused(t){_(this,kh)!==t&&(at(this,kh,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(i=>{i(t)})}isFocused(){var t;return typeof _(this,kh)=="boolean"?_(this,kh):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},u(zf,"Po"),zf),kh=new WeakMap,vc=new WeakMap,_w=new WeakMap,y(t5,"FocusManager"),t5),S9=new PY,Lw,bc,Iw,e5,_f,CY=(e5=(_f=class extends kg{constructor(){super(),ft(this,Lw,!0),ft(this,bc),ft(this,Iw),at(this,Iw,t=>{if(!og&&window.addEventListener){const i=y(()=>t(!0),"onlineListener"),n=y(()=>t(!1),"offlineListener");return window.addEventListener("online",i,!1),window.addEventListener("offline",n,!1),()=>{window.removeEventListener("online",i),window.removeEventListener("offline",n)}}})}onSubscribe(){_(this,bc)||this.setEventListener(_(this,Iw))}onUnsubscribe(){var t;this.hasListeners()||((t=_(this,bc))==null||t.call(this),at(this,bc,void 0))}setEventListener(t){var i;at(this,Iw,t),(i=_(this,bc))==null||i.call(this),at(this,bc,t(this.setOnline.bind(this)))}setOnline(t){_(this,Lw)!==t&&(at(this,Lw,t),this.listeners.forEach(i=>{i(t)}))}isOnline(){return _(this,Lw)}},u(_f,"So"),_f),Lw=new WeakMap,bc=new WeakMap,Iw=new WeakMap,y(e5,"OnlineManager"),e5),NO=new CY;function VW(o){return Math.min(1e3*2**o,3e4)}u(VW,"Mf");y(VW,"defaultRetryDelay");function P9(o){return(o??"online")==="online"?NO.isOnline():!0}u(P9,"Ku");y(P9,"canFetch");var i5,Lf,UW=(i5=(Lf=class extends Error{constructor(t){super("CancelledError"),this.revert=t==null?void 0:t.revert,this.silent=t==null?void 0:t.silent}},u(Lf,"To"),Lf),y(i5,"CancelledError"),i5);function Yb(o){return o instanceof UW}u(Yb,"ed");y(Yb,"isCancelledError");function C9(o){let t=!1,i=0,n=!1,r,a,s;const c=new Promise((C,z)=>{a=C,s=z}),d=y(C=>{var z;n||(x(new UW(C)),(z=o.abort)==null||z.call(o))},"cancel"),p=y(()=>{t=!0},"cancelRetry"),m=y(()=>{t=!1},"continueRetry"),g=y(()=>S9.isFocused()&&(o.networkMode==="always"||NO.isOnline())&&o.canRun(),"canContinue"),v=y(()=>P9(o.networkMode)&&o.canRun(),"canStart"),O=y(C=>{var z;n||(n=!0,(z=o.onSuccess)==null||z.call(o,C),r==null||r(),a(C))},"resolve"),x=y(C=>{var z;n||(n=!0,(z=o.onError)==null||z.call(o,C),r==null||r(),s(C))},"reject"),T=y(()=>new Promise(C=>{var z;r=y(q=>{(n||g())&&C(q)},"continueFn"),(z=o.onPause)==null||z.call(o)}).then(()=>{var C;r=void 0,n||(C=o.onContinue)==null||C.call(o)}),"pause"),R=y(()=>{if(n)return;let C;const z=i===0?o.initialPromise:void 0;try{C=z??o.fn()}catch(q){C=Promise.reject(q)}Promise.resolve(C).then(O).catch(q=>{var W;if(n)return;const D=o.retry??(og?0:3),Y=o.retryDelay??VW,F=typeof Y=="function"?Y(i,q):Y,X=D===!0||typeof D=="number"&&i<D||typeof D=="function"&&D(i,q);if(t||!X){x(q);return}i++,(W=o.onFail)==null||W.call(o,i,q),LW(F).then(()=>g()?void 0:T()).then(()=>{t?x(q):R()})})},"run");return{promise:c,cancel:d,continue:y(()=>(r==null||r(),c),"continue"),cancelRetry:p,continueRetry:m,canStart:v,start:y(()=>(v()?R():T().then(R),c),"start")}}u(C9,"Zu");y(C9,"createRetryer");function ZW(){let o=[],t=0,i=y(c=>{c()},"notifyFn"),n=y(c=>{c()},"batchNotifyFn"),r=y(c=>setTimeout(c,0),"scheduleFn");const a=y(c=>{t?o.push(c):r(()=>{i(c)})},"schedule"),s=y(()=>{const c=o;o=[],c.length&&r(()=>{n(()=>{c.forEach(d=>{i(d)})})})},"flush");return{batch:y(c=>{let d;t++;try{d=c()}finally{t--,t||s()}return d},"batch"),batchCalls:y(c=>(...d)=>{a(()=>{c(...d)})},"batchCalls"),schedule:a,setNotifyFunction:y(c=>{i=c},"setNotifyFunction"),setBatchNotifyFunction:y(c=>{n=c},"setBatchNotifyFunction"),setScheduler:y(c=>{r=c},"setScheduler")}}u(ZW,"Sf");y(ZW,"createNotifyManager");var on=ZW(),$h,n5,If,NW=(n5=(If=class{constructor(){ft(this,$h)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),VO(this.gcTime)&&at(this,$h,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(t){this.gcTime=Math.max(this.gcTime||0,t??(og?1/0:5*60*1e3))}clearGcTimeout(){_(this,$h)&&(clearTimeout(_(this,$h)),at(this,$h,void 0))}},u(If,"Ao"),If),$h=new WeakMap,y(n5,"Removable"),n5),Ww,Dw,Ko,xn,kb,Sh,Dr,Aa,o5,Wf,TY=(o5=(Wf=class extends NW{constructor(t){super(),ft(this,Dr),ft(this,Ww),ft(this,Dw),ft(this,Ko),ft(this,xn),ft(this,kb),ft(this,Sh),at(this,Sh,!1),at(this,kb,t.defaultOptions),this.setOptions(t.options),this.observers=[],at(this,Ko,t.cache),this.queryKey=t.queryKey,this.queryHash=t.queryHash,at(this,Ww,qW(this.options)),this.state=t.state??_(this,Ww),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=_(this,xn))==null?void 0:t.promise}setOptions(t){this.options={..._(this,kb),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&_(this,Ko).remove(this)}setData(t,i){const n=ZO(this.state.data,t,this.options);return Yt(this,Dr,Aa).call(this,{data:n,type:"success",dataUpdatedAt:i==null?void 0:i.updatedAt,manual:i==null?void 0:i.manual}),n}setState(t,i){Yt(this,Dr,Aa).call(this,{type:"setState",state:t,setStateOptions:i})}cancel(t){var i,n;const r=(i=_(this,xn))==null?void 0:i.promise;return(n=_(this,xn))==null||n.cancel(t),r?r.then(uo).catch(uo):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(_(this,Ww))}isActive(){return this.observers.some(t=>Ro(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated?!0:this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0}isStaleByTime(t=0){return this.state.isInvalidated||this.state.data===void 0||!k9(this.state.dataUpdatedAt,t)}onFocus(){var t;const i=this.observers.find(n=>n.shouldFetchOnWindowFocus());i==null||i.refetch({cancelRefetch:!1}),(t=_(this,xn))==null||t.continue()}onOnline(){var t;const i=this.observers.find(n=>n.shouldFetchOnReconnect());i==null||i.refetch({cancelRefetch:!1}),(t=_(this,xn))==null||t.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),_(this,Ko).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(i=>i!==t),this.observers.length||(_(this,xn)&&(_(this,Sh)?_(this,xn).cancel({revert:!0}):_(this,xn).cancelRetry()),this.scheduleGc()),_(this,Ko).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||Yt(this,Dr,Aa).call(this,{type:"invalidate"})}fetch(t,i){var n,r,a;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&i!=null&&i.cancelRefetch)this.cancel({silent:!0});else if(_(this,xn))return _(this,xn).continueRetry(),_(this,xn).promise}if(t&&this.setOptions(t),!this.options.queryFn){const g=this.observers.find(v=>v.options.queryFn);g&&this.setOptions(g.options)}const s=new AbortController,c=y(g=>{Object.defineProperty(g,"signal",{enumerable:!0,get:y(()=>(at(this,Sh,!0),s.signal),"get")})},"addSignalProperty"),d=y(()=>{const g=$9(this.options,i),v={queryKey:this.queryKey,meta:this.meta};return c(v),at(this,Sh,!1),this.options.persister?this.options.persister(g,v,this):g(v)},"fetchFn"),p={fetchOptions:i,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:d};c(p),(n=this.options.behavior)==null||n.onFetch(p,this),at(this,Dw,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((r=p.fetchOptions)==null?void 0:r.meta))&&Yt(this,Dr,Aa).call(this,{type:"fetch",meta:(a=p.fetchOptions)==null?void 0:a.meta});const m=y(g=>{var v,O,x,T;Yb(g)&&g.silent||Yt(this,Dr,Aa).call(this,{type:"error",error:g}),Yb(g)||((O=(v=_(this,Ko).config).onError)==null||O.call(v,g,this),(T=(x=_(this,Ko).config).onSettled)==null||T.call(x,this.state.data,g,this)),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},"onError");return at(this,xn,C9({initialPromise:i==null?void 0:i.initialPromise,fn:p.fetchFn,abort:s.abort.bind(s),onSuccess:y(g=>{var v,O,x,T;if(g===void 0){m(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(g)}catch(R){m(R);return}(O=(v=_(this,Ko).config).onSuccess)==null||O.call(v,g,this),(T=(x=_(this,Ko).config).onSettled)==null||T.call(x,g,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},"onSuccess"),onError:m,onFail:y((g,v)=>{Yt(this,Dr,Aa).call(this,{type:"failed",failureCount:g,error:v})},"onFail"),onPause:y(()=>{Yt(this,Dr,Aa).call(this,{type:"pause"})},"onPause"),onContinue:y(()=>{Yt(this,Dr,Aa).call(this,{type:"continue"})},"onContinue"),retry:p.options.retry,retryDelay:p.options.retryDelay,networkMode:p.options.networkMode,canRun:y(()=>!0,"canRun")})),_(this,xn).start()}},u(Wf,"Io"),Wf),Ww=new WeakMap,Dw=new WeakMap,Ko=new WeakMap,xn=new WeakMap,kb=new WeakMap,Sh=new WeakMap,Dr=new WeakSet,Aa=y(function(o){const t=y(i=>{switch(o.type){case"failed":return{...i,fetchFailureCount:o.failureCount,fetchFailureReason:o.error};case"pause":return{...i,fetchStatus:"paused"};case"continue":return{...i,fetchStatus:"fetching"};case"fetch":return{...i,...T9(i.data,this.options),fetchMeta:o.meta??null};case"success":return{...i,data:o.data,dataUpdateCount:i.dataUpdateCount+1,dataUpdatedAt:o.dataUpdatedAt??Date.now(),error:null,isInvalidated:!1,status:"success",...!o.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const n=o.error;return Yb(n)&&n.revert&&_(this,Dw)?{..._(this,Dw),fetchStatus:"idle"}:{...i,error:n,errorUpdateCount:i.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:i.fetchFailureCount+1,fetchFailureReason:n,fetchStatus:"idle",status:"error"};case"invalidate":return{...i,isInvalidated:!0};case"setState":return{...i,...o.state}}},"reducer");this.state=t(this.state),on.batch(()=>{this.observers.forEach(i=>{i.onQueryUpdate()}),_(this,Ko).notify({query:this,type:"updated",action:o})})},"#dispatch"),y(o5,"Query"),o5);function T9(o,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:P9(t.networkMode)?"fetching":"paused",...o===void 0&&{error:null,status:"pending"}}}u(T9,"Xu");y(T9,"fetchState");function qW(o){const t=typeof o.initialData=="function"?o.initialData():o.initialData,i=t!==void 0,n=i?typeof o.initialDataUpdatedAt=="function"?o.initialDataUpdatedAt():o.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:i?n??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:i?"success":"pending",fetchStatus:"idle"}}u(qW,"Af");y(qW,"getDefaultState$1");var za,r5,Df,EY=(r5=(Df=class extends kg{constructor(t={}){super(),ft(this,za),this.config=t,at(this,za,new Map)}build(t,i,n){const r=i.queryKey,a=i.queryHash??V2(r,i);let s=this.get(a);return s||(s=new TY({cache:this,queryKey:r,queryHash:a,options:t.defaultQueryOptions(i),state:n,defaultOptions:t.getQueryDefaults(r)}),this.add(s)),s}add(t){_(this,za).has(t.queryHash)||(_(this,za).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const i=_(this,za).get(t.queryHash);i&&(t.destroy(),i===t&&_(this,za).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){on.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return _(this,za).get(t)}getAll(){return[..._(this,za).values()]}find(t){const i={exact:!0,...t};return this.getAll().find(n=>D3(i,n))}findAll(t={}){const i=this.getAll();return Object.keys(t).length>0?i.filter(n=>D3(t,n)):i}notify(t){on.batch(()=>{this.listeners.forEach(i=>{i(t)})})}onFocus(){on.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){on.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},u(Df,"Do"),Df),za=new WeakMap,y(r5,"QueryCache"),r5),_a,Nn,Ph,La,Ds,a5,Vf,QY=(a5=(Vf=class extends NW{constructor(t){super(),ft(this,La),ft(this,_a),ft(this,Nn),ft(this,Ph),this.mutationId=t.mutationId,at(this,Nn,t.mutationCache),at(this,_a,[]),this.state=t.state||E9(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){_(this,_a).includes(t)||(_(this,_a).push(t),this.clearGcTimeout(),_(this,Nn).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){at(this,_a,_(this,_a).filter(i=>i!==t)),this.scheduleGc(),_(this,Nn).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){_(this,_a).length||(this.state.status==="pending"?this.scheduleGc():_(this,Nn).remove(this))}continue(){var t;return((t=_(this,Ph))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var i,n,r,a,s,c,d,p,m,g,v,O,x,T,R,C,z,q,W,D;at(this,Ph,C9({fn:y(()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),"fn"),onFail:y((X,rt)=>{Yt(this,La,Ds).call(this,{type:"failed",failureCount:X,error:rt})},"onFail"),onPause:y(()=>{Yt(this,La,Ds).call(this,{type:"pause"})},"onPause"),onContinue:y(()=>{Yt(this,La,Ds).call(this,{type:"continue"})},"onContinue"),retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:y(()=>_(this,Nn).canRun(this),"canRun")}));const Y=this.state.status==="pending",F=!_(this,Ph).canStart();try{if(!Y){Yt(this,La,Ds).call(this,{type:"pending",variables:t,isPaused:F}),await((n=(i=_(this,Nn).config).onMutate)==null?void 0:n.call(i,t,this));const rt=await((a=(r=this.options).onMutate)==null?void 0:a.call(r,t));rt!==this.state.context&&Yt(this,La,Ds).call(this,{type:"pending",context:rt,variables:t,isPaused:F})}const X=await _(this,Ph).start();return await((c=(s=_(this,Nn).config).onSuccess)==null?void 0:c.call(s,X,t,this.state.context,this)),await((p=(d=this.options).onSuccess)==null?void 0:p.call(d,X,t,this.state.context)),await((g=(m=_(this,Nn).config).onSettled)==null?void 0:g.call(m,X,null,this.state.variables,this.state.context,this)),await((O=(v=this.options).onSettled)==null?void 0:O.call(v,X,null,t,this.state.context)),Yt(this,La,Ds).call(this,{type:"success",data:X}),X}catch(X){try{throw await((T=(x=_(this,Nn).config).onError)==null?void 0:T.call(x,X,t,this.state.context,this)),await((C=(R=this.options).onError)==null?void 0:C.call(R,X,t,this.state.context)),await((q=(z=_(this,Nn).config).onSettled)==null?void 0:q.call(z,void 0,X,this.state.variables,this.state.context,this)),await((D=(W=this.options).onSettled)==null?void 0:D.call(W,void 0,X,t,this.state.context)),X}finally{Yt(this,La,Ds).call(this,{type:"error",error:X})}}finally{_(this,Nn).runNext(this)}}},u(Vf,"Fo"),Vf),_a=new WeakMap,Nn=new WeakMap,Ph=new WeakMap,La=new WeakSet,Ds=y(function(o){const t=y(i=>{switch(o.type){case"failed":return{...i,failureCount:o.failureCount,failureReason:o.error};case"pause":return{...i,isPaused:!0};case"continue":return{...i,isPaused:!1};case"pending":return{...i,context:o.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:o.isPaused,status:"pending",variables:o.variables,submittedAt:Date.now()};case"success":return{...i,data:o.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...i,data:void 0,error:o.error,failureCount:i.failureCount+1,failureReason:o.error,isPaused:!1,status:"error"}}},"reducer");this.state=t(this.state),on.batch(()=>{_(this,_a).forEach(i=>{i.onMutationUpdate(o)}),_(this,Nn).notify({mutation:this,type:"updated",action:o})})},"#dispatch"),y(a5,"Mutation"),a5);function E9(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}u(E9,"Ju");y(E9,"getDefaultState");var To,$b,s5,Uf,RY=(s5=(Uf=class extends kg{constructor(t={}){super(),ft(this,To),ft(this,$b),this.config=t,at(this,To,new Map),at(this,$b,Date.now())}build(t,i,n){const r=new QY({mutationCache:this,mutationId:++I3(this,$b)._,options:t.defaultMutationOptions(i),state:n});return this.add(r),r}add(t){const i=u1(t),n=_(this,To).get(i)??[];n.push(t),_(this,To).set(i,n),this.notify({type:"added",mutation:t})}remove(t){var i;const n=u1(t);if(_(this,To).has(n)){const r=(i=_(this,To).get(n))==null?void 0:i.filter(a=>a!==t);r&&(r.length===0?_(this,To).delete(n):_(this,To).set(n,r))}this.notify({type:"removed",mutation:t})}canRun(t){var i;const n=(i=_(this,To).get(u1(t)))==null?void 0:i.find(r=>r.state.status==="pending");return!n||n===t}runNext(t){var i;const n=(i=_(this,To).get(u1(t)))==null?void 0:i.find(r=>r!==t&&r.state.isPaused);return(n==null?void 0:n.continue())??Promise.resolve()}clear(){on.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}getAll(){return[..._(this,To).values()].flat()}find(t){const i={exact:!0,...t};return this.getAll().find(n=>V3(i,n))}findAll(t={}){return this.getAll().filter(i=>V3(t,i))}notify(t){on.batch(()=>{this.listeners.forEach(i=>{i(t)})})}resumePausedMutations(){const t=this.getAll().filter(i=>i.state.isPaused);return on.batch(()=>Promise.all(t.map(i=>i.continue().catch(uo))))}},u(Uf,"Ho"),Uf),To=new WeakMap,$b=new WeakMap,y(s5,"MutationCache"),s5);function u1(o){var t;return((t=o.options.scope)==null?void 0:t.id)??String(o.mutationId)}u(u1,"nc");y(u1,"scopeFor");function J1(o){return{onFetch:y((t,i)=>{var n,r,a,s,c;const d=t.options,p=(a=(r=(n=t.fetchOptions)==null?void 0:n.meta)==null?void 0:r.fetchMore)==null?void 0:a.direction,m=((s=t.state.data)==null?void 0:s.pages)||[],g=((c=t.state.data)==null?void 0:c.pageParams)||[];let v={pages:[],pageParams:[]},O=0;const x=y(async()=>{let T=!1;const R=y(q=>{Object.defineProperty(q,"signal",{enumerable:!0,get:y(()=>(t.signal.aborted?T=!0:t.signal.addEventListener("abort",()=>{T=!0}),t.signal),"get")})},"addSignalProperty"),C=$9(t.options,t.fetchOptions),z=y(async(q,W,D)=>{if(T)return Promise.reject();if(W==null&&q.pages.length)return Promise.resolve(q);const Y={queryKey:t.queryKey,pageParam:W,direction:D?"backward":"forward",meta:t.options.meta};R(Y);const F=await C(Y),{maxPages:X}=t.options,rt=D?WW:IW;return{pages:rt(q.pages,F,X),pageParams:rt(q.pageParams,W,X)}},"fetchPage");if(p&&m.length){const q=p==="backward",W=q?Q9:qO,D={pages:m,pageParams:g},Y=W(d,D);v=await z(D,Y,q)}else{const q=o??m.length;do{const W=O===0?g[0]??d.initialPageParam:qO(d,v);if(O>0&&W==null)break;v=await z(v,W),O++}while(O<q)}return v},"fetchFn");t.options.persister?t.fetchFn=()=>{var T,R;return(R=(T=t.options).persister)==null?void 0:R.call(T,x,{queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},i)}:t.fetchFn=x},"onFetch")}}u(J1,"wc");y(J1,"infiniteQueryBehavior");function qO(o,{pages:t,pageParams:i}){const n=t.length-1;return t.length>0?o.getNextPageParam(t[n],t,i[n],i):void 0}u(qO,"md");y(qO,"getNextPageParam");function Q9(o,{pages:t,pageParams:i}){var n;return t.length>0?(n=o.getPreviousPageParam)==null?void 0:n.call(o,t[0],t,i[0],i):void 0}u(Q9,"ty");y(Q9,"getPreviousPageParam");function jW(o,t){return t?qO(o,t)!=null:!1}u(jW,"Df");y(jW,"hasNextPage");function FW(o,t){return!t||!o.getPreviousPageParam?!1:Q9(o,t)!=null}u(FW,"Ff");y(FW,"hasPreviousPage");var vi,Oc,xc,Vw,Uw,kc,Zw,Nw,l5,Zf,MY=(l5=(Zf=class{constructor(t={}){ft(this,vi),ft(this,Oc),ft(this,xc),ft(this,Vw),ft(this,Uw),ft(this,kc),ft(this,Zw),ft(this,Nw),at(this,vi,t.queryCache||new EY),at(this,Oc,t.mutationCache||new RY),at(this,xc,t.defaultOptions||{}),at(this,Vw,new Map),at(this,Uw,new Map),at(this,kc,0)}mount(){I3(this,kc)._++,_(this,kc)===1&&(at(this,Zw,S9.subscribe(async t=>{t&&(await this.resumePausedMutations(),_(this,vi).onFocus())})),at(this,Nw,NO.subscribe(async t=>{t&&(await this.resumePausedMutations(),_(this,vi).onOnline())})))}unmount(){var t,i;I3(this,kc)._--,_(this,kc)===0&&((t=_(this,Zw))==null||t.call(this),at(this,Zw,void 0),(i=_(this,Nw))==null||i.call(this),at(this,Nw,void 0))}isFetching(t){return _(this,vi).findAll({...t,fetchStatus:"fetching"}).length}isMutating(t){return _(this,Oc).findAll({...t,status:"pending"}).length}getQueryData(t){var i;const n=this.defaultQueryOptions({queryKey:t});return(i=_(this,vi).get(n.queryHash))==null?void 0:i.state.data}ensureQueryData(t){const i=this.getQueryData(t.queryKey);if(i===void 0)return this.fetchQuery(t);{const n=this.defaultQueryOptions(t),r=_(this,vi).build(this,n);return t.revalidateIfStale&&r.isStaleByTime(Dc(n.staleTime,r))&&this.prefetchQuery(n),Promise.resolve(i)}}getQueriesData(t){return _(this,vi).findAll(t).map(({queryKey:i,state:n})=>{const r=n.data;return[i,r]})}setQueryData(t,i,n){const r=this.defaultQueryOptions({queryKey:t}),a=_(this,vi).get(r.queryHash),s=a==null?void 0:a.state.data,c=_W(i,s);if(c!==void 0)return _(this,vi).build(this,r).setData(c,{...n,manual:!0})}setQueriesData(t,i,n){return on.batch(()=>_(this,vi).findAll(t).map(({queryKey:r})=>[r,this.setQueryData(r,i,n)]))}getQueryState(t){var i;const n=this.defaultQueryOptions({queryKey:t});return(i=_(this,vi).get(n.queryHash))==null?void 0:i.state}removeQueries(t){const i=_(this,vi);on.batch(()=>{i.findAll(t).forEach(n=>{i.remove(n)})})}resetQueries(t,i){const n=_(this,vi),r={type:"active",...t};return on.batch(()=>(n.findAll(t).forEach(a=>{a.reset()}),this.refetchQueries(r,i)))}cancelQueries(t={},i={}){const n={revert:!0,...i},r=on.batch(()=>_(this,vi).findAll(t).map(a=>a.cancel(n)));return Promise.all(r).then(uo).catch(uo)}invalidateQueries(t={},i={}){return on.batch(()=>{if(_(this,vi).findAll(t).forEach(r=>{r.invalidate()}),t.refetchType==="none")return Promise.resolve();const n={...t,type:t.refetchType??t.type??"active"};return this.refetchQueries(n,i)})}refetchQueries(t={},i){const n={...i,cancelRefetch:(i==null?void 0:i.cancelRefetch)??!0},r=on.batch(()=>_(this,vi).findAll(t).filter(a=>!a.isDisabled()).map(a=>{let s=a.fetch(void 0,n);return n.throwOnError||(s=s.catch(uo)),a.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(uo)}fetchQuery(t){const i=this.defaultQueryOptions(t);i.retry===void 0&&(i.retry=!1);const n=_(this,vi).build(this,i);return n.isStaleByTime(Dc(i.staleTime,n))?n.fetch(i):Promise.resolve(n.state.data)}prefetchQuery(t){return this.fetchQuery(t).then(uo).catch(uo)}fetchInfiniteQuery(t){return t.behavior=J1(t.pages),this.fetchQuery(t)}prefetchInfiniteQuery(t){return this.fetchInfiniteQuery(t).then(uo).catch(uo)}ensureInfiniteQueryData(t){return t.behavior=J1(t.pages),this.ensureQueryData(t)}resumePausedMutations(){return NO.isOnline()?_(this,Oc).resumePausedMutations():Promise.resolve()}getQueryCache(){return _(this,vi)}getMutationCache(){return _(this,Oc)}getDefaultOptions(){return _(this,xc)}setDefaultOptions(t){at(this,xc,t)}setQueryDefaults(t,i){_(this,Vw).set(Rl(t),{queryKey:t,defaultOptions:i})}getQueryDefaults(t){const i=[..._(this,Vw).values()];let n={};return i.forEach(r=>{rg(t,r.queryKey)&&(n={...n,...r.defaultOptions})}),n}setMutationDefaults(t,i){_(this,Uw).set(Rl(t),{mutationKey:t,defaultOptions:i})}getMutationDefaults(t){const i=[..._(this,Uw).values()];let n={};return i.forEach(r=>{rg(t,r.mutationKey)&&(n={...n,...r.defaultOptions})}),n}defaultQueryOptions(t){if(t._defaulted)return t;const i={..._(this,xc).queries,...this.getQueryDefaults(t.queryKey),...t,_defaulted:!0};return i.queryHash||(i.queryHash=V2(i.queryKey,i)),i.refetchOnReconnect===void 0&&(i.refetchOnReconnect=i.networkMode!=="always"),i.throwOnError===void 0&&(i.throwOnError=!!i.suspense),!i.networkMode&&i.persister&&(i.networkMode="offlineFirst"),i.enabled!==!0&&i.queryFn===DW&&(i.enabled=!1),i}defaultMutationOptions(t){return t!=null&&t._defaulted?t:{..._(this,xc).mutations,...(t==null?void 0:t.mutationKey)&&this.getMutationDefaults(t.mutationKey),...t,_defaulted:!0}}clear(){_(this,vi).clear(),_(this,Oc).clear()}},u(Zf,"jo"),Zf),vi=new WeakMap,Oc=new WeakMap,xc=new WeakMap,Vw=new WeakMap,Uw=new WeakMap,kc=new WeakMap,Zw=new WeakMap,Nw=new WeakMap,y(l5,"QueryClient"),l5),co,Te,Sb,qn,Ch,qw,Ia,Pb,jw,Fw,Th,Eh,$c,Bw,bi,Xw,c5,d5,h5,u5,p5,f5,m5,Z6,y5,Nf,BW=(y5=(Nf=class extends kg{constructor(t,i){super(),ft(this,bi),ft(this,co),ft(this,Te),ft(this,Sb),ft(this,qn),ft(this,Ch),ft(this,qw),ft(this,Ia),ft(this,Pb),ft(this,jw),ft(this,Fw),ft(this,Th),ft(this,Eh),ft(this,$c),ft(this,Bw,new Set),this.options=i,at(this,co,t),at(this,Ia,null),this.bindMethods(),this.setOptions(i)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(_(this,Te).addObserver(this),N3(_(this,Te),this.options)?Yt(this,bi,Xw).call(this):this.updateResult(),Yt(this,bi,u5).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return jO(_(this,Te),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return jO(_(this,Te),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,Yt(this,bi,p5).call(this),Yt(this,bi,f5).call(this),_(this,Te).removeObserver(this)}setOptions(t,i){const n=this.options,r=_(this,Te);if(this.options=_(this,co).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof Ro(this.options.enabled,_(this,Te))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");Yt(this,bi,m5).call(this),_(this,Te).setOptions(this.options),n._defaulted&&!K1(this.options,n)&&_(this,co).getQueryCache().notify({type:"observerOptionsUpdated",query:_(this,Te),observer:this});const a=this.hasListeners();a&&q3(_(this,Te),r,this.options,n)&&Yt(this,bi,Xw).call(this),this.updateResult(i),a&&(_(this,Te)!==r||Ro(this.options.enabled,_(this,Te))!==Ro(n.enabled,_(this,Te))||Dc(this.options.staleTime,_(this,Te))!==Dc(n.staleTime,_(this,Te)))&&Yt(this,bi,c5).call(this);const s=Yt(this,bi,d5).call(this);a&&(_(this,Te)!==r||Ro(this.options.enabled,_(this,Te))!==Ro(n.enabled,_(this,Te))||s!==_(this,$c))&&Yt(this,bi,h5).call(this,s)}getOptimisticResult(t){const i=_(this,co).getQueryCache().build(_(this,co),t),n=this.createResult(i,t);return HW(this,n)&&(at(this,qn,n),at(this,qw,this.options),at(this,Ch,_(this,Te).state)),n}getCurrentResult(){return _(this,qn)}trackResult(t,i){const n={};return Object.keys(t).forEach(r=>{Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:y(()=>(this.trackProp(r),i==null||i(r),t[r]),"get")})}),n}trackProp(t){_(this,Bw).add(t)}getCurrentQuery(){return _(this,Te)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const i=_(this,co).defaultQueryOptions(t),n=_(this,co).getQueryCache().build(_(this,co),i);return n.isFetchingOptimistic=!0,n.fetch().then(()=>this.createResult(n,i))}fetch(t){return Yt(this,bi,Xw).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),_(this,qn)))}createResult(t,i){var n;const r=_(this,Te),a=this.options,s=_(this,qn),c=_(this,Ch),d=_(this,qw),p=t!==r?t.state:_(this,Sb),{state:m}=t;let g={...m},v=!1,O;if(i._optimisticResults){const Y=this.hasListeners(),F=!Y&&N3(t,i),X=Y&&q3(t,r,i,a);(F||X)&&(g={...g,...T9(m.data,t.options)}),i._optimisticResults==="isRestoring"&&(g.fetchStatus="idle")}let{error:x,errorUpdatedAt:T,status:R}=g;if(i.select&&g.data!==void 0)if(s&&g.data===(c==null?void 0:c.data)&&i.select===_(this,Pb))O=_(this,jw);else try{at(this,Pb,i.select),O=i.select(g.data),O=ZO(s==null?void 0:s.data,O,i),at(this,jw,O),at(this,Ia,null)}catch(Y){at(this,Ia,Y)}else O=g.data;if(i.placeholderData!==void 0&&O===void 0&&R==="pending"){let Y;if(s!=null&&s.isPlaceholderData&&i.placeholderData===(d==null?void 0:d.placeholderData))Y=s.data;else if(Y=typeof i.placeholderData=="function"?i.placeholderData((n=_(this,Fw))==null?void 0:n.state.data,_(this,Fw)):i.placeholderData,i.select&&Y!==void 0)try{Y=i.select(Y),at(this,Ia,null)}catch(F){at(this,Ia,F)}Y!==void 0&&(R="success",O=ZO(s==null?void 0:s.data,Y,i),v=!0)}_(this,Ia)&&(x=_(this,Ia),O=_(this,jw),T=Date.now(),R="error");const C=g.fetchStatus==="fetching",z=R==="pending",q=R==="error",W=z&&C,D=O!==void 0;return{status:R,fetchStatus:g.fetchStatus,isPending:z,isSuccess:R==="success",isError:q,isInitialLoading:W,isLoading:W,data:O,dataUpdatedAt:g.dataUpdatedAt,error:x,errorUpdatedAt:T,failureCount:g.fetchFailureCount,failureReason:g.fetchFailureReason,errorUpdateCount:g.errorUpdateCount,isFetched:g.dataUpdateCount>0||g.errorUpdateCount>0,isFetchedAfterMount:g.dataUpdateCount>p.dataUpdateCount||g.errorUpdateCount>p.errorUpdateCount,isFetching:C,isRefetching:C&&!z,isLoadingError:q&&!D,isPaused:g.fetchStatus==="paused",isPlaceholderData:v,isRefetchError:q&&D,isStale:U2(t,i),refetch:this.refetch}}updateResult(t){const i=_(this,qn),n=this.createResult(_(this,Te),this.options);if(at(this,Ch,_(this,Te).state),at(this,qw,this.options),_(this,Ch).data!==void 0&&at(this,Fw,_(this,Te)),K1(n,i))return;at(this,qn,n);const r={},a=y(()=>{if(!i)return!0;const{notifyOnChangeProps:s}=this.options,c=typeof s=="function"?s():s;if(c==="all"||!c&&!_(this,Bw).size)return!0;const d=new Set(c??_(this,Bw));return this.options.throwOnError&&d.add("error"),Object.keys(_(this,qn)).some(p=>{const m=p;return _(this,qn)[m]!==i[m]&&d.has(m)})},"shouldNotifyListeners");(t==null?void 0:t.listeners)!==!1&&a()&&(r.listeners=!0),Yt(this,bi,Z6).call(this,{...r,...t})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&Yt(this,bi,u5).call(this)}},u(Nf,"Go"),Nf),co=new WeakMap,Te=new WeakMap,Sb=new WeakMap,qn=new WeakMap,Ch=new WeakMap,qw=new WeakMap,Ia=new WeakMap,Pb=new WeakMap,jw=new WeakMap,Fw=new WeakMap,Th=new WeakMap,Eh=new WeakMap,$c=new WeakMap,Bw=new WeakMap,bi=new WeakSet,Xw=y(function(o){Yt(this,bi,m5).call(this);let t=_(this,Te).fetch(this.options,o);return o!=null&&o.throwOnError||(t=t.catch(uo)),t},"#executeFetch"),c5=y(function(){Yt(this,bi,p5).call(this);const o=Dc(this.options.staleTime,_(this,Te));if(og||_(this,qn).isStale||!VO(o))return;const t=k9(_(this,qn).dataUpdatedAt,o)+1;at(this,Th,setTimeout(()=>{_(this,qn).isStale||this.updateResult()},t))},"#updateStaleTimeout"),d5=y(function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(_(this,Te)):this.options.refetchInterval)??!1},"#computeRefetchInterval"),h5=y(function(o){Yt(this,bi,f5).call(this),at(this,$c,o),!(og||Ro(this.options.enabled,_(this,Te))===!1||!VO(_(this,$c))||_(this,$c)===0)&&at(this,Eh,setInterval(()=>{(this.options.refetchIntervalInBackground||S9.isFocused())&&Yt(this,bi,Xw).call(this)},_(this,$c)))},"#updateRefetchInterval"),u5=y(function(){Yt(this,bi,c5).call(this),Yt(this,bi,h5).call(this,Yt(this,bi,d5).call(this))},"#updateTimers"),p5=y(function(){_(this,Th)&&(clearTimeout(_(this,Th)),at(this,Th,void 0))},"#clearStaleTimeout"),f5=y(function(){_(this,Eh)&&(clearInterval(_(this,Eh)),at(this,Eh,void 0))},"#clearRefetchInterval"),m5=y(function(){const o=_(this,co).getQueryCache().build(_(this,co),this.options);if(o===_(this,Te))return;const t=_(this,Te);at(this,Te,o),at(this,Sb,o.state),this.hasListeners()&&(t==null||t.removeObserver(this),o.addObserver(this))},"#updateQuery"),Z6=y(function(o){on.batch(()=>{o.listeners&&this.listeners.forEach(t=>{t(_(this,qn))}),_(this,co).getQueryCache().notify({query:_(this,Te),type:"observerResultsUpdated"})})},"#notify"),y(y5,"QueryObserver"),y5);function XW(o,t){return Ro(t.enabled,o)!==!1&&o.state.data===void 0&&!(o.state.status==="error"&&t.retryOnMount===!1)}u(XW,"Vf");y(XW,"shouldLoadOnMount");function N3(o,t){return XW(o,t)||o.state.data!==void 0&&jO(o,t,t.refetchOnMount)}u(N3,"Cp");y(N3,"shouldFetchOnMount");function jO(o,t,i){if(Ro(t.enabled,o)!==!1){const n=typeof i=="function"?i(o):i;return n==="always"||n!==!1&&U2(o,t)}return!1}u(jO,"_d");y(jO,"shouldFetchOn");function q3(o,t,i,n){return(o!==t||Ro(n.enabled,o)===!1)&&(!i.suspense||o.state.status!=="error")&&U2(o,i)}u(q3,"_p");y(q3,"shouldFetchOptionally");function U2(o,t){return Ro(t.enabled,o)!==!1&&o.isStaleByTime(Dc(t.staleTime,o))}u(U2,"sh");y(U2,"isStale");function HW(o,t){return!K1(o.getCurrentResult(),t)}u(HW,"Bf");y(HW,"shouldAssignObserverCurrentProperties");var g5,qf,AY=(g5=(qf=class extends BW{constructor(t,i){super(t,i)}bindMethods(){super.bindMethods(),this.fetchNextPage=this.fetchNextPage.bind(this),this.fetchPreviousPage=this.fetchPreviousPage.bind(this)}setOptions(t,i){super.setOptions({...t,behavior:J1()},i)}getOptimisticResult(t){return t.behavior=J1(),super.getOptimisticResult(t)}fetchNextPage(t){return this.fetch({...t,meta:{fetchMore:{direction:"forward"}}})}fetchPreviousPage(t){return this.fetch({...t,meta:{fetchMore:{direction:"backward"}}})}createResult(t,i){var n,r;const{state:a}=t,s=super.createResult(t,i),{isFetching:c,isRefetching:d,isError:p,isRefetchError:m}=s,g=(r=(n=a.fetchMeta)==null?void 0:n.fetchMore)==null?void 0:r.direction,v=p&&g==="forward",O=c&&g==="forward",x=p&&g==="backward",T=c&&g==="backward";return{...s,fetchNextPage:this.fetchNextPage,fetchPreviousPage:this.fetchPreviousPage,hasNextPage:jW(i,a.data),hasPreviousPage:FW(i,a.data),isFetchNextPageError:v,isFetchingNextPage:O,isFetchPreviousPageError:x,isFetchingPreviousPage:T,isRefetchError:m&&!v&&!x,isRefetching:d&&!O&&!T}}},u(qf,"Zo"),qf),y(g5,"InfiniteQueryObserver"),g5),Sc,Pc,ho,Vs,Cc,Cb,w5,v5,jf,Ae=(v5=(jf=class extends kg{constructor(t,i){super(),ft(this,Cc),ft(this,Sc),ft(this,Pc),ft(this,ho),ft(this,Vs),at(this,Sc,t),this.setOptions(i),this.bindMethods(),Yt(this,Cc,Cb).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(t){var i;const n=this.options;this.options=_(this,Sc).defaultMutationOptions(t),K1(this.options,n)||_(this,Sc).getMutationCache().notify({type:"observerOptionsUpdated",mutation:_(this,ho),observer:this}),n!=null&&n.mutationKey&&this.options.mutationKey&&Rl(n.mutationKey)!==Rl(this.options.mutationKey)?this.reset():((i=_(this,ho))==null?void 0:i.state.status)==="pending"&&_(this,ho).setOptions(this.options)}onUnsubscribe(){var t;this.hasListeners()||(t=_(this,ho))==null||t.removeObserver(this)}onMutationUpdate(t){Yt(this,Cc,Cb).call(this),Yt(this,Cc,w5).call(this,t)}getCurrentResult(){return _(this,Pc)}reset(){var t;(t=_(this,ho))==null||t.removeObserver(this),at(this,ho,void 0),Yt(this,Cc,Cb).call(this),Yt(this,Cc,w5).call(this)}mutate(t,i){var n;return at(this,Vs,i),(n=_(this,ho))==null||n.removeObserver(this),at(this,ho,_(this,Sc).getMutationCache().build(_(this,Sc),this.options)),_(this,ho).addObserver(this),_(this,ho).execute(t)}},u(jf,"Yo"),jf),Sc=new WeakMap,Pc=new WeakMap,ho=new WeakMap,Vs=new WeakMap,Cc=new WeakSet,Cb=y(function(){var o;const t=((o=_(this,ho))==null?void 0:o.state)??E9();at(this,Pc,{...t,isPending:t.status==="pending",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset})},"#updateResult"),w5=y(function(o){on.batch(()=>{var t,i,n,r,a,s,c,d;if(_(this,Vs)&&this.hasListeners()){const p=_(this,Pc).variables,m=_(this,Pc).context;(o==null?void 0:o.type)==="success"?((i=(t=_(this,Vs)).onSuccess)==null||i.call(t,o.data,p,m),(r=(n=_(this,Vs)).onSettled)==null||r.call(n,o.data,null,p,m)):(o==null?void 0:o.type)==="error"&&((s=(a=_(this,Vs)).onError)==null||s.call(a,o.error,p,m),(d=(c=_(this,Vs)).onSettled)==null||d.call(c,void 0,o.error,p,m))}this.listeners.forEach(p=>{p(_(this,Pc))})})},"#notify"),y(v5,"MutationObserver"),v5);function R9(o){return o}u(R9,"ry");y(R9,"defaultTransformerFn");function YW(o){return{mutationKey:o.options.mutationKey,state:o.state,...o.options.scope&&{scope:o.options.scope},...o.meta&&{meta:o.meta}}}u(YW,"Nf");y(YW,"dehydrateMutation");function GW(o,t){var i;return{state:{...o.state,...o.state.data!==void 0&&{data:t(o.state.data)}},queryKey:o.queryKey,queryHash:o.queryHash,...o.state.status==="pending"&&{promise:(i=o.promise)==null?void 0:i.then(t).catch(n=>Promise.reject(new Error("redacted")))},...o.meta&&{meta:o.meta}}}u(GW,"jf");y(GW,"dehydrateQuery");function KW(o){return o.state.isPaused}u(KW,"qf");y(KW,"defaultShouldDehydrateMutation");function JW(o){return o.state.status==="success"}u(JW,"Wf");y(JW,"defaultShouldDehydrateQuery");function tD(o,t={}){var i,n,r;const a=t.shouldDehydrateMutation??((i=o.getDefaultOptions().dehydrate)==null?void 0:i.shouldDehydrateMutation)??KW,s=o.getMutationCache().getAll().flatMap(m=>a(m)?[YW(m)]:[]),c=t.shouldDehydrateQuery??((n=o.getDefaultOptions().dehydrate)==null?void 0:n.shouldDehydrateQuery)??JW,d=t.serializeData??((r=o.getDefaultOptions().dehydrate)==null?void 0:r.serializeData)??R9,p=o.getQueryCache().getAll().flatMap(m=>c(m)?[GW(m,d)]:[]);return{mutations:s,queries:p}}u(tD,"Qf");y(tD,"dehydrate");function eD(o,t,i){var n,r;if(typeof t!="object"||t===null)return;const a=o.getMutationCache(),s=o.getQueryCache(),c=((n=i==null?void 0:i.defaultOptions)==null?void 0:n.deserializeData)??((r=o.getDefaultOptions().hydrate)==null?void 0:r.deserializeData)??R9,d=t.mutations||[],p=t.queries||[];d.forEach(({state:m,...g})=>{var v,O;a.build(o,{...(v=o.getDefaultOptions().hydrate)==null?void 0:v.mutations,...(O=i==null?void 0:i.defaultOptions)==null?void 0:O.mutations,...g},m)}),p.forEach(({queryKey:m,state:g,queryHash:v,meta:O,promise:x})=>{var T,R;let C=s.get(v);const z=g.data===void 0?g.data:c(g.data);if(C){if(C.state.dataUpdatedAt<g.dataUpdatedAt){const{fetchStatus:q,...W}=g;C.setState({...W,data:z})}}else C=s.build(o,{...(T=o.getDefaultOptions().hydrate)==null?void 0:T.queries,...(R=i==null?void 0:i.defaultOptions)==null?void 0:R.queries,queryKey:m,queryHash:v,meta:O},{...g,data:z,fetchStatus:"idle"});if(x){const q=Promise.resolve(x).then(c);C.fetch(void 0,{initialPromise:q})}})}u(eD,"Kf");y(eD,"hydrate");function j3(){}u(j3,"Ep");y(j3,"noop");function iD({storage:o,key:t="REACT_QUERY_OFFLINE_CACHE",throttleTime:i=1e3,serialize:n=JSON.stringify,deserialize:r=JSON.parse,retry:a}){if(o){const s=y(c=>{try{o.setItem(t,n(c));return}catch(d){return d}},"trySave");return{persistClient:nD(c=>{let d=c,p=s(d),m=0;for(;p&&d;)m++,d=a==null?void 0:a({persistedClient:d,error:p,errorCount:m}),d&&(p=s(d))},i),restoreClient:y(()=>{const c=o.getItem(t);if(c)return r(c)},"restoreClient"),removeClient:y(()=>{o.removeItem(t)},"removeClient")}}return{persistClient:j3,restoreClient:y(()=>{},"restoreClient"),removeClient:j3}}u(iD,"Gf");y(iD,"createSyncStoragePersister");function nD(o,t=100){let i=null,n;return function(...r){n=r,i===null&&(i=setTimeout(()=>{o(...n),i=null},t))}}u(nD,"Zf");y(nD,"throttle$2");var zY=["added","removed","updated"];function F3(o){return zY.includes(o)}u(F3,"zp");y(F3,"isCacheEventType");async function oD({queryClient:o,persister:t,maxAge:i=1e3*60*60*24,buster:n="",hydrateOptions:r}){try{const a=await t.restoreClient();if(a)if(a.timestamp){const s=Date.now()-a.timestamp>i,c=a.buster!==n;s||c?t.removeClient():eD(o,a.clientState,r)}else t.removeClient()}catch{t.removeClient()}}u(oD,"Xf");y(oD,"persistQueryClientRestore");async function B3({queryClient:o,persister:t,buster:i="",dehydrateOptions:n}){const r={buster:i,timestamp:Date.now(),clientState:tD(o,n)};await t.persistClient(r)}u(B3,"Pp");y(B3,"persistQueryClientSave");function rD(o){const t=o.queryClient.getQueryCache().subscribe(n=>{F3(n.type)&&B3(o)}),i=o.queryClient.getMutationCache().subscribe(n=>{F3(n.type)&&B3(o)});return()=>{t(),i()}}u(rD,"Jf");y(rD,"persistQueryClientSubscribe");const _Y=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this.createQueryClient(),this.host.isConnected&&this._queryClient.mount(),this._hostIsConnectedObserver=mQ(this.host,a=>{this.isDestroyed||(a?(console.log(this.weavyId,"Query client mounted"),this._queryClient.mount()):(console.log(this.weavyId,"Query client unmounted"),this._queryClient.unmount()))})}get queryClient(){return this._queryClient}async createQueryClient(){if(this.isDestroyed)throw new Ri;this._queryClient=new MY({defaultOptions:{queries:{staleTime:this.staleTime,gcTime:this.gcTime}}});try{this._sessionStoragePersister=iD({key:"WEAVY_QUERY_OFFLINE_CACHE",storage:window.sessionStorage,throttleTime:this.staleTime});const r={queryClient:this._queryClient,persister:this._sessionStoragePersister,maxAge:this.gcTime,buster:zo.version,hydrateOptions:void 0,dehydrateOptions:{shouldDehydrateMutation:y(a=>{var s,c;const d=((c=(s=a.state.context)==null?void 0:s.status)==null?void 0:c.state)==="pending";return!!(a.state.context&&!d||a.state.isPaused)},"shouldDehydrateMutation")}};await oD(r),this._unsubscribeQueryClient=rD(r)}catch{console.warn(this.weavyId,"Query cache persister not available.")}}async disconnectQueryClient(){var r,a;console.log(this.weavyId,"Query client disconnected"),await this._queryClient.cancelQueries(),this.queryClient.setQueriesData({},void 0),this.queryClient.resetQueries(),(r=this._sessionStoragePersister)==null||r.removeClient(),(a=this._unsubscribeQueryClient)==null||a.call(this),this._queryClient.unmount(),this._queryClient.clear()}destroy(){super.destroy(),this._hostIsConnectedObserver.disconnect(),this.disconnectQueryClient()}},u(i,"t"),i),y(t,"WeavyQuery"),t},"WeavyQueryMixin"),LY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this.version=zo.version,this.whenUrl().then(()=>{this.isDestroyed||this.checkVersion()})}async checkVersion(r=this.version){var a,s;await this.whenUrl(),this.networkStateIsPending=!0;let c;try{if(c=await fetch(new URL("/version",this.url),await this.fetchOptions(!1)),!c.ok)throw new Error("Could not verify environment version.");this.networkStateIsPending=!1,this.serverState="ok"}catch(p){this.networkStateIsPending=!1,this.serverState="unreachable",console.warn("Could not check version: "+p.toString());return}const d=await c.text();if(!r||!d||r!==d)try{const p=r.split(".").slice(0,2),m=d.split(".").slice(0,2);if(p[0]!==m[0])throw new Error;p[1]!==m[1]&&console.warn(`Version inconsistency: ${zo.sourceName}@${this.version} ≠ ${(a=this.url)==null?void 0:a.hostname}@${d}`)}catch{throw new Error(`Version mismatch! ${zo.sourceName}@${this.version} ≠ ${(s=this.url)==null?void 0:s.hostname}@${d}`)}}},u(i,"t"),i),y(t,"WeavyVersion"),t},"WeavyVersionMixin");var FO=(o=>(o.JSON="application/json;charset=utf-8",o.FormData="multipart/form-data;charset=utf-8",o.URLEncoded="application/x-www-form-urlencoded;charset=utf-8",o.Text="text/plain;charset=utf-8",o.Auto="",o))(FO||{});const IY=y(o=>{var i;var t;return t=(i=class extends o{async fetchOptions(r=!0){if(this.isDestroyed)throw new Ri;const a={"X-Weavy-Source":`${zo.sourceName}@${zo.version}`};return r&&(a.Authorization="Bearer "+await this.getToken()),DO(fY,{headers:a},!0)}async get(r){return await this.post(r,"GET")}async post(r,a,s,c=FO.JSON,d=!0){if(this.isDestroyed)throw new Ri;const p=DO(await this.fetchOptions(),{headers:{"content-type":c},method:a,body:s},!0);this.networkStateIsPending=!0;const m=await fetch(new URL(r,this.url),p);if(m.ok)this.networkStateIsPending=!1,this.serverState="ok";else if(m.status===401||m.status===403){if(d)return await this.getToken(!0),await this.post(r,a,s,c,!1);this.networkStateIsPending=!1,this.serverState="unauthorized"}else this.networkStateIsPending=!1;return m}async upload(r,a,s,c=FO.JSON,d,p=!0){if(this.isDestroyed)throw new Ri;const m=await this.getToken();return await new Promise((g,v)=>{const O=new XMLHttpRequest;O.open(a,new URL(r,this.url),!0),O.setRequestHeader("Authorization","Bearer "+m),O.setRequestHeader("X-Weavy-Source",`${zo.sourceName}@${zo.version}`),c&&O.setRequestHeader("content-type",c),d&&O.upload.addEventListener("progress",x=>{d(x.loaded/x.total*100||100)}),O.onload=x=>{p&&(O.status===401||O.status===401)?this.getToken(!0).then(()=>this.upload(r,a,s,c,d,!1)).then(g).catch(v):g(new Response(O.response,{status:O.status,statusText:O.statusText}))},O.onerror=v,O.send(s)})}},u(i,"t"),i),y(t,"WeavyFetch"),t},"WeavyFetchMixin");function kn(o){return o<0?-1:o===0?0:1}u(kn,"_e");y(kn,"signum");function au(o,t,i){return(1-i)*o+i*t}u(au,"cs");y(au,"lerp");function aD(o,t,i){return i<o?o:i>t?t:i}u(aD,"r1");y(aD,"clampInt");function tv(o,t,i){return i<o?o:i>t?t:i}u(tv,"mc");y(tv,"clampDouble");function Z2(o){return o=o%360,o<0&&(o=o+360),o}u(Z2,"ch");y(Z2,"sanitizeDegreesDouble");function sD(o,t){return Z2(t-o)<=180?1:-1}u(sD,"o1");y(sD,"rotationDirection");function lD(o,t){return 180-Math.abs(Math.abs(o-t)-180)}u(lD,"n1");y(lD,"differenceDegrees");function BO(o,t){const i=o[0]*t[0][0]+o[1]*t[0][1]+o[2]*t[0][2],n=o[0]*t[1][0]+o[1]*t[1][1]+o[2]*t[1][2],r=o[0]*t[2][0]+o[1]*t[2][1]+o[2]*t[2][2];return[i,n,r]}u(BO,"zd");y(BO,"matrixMultiply");const WY=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],DY=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],VY=[95.047,100,108.883];function N2(o,t,i){return(255<<24|(o&255)<<16|(t&255)<<8|i&255)>>>0}u(N2,"lh");y(N2,"argbFromRgb");function X3(o){const t=tl(o[0]),i=tl(o[1]),n=tl(o[2]);return N2(t,i,n)}u(X3,"Lp");y(X3,"argbFromLinrgb");function M9(o){return o>>16&255}u(M9,"oy");y(M9,"redFromArgb");function A9(o){return o>>8&255}u(A9,"ny");y(A9,"greenFromArgb");function z9(o){return o&255}u(z9,"ay");y(z9,"blueFromArgb");function cD(o,t,i){const n=DY,r=n[0][0]*o+n[0][1]*t+n[0][2]*i,a=n[1][0]*o+n[1][1]*t+n[1][2]*i,s=n[2][0]*o+n[2][1]*t+n[2][2]*i,c=tl(r),d=tl(a),p=tl(s);return N2(c,d,p)}u(cD,"l1");y(cD,"argbFromXyz");function dD(o){const t=Vc(M9(o)),i=Vc(A9(o)),n=Vc(z9(o));return BO([t,i,n],WY)}u(dD,"d1");y(dD,"xyzFromArgb");function hD(o){const t=Fa(o),i=tl(t);return N2(i,i,i)}u(hD,"h1");y(hD,"argbFromLstar");function XO(o){const t=dD(o)[1];return 116*_9(t/100)-16}u(XO,"Pd");y(XO,"lstarFromArgb");function Fa(o){return 100*pD((o+16)/116)}u(Fa,"er");y(Fa,"yFromLstar");function HO(o){return _9(o/100)*116-16}u(HO,"Ld");y(HO,"lstarFromY");function Vc(o){const t=o/255;return t<=.040449936?t/12.92*100:Math.pow((t+.055)/1.055,2.4)*100}u(Vc,"bo");y(Vc,"linearized");function tl(o){const t=o/100;let i=0;return t<=.0031308?i=t*12.92:i=1.055*Math.pow(t,1/2.4)-.055,aD(0,255,Math.round(i*255))}u(tl,"zr");y(tl,"delinearized");function uD(){return VY}u(uD,"p1");y(uD,"whitePointD65");function _9(o){const t=.008856451679035631,i=24389/27;return o>t?Math.pow(o,1/3):(i*o+16)/116}u(_9,"sy");y(_9,"labF");function pD(o){const t=.008856451679035631,i=24389/27,n=o*o*o;return n>t?n:(116*o-16)/i}u(pD,"u1");y(pD,"labInvf");var $d;const fD=($d=class{static make(t=uD(),i=200/Math.PI*Fa(50)/100,n=50,r=2,a=!1){const s=t,c=s[0]*.401288+s[1]*.650173+s[2]*-.051461,d=s[0]*-.250268+s[1]*1.204414+s[2]*.045854,p=s[0]*-.002079+s[1]*.048952+s[2]*.953127,m=.8+r/10,g=m>=.9?au(.59,.69,(m-.9)*10):au(.525,.59,(m-.8)*10);let v=a?1:m*(1-1/3.6*Math.exp((-i-42)/92));v=v>1?1:v<0?0:v;const O=m,x=[v*(100/c)+1-v,v*(100/d)+1-v,v*(100/p)+1-v],T=1/(5*i+1),R=T*T*T*T,C=1-R,z=R*i+.1*C*C*Math.cbrt(5*i),q=Fa(n)/t[1],W=1.48+Math.sqrt(q),D=.725/Math.pow(q,.2),Y=D,F=[Math.pow(z*x[0]*c/100,.42),Math.pow(z*x[1]*d/100,.42),Math.pow(z*x[2]*p/100,.42)],X=[400*F[0]/(F[0]+27.13),400*F[1]/(F[1]+27.13),400*F[2]/(F[2]+27.13)],rt=(2*X[0]+X[1]+.05*X[2])*D;return new $d(q,rt,D,Y,g,O,x,z,Math.pow(z,.25),W)}constructor(t,i,n,r,a,s,c,d,p,m){this.n=t,this.aw=i,this.nbb=n,this.ncb=r,this.c=a,this.nc=s,this.rgbD=c,this.fl=d,this.fLRoot=p,this.z=m}},u($d,"Zc"),$d);y(fD,"ViewingConditions");let Ba=fD;Ba.DEFAULT=Ba.make();var fo;const mD=(fo=class{constructor(t,i,n,r,a,s,c,d,p){this.hue=t,this.chroma=i,this.j=n,this.q=r,this.m=a,this.s=s,this.jstar=c,this.astar=d,this.bstar=p}distance(t){const i=this.jstar-t.jstar,n=this.astar-t.astar,r=this.bstar-t.bstar,a=Math.sqrt(i*i+n*n+r*r);return 1.41*Math.pow(a,.63)}static fromInt(t){return fo.fromIntInViewingConditions(t,Ba.DEFAULT)}static fromIntInViewingConditions(t,i){const n=(t&16711680)>>16,r=(t&65280)>>8,a=t&255,s=Vc(n),c=Vc(r),d=Vc(a),p=.41233895*s+.35762064*c+.18051042*d,m=.2126*s+.7152*c+.0722*d,g=.01932141*s+.11916382*c+.95034478*d,v=.401288*p+.650173*m-.051461*g,O=-.250268*p+1.204414*m+.045854*g,x=-.002079*p+.048952*m+.953127*g,T=i.rgbD[0]*v,R=i.rgbD[1]*O,C=i.rgbD[2]*x,z=Math.pow(i.fl*Math.abs(T)/100,.42),q=Math.pow(i.fl*Math.abs(R)/100,.42),W=Math.pow(i.fl*Math.abs(C)/100,.42),D=kn(T)*400*z/(z+27.13),Y=kn(R)*400*q/(q+27.13),F=kn(C)*400*W/(W+27.13),X=(11*D+-12*Y+F)/11,rt=(D+Y-2*F)/9,yt=(20*D+20*Y+21*F)/20,pt=(40*D+20*Y+F)/20,ht=Math.atan2(rt,X)*180/Math.PI,Tt=ht<0?ht+360:ht>=360?ht-360:ht,dt=Tt*Math.PI/180,Ut=pt*i.nbb,It=100*Math.pow(Ut/i.aw,i.c*i.z),ne=4/i.c*Math.sqrt(It/100)*(i.aw+4)*i.fLRoot,Ht=Tt<20.14?Tt+360:Tt,ve=.25*(Math.cos(Ht*Math.PI/180+2)+3.8),ye=5e4/13*ve*i.nc*i.ncb*Math.sqrt(X*X+rt*rt)/(yt+.305),we=Math.pow(ye,.9)*Math.pow(1.64-Math.pow(.29,i.n),.73),Ce=we*Math.sqrt(It/100),be=Ce*i.fLRoot,ct=50*Math.sqrt(we*i.c/(i.aw+4)),U=(1+100*.007)*It/(1+.007*It),K=1/.0228*Math.log(1+.0228*be),xt=K*Math.cos(dt),Rt=K*Math.sin(dt);return new fo(Tt,Ce,It,ne,be,ct,U,xt,Rt)}static fromJch(t,i,n){return fo.fromJchInViewingConditions(t,i,n,Ba.DEFAULT)}static fromJchInViewingConditions(t,i,n,r){const a=4/r.c*Math.sqrt(t/100)*(r.aw+4)*r.fLRoot,s=i*r.fLRoot,c=i/Math.sqrt(t/100),d=50*Math.sqrt(c*r.c/(r.aw+4)),p=n*Math.PI/180,m=(1+100*.007)*t/(1+.007*t),g=1/.0228*Math.log(1+.0228*s),v=g*Math.cos(p),O=g*Math.sin(p);return new fo(n,i,t,a,s,d,m,v,O)}static fromUcs(t,i,n){return fo.fromUcsInViewingConditions(t,i,n,Ba.DEFAULT)}static fromUcsInViewingConditions(t,i,n,r){const a=i,s=n,c=Math.sqrt(a*a+s*s),d=(Math.exp(c*.0228)-1)/.0228/r.fLRoot;let p=Math.atan2(s,a)*(180/Math.PI);p<0&&(p+=360);const m=t/(1-(t-100)*.007);return fo.fromJchInViewingConditions(m,d,p,r)}toInt(){return this.viewed(Ba.DEFAULT)}viewed(t){const i=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),n=Math.pow(i/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),r=this.hue*Math.PI/180,a=.25*(Math.cos(r+2)+3.8),s=t.aw*Math.pow(this.j/100,1/t.c/t.z),c=a*(5e4/13)*t.nc*t.ncb,d=s/t.nbb,p=Math.sin(r),m=Math.cos(r),g=23*(d+.305)*n/(23*c+11*n*m+108*n*p),v=g*m,O=g*p,x=(460*d+451*v+288*O)/1403,T=(460*d-891*v-261*O)/1403,R=(460*d-220*v-6300*O)/1403,C=Math.max(0,27.13*Math.abs(x)/(400-Math.abs(x))),z=kn(x)*(100/t.fl)*Math.pow(C,1/.42),q=Math.max(0,27.13*Math.abs(T)/(400-Math.abs(T))),W=kn(T)*(100/t.fl)*Math.pow(q,1/.42),D=Math.max(0,27.13*Math.abs(R)/(400-Math.abs(R))),Y=kn(R)*(100/t.fl)*Math.pow(D,1/.42),F=z/t.rgbD[0],X=W/t.rgbD[1],rt=Y/t.rgbD[2],yt=1.86206786*F-1.01125463*X+.14918677*rt,pt=.38752654*F+.62144744*X-.00897398*rt,ht=-.0158415*F-.03412294*X+1.04996444*rt;return cD(yt,pt,ht)}static fromXyzInViewingConditions(t,i,n,r){const a=.401288*t+.650173*i-.051461*n,s=-.250268*t+1.204414*i+.045854*n,c=-.002079*t+.048952*i+.953127*n,d=r.rgbD[0]*a,p=r.rgbD[1]*s,m=r.rgbD[2]*c,g=Math.pow(r.fl*Math.abs(d)/100,.42),v=Math.pow(r.fl*Math.abs(p)/100,.42),O=Math.pow(r.fl*Math.abs(m)/100,.42),x=kn(d)*400*g/(g+27.13),T=kn(p)*400*v/(v+27.13),R=kn(m)*400*O/(O+27.13),C=(11*x+-12*T+R)/11,z=(x+T-2*R)/9,q=(20*x+20*T+21*R)/20,W=(40*x+20*T+R)/20,D=Math.atan2(z,C)*180/Math.PI,Y=D<0?D+360:D>=360?D-360:D,F=Y*Math.PI/180,X=W*r.nbb,rt=100*Math.pow(X/r.aw,r.c*r.z),yt=4/r.c*Math.sqrt(rt/100)*(r.aw+4)*r.fLRoot,pt=Y<20.14?Y+360:Y,ht=1/4*(Math.cos(pt*Math.PI/180+2)+3.8),Tt=5e4/13*ht*r.nc*r.ncb*Math.sqrt(C*C+z*z)/(q+.305),dt=Math.pow(Tt,.9)*Math.pow(1.64-Math.pow(.29,r.n),.73),Ut=dt*Math.sqrt(rt/100),It=Ut*r.fLRoot,ne=50*Math.sqrt(dt*r.c/(r.aw+4)),Ht=(1+100*.007)*rt/(1+.007*rt),ve=Math.log(1+.0228*It)/.0228,ye=ve*Math.cos(F),we=ve*Math.sin(F);return new fo(Y,Ut,rt,yt,It,ne,Ht,ye,we)}xyzInViewingConditions(t){const i=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),n=Math.pow(i/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),r=this.hue*Math.PI/180,a=.25*(Math.cos(r+2)+3.8),s=t.aw*Math.pow(this.j/100,1/t.c/t.z),c=a*(5e4/13)*t.nc*t.ncb,d=s/t.nbb,p=Math.sin(r),m=Math.cos(r),g=23*(d+.305)*n/(23*c+11*n*m+108*n*p),v=g*m,O=g*p,x=(460*d+451*v+288*O)/1403,T=(460*d-891*v-261*O)/1403,R=(460*d-220*v-6300*O)/1403,C=Math.max(0,27.13*Math.abs(x)/(400-Math.abs(x))),z=kn(x)*(100/t.fl)*Math.pow(C,1/.42),q=Math.max(0,27.13*Math.abs(T)/(400-Math.abs(T))),W=kn(T)*(100/t.fl)*Math.pow(q,1/.42),D=Math.max(0,27.13*Math.abs(R)/(400-Math.abs(R))),Y=kn(R)*(100/t.fl)*Math.pow(D,1/.42),F=z/t.rgbD[0],X=W/t.rgbD[1],rt=Y/t.rgbD[2],yt=1.86206786*F-1.01125463*X+.14918677*rt,pt=.38752654*F+.62144744*X-.00897398*rt,ht=-.0158415*F-.03412294*X+1.04996444*rt;return[yt,pt,ht]}},u(fo,"oi"),fo);y(mD,"Cam16");let jr=mD;var Jt;const yD=(Jt=class{static sanitizeRadians(t){return(t+Math.PI*8)%(Math.PI*2)}static trueDelinearized(t){const i=t/100;let n=0;return i<=.0031308?n=i*12.92:n=1.055*Math.pow(i,1/2.4)-.055,n*255}static chromaticAdaptation(t){const i=Math.pow(Math.abs(t),.42);return kn(t)*400*i/(i+27.13)}static hueOf(t){const i=BO(t,Jt.SCALED_DISCOUNT_FROM_LINRGB),n=Jt.chromaticAdaptation(i[0]),r=Jt.chromaticAdaptation(i[1]),a=Jt.chromaticAdaptation(i[2]),s=(11*n+-12*r+a)/11,c=(n+r-2*a)/9;return Math.atan2(c,s)}static areInCyclicOrder(t,i,n){const r=Jt.sanitizeRadians(i-t),a=Jt.sanitizeRadians(n-t);return r<a}static intercept(t,i,n){return(i-t)/(n-t)}static lerpPoint(t,i,n){return[t[0]+(n[0]-t[0])*i,t[1]+(n[1]-t[1])*i,t[2]+(n[2]-t[2])*i]}static setCoordinate(t,i,n,r){const a=Jt.intercept(t[r],i,n[r]);return Jt.lerpPoint(t,a,n)}static isBounded(t){return 0<=t&&t<=100}static nthVertex(t,i){const n=Jt.Y_FROM_LINRGB[0],r=Jt.Y_FROM_LINRGB[1],a=Jt.Y_FROM_LINRGB[2],s=i%4<=1?0:100,c=i%2===0?0:100;if(i<4){const d=s,p=c,m=(t-d*r-p*a)/n;return Jt.isBounded(m)?[m,d,p]:[-1,-1,-1]}else if(i<8){const d=s,p=c,m=(t-p*n-d*a)/r;return Jt.isBounded(m)?[p,m,d]:[-1,-1,-1]}else{const d=s,p=c,m=(t-d*n-p*r)/a;return Jt.isBounded(m)?[d,p,m]:[-1,-1,-1]}}static bisectToSegment(t,i){let n=[-1,-1,-1],r=n,a=0,s=0,c=!1,d=!0;for(let p=0;p<12;p++){const m=Jt.nthVertex(t,p);if(m[0]<0)continue;const g=Jt.hueOf(m);if(!c){n=m,r=m,a=g,s=g,c=!0;continue}(d||Jt.areInCyclicOrder(a,g,s))&&(d=!1,Jt.areInCyclicOrder(a,i,g)?(r=m,s=g):(n=m,a=g))}return[n,r]}static midpoint(t,i){return[(t[0]+i[0])/2,(t[1]+i[1])/2,(t[2]+i[2])/2]}static criticalPlaneBelow(t){return Math.floor(t-.5)}static criticalPlaneAbove(t){return Math.ceil(t-.5)}static bisectToLimit(t,i){const n=Jt.bisectToSegment(t,i);let r=n[0],a=Jt.hueOf(r),s=n[1];for(let c=0;c<3;c++)if(r[c]!==s[c]){let d=-1,p=255;r[c]<s[c]?(d=Jt.criticalPlaneBelow(Jt.trueDelinearized(r[c])),p=Jt.criticalPlaneAbove(Jt.trueDelinearized(s[c]))):(d=Jt.criticalPlaneAbove(Jt.trueDelinearized(r[c])),p=Jt.criticalPlaneBelow(Jt.trueDelinearized(s[c])));for(let m=0;m<8&&!(Math.abs(p-d)<=1);m++){const g=Math.floor((d+p)/2),v=Jt.CRITICAL_PLANES[g],O=Jt.setCoordinate(r,v,s,c),x=Jt.hueOf(O);Jt.areInCyclicOrder(a,i,x)?(s=O,p=g):(r=O,a=x,d=g)}}return Jt.midpoint(r,s)}static inverseChromaticAdaptation(t){const i=Math.abs(t),n=Math.max(0,27.13*i/(400-i));return kn(t)*Math.pow(n,1/.42)}static findResultByJ(t,i,n){let r=Math.sqrt(n)*11;const a=Ba.DEFAULT,s=1/Math.pow(1.64-Math.pow(.29,a.n),.73),c=.25*(Math.cos(t+2)+3.8)*(5e4/13)*a.nc*a.ncb,d=Math.sin(t),p=Math.cos(t);for(let m=0;m<5;m++){const g=r/100,v=i===0||r===0?0:i/Math.sqrt(g),O=Math.pow(v*s,1/.9),x=a.aw*Math.pow(g,1/a.c/a.z)/a.nbb,T=23*(x+.305)*O/(23*c+11*O*p+108*O*d),R=T*p,C=T*d,z=(460*x+451*R+288*C)/1403,q=(460*x-891*R-261*C)/1403,W=(460*x-220*R-6300*C)/1403,D=Jt.inverseChromaticAdaptation(z),Y=Jt.inverseChromaticAdaptation(q),F=Jt.inverseChromaticAdaptation(W),X=BO([D,Y,F],Jt.LINRGB_FROM_SCALED_DISCOUNT);if(X[0]<0||X[1]<0||X[2]<0)return 0;const rt=Jt.Y_FROM_LINRGB[0],yt=Jt.Y_FROM_LINRGB[1],pt=Jt.Y_FROM_LINRGB[2],ht=rt*X[0]+yt*X[1]+pt*X[2];if(ht<=0)return 0;if(m===4||Math.abs(ht-n)<.002)return X[0]>100.01||X[1]>100.01||X[2]>100.01?0:X3(X);r=r-(ht-n)*r/(2*ht)}return 0}static solveToInt(t,i,n){if(i<1e-4||n<1e-4||n>99.9999)return hD(n);t=Z2(t);const r=t/180*Math.PI,a=Fa(n),s=Jt.findResultByJ(r,i,a);if(s!==0)return s;const c=Jt.bisectToLimit(a,r);return X3(c)}static solveToCam(t,i,n){return jr.fromInt(Jt.solveToInt(t,i,n))}},u(Jt,"rt"),Jt);y(yD,"HctSolver");let Ks=yD;Ks.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Ks.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Ks.Y_FROM_LINRGB=[.2126,.7152,.0722];Ks.CRITICAL_PLANES=[.015176349177441876,.045529047532325624,.07588174588720938,.10623444424209313,.13658714259697685,.16693984095186062,.19729253930674434,.2276452376616281,.2579979360165119,.28835063437139563,.3188300904430532,.350925934958123,.3848314933096426,.42057480301049466,.458183274052838,.4976837250274023,.5391024159806381,.5824650784040898,.6277969426914107,.6751227633498623,.7244668422128921,.775853049866786,.829304845476233,.8848452951698498,.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776];var ts;const gD=(ts=class{static from(t,i,n){return new ts(Ks.solveToInt(t,i,n))}static fromInt(t){return new ts(t)}toInt(){return this.argb}get hue(){return this.internalHue}set hue(t){this.setInternalState(Ks.solveToInt(t,this.internalChroma,this.internalTone))}get chroma(){return this.internalChroma}set chroma(t){this.setInternalState(Ks.solveToInt(this.internalHue,t,this.internalTone))}get tone(){return this.internalTone}set tone(t){this.setInternalState(Ks.solveToInt(this.internalHue,this.internalChroma,t))}constructor(t){this.argb=t;const i=jr.fromInt(t);this.internalHue=i.hue,this.internalChroma=i.chroma,this.internalTone=XO(t),this.argb=t}setInternalState(t){const i=jr.fromInt(t);this.internalHue=i.hue,this.internalChroma=i.chroma,this.internalTone=XO(t),this.argb=t}inViewingConditions(t){const i=jr.fromInt(this.toInt()).xyzInViewingConditions(t),n=jr.fromXyzInViewingConditions(i[0],i[1],i[2],Ba.make());return ts.from(n.hue,n.chroma,HO(i[1]))}},u(ts,"vo"),ts);y(gD,"Hct");let Bn=gD;var Sd;const wD=(Sd=class{static harmonize(t,i){const n=Bn.fromInt(t),r=Bn.fromInt(i),a=lD(n.hue,r.hue),s=Math.min(a*.5,15),c=Z2(n.hue+s*sD(n.hue,r.hue));return Bn.from(c,n.chroma,n.tone).toInt()}static hctHue(t,i,n){const r=Sd.cam16Ucs(t,i,n),a=jr.fromInt(r),s=jr.fromInt(t);return Bn.from(a.hue,s.chroma,XO(t)).toInt()}static cam16Ucs(t,i,n){const r=jr.fromInt(t),a=jr.fromInt(i),s=r.jstar,c=r.astar,d=r.bstar,p=a.jstar,m=a.astar,g=a.bstar,v=s+(p-s)*n,O=c+(m-c)*n,x=d+(g-d)*n;return jr.fromUcs(v,O,x).toInt()}},u(Sd,"Yc"),Sd);y(wD,"Blend");let Vr=wD;var ir;const vD=(ir=class{static ratioOfTones(t,i){return t=tv(0,100,t),i=tv(0,100,i),ir.ratioOfYs(Fa(t),Fa(i))}static ratioOfYs(t,i){const n=t>i?t:i,r=n===i?t:i;return(n+5)/(r+5)}static lighter(t,i){if(t<0||t>100)return-1;const n=Fa(t),r=i*(n+5)-5,a=ir.ratioOfYs(r,n),s=Math.abs(a-i);if(a<i&&s>.04)return-1;const c=HO(r)+.4;return c<0||c>100?-1:c}static darker(t,i){if(t<0||t>100)return-1;const n=Fa(t),r=(n+5)/i-5,a=ir.ratioOfYs(n,r),s=Math.abs(a-i);if(a<i&&s>.04)return-1;const c=HO(r)-.4;return c<0||c>100?-1:c}static lighterUnsafe(t,i){const n=ir.lighter(t,i);return n<0?100:n}static darkerUnsafe(t,i){const n=ir.darker(t,i);return n<0?0:n}},u(ir,"ji"),ir);y(vD,"Contrast");let Eo=vD;var Pd;const bD=(Pd=class{static isDisliked(t){const i=Math.round(t.hue)>=90&&Math.round(t.hue)<=111,n=Math.round(t.chroma)>16,r=Math.round(t.tone)<65;return i&&n&&r}static fixIfDisliked(t){return Pd.isDisliked(t)?Bn.from(t.hue,t.chroma,70):t}},u(Pd,"Xc"),Pd);y(bD,"DislikeAnalyzer");let UY=bD;var Fi;const OD=(Fi=class{static fromPalette(t){return new Fi(t.name??"",t.palette,t.tone,t.isBackground??!1,t.background,t.secondBackground,t.contrastCurve,t.toneDeltaPair)}constructor(t,i,n,r,a,s,c,d){if(this.name=t,this.palette=i,this.tone=n,this.isBackground=r,this.background=a,this.secondBackground=s,this.contrastCurve=c,this.toneDeltaPair=d,this.hctCache=new Map,!a&&s)throw new Error(`Color ${t} has secondBackgrounddefined, but background is not defined.`);if(!a&&c)throw new Error(`Color ${t} has contrastCurvedefined, but background is not defined.`);if(a&&!c)throw new Error(`Color ${t} has backgrounddefined, but contrastCurve is not defined.`)}getArgb(t){return this.getHct(t).toInt()}getHct(t){const i=this.hctCache.get(t);if(i!=null)return i;const n=this.getTone(t),r=this.palette(t).getHct(n);return this.hctCache.size>4&&this.hctCache.clear(),this.hctCache.set(t,r),r}getTone(t){const i=t.contrastLevel<0;if(this.toneDeltaPair){const n=this.toneDeltaPair(t),r=n.roleA,a=n.roleB,s=n.delta,c=n.polarity,d=n.stayTogether,p=this.background(t).getTone(t),m=c==="nearer"||c==="lighter"&&!t.isDark||c==="darker"&&t.isDark,g=m?r:a,v=m?a:r,O=this.name===g.name,x=t.isDark?1:-1,T=g.contrastCurve.getContrast(t.contrastLevel),R=v.contrastCurve.getContrast(t.contrastLevel),C=g.tone(t);let z=Eo.ratioOfTones(p,C)>=T?C:Fi.foregroundTone(p,T);const q=v.tone(t);let W=Eo.ratioOfTones(p,q)>=R?q:Fi.foregroundTone(p,R);return i&&(z=Fi.foregroundTone(p,T),W=Fi.foregroundTone(p,R)),(W-z)*x>=s||(W=tv(0,100,z+s*x),(W-z)*x>=s||(z=tv(0,100,W-s*x))),50<=z&&z<60?x>0?(z=60,W=Math.max(W,z+s*x)):(z=49,W=Math.min(W,z+s*x)):50<=W&&W<60&&(d?x>0?(z=60,W=Math.max(W,z+s*x)):(z=49,W=Math.min(W,z+s*x)):x>0?W=60:W=49),O?z:W}else{let n=this.tone(t);if(this.background==null)return n;const r=this.background(t).getTone(t),a=this.contrastCurve.getContrast(t.contrastLevel);if(Eo.ratioOfTones(r,n)>=a||(n=Fi.foregroundTone(r,a)),i&&(n=Fi.foregroundTone(r,a)),this.isBackground&&50<=n&&n<60&&(Eo.ratioOfTones(49,r)>=a?n=49:n=60),this.secondBackground){const[s,c]=[this.background,this.secondBackground],[d,p]=[s(t).getTone(t),c(t).getTone(t)],[m,g]=[Math.max(d,p),Math.min(d,p)];if(Eo.ratioOfTones(m,n)>=a&&Eo.ratioOfTones(g,n)>=a)return n;const v=Eo.lighter(m,a),O=Eo.darker(g,a),x=[];return v!==-1&&x.push(v),O!==-1&&x.push(O),Fi.tonePrefersLightForeground(d)||Fi.tonePrefersLightForeground(p)?v<0?100:v:x.length===1?x[0]:O<0?0:O}return n}}static foregroundTone(t,i){const n=Eo.lighterUnsafe(t,i),r=Eo.darkerUnsafe(t,i),a=Eo.ratioOfTones(n,t),s=Eo.ratioOfTones(r,t);if(Fi.tonePrefersLightForeground(t)){const c=Math.abs(a-s)<.1&&a<i&&s<i;return a>=i||a>=s||c?n:r}else return s>=i||s>=a?r:n}static tonePrefersLightForeground(t){return Math.round(t)<60}static toneAllowsLightForeground(t){return Math.round(t)<=49}static enableLightForeground(t){return Fi.tonePrefersLightForeground(t)&&!Fi.toneAllowsLightForeground(t)?49:t}},u(Fi,"ve"),Fi);y(OD,"DynamicColor");let Wt=OD;var ev;(function(o){o[o.MONOCHROME=0]="MONOCHROME",o[o.NEUTRAL=1]="NEUTRAL",o[o.TONAL_SPOT=2]="TONAL_SPOT",o[o.VIBRANT=3]="VIBRANT",o[o.EXPRESSIVE=4]="EXPRESSIVE",o[o.FIDELITY=5]="FIDELITY",o[o.CONTENT=6]="CONTENT",o[o.RAINBOW=7]="RAINBOW",o[o.FRUIT_SALAD=8]="FRUIT_SALAD"})(ev||(ev={}));var Ff;const xD=(Ff=class{constructor(t,i,n,r){this.low=t,this.normal=i,this.medium=n,this.high=r}getContrast(t){return t<=-1?this.low:t<0?au(this.low,this.normal,(t- -1)/1):t<.5?au(this.normal,this.medium,(t-0)/.5):t<1?au(this.medium,this.high,(t-.5)/.5):this.high}},u(Ff,"Nh"),Ff);y(xD,"ContrastCurve");let Pe=xD;var Bf;const kD=(Bf=class{constructor(t,i,n,r,a){this.roleA=t,this.roleB=i,this.delta=n,this.polarity=r,this.stayTogether=a}},u(Bf,"jh"),Bf);y(kD,"ToneDeltaPair");let Kn=kD;function Hd(o){return o.variant===ev.FIDELITY||o.variant===ev.CONTENT}u(Hd,"qa");y(Hd,"isFidelity");function mi(o){return o.variant===ev.MONOCHROME}u(mi,"Bt");y(mi,"isMonochrome");function $D(o,t,i,n){let r=i,a=Bn.from(o,t,i);if(a.chroma<t){let s=a.chroma;for(;a.chroma<t;){r+=n?-1:1;const c=Bn.from(o,t,r);if(s>c.chroma||Math.abs(c.chroma-t)<.4)break;const d=Math.abs(c.chroma-t),p=Math.abs(a.chroma-t);d<p&&(a=c),s=Math.max(s,c.chroma)}}return r}u($D,"y1");y($D,"findDesiredChromaByTone");function SD(o){return Ba.make(void 0,void 0,o.isDark?30:80,void 0,void 0)}u(SD,"w1");y(SD,"viewingConditionsForAlbers");function q2(o,t){const i=o.inViewingConditions(SD(t));return Wt.tonePrefersLightForeground(o.tone)&&!Wt.toneAllowsLightForeground(i.tone)?Wt.enableLightForeground(o.tone):Wt.enableLightForeground(i.tone)}u(q2,"dh");y(q2,"performAlbers");var bl;const PD=(bl=class{static highestSurface(t){return t.isDark?bl.surfaceBright:bl.surfaceDim}},u(bl,"ps"),bl);y(PD,"MaterialDynamicColors");let nt=PD;nt.contentAccentToneDelta=15;nt.primaryPaletteKeyColor=Wt.fromPalette({name:"primary_palette_key_color",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>o.primaryPalette.keyColor.tone,"tone")});nt.secondaryPaletteKeyColor=Wt.fromPalette({name:"secondary_palette_key_color",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>o.secondaryPalette.keyColor.tone,"tone")});nt.tertiaryPaletteKeyColor=Wt.fromPalette({name:"tertiary_palette_key_color",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>o.tertiaryPalette.keyColor.tone,"tone")});nt.neutralPaletteKeyColor=Wt.fromPalette({name:"neutral_palette_key_color",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.neutralPalette.keyColor.tone,"tone")});nt.neutralVariantPaletteKeyColor=Wt.fromPalette({name:"neutral_variant_palette_key_color",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.neutralVariantPalette.keyColor.tone,"tone")});nt.background=Wt.fromPalette({name:"background",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?6:98,"tone"),isBackground:!0});nt.onBackground=Wt.fromPalette({name:"on_background",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?90:10,"tone"),background:y(o=>nt.background,"background"),contrastCurve:new Pe(3,3,4.5,7)});nt.surface=Wt.fromPalette({name:"surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?6:98,"tone"),isBackground:!0});nt.surfaceDim=Wt.fromPalette({name:"surface_dim",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?6:87,"tone"),isBackground:!0});nt.surfaceBright=Wt.fromPalette({name:"surface_bright",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?24:98,"tone"),isBackground:!0});nt.surfaceContainerLowest=Wt.fromPalette({name:"surface_container_lowest",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?4:100,"tone"),isBackground:!0});nt.surfaceContainerLow=Wt.fromPalette({name:"surface_container_low",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?10:96,"tone"),isBackground:!0});nt.surfaceContainer=Wt.fromPalette({name:"surface_container",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?12:94,"tone"),isBackground:!0});nt.surfaceContainerHigh=Wt.fromPalette({name:"surface_container_high",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?17:92,"tone"),isBackground:!0});nt.surfaceContainerHighest=Wt.fromPalette({name:"surface_container_highest",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?22:90,"tone"),isBackground:!0});nt.onSurface=Wt.fromPalette({name:"on_surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?90:10,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.surfaceVariant=Wt.fromPalette({name:"surface_variant",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?30:90,"tone"),isBackground:!0});nt.onSurfaceVariant=Wt.fromPalette({name:"on_surface_variant",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?80:30,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11)});nt.inverseSurface=Wt.fromPalette({name:"inverse_surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?90:20,"tone")});nt.inverseOnSurface=Wt.fromPalette({name:"inverse_on_surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?20:95,"tone"),background:y(o=>nt.inverseSurface,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.outline=Wt.fromPalette({name:"outline",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?60:50,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1.5,3,4.5,7)});nt.outlineVariant=Wt.fromPalette({name:"outline_variant",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?30:80,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7)});nt.shadow=Wt.fromPalette({name:"shadow",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>0,"tone")});nt.scrim=Wt.fromPalette({name:"scrim",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>0,"tone")});nt.surfaceTint=Wt.fromPalette({name:"surface_tint",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>o.isDark?80:40,"tone"),isBackground:!0});nt.primary=Wt.fromPalette({name:"primary",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?100:0:o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.primaryContainer,nt.primary,15,"nearer",!1),"toneDeltaPair")});nt.onPrimary=Wt.fromPalette({name:"on_primary",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?10:90:o.isDark?20:100,"tone"),background:y(o=>nt.primary,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.primaryContainer=Wt.fromPalette({name:"primary_container",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>Hd(o)?q2(o.sourceColorHct,o):mi(o)?o.isDark?85:25:o.isDark?30:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.primaryContainer,nt.primary,15,"nearer",!1),"toneDeltaPair")});nt.onPrimaryContainer=Wt.fromPalette({name:"on_primary_container",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>Hd(o)?Wt.foregroundTone(nt.primaryContainer.tone(o),4.5):mi(o)?o.isDark?0:100:o.isDark?90:10,"tone"),background:y(o=>nt.primaryContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.inversePrimary=Wt.fromPalette({name:"inverse_primary",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>o.isDark?40:80,"tone"),background:y(o=>nt.inverseSurface,"background"),contrastCurve:new Pe(3,4.5,7,11)});nt.secondary=Wt.fromPalette({name:"secondary",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.secondaryContainer,nt.secondary,15,"nearer",!1),"toneDeltaPair")});nt.onSecondary=Wt.fromPalette({name:"on_secondary",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?10:100:o.isDark?20:100,"tone"),background:y(o=>nt.secondary,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.secondaryContainer=Wt.fromPalette({name:"secondary_container",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>{const t=o.isDark?30:90;if(mi(o))return o.isDark?30:85;if(!Hd(o))return t;let i=$D(o.secondaryPalette.hue,o.secondaryPalette.chroma,t,!o.isDark);return i=q2(o.secondaryPalette.getHct(i),o),i},"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.secondaryContainer,nt.secondary,15,"nearer",!1),"toneDeltaPair")});nt.onSecondaryContainer=Wt.fromPalette({name:"on_secondary_container",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>Hd(o)?Wt.foregroundTone(nt.secondaryContainer.tone(o),4.5):o.isDark?90:10,"tone"),background:y(o=>nt.secondaryContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.tertiary=Wt.fromPalette({name:"tertiary",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?90:25:o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.tertiaryContainer,nt.tertiary,15,"nearer",!1),"toneDeltaPair")});nt.onTertiary=Wt.fromPalette({name:"on_tertiary",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?10:90:o.isDark?20:100,"tone"),background:y(o=>nt.tertiary,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.tertiaryContainer=Wt.fromPalette({name:"tertiary_container",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>{if(mi(o))return o.isDark?60:49;if(!Hd(o))return o.isDark?30:90;const t=q2(o.tertiaryPalette.getHct(o.sourceColorHct.tone),o),i=o.tertiaryPalette.getHct(t);return UY.fixIfDisliked(i).tone},"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.tertiaryContainer,nt.tertiary,15,"nearer",!1),"toneDeltaPair")});nt.onTertiaryContainer=Wt.fromPalette({name:"on_tertiary_container",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?0:100:Hd(o)?Wt.foregroundTone(nt.tertiaryContainer.tone(o),4.5):o.isDark?90:10,"tone"),background:y(o=>nt.tertiaryContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.error=Wt.fromPalette({name:"error",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.errorContainer,nt.error,15,"nearer",!1),"toneDeltaPair")});nt.onError=Wt.fromPalette({name:"on_error",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?20:100,"tone"),background:y(o=>nt.error,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.errorContainer=Wt.fromPalette({name:"error_container",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?30:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.errorContainer,nt.error,15,"nearer",!1),"toneDeltaPair")});nt.onErrorContainer=Wt.fromPalette({name:"on_error_container",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?90:10,"tone"),background:y(o=>nt.errorContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.primaryFixed=Wt.fromPalette({name:"primary_fixed",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?40:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.primaryFixed,nt.primaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.primaryFixedDim=Wt.fromPalette({name:"primary_fixed_dim",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?30:80,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.primaryFixed,nt.primaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.onPrimaryFixed=Wt.fromPalette({name:"on_primary_fixed",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?100:10,"tone"),background:y(o=>nt.primaryFixedDim,"background"),secondBackground:y(o=>nt.primaryFixed,"secondBackground"),contrastCurve:new Pe(4.5,7,11,21)});nt.onPrimaryFixedVariant=Wt.fromPalette({name:"on_primary_fixed_variant",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?90:30,"tone"),background:y(o=>nt.primaryFixedDim,"background"),secondBackground:y(o=>nt.primaryFixed,"secondBackground"),contrastCurve:new Pe(3,4.5,7,11)});nt.secondaryFixed=Wt.fromPalette({name:"secondary_fixed",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?80:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.secondaryFixed,nt.secondaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.secondaryFixedDim=Wt.fromPalette({name:"secondary_fixed_dim",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?70:80,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.secondaryFixed,nt.secondaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.onSecondaryFixed=Wt.fromPalette({name:"on_secondary_fixed",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>10,"tone"),background:y(o=>nt.secondaryFixedDim,"background"),secondBackground:y(o=>nt.secondaryFixed,"secondBackground"),contrastCurve:new Pe(4.5,7,11,21)});nt.onSecondaryFixedVariant=Wt.fromPalette({name:"on_secondary_fixed_variant",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?25:30,"tone"),background:y(o=>nt.secondaryFixedDim,"background"),secondBackground:y(o=>nt.secondaryFixed,"secondBackground"),contrastCurve:new Pe(3,4.5,7,11)});nt.tertiaryFixed=Wt.fromPalette({name:"tertiary_fixed",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?40:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.tertiaryFixed,nt.tertiaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.tertiaryFixedDim=Wt.fromPalette({name:"tertiary_fixed_dim",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?30:80,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.tertiaryFixed,nt.tertiaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.onTertiaryFixed=Wt.fromPalette({name:"on_tertiary_fixed",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?100:10,"tone"),background:y(o=>nt.tertiaryFixedDim,"background"),secondBackground:y(o=>nt.tertiaryFixed,"secondBackground"),contrastCurve:new Pe(4.5,7,11,21)});nt.onTertiaryFixedVariant=Wt.fromPalette({name:"on_tertiary_fixed_variant",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?90:30,"tone"),background:y(o=>nt.tertiaryFixedDim,"background"),secondBackground:y(o=>nt.tertiaryFixed,"secondBackground"),contrastCurve:new Pe(3,4.5,7,11)});var Jr;const CD=(Jr=class{static fromInt(t){const i=Bn.fromInt(t);return Jr.fromHct(i)}static fromHct(t){return new Jr(t.hue,t.chroma,t)}static fromHueAndChroma(t,i){return new Jr(t,i,Jr.createKeyColor(t,i))}constructor(t,i,n){this.hue=t,this.chroma=i,this.keyColor=n,this.cache=new Map}static createKeyColor(t,i){let n=Bn.from(t,i,50),r=Math.abs(n.chroma-i);for(let a=1;a<50;a+=1){if(Math.round(i)===Math.round(n.chroma))return n;const s=Bn.from(t,i,50+a),c=Math.abs(s.chroma-i);c<r&&(r=c,n=s);const d=Bn.from(t,i,50-a),p=Math.abs(d.chroma-i);p<r&&(r=p,n=d)}return n}tone(t){let i=this.cache.get(t);return i===void 0&&(i=Bn.from(this.hue,this.chroma,t).toInt(),this.cache.set(t,i)),i}getHct(t){return Bn.fromInt(this.tone(t))}},u(Jr,"gr"),Jr);y(CD,"TonalPalette");let ei=CD;function H3(o){const t=M9(o),i=A9(o),n=z9(o),r=[t.toString(16),i.toString(16),n.toString(16)];for(const[a,s]of r.entries())s.length===1&&(r[a]="0"+s);return"#"+r.join("")}u(H3,"Mp");y(H3,"hexFromArgb");function TD(o){o=o.replace("#","");const t=o.length===3,i=o.length===6,n=o.length===8;if(!t&&!i&&!n)throw new Error("unexpected hex "+o);let r=0,a=0,s=0;return t?(r=Zr(o.slice(0,1).repeat(2)),a=Zr(o.slice(1,2).repeat(2)),s=Zr(o.slice(2,3).repeat(2))):i?(r=Zr(o.slice(0,2)),a=Zr(o.slice(2,4)),s=Zr(o.slice(4,6))):n&&(r=Zr(o.slice(2,4)),a=Zr(o.slice(4,6)),s=Zr(o.slice(6,8))),(255<<24|(r&255)<<16|(a&255)<<8|s&255)>>>0}u(TD,"f1");y(TD,"argbFromHex");function Zr(o){return parseInt(o,16)}u(Zr,"$i");y(Zr,"parseIntHex");function ED(o,t=!1){var i;const n=(i=o.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+\.{0,1}\d*))?\)$/))==null?void 0:i.slice(1).map((d,p)=>p===3?Math.round(parseFloat(d)*255):parseFloat(d));if(!n)throw new Error("Could not parse rgba color.");const[r,a,s,c]=n;return((t?255:c&255)<<24|(r&255)<<16|(a&255)<<8|s&255)>>>0}u(ED,"m1");y(ED,"argbFromRgba");function QD(o){an();const t=document.createElement("wy-compute-styles");t.setAttribute("style",`color: ${o} !important;`),document.documentElement.append(t);const i=window.getComputedStyle(t).color;return t.remove(),i}u(QD,"v1");y(QD,"getComputedColor");function YO(o){return getComputedStyle(o).getPropertyValue("--wy-theme-color")||void 0}u(YO,"Sd");y(YO,"getCSSThemeColor");function RD(o,t){let i=YO(o);const n=new MutationObserver(()=>{const s=YO(o);s!==i&&(console.log("--wy-theme-color changed",s),i=s,t(s))}),r={attributes:!0,attributeFilter:["class","style"]};let a=o;for(;a&&a!==document;)n.observe(a,r),a=a.parentNode;return()=>n.disconnect()}u(RD,"g1");y(RD,"observeCSSThemeColor");function GO(){var o;return an(),((o=Array.from(document.head.querySelectorAll("meta[name='theme-color']")).filter(t=>{var i;const n=t.getAttribute("media");return!n||((i=window.matchMedia(n))==null?void 0:i.matches)}).pop())==null?void 0:o.getAttribute("content"))||void 0}u(GO,"Td");y(GO,"getMetaThemeColor");function MD(o){an();const t=Array.from(document.head.querySelectorAll("meta[name='theme-color']"));if(!t)return()=>{};let i=GO();const n=y(()=>{const c=GO();c!==i&&(console.log("meta theme-color changed",c),i=c,o(c))},"checkChangedColor"),r=new MutationObserver(n),a={attributes:!0,attributeFilter:["content"]},s=[];return t.forEach(c=>{r.observe(c,a);const d=c.getAttribute("media");if(d){const p=window.matchMedia(d);p.addEventListener("change",n),s.push(p)}}),()=>{r.disconnect(),s.forEach(c=>c.removeEventListener("change",n))}}u(MD,"b1");y(MD,"observeMetaThemeColor");const Hw=[],ZY=16;function AD(o,t=!1){var i;if(Hw.some(D=>D.seedColor===o)){const D=(i=Hw.find(Y=>Y.seedColor===o))==null?void 0:i.colors;if(D)return D}const n=[];t&&n.push(`--wy-theme-color:${o};`);let r=o;!o.startsWith("#")&&!o.startsWith("rgb")&&(r=QD(o),console.log("computed color",o));const a=o.startsWith("#")?TD(r):ED(r),s=Bn.fromInt(a),c=s.hue,d=s.chroma,p=Math.max(48,d),m=Math.min(p,84),g=360/16,v=27.4,O=-8,x=(c+360-v-O+g/2)%g+v+O-g/2,T={primary:ei.fromHueAndChroma(c,p),secondary:ei.fromHueAndChroma(c,p/3),tertiary:ei.fromHueAndChroma(c+60,p/2),neutral:ei.fromHueAndChroma(c,Math.min(d/12,4)),"neutral-variant":ei.fromHueAndChroma(c,Math.min(d/6,8)),error:ei.fromHueAndChroma(x,84),warning:ei.fromHueAndChroma(x+4*g,m),red:ei.fromHueAndChroma(x,m),"deep-orange":ei.fromHueAndChroma(x+1*g,m),orange:ei.fromHueAndChroma(x+2*g,m),amber:ei.fromHueAndChroma(x+3*g,m),yellow:ei.fromHueAndChroma(x+4*g,m),lime:ei.fromHueAndChroma(x+5*g,m),"light-green":ei.fromHueAndChroma(x+6*g,m),green:ei.fromHueAndChroma(x+7*g,m),teal:ei.fromHueAndChroma(x+8*g,m),cyan:ei.fromHueAndChroma(x+9*g,m),"light-blue":ei.fromHueAndChroma(x+10*g,m),blue:ei.fromHueAndChroma(x+11*g,m),indigo:ei.fromHueAndChroma(x+12*g,m),"deep-purple":ei.fromHueAndChroma(x+13*g,m),purple:ei.fromHueAndChroma(x+14*g,m),pink:ei.fromHueAndChroma(x+15*g,m),gray:ei.fromHueAndChroma(c,4)},R={99:99,95:95,90:90,80:80,70:70,60:60,50:50,40:40,30:30,20:20,10:10},C={primary:R,secondary:R,tertiary:R,neutral:R,"neutral-variant":R,error:R,warning:R,blue:{light:70,dark:80},indigo:{light:60,dark:60},purple:{light:60,dark:70},pink:{light:60,dark:70},red:{light:60,dark:60},orange:{light:70,dark:70},yellow:{light:70,dark:80},green:{light:60,dark:60},teal:{light:60,dark:60},cyan:{light:50,dark:60},gray:{light:50,dark:60}};for(const D in C){const Y=C[D];for(const F in Y){const X=H3(T[D].tone(Y[F]));n.push(`--wy-${D}-${F}:${X};`)}}const z={light:T.primary.tone(40),dark:T.primary.tone(80)},q={light:T.neutral.tone(99),dark:T.neutral.tone(10)},W={"surface-1":{light:Vr.cam16Ucs(q.light,z.light,.05),dark:Vr.cam16Ucs(q.dark,z.dark,.05)},"surface-2":{light:Vr.cam16Ucs(q.light,z.light,.08),dark:Vr.cam16Ucs(q.dark,z.dark,.08)},"surface-3":{light:Vr.cam16Ucs(q.light,z.light,.11),dark:Vr.cam16Ucs(q.dark,z.dark,.11)},"surface-4":{light:Vr.cam16Ucs(q.light,z.light,.12),dark:Vr.cam16Ucs(q.dark,z.dark,.12)},"surface-5":{light:Vr.cam16Ucs(q.light,z.light,.14),dark:Vr.cam16Ucs(q.dark,z.dark,.14)}};for(const D in W){const Y=W[D];for(const F in Y){const X=H3(Y[F]);n.push(`--wy-${D}-${F}:${X};`)}}return Hw.unshift({seedColor:o,colors:n}),Hw.length=Math.min(Hw.length,ZY),n}u(AD,"$1");y(AD,"generateThemeColors");const NY=y(o=>{if(an(),y2)document.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of o){const i=document.createElement("style"),n=global.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=t.cssText,(document.head||document.documentElement).appendChild(i)}},"adoptGlobalStyles"),wr=Dt`.wy-light :where(wy-chat),.wy-light :where(wy-comments),.wy-light :where(wy-files),.wy-light :where(wy-messenger),.wy-light :where(wy-notifications),.wy-light :where(wy-posts),:host(.wy-light),:host .wy-light,::slotted(.wy-light){color-scheme:light;--wy-primary: var(--wy-primary-40, #006399);--wy-on-primary: var(--wy-white, #ffffff);--wy-primary-container: var(--wy-primary-90, #cde5ff);--wy-on-primary-container: var(--wy-primary-10, #001d32);--wy-secondary: var(--wy-secondary-40, #3b6a1c);--wy-on-secondary: var(--wy-white, #ffffff);--wy-secondary-container: var(--wy-secondary-90, #bbf294);--wy-on-secondary-container: var(--wy-secondary-10, #0a2100);--wy-tertiary: var(--wy-tertiary-40, #3b6a1c);--wy-on-tertiary: var(--wy-white, #ffffff);--wy-tertiary-container: var(--wy-tertiary-90, #bbf294);--wy-on-tertiary-container: var(--wy-tertiary-10, #0a2100);--wy-error: var(--wy-error-40, #ba1824);--wy-on-error: var(--wy-white, #ffffff);--wy-error-container: var(--wy-error-90, #ffdad7);--wy-on-error-container: var(--wy-error-10, #410004);--wy-warning: var(--wy-warning-70, #afb140);--wy-on-warning: var(--wy-black, #000000);--wy-warning-container: var(--wy-warning-90, #e7e971);--wy-on-warning-container: var(--wy-warning-10, #1c1d00);--wy-background: var(--wy-neutral-99, #fcfcff);--wy-on-background: var(--wy-neutral-10, #1a1c1e);--wy-surface: var(--wy-neutral-99, #fcfcff);--wy-on-surface: var(--wy-neutral-10, #1a1c1e);--wy-surface-variant: var(--wy-neutral-variant-90, #dee3eb);--wy-on-surface-variant: var(--wy-neutral-variant-30, #42474e);--wy-outline: var(--wy-neutral-variant-50, #72777e);--wy-outline-variant: var(--wy-neutral-variant-80, #c2c7ce);--wy-inverse-surface: var(--wy-neutral-20, #2f3033);--wy-on-inverse-surface: var(--wy-neutral-95, #f0f0f4);--wy-inverse-primary: var(--wy-primary-80, #95ccff);--wy-surface-1: var(--wy-surface-1-light, #f1f2f7);--wy-surface-2: var(--wy-surface-2-light, #eaedf3);--wy-surface-3: var(--wy-surface-3-light, #e3e7ee);--wy-surface-4: var(--wy-surface-4-light, #e1e6ed);--wy-surface-5: var(--wy-surface-5-light, #dce2ea);--wy-highlight: var(--wy-primary-95, #e8f2ff);--wy-on-highlight: var(--wy-primary-10, #001d32);--wy-link: var(--wy-primary-40, #006399);--wy-presence-active: var(--wy-green-light, #00a38b);--wy-blue: var(--wy-blue-light, #89a9fc);--wy-indigo: var(--wy-indigo-light, #9185de);--wy-purple: var(--wy-purple-light, #c675b7);--wy-pink: var(--wy-pink-light, #d57194);--wy-red: var(--wy-red-light, #db726c);--wy-orange: var(--wy-orange-light, #e89a3a);--wy-yellow: var(--wy-yellow-light, #afb140);--wy-green: var(--wy-green-light, #00a38b);--wy-teal: var(--wy-teal-light, #00a0a8);--wy-cyan: var(--wy-cyan-light, #0082a1);--wy-gray: var(--wy-gray-light, #76777a);--wy-code-text: var(--wy-code-text-light, #3b3b3b);--wy-code-variable: var(--wy-code-variable-light, #001080);--wy-code-operator: var(--wy-code-operator-light, #000000);--wy-code-prolog: var(--wy-code-prolog-light, #000080);--wy-code-comment: var(--wy-code-comment-light, #008000);--wy-code-builtin: var(--wy-code-builtin-light, #0070C1);--wy-code-number: var(--wy-code-number-light, #098658);--wy-code-inserted: var(--wy-code-inserted-light, #098658);--wy-code-constant: var(--wy-code-constant-light, #811F3F);--wy-code-hexcode: var(--wy-code-hexcode-light, #811F3F);--wy-code-regex: var(--wy-code-regex-light, #811F3F);--wy-code-char: var(--wy-code-char-light, #811F3F);--wy-code-tag: var(--wy-code-tag-light, #800000);--wy-code-attr-name: var(--wy-code-attr-name-light, #E50000);--wy-code-selector: var(--wy-code-selector-light, #E50000);--wy-code-property: var(--wy-code-property-light, #E50000);--wy-code-deleted: var(--wy-code-deleted-light, #A31515);--wy-code-string: var(--wy-code-string-light, #A31515);--wy-code-changed: var(--wy-code-changed-light, #0451A5);--wy-code-punctuation: var(--wy-code-punctuation-light, #000000);--wy-code-function: var(--wy-code-function-light, #0000FF);--wy-code-keyword: var(--wy-code-keyword-light, #AF00DB);--wy-code-class-name: var(--wy-code-class-name-light, #267F99)}.wy-dark:not(.wy-light) :where(wy-chat),.wy-dark:not(.wy-light) :where(wy-comments),.wy-dark:not(.wy-light) :where(wy-files),.wy-dark:not(.wy-light) :where(wy-messenger),.wy-dark:not(.wy-light) :where(wy-notifications),.wy-dark:not(.wy-light) :where(wy-posts),:host(.wy-dark:not(.wy-light)),:host .wy-dark:not(.wy-light),::slotted(.wy-dark:not(.wy-light)){color-scheme:dark;--wy-primary: var(--wy-primary-80, #95ccff);--wy-on-primary: var(--wy-primary-20, #003352);--wy-primary-container: var(--wy-primary-30, #004a75);--wy-on-primary-container: var(--wy-primary-90, #cde5ff);--wy-secondary: var(--wy-secondary-80, #a0d57b);--wy-on-secondary: var(--wy-secondary-20, #163800);--wy-secondary-container: var(--wy-secondary-30, #245103);--wy-on-secondary-container: var(--wy-secondary-90, #bbf294);--wy-tertiary: var(--wy-tertiary-80, #a0d57b);--wy-on-tertiary: var(--wy-tertiary-20, #163800);--wy-tertiary-container: var(--wy-tertiary-30, #245103);--wy-on-tertiary-container: var(--wy-tertiary-90, #bbf294);--wy-error: var(--wy-error-80, #ffb3ae);--wy-on-error: var(--wy-error-20, #68000b);--wy-error-container: var(--wy-error-30, #930014);--wy-on-error-container: var(--wy-error-90, #ffdad7);--wy-warning: var(--wy-warning-90, #e7e971);--wy-on-warning: var(--wy-warning-30, #484a00);--wy-warning-container: var(--wy-warning-50, #7a7c05);--wy-on-warning-container: var(--wy-warning-95, #f5f77d);--wy-background: var(--wy-neutral-10, #1a1c1e);--wy-on-background: var(--wy-neutral-90, #e2e2e5);--wy-surface: var(--wy-neutral-10, #1a1c1e);--wy-on-surface: var(--wy-neutral-90, #e2e2e5);--wy-surface-variant: var(--wy-neutral-variant-30, #42474e);--wy-on-surface-variant: var(--wy-neutral-variant-80, #c2c7ce);--wy-outline: var(--wy-neutral-variant-60, #8c9198);--wy-outline-variant: var(--wy-neutral-variant-30, #42474e);--wy-inverse-surface: var(--wy-neutral-90, #e2e2e5);--wy-on-inverse-surface: var(--wy-neutral-20, #2f3033);--wy-inverse-primary: var(--wy-primary-40, #006399);--wy-surface-1: var(--wy-surface-1-dark, #212427);--wy-surface-2: var(--wy-surface-2-dark, #25292d);--wy-surface-3: var(--wy-surface-3-dark, #292e33);--wy-surface-4: var(--wy-surface-4-dark, #2b3035);--wy-surface-5: var(--wy-surface-5-dark, #2d3338);--wy-highlight: var(--wy-primary-20, #003352);--wy-on-highlight: var(--wy-primary-90, #cde5ff);--wy-link: var(--wy-primary-80, #95ccff);--wy-presence-active: var(--wy-green-dark, #00a38b);--wy-blue: var(--wy-blue-dark, #b1c5ff);--wy-indigo: var(--wy-indigo-dark, #9185de);--wy-purple: var(--wy-purple-dark, #e38fd3);--wy-pink: var(--wy-pink-dark, #f48bae);--wy-red: var(--wy-red-dark, #db726c);--wy-orange: var(--wy-orange-dark, #e89a3a);--wy-yellow: var(--wy-yellow-dark, #cacc58);--wy-green: var(--wy-green-dark, #00a38b);--wy-teal: var(--wy-teal-dark, #00a0a8);--wy-cyan: var(--wy-cyan-dark, #009dc3);--wy-gray: var(--wy-gray-dark, #909194);--wy-code-text: var(--wy-code-text-dark, #cccccc);--wy-code-variable: var(--wy-code-variable-dark, #9CDCFE);--wy-code-operator: var(--wy-code-operator-dark, #d4d4d4);--wy-code-prolog: var(--wy-code-prolog-dark, #569CD6);--wy-code-comment: var(--wy-code-comment-dark, #6a9955);--wy-code-builtin: var(--wy-code-builtin-dark, #4fc1ff);--wy-code-number: var(--wy-code-number-dark, #b5cea8);--wy-code-inserted: var(--wy-code-inserted-dark, #b5cea8);--wy-code-constant: var(--wy-code-constant-dark, #646695);--wy-code-hexcode: var(--wy-code-hexcode-dark, #646695);--wy-code-regex: var(--wy-code-regex-dark, #d16969);--wy-code-char: var(--wy-code-char-dark, #d16969);--wy-code-tag: var(--wy-code-tag-dark, #569cd6);--wy-code-attr-name: var(--wy-code-attr-name-dark, #9cdcfe);--wy-code-selector: var(--wy-code-selector-dark, #9cdcfe);--wy-code-property: var(--wy-code-property-dark, #9cdcfe);--wy-code-deleted: var(--wy-code-deleted-dark, #ce9178);--wy-code-string: var(--wy-code-string-dark, #ce9178);--wy-code-changed: var(--wy-code-changed-dark, #569cd6);--wy-code-punctuation: var(--wy-code-punctuation-dark, #D4D4D4);--wy-code-function: var(--wy-code-function-dark, #569cd6);--wy-code-keyword: var(--wy-code-keyword-dark, #C586C0);--wy-code-class-name: var(--wy-code-class-name-dark, #4ec9b0)}`,qY=Dt`@property --wy-component-color{syntax: \"<color>\"; inherits: true; initial-value: transparent;}@property --wy-component-background-color{syntax: \"<color>\"; inherits: true; initial-value: transparent;}`,jY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),NY([qY,wr])}},u(i,"t"),i),y(t,"WeavyStyles"),t},"WeavyStylesMixin"),FY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._notificationEvents=zo.defaults.notificationEvents??!1,this.dispatchRealtimeEvent=a=>{an();const s=this.host!==document.documentElement?{composed:!0}:{bubbles:!0};switch(a.action){case"notification_created":case"notification_updated":case"notification_deleted":case"notifications_marked":{const c=new CustomEvent("wy:notifications",{...s,detail:a});this.host.dispatchEvent(c)}}}}get notificationEvents(){return this._notificationEvents}set notificationEvents(r){this.realtimeUnsubscribe(),this._notificationEvents=r,this.realtimeSubscribe()}realtimeSubscribe(){const r=this;this.notificationEvents&&(r.subscribe(null,"notification_created",this.dispatchRealtimeEvent),r.subscribe(null,"notification_updated",this.dispatchRealtimeEvent),r.subscribe(null,"notifications_marked",this.dispatchRealtimeEvent))}realtimeUnsubscribe(){const r=this;this.notificationEvents&&(r.unsubscribe(null,"notification_created",this.dispatchRealtimeEvent),r.unsubscribe(null,"notification_updated",this.dispatchRealtimeEvent),r.unsubscribe(null,"notifications_marked",this.dispatchRealtimeEvent))}destroy(){this.realtimeUnsubscribe(),super.destroy()}},u(i,"t"),i),y(t,"WeavyRealtime"),t},"WeavyRealtimeMixin");var Gb,Kb,Jb,Qc,tO,p1,Qi;const f1=(Qi=class{constructor(t){ft(this,Gb),ft(this,Kb),ft(this,Jb),ft(this,Qc),ft(this,tO),ft(this,p1),this.weavySid=G1(),this.weavyId=`${Qi.sourceName}#${this.weavySid}`,this.cloudFilePickerUrl=Qi.defaults.cloudFilePickerUrl,this.confluenceAuthenticationUrl=Qi.defaults.confluenceAuthenticationUrl,this.confluenceProductName=Qi.defaults.confluenceProductName,this.disableEnvironmentImports=Qi.defaults.disableEnvironmentImports,this.gcTime=Qi.defaults.gcTime,this.reactions=Qi.defaults.reactions,this.scrollBehavior=Qi.defaults.scrollBehavior,this.staleTime=Qi.defaults.staleTime,this.tokenFactoryRetryDelay=Qi.defaults.tokenFactoryRetryDelay,this.tokenFactoryTimeout=Qi.defaults.tokenFactoryTimeout,at(this,Jb,new Promise(n=>{at(this,Kb,n)})),at(this,p1,!1),console.info(`${Qi.sourceName}@${Qi.version} #${this.weavySid}`),an(),this.host=document.documentElement;const i={};for(const n in t){const r=n;t[r]!==void 0&&Object.assign(i,{[r]:t[r]})}i!=null&&i.host&&(this.host=i.host,delete i.host),i&&Object.assign(this,i),this.host!==document.documentElement?(xb==null||xb.detachListeners(),at(this,Gb,new EW(this.host,{context:$i,initialValue:this}))):xb==null||xb.setValue(this)}async whenUrl(){await _(this,Jb)}get url(){return _(this,Qc)}set url(t){var i;if(this.isDestroyed)throw new Ri;try{if(typeof t=="string")t&&at(this,Qc,new URL(t,window.location.toString()));else if(t instanceof URL)at(this,Qc,t);else throw-1}catch{throw new TypeError("Invalid url")}!this.disableEnvironmentImports&&globalThis.WEAVY_IMPORT_URL===void 0&&(globalThis.WEAVY_IMPORT_URL=new URL("./uikit-web/",t).href),_(this,Qc)&&((i=_(this,Kb))==null||i.call(this,_(this,Qc)))}get zoomAuthenticationUrl(){return _(this,tO)??Qi.defaults.zoomAuthenticationUrl}set zoomAuthenticationUrl(t){console.warn('Setting "zoomAuthenticationUrl" is deprecated. Configure Zoom on your Weavy Environment instead.'),at(this,tO,t)}get isDestroyed(){return _(this,p1)}destroy(){var t;at(this,p1,!0),(t=_(this,Gb))==null||t.detachListeners(),console.info(this.weavyId,"was destroyed")}},u(Qi,"qt"),Qi);Gb=new WeakMap,Kb=new WeakMap,Jb=new WeakMap,Qc=new WeakMap,tO=new WeakMap,p1=new WeakMap,y(f1,"WeavyClient"),f1.version="24.3.0",f1.sourceName="@weavy/uikit-web",f1.defaults={cloudFilePickerUrl:"https://filebrowser.weavy.io/v14/",confluenceAuthenticationUrl:void 0,confluenceProductName:void 0,disableEnvironmentImports:!1,gcTime:1e3*60*60*24,locale:AW,reactions:["😍","😎","😉","😜","👍"],notificationEvents:!1,scrollBehavior:OY?"instant":"smooth",staleTime:1e3*1,tokenFactoryRetryDelay:2e3,tokenFactoryTimeout:2e4,zoomAuthenticationUrl:void 0};let zo=f1;var Xf;const zD=(Xf=class extends FY(xY(SY(kY($Y(_Y(LY(IY(jY(zo))))))))){},u(Xf,"qh"),Xf);y(zD,"Weavy");let C1=zD;var Hf;const _D=(Hf=class{constructor(t,i,n,r,a){var s,c;if(this.subscribe=!1,this.provided=!1,this.value=void 0,this._callback=(d,p)=>{this.unsubscribe&&(this.unsubscribe!==p&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=d,this.host.requestUpdate(),(!this.provided||this.subscribe)&&(this.provided=!0,this.callback&&this.callback(d,p)),this.unsubscribe=p},this.host=t,i.context!==void 0){const d=i;this.context=d.context,this.callback=d.callback,this.subscribe=d.subscribe??!1,this.ref=d.ref??t}else this.context=i,this.callback=n,this.subscribe=r??!1,this.ref=a??t;(c=(s=this.host).addController)==null||c.call(s,this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.ref.dispatchEvent(new gY(this.context,this._callback,this.subscribe))}},u(Hf,"Wh"),Hf);y(_D,"ContextConsumer");let BY=_D;var Yf;const LD=(Yf=class{constructor(t,i,n){this.whenRef=new Promise(r=>this.resolveRef=r),t.addController(this),this.host=t,this.ref=n,this.setContext(i)}get ref(){return this._ref}set ref(t){var i;this._ref=t,t&&((i=this.resolveRef)==null||i.call(this,t))}async setContext(t){this.whenContext=new Promise(n=>this.resolveContext=n);const i=await this.whenRef;this.context=new BY(this.host,{context:t,subscribe:!0,callback:y((n,r)=>{var a;(a=this.resolveContext)==null||a.call(this,n),this.host.requestUpdate()},"callback"),ref:i}),await yQ(i),this.context.dispatchRequest()}hostUpdate(){var t,i;(t=this.context)!=null&&t.value&&((i=this.resolveContext)==null||i.call(this,this.context.value))}},u(Yf,"Qh"),Yf);y(LD,"ContextController");let XY=LD;const bt=y(o=>(t,i)=>{i!==void 0?i.addInitializer(()=>{customElements.define(o,t)}):customElements.define(o,t)},"t$1"),HY={attribute:!0,type:String,converter:oO,reflect:!1,hasChanged:kC},YY=y((o=HY,t,i)=>{const{kind:n,metadata:r}=i;let a=globalThis.litPropertyMetadata.get(r);if(a===void 0&&globalThis.litPropertyMetadata.set(r,a=new Map),a.set(i.name,o),n==="accessor"){const{name:s}=i;return{set(c){const d=t.get.call(this);t.set.call(this,c),this.requestUpdate(s,d,o)},init(c){return c!==void 0&&this.P(s,void 0,o),c}}}if(n==="setter"){const{name:s}=i;return function(c){const d=this[s];t.call(this,c),this.requestUpdate(s,d,o)}}throw Error("Unsupported decorator location: "+n)},"r$1");function Q(o){return(t,i)=>typeof i=="object"?YY(o,t,i):((n,r,a)=>{const s=r.hasOwnProperty(a);return r.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(r,a):void 0})(o,t,i)}u(Q,"y");y(Q,"n");function st(o){return Q({...o,state:!0,attribute:!1})}u(st,"F");y(st,"r");const GY=y((o,t,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(o,t,i),i),"e$2");function ID(o){return(t,i)=>{const{slot:n,selector:r}=o??{},a="slot"+(n?`[name=${n}]`:":not([name])");return GY(t,i,{get(){var s;const c=(s=this.renderRoot)==null?void 0:s.querySelector(a),d=(c==null?void 0:c.assignedElements(o))??[];return r===void 0?d:d.filter(p=>p.matches(r))}})}}u(ID,"M1");y(ID,"o");function WD(o){return typeof o=="string"&&o?o=eval==null?void 0:(0,eval)(`"use strict";(${o})`):o=void 0,o}u(WD,"S1");y(WD,"indirectEvalObject");function Sg(o){if(o)try{return new URL(o,window.location.toString())}catch{console.warn("Invalid url: ",o)}}u(Sg,"js");y(Sg,"toUrl");const Ft=Dt`@charset \"UTF-8\";:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]){box-sizing:border-box;text-align:initial;font-size:var(--wy-font-size, var(--wy-size, 1em))}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:before,:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:after{box-sizing:inherit}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a){text-decoration:var(--wy-link-decoration, none);color:var(--wy-link, var(--wy-primary-40, #006399))}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a):hover,:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a):hover{text-decoration:var(--wy-link-hover-decoration, unset)}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a):where(:not([href]):not([class])),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a):where(:not([href]):not([class])):hover,:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a):where(:not([href]):not([class])),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a):where(:not([href]):not([class])):hover{text-decoration:none}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(p),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(p){margin-top:0;margin-bottom:calc(1 * var(--wy-size, 1rem))}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(label),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(label){cursor:inherit}:where(:host([hidden])),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"])[hidden],:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *[hidden]{display:none!important}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where([role=button]),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where([role=button]){cursor:pointer}.wy-scroll-y{scroll-padding-top:var(--wy-scrollbar-adjust-top, 0);scroll-padding-bottom:var(--wy-scrollbar-adjust-bottom, 0)}.wy-scroll-y{overflow-y:auto;max-height:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-scroll-y:not(body){-webkit-overflow-scrolling:touch}.wy-scroll-y:not(.wy-scroll-x){overflow-x:hidden;touch-action:pan-y}.wy-scroll-x{overflow-x:auto;max-width:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-scroll-x:not(.wy-scroll-y){overflow-y:hidden;touch-action:pan-x}.wy-appbars{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));background-color:var(--wy-component-background-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 calc(-1 * var(--wy-border, 1px)) 0 0 inset}@supports (position: sticky){.wy-appbars{position:sticky;top:0;z-index:1020}}.wy-appbars>.wy-appbar,.wy-appbars>.wy-toolbar{background-color:transparent;box-shadow:none}.wy-appbar{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));display:grid;align-items:center;justify-content:space-between;justify-items:center;height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));padding:calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));flex:0 0 var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));grid-template-columns:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) minmax(0,max-content) var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));column-gap:calc(2 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))) + var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));line-height:var(--wy-line-height, 1.5);background-color:var(--wy-component-background-color);color:var(--wy-component-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 calc(-1 * var(--wy-border, 1px)) 0 0 inset}.wy-appbar .wy-badge{align-self:center}.wy-appbar .wy-button{max-height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-appbar-buttons,.wy-toolbar-buttons,.wy-appbar-section{display:flex;flex:0 0 auto;align-items:center;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));max-width:100%}.wy-appbar-buttons-first{justify-content:flex-start}.wy-appbar-buttons-last{justify-content:flex-end}.wy-toolbar-buttons-last{margin-inline-start:auto}.wy-appbar-text{max-width:100%;display:block;color:inherit!important;-webkit-user-select:none;user-select:none}.wy-appbar-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-appbar-text a,.wy-appbar-text a:hover{color:inherit}.wy-appbar-text-trashed{text-decoration:line-through}.wy-toolbars-bottom{position:absolute;z-index:1030;bottom:calc(var(--wy-footerbar-height, calc(4 * var(--wy-size, 1rem))) / 2);left:0;right:0;min-height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));display:flex;flex-direction:column;justify-content:center;justify-items:center}.wy-toolbar{--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;justify-items:center;min-height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));padding:calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));flex:1 0 var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));column-gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));line-height:var(--wy-line-height, 1.5);background-color:var(--wy-component-background-color);color:var(--wy-component-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 calc(-1 * var(--wy-border, 1px)) 0 0 inset}.wy-toolbar-center{margin:0 auto;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)))}.wy-toolbar-center .wy-input{text-align:center}.wy-toolbar-text{margin-left:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-footerbar{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));position:absolute;bottom:0;left:0;right:0;z-index:1020}.wy-footerbar:after{content:\"\";background-color:var(--wy-component-background-color);color:var(--wy-component-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 var(--wy-border, 1px) 0 0 inset;position:absolute;width:100%;left:0;bottom:0;height:100%;z-index:-1}.wy-footerbar-sticky{position:sticky}[part~=wy-button]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399));color:var(--wy-component-color);background:var(--wy-component-background-color, transparent);height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));font-family:var(--wy-button-font-family, var(--wy-font-family, unset)),inherit;font-size:var(--wy-button-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-button-font-weight, var(--wy-font-weight, unset));line-height:var(--wy-button-line-height, var(--wy-line-height, 1.5));text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--wy-button-border-width, var(--wy-border-outline, 0)) solid var(--wy-outline, var(--wy-neutral-variant-50, #72777e));border-radius:var(--wy-button-border-radius, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));display:inline-flex;align-items:center;justify-content:center;gap:var(--wy-button-gap, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));position:relative}[part~=wy-button]:disabled{opacity:var(--wy-opacity-disabled, 38%);cursor:unset;pointer-events:none}[part~=wy-button-state-layer]>*{z-index:3}[part~=wy-button-state-layer]:before{content:\"\";z-index:2;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background:var(--wy-component-color);opacity:0%}[part~=wy-button-state-layer][part~=wy-button-sm]:before{margin:calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * -.25) calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * -.25);border-radius:var(--wy-button-border-radius, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))))}[part~=wy-button-state-layer]:hover:before{opacity:8%}[part~=wy-button-state-layer]:focus:before,[part~=wy-button-state-layer]:active:before,[part~=wy-button-state-layer][part~=wy-active]:before{opacity:12%}[part~=wy-button-icon]{--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));width:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));line-height:1;align-items:center;justify-content:center}[part~=wy-button-icon][part~=wy-button-sm]{height:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625);width:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625);padding:0;margin:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .5)}[part~=wy-button-icon][part~=wy-active]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399))}[part~=wy-button-icon-inline]{height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));width:auto;min-width:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));background:var(--wy-component-background-color);color:currentColor;display:flex;padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))}[part~=wy-button-icon-inline][part~=wy-button-sm]{height:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625);padding:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .25) 0;margin:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .5);min-width:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625)}[part~=wy-button-inline]{border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));padding:calc(.5 * var(--wy-size, 1rem)) calc(.75 * var(--wy-size, 1rem));margin-inline:calc(-.25 * var(--wy-size, 1rem))}[part~=wy-button-primary]{--wy-component-background-color: var(--wy-primary, var(--wy-primary-40, #006399));--wy-component-color: var(--wy-on-primary, var(--wy-white, #ffffff))}[part~=wy-button-variant]{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}[part~=wy-button-primary-text]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399))}[part~=wy-button-inherit-color]{--wy-component-color: currentColor}[part~=wy-button-no-color]{--wy-component-color: unset}[part=wy-button-link]{padding:0;color:var(--wy-link-color, var(--wy-primary, var(--wy-primary-40, #006399)));text-decoration:var(--wy-link-decoration, none)}[part=wy-button-link]:hover,[part=wy-button-link]:focus{text-decoration:var(--wy-link-hover-decoration, unset)}[part~=wy-buttons]{display:flex;align-items:center;flex-wrap:wrap;gap:calc(.5 * var(--wy-size, 1rem))}[part~=wy-buttons-reverse]{flex-direction:row-reverse}[part~=wy-buttons-floating]{position:sticky;padding:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))) var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))) 0;top:0;height:0;margin-bottom:calc(-1 * var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));z-index:1030;--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}.wy-code pre,.wy-content pre{text-wrap:pretty}.wy-code code[class*=language-],.wy-code pre[class*=language-],.wy-content code[class*=language-],.wy-content pre[class*=language-]{color:var(--wy-code-text, var(--wy-code-text-light, #3b3b3b));font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre-wrap;word-spacing:normal;word-break:normal;word-wrap:break-word;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}@media print{.wy-code code[class*=language-],.wy-code pre[class*=language-],.wy-content code[class*=language-],.wy-content pre[class*=language-]{text-shadow:none}}.wy-code pre[class*=language-],.wy-content pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.wy-code :not(pre)>code[class*=language-],.wy-code pre[class*=language-],.wy-content :not(pre)>code[class*=language-],.wy-content pre[class*=language-]{color:var(--wy-code-text, var(--wy-code-text-light, #3b3b3b));background:var(--wy-background, var(--wy-neutral-99, #fcfcff))}.wy-code :not(pre)>code[class*=language-],.wy-content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.wy-code .token.variable,.wy-content .token.variable{color:var(--wy-code-variable, var(--wy-code-variable-light, #001080))}.wy-code .token.operator,.wy-content .token.operator{color:var(--wy-code-operator, var(--wy-code-operator-light, #000000))}.wy-code .token.prolog,.wy-content .token.prolog{color:var(--wy-code-prolog, var(--wy-code-prolog-light, #000080))}.wy-code .token.comment,.wy-content .token.comment{color:var(--wy-code-comment, var(--wy-code-comment-light, #008000))}.wy-code .token.builtin,.wy-content .token.builtin{color:var(--wy-code-builtin, var(--wy-code-builtin-light, #0070C1))}.wy-code .token.number,.wy-content .token.number{color:var(--wy-code-number, var(--wy-code-number-light, #098658))}.wy-code .token.inserted,.wy-content .token.inserted{color:var(--wy-code-inserted, var(--wy-code-inserted-light, #098658))}.wy-code .token.constant,.wy-content .token.constant{color:var(--wy-code-constant, var(--wy-code-constant-light, #811F3F))}.wy-code .token.hexcode,.wy-content .token.hexcode{color:var(--wy-code-hexcode, var(--wy-code-hexcode-light, #811F3F))}.wy-code .token.regex,.wy-content .token.regex{color:var(--wy-code-regex, var(--wy-code-regex-light, #811F3F))}.wy-code .token.char,.wy-content .token.char{color:var(--wy-code-char, var(--wy-code-char-light, #811F3F))}.wy-code .token.tag,.wy-content .token.tag{color:var(--wy-code-tag, var(--wy-code-tag-light, #800000))}.wy-code .token.attr-name,.wy-content .token.attr-name{color:var(--wy-code-attr-name, var(--wy-code-attr-name-light, #E50000))}.wy-code .token.selector,.wy-content .token.selector{color:var(--wy-code-selector, var(--wy-code-selector-light, #E50000))}.wy-code .token.property,.wy-content .token.property{color:var(--wy-code-property, var(--wy-code-property-light, #E50000))}.wy-code .token.deleted,.wy-content .token.deleted{color:var(--wy-code-deleted, var(--wy-code-deleted-light, #A31515))}.wy-code .token.string,.wy-content .token.string{color:var(--wy-code-string, var(--wy-code-string-light, #A31515))}.wy-code .token.changed,.wy-content .token.changed{color:var(--wy-code-changed, var(--wy-code-changed-light, #0451A5))}.wy-code .token.punctuation,.wy-content .token.punctuation{color:var(--wy-code-punctuation, var(--wy-code-punctuation-light, #000000))}.wy-code .token.function,.wy-content .token.function{color:var(--wy-code-function, var(--wy-code-function-light, #0000FF))}.wy-code .token.keyword,.wy-content .token.keyword{color:var(--wy-code-keyword, var(--wy-code-keyword-light, #AF00DB))}.wy-code .token.class-name,.wy-content .token.class-name{color:var(--wy-code-class-name, var(--wy-code-class-name-light, #267F99))}.wy-code .token.important,.wy-code .token.bold,.wy-content .token.important,.wy-content .token.bold{font-weight:700}.wy-code .token.italic,.wy-content .token.italic{font-style:italic}.wy-content{overflow-wrap:break-word;min-width:0}.wy-content :not(pre)>code{overflow-wrap:inherit}.wy-content pre,.wy-content pre>code[class*=language-]{white-space:pre-wrap}.wy-content :first-child{margin-top:0}.wy-content :last-child{margin-bottom:0}.wy-content:empty{display:none}.wy-hashtag{color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-mention{font-weight:700}.wy-emoji-icon{display:inline-flex;justify-content:center;align-items:center;line-height:1;width:1em;height:1em;font-size:1.25em}.wy-emoji-icon-sm{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1.125 * var(--wy-size, 1rem))}.wy-emoji-icon-xs{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1 * var(--wy-size, 1rem))}.wy-empty{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;position:relative;flex-direction:column;gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}[part~=wy-icon]{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;position:relative;width:var(--wy-component-icon-width);height:var(--wy-component-icon-height)}[part~=wy-icon][width=\"24\"]{width:var(--wy-component-icon-width, calc(1.5 * var(--wy-size, 1rem)))}[part~=wy-icon][height=\"24\"]{height:var(--wy-component-icon-height, calc(1.5 * var(--wy-size, 1rem)))}[part~=wy-icon-first]{margin-left:calc(-.5 * var(--wy-size, 1rem))}[part~=wy-icon-last]{margin-right:calc(-.5 * var(--wy-size, 1rem))}[part~=wy-icon-padded]{margin:16.66666667%}[part~=wy-icon-inline]{vertical-align:-.25em}[part~=wy-icon-overlay]{position:absolute;bottom:0;right:0;background:var(--wy-component-background-color, var(--wy-background, var(--wy-neutral-99, #fcfcff)));border-radius:50%;border:1px solid var(--wy-component-background-color, var(--wy-background, var(--wy-neutral-99, #fcfcff)))}:host(wy-icon-stack),[part~=wy-icon-stack]{display:inline-flex;position:relative;line-height:1}[part~=wy-icon-stack-layer]{position:absolute}[part~=wy-icon-stack-overlay]{position:absolute;bottom:0;right:0;background-color:var(--wy-component-background-color, var(--wy-background, var(--wy-neutral-99, #fcfcff)));border-radius:50%;width:calc(var(--wy-component-icon-width) / 2);height:calc(var(--wy-component-icon-height) / 2)}[part~=wy-icon-current-color]{fill:currentColor}[part~=wy-icon-state]{transition:opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));align-self:center;justify-self:center;margin:auto;opacity:0}[part~=wy-icon-state][part~=wy-active]{opacity:1}:host(wy-icon-display),[part~=wy-icon-display]{color:var(--wy-component-color, var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e)));border-radius:var(--wy-component-border-radius, var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))));display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:calc(1 * var(--wy-size, 1rem)) calc(2 * var(--wy-size, 1rem));margin:auto}[part~=wy-icon-display-icon]{--wy-component-icon-width: calc(4 * var(--wy-size, 1rem));--wy-component-icon-height: calc(4 * var(--wy-size, 1rem));padding:calc(1 * var(--wy-size, 1rem)) calc(2 * var(--wy-size, 1rem))}[part~=wy-icon-display-text],[part~=wy-icon-display-meta]{padding:calc(1 * var(--wy-size, 1rem)) calc(2 * var(--wy-size, 1rem));text-align:center}[part~=wy-icon-color-primary]{fill:var(--wy-primary, var(--wy-primary-40, #006399))}[part~=wy-icon-color-secondary]{fill:var(--wy-secondary, var(--wy-secondary-40, #3b6a1c))}[part~=wy-icon-color-tertiary]{fill:var(--wy-tertiary, var(--wy-tertiary-40, #3b6a1c))}[part~=wy-icon-color-surface]{fill:var(--wy-surface, var(--wy-neutral-99, #fcfcff))}[part~=wy-icon-color-surface-variant]{fill:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}[part~=wy-icon-color-error]{fill:var(--wy-error, var(--wy-error-40, #ba1824))}[part~=wy-icon-color-warning]{fill:var(--wy-warning, var(--wy-warning-70, #afb140))}[part~=wy-icon-color-blue]{fill:var(--wy-blue, var(--wy-blue-light, #89a9fc))}[part~=wy-icon-color-indigo]{fill:var(--wy-indigo, var(--wy-indigo-light, #9185de))}[part~=wy-icon-color-purple]{fill:var(--wy-purple, var(--wy-purple-light, #c675b7))}[part~=wy-icon-color-pink]{fill:var(--wy-pink, var(--wy-pink-light, #d57194))}[part~=wy-icon-color-red]{fill:var(--wy-red, var(--wy-red-light, #db726c))}[part~=wy-icon-color-orange]{fill:var(--wy-orange, var(--wy-orange-light, #e89a3a))}[part~=wy-icon-color-yellow]{fill:var(--wy-yellow, var(--wy-yellow-light, #afb140))}[part~=wy-icon-color-green]{fill:var(--wy-green, var(--wy-green-light, #00a38b))}[part~=wy-icon-color-teal]{fill:var(--wy-teal, var(--wy-teal-light, #00a0a8))}[part~=wy-icon-color-cyan]{fill:var(--wy-cyan, var(--wy-cyan-light, #0082a1))}[part~=wy-icon-color-gray]{fill:var(--wy-gray, var(--wy-gray-light, #76777a))}[part~=wy-icon-color-black]{fill:var(--wy-black, var(--wy-black, #000000))}[part~=wy-icon-color-white]{fill:var(--wy-white, var(--wy-white, #ffffff))}[part*=wy-kind-]{fill:var(--wy-gray, var(--wy-gray-light, #76777a))}[part~=wy-kind-archive]{fill:var(--wy-orange, var(--wy-orange-light, #e89a3a))}[part~=wy-kind-audio]{fill:var(--wy-teal, var(--wy-teal-light, #00a0a8))}[part~=wy-kind-code]{fill:var(--wy-green, var(--wy-green-light, #00a38b))}[part~=wy-kind-document]{fill:var(--wy-blue, var(--wy-blue-light, #89a9fc))}[part~=wy-kind-email]{fill:var(--wy-red, var(--wy-red-light, #db726c))}[part~=wy-kind-presentation]{fill:var(--wy-orange, var(--wy-orange-light, #e89a3a))}[part~=wy-kind-spreadsheet]{fill:var(--wy-green, var(--wy-green-light, #00a38b))}[part~=wy-kind-image]{fill:var(--wy-pink, var(--wy-pink-light, #d57194))}[part~=wy-kind-text]{fill:var(--wy-cyan, var(--wy-cyan-light, #0082a1))}[part~=wy-kind-video]{fill:var(--wy-purple, var(--wy-purple-light, #c675b7))}[part~=wy-ext-pdf]{fill:var(--wy-red, var(--wy-red-light, #db726c))}[part~=wy-kind-text-icon]{width:calc(1.25 * var(--wy-size, 1rem));height:calc(1.25 * var(--wy-size, 1rem));vertical-align:calc(-.3125 * var(--wy-size, 1rem))}.wy-image-grid{display:flex;flex-wrap:wrap;justify-content:space-evenly;position:relative;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));overflow:hidden;column-gap:1px;row-gap:1px}.wy-image-grid .wy-image{padding:0;width:50%;position:relative;flex:auto;background-color:inherit;background-clip:content-box}.wy-image-grid .wy-image:first-of-type:not(:nth-last-of-type(2)){flex-basis:100%!important}.wy-image-grid .wy-image-area{display:block;height:100%;cursor:pointer}.wy-image-grid .wy-image-area img{position:absolute;height:100%;width:100%;object-fit:contain}.wy-image-grid .wy-image-area img.wy-loading{transition:opacity .15s ease-out;opacity:0}.wy-image-grid .wy-image-area img.wy-loading.wy-loaded{opacity:1;transition:opacity .15s ease-out}.wy-image-grid .wy-image-area img.wy-loading.wy-loaded~img{transition-delay:.15s;opacity:0}.wy-image-grid .wy-more{position:absolute;line-height:100%;color:var(--wy-white, #ffffff);top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;font-size:calc(1.5 * var(--wy-size, 1rem));background:rgba(0,0,0,var(--wy-opacity-disabled, 38%))}.wy-title{font-family:var(--wy-headings-font-family, var(--wy-font-family, unset));font-size:var(--wy-headings-font-size, 1.25em);font-style:var(--wy-headings-font-style, unset);font-weight:var(--wy-headings-font-weight, var(--wy-font-weight-bold, bolder));line-height:var(--wy-headings-line-height, var(--wy-line-height, 1.5));margin-block:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-input{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));display:block;width:100%;min-height:calc(2.5 * var(--wy-size, 1rem));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)),inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-input-font-weight, var(--wy-font-weight, unset));line-height:var(--wy-input-line-height, var(--wy-line-height, calc(1.5 * var(--wy-size, 1rem))));background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--wy-input-border-radius, var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))))}.wy-input:focus{--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-primary, var(--wy-primary-40, #006399));outline:0}.wy-input::placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));opacity:1}.wy-input:disabled{opacity:38%}.wy-input::file-selector-button,.wy-input::-webkit-file-upload-button{color:var(--wy-component-color);background-color:var(--wy-component-background-color);padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));margin:calc(-1 * var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) calc(-1 * var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));margin-inline-end:var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--wy-input-border-width, var(--wy-border, 1px));border-radius:0}.wy-input:hover:not(:disabled):not([readonly])::file-selector-button,.wy-input:hover:not(:disabled):not([readonly]) ::-webkit-file-upload-button{background-color:var(--wy-component-background-color)}.wy-input[type=file]{overflow:hidden}.wy-input[type=file]:not(:disabled):not([readonly]){cursor:pointer}.wy-input::-webkit-date-and-time-value{height:calc(var(--wy-input-line-height, var(--wy-line-height, calc(1.5 * var(--wy-size, 1rem)))) * 1em)}.wy-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.wy-input-filled{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-radius:var(--wy-input-filled-border-radius, var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem)))));border-color:var(--wy-component-background-color)}.wy-input-filled:focus{border-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-label{display:inline-block;margin-bottom:calc(.5 * var(--wy-size, 1rem))}.wy-description{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)));margin-top:calc(.25 * var(--wy-size, 1rem))}.wy-is-invalid,.wy-is-invalid:focus{border-color:var(--wy-error, var(--wy-error-40, #ba1824))}.wy-invalid-feedback{margin-top:calc(.25 * var(--wy-size, 1rem));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)));color:var(--wy-error, var(--wy-error-40, #ba1824))}.wy-input-group{position:relative;display:flex;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));align-items:center}.wy-input-group-button-icon{position:absolute;top:0;right:0;z-index:4;border-radius:var(--wy-input-border-radius, var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))));--wy-component-background-color: transparent}.wy-input-group-input:placeholder-shown~.wy-input-group-button-icon[type=reset]{display:none}.wy-input-group-input:not(:placeholder-shown)~.wy-input-group-button-icon[type=reset]+.wy-input-group-button-icon{display:none}.wy-item{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));position:relative;display:flex;align-items:center;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));text-decoration:none;min-height:calc(3 * var(--wy-size, 1rem))}.wy-item-lg{padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));min-height:calc(4.5 * var(--wy-size, 1rem));gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-body{width:100%;min-width:0}.wy-item-rows{display:flex;flex-direction:column;width:100%;row-gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));min-width:0}.wy-item-rows:only-child{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-rows-compact{row-gap:0}.wy-item-rows-single{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-title{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-title-lg{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title-lg{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wy-item-text{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-text .wy-icon{width:calc(1.25 * var(--wy-size, 1rem));height:calc(1.25 * var(--wy-size, 1rem));vertical-align:calc(-.3125 * var(--wy-size, 1rem))}.wy-item-quote{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-item-quote:before,.wy-item-quote:after{content:'\"'}.wy-item-actions{--wy-component-background-color: transparent;display:flex;align-items:center;justify-items:flex-end;flex:0 0 auto;margin:calc(-.25 * var(--wy-size, 1rem))}.wy-item-top{align-self:flex-start}.wy-item-actions-bottom{align-self:flex-start;margin-block:calc(-.5 * var(--wy-size, 1rem))}.wy-item-row{display:flex;align-items:center;column-gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-row .wy-item-title,.wy-item-row .wy-item-text{margin-right:auto}.wy-item-row .wy-meta{white-space:nowrap}.wy-item-right{margin-left:auto}.wy-item-hover{-webkit-user-select:none;user-select:none;cursor:pointer}.wy-item-hover:hover,.wy-item-hover:focus{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);text-decoration:none}.wy-item-hover:active{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-item-hover.wy-disabled,.wy-item-hover:disabled{opacity:var(--wy-opacity-disabled, 38%);pointer-events:none}.wy-item-hover.wy-active{--wy-component-background-color: var(--wy-primary-container, var(--wy-primary-90, #cde5ff));--wy-component-color: var(--wy-on-primary-container, var(--wy-primary-10, #001d32));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-color:var(--wy-component-background-color)}.wy-item-trashed{text-decoration:line-through;opacity:var(--wy-opacity-disabled, 38%)}.wy-item-trashed.wy-item-hover:hover{opacity:1}.wy-list{border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));display:flex;flex-direction:column;gap:var(--wy-border);min-width:0}.wy-list .wy-item:not(.wy-item-hover){--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-list .wy-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.wy-list .wy-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.wy-list-bordered{border:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));gap:0}.wy-list-bordered .wy-item{border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));border-left:none;border-right:none}.wy-list-bordered .wy-item:first-child{border-top:none}.wy-list-bordered .wy-item:last-child{border-bottom:none}.wy-list-bordered .wy-item+.wy-list-bordered .wy-item{border-top-width:0}@keyframes wy-highlight{0%{--wy-component-background-color: var(--wy-highlight, var(--wy-primary-95, #e8f2ff));--wy-component-color: var(--wy-on-highlight, var(--wy-primary-10, #001d32))}}.wy-messages{padding:var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));flex:1 1 100%}.wy-message-placeholder{opacity:.5}.wy-date-separator{font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));pointer-events:none;margin:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));text-align:center;position:sticky;top:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));z-index:10}.wy-date-separator time{background:var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));display:inline-block}.wy-message{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + .5 * var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));scroll-margin-block:6rem;--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}.wy-message[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-message .wy-image-grid,.wy-message .wy-attachments{border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))}.wy-message-meta{font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));margin:0 0 calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))));color:var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}.wy-message-bubble{background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));display:flex;flex-direction:column;padding:var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));max-width:min(32 * var(--wy-size, 1rem),100% - 2 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))))}.wy-message-bubble>div{flex:1 1 100%}.wy-message-author{margin:calc(1.375 * var(--wy-size, 1rem)) calc(.5 * var(--wy-size, 1rem)) 0 0}.wy-message-content{display:flex;flex-direction:column;width:100%;align-items:flex-start;flex-wrap:wrap;min-width:0;position:relative}.wy-message-content-row{display:flex;flex-direction:row;align-items:center;max-width:100%}.wy-message-bot{--wy-component-background-color: var(--wy-tertiary-container, var(--wy-tertiary-90, #bbf294));--wy-component-color: var(--wy-on-tertiary-container, var(--wy-tertiary-10, #0a2100))}.wy-message-me{margin-right:0;margin-left:calc(2.5 * var(--wy-size, 1rem));align-items:flex-end;--wy-component-background-color: var(--wy-primary-container, var(--wy-primary-90, #cde5ff));--wy-component-color: var(--wy-on-primary-container, var(--wy-primary-10, #001d32))}.wy-message-me .wy-message-meta{margin:0 calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) 0}.wy-message-me .wy-message-content{align-items:flex-end}.wy-message-me .wy-message-content-row{flex-direction:row-reverse}.wy-message-emoji .wy-message-bubble{background:none;padding:0 0 var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-message-emoji .wy-content .wy-emoji{width:calc(3 * var(--wy-size, 1rem));height:calc(3 * var(--wy-size, 1rem));margin:0}.wy-message-emoji.wy-message-me .wy-content{text-align:end}.wy-readby-status{display:flex;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));height:calc(1.125 * var(--wy-size, 1rem));justify-content:flex-end;margin-top:calc(-.125 * var(--wy-size, 1rem))}.wy-status-pending,.wy-status-sent,.wy-status-delivered{--wy-component-background-color: var(--wy-inverse-primary, var(--wy-primary-80, #95ccff));color:var(--wy-component-background-color)}.wy-message-readmore{justify-self:center;text-align:center}.wy-meta{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-meta-sm{font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)))}.wy-dialog{background:none;border:none;padding:0}.wy-overlay-dialog{width:100%;height:100%;align-items:center;justify-content:center;overflow:visible}.wy-overlay-dialog:popover-open,.wy-overlay-dialog[open]{display:flex}.wy-overlay{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column}.wy-overlay.wy-modal{width:100%;height:100%;overflow:hidden;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level4, 0 calc(1 * var(--wy-size, 1rem)) calc(2.25 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .14), 0 calc(.375 * var(--wy-size, 1rem)) calc(1.875 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .12), 0 calc(.5 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) calc(-.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2))}@media (min-width: 768px){.wy-overlay.wy-modal{margin-left:calc(4 * var(--wy-size, 1rem));margin-top:auto;margin-right:calc(4 * var(--wy-size, 1rem));margin-bottom:auto;width:calc(32 * var(--wy-size, 1rem));max-height:calc(32 * var(--wy-size, 1rem))}}.wy-overlay.wy-modal-full{width:100%;height:100%}@media (min-width: 768px){.wy-overlay.wy-modal-full{margin:0;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level4, 0 calc(1 * var(--wy-size, 1rem)) calc(2.25 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .14), 0 calc(.375 * var(--wy-size, 1rem)) calc(1.875 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .12), 0 calc(.5 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) calc(-.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));max-width:calc(100% - 2 * var(--wy-size, 1rem));max-height:calc(100% - 2 * var(--wy-size, 1rem))}}.wy-overlay{opacity:0;visibility:hidden;transition:opacity var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))) .01s,transform var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))) .01s,visibility .01s step-end var(--wy-transition-duration-fast, .1s)}.wy-overlay.wy-open{transition:opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),visibility var(--wy-transition-duration, .2s) step-start;visibility:visible}.wy-overlay.wy-open.wy-transition{opacity:1;transform:none}.wy-pane{display:flex;flex-direction:column;position:relative;min-height:0;height:100%;flex:1 1 auto}.wy-pane-body{display:flex;flex-direction:column;flex:1}.wy-pane-group{padding:calc(.75 * var(--wy-size, 1rem))}.wy-pane-background{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-picker-list{background:var(--wy-component-background-color);color:var(--wy-component-color);border:none}.wy-picker-list>.wy-picker-list-item:first-child,.wy-picker-list>:first-child .wy-picker-list-item{border-top:none}.wy-picker-list>.wy-picker-list-item:last-child,.wy-picker-list>:last-child .wy-picker-list-item{border-bottom:none}.wy-picker-list-item{display:flex;align-items:center;padding:calc(.25 * var(--wy-size, 1rem)) calc(.5 * var(--wy-size, 1rem))}.wy-picker-list-item>wy-icon{margin-left:calc(.25 * var(--wy-size, 1rem));margin-right:calc(.25 * var(--wy-size, 1rem));flex:0 0 auto}.wy-picker-list-item>button{margin-block-start:auto;flex:0 0 auto}.wy-picker-list-item-title{flex-grow:1}.wy-picker-list-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-main{display:flex;height:calc(100% - var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem))))));min-height:0}@media (max-width: 767.98px){.wy-main{flex-direction:column}}.wy-preview{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;position:relative;flex:1 1 100%;min-width:calc(16 * var(--wy-size, 1rem));min-height:calc(16 * var(--wy-size, 1rem));max-height:100%;max-width:100%}.wy-preview-swiper{display:flex;flex-direction:row;flex:1 1 100%;align-items:center;justify-content:start;min-width:calc(16 * var(--wy-size, 1rem));min-height:calc(16 * var(--wy-size, 1rem));max-height:100%;max-width:100%;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:auto;overscroll-behavior-x:none;scrollbar-width:none}.wy-preview-swiper::-webkit-scrollbar{display:none}.wy-preview-swiper-disabled{overflow-x:hidden}.wy-preview-area{position:relative;min-width:100%;min-height:100%;width:100%;height:100%;flex:1 1 auto;display:flex;flex-direction:column;scroll-snap-stop:always;scroll-snap-align:center}.wy-nav-prev,.wy-nav-next{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));background-color:var(--wy-component-background-color);position:absolute;top:50%;z-index:1000;border-radius:50%}.wy-nav-prev{left:calc(.5 * var(--wy-size, 1rem))}.wy-nav-next{right:calc(.5 * var(--wy-size, 1rem))}.wy-document{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);align-self:flex-start;padding:calc(2 * var(--wy-size, 1rem)) calc(3.5 * var(--wy-size, 1rem));width:100%;min-height:100%;flex:1 0 auto}@media (min-width: 768px){.wy-document{padding:calc(3 * var(--wy-size, 1rem)) calc(4 * var(--wy-size, 1rem));margin:calc(2 * var(--wy-size, 1rem)) auto;border-radius:calc(.125 * var(--wy-size, 1rem));box-shadow:var(--wy-shadow-level2, 0 calc(.25 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12), 0 calc(.125 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem)) calc(-.0625 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));width:120ch;min-height:170ch;max-width:calc(100% - 3.5 * var(--wy-size, 1rem))}}.wy-content-code{align-self:flex-start;width:100%;padding:calc(2 * var(--wy-size, 1rem)) calc(3.5 * var(--wy-size, 1rem))}.wy-content-iframe{border:0;display:block;width:100%;height:100%;top:0;left:0;flex:1 1 100%}.wy-content-iframe.wy-loaded{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-content-iframe.wy-loaded~.wy-content-iframe-fallback,.wy-content-iframe.wy-loaded~.wy-spinner,.wy-content-iframe.wy-loaded~wy-spinner{display:none}.wy-content-iframe.wy-loading:not(.wy-loaded){position:absolute;visibility:hidden;z-index:-1;pointer-events:none}.wy-content-iframe.wy-loading:not(.wy-loaded):not(.wy-fallback)~.wy-content-iframe-fallback{display:none}.wy-content-iframe.wy-loading:not(.wy-loaded).wy-fallback~.wy-spinner,.wy-content-iframe.wy-loading:not(.wy-loaded).wy-fallback~wy-spinner{display:none}.wy-content-iframe~.wy-spinner,.wy-content-iframe~wy-spinner{margin:auto}.wy-content-html pre,.wy-content-html code{word-break:break-word;white-space:pre-wrap}.wy-content-image{min-width:0;display:flex;align-items:center;justify-content:center;position:relative;margin:auto;max-height:100%;max-width:100%;transition:transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),transform-origin var(--wy-transition-duration, .2s) step-end}.wy-content-image.wy-zoom{cursor:zoom-out;transition:transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),transform-origin var(--wy-transition-duration, .2s) step-start}.wy-content-image img{min-width:0;min-height:0;width:100%;height:100%}.wy-content-image img:not(.wy-loading-transition):not([data-controller~=image])~.wy-spinner,.wy-content-image img:not(.wy-loading-transition):not([data-controller~=image])~wy-spinner{display:none}.wy-content-image img.wy-loading,.wy-content-image img[data-controller~=image]{transition:opacity .15s ease-out;opacity:0}.wy-content-image img.wy-loading.wy-loaded,.wy-content-image img[data-controller~=image].wy-loaded{opacity:1;transition:opacity .15s ease-out}.wy-content-image img.wy-loading.wy-loaded~img,.wy-content-image img[data-controller~=image].wy-loaded~img{transition-delay:.15s;opacity:0}.wy-content-image img.wy-loading.wy-loaded~.wy-spinner,.wy-content-image img.wy-loading.wy-loaded~wy-spinner,.wy-content-image img[data-controller~=image].wy-loaded~.wy-spinner,.wy-content-image img[data-controller~=image].wy-loaded~wy-spinner{display:none}.wy-content-image img.wy-responsive-image-thumb{position:absolute;z-index:-1}.wy-content-image img~.wy-spinner,.wy-content-image img~wy-spinner{position:absolute}.wy-content-video:not(.wy-error){min-height:0;max-width:100%;max-height:100%;flex:1 1 auto}.wy-content-video,.wy-content-audio{margin:auto}.wy-content-video.wy-loading:not(.wy-loaded),.wy-content-video[data-controller~=media]:not(.wy-loaded),.wy-content-audio.wy-loading:not(.wy-loaded),.wy-content-audio[data-controller~=media]:not(.wy-loaded){visibility:hidden}.wy-content-video.wy-loading.wy-loaded~.wy-spinner,.wy-content-video.wy-loading.wy-loaded~wy-spinner,.wy-content-video[data-controller~=media].wy-loaded~.wy-spinner,.wy-content-video[data-controller~=media].wy-loaded~wy-spinner,.wy-content-audio.wy-loading.wy-loaded~.wy-spinner,.wy-content-audio.wy-loading.wy-loaded~wy-spinner,.wy-content-audio[data-controller~=media].wy-loaded~.wy-spinner,.wy-content-audio[data-controller~=media].wy-loaded~wy-spinner{display:none}.wy-content-video:focus,.wy-content-audio:focus{outline:none}.wy-pdf-container{position:absolute;width:100%;height:100%;bottom:0;left:0}.wy-pdf-container{overflow-y:auto;max-height:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-pdf-container:not(body){-webkit-overflow-scrolling:touch}.wy-pdf-container{overflow-x:auto;max-width:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-content-pdf .textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:1;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText}.wy-content-pdf .textLayer.highlighting{touch-action:none}.wy-content-pdf .textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.wy-content-pdf .textLayer span.markedContent{top:0;height:0}.wy-content-pdf .textLayer .highlight{--highlight-bg-color: rgb(180 0 170 / .25);--highlight-selected-bg-color: rgb(0 100 0 / .25);--highlight-backdrop-filter: none;--highlight-selected-backdrop-filter: none;margin:-1px;padding:1px;background-color:var(--highlight-bg-color);-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);border-radius:4px}@media screen and (forced-colors: active){.wy-content-pdf .textLayer .highlight{--highlight-bg-color: transparent;--highlight-selected-bg-color: transparent;--highlight-backdrop-filter: var(--hcm-highlight-filter);--highlight-selected-backdrop-filter: var(--hcm-highlight-selected-filter)}}.wy-content-pdf .textLayer .highlight.appended{position:initial}.wy-content-pdf .textLayer .highlight.begin{border-radius:4px 0 0 4px}.wy-content-pdf .textLayer .highlight.end{border-radius:0 4px 4px 0}.wy-content-pdf .textLayer .highlight.middle{border-radius:0}.wy-content-pdf .textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color);-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);backdrop-filter:var(--highlight-selected-backdrop-filter)}.wy-content-pdf .textLayer ::-moz-selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.wy-content-pdf .textLayer ::selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.wy-content-pdf .textLayer br::-moz-selection{background:transparent}.wy-content-pdf .textLayer br::selection{background:transparent}.wy-content-pdf .textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .textLayer .endOfContent.active{top:0}.wy-content-pdf .annotationLayer{--annotation-unfocused-field-background: url(\"data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>\");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none;position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0}@media screen and (forced-colors: active){.wy-content-pdf .annotationLayer{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:required,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.wy-content-pdf .annotationLayer .linkAnnotation{outline:var(--link-outline)}.wy-content-pdf .annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}.wy-content-pdf .annotationLayer .linkAnnotation>a:hover{opacity:0!important;background:none!important;box-shadow:none}.wy-content-pdf .annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.wy-content-pdf .annotationLayer .highlightArea:hover:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter);content:\"\";pointer-events:none}.wy-content-pdf .annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--scale-factor)) solid Highlight!important}}.wy-content-pdf .annotationLayer[data-main-rotation=\"90\"] .norotate{transform:rotate(270deg) translate(-100%)}.wy-content-pdf .annotationLayer[data-main-rotation=\"180\"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.wy-content-pdf .annotationLayer[data-main-rotation=\"270\"] .norotate{transform:rotate(90deg) translateY(-100%)}.wy-content-pdf .annotationLayer.disabled section,.wy-content-pdf .annotationLayer.disabled .popup{pointer-events:none}.wy-content-pdf .annotationLayer .annotationContent{position:absolute;width:100%;height:100%;pointer-events:none}.wy-content-pdf .annotationLayer .annotationContent.freetext{background:transparent;border:none;top:0;right:0;bottom:0;left:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:1.35;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.wy-content-pdf .annotationLayer section:has(div.annotationContent) canvas.annotationContent{display:none}.wy-content-pdf .annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.wy-content-pdf .annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0;box-shadow:0 2px 10px #ff0}.wy-content-pdf .annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.wy-content-pdf .annotationLayer .hasBorder{background-size:100% 100%}.wy-content-pdf .annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea),.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:required,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select option{padding:0}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.wy-content-pdf .annotationLayer .textWidgetAnnotation textarea{resize:none}.wy-content-pdf .annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea),.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select[disabled],.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:hover,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:hover,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:\"\";display:block;position:absolute}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:25%;top:25%;width:50%}.wy-content-pdf .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.wy-content-pdf .annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.wy-content-pdf .annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.wy-content-pdf .annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--scale-factor));pointer-events:none;width:-moz-max-content;width:max-content;max-width:45%;height:auto}.wy-content-pdf .annotationLayer .popup{background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));outline:1.5px solid rgb(255,255,74);padding:calc(6px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.wy-content-pdf .annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.wy-content-pdf .annotationLayer .popup *{font-size:calc(9px * var(--scale-factor))}.wy-content-pdf .annotationLayer .popup>.header{display:inline-block}.wy-content-pdf .annotationLayer .popup>.header h1{display:inline}.wy-content-pdf .annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor));width:-moz-fit-content;width:fit-content}.wy-content-pdf .annotationLayer .popupContent{border-top:1px solid rgb(51,51,51);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.wy-content-pdf .annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.wy-content-pdf .annotationLayer .popupTriggerArea{cursor:pointer}.wy-content-pdf .annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.wy-content-pdf .annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.wy-content-pdf .annotationLayer .annotationTextContent span{width:100%;display:inline-block}.wy-content-pdf .annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}.wy-content-pdf :host{--xfa-unfocused-field-background: url(\"data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>\");--xfa-focus-outline: auto}@media screen and (forced-colors: active){.wy-content-pdf :host{--xfa-focus-outline: 2px solid CanvasText}.wy-content-pdf .xfaLayer *:required{outline:1.5px solid selectedItem}}.wy-content-pdf .xfaLayer{background-color:transparent}.wy-content-pdf .xfaLayer .highlight{margin:-1px;padding:1px;background-color:#efcbed;border-radius:4px}.wy-content-pdf .xfaLayer .highlight.appended{position:initial}.wy-content-pdf .xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.wy-content-pdf .xfaLayer .highlight.end{border-radius:0 4px 4px 0}.wy-content-pdf .xfaLayer .highlight.middle{border-radius:0}.wy-content-pdf .xfaLayer .highlight.selected{background-color:#cbdfcb}.wy-content-pdf .xfaPage{overflow:hidden;position:relative}.wy-content-pdf .xfaContentarea{position:absolute}.wy-content-pdf .xfaPrintOnly{display:none}.wy-content-pdf .xfaLayer{position:absolute;text-align:initial;top:0;left:0;transform-origin:0 0;line-height:1.2}.wy-content-pdf .xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-.01px;text-align:inherit;text-decoration:inherit;box-sizing:border-box;background-color:transparent;padding:0;margin:0;pointer-events:auto;line-height:inherit}.wy-content-pdf .xfaLayer *:required{outline:1.5px solid red}.wy-content-pdf .xfaLayer div,.wy-content-pdf .xfaLayer svg,.wy-content-pdf .xfaLayer svg *{pointer-events:none}.wy-content-pdf .xfaLayer a{color:#00f}.wy-content-pdf .xfaRich li{margin-left:3em}.wy-content-pdf .xfaFont{color:#000;font-weight:400;font-kerning:none;font-size:10px;font-style:normal;letter-spacing:0;text-decoration:none;vertical-align:0}.wy-content-pdf .xfaCaption{overflow:hidden;flex:0 0 auto}.wy-content-pdf .xfaCaptionForCheckButton{overflow:hidden;flex:1 1 auto}.wy-content-pdf .xfaLabel{height:100%;width:100%}.wy-content-pdf .xfaLeft{display:flex;flex-direction:row;align-items:center}.wy-content-pdf .xfaRight{display:flex;flex-direction:row-reverse;align-items:center}.wy-content-pdf :is(.xfaLeft,.xfaRight)>:is(.xfaCaption,.xfaCaptionForCheckButton){max-height:100%}.wy-content-pdf .xfaTop{display:flex;flex-direction:column;align-items:flex-start}.wy-content-pdf .xfaBottom{display:flex;flex-direction:column-reverse;align-items:flex-start}.wy-content-pdf :is(.xfaTop,.xfaBottom)>:is(.xfaCaption,.xfaCaptionForCheckButton){width:100%}.wy-content-pdf .xfaBorder{background-color:transparent;position:absolute;pointer-events:none}.wy-content-pdf .xfaWrapped{width:100%;height:100%}.wy-content-pdf :is(.xfaTextfield,.xfaSelect):focus{background-image:none;background-color:transparent;outline:var(--xfa-focus-outline);outline-offset:-1px}.wy-content-pdf :is(.xfaCheckbox,.xfaRadio):focus{outline:var(--xfa-focus-outline)}.wy-content-pdf .xfaTextfield,.wy-content-pdf .xfaSelect{height:100%;width:100%;flex:1 1 auto;border:none;resize:none;background-image:var(--xfa-unfocused-field-background)}.wy-content-pdf .xfaSelect{padding-inline:2px}.wy-content-pdf :is(.xfaTop,.xfaBottom)>:is(.xfaTextfield,.xfaSelect){flex:0 1 auto}.wy-content-pdf .xfaButton{cursor:pointer;width:100%;height:100%;border:none;text-align:center}.wy-content-pdf .xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.wy-content-pdf .xfaCheckbox,.wy-content-pdf .xfaRadio{width:100%;height:100%;flex:0 0 auto;border:none}.wy-content-pdf .xfaRich{white-space:pre-wrap;width:100%;height:100%}.wy-content-pdf .xfaImage{-o-object-position:left top;object-position:left top;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.wy-content-pdf .xfaLrTb,.wy-content-pdf .xfaRlTb,.wy-content-pdf .xfaTb{display:flex;flex-direction:column;align-items:stretch}.wy-content-pdf .xfaLr{display:flex;flex-direction:row;align-items:stretch}.wy-content-pdf .xfaRl{display:flex;flex-direction:row-reverse;align-items:stretch}.wy-content-pdf .xfaTb>div{justify-content:left}.wy-content-pdf .xfaPosition,.wy-content-pdf .xfaArea{position:relative}.wy-content-pdf .xfaValignMiddle{display:flex;align-items:center}.wy-content-pdf .xfaTable{display:flex;flex-direction:column;align-items:stretch}.wy-content-pdf .xfaTable .xfaRow{display:flex;flex-direction:row;align-items:stretch}.wy-content-pdf .xfaTable .xfaRlRow{display:flex;flex-direction:row-reverse;align-items:stretch;flex:1}.wy-content-pdf .xfaTable .xfaRlRow>div{flex:1}.wy-content-pdf :is(.xfaNonInteractive,.xfaDisabled,.xfaReadOnly) :is(input,textarea){background:initial}@media print{.wy-content-pdf .xfaTextfield,.wy-content-pdf .xfaSelect{background:transparent}.wy-content-pdf .xfaSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:1px;text-overflow:\"\"}}.wy-content-pdf .canvasWrapper svg{transform:none}.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"90\"] mask,.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"90\"] use:not(.clip,.mask){transform:matrix(0,1,-1,0,1,0)}.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"180\"] mask,.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"180\"] use:not(.clip,.mask){transform:matrix(-1,0,0,-1,1,1)}.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"270\"] mask,.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"270\"] use:not(.clip,.mask){transform:matrix(0,-1,1,0,0,1)}.wy-content-pdf .canvasWrapper svg.highlight{--blend-mode: multiply;position:absolute;mix-blend-mode:var(--blend-mode)}@media screen and (forced-colors: active){.wy-content-pdf .canvasWrapper svg.highlight{--blend-mode: difference}}.wy-content-pdf .canvasWrapper svg.highlight:not(.free){fill-rule:evenodd}.wy-content-pdf .canvasWrapper svg.highlightOutline{position:absolute;mix-blend-mode:normal;fill-rule:evenodd;fill:none}.wy-content-pdf .canvasWrapper svg.highlightOutline.hovered:not(.free):not(.selected){stroke:var(--hover-outline-color);stroke-width:var(--outline-width)}.wy-content-pdf .canvasWrapper svg.highlightOutline.selected:not(.free) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(var(--outline-width) + 2 * var(--outline-around-width))}.wy-content-pdf .canvasWrapper svg.highlightOutline.selected:not(.free) .secondaryOutline{stroke:var(--outline-color);stroke-width:var(--outline-width)}.wy-content-pdf .canvasWrapper svg.highlightOutline.free.hovered:not(.selected){stroke:var(--hover-outline-color);stroke-width:calc(2 * var(--outline-width))}.wy-content-pdf .canvasWrapper svg.highlightOutline.free.selected .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(2 * (var(--outline-width) + var(--outline-around-width)))}.wy-content-pdf .canvasWrapper svg.highlightOutline.free.selected .secondaryOutline{stroke:var(--outline-color);stroke-width:calc(2 * var(--outline-width))}.wy-content-pdf .toggle-button{--button-background-color: #f0f0f4;--button-background-color-hover: #e0e0e6;--button-background-color-active: #cfcfd8;--color-accent-primary: #0060df;--color-accent-primary-hover: #0250bb;--color-accent-primary-active: #054096;--border-interactive-color: #8f8f9d;--border-radius-circle: 9999px;--border-width: 1px;--size-item-small: 16px;--size-item-large: 32px;--color-canvas: white;--toggle-background-color: var(--button-background-color);--toggle-background-color-hover: var(--button-background-color-hover);--toggle-background-color-active: var(--button-background-color-active);--toggle-background-color-pressed: var(--color-accent-primary);--toggle-background-color-pressed-hover: var(--color-accent-primary-hover);--toggle-background-color-pressed-active: var(--color-accent-primary-active);--toggle-border-color: var(--border-interactive-color);--toggle-border-color-hover: var(--toggle-border-color);--toggle-border-color-active: var(--toggle-border-color);--toggle-border-radius: var(--border-radius-circle);--toggle-border-width: var(--border-width);--toggle-height: var(--size-item-small);--toggle-width: var(--size-item-large);--toggle-dot-background-color: var(--toggle-border-color);--toggle-dot-background-color-hover: var(--toggle-dot-background-color);--toggle-dot-background-color-active: var(--toggle-dot-background-color);--toggle-dot-background-color-on-pressed: var(--color-canvas);--toggle-dot-margin: 1px;--toggle-dot-height: calc(var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 * var(--toggle-border-width));--toggle-dot-width: var(--toggle-dot-height);--toggle-dot-transform-x: calc(var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width));-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;border:var(--toggle-border-width) solid var(--toggle-border-color);height:var(--toggle-height);width:var(--toggle-width);border-radius:var(--toggle-border-radius);background:var(--toggle-background-color);box-sizing:border-box;flex-shrink:0}@media (prefers-color-scheme: dark){.wy-content-pdf .toggle-button{--button-background-color: color-mix(in srgb, currentColor 7%, transparent);--button-background-color-hover: color-mix(in srgb, currentColor 14%, transparent);--button-background-color-active: color-mix(in srgb, currentColor 21%, transparent);--color-accent-primary: #0df;--color-accent-primary-hover: #80ebff;--color-accent-primary-active: #aaf2ff;--border-interactive-color: #bfbfc9;--color-canvas: #1c1b22}}@media (forced-colors: active){.wy-content-pdf .toggle-button{--color-accent-primary: ButtonText;--color-accent-primary-hover: SelectedItem;--color-accent-primary-active: SelectedItem;--border-interactive-color: ButtonText;--button-background-color: ButtonFace;--border-interactive-color-hover: SelectedItem;--border-interactive-color-active: SelectedItem;--border-interactive-color-disabled: GrayText;--color-canvas: ButtonText}}.wy-content-pdf .toggle-button:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.wy-content-pdf .toggle-button:enabled:hover{background:var(--toggle-background-color-hover);border-color:var(--toggle-border-color)}.wy-content-pdf .toggle-button:enabled:active{background:var(--toggle-background-color-active);border-color:var(--toggle-border-color)}.wy-content-pdf .toggle-button[aria-pressed=true]{background:var(--toggle-background-color-pressed);border-color:transparent}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover{background:var(--toggle-background-color-pressed-hover);border-color:transparent}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active{background:var(--toggle-background-color-pressed-active);border-color:transparent}.wy-content-pdf .toggle-button:before{display:block;content:\"\";background-color:var(--toggle-dot-background-color);height:var(--toggle-dot-height);width:var(--toggle-dot-width);margin:var(--toggle-dot-margin);border-radius:var(--toggle-border-radius);translate:0}.wy-content-pdf .toggle-button[aria-pressed=true]:before{translate:var(--toggle-dot-transform-x);background-color:var(--toggle-dot-background-color-on-pressed)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover:before,.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active:before{background-color:var(--toggle-dot-background-color-on-pressed)}.wy-content-pdf [dir=rtl] .toggle-button[aria-pressed=true]:before{translate:calc(-1 * var(--toggle-dot-transform-x))}@media (prefers-reduced-motion: no-preference){.wy-content-pdf .toggle-button:before{transition:translate .1s}}@media (prefers-contrast){.wy-content-pdf .toggle-button:enabled:hover{border-color:var(--toggle-border-color-hover)}.wy-content-pdf .toggle-button:enabled:active{border-color:var(--toggle-border-color-active)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled{border-color:var(--toggle-border-color);position:relative}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover,.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover:active{border-color:var(--toggle-border-color-hover)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active{background-color:var(--toggle-dot-background-color-active);border-color:var(--toggle-dot-background-color-hover)}.wy-content-pdf .toggle-button:hover:before,.wy-content-pdf .toggle-button:active:before{background-color:var(--toggle-dot-background-color-hover)}}@media (forced-colors){.wy-content-pdf .toggle-button{--toggle-dot-background-color: var(--color-accent-primary);--toggle-dot-background-color-hover: var(--color-accent-primary-hover);--toggle-dot-background-color-active: var(--color-accent-primary-active);--toggle-dot-background-color-on-pressed: var(--button-background-color);--toggle-background-color-disabled: var(--button-background-color-disabled);--toggle-border-color-hover: var(--border-interactive-color-hover);--toggle-border-color-active: var(--border-interactive-color-active);--toggle-border-color-disabled: var(--border-interactive-color-disabled)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:after{border:1px solid var(--button-background-color);content:\"\";position:absolute;height:var(--toggle-height);width:var(--toggle-width);display:block;border-radius:var(--toggle-border-radius);top:-2px;right:-2px;bottom:-2px;left:-2px}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active:after{border-color:var(--toggle-border-color-active)}}:host{--outline-width: 2px;--outline-color: #0060df;--outline-around-width: 1px;--outline-around-color: #f0f0f4;--hover-outline-around-color: var(--outline-around-color);--focus-outline: solid var(--outline-width) var(--outline-color);--unfocus-outline: solid var(--outline-width) transparent;--focus-outline-around: solid var(--outline-around-width) var(--outline-around-color);--hover-outline-color: #8f8f9d;--hover-outline: solid var(--outline-width) var(--hover-outline-color);--hover-outline-around: solid var(--outline-around-width) var(--hover-outline-around-color);--freetext-line-height: 1.35;--freetext-padding: 2px;--resizer-bg-color: var(--outline-color);--resizer-size: 6px;--resizer-shift: calc(0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width));--editorFreeText-editing-cursor: text}.wy-content-pdf .visuallyHidden{position:absolute;top:0;left:0;border:0;margin:0;padding:0;width:0;height:0;overflow:hidden;white-space:nowrap;font-size:0}.wy-content-pdf .textLayer.highlighting{cursor:var(--editorFreeHighlight-editing-cursor)}.wy-content-pdf .textLayer.highlighting:not(.free) span{cursor:var(--editorHighlight-editing-cursor)}.wy-content-pdf .textLayer.highlighting.free span{cursor:var(--editorFreeHighlight-editing-cursor)}@media screen and (forced-colors: active){:host{--outline-color: CanvasText;--outline-around-color: ButtonFace;--resizer-bg-color: ButtonText;--hover-outline-color: Highlight;--hover-outline-around-color: SelectedItemText}}.wy-content-pdf [data-editor-rotation=\"90\"]{transform:rotate(90deg)}.wy-content-pdf [data-editor-rotation=\"180\"]{transform:rotate(180deg)}.wy-content-pdf [data-editor-rotation=\"270\"]{transform:rotate(270deg)}.wy-content-pdf .annotationEditorLayer{background:transparent;position:absolute;top:0;right:0;bottom:0;left:0;font-size:calc(100px * var(--scale-factor));transform-origin:0 0;cursor:auto}.wy-content-pdf .annotationEditorLayer.waiting{content:\"\";cursor:wait;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wy-content-pdf .annotationEditorLayer.disabled{pointer-events:none}.wy-content-pdf .annotationEditorLayer.freetextEditing{cursor:var(--editorFreeText-editing-cursor)}.wy-content-pdf .annotationEditorLayer.inkEditing{cursor:var(--editorInk-editing-cursor)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor){position:absolute;background:transparent;z-index:1;transform-origin:0 0;cursor:auto;max-width:100%;max-height:100%;border:var(--unfocus-outline)}.wy-content-pdf .annotationEditorLayer .draggable.selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor){cursor:move}.wy-content-pdf .annotationEditorLayer .moving:is(.freeTextEditor,.inkEditor,.stampEditor){touch-action:none}.wy-content-pdf .annotationEditorLayer .selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor){border:var(--focus-outline);outline:var(--focus-outline-around)}.wy-content-pdf .annotationEditorLayer .selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor):before{content:\"\";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--focus-outline-around);pointer-events:none}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor):hover:not(.selectedEditor){border:var(--hover-outline);outline:var(--hover-outline-around)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor):hover:not(.selectedEditor):before{content:\"\";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--focus-outline-around)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color: #f0f0f4;--editor-toolbar-fg-color: #2e2e56;--editor-toolbar-border-color: #8f8f9d;--editor-toolbar-hover-border-color: var(--editor-toolbar-border-color);--editor-toolbar-hover-bg-color: #e0e0e6;--editor-toolbar-hover-fg-color: var(--editor-toolbar-fg-color);--editor-toolbar-hover-outline: none;--editor-toolbar-focus-outline-color: #0060df;--editor-toolbar-shadow: 0 2px 6px 0 rgb(58 57 68 / .2);--editor-toolbar-vert-offset: 6px;--editor-toolbar-height: 28px;--editor-toolbar-padding: 2px;display:flex;width:-moz-fit-content;width:fit-content;height:var(--editor-toolbar-height);flex-direction:column;justify-content:center;align-items:center;cursor:default;pointer-events:auto;box-sizing:content-box;padding:var(--editor-toolbar-padding);position:absolute;inset-inline-end:0;inset-block-start:calc(100% + var(--editor-toolbar-vert-offset));border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow)}@media (prefers-color-scheme: dark){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color: #2b2a33;--editor-toolbar-fg-color: #fbfbfe;--editor-toolbar-hover-bg-color: #52525e;--editor-toolbar-focus-outline-color: #0df}}@media screen and (forced-colors: active){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color: ButtonFace;--editor-toolbar-fg-color: ButtonText;--editor-toolbar-border-color: ButtonText;--editor-toolbar-hover-border-color: AccentColor;--editor-toolbar-hover-bg-color: ButtonFace;--editor-toolbar-hover-fg-color: AccentColor;--editor-toolbar-hover-outline: 2px solid var(--editor-toolbar-hover-border-color);--editor-toolbar-focus-outline-color: ButtonBorder;--editor-toolbar-shadow: none}}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar.hidden{display:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar:has(:focus-visible){border-color:transparent}.wy-content-pdf [dir=ltr] :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{transform-origin:100% 0}.wy-content-pdf [dir=rtl] :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{transform-origin:0 0}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons{display:flex;justify-content:center;align-items:center;gap:0;height:100%}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .divider{width:1px;height:calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));background-color:var(--editor-toolbar-border-color);display:inline-block;margin-inline:2px}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .highlightButton{width:var(--editor-toolbar-height)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .highlightButton:before{content:\"\";-webkit-mask-image:var(--editor-toolbar-highlight-image);mask-image:var(--editor-toolbar-highlight-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .highlightButton:hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .delete{width:var(--editor-toolbar-height)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .delete:before{content:\"\";-webkit-mask-image:var(--editor-toolbar-delete-image);mask-image:var(--editor-toolbar-delete-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .delete:hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>*{height:var(--editor-toolbar-height)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider){border:none;background-color:transparent;cursor:pointer}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider):hover{border-radius:2px;background-color:var(--editor-toolbar-hover-bg-color);color:var(--editor-toolbar-hover-fg-color);outline:var(--editor-toolbar-hover-outline);outline-offset:1px}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider):hover:active{outline:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider):focus-visible{border-radius:2px;outline:2px solid var(--editor-toolbar-focus-outline-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText{display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;padding-inline:8px;pointer-events:all;font:menu;font-weight:590;font-size:12px;color:var(--editor-toolbar-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText:disabled{pointer-events:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText:before{content:\"\";-webkit-mask-image:var(--alt-text-add-image);mask-image:var(--alt-text-add-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;width:12px;height:13px;background-color:var(--editor-toolbar-fg-color);margin-inline-end:4px}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText:hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText.done:before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip{display:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{--alt-text-tooltip-bg: #f0f0f4;--alt-text-tooltip-fg: #15141a;--alt-text-tooltip-border: #8f8f9d;--alt-text-tooltip-shadow: 0px 2px 6px 0px rgb(58 57 68 / .2);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:calc(100% + 2px);inset-inline-start:0;padding-block:2px 3px;padding-inline:3px;max-width:300px;width:-moz-max-content;width:max-content;height:auto;font-size:12px;border:.5px solid var(--alt-text-tooltip-border);background:var(--alt-text-tooltip-bg);box-shadow:var(--alt-text-tooltip-shadow);color:var(--alt-text-tooltip-fg);pointer-events:none}@media (prefers-color-scheme: dark){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{--alt-text-tooltip-bg: #1c1b22;--alt-text-tooltip-fg: #fbfbfe;--alt-text-tooltip-shadow: 0px 2px 6px 0px #15141a}}@media screen and (forced-colors: active){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{--alt-text-tooltip-bg: Canvas;--alt-text-tooltip-fg: CanvasText;--alt-text-tooltip-border: CanvasText;--alt-text-tooltip-shadow: none}}.wy-content-pdf .annotationEditorLayer .freeTextEditor{padding:calc(var(--freetext-padding) * var(--scale-factor));width:auto;height:auto;touch-action:none}.wy-content-pdf .annotationEditorLayer .freeTextEditor .internal{background:transparent;border:none;top:0;right:0;bottom:0;left:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:var(--freetext-line-height);-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .annotationEditorLayer .freeTextEditor .overlay{position:absolute;display:none;background:transparent;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wy-content-pdf .annotationEditorLayer freeTextEditor .overlay.enabled{display:block}.wy-content-pdf .annotationEditorLayer .freeTextEditor .internal:empty:before{content:attr(default-content);color:gray}.wy-content-pdf .annotationEditorLayer .freeTextEditor .internal:focus{outline:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.wy-content-pdf .annotationEditorLayer .inkEditor{width:100%;height:100%}.wy-content-pdf .annotationEditorLayer .inkEditor.editing{cursor:inherit}.wy-content-pdf .annotationEditorLayer .inkEditor .inkEditorCanvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:none}.wy-content-pdf .annotationEditorLayer .stampEditor{width:auto;height:auto}.wy-content-pdf .annotationEditorLayer .stampEditor canvas{width:100%;height:100%}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers{position:absolute;top:0;right:0;bottom:0;left:0}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers.hidden{display:none}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer{width:var(--resizer-size);height:var(--resizer-size);background:content-box var(--resizer-bg-color);border:var(--focus-outline-around);border-radius:2px;position:absolute}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topLeft{top:var(--resizer-shift);left:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topMiddle{top:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topRight{top:var(--resizer-shift);right:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.middleRight{top:calc(50% + var(--resizer-shift));right:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomRight{bottom:var(--resizer-shift);right:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomMiddle{bottom:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomLeft{bottom:var(--resizer-shift);left:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.middleLeft{top:calc(50% + var(--resizer-shift));left:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomRight{cursor:nwse-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomMiddle{cursor:ns-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomLeft{cursor:nesw-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleLeft{cursor:ew-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomRight{cursor:nesw-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomMiddle{cursor:ew-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomLeft{cursor:nwse-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleLeft{cursor:ns-resize}.wy-content-pdf .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"180\"]) .editToolbar{rotate:270deg}.wy-content-pdf [dir=ltr] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"180\"]) .editToolbar{inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}.wy-content-pdf [dir=rtl] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"180\"]) .editToolbar{inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:0}.wy-content-pdf .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"270\"]) .editToolbar{rotate:180deg;inset-inline-end:100%;inset-block-start:calc(0pc - var(--editor-toolbar-vert-offset))}.wy-content-pdf .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"0\"]) .editToolbar{rotate:90deg}.wy-content-pdf [dir=ltr] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"0\"]) .editToolbar{inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:100%}.wy-content-pdf [dir=rtl] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"0\"]) .editToolbar{inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}.wy-content-pdf #altTextDialog{--dialog-bg-color: white;--dialog-border-color: white;--dialog-shadow: 0 2px 14px 0 rgb(58 57 68 / .2);--text-primary-color: #15141a;--text-secondary-color: #5b5b66;--hover-filter: brightness(.9);--focus-ring-color: #0060df;--focus-ring-outline: 2px solid var(--focus-ring-color);--textarea-border-color: #8f8f9d;--textarea-bg-color: white;--textarea-fg-color: var(--text-secondary-color);--radio-bg-color: #f0f0f4;--radio-checked-bg-color: #fbfbfe;--radio-border-color: #8f8f9d;--radio-checked-border-color: #0060df;--button-cancel-bg-color: #f0f0f4;--button-cancel-fg-color: var(--text-primary-color);--button-cancel-border-color: var(--button-cancel-bg-color);--button-cancel-hover-bg-color: var(--button-cancel-bg-color);--button-cancel-hover-fg-color: var(--button-cancel-fg-color);--button-cancel-hover-border-color: var(--button-cancel-hover-bg-color);--button-save-bg-color: #0060df;--button-save-fg-color: #fbfbfe;--button-save-hover-bg-color: var(--button-save-bg-color);--button-save-hover-fg-color: var(--button-save-fg-color);--button-save-hover-border-color: var(--button-save-hover-bg-color);font:message-box;font-size:13px;font-weight:400;line-height:150%;border-radius:4px;padding:12px 16px;border:1px solid var(--dialog-border-color);background:var(--dialog-bg-color);color:var(--text-primary-color);box-shadow:var(--dialog-shadow)}@media (prefers-color-scheme: dark){.wy-content-pdf #altTextDialog{--dialog-bg-color: #1c1b22;--dialog-border-color: #1c1b22;--dialog-shadow: 0 2px 14px 0 #15141a;--text-primary-color: #fbfbfe;--text-secondary-color: #cfcfd8;--focus-ring-color: #0df;--hover-filter: brightness(1.4);--textarea-bg-color: #42414d;--radio-bg-color: #2b2a33;--radio-checked-bg-color: #15141a;--radio-checked-border-color: #0df;--button-cancel-bg-color: #2b2a33;--button-save-bg-color: #0df;--button-save-fg-color: #15141a}}@media screen and (forced-colors: active){.wy-content-pdf #altTextDialog{--dialog-bg-color: Canvas;--dialog-border-color: CanvasText;--dialog-shadow: none;--text-primary-color: CanvasText;--text-secondary-color: CanvasText;--hover-filter: none;--focus-ring-color: ButtonBorder;--textarea-border-color: ButtonBorder;--textarea-bg-color: Field;--textarea-fg-color: ButtonText;--radio-bg-color: ButtonFace;--radio-checked-bg-color: ButtonFace;--radio-border-color: ButtonText;--radio-checked-border-color: ButtonText;--button-cancel-bg-color: ButtonFace;--button-cancel-fg-color: ButtonText;--button-cancel-border-color: ButtonText;--button-cancel-hover-bg-color: AccentColor;--button-cancel-hover-fg-color: AccentColorText;--button-save-bg-color: ButtonText;--button-save-fg-color: ButtonFace;--button-save-hover-bg-color: AccentColor;--button-save-hover-fg-color: AccentColorText}}.wy-content-pdf #altTextDialog::backdrop{-webkit-mask:url(#alttext-manager-mask);mask:url(#alttext-manager-mask)}.wy-content-pdf #altTextDialog.positioned{margin:0}.wy-content-pdf #altTextDialog #altTextContainer{width:300px;height:-moz-fit-content;height:fit-content;display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px}.wy-content-pdf #altTextDialog #altTextContainer *:focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}.wy-content-pdf #altTextDialog #altTextContainer .radio{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton{display:flex;gap:8px;align-self:stretch;align-items:center}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:var(--radio-bg-color);border:1px solid var(--radio-border-color)}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton input:hover{filter:var(--hover-filter)}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton input:checked{background-color:var(--radio-checked-bg-color);border:4px solid var(--radio-checked-border-color)}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioLabel{display:flex;padding-inline-start:24px;align-items:flex-start;gap:10px;align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioLabel span{flex:1 0 0;font-size:11px;color:var(--text-secondary-color)}.wy-content-pdf #altTextDialog #altTextContainer #overallDescription{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer #overallDescription span{align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer #overallDescription .title{font-size:13px;font-style:normal;font-weight:590}.wy-content-pdf #altTextDialog #altTextContainer #addDescription{display:flex;flex-direction:column;align-items:stretch;gap:8px}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea{flex:1;padding-inline:24px 10px}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea textarea{font:inherit;width:100%;min-height:75px;padding:8px;resize:none;margin:0;box-sizing:border-box;border-radius:4px;border:1px solid var(--textarea-border-color);background:var(--textarea-bg-color);color:var(--textarea-fg-color)}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea textarea:focus{outline-offset:0;border-color:transparent}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea textarea:disabled{pointer-events:none;opacity:.4}.wy-content-pdf #altTextDialog #altTextContainer #buttons{display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer #buttons button{border-radius:4px;border:1px solid;font:menu;font-weight:600;padding:4px 16px;width:auto;height:32px}.wy-content-pdf #altTextDialog #altTextContainer #buttons button:hover{cursor:pointer;filter:var(--hover-filter)}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextCancel{color:var(--button-cancel-fg-color);background-color:var(--button-cancel-bg-color);border-color:var(--button-cancel-border-color)}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextCancel:hover{color:var(--button-cancel-hover-fg-color);background-color:var(--button-cancel-hover-bg-color);border-color:var(--button-cancel-hover-border-color)}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextSave{color:var(--button-save-hover-fg-color);background-color:var(--button-save-hover-bg-color);border-color:var(--button-save-hover-border-color);opacity:1}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextSave:hover{color:var(--button-save-hover-fg-color);background-color:var(--button-save-hover-bg-color);border-color:var(--button-save-hover-border-color)}.wy-content-pdf .colorPicker{--hover-outline-color: #0250bb;--selected-outline-color: #0060df;--swatch-border-color: #cfcfd8}@media (prefers-color-scheme: dark){.wy-content-pdf .colorPicker{--hover-outline-color: #80ebff;--selected-outline-color: #aaf2ff;--swatch-border-color: #52525e}}@media screen and (forced-colors: active){.wy-content-pdf .colorPicker{--hover-outline-color: Highlight;--selected-outline-color: var(--hover-outline-color);--swatch-border-color: ButtonText}}.wy-content-pdf .colorPicker .swatch{width:16px;height:16px;border:1px solid var(--swatch-border-color);border-radius:100%;outline-offset:2px;box-sizing:border-box;forced-color-adjust:none}.wy-content-pdf .colorPicker button:is(:hover,.selected)>.swatch{border:none}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] .highlightEditor:not(.free)>.editToolbar{rotate:0deg}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] .highlightEditor:not(.free)>.editToolbar{rotate:270deg}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] .highlightEditor:not(.free)>.editToolbar{rotate:180deg}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] .highlightEditor:not(.free)>.editToolbar{rotate:90deg}.wy-content-pdf .annotationEditorLayer .highlightEditor{position:absolute;background:transparent;z-index:1;cursor:auto;max-width:100%;max-height:100%;border:none;outline:none;pointer-events:none;transform-origin:0 0}.wy-content-pdf .annotationEditorLayer .highlightEditor:not(.free){transform:none}.wy-content-pdf .annotationEditorLayer .highlightEditor .internal{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.wy-content-pdf .annotationEditorLayer .highlightEditor.disabled .internal{pointer-events:none}.wy-content-pdf .annotationEditorLayer .highlightEditor.selectedEditor .internal{cursor:pointer}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar{transform-origin:center!important}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker{position:relative;width:auto;display:flex;justify-content:center;align-items:center;gap:4px;padding:4px}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:after{content:\"\";-webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);mask-image:var(--editor-toolbar-colorpicker-arrow-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:12px;height:12px}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:hover:after{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)){background-color:var(--editor-toolbar-hover-bg-color)}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)):after{scale:-1}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:11px;padding-block:8px;border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow);inset-block-start:calc(100% + 4px);width:calc(100% + 2 * var(--editor-toolbar-padding))}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button{width:100%;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:active,:focus-visible){outline:none}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button>.swatch{outline-offset:2px}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button[aria-selected=true]>.swatch{outline:2px solid var(--selected-outline-color)}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.wy-content-pdf .editorParamsToolbar:has(#highlightParamsToolbarContainer){padding:unset}.wy-content-pdf #highlightParamsToolbarContainer{height:auto;padding-inline:10px;padding-block:10px 16px;gap:16px;display:flex;flex-direction:column;box-sizing:border-box}.wy-content-pdf #highlightParamsToolbarContainer .editorParamsLabel{width:-moz-fit-content;width:fit-content;inset-inline-start:0}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker{display:flex;flex-direction:column;gap:8px}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:auto}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button{width:auto;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;flex:0 0 auto}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button .swatch{width:24px;height:24px}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:active,:focus-visible){outline:none}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button[aria-selected=true]>.swatch{outline:2px solid var(--selected-outline-color)}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness{display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .editorParamsLabel{width:100%;height:auto;align-self:stretch}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{display:flex;justify-content:space-between;align-items:center;align-self:stretch;--example-color: #bfbfc9}@media (prefers-color-scheme: dark){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{--example-color: #80808e}}@media screen and (forced-colors: active){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{--example-color: CanvasText}}.wy-content-pdf :is(#highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker>.editorParamsSlider[disabled]){opacity:.4}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:before,.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:after{content:\"\";width:8px;aspect-ratio:1;display:block;border-radius:100%;background-color:var(--example-color)}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:after{width:24px}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker .editorParamsSlider{width:unset;height:14px}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .divider{--divider-color: #d7d7db;margin-block:4px;width:100%;height:1px;background-color:var(--divider-color)}@media (prefers-color-scheme: dark){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .divider{--divider-color: #8f8f9d}}@media screen and (forced-colors: active){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .divider{--divider-color: CanvasText}}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .toggler{display:flex;justify-content:space-between;align-items:center;align-self:stretch}:host{--viewer-container-height: 0;--pdfViewer-padding-bottom: 0;--page-margin: 1px auto -8px;--page-border: 9px solid transparent;--spreadHorizontalWrapped-margin-LR: -3.5px;--loading-icon-delay: .4s}@media screen and (forced-colors: active){:host{--pdfViewer-padding-bottom: 9px;--page-margin: 8px auto -1px;--page-border: 1px solid CanvasText;--spreadHorizontalWrapped-margin-LR: 3.5px}}.wy-content-pdf [data-main-rotation=\"90\"]{transform:rotate(90deg) translateY(-100%)}.wy-content-pdf [data-main-rotation=\"180\"]{transform:rotate(180deg) translate(-100%,-100%)}.wy-content-pdf [data-main-rotation=\"270\"]{transform:rotate(270deg) translate(-100%)}.wy-content-pdf #hiddenCopyElement,.wy-content-pdf .hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.wy-content-pdf .pdfViewer{--scale-factor: 1;padding-bottom:var(--pdfViewer-padding-bottom);--hcm-highlight-filter: none;--hcm-highlight-selected-filter: none}@media screen and (forced-colors: active){.wy-content-pdf .pdfViewer{--hcm-highlight-filter: invert(100%)}}.wy-content-pdf .pdfViewer .canvasWrapper{overflow:hidden;width:100%;height:100%}.wy-content-pdf .pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box;background-color:#fff}.wy-content-pdf .pdfViewer .dummyPage{position:relative;width:0;height:var(--viewer-container-height)}.wy-content-pdf .pdfViewer.noUserSelect{-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .pdfViewer.removePageBorders .page{margin:0 auto 10px;border:none}.wy-content-pdf .pdfViewer.singlePageView{display:inline-block}.wy-content-pdf .pdfViewer.singlePageView .page{margin:0;border:none}.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped),.wy-content-pdf .spread{margin-inline:3.5px;text-align:center}.wy-content-pdf .pdfViewer.scrollHorizontal,.wy-content-pdf .spread{white-space:nowrap}.wy-content-pdf .pdfViewer.removePageBorders,.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped) .spread{margin-inline:0}.wy-content-pdf .spread :is(.page,.dummyPage),.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped) :is(.page,.spread){display:inline-block;vertical-align:middle}.wy-content-pdf .spread .page,.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:var(--spreadHorizontalWrapped-margin-LR)}.wy-content-pdf .pdfViewer.removePageBorders .spread .page,.wy-content-pdf .pdfViewer.removePageBorders:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:5px}.wy-content-pdf .pdfViewer .page canvas{margin:0;display:block}.wy-content-pdf .pdfViewer .page canvas .structTree{contain:strict}.wy-content-pdf .pdfViewer .page canvas[hidden]{display:none}.wy-content-pdf .pdfViewer .page canvas[zooming]{width:100%;height:100%}.wy-content-pdf .pdfViewer .page.loadingIcon:after{position:absolute;top:0;left:0;content:\"\";width:100%;height:100%;display:none;transition-property:display;transition-delay:var(--loading-icon-delay);z-index:5;contain:strict}.wy-content-pdf .pdfViewer .page.loading:after{display:block}.wy-content-pdf .pdfViewer .page:not(.loading):after{transition-property:none;display:none}.wy-content-pdf .pdfPresentationMode .pdfViewer{padding-bottom:0}.wy-content-pdf .pdfPresentationMode .spread{margin:0}.wy-content-pdf .pdfPresentationMode .pdfViewer .page{margin:0 auto;border:2px solid transparent}.wy-content-pdf .pdfViewer .page{box-shadow:var(--wy-shadow-level2, 0 calc(.25 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12), 0 calc(.125 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem)) calc(-.0625 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));background-color:var(--wy-white, var(--wy-white, #ffffff))}.wy-content-pdf .pdfViewer .page.loadingIcon:after{background:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3Eg%7Banimation:rotate 2s linear infinite;transform-origin:center center%7Dcircle%7Bstroke-dasharray:1,100;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite%7D@keyframes rotate%7B100%25%7Btransform:rotate(360deg)%7D%7D@keyframes dash%7B0%25%7Bstroke-dasharray:1,100;stroke-dashoffset:0%7D50%25%7Bstroke-dasharray:44.5,100;stroke-dashoffset:-17.5px%7D100%25%7Bstroke-dasharray:44.5,100;stroke-dashoffset:-62px%7D%7D@keyframes color%7B0%25,100%25%7Bstroke:%23216eb4%7D40%25%7Bstroke:%2328b7cf%7D66%25%7Bstroke:%23216eb4%7D80%25,90%25%7Bstroke:%2328b7cf%7D%7D%3C/style%3E%3Cg%3E%3Ccircle fill='none' cx='12' cy='12' r='11' stroke-linecap='butt' stroke-width='2' /%3E%3C/g%3E%3C/svg%3E\") center no-repeat}.wy-pdf-page-number{width:calc(3 * var(--wy-size, 1rem))}.wy-pdf-zoom-level{width:calc(5 * var(--wy-size, 1rem))}.wy-content-text{word-break:break-word;white-space:pre-wrap}[part~=wy-reaction]{font-size:calc(1.125 * var(--wy-size, 1rem))}[part~=wy-reactions]{display:inline-flex;align-items:center;column-gap:calc(.25 * var(--wy-size, 1rem));margin-left:calc(.25 * var(--wy-size, 1rem));margin-right:calc(.25 * var(--wy-size, 1rem))}[part~=wy-reactions]:empty{display:none}[part~=wy-reaction-count]{margin:0 calc(.25 * var(--wy-size, 1rem)) 0;line-height:1;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}[part~=wy-reaction-menu]{width:max-content;position:absolute;z-index:1000;border:none;--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;margin:0;text-align:left;background-clip:padding-box;box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));font-size:calc(1.125 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))))}[part~=wy-reaction-picker]{display:flex;flex-direction:row;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}[part~=wy-reactions-line]{display:flex;align-items:center;padding-left:calc(.1875 * var(--wy-size, 1rem));padding-right:calc(.1875 * var(--wy-size, 1rem));gap:calc(.1875 * var(--wy-size, 1rem));justify-content:end}[part~=wy-reactions-line-reverse]{flex-direction:row-reverse;justify-content:start}[part~=wy-reactions-line-bottom]{position:absolute;bottom:calc(-1.125 * var(--wy-size, 1rem));right:calc(.25 * var(--wy-size, 1rem))}[part~=wy-reactions-line-below]{position:relative;height:0;min-height:0;max-height:0;margin:calc(var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) - var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));padding-left:calc(.125 * var(--wy-size, 1rem));padding-right:calc(.125 * var(--wy-size, 1rem));gap:calc(.125 * var(--wy-size, 1rem));flex:0 0 0;justify-content:flex-end}.wy-sheet{--wy-scrollbar-adjust-top: 0;--wy-scrollbar-adjust-bottom: 0;--wy-component-background-color: var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);position:fixed;z-index:1055;display:flex;flex-direction:column;overflow:hidden;bottom:calc(.5 * var(--wy-size, 1rem));left:calc(.5 * var(--wy-size, 1rem));right:calc(.5 * var(--wy-size, 1rem));max-height:max(50vh,50%);min-height:calc(3 * var(--wy-size, 1rem));margin:calc(.5 * var(--wy-size, 1rem)) auto;max-width:calc(32 * var(--wy-size, 1rem));transition:opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12))}.wy-sheet>.wy-appbars,.wy-sheet>.wy-appbar{border-top-left-radius:inherit;border-top-right-radius:inherit}.wy-sheet-body{overflow:hidden;padding:calc(.5 * var(--wy-size, 1rem));position:relative;min-height:calc(3 * var(--wy-size, 1rem))}.wy-sheet-body.wy-scroll-y{overflow-y:auto}.wy-sheet-no-padding{padding:0}.wy-sheet:not(.wy-show){opacity:0;transform:translateY(calc(32 * var(--wy-size, 1rem)))}.wy-sheet.wy-show{opacity:1;transform:none;transition:transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));pointer-events:auto}.wy-toasts{background:none;border:none;padding:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));margin:0;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;align-items:flex-end;justify-content:flex-end;pointer-events:none}.wy-toasts>::slotted(*){pointer-events:auto}.wy-toast{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background:var(--wy-component-background-color);color:var(--wy-component-color);gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));margin-top:0;margin-bottom:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));display:flex;cursor:pointer;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));padding:0;-webkit-user-select:none;user-select:none;box-shadow:var(--wy-shadow-level2, 0 calc(.25 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12), 0 calc(.125 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem)) calc(-.0625 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));position:relative;overflow:hidden;min-height:calc(4.5 * var(--wy-size, 1rem));max-width:calc(32 * var(--wy-size, 1rem))}.wy-toast.wy-fade{transition-property:opacity,min-height,padding-top,padding-bottom,margin-top,margin-bottom,height;transition-duration:var(--wy-transition-duration, .2s);transition-timing-function:var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))}.wy-toast.wy-fade:not(.wy-show){opacity:0;min-height:0;height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;pointer-events:none}.wy-toast-action{position:sticky;top:calc(4.5 * var(--wy-size, 1rem));bottom:calc(4.5 * var(--wy-size, 1rem));z-index:990;background-color:var(--wy-primary, var(--wy-primary-40, #006399));color:var(--wy-on-primary, var(--wy-white, #ffffff));padding:calc(.5 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem));margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:calc(.5 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));width:max-content;min-height:0;max-width:calc(100% - 3 * var(--wy-size, 1rem));height:auto;align-self:center;text-align:center;box-shadow:none}.wy-toast-primary{background:var(--wy-on-primary-container, var(--wy-primary-10, #001d32));color:var(--wy-primary-container, var(--wy-primary-90, #cde5ff))}.wy-placeholder{cursor:wait;color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));background:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));opacity:.5;animation:wy-placeholder-glow 2s ease-in-out infinite}@keyframes wy-placeholder-glow{50%{opacity:.2}}.wy-meeting .wy-item-title{font-weight:700}.wy-meeting .wy-item-text{font-size:var(--wy-font-size, var(--wy-size, 1em))}.wy-meeting.wy-disabled .wy-item-title{font-weight:400}.wy-dragging:after{content:attr(data-drag-title);background-color:#ffffff80;display:flex;justify-content:center;align-items:center;border:calc(.125 * var(--wy-size, 1rem)) dashed var(--wy-primary, var(--wy-primary-40, #006399));font-weight:var(--wy-font-weight-bold, bolder);z-index:10000;position:absolute;top:0;left:0;bottom:0;right:0}.wy-message-editor-top{background-color:var(--wy-component-background-color);color:var(--wy-component-color)}@supports (position: sticky){.wy-message-editor-top{position:sticky;top:0;z-index:1020}}.wy-message-editor-bottom{background-color:var(--wy-component-background-color);color:var(--wy-component-color)}@supports (position: sticky){.wy-message-editor-bottom{position:sticky;bottom:0;z-index:1020}}.wy-message-form .wy-spinner{display:none}.wy-message-form.wy-uploading .wy-spinner{display:block}.wy-message-form.wy-uploading [data-icon=plus]{display:none}.wy-message-form .wy-picker-list:not(:empty){border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-message-editor-inputs{display:flex;flex-direction:row;align-items:flex-end;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));min-height:calc(3.5 * var(--wy-size, 1rem));gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-message-editor-buttons{flex:1 0 auto}.wy-message-editor-text{flex:1 1 100%;display:flex;flex-direction:column}.wy-message-editor-mention,.wy-message-editor-link{background:#00f;color:#fff}.wy-message-editor .cm-editor,.wy-message-editor-grow:after,.wy-message-editor-grow>textarea,.wy-message-editor-textfield{flex:1 1 100%;max-height:11.25em;background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-input-filled-border-radius, var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem)))));border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-background, var(--wy-neutral-99, #fcfcff))}.wy-message-editor .cm-editor:focus,.wy-message-editor-grow:focus:after,.wy-message-editor-grow>textarea:focus,.wy-message-editor-textfield:focus{border-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-message-editor .cm-editor .cm-content,.wy-message-editor-textcontent{font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)), inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));min-height:calc(calc(2.5 * var(--wy-size, 1rem)) - var(--wy-input-border-width, var(--wy-border, 1px)));line-height:calc(1.5 * var(--wy-size, 1rem))}.wy-message-editor-grow{display:grid}.wy-message-editor-grow:after,.wy-message-editor-grow>textarea{grid-area:1/1/2/2}.wy-message-editor-grow:after{content:attr(data-replicated-value) \" \";white-space:pre-wrap;visibility:hidden}.wy-message-editor-grow>textarea{resize:none;overflow:hidden}.wy-message-editor .cm-scroller{font-family:unset;line-height:1.5}.wy-message-editor .cm-widgetBuffer{vertical-align:unset}.wy-message-editor .cm-placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-message-editor .cm-content{caret-color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e))}.wy-message-editor .cm-editor.cm-focused{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));outline:0}.wy-message-editor .cm-editor .cm-scroller{overflow:auto}.wy-message-editor .wy-is-invalid+[data-editor-target] .cm-editor,.wy-message-editor .wy-is-invalid .cm-editor{border-color:var(--wy-error, var(--wy-error-40, #ba1824))!important}.wy-message-editor .cm-tooltip.cm-tooltip-autocomplete>ul{font-family:unset;max-height:calc(15 * var(--wy-size, 1rem))}.wy-message-editor .cm-tooltip.cm-tooltip-autocomplete>ul>li{padding:0}.wy-message-editor .cm-tooltip{border:none;background-clip:padding-box;background-color:var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;z-index:1000}.wy-message-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:var(--wy-primary-container, var(--wy-primary-90, #cde5ff));color:unset}.wy-message-editor .cm-tooltip-autocomplete .cm-completionLabel{display:none}.wy-message-editor .cm-tooltip-autocomplete .wy-item-hover:hover,.wy-message-editor .cm-tooltip-autocomplete .wy-item-hover:focus{background:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}.wy-chat-conversation{overflow-anchor:none;display:flex;flex-direction:column;flex:1 0 min-content;height:100%;width:100%;min-height:0;min-width:0}.wy-truncated-text-and-icon{display:flex;align-items:center;gap:.25rem}.wy-truncated-text-and-icon :first-child{line-height:var(--wy-line-height, 1.5);flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wy-truncated-text-and-icon :last-child:not(:first-child){flex:0 0 auto;white-space:nowrap}.wy-filename{font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-filename .wy-truncated-text-and-icon{justify-content:center}.wy-files{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;container-type:inline-size}@supports (position: sticky){wy-files-appbar{position:sticky;top:0;z-index:1020}}.wy-table-files thead{text-align:left;display:none}@container (inline-size >= 576px){.wy-table-files thead{display:table-header-group}}.wy-table-files tr[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-table-files tr>:nth-child(2){width:100%}.wy-table-files tr>:nth-child(2) td{padding:0 var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))))}.wy-table-files tr>:nth-child(3){width:calc(7 * var(--wy-size, 1rem));display:none}@container (inline-size >= 768px){.wy-table-files tr>:nth-child(3){display:table-cell}}.wy-table-files tr>:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-table-files tr>:nth-child(4){width:calc(7.5 * var(--wy-size, 1rem));text-align:right;display:none}@container (inline-size >= 768px){.wy-table-files tr>:nth-child(4){display:table-cell}}.wy-table-files tr>:nth-child(4){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-table-files tr>:nth-child(5){width:calc(7 * var(--wy-size, 1rem));text-align:right;display:none}@container (inline-size >= 576px){.wy-table-files tr>:nth-child(5){display:table-cell}}.wy-table-files tr>:nth-child(5){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-sidebar{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background:var(--wy-component-background-color);color:var(--wy-component-color);min-width:0;min-height:0;flex-grow:0;flex-shrink:0;flex-basis:calc(18 * var(--wy-size, 1rem));z-index:10;display:flex;flex-direction:column;transition:flex-basis var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));position:relative;order:9999}.wy-sidebar>*{transition:opacity var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))) calc(var(--wy-transition-duration, .2s) - var(--wy-transition-duration-fast, .1s));min-width:calc(18 * var(--wy-size, 1rem))}.wy-sidebar[hidden]{display:flex!important;flex-basis:0}.wy-sidebar[hidden]>*{transition:opacity var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));opacity:0}@media (min-width: 768px){.wy-sidebar>*{min-width:calc(18 * var(--wy-size, 1rem))}.wy-sidebar .wy-sidebar-handle{display:none}}@media (max-width: 767.98px){.wy-sidebar{transition:flex-basis var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),margin-top var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));border-top-left-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-top-right-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));flex-basis:50vh}.wy-sidebar:not([hidden]){margin-top:calc(-1 * var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))))}.wy-sidebar:not([hidden]).wy-maximized{flex-basis:calc(100% - var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem))))) * .5);margin-top:calc(-50% + var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem))))) * 2.5 - var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))))}.wy-sidebar:not([hidden]).wy-maximized~* .wy-nav-prev,.wy-sidebar:not([hidden]).wy-maximized~* .wy-nav-next{display:none}.wy-sidebar>*{min-height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))))}}.wy-sidebar-handle{width:calc(4 * var(--wy-size, 1rem));background-clip:content-box;background-color:var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));height:calc(1 * var(--wy-size, 1rem));border:calc(.375 * var(--wy-size, 1rem)) solid transparent;position:absolute;top:0;z-index:2;left:50%;margin-left:calc(-2 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));cursor:pointer}.wy-table{table-layout:fixed;width:100%;vertical-align:top;border-collapse:collapse}.wy-table th,.wy-table td{background-color:var(--wy-component-background-color);padding:var(--wy-table-cell-padding-y, var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 -1px 0 0 inset;line-height:1;vertical-align:middle;height:calc(2.5 * var(--wy-size, 1rem))}.wy-table th:first-child,.wy-table td:first-child{padding-left:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-table th:last-child,.wy-table td:last-child{padding-right:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-table>tbody{vertical-align:inherit}.wy-table>thead{vertical-align:bottom}.wy-table .wy-table-cell-icon{vertical-align:middle;text-align:center;padding:calc(var(--wy-table-cell-padding-y, var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .5) var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));width:calc(calc(2.5 * var(--wy-size, 1rem)) + var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))) * 2);font-size:var(--wy-font-size, var(--wy-size, 1em));font-weight:var(--wy-font-weight, unset);text-transform:none;letter-spacing:normal}.wy-table .wy-table-cell-text{width:100%}.wy-table .wy-table-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-table-hover>tbody>tr:hover>*{--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-component-color);cursor:pointer}.wy-table-row-trashed th,.wy-table-row-trashed td{text-decoration:line-through}.wy-table-row-trashed th:not(:last-child)>*,.wy-table-row-trashed td:not(:last-child)>*{opacity:var(--wy-opacity-disabled, 38%)}.wy-table-row-trashed th>a,.wy-table-row-trashed td>a{color:var(--wy-component-color)}.wy-table-row-trashed:hover th,.wy-table-row-trashed:hover td{opacity:1}.wy-table-no-result{text-align:center;padding:calc(1 * var(--wy-size, 1rem))}.wy-table-sort-link{display:inline-flex;align-items:center;color:var(--wy-link, var(--wy-primary-40, #006399));cursor:pointer}.wy-posts{display:flex;flex-direction:column;gap:calc(1 * var(--wy-size, 1rem))}.wy-post{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;position:relative;--wy-component-border-radius: var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-radius:var(--wy-component-border-radius)}.wy-post[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-post .wy-image-grid{border-radius:0}.wy-post wy-comment-list{border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-post-body{display:flex;flex-direction:column;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-post-body:empty{display:none}.wy-post-footer{display:flex;align-items:center;justify-content:space-between;margin:0 calc(.75 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) calc(.75 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))}.wy-post-footer .wy-meta{margin-right:calc(.5 * var(--wy-size, 1rem))}.wy-post-comments:not(:empty){padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-post-dragging:after{content:attr(data-drag-title,\"Drop files here to upload.\");background-color:#ffffff80;display:flex;justify-content:center;align-items:center;border:calc(.125 * var(--wy-size, 1rem)) dashed var(--wy-primary, var(--wy-primary-40, #006399));font-weight:var(--wy-font-weight-bold, bolder);z-index:10000;position:absolute;top:0;left:0;bottom:0;right:0}.wy-poll{flex:1 1 100%;min-width:0;display:flex;flex-direction:column;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-poll-form{background:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-poll-form:empty{display:none}.wy-poll-option{overflow:hidden;position:relative;background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));border:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));min-height:calc(2.5 * var(--wy-size, 1rem));cursor:pointer}.wy-poll-option .wy-progress{position:absolute;top:0;left:0;bottom:0;background-color:var(--wy-surface-5, var(--wy-surface-5-light, #dce2ea))}.wy-poll-option>:not(.wy-progress){z-index:1}.wy-embed{display:flex;flex-direction:column;word-wrap:break-word;border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));clip-path:border-box;overflow:hidden}.wy-embed-photo a{display:flex}.wy-embed-photo img{width:100%;height:auto}.wy-embed-photo-sm a{padding:0 calc(1 * var(--wy-size, 1rem))}.wy-embed-photo-sm img{display:block;margin:0 auto;width:auto;max-width:100%;border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))}.wy-embed-video{position:relative;display:block;width:100%;padding:0;overflow:hidden}.wy-embed-video:before{display:block;content:\"\";padding-top:56.25%}.wy-embed-video iframe,.wy-embed-video embed,.wy-embed-video object,.wy-embed-video video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.wy-embed-caption{--wy-component-background-color: var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);padding:calc(.5 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem));position:relative}.wy-embed-link{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));text-transform:uppercase;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-embed-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.wy-embed-title{font-weight:var(--wy-headings-font-weight, var(--wy-font-weight-bold, bolder));margin-bottom:calc(.5 * var(--wy-size, 1rem))}.wy-embed-description{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-embed-preview a[target=_blank]{pointer-events:none}.wy-embed-preview .wy-embed{border:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));display:none}.wy-embed-preview .wy-embed:first-child{display:block}.wy-embed-preview .wy-embed-caption{border-bottom-left-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-bottom-right-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)))}.wy-embed-preview .wy-embed-actions{display:flex}.wy-embed-actions{display:none;justify-content:space-between;padding:calc(.5 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem))}.wy-embed-cycle{visibility:hidden}.wy-embed-show-cycle .wy-embed-cycle{visibility:visible}.wy-post-editor{padding:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));display:flex;flex-direction:column;gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-post-editor.wy-uploading .wy-icon-active-stack>:first-child{opacity:0}.wy-post-editor.wy-uploading .wy-icon-active-stack>:last-child{opacity:1}.wy-post-editor .wy-picker-list:not(:empty){margin-top:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-post-editor-inputs{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-post-editor-buttons{display:flex;flex-direction:row;align-items:flex-end;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));flex:1 0 auto}.wy-post-editor-text{flex:1 1 100%;display:flex;flex-direction:column}.wy-post-editor-mention,.wy-post-editor-link{background:#00f;color:#fff}.wy-post-editor .cm-editor,.wy-post-editor-grow:after,.wy-post-editor-grow>textarea,.wy-post-editor-textfield{flex:1 1 100%;max-height:11.25em;min-height:4em;background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));caret-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-post-editor .cm-editor:focus,.wy-post-editor-grow:focus:after,.wy-post-editor-grow>textarea:focus,.wy-post-editor-textfield:focus{border-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-post-editor .cm-editor .cm-content,.wy-post-editor-textcontent{font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)),inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-post-editor-grow{display:grid}.wy-post-editor-grow:after,.wy-post-editor-grow>textarea{grid-area:1/1/2/2}.wy-post-editor-grow:after{content:attr(data-replicated-value) \" \";white-space:pre-wrap;visibility:hidden}.wy-post-editor-grow>textarea{resize:none;overflow:hidden}.wy-post-editor .cm-scroller{font-family:unset;line-height:1.5}.wy-post-editor .cm-widgetBuffer{vertical-align:unset}.wy-post-editor .cm-placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-post-editor .cm-content{caret-color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e))}.wy-post-editor .cm-editor.cm-focused{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-primary, var(--wy-primary-40, #006399));outline:0}.wy-post-editor .cm-editor .cm-scroller{overflow:auto}.wy-post-editor .wy-is-invalid+[data-editor-target] .cm-editor,.wy-post-editor .wy-is-invalid .cm-editor{border-color:var(--wy-error, var(--wy-error-40, #ba1824))!important}.wy-post-editor .cm-tooltip.cm-tooltip-autocomplete>ul{font-family:unset;max-height:calc(15 * var(--wy-size, 1rem))}.wy-post-editor .cm-tooltip.cm-tooltip-autocomplete>ul>li{padding:0}.wy-post-editor .cm-tooltip{border:none;background-clip:padding-box;background-color:var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;z-index:1000}.wy-post-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:var(--wy-primary-container, var(--wy-primary-90, #cde5ff));color:unset}.wy-post-editor .cm-tooltip-autocomplete .cm-completionLabel{display:none}.wy-post-editor .cm-tooltip-autocomplete .wy-item-hover:hover,.wy-post-editor .cm-tooltip-autocomplete .wy-item-hover:focus{background:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}.wy-comments{display:flex;flex-direction:column;gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-comment{--wy-component-background-color: var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));--wy-component-border-radius: var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-radius:var(--wy-component-border-radius);background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));position:relative}.wy-comment[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-comment-body{flex:1 0 auto;z-index:1}.wy-comment-content{padding:0 var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));display:flex;flex-direction:column;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-comment-editor .wy-spinner{display:none}.wy-comment-editor.wy-uploading .wy-spinner{display:block}.wy-comment-editor.wy-uploading [data-icon=plus]{display:none}.wy-comment-editor .wy-picker-list:not(:empty){border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-comment-editor-bottom{position:sticky;bottom:0;z-index:999;background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-comment-editor-inputs{display:flex;flex-direction:row;align-items:flex-end;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));min-height:calc(3.5 * var(--wy-size, 1rem));gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-comment-editor-buttons{flex:1 0 auto}.wy-comment-editor-text{flex:1 1 100%;display:flex;flex-direction:column}.wy-comment-editor-mention,.wy-comment-editor-link{background:#00f;color:#fff}.wy-comment-editor .cm-editor,.wy-comment-editor-grow:after,.wy-comment-editor-grow>textarea,.wy-comment-editor-textfield{flex:1 1 100%;max-height:calc(11.25 * var(--wy-size, 1rem));background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));border-radius:calc(1.25 * var(--wy-size, 1rem));border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-comment-editor .cm-editor:focus,.wy-comment-editor-grow:focus:after,.wy-comment-editor-grow>textarea:focus,.wy-comment-editor-textfield:focus{border-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-comment-editor .cm-editor .cm-content,.wy-comment-editor-textcontent{font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)),inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-comment-editor-grow{display:grid}.wy-comment-editor-grow:after,.wy-comment-editor-grow>textarea{grid-area:1/1/2/2}.wy-comment-editor-grow:after{content:attr(data-replicated-value) \" \";white-space:pre-wrap;visibility:hidden}.wy-comment-editor-grow>textarea{resize:none;overflow:hidden}.wy-comment-editor{position:relative}.wy-comment-editor .cm-scroller{font-family:unset;line-height:1.5}.wy-comment-editor .cm-widgetBuffer{vertical-align:unset}.wy-comment-editor .cm-placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-comment-editor .cm-content{caret-color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e))}.wy-comment-editor .cm-editor.cm-focused{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-primary, var(--wy-primary-40, #006399));outline:0}.wy-comment-editor .cm-editor .cm-scroller{overflow:auto}.wy-comment-editor .wy-is-invalid+.cm-editor,.wy-comment-editor .wy-is-invalid .cm-editor{border-color:var(--wy-error, var(--wy-error-40, #ba1824))!important}.wy-comment-editor .cm-tooltip.cm-tooltip-autocomplete>ul{font-family:unset;max-height:calc(15 * var(--wy-size, 1rem))}.wy-comment-editor .cm-tooltip.cm-tooltip-autocomplete>ul>li{padding:0}.wy-comment-editor .cm-tooltip{border:none;background-clip:padding-box;background-color:var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;z-index:1000}.wy-comment-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:var(--wy-primary-container, var(--wy-primary-90, #cde5ff));color:unset}.wy-comment-editor .cm-tooltip-autocomplete .cm-completionLabel{display:none}.wy-comment-editor .cm-tooltip-autocomplete .wy-item-hover:hover,.wy-comment-editor .cm-tooltip-autocomplete .wy-item-hover:focus{background:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}.wy-badge{display:inline-block;padding:.35em .65em;font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));font-weight:var(--wy-font-weight-bold, bolder);line-height:1;color:var(--wy-on-primary, var(--wy-white, #ffffff));text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));background-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-badge:empty{display:none}.wy-button-badge{position:absolute;right:0;top:0;margin:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .5);padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));min-width:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));max-width:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) * 3 + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) * 2);height:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));line-height:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) - var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));display:block;text-align:center}.wy-button-badge{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-button-badge:empty{display:none}.wy-button-dot{position:absolute;right:0;top:0;content-visibility:hidden;padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));margin:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));line-height:0;min-width:0;height:0}.wy-button-dot:empty{display:none}[part~=wy-tabs]{display:flex;overflow-y:hidden;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}[part~=wy-tabs]{overflow-x:auto;max-width:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}[part~=wy-tabs]{scrollbar-width:thin;scrollbar-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) transparent}[part~=wy-tabs]::-webkit-scrollbar{height:.375rem;width:.375rem;background:transparent;z-index:999}[part~=wy-tabs]::-webkit-scrollbar-track{background:transparent}[part~=wy-tabs]::-webkit-scrollbar-thumb{background-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));opacity:75%;border:0 solid transparent;border-radius:0;background-clip:padding-box}[part~=wy-tabs]::-webkit-scrollbar-thumb:hover{background-color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));opacity:75%}[part~=wy-tabs]::-webkit-scrollbar-thumb:window-inactive{background-color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));opacity:50%}[part~=wy-tab]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399));--wy-component-background-color: transparent;color:var(--wy-component-color);background:var(--wy-component-background-color);border:none;border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));position:relative;text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none}[part~=wy-tab] .wy-tab-icon{position:relative;padding:calc(.25 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem));border-radius:var(--wy-button-border-radius, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));display:inline-flex}[part~=wy-tab] .wy-tab-icon:before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;background:var(--wy-component-color);opacity:0%}[part~=wy-tab]:hover .wy-tab-icon:before{opacity:8%}[part~=wy-tab]:focus .wy-tab-icon:before,[part~=wy-tab]:active .wy-tab-icon:before,[part~=wy-tab].wy-active .wy-tab-icon:before{opacity:12%}[part~=wy-tab] .wy-tab-label{font-family:var(--wy-button-font-family, var(--wy-font-family, unset)),inherit;line-height:var(--wy-button-line-height, var(--wy-line-height, 1.5));font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));font-weight:var(--wy-font-weight, unset)}[part~=wy-button-state-layer][part~=wy-button-sm][part~=wy-tab-sm]{padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .5);margin:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) auto;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)));height:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625)}[part~=wy-button-state-layer][part~=wy-button-sm][part~=wy-tab-sm]:before{margin:calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * -.25) calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * 0)}.wy-conversations{position:relative}.wy-conversation{display:flex;position:relative}.wy-conversation .wy-item-title{font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset));font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em))}.wy-conversation.wy-unread .wy-item-title{font-weight:var(--wy-font-weight-bold, bolder)}.wy-conversation.wy-unread .wy-item-text,.wy-conversation.wy-unread .wy-meta{color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));font-weight:var(--wy-font-weight-bold, bolder)}.wy-conversation .wy-item-text .wy-typing-show{font-weight:var(--wy-font-weight, unset)}.wy-conversation .wy-item-text .wy-typing-show{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}`;var KY=Object.defineProperty,JY=Object.getOwnPropertyDescriptor,yi=y((o,t,i,n)=>{for(var r=n>1?void 0:n?JY(t,i):t,a=o.length-1,s;a>=0;a--)(s=o[a])&&(r=(n?s(t,i,r):s(r))||r);return n&&r&&KY(t,i,r),r},"__decorateClass$1a");function Y3(o){return o!=null&&o!==!1}u(Y3,"Tp");y(Y3,"acceptedValue");var b5,Gf;let Ke=(b5=(Gf=class extends vt{constructor(){super(),this.provider=!1,this.childElementCount&&(this.provider=!0),this.weavy??(this.weavy=new C1({host:this.provider?this:void 0}))}get version(){return C1.version}get sourceName(){return C1.sourceName}willUpdate(t){if(super.willUpdate(t),this.weavy){const i={};Array.from(t.keys()).forEach(n=>{n!=="weavy"&&(Y3(this[n])||Y3(t.get(n)))&&Object.assign(i,{[n]:this[n]})}),Object.assign(this.weavy,i)}}render(){return S` <slot></slot> `}},u(Gf,"Jo"),Gf),y(b5,"WyContext"),b5);Ke.styles=[Ft,wr,Dt`
|
|
35
|
+
Add a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.`+Ue(M))}Ni!==Fk&&(Ni=I8),I=W0(I,M),At=E;do{switch(At.tag){case 3:J=I,At.effectTag|=4096,At.expirationTime=h;var $t=Nk(At,J,h);ok(At,$t);break t;case 1:J=I;var _t=At.type,Gt=At.stateNode;if(!(At.effectTag&64)&&(typeof _t.getDerivedStateFromError=="function"||Gt!==null&&typeof Gt.componentDidCatch=="function"&&(Qs===null||!Qs.has(Gt)))){At.effectTag|=4096,At.expirationTime=h;var Qe=qk(At,J,h);ok(At,Qe);break t}}At=At.return}while(At!==null)}me=n$(me)}catch(ai){h=ai;continue}break}while(!0)}u(Jk,"ds"),P(Jk,"Hj");function t$(){var l=N0.current;return N0.current=M0,l===null?M0:l}u(t$,"ps"),P(t$,"Fj");function e$(l,h){l<Qa&&2<l&&(Qa=l),h!==null&&l<yw&&2<l&&(yw=l,X0=h)}u(e$,"ms"),P(e$,"Ag");function kw(l){l>gw&&(gw=l)}u(kw,"Br"),P(kw,"Bg");function V8(){for(;me!==null;)me=i$(me)}u(V8,"qa"),P(V8,"Kj");function U8(){for(;me!==null&&!mq();)me=i$(me)}u(U8,"ba"),P(U8,"Gj");function i$(l){var h=B8(l.alternate,l,Un);return l.memoizedProps=l.pendingProps,h===null&&(h=n$(l)),L8.current=null,h}u(i$,"hs"),P(i$,"Qj");function n$(l){me=l;do{var h=me.alternate;if(l=me.return,me.effectTag&2048){if(h=M8(me),h!==null)return h.effectTag&=2047,h;l!==null&&(l.firstEffect=l.lastEffect=null,l.effectTag|=2048)}else{if(h=R8(h,me,Un),Un===1||me.childExpirationTime!==1){for(var f=0,w=me.child;w!==null;){var k=w.expirationTime,E=w.childExpirationTime;k>f&&(f=k),E>f&&(f=E),w=w.sibling}me.childExpirationTime=f}if(h!==null)return h;l!==null&&!(l.effectTag&2048)&&(l.firstEffect===null&&(l.firstEffect=me.firstEffect),me.lastEffect!==null&&(l.lastEffect!==null&&(l.lastEffect.nextEffect=me.firstEffect),l.lastEffect=me.lastEffect),1<me.effectTag&&(l.lastEffect!==null?l.lastEffect.nextEffect=me:l.firstEffect=me,l.lastEffect=me))}if(h=me.sibling,h!==null)return h;me=l}while(me!==null);return Ni===fc&&(Ni=Fk),null}u(n$,"vs"),P(n$,"Pj");function tb(l){var h=l.expirationTime;return l=l.childExpirationTime,h>l?h:l}u(tb,"Si"),P(tb,"Ij");function As(l){var h=ew();return Pa(99,Z8.bind(null,l,h)),null}u(As,"$t"),P(As,"Jj");function Z8(l,h){do yc();while(ww!==null);if((se&(Ho|_r))!==Zi)throw Error(n(327));var f=l.finishedWork,w=l.finishedExpirationTime;if(f===null)return null;if(l.finishedWork=null,l.finishedExpirationTime=0,f===l.current)throw Error(n(177));l.callbackNode=null,l.callbackExpirationTime=0,l.callbackPriority=90,l.nextKnownPendingLevel=0;var k=tb(f);if(l.firstPendingTime=k,w<=l.lastSuspendedTime?l.firstSuspendedTime=l.lastSuspendedTime=l.nextKnownPendingLevel=0:w<=l.firstSuspendedTime&&(l.firstSuspendedTime=w-1),w<=l.lastPingedTime&&(l.lastPingedTime=0),w<=l.lastExpiredTime&&(l.lastExpiredTime=0),l===oo&&(me=oo=null,Un=0),1<f.effectTag?f.lastEffect!==null?(f.lastEffect.nextEffect=f,k=f.firstEffect):k=f:k=f.firstEffect,k!==null){var E=se;se|=_r,L8.current=null,$x=Hv;var M=Ox();if(t0(M)){if("selectionStart"in M)var I={start:M.selectionStart,end:M.selectionEnd};else t:{I=(I=M.ownerDocument)&&I.defaultView||window;var J=I.getSelection&&I.getSelection();if(J&&J.rangeCount!==0){I=J.anchorNode;var tt=J.anchorOffset,Pt=J.focusNode;J=J.focusOffset;try{I.nodeType,Pt.nodeType}catch{I=null;break t}var At=0,ke=-1,Re=-1,ro=0,qi=0,G=M,H=null;e:for(;;){for(var it;G!==I||tt!==0&&G.nodeType!==3||(ke=At+tt),G!==Pt||J!==0&&G.nodeType!==3||(Re=At+J),G.nodeType===3&&(At+=G.nodeValue.length),(it=G.firstChild)!==null;)H=G,G=it;for(;;){if(G===M)break e;if(H===I&&++ro===tt&&(ke=At),H===Pt&&++qi===J&&(Re=At),(it=G.nextSibling)!==null)break;G=H,H=G.parentNode}G=it}I=ke===-1||Re===-1?null:{start:ke,end:Re}}else I=null}I=I||{start:0,end:0}}else I=null;Sx={activeElementDetached:null,focusedElem:M,selectionRange:I},Hv=!1,Nt=k;do try{N8()}catch(Oe){if(Nt===null)throw Error(n(330));zs(Nt,Oe),Nt=Nt.nextEffect}while(Nt!==null);Nt=k;do try{for(M=l,I=h;Nt!==null;){var mt=Nt.effectTag;if(mt&16&&Vt(Nt.stateNode,""),mt&128){var $t=Nt.alternate;if($t!==null){var _t=$t.ref;_t!==null&&(typeof _t=="function"?_t(null):_t.current=null)}}switch(mt&1038){case 2:Vk(Nt),Nt.effectTag&=-3;break;case 6:Vk(Nt),Nt.effectTag&=-3,Z0(Nt.alternate,Nt);break;case 1024:Nt.effectTag&=-1025;break;case 1028:Nt.effectTag&=-1025,Z0(Nt.alternate,Nt);break;case 4:Z0(Nt.alternate,Nt);break;case 8:tt=Nt,Uk(M,tt,I),Wk(tt)}Nt=Nt.nextEffect}}catch(Oe){if(Nt===null)throw Error(n(330));zs(Nt,Oe),Nt=Nt.nextEffect}while(Nt!==null);if(_t=Sx,$t=Ox(),mt=_t.focusedElem,I=_t.selectionRange,$t!==mt&&mt&&mt.ownerDocument&&bx(mt.ownerDocument.documentElement,mt)){for(I!==null&&t0(mt)&&($t=I.start,_t=I.end,_t===void 0&&(_t=$t),"selectionStart"in mt?(mt.selectionStart=$t,mt.selectionEnd=Math.min(_t,mt.value.length)):(_t=($t=mt.ownerDocument||document)&&$t.defaultView||window,_t.getSelection&&(_t=_t.getSelection(),tt=mt.textContent.length,M=Math.min(I.start,tt),I=I.end===void 0?M:Math.min(I.end,tt),!_t.extend&&M>I&&(tt=I,I=M,M=tt),tt=vx(mt,M),Pt=vx(mt,I),tt&&Pt&&(_t.rangeCount!==1||_t.anchorNode!==tt.node||_t.anchorOffset!==tt.offset||_t.focusNode!==Pt.node||_t.focusOffset!==Pt.offset)&&($t=$t.createRange(),$t.setStart(tt.node,tt.offset),_t.removeAllRanges(),M>I?(_t.addRange($t),_t.extend(Pt.node,Pt.offset)):($t.setEnd(Pt.node,Pt.offset),_t.addRange($t)))))),$t=[],_t=mt;_t=_t.parentNode;)_t.nodeType===1&&$t.push({element:_t,left:_t.scrollLeft,top:_t.scrollTop});for(typeof mt.focus=="function"&&mt.focus(),mt=0;mt<$t.length;mt++)_t=$t[mt],_t.element.scrollLeft=_t.left,_t.element.scrollTop=_t.top}Hv=!!$x,Sx=$x=null,l.current=f,Nt=k;do try{for(mt=l;Nt!==null;){var Gt=Nt.effectTag;if(Gt&36&&_8(mt,Nt.alternate,Nt),Gt&128){$t=void 0;var Qe=Nt.ref;if(Qe!==null){var ai=Nt.stateNode;switch(Nt.tag){case 5:$t=ai;break;default:$t=ai}typeof Qe=="function"?Qe($t):Qe.current=$t}}Nt=Nt.nextEffect}}catch(Oe){if(Nt===null)throw Error(n(330));zs(Nt,Oe),Nt=Nt.nextEffect}while(Nt!==null);Nt=null,yq(),se=E}else l.current=f;if(G0)G0=!1,ww=l,vw=h;else for(Nt=k;Nt!==null;)h=Nt.nextEffect,Nt.nextEffect=null,Nt=h;if(h=l.firstPendingTime,h===0&&(Qs=null),h===1073741823?l===Hk?bw++:(bw=0,Hk=l):bw=0,typeof r$=="function"&&r$(f.stateNode,w),Zn(l),Y0)throw Y0=!1,l=Xk,Xk=null,l;return(se&jk)!==Zi||Xo(),null}u(Z8,"ef"),P(Z8,"Sj");function N8(){for(;Nt!==null;){var l=Nt.effectTag;l&256&&z8(Nt.alternate,Nt),!(l&512)||G0||(G0=!0,tk(97,function(){return yc(),null})),Nt=Nt.nextEffect}}u(N8,"tf"),P(N8,"Tj");function yc(){if(vw!==90){var l=97<vw?97:vw;return vw=90,Pa(l,q8)}}u(yc,"cn"),P(yc,"Dj");function q8(){if(ww===null)return!1;var l=ww;if(ww=null,(se&(Ho|_r))!==Zi)throw Error(n(331));var h=se;for(se|=_r,l=l.current.firstEffect;l!==null;){try{var f=l;if(f.effectTag&512)switch(f.tag){case 0:case 11:case 15:case 22:_k(5,f),Lk(5,f)}}catch(w){if(l===null)throw Error(n(330));zs(l,w)}f=l.nextEffect,l.nextEffect=null,l=f}return se=h,Xo(),!0}u(q8,"nf"),P(q8,"Vj");function o$(l,h,f){h=W0(f,h),h=Nk(l,h,1073741823),Ta(l,h),l=Ow(l,1073741823),l!==null&&Zn(l)}u(o$,"ys"),P(o$,"Wj");function zs(l,h){if(l.tag===3)o$(l,l,h);else for(var f=l.return;f!==null;){if(f.tag===3){o$(f,l,h);break}else if(f.tag===1){var w=f.stateNode;if(typeof f.type.getDerivedStateFromError=="function"||typeof w.componentDidCatch=="function"&&(Qs===null||!Qs.has(w))){l=W0(h,l),l=qk(f,l,1073741823),Ta(f,l),f=Ow(f,1073741823),f!==null&&Zn(f);break}}f=f.return}}u(zs,"Kt"),P(zs,"Ei");function j8(l,h,f){var w=l.pingCache;w!==null&&w.delete(h),oo===l&&Un===f?Ni===F0||Ni===j0&&Qa===1073741823&&So()-Bk<W8?Ms(l,Un):H0=!0:s$(l,f)&&(h=l.lastPingedTime,h!==0&&h<f||(l.lastPingedTime=f,Zn(l)))}u(j8,"rf"),P(j8,"Oj");function F8(l,h){var f=l.stateNode;f!==null&&f.delete(h),h=0,h===0&&(h=Yo(),h=Rs(h,l,null)),l=Ow(l,h),l!==null&&Zn(l)}u(F8,"lf"),P(F8,"Vi");var B8;B8=P(function(l,h,f){var w=h.expirationTime;if(l!==null){var k=h.pendingProps;if(l.memoizedProps!==k||Wn.current)Ar=!0;else{if(w<f){switch(Ar=!1,h.tag){case 3:Tk(h),z0();break;case 5:if(hk(h),h.mode&4&&f!==1&&k.hidden)return h.expirationTime=h.childExpirationTime=1,null;break;case 1:On(h.type)&&tw(h);break;case 4:v0(h,h.stateNode.containerInfo);break;case 10:w=h.memoizedProps.value,k=h.type._context,hi(c0,k._currentValue),k._currentValue=w;break;case 13:if(h.memoizedState!==null)return w=h.child.childExpirationTime,w!==0&&w>=f?Qk(l,h,f):(hi(ui,ui.current&1),h=zr(l,h,f),h!==null?h.sibling:null);hi(ui,ui.current&1);break;case 19:if(w=h.childExpirationTime>=f,l.effectTag&64){if(w)return Mk(l,h,f);h.effectTag|=64}if(k=h.memoizedState,k!==null&&(k.rendering=null,k.tail=null),hi(ui,ui.current),!w)return null}return zr(l,h,f)}Ar=!1}}else Ar=!1;switch(h.expirationTime=0,h.tag){case 2:if(w=h.type,l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),l=h.pendingProps,k=lc(h,hn.current),cc(h,f),k=S0(null,h,w,l,k,f),h.effectTag|=1,typeof k=="object"&&k!==null&&typeof k.render=="function"&&k.$$typeof===void 0){if(h.tag=1,h.memoizedState=null,h.updateQueue=null,On(w)){var E=!0;tw(h)}else E=!1;h.memoizedState=k.state!==null&&k.state!==void 0?k.state:null,f0(h);var M=w.getDerivedStateFromProps;typeof M=="function"&&ow(h,w,M,l),k.updater=y0,h.stateNode=k,k._reactInternalFiber=h,g0(h,w,l,f),h=L0(null,h,w,!0,E,f)}else h.tag=0,Vn(null,h,k,f),h=h.child;return h;case 16:t:{if(k=h.elementType,l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),l=h.pendingProps,Jl(k),k._status!==1)throw k._result;switch(k=k._result,h.type=k,E=h.tag=Y8(k),l=Po(k,l),E){case 0:h=_0(null,h,k,l,f);break t;case 1:h=Ck(null,h,k,l,f);break t;case 11:h=kk(null,h,k,l,f);break t;case 14:h=$k(null,h,k,Po(k.type,l),w,f);break t}throw Error(n(306,k,""))}return h;case 0:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),_0(l,h,w,k,f);case 1:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),Ck(l,h,w,k,f);case 3:if(Tk(h),w=h.updateQueue,l===null||w===null)throw Error(n(282));if(w=h.pendingProps,k=h.memoizedState,k=k!==null?k.element:null,m0(l,h),wh(h,w,null,f),w=h.memoizedState.element,w===k)z0(),h=zr(l,h,f);else{if((k=h.stateNode.hydrate)&&(Es=oc(h.stateNode.containerInfo.firstChild),Ea=h,k=pc=!0),k)for(f=dk(h,null,w,f),h.child=f;f;)f.effectTag=f.effectTag&-3|1024,f=f.sibling;else Vn(l,h,w,f),z0();h=h.child}return h;case 5:return hk(h),l===null&&A0(h),w=h.type,k=h.pendingProps,E=l!==null?l.memoizedProps:null,M=k.children,e0(w,k)?M=null:E!==null&&e0(w,E)&&(h.effectTag|=16),Pk(l,h),h.mode&4&&f!==1&&k.hidden?(h.expirationTime=h.childExpirationTime=1,h=null):(Vn(l,h,M,f),h=h.child),h;case 6:return l===null&&A0(h),null;case 13:return Qk(l,h,f);case 4:return v0(h,h.stateNode.containerInfo),w=h.pendingProps,l===null?h.child=bh(h,null,w,f):Vn(l,h,w,f),h.child;case 11:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),kk(l,h,w,k,f);case 7:return Vn(l,h,h.pendingProps,f),h.child;case 8:return Vn(l,h,h.pendingProps.children,f),h.child;case 12:return Vn(l,h,h.pendingProps.children,f),h.child;case 10:t:{w=h.type._context,k=h.pendingProps,M=h.memoizedProps,E=k.value;var I=h.type._context;if(hi(c0,I._currentValue),I._currentValue=E,M!==null)if(I=M.value,E=ac(I,E)?0:(typeof w._calculateChangedBits=="function"?w._calculateChangedBits(I,E):1073741823)|0,E===0){if(M.children===k.children&&!Wn.current){h=zr(l,h,f);break t}}else for(I=h.child,I!==null&&(I.return=h);I!==null;){var J=I.dependencies;if(J!==null){M=I.child;for(var tt=J.firstContext;tt!==null;){if(tt.context===w&&tt.observedBits&E){I.tag===1&&(tt=Ca(f,null),tt.tag=2,Ta(I,tt)),I.expirationTime<f&&(I.expirationTime=f),tt=I.alternate,tt!==null&&tt.expirationTime<f&&(tt.expirationTime=f),nk(I.return,f),J.expirationTime<f&&(J.expirationTime=f);break}tt=tt.next}}else M=I.tag===10&&I.type===h.type?null:I.child;if(M!==null)M.return=I;else for(M=I;M!==null;){if(M===h){M=null;break}if(I=M.sibling,I!==null){I.return=M.return,M=I;break}M=M.return}I=M}Vn(l,h,k.children,f),h=h.child}return h;case 9:return k=h.type,E=h.pendingProps,w=E.children,cc(h,f),k=no(k,E.unstable_observedBits),w=w(k),h.effectTag|=1,Vn(l,h,w,f),h.child;case 14:return k=h.type,E=Po(k,h.pendingProps),E=Po(k.type,E),$k(l,h,k,E,w,f);case 15:return Sk(l,h,h.type,h.pendingProps,w,f);case 17:return w=h.type,k=h.pendingProps,k=h.elementType===w?k:Po(w,k),l!==null&&(l.alternate=null,h.alternate=null,h.effectTag|=2),h.tag=1,On(w)?(l=!0,tw(h)):l=!1,cc(h,f),sk(h,w,k),g0(h,w,k,f),L0(null,h,w,!0,l,f);case 19:return Mk(l,h,f)}throw Error(n(156,h.tag))},"Rj");var r$=null,a$=null;function X8(l){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var h=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(h.isDisabled||!h.supportsFiber)return!0;try{var f=h.inject(l);r$=P(function(w){try{h.onCommitFiberRoot(f,w,void 0,(w.current.effectTag&64)===64)}catch{}},"Uj"),a$=P(function(w){try{h.onCommitFiberUnmount(f,w)}catch{}},"Li")}catch{}return!0}u(X8,"of"),P(X8,"Yj");function H8(l,h,f,w){this.tag=l,this.key=f,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=h,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=w,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}u(H8,"uf"),P(H8,"Zj");function Go(l,h,f,w){return new H8(l,h,f,w)}u(Go,"be"),P(Go,"Sh");function eb(l){return l=l.prototype,!(!l||!l.isReactComponent)}u(eb,"Pi"),P(eb,"bi");function Y8(l){if(typeof l=="function")return eb(l)?1:0;if(l!=null){if(l=l.$$typeof,l===Zo)return 11;if(l===fs)return 14}return 2}u(Y8,"sf"),P(Y8,"Xj");function _s(l,h){var f=l.alternate;return f===null?(f=Go(l.tag,h,l.key,l.mode),f.elementType=l.elementType,f.type=l.type,f.stateNode=l.stateNode,f.alternate=l,l.alternate=f):(f.pendingProps=h,f.effectTag=0,f.nextEffect=null,f.firstEffect=null,f.lastEffect=null),f.childExpirationTime=l.childExpirationTime,f.expirationTime=l.expirationTime,f.child=l.child,f.memoizedProps=l.memoizedProps,f.memoizedState=l.memoizedState,f.updateQueue=l.updateQueue,h=l.dependencies,f.dependencies=h===null?null:{expirationTime:h.expirationTime,firstContext:h.firstContext,responders:h.responders},f.sibling=l.sibling,f.index=l.index,f.ref=l.ref,f}u(_s,"Bt"),P(_s,"Sg");function $w(l,h,f,w,k,E){var M=2;if(w=l,typeof l=="function")eb(l)&&(M=1);else if(typeof l=="string")M=5;else t:switch(l){case $e:return Ma(f.children,k,E,h);case Yl:M=8,k|=7;break;case ua:M=8,k|=1;break;case pa:return l=Go(12,f,h,k|8),l.elementType=pa,l.type=pa,l.expirationTime=E,l;case fa:return l=Go(13,f,h,k),l.type=fa,l.elementType=fa,l.expirationTime=E,l;case ma:return l=Go(19,f,h,k),l.elementType=ma,l.expirationTime=E,l;default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case Xl:M=10;break t;case Hl:M=9;break t;case Zo:M=11;break t;case fs:M=14;break t;case ya:M=16,w=null;break t;case Gl:M=22;break t}throw Error(n(130,l==null?l:typeof l,""))}return h=Go(M,f,h,k),h.elementType=l,h.type=w,h.expirationTime=E,h}u($w,"Yr"),P($w,"Ug");function Ma(l,h,f,w){return l=Go(7,l,w,h),l.expirationTime=f,l}u(Ma,"Nt"),P(Ma,"Wg");function ib(l,h,f){return l=Go(6,l,null,h),l.expirationTime=f,l}u(ib,"Ni"),P(ib,"Tg");function nb(l,h,f){return h=Go(4,l.children!==null?l.children:[],l.key,h),h.expirationTime=f,h.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},h}u(nb,"Oi"),P(nb,"Vg");function G8(l,h,f){this.tag=h,this.current=null,this.containerInfo=l,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=f,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}u(G8,"af"),P(G8,"ak");function s$(l,h){var f=l.firstSuspendedTime;return l=l.lastSuspendedTime,f!==0&&f>=h&&l<=h}u(s$,"ws"),P(s$,"Aj");function Ls(l,h){var f=l.firstSuspendedTime,w=l.lastSuspendedTime;f<h&&(l.firstSuspendedTime=h),(w>h||f===0)&&(l.lastSuspendedTime=h),h<=l.lastPingedTime&&(l.lastPingedTime=0),h<=l.lastExpiredTime&&(l.lastExpiredTime=0)}u(Ls,"Yt"),P(Ls,"xi");function l$(l,h){h>l.firstPendingTime&&(l.firstPendingTime=h);var f=l.firstSuspendedTime;f!==0&&(h>=f?l.firstSuspendedTime=l.lastSuspendedTime=l.nextKnownPendingLevel=0:h>=l.lastSuspendedTime&&(l.lastSuspendedTime=h+1),h>l.nextKnownPendingLevel&&(l.nextKnownPendingLevel=h))}u(l$,"Es"),P(l$,"yi");function ob(l,h){var f=l.lastExpiredTime;(f===0||f>h)&&(l.lastExpiredTime=h)}u(ob,"Ri"),P(ob,"Cj");function Sw(l,h,f,w){var k=h.current,E=Yo(),M=nw.suspense;E=Rs(E,k,M);t:if(f){f=f._reactInternalFiber;e:{if(Ji(f)!==f||f.tag!==1)throw Error(n(170));var I=f;do{switch(I.tag){case 3:I=I.stateNode.context;break e;case 1:if(On(I.type)){I=I.stateNode.__reactInternalMemoizedMergedChildContext;break e}}I=I.return}while(I!==null);throw Error(n(171))}if(f.tag===1){var J=f.type;if(On(J)){f=Xx(f,J,I);break t}}f=I}else f=$s;return h.context===null?h.context=f:h.pendingContext=f,h=Ca(E,M),h.payload={element:l},w=w===void 0?null:w,w!==null&&(h.callback=w),Ta(k,h),Ra(k,E),E}u(Sw,"Xr"),P(Sw,"bk");function rb(l){if(l=l.current,!l.child)return null;switch(l.child.tag){case 5:return l.child.stateNode;default:return l.child.stateNode}}u(rb,"zi"),P(rb,"ck");function c$(l,h){l=l.memoizedState,l!==null&&l.dehydrated!==null&&l.retryTime<h&&(l.retryTime=h)}u(c$,"Ts"),P(c$,"dk");function ab(l,h){c$(l,h),(l=l.alternate)&&c$(l,h)}u(ab,"Mi"),P(ab,"ek");function sb(l,h,f){f=f!=null&&f.hydrate===!0;var w=new G8(l,h,f),k=Go(3,null,null,h===2?7:h===1?3:0);w.current=k,k.stateNode=w,f0(k),l[Ug]=w.current,f&&h!==0&&De(l,l.nodeType===9?l:l.ownerDocument),this._internalRoot=w}u(sb,"Ii"),P(sb,"fk"),sb.prototype.render=function(l){Sw(l,this._internalRoot,null,null)},sb.prototype.unmount=function(){var l=this._internalRoot,h=l.containerInfo;Sw(null,l,null,function(){h[Ug]=null})};function Oh(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11&&(l.nodeType!==8||l.nodeValue!==" react-mount-point-unstable "))}u(Oh,"Kn"),P(Oh,"gk");function K8(l,h){if(h||(h=l?l.nodeType===9?l.documentElement:l.firstChild:null,h=!(!h||h.nodeType!==1||!h.hasAttribute("data-reactroot"))),!h)for(var f;f=l.lastChild;)l.removeChild(f);return new sb(l,0,h?{hydrate:!0}:void 0)}u(K8,"ff"),P(K8,"hk");function Pw(l,h,f,w,k){var E=f._reactRootContainer;if(E){var M=E._internalRoot;if(typeof k=="function"){var I=k;k=P(function(){var tt=rb(M);I.call(tt)},"e")}Sw(h,M,l,k)}else{if(E=f._reactRootContainer=K8(f,w),M=E._internalRoot,typeof k=="function"){var J=k;k=P(function(){var tt=rb(M);J.call(tt)},"e")}Kk(function(){Sw(h,M,l,k)})}return rb(M)}u(Pw,"Gr"),P(Pw,"ik");function J8(l,h,f){var w=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Xt,key:w==null?null:""+w,children:l,containerInfo:h,implementation:f}}u(J8,"cf"),P(J8,"jk"),xa=P(function(l){if(l.tag===13){var h=iw(Yo(),150,100);Ra(l,h),ab(l,h)}},"wc"),Er=P(function(l){l.tag===13&&(Ra(l,3),ab(l,3))},"xc"),ka=P(function(l){if(l.tag===13){var h=Yo();h=Rs(h,l,null),Ra(l,h),ab(l,h)}},"yc"),yt=P(function(l,h,f){switch(h){case"input":if(ga(l,f),h=f.name,f.type==="radio"&&h!=null){for(f=l;f.parentNode;)f=f.parentNode;for(f=f.querySelectorAll("input[name="+JSON.stringify(""+h)+'][type="radio"]'),h=0;h<f.length;h++){var w=f[h];if(w!==l&&w.form===l.form){var k=n0(w);if(!k)throw Error(n(90));kr(w),ga(w,k)}}}break;case"textarea":bs(l,f);break;case"select":h=f.value,h!=null&&bo(l,!!f.multiple,h,!1)}},"za"),It=Gk,ne=P(function(l,h,f,w,k){var E=se;se|=4;try{return Pa(98,l.bind(null,h,f,w,k))}finally{se=E,se===Zi&&Xo()}},"Ga"),Ht=P(function(){(se&(1|Ho|_r))===Zi&&(D8(),yc())},"Ha"),ve=P(function(l,h){var f=se;se|=2;try{return l(h)}finally{se=f,se===Zi&&Xo()}},"Ia");function d$(l,h){var f=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Oh(h))throw Error(n(200));return J8(l,h,null,f)}u(d$,"ks"),P(d$,"kk");var $q={Events:[uh,xs,n0,X,D,rc,function(l){qo(l,Y7)},dt,Ut,Wg,ko,yc,{current:!1}]};return function(l){var h=l.findFiberByHostInstance;return X8(t({},l,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:_i.ReactCurrentDispatcher,findHostInstanceByFiber:P(function(f){return f=$r(f),f===null?null:f.stateNode},"findHostInstanceByFiber"),findFiberByHostInstance:P(function(f){return h?h(f):null},"findFiberByHostInstance"),findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))}({findFiberByHostInstance:hh,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}),lo.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=$q,lo.createPortal=d$,lo.findDOMNode=function(l){if(l==null)return null;if(l.nodeType===1)return l;var h=l._reactInternalFiber;if(h===void 0)throw typeof l.render=="function"?Error(n(188)):Error(n(268,Object.keys(l)));return l=$r(h),l=l===null?null:l.stateNode,l},lo.flushSync=function(l,h){if((se&(Ho|_r))!==Zi)throw Error(n(187));var f=se;se|=1;try{return Pa(99,l.bind(null,h))}finally{se=f,Xo()}},lo.hydrate=function(l,h,f){if(!Oh(h))throw Error(n(200));return Pw(null,l,h,!0,f)},lo.render=function(l,h,f){if(!Oh(h))throw Error(n(200));return Pw(null,l,h,!1,f)},lo.unmountComponentAtNode=function(l){if(!Oh(l))throw Error(n(40));return l._reactRootContainer?(Kk(function(){Pw(null,null,l,!1,function(){l._reactRootContainer=null,l[Ug]=null})}),!0):!1},lo.unstable_batchedUpdates=Gk,lo.unstable_createPortal=function(l,h){return d$(l,h,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},lo.unstable_renderSubtreeIntoContainer=function(l,h,f,w){if(!Oh(f))throw Error(n(200));if(l==null||l._reactInternalFiber===void 0)throw Error(n(38));return Pw(l,h,f,!1,w)},lo.version="16.14.0",lo}u(yW,"wf$1");P(yW,"requireReactDom_production_min");var D6;function dY(){if(D6)return X$.exports;D6=1;function o(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(o)}catch(t){console.error(t)}}return u(o,"C"),P(o,"checkDCE"),o(),X$.exports=yW(),X$.exports}u(dY,"xf$1");P(dY,"requireReactDom");var hY=Object.defineProperty,gW=u(o=>{throw TypeError(o)},"wp"),y=u((o,t)=>hY(o,"name",{value:t,configurable:!0}),"c"),v9=u((o,t,i)=>t.has(o)||gW("Cannot "+i),"Jl"),_=u((o,t,i)=>(v9(o,t,"read from private field"),i?i.call(o):t.get(o)),"b"),ft=u((o,t,i)=>t.has(o)?gW("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(o):t.set(o,i),"V"),at=u((o,t,i,n)=>(v9(o,t,"write to private field"),t.set(o,i),i),"D"),Yt=u((o,t,i)=>(v9(o,t,"access private method"),i),"et"),I3=u((o,t,i,n)=>({set _(r){at(o,t,r)},get _(){return _(o,t,n)}}),"rc"),Be=(o=>(o.ChatRoom="edb400ac-839b-45a7-b2a8-6a01820d1c44",o.PrivateChat="7e14f418-8f15-46f4-b182-f619b671e470",o.BotChat="2352a1c6-abc6-420e-8b85-ca7d5aed8779",o))(Be||{}),wW=(o=>(o.ChatRoom="chat_room",o.PrivateChat="private_chat",o.BotChat="bot_chat",o))(wW||{}),js=(o=>(o.None="none",o.Read="read",o.Write="write",o.Admin="admin",o))(js||{}),El=(o=>(o.List="list",o.Read="read",o.Create="create",o.Update="update",o.Delete="delete",o.Admin="admin",o))(El||{}),sr=(o=>(o.Unknown="unknown",o.Chat="chat",o.Comments="comments",o.Files="files",o.Posts="posts",o))(sr||{}),vW=(o=>(o.Chat="d65dd4bc-418e-403c-9f56-f9cf4da931ed",o.Comments="88f96a08-c6c1-4eac-a0bd-5bf8fba1a3fd",o.Files="523edd88-4bbf-4547-b60f-2859a6d2ddc1",o.Posts="5ebfa152-de85-48da-82dd-30a1b560c313",o))(vW||{}),is=(o=>(o.App="app",o.File="file",o.Message="message",o.User="user",o.Comment="comment",o.Post="post",o))(is||{});function H1(o){return Object.prototype.toString.call(o)==="[object Object]"}u(H1,"lc");y(H1,"isObject$1");function Y1(o){if(H1(o)===!1)return!1;const t=o.constructor;if(t===void 0)return!0;const i=t.prototype;return!(H1(i)===!1||Object.prototype.hasOwnProperty.call(i,"isPrototypeOf")===!1)}u(Y1,"dc");y(Y1,"isPlainObject$1");function DO(o,t,i=!1){o=o||{},t=t||{};const n={};for(const r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[r]=o[r]);for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(i&&n[r]&&Y1(n[r])&&Y1(t[r])?n[r]=DO(n[r],t[r],i):n[r]=t[r]);return n}u(DO,"ld");y(DO,"assign");function ru(o,t,i=!1,n=!1){if(!n&&(!Y1(o)||!Y1(t))||n&&(!H1(o)||!H1(t)))return!1;const r=Object.getOwnPropertyNames(o),a=Object.getOwnPropertyNames(t);if(!i&&r.length!==a.length)return!1;for(let s=0;s<r.length;s++){const c=r[s],d=o[c],p=t[c];if(d!==p&&!ru(d,p,i))return!1}return!0}u(ru,"ss");y(ru,"eqObjects");function bW(o){return Object.fromEntries(Object.entries(o).map(([t,i])=>[i,t]))}u(bW,"cf");y(bW,"reversedProperties");function b9(o){return{...o,...bW(o)}}u(b9,"Fu");y(b9,"includeReversedProperties");function O9(o){return o.charAt(0).toUpperCase()+o.substring(1).toLowerCase()}u(O9,"Hu");y(O9,"toUpperCaseFirst");const uY='\\s,.:;"',pY=new RegExp(`^|[${uY}]|$`,"g");function x9(o){return o.length>0?o.replace(/([a-z\d])([A-Z]+)/g,"$1-$2").replace(/_|\s+/g,"-").toLowerCase():o}u(x9,"Vu");y(x9,"toKebabCase");function OW(o,t=2){if(!o)return null;let i="";const n=o.split(pY).filter(r=>r);return n.length==1?i=n[0]:n.forEach(r=>{i+=r.charAt(0)}),i.substring(0,t).toUpperCase()}u(OW,"hf");y(OW,"getInitials");const fY={credentials:"omit",headers:{"X-Requested-With":"XMLHttpRequest"},redirect:"manual"};function G1(){return((1+Math.random())*65536|0).toString(16).substring(1)}u(G1,"hc");y(G1,"S4");function xW(o){if(o&&o.ok&&o.body){const t=o.body.getReader();return new ReadableStream({start(i){const n=y(()=>t.read().then(({done:r,value:a})=>{if(r){i.close();return}return i.enqueue(a),n()}),"pump");return n()}})}else throw new Error("Could not parse text stream")}u(xW,"uf");y(xW,"getTextStreamFromResponse");function kW(o){let t;try{if(t=window[o],t){const i="__storage_test__";t.setItem(i,i),t.removeItem(i)}}catch(i){i instanceof DOMException&&i.name==="QuotaExceededError"&&t&&t.length!==0&&console.error("Storage not available:",o)}return t}u(kW,"yf");y(kW,"getStorage");var H$,$f;let $W=(H$=($f=class extends Event{constructor(t,i,n){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.callback=i,this.subscribe=n??!1}},u($f,"$o"),$f),y(H$,"s"),H$);var Y$,Sf;let Ql=(Y$=(Sf=class{constructor(t,i,n,r){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=(a,s)=>{this.unsubscribe&&(this.unsubscribe!==s&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=a,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(a,s)),this.unsubscribe=s},this.host=t,i.context!==void 0){const a=i;this.context=a.context,this.callback=a.callback,this.subscribe=a.subscribe??!1}else this.context=i,this.callback=n,this.subscribe=r??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new $W(this.context,this.t,this.subscribe))}},u(Sf,"ko"),Sf),y(Y$,"s"),Y$);var Pf;const SW=(Pf=class{get value(){return this.o}set value(t){this.setValue(t)}setValue(t,i=!1){const n=i||!Object.is(t,this.o);this.o=t,n&&this.updateObservers()}constructor(t){this.subscriptions=new Map,this.updateObservers=()=>{for(const[i,{disposer:n}]of this.subscriptions)i(this.o,n)},t!==void 0&&(this.value=t)}addCallback(t,i,n){if(!n)return void t(this.value);this.subscriptions.has(t)||this.subscriptions.set(t,{disposer:y(()=>{this.subscriptions.delete(t)},"disposer"),consumerHost:i});const{disposer:r}=this.subscriptions.get(t);t(this.value,r)}clearCallbacks(){this.subscriptions.clear()}},u(Pf,"Fh"),Pf);y(SW,"s");let mY=SW;var G$,Cf;let yY=(G$=(Cf=class extends Event{constructor(t){super("context-provider",{bubbles:!0,composed:!0}),this.context=t}},u(Cf,"Co"),Cf),y(G$,"e"),G$);var K$,Tf;let W3=(K$=(Tf=class extends mY{constructor(t,i,n){var r,a;super(i.context!==void 0?i.initialValue:n),this.onContextRequest=s=>{const c=s.composedPath()[0];s.context===this.context&&c!==this.host&&(s.stopPropagation(),this.addCallback(s.callback,c,s.subscribe))},this.onProviderRequest=s=>{const c=s.composedPath()[0];if(s.context!==this.context||c===this.host)return;const d=new Set;for(const[p,{consumerHost:m}]of this.subscriptions)d.has(p)||(d.add(p),m.dispatchEvent(new $W(this.context,p,!0)));s.stopPropagation()},this.host=t,i.context!==void 0?this.context=i.context:this.context=i,this.attachListeners(),(a=(r=this.host).addController)==null||a.call(r,this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new yY(this.context))}},u(Tf,"_o"),Tf),y(K$,"i"),K$);function Fs({context:o}){return(t,i)=>{const n=new WeakMap;if(typeof i=="object")return i.addInitializer(function(){n.set(this,new W3(this,{context:o}))}),{get(){return t.get.call(this)},set(r){var a;return(a=n.get(this))==null||a.setValue(r),t.set.call(this,r)},init(r){var a;return(a=n.get(this))==null||a.setValue(r),r}};{t.constructor.addInitializer(s=>{n.set(s,new W3(s,{context:o}))});const r=Object.getOwnPropertyDescriptor(t,i);let a;if(r===void 0){const s=new WeakMap;a={get(){return s.get(this)},set(c){n.get(this).setValue(c),s.set(this,c)},configurable:!0,enumerable:!0}}else{const s=r.set;a={...r,set(c){n.get(this).setValue(c),s==null||s.call(this,c)}}}return void Object.defineProperty(t,i,a)}}}u(Fs,"mr");y(Fs,"e$3");function pi({context:o,subscribe:t}){return(i,n)=>{typeof n=="object"?n.addInitializer(function(){new Ql(this,{context:o,callback:y(r=>{i.set.call(this,r)},"callback"),subscribe:t})}):i.constructor.addInitializer(r=>{new Ql(r,{context:o,callback:y(a=>{r[n]=a},"callback"),subscribe:t})})}}u(pi,"Ft");y(pi,"c");var Ef;const PW=(Ef=class extends Event{constructor(t,i,n){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.callback=i,this.subscribe=n??!1}},u(Ef,"Hh"),Ef);y(PW,"ContextRequestEvent");let gY=PW;var Qf;const CW=(Qf=class extends Event{constructor(t){super("context-provider",{bubbles:!0,composed:!0}),this.context=t}},u(Qf,"Vh"),Qf);y(CW,"ContextProviderEvent");let wY=CW;var Rf;const TW=(Rf=class extends W3{constructor(t,i,n){i.context!==void 0?super(t,i):super(t,i,n),i.context!==void 0?this._context=i.context:this._context=i,this.isAttached=!0,this.host instanceof vt||this.dispatchWhenConnected()}dispatchWhenConnected(){this.isAttached&&(this.host.isConnected?this.host.dispatchEvent(new wY(this._context)):requestAnimationFrame(this.dispatchWhenConnected))}detachListeners(){this.isAttached=!1,this.host.removeEventListener("context-request",this.onContextRequest),this.host.removeEventListener("context-provider",this.onProviderRequest)}},u(Rf,"Bh"),Rf);y(TW,"WyContextProvider");let EW=TW;const $i=Symbol.for("weavy-client");function QW(o,t){return an(),new EW(o,{context:$i,initialValue:t})}u(QW,"ff");y(QW,"createWeavyContextProvider");const xb=w2()?QW(document.documentElement):void 0,Tn=w2()?window.navigator.userAgent:"",RW=Tn.includes("iPad")||Tn.includes("Android")&&!Tn.includes("Mobi")||!1,vY=Tn.includes("Mobi")||RW||!1,bY=!vY&&!RW,V6=Tn.includes("Windows")?"Windows":Tn.includes("Macintosh")?"Mac":Tn.includes("iPad")||Tn.includes("iPhone")||Tn.includes("iPod")?"iOS":Tn.includes("Android")?"Android":void 0;V6==="Android"&&Tn.includes("; wv")||V6==="iOS"&&Tn.includes("Safari");const OY=/Chrome\/[0-9]/.test(Tn)&&!/Chromium\/[0-9]/.test(Tn)&&!/Edg.*\/[0-9]/.test(Tn);var Mf;const MW=(Mf=class extends Error{constructor(){super("Instance destroyed"),this.name="DestroyError"}},u(Mf,"Uh"),Mf);y(MW,"DestroyError");let Ri=MW;const AW="en",xY=y(o=>{var i;var t;return t=(i=class extends o{constructor(){super(...arguments),this._locales=new Map([["sv-SE",()=>import(new URL("./es/locales/sv-SE.js",typeof WEAVY_IMPORT_URL=="string"&&(!(typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href)||!new URL(typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href).href.startsWith(WEAVY_IMPORT_URL))?WEAVY_IMPORT_URL:typeof document>"u"?require("url").pathToFileURL(__filename).href:te&&te.src||new URL("weavy.cjs",document.baseURI).href).href).then(r=>r.svSE)]]),this._locale=t.sourceLocale}static get sourceLocale(){try{return AW}catch{return""}}get locales(){return Array.from(this._locales.entries())}set locales(r){if(this.isDestroyed)throw new Ri;if(this.localization)throw new Error("Locales may only be configured once");if(!Array.isArray(r))throw new TypeError("Provided locales have invalid format.");r.forEach(a=>{if(!Array.isArray(a)||a.length!==2||typeof a[0]!="string")throw new TypeError("Invalid locale provided: "+a[0]);this._locales.set(...a)}),this.configureLocalization()}get locale(){return this._locale}set locale(r){if(this.isDestroyed)throw new Ri;!this.locale&&!r||(r||(r=t.sourceLocale),this._locale=r,this.localization?this.localization.setLocale(this.locale):queueMicrotask(()=>{this.localization?this.localization.setLocale(this.locale):this.locale!==t.sourceLocale&&(this._locales.has(this.locale)&&this.configureLocalization(),this.localization?this.localization.setLocale(this.locale):console.error(this.weavyId,`You need to configure additional languages in config to use '${r}'.`))}))}async loadLocale(r){var a;if(this.isDestroyed)throw new Ri;if((a=this._locales)!=null&&a.has(r)){const s=this._locales.get(r);return console.log(this.weavyId,typeof s=="function"?"loading locale":"preloaded locale",r),await(typeof s=="function"?s():s)}else throw new Error("The requested locale is not configured")}configureLocalization(){var r;if(this.isDestroyed)throw new Ri;if((r=this._locales)!=null&&r.size&&!this.localization){const a=this._locales.keys();console.log(this.weavyId,"Configuring locales",a);const{getLocale:s,setLocale:c}=Kq({sourceLocale:t.sourceLocale,targetLocales:a,loadLocale:y(d=>this.loadLocale(d),"loadLocale")});this.localization={getLocale:s,setLocale:c}}}},u(i,"t"),i),y(t,"WeavyLocalization"),t},"WeavyLocalizationMixin"),kY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._networkEvents=new Set,this._connectionState="connecting",this._serverState="ok",this._networkState=window.navigator.onLine?"online":"offline",this._networkStateIsPending=!1,window.addEventListener("online",()=>{this.networkState="online"}),window.addEventListener("offline",()=>{this.networkState="offline",this.networkStateIsPending=!1})}get networkState(){return this._networkState}set networkState(r){this._networkState=r,this.triggerNetworkChange()}get serverState(){return this._serverState}set serverState(r){this._serverState=r,this.triggerNetworkChange()}get connectionState(){return this._connectionState}set connectionState(r){this._connectionState=r,this.triggerNetworkChange()}get networkStateIsPending(){return this._networkStateIsPending}set networkStateIsPending(r){this._networkStateIsPending=r,this.triggerNetworkChange()}get network(){return{state:this._networkState==="online"?this._connectionState==="connected"||this._serverState==="ok"?"online":"unreachable":"offline",isPending:this._networkStateIsPending}}triggerNetworkChange(){const r=this.network;this._networkEvents.forEach(a=>{a(r)})}addNetworkListener(r){this._networkEvents.add(r)}removeNetworkListener(r){this._networkEvents.delete(r)}},u(i,"t"),i),y(t,"WeavyNetwork"),t},"WeavyNetworkMixin"),$Y=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._whenUrlAndTokenFactory=new Promise(a=>{this._resolveUrlAndTokenFactory=a}),this._whenTokenIsValid=new Promise(a=>{this._resolveTokenIsValid=a}),this._tokenPromise=null,this._token="",this._validTokenFromFactory=async(a=!1)=>{var s,c;const d=[this.whenUrlAndTokenFactory()];this.tokenFactoryRetryDelay!==1/0&&d.push(new Promise(m=>setTimeout(m,this.tokenFactoryRetryDelay))),await Promise.race(d);const p=await((s=this.tokenFactory)==null?void 0:s.call(this,a));if(!this._validateToken(p)&&(this._whenUrlAndTokenFactory=new Promise(m=>{this._resolveUrlAndTokenFactory=m}),!a))return await this._validTokenFromFactory(!1);if(!p)throw new TypeError("Could not get a valid token from tokenFactory.");return(c=this._resolveUrlAndTokenFactory)==null||c.call(this,!0),p},this.whenUrl().then(()=>{var a;this.url&&this.tokenFactory&&((a=this._resolveUrlAndTokenFactory)==null||a.call(this,!0))})}async whenUrlAndTokenFactory(){await this._whenUrlAndTokenFactory}async whenTokenIsValid(){await this._whenTokenIsValid}get tokenFactory(){return this._tokenFactory}set tokenFactory(r){var a;if(this.isDestroyed)throw new Ri;this._tokenFactory&&this._tokenFactory!==r&&this.whenUrlAndTokenFactory().then(()=>{this.queryClient.refetchQueries({stale:!0})}),this._tokenFactory=r,this.url&&this._tokenFactory&&((a=this._resolveUrlAndTokenFactory)==null||a.call(this,!0))}get tokenUrl(){return this._tokenUrl}set tokenUrl(r){if(this.isDestroyed)throw new Ri;try{if(typeof r=="string")r&&(this._tokenUrl=new URL(r,window.location.toString()));else if(r instanceof URL)this._tokenUrl=r;else if(r!==void 0)throw-1}catch(a){throw new Error("Invalid url",a)}this._tokenUrl&&!this.tokenFactory&&(this.tokenFactory=async a=>{if(!this.tokenUrl)throw new Error("tokenURL property is not valid");const s=new URL(this.tokenUrl);a?s.searchParams.set("refresh","true"):s.searchParams.delete("refresh");const c=await fetch(s);if(c.ok){const d=await c.json();if(d.access_token===void 0)throw new Error("Token response does not contain required property: access_token");return d.access_token}else throw new Error("Could not get access token from server!")})}_validateToken(r){var a;if(!r)return!1;if(typeof r!="string")throw new TypeError(`You have provided an invalid string access token of type ${typeof r}.`);if(typeof r=="string"&&!r.startsWith("wyu_"))throw r.startsWith("wys_")?new TypeError("You have provided an API key for authentication. Provide a user access token instead."):new TypeError("You have provided an invalid string as access token.");return(a=this._resolveTokenIsValid)==null||a.call(this,r),!0}async getToken(r=!1){if(this.isDestroyed)throw new Ri;if(this._token&&!r)return this._token;if(await this.whenUrlAndTokenFactory(),this._tokenPromise)return await this._tokenPromise;this._tokenPromise=new Promise((a,s)=>{this._validTokenFromFactory(r).then(a).catch(s),this.tokenFactoryTimeout!==1/0&&setTimeout(()=>s(new Error("Token factory timeout.")),this.tokenFactoryTimeout),window.addEventListener("offline",()=>s(new Error("Network changed.")),{once:!0}),window.addEventListener("online",()=>s(new Error("Network changed.")),{once:!0})});try{const a=await this._tokenPromise;return this._tokenPromise=null,this._token=a,this._token}catch(a){throw this._tokenPromise=null,console.error(a),a}}},u(i,"t"),i),y(t,"WeavyAuthentication"),t},"WeavyAuthenticationMixin");function Hb(o){throw new Error('Could not dynamically require "'+o+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}u(Hb,"td");y(Hb,"commonjsRequire");var zW={exports:{}};(function(o,t){var i;i=y(()=>(()=>{var V,lt,Ot,Vt,ue,pe,ae,re,Ve,ze,_e,di,Li,Ei,Je,bn,Ji,xo,eo,ba,$r,Ln,qo,io,Oa,ko,jo,Sr,Fo,Pr,Cr,Tr,$o,xa,Er,ka;var n={d:y((ut,$)=>{for(var A in $)n.o($,A)&&!n.o(ut,A)&&Object.defineProperty(ut,A,{enumerable:!0,get:$[A]})},"d")};n.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),n.o=(ut,$)=>Object.prototype.hasOwnProperty.call(ut,$),n.r=ut=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ut,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ut,"t",{value:!0})};var r,a={};n.r(a),n.d(a,{AbortError:y(()=>g,"AbortError"),DefaultHttpClient:y(()=>_i,"DefaultHttpClient"),HttpClient:y(()=>rt,"HttpClient"),HttpError:y(()=>c,"HttpError"),HttpResponse:y(()=>F,"HttpResponse"),HttpTransportType:y(()=>Ue,"HttpTransportType"),HubConnection:y(()=>ma,"HubConnection"),HubConnectionBuilder:y(()=>nc,"HubConnectionBuilder"),HubConnectionState:y(()=>$e,"HubConnectionState"),JsonHubProtocol:y(()=>bs,"JsonHubProtocol"),LogLevel:y(()=>r,"LogLevel"),MessageType:y(()=>Xt,"MessageType"),NullLogger:y(()=>pt,"NullLogger"),Subject:y(()=>pa,"Subject"),TimeoutError:y(()=>p,"TimeoutError"),TransferFormat:y(()=>We,"TransferFormat"),VERSION:y(()=>ht,"VERSION")});const s=(V=class extends Error{constructor($,A){const j=new.target.prototype;super(`${$}: Status code '${A}'`),this.statusCode=A,this.__proto__=j}},u(V,"xl"),V);y(s,"i");let c=s;const d=(lt=class extends Error{constructor($="A timeout occurred."){const A=new.target.prototype;super($),this.__proto__=A}},u(lt,"$l"),lt);y(d,"n");let p=d;const m=(Ot=class extends Error{constructor($="An abort occurred."){const A=new.target.prototype;super($),this.__proto__=A}},u(Ot,"kl"),Ot);y(m,"r");let g=m;const v=(Vt=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.transport=A,this.errorType="UnsupportedTransportError",this.__proto__=j}},u(Vt,"Cl"),Vt);y(v,"o");let O=v;const x=(ue=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.transport=A,this.errorType="DisabledTransportError",this.__proto__=j}},u(ue,"_l"),ue);y(x,"h");let T=x;const R=(pe=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.transport=A,this.errorType="FailedToStartTransportError",this.__proto__=j}},u(pe,"El"),pe);y(R,"c");let C=R;const z=(ae=class extends Error{constructor($){const A=new.target.prototype;super($),this.errorType="FailedToNegotiateWithServerError",this.__proto__=A}},u(ae,"zl"),ae);y(z,"a");let q=z;const W=(re=class extends Error{constructor($,A){const j=new.target.prototype;super($),this.innerErrors=A,this.__proto__=j}},u(re,"Pl"),re);y(W,"l");let D=W;const Y=(Ve=class{constructor($,A,j){this.statusCode=$,this.statusText=A,this.content=j}},u(Ve,"Ll"),Ve);y(Y,"u");let F=Y;const X=(ze=class{get($,A){return this.send({...A,method:"GET",url:$})}post($,A){return this.send({...A,method:"POST",url:$})}delete($,A){return this.send({...A,method:"DELETE",url:$})}getCookieString($){return""}},u(ze,"Ml"),ze);y(X,"d");let rt=X;(function(ut){ut[ut.Trace=0]="Trace",ut[ut.Debug=1]="Debug",ut[ut.Information=2]="Information",ut[ut.Warning=3]="Warning",ut[ut.Error=4]="Error",ut[ut.Critical=5]="Critical",ut[ut.None=6]="None"})(r||(r={}));const yt=(_e=class{constructor(){}log($,A){}},u(_e,"Sl"),_e);y(yt,"f");let pt=yt;pt.instance=new pt;const ht="8.0.7",Tt=(di=class{static isRequired($,A){if($==null)throw new Error(`The '${A}' argument is required.`)}static isNotEmpty($,A){if(!$||$.match(/^\s*$/))throw new Error(`The '${A}' argument should not be empty.`)}static isIn($,A,j){if(!($ in A))throw new Error(`Unknown ${j} value: ${$}.`)}},u(di,"Tl"),di);y(Tt,"w");let dt=Tt;const Ut=(Li=class{static get isBrowser(){return!Li.isNode&&typeof window=="object"&&typeof window.document=="object"}static get isWebWorker(){return!Li.isNode&&typeof self=="object"&&"importScripts"in self}static get isReactNative(){return!Li.isNode&&typeof window=="object"&&window.document===void 0}static get isNode(){return typeof process<"u"&&process.release&&process.release.name==="node"}},u(Li,"Jr"),Li);y(Ut,"g");let It=Ut;function ne(ut,$){let A="";return Ht(ut)?(A=`Binary data of length ${ut.byteLength}`,$&&(A+=`. Content: '${function(j){const B=new Uint8Array(j);let et="";return B.forEach(ot=>{et+=`0x${ot<16?"0":""}${ot.toString(16)} `}),et.substr(0,et.length-1)}(ut)}'`)):typeof ut=="string"&&(A=`String data of length ${ut.length}`,$&&(A+=`. Content: '${ut}'`)),A}u(ne,"H"),y(ne,"m");function Ht(ut){return ut&&typeof ArrayBuffer<"u"&&(ut instanceof ArrayBuffer||ut.constructor&&ut.constructor.name==="ArrayBuffer")}u(Ht,"S"),y(Ht,"y");async function ve(ut,$,A,j,B,et){const ot={},[Et,Mt]=ct();ot[Et]=Mt,ut.log(r.Trace,`(${$} transport) sending data. ${ne(B,et.logMessageContent)}.`);const fe=Ht(B)?"arraybuffer":"text",De=await A.post(j,{content:B,headers:{...ot,...et.headers},responseType:fe,timeout:et.timeout,withCredentials:et.withCredentials});ut.log(r.Trace,`(${$} transport) request complete. Response status: ${De.statusCode}.`)}u(ve,"U"),y(ve,"b");const ye=(Ei=class{constructor($,A){this.i=$,this.h=A}dispose(){const $=this.i.observers.indexOf(this.h);$>-1&&this.i.observers.splice($,1),this.i.observers.length===0&&this.i.cancelCallback&&this.i.cancelCallback().catch(A=>{})}},u(Ei,"Al"),Ei);y(ye,"v");let we=ye;const Ce=(Je=class{constructor($){this.l=$,this.out=console}log($,A){if($>=this.l){const j=`[${new Date().toISOString()}] ${r[$]}: ${A}`;switch($){case r.Critical:case r.Error:this.out.error(j);break;case r.Warning:this.out.warn(j);break;case r.Information:this.out.info(j);break;default:this.out.log(j)}}}},u(Je,"Ol"),Je);y(Ce,"E");let be=Ce;function ct(){let ut="X-SignalR-User-Agent";return It.isNode&&(ut="User-Agent"),[ut,U(ht,K(),It.isNode?"NodeJS":"Browser",xt())]}u(ct,"N"),y(ct,"$");function U(ut,$,A,j){let B="Microsoft SignalR/";const et=ut.split(".");return B+=`${et[0]}.${et[1]}`,B+=` (${ut}; `,B+=$&&$!==""?`${$}; `:"Unknown OS; ",B+=`${A}`,B+=j?`; ${j}`:"; Unknown Runtime Version",B+=")",B}u(U,"Y"),y(U,"C");function K(){if(!It.isNode)return"";switch(process.platform){case"win32":return"Windows NT";case"darwin":return"macOS";case"linux":return"Linux";default:return process.platform}}u(K,"dt"),y(K,"S");function xt(){if(It.isNode)return process.versions.node}u(xt,"mt"),y(xt,"k");function Rt(ut){return ut.stack?ut.stack:ut.message?ut.message:`${ut}`}u(Rt,"bt"),y(Rt,"P");const Bt=(bn=class extends rt{constructor($){if(super(),this.u=$,typeof fetch>"u"||It.isNode){const A=Hb;this.p=new(A("tough-cookie")).CookieJar,typeof fetch>"u"?this.m=A("node-fetch"):this.m=fetch,this.m=A("fetch-cookie")(this.m,this.p)}else this.m=fetch.bind(function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(n.g!==void 0)return n.g;throw new Error("could not find global")}());if(typeof AbortController>"u"){const A=Hb;this.v=A("abort-controller")}else this.v=AbortController}async send($){if($.abortSignal&&$.abortSignal.aborted)throw new g;if(!$.method)throw new Error("No method defined.");if(!$.url)throw new Error("No url defined.");const A=new this.v;let j;$.abortSignal&&($.abortSignal.onabort=()=>{A.abort(),j=new g});let B,et=null;if($.timeout){const Mt=$.timeout;et=setTimeout(()=>{A.abort(),this.u.log(r.Warning,"Timeout from HTTP request."),j=new p},Mt)}$.content===""&&($.content=void 0),$.content&&($.headers=$.headers||{},Ht($.content)?$.headers["Content-Type"]="application/octet-stream":$.headers["Content-Type"]="text/plain;charset=UTF-8");try{B=await this.m($.url,{body:$.content,cache:"no-cache",credentials:$.withCredentials===!0?"include":"same-origin",headers:{"X-Requested-With":"XMLHttpRequest",...$.headers},method:$.method,mode:"cors",redirect:"follow",signal:A.signal})}catch(Mt){throw j||(this.u.log(r.Warning,`Error from HTTP request. ${Mt}.`),Mt)}finally{et&&clearTimeout(et),$.abortSignal&&($.abortSignal.onabort=null)}if(!B.ok){const Mt=await de(B,"text");throw new c(Mt||B.statusText,B.status)}const ot=de(B,$.responseType),Et=await ot;return new F(B.status,B.statusText,Et)}getCookieString($){let A="";return It.isNode&&this.p&&this.p.getCookies($,(j,B)=>A=B.join("; ")),A}},u(bn,"Rl"),bn);y(Bt,"T");let ce=Bt;function de(ut,$){let A;switch($){case"arraybuffer":A=ut.arrayBuffer();break;case"text":default:A=ut.text();break;case"blob":case"document":case"json":throw new Error(`${$} is not supported.`)}return A}u(de,"Se"),y(de,"I");const jt=(Ji=class extends rt{constructor($){super(),this.u=$}send($){return $.abortSignal&&$.abortSignal.aborted?Promise.reject(new g):$.method?$.url?new Promise((A,j)=>{const B=new XMLHttpRequest;B.open($.method,$.url,!0),B.withCredentials=$.withCredentials===void 0||$.withCredentials,B.setRequestHeader("X-Requested-With","XMLHttpRequest"),$.content===""&&($.content=void 0),$.content&&(Ht($.content)?B.setRequestHeader("Content-Type","application/octet-stream"):B.setRequestHeader("Content-Type","text/plain;charset=UTF-8"));const et=$.headers;et&&Object.keys(et).forEach(ot=>{B.setRequestHeader(ot,et[ot])}),$.responseType&&(B.responseType=$.responseType),$.abortSignal&&($.abortSignal.onabort=()=>{B.abort(),j(new g)}),$.timeout&&(B.timeout=$.timeout),B.onload=()=>{$.abortSignal&&($.abortSignal.onabort=null),B.status>=200&&B.status<300?A(new F(B.status,B.statusText,B.response||B.responseText)):j(new c(B.response||B.responseText||B.statusText,B.status))},B.onerror=()=>{this.u.log(r.Warning,`Error from HTTP request. ${B.status}: ${B.statusText}.`),j(new c(B.statusText,B.status))},B.ontimeout=()=>{this.u.log(r.Warning,"Timeout from HTTP request."),j(new p)},B.send($.content)}):Promise.reject(new Error("No url defined.")):Promise.reject(new Error("No method defined."))}},u(Ji,"Il"),Ji);y(jt,"_");let Xe=jt;const wi=(xo=class extends rt{constructor($){if(super(),typeof fetch<"u"||It.isNode)this.$=new ce($);else{if(typeof XMLHttpRequest>"u")throw new Error("No usable HttpClient found.");this.$=new Xe($)}}send($){return $.abortSignal&&$.abortSignal.aborted?Promise.reject(new g):$.method?$.url?this.$.send($):Promise.reject(new Error("No url defined.")):Promise.reject(new Error("No method defined."))}getCookieString($){return this.$.getCookieString($)}},u(xo,"Dl"),xo);y(wi,"H");let _i=wi;const to=(eo=class{static write($){return`${$}${eo.RecordSeparator}`}static parse($){if($[$.length-1]!==eo.RecordSeparator)throw new Error("Message is incomplete.");const A=$.split(eo.RecordSeparator);return A.pop(),A}},u(eo,"to"),eo);y(to,"D");let zn=to;zn.RecordSeparatorCode=30,zn.RecordSeparator=String.fromCharCode(zn.RecordSeparatorCode);const Ti=(ba=class{writeHandshakeRequest($){return zn.write(JSON.stringify($))}parseHandshakeResponse($){let A,j;if(Ht($)){const ot=new Uint8Array($),Et=ot.indexOf(zn.RecordSeparatorCode);if(Et===-1)throw new Error("Message is incomplete.");const Mt=Et+1;A=String.fromCharCode.apply(null,Array.prototype.slice.call(ot.slice(0,Mt))),j=ot.byteLength>Mt?ot.slice(Mt).buffer:null}else{const ot=$,Et=ot.indexOf(zn.RecordSeparator);if(Et===-1)throw new Error("Message is incomplete.");const Mt=Et+1;A=ot.substring(0,Mt),j=ot.length>Mt?ot.substring(Mt):null}const B=zn.parse(A),et=JSON.parse(B[0]);if(et.type)throw new Error("Expected a handshake response from the server.");return[j,et]}},u(ba,"Fl"),ba);y(Ti,"R");let Uo=Ti;var Xt,$e;(function(ut){ut[ut.Invocation=1]="Invocation",ut[ut.StreamItem=2]="StreamItem",ut[ut.Completion=3]="Completion",ut[ut.StreamInvocation=4]="StreamInvocation",ut[ut.CancelInvocation=5]="CancelInvocation",ut[ut.Ping=6]="Ping",ut[ut.Close=7]="Close",ut[ut.Ack=8]="Ack",ut[ut.Sequence=9]="Sequence"})(Xt||(Xt={}));const ua=($r=class{constructor(){this.observers=[]}next($){for(const A of this.observers)A.next($)}error($){for(const A of this.observers)A.error&&A.error($)}complete(){for(const $ of this.observers)$.complete&&$.complete()}subscribe($){return this.observers.push($),new we(this,$)}},u($r,"Hl"),$r);y(ua,"U");let pa=ua;const Xl=(Ln=class{constructor($,A,j){this.C=1e5,this.S=[],this.k=0,this.P=!1,this.T=1,this.I=0,this._=0,this.H=!1,this.D=$,this.R=A,this.C=j}async A($){const A=this.D.writeMessage($);let j=Promise.resolve();if(this.U($)){this.k++;let B=y(()=>{},"t"),et=y(()=>{},"i");Ht(A)?this._+=A.byteLength:this._+=A.length,this._>=this.C&&(j=new Promise((ot,Et)=>{B=ot,et=Et})),this.S.push(new Zo(A,this.k,B,et))}try{this.H||await this.R.send(A)}catch{this.L()}await j}N($){let A=-1;for(let j=0;j<this.S.length;j++){const B=this.S[j];if(B.q<=$.sequenceId)A=j,Ht(B.M)?this._-=B.M.byteLength:this._-=B.M.length,B.j();else{if(!(this._<this.C))break;B.j()}}A!==-1&&(this.S=this.S.slice(A+1))}W($){if(this.P)return $.type===Xt.Sequence&&(this.P=!1,!0);if(!this.U($))return!0;const A=this.T;return this.T++,A<=this.I?(A===this.I&&this.O(),!1):(this.I=A,this.O(),!0)}F($){$.sequenceId>this.T?this.R.stop(new Error("Sequence ID greater than amount of messages we've received.")):this.T=$.sequenceId}L(){this.H=!0,this.P=!0}async B(){const $=this.S.length!==0?this.S[0].q:this.k+1;await this.R.send(this.D.writeMessage({type:Xt.Sequence,sequenceId:$}));const A=this.S;for(const j of A)await this.R.send(j.M);this.H=!1}X($){$!=null||($=new Error("Unable to reconnect to server."));for(const A of this.S)A.J($)}U($){switch($.type){case Xt.Invocation:case Xt.StreamItem:case Xt.Completion:case Xt.StreamInvocation:case Xt.CancelInvocation:return!0;case Xt.Close:case Xt.Sequence:case Xt.Ping:case Xt.Ack:return!1}}O(){this.V===void 0&&(this.V=setTimeout(async()=>{try{this.H||await this.R.send(this.D.writeMessage({type:Xt.Ack,sequenceId:this.I}))}catch{}clearTimeout(this.V),this.V=void 0},1e3))}},u(Ln,"Vl"),Ln);y(Xl,"L");let Hl=Xl;const Yl=(qo=class{constructor($,A,j,B){this.M=$,this.q=A,this.j=j,this.J=B}},u(qo,"Bl"),qo);y(Yl,"N");let Zo=Yl;(function(ut){ut.Disconnected="Disconnected",ut.Connecting="Connecting",ut.Connected="Connected",ut.Disconnecting="Disconnecting",ut.Reconnecting="Reconnecting"})($e||($e={}));const fa=(io=class{static create($,A,j,B,et,ot,Et){return new io($,A,j,B,et,ot,Et)}constructor($,A,j,B,et,ot,Et){this.K=0,this.G=()=>{this.u.log(r.Warning,"The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://learn.microsoft.com/aspnet/core/signalr/javascript-client#bsleep")},dt.isRequired($,"connection"),dt.isRequired(A,"logger"),dt.isRequired(j,"protocol"),this.serverTimeoutInMilliseconds=et??3e4,this.keepAliveIntervalInMilliseconds=ot??15e3,this.Y=Et??1e5,this.u=A,this.D=j,this.connection=$,this.Z=B,this.tt=new Uo,this.connection.onreceive=Mt=>this.et(Mt),this.connection.onclose=Mt=>this.st(Mt),this.it={},this.nt={},this.rt=[],this.ot=[],this.ht=[],this.ct=0,this.lt=!1,this.ut=$e.Disconnected,this.dt=!1,this.ft=this.D.writeMessage({type:Xt.Ping})}get state(){return this.ut}get connectionId(){return this.connection&&this.connection.connectionId||null}get baseUrl(){return this.connection.baseUrl||""}set baseUrl($){if(this.ut!==$e.Disconnected&&this.ut!==$e.Reconnecting)throw new Error("The HubConnection must be in the Disconnected or Reconnecting state to change the url.");if(!$)throw new Error("The HubConnection url must be a valid url.");this.connection.baseUrl=$}start(){return this.wt=this.gt(),this.wt}async gt(){if(this.ut!==$e.Disconnected)return Promise.reject(new Error("Cannot start a HubConnection that is not in the 'Disconnected' state."));this.ut=$e.Connecting,this.u.log(r.Debug,"Starting HubConnection.");try{await this.yt(),It.isBrowser&&window.document.addEventListener("freeze",this.G),this.ut=$e.Connected,this.dt=!0,this.u.log(r.Debug,"HubConnection connected successfully.")}catch($){return this.ut=$e.Disconnected,this.u.log(r.Debug,`HubConnection failed to start successfully because of error '${$}'.`),Promise.reject($)}}async yt(){this.bt=void 0,this.lt=!1;const $=new Promise((A,j)=>{this.vt=A,this.Et=j});await this.connection.start(this.D.transferFormat);try{let A=this.D.version;this.connection.features.reconnect||(A=1);const j={protocol:this.D.name,version:A};if(this.u.log(r.Debug,"Sending handshake request."),await this.$t(this.tt.writeHandshakeRequest(j)),this.u.log(r.Information,`Using HubProtocol '${this.D.name}'.`),this.Ct(),this.St(),this.kt(),await $,this.bt)throw this.bt;this.connection.features.reconnect&&(this.Pt=new Hl(this.D,this.connection,this.Y),this.connection.features.disconnected=this.Pt.L.bind(this.Pt),this.connection.features.resend=()=>{if(this.Pt)return this.Pt.B()}),this.connection.features.inherentKeepAlive||await this.$t(this.ft)}catch(A){throw this.u.log(r.Debug,`Hub handshake failed with error '${A}' during start(). Stopping HubConnection.`),this.Ct(),this.Tt(),await this.connection.stop(A),A}}async stop(){const $=this.wt;this.connection.features.reconnect=!1,this.It=this._t(),await this.It;try{await $}catch{}}_t($){if(this.ut===$e.Disconnected)return this.u.log(r.Debug,`Call to HubConnection.stop(${$}) ignored because it is already in the disconnected state.`),Promise.resolve();if(this.ut===$e.Disconnecting)return this.u.log(r.Debug,`Call to HttpConnection.stop(${$}) ignored because the connection is already in the disconnecting state.`),this.It;const A=this.ut;return this.ut=$e.Disconnecting,this.u.log(r.Debug,"Stopping HubConnection."),this.Ht?(this.u.log(r.Debug,"Connection stopped during reconnect delay. Done reconnecting."),clearTimeout(this.Ht),this.Ht=void 0,this.Dt(),Promise.resolve()):(A===$e.Connected&&this.Rt(),this.Ct(),this.Tt(),this.bt=$||new g("The connection was stopped before the hub handshake could complete."),this.connection.stop($))}async Rt(){try{await this.xt(this.At())}catch{}}stream($,...A){const[j,B]=this.Ut(A),et=this.Lt($,A,B);let ot;const Et=new pa;return Et.cancelCallback=()=>{const Mt=this.Nt(et.invocationId);return delete this.it[et.invocationId],ot.then(()=>this.xt(Mt))},this.it[et.invocationId]=(Mt,fe)=>{fe?Et.error(fe):Mt&&(Mt.type===Xt.Completion?Mt.error?Et.error(new Error(Mt.error)):Et.complete():Et.next(Mt.item))},ot=this.xt(et).catch(Mt=>{Et.error(Mt),delete this.it[et.invocationId]}),this.qt(j,ot),Et}$t($){return this.kt(),this.connection.send($)}xt($){return this.Pt?this.Pt.A($):this.$t(this.D.writeMessage($))}send($,...A){const[j,B]=this.Ut(A),et=this.xt(this.Mt($,A,!0,B));return this.qt(j,et),et}invoke($,...A){const[j,B]=this.Ut(A),et=this.Mt($,A,!1,B);return new Promise((ot,Et)=>{this.it[et.invocationId]=(fe,De)=>{De?Et(De):fe&&(fe.type===Xt.Completion?fe.error?Et(new Error(fe.error)):ot(fe.result):Et(new Error(`Unexpected message type: ${fe.type}`)))};const Mt=this.xt(et).catch(fe=>{Et(fe),delete this.it[et.invocationId]});this.qt(j,Mt)})}on($,A){$&&A&&($=$.toLowerCase(),this.nt[$]||(this.nt[$]=[]),this.nt[$].indexOf(A)===-1&&this.nt[$].push(A))}off($,A){if(!$)return;$=$.toLowerCase();const j=this.nt[$];if(j)if(A){const B=j.indexOf(A);B!==-1&&(j.splice(B,1),j.length===0&&delete this.nt[$])}else delete this.nt[$]}onclose($){$&&this.rt.push($)}onreconnecting($){$&&this.ot.push($)}onreconnected($){$&&this.ht.push($)}et($){if(this.Ct(),this.lt||($=this.jt($),this.lt=!0),$){const A=this.D.parseMessages($,this.u);for(const j of A)if(!this.Pt||this.Pt.W(j))switch(j.type){case Xt.Invocation:this.Wt(j).catch(B=>{this.u.log(r.Error,`Invoke client method threw error: ${Rt(B)}`)});break;case Xt.StreamItem:case Xt.Completion:{const B=this.it[j.invocationId];if(B){j.type===Xt.Completion&&delete this.it[j.invocationId];try{B(j)}catch(et){this.u.log(r.Error,`Stream callback threw error: ${Rt(et)}`)}}break}case Xt.Ping:break;case Xt.Close:{this.u.log(r.Information,"Close message received from server.");const B=j.error?new Error("Server returned an error on close: "+j.error):void 0;j.allowReconnect===!0?this.connection.stop(B):this.It=this._t(B);break}case Xt.Ack:this.Pt&&this.Pt.N(j);break;case Xt.Sequence:this.Pt&&this.Pt.F(j);break;default:this.u.log(r.Warning,`Invalid message type: ${j.type}.`)}}this.St()}jt($){let A,j;try{[j,A]=this.tt.parseHandshakeResponse($)}catch(B){const et="Error parsing handshake response: "+B;this.u.log(r.Error,et);const ot=new Error(et);throw this.Et(ot),ot}if(A.error){const B="Server returned handshake error: "+A.error;this.u.log(r.Error,B);const et=new Error(B);throw this.Et(et),et}return this.u.log(r.Debug,"Server handshake complete."),this.vt(),j}kt(){this.connection.features.inherentKeepAlive||(this.K=new Date().getTime()+this.keepAliveIntervalInMilliseconds,this.Tt())}St(){if(!(this.connection.features&&this.connection.features.inherentKeepAlive||(this.Ot=setTimeout(()=>this.serverTimeout(),this.serverTimeoutInMilliseconds),this.Ft!==void 0))){let $=this.K-new Date().getTime();$<0&&($=0),this.Ft=setTimeout(async()=>{if(this.ut===$e.Connected)try{await this.$t(this.ft)}catch{this.Tt()}},$)}}serverTimeout(){this.connection.stop(new Error("Server timeout elapsed without receiving a message from the server."))}async Wt($){const A=$.target.toLowerCase(),j=this.nt[A];if(!j)return this.u.log(r.Warning,`No client method with the name '${A}' found.`),void($.invocationId&&(this.u.log(r.Warning,`No result given for '${A}' method and invocation ID '${$.invocationId}'.`),await this.xt(this.Bt($.invocationId,"Client didn't provide a result.",null))));const B=j.slice(),et=!!$.invocationId;let ot,Et,Mt;for(const fe of B)try{const De=ot;ot=await fe.apply(this,$.arguments),et&&ot&&De&&(this.u.log(r.Error,`Multiple results provided for '${A}'. Sending error to server.`),Mt=this.Bt($.invocationId,"Client provided multiple results.",null)),Et=void 0}catch(De){Et=De,this.u.log(r.Error,`A callback for the method '${A}' threw error '${De}'.`)}Mt?await this.xt(Mt):et?(Et?Mt=this.Bt($.invocationId,`${Et}`,null):ot!==void 0?Mt=this.Bt($.invocationId,null,ot):(this.u.log(r.Warning,`No result given for '${A}' method and invocation ID '${$.invocationId}'.`),Mt=this.Bt($.invocationId,"Client didn't provide a result.",null)),await this.xt(Mt)):ot&&this.u.log(r.Error,`Result given for '${A}' method but server is not expecting a result.`)}st($){this.u.log(r.Debug,`HubConnection.connectionClosed(${$}) called while in state ${this.ut}.`),this.bt=this.bt||$||new g("The underlying connection was closed before the hub handshake could complete."),this.vt&&this.vt(),this.Xt($||new Error("Invocation canceled due to the underlying connection being closed.")),this.Ct(),this.Tt(),this.ut===$e.Disconnecting?this.Dt($):this.ut===$e.Connected&&this.Z?this.Jt($):this.ut===$e.Connected&&this.Dt($)}Dt($){if(this.dt){this.ut=$e.Disconnected,this.dt=!1,this.Pt&&(this.Pt.X($??new Error("Connection closed.")),this.Pt=void 0),It.isBrowser&&window.document.removeEventListener("freeze",this.G);try{this.rt.forEach(A=>A.apply(this,[$]))}catch(A){this.u.log(r.Error,`An onclose callback called with error '${$}' threw error '${A}'.`)}}}async Jt($){const A=Date.now();let j=0,B=$!==void 0?$:new Error("Attempting to reconnect due to a unknown error."),et=this.zt(j++,0,B);if(et===null)return this.u.log(r.Debug,"Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."),void this.Dt($);if(this.ut=$e.Reconnecting,$?this.u.log(r.Information,`Connection reconnecting because of error '${$}'.`):this.u.log(r.Information,"Connection reconnecting."),this.ot.length!==0){try{this.ot.forEach(ot=>ot.apply(this,[$]))}catch(ot){this.u.log(r.Error,`An onreconnecting callback called with error '${$}' threw error '${ot}'.`)}if(this.ut!==$e.Reconnecting)return void this.u.log(r.Debug,"Connection left the reconnecting state in onreconnecting callback. Done reconnecting.")}for(;et!==null;){if(this.u.log(r.Information,`Reconnect attempt number ${j} will start in ${et} ms.`),await new Promise(ot=>{this.Ht=setTimeout(ot,et)}),this.Ht=void 0,this.ut!==$e.Reconnecting)return void this.u.log(r.Debug,"Connection left the reconnecting state during reconnect delay. Done reconnecting.");try{if(await this.yt(),this.ut=$e.Connected,this.u.log(r.Information,"HubConnection reconnected successfully."),this.ht.length!==0)try{this.ht.forEach(ot=>ot.apply(this,[this.connection.connectionId]))}catch(ot){this.u.log(r.Error,`An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${ot}'.`)}return}catch(ot){if(this.u.log(r.Information,`Reconnect attempt failed because of error '${ot}'.`),this.ut!==$e.Reconnecting)return this.u.log(r.Debug,`Connection moved to the '${this.ut}' from the reconnecting state during reconnect attempt. Done reconnecting.`),void(this.ut===$e.Disconnecting&&this.Dt());B=ot instanceof Error?ot:new Error(ot.toString()),et=this.zt(j++,Date.now()-A,B)}}this.u.log(r.Information,`Reconnect retries have been exhausted after ${Date.now()-A} ms and ${j} failed attempts. Connection disconnecting.`),this.Dt()}zt($,A,j){try{return this.Z.nextRetryDelayInMilliseconds({elapsedMilliseconds:A,previousRetryCount:$,retryReason:j})}catch(B){return this.u.log(r.Error,`IRetryPolicy.nextRetryDelayInMilliseconds(${$}, ${A}) threw error '${B}'.`),null}}Xt($){const A=this.it;this.it={},Object.keys(A).forEach(j=>{const B=A[j];try{B(null,$)}catch(et){this.u.log(r.Error,`Stream 'error' callback called with '${$}' threw error: ${Rt(et)}`)}})}Tt(){this.Ft&&(clearTimeout(this.Ft),this.Ft=void 0)}Ct(){this.Ot&&clearTimeout(this.Ot)}Mt($,A,j,B){if(j)return B.length!==0?{arguments:A,streamIds:B,target:$,type:Xt.Invocation}:{arguments:A,target:$,type:Xt.Invocation};{const et=this.ct;return this.ct++,B.length!==0?{arguments:A,invocationId:et.toString(),streamIds:B,target:$,type:Xt.Invocation}:{arguments:A,invocationId:et.toString(),target:$,type:Xt.Invocation}}}qt($,A){if($.length!==0){A||(A=Promise.resolve());for(const j in $)$[j].subscribe({complete:y(()=>{A=A.then(()=>this.xt(this.Bt(j)))},"complete"),error:y(B=>{let et;et=B instanceof Error?B.message:B&&B.toString?B.toString():"Unknown error",A=A.then(()=>this.xt(this.Bt(j,et)))},"error"),next:y(B=>{A=A.then(()=>this.xt(this.Vt(j,B)))},"next")})}}Ut($){const A=[],j=[];for(let B=0;B<$.length;B++){const et=$[B];if(this.Kt(et)){const ot=this.ct;this.ct++,A[ot]=et,j.push(ot.toString()),$.splice(B,1)}}return[A,j]}Kt($){return $&&$.subscribe&&typeof $.subscribe=="function"}Lt($,A,j){const B=this.ct;return this.ct++,j.length!==0?{arguments:A,invocationId:B.toString(),streamIds:j,target:$,type:Xt.StreamInvocation}:{arguments:A,invocationId:B.toString(),target:$,type:Xt.StreamInvocation}}Nt($){return{invocationId:$,type:Xt.CancelInvocation}}Vt($,A){return{invocationId:$,item:A,type:Xt.StreamItem}}Bt($,A,j){return A?{error:A,invocationId:$,type:Xt.Completion}:{invocationId:$,result:j,type:Xt.Completion}}At(){return{type:Xt.Close}}},u(io,"ec"),io);y(fa,"q");let ma=fa;const fs=[0,2e3,1e4,3e4,null],ya=(Oa=class{constructor($){this.Gt=$!==void 0?[...$,null]:fs}nextRetryDelayInMilliseconds($){return this.Gt[$.previousRetryCount]}},u(Oa,"Ul"),Oa);y(ya,"j");let Gl=ya;const Kl=(ko=class{},u(ko,"Nl"),ko);y(Kl,"W");let dn=Kl;dn.Authorization="Authorization",dn.Cookie="Cookie";const Jl=(jo=class extends rt{constructor($,A){super(),this.Qt=$,this.Yt=A}async send($){let A=!0;this.Yt&&(!this.Zt||$.url&&$.url.indexOf("/negotiate?")>0)&&(A=!1,this.Zt=await this.Yt()),this.te($);const j=await this.Qt.send($);return A&&j.statusCode===401&&this.Yt?(this.Zt=await this.Yt(),this.te($),await this.Qt.send($)):j}te($){$.headers||($.headers={}),this.Zt?$.headers[dn.Authorization]=`Bearer ${this.Zt}`:this.Yt&&$.headers[dn.Authorization]&&delete $.headers[dn.Authorization]}getCookieString($){return this.Qt.getCookieString($)}},u(jo,"jl"),jo);y(Jl,"O");let _n=Jl;var Ue,We;(function(ut){ut[ut.None=0]="None",ut[ut.WebSockets=1]="WebSockets",ut[ut.ServerSentEvents=2]="ServerSentEvents",ut[ut.LongPolling=4]="LongPolling"})(Ue||(Ue={})),function(ut){ut[ut.Text=1]="Text",ut[ut.Binary=2]="Binary"}(We||(We={}));const xr=(Sr=class{constructor(){this.ee=!1,this.onabort=null}abort(){this.ee||(this.ee=!0,this.onabort&&this.onabort())}get signal(){return this}get aborted(){return this.ee}},u(Sr,"ql"),Sr);y(xr,"X");let tc=xr;const vn=(Fo=class{get pollAborted(){return this.se.aborted}constructor($,A,j){this.$=$,this.u=A,this.se=new tc,this.ie=j,this.ne=!1,this.onreceive=null,this.onclose=null}async connect($,A){if(dt.isRequired($,"url"),dt.isRequired(A,"transferFormat"),dt.isIn(A,We,"transferFormat"),this.re=$,this.u.log(r.Trace,"(LongPolling transport) Connecting."),A===We.Binary&&typeof XMLHttpRequest<"u"&&typeof new XMLHttpRequest().responseType!="string")throw new Error("Binary protocols over XmlHttpRequest not implementing advanced features are not supported.");const[j,B]=ct(),et={[j]:B,...this.ie.headers},ot={abortSignal:this.se.signal,headers:et,timeout:1e5,withCredentials:this.ie.withCredentials};A===We.Binary&&(ot.responseType="arraybuffer");const Et=`${$}&_=${Date.now()}`;this.u.log(r.Trace,`(LongPolling transport) polling: ${Et}.`);const Mt=await this.$.get(Et,ot);Mt.statusCode!==200?(this.u.log(r.Error,`(LongPolling transport) Unexpected response code: ${Mt.statusCode}.`),this.oe=new c(Mt.statusText||"",Mt.statusCode),this.ne=!1):this.ne=!0,this.he=this.ce(this.re,ot)}async ce($,A){try{for(;this.ne;)try{const j=`${$}&_=${Date.now()}`;this.u.log(r.Trace,`(LongPolling transport) polling: ${j}.`);const B=await this.$.get(j,A);B.statusCode===204?(this.u.log(r.Information,"(LongPolling transport) Poll terminated by server."),this.ne=!1):B.statusCode!==200?(this.u.log(r.Error,`(LongPolling transport) Unexpected response code: ${B.statusCode}.`),this.oe=new c(B.statusText||"",B.statusCode),this.ne=!1):B.content?(this.u.log(r.Trace,`(LongPolling transport) data received. ${ne(B.content,this.ie.logMessageContent)}.`),this.onreceive&&this.onreceive(B.content)):this.u.log(r.Trace,"(LongPolling transport) Poll timed out, reissuing.")}catch(j){this.ne?j instanceof p?this.u.log(r.Trace,"(LongPolling transport) Poll timed out, reissuing."):(this.oe=j,this.ne=!1):this.u.log(r.Trace,`(LongPolling transport) Poll errored after shutdown: ${j.message}`)}}finally{this.u.log(r.Trace,"(LongPolling transport) Polling complete."),this.pollAborted||this.ae()}}async send($){return this.ne?ve(this.u,"LongPolling",this.$,this.re,$,this.ie):Promise.reject(new Error("Cannot send until the transport is connected"))}async stop(){this.u.log(r.Trace,"(LongPolling transport) Stopping polling."),this.ne=!1,this.se.abort();try{await this.he,this.u.log(r.Trace,`(LongPolling transport) sending DELETE request to ${this.re}.`);const $={},[A,j]=ct();$[A]=j;const B={headers:{...$,...this.ie.headers},timeout:this.ie.timeout,withCredentials:this.ie.withCredentials};let et;try{await this.$.delete(this.re,B)}catch(ot){et=ot}et?et instanceof c&&(et.statusCode===404?this.u.log(r.Trace,"(LongPolling transport) A 404 response was returned from sending a DELETE request."):this.u.log(r.Trace,`(LongPolling transport) Error sending a DELETE request: ${et}`)):this.u.log(r.Trace,"(LongPolling transport) DELETE request accepted.")}finally{this.u.log(r.Trace,"(LongPolling transport) Stop finished."),this.ae()}}ae(){if(this.onclose){let $="(LongPolling transport) Firing onclose event.";this.oe&&($+=" Error: "+this.oe),this.u.log(r.Trace,$),this.onclose(this.oe)}}},u(Fo,"Wl"),Fo);y(vn,"J");let kr=vn;const No=(Pr=class{constructor($,A,j,B){this.$=$,this.Zt=A,this.u=j,this.ie=B,this.onreceive=null,this.onclose=null}async connect($,A){return dt.isRequired($,"url"),dt.isRequired(A,"transferFormat"),dt.isIn(A,We,"transferFormat"),this.u.log(r.Trace,"(SSE transport) Connecting."),this.re=$,this.Zt&&($+=($.indexOf("?")<0?"?":"&")+`access_token=${encodeURIComponent(this.Zt)}`),new Promise((j,B)=>{let et,ot=!1;if(A===We.Text){if(It.isBrowser||It.isWebWorker)et=new this.ie.EventSource($,{withCredentials:this.ie.withCredentials});else{const Et=this.$.getCookieString($),Mt={};Mt.Cookie=Et;const[fe,De]=ct();Mt[fe]=De,et=new this.ie.EventSource($,{withCredentials:this.ie.withCredentials,headers:{...Mt,...this.ie.headers}})}try{et.onmessage=Et=>{if(this.onreceive)try{this.u.log(r.Trace,`(SSE transport) data received. ${ne(Et.data,this.ie.logMessageContent)}.`),this.onreceive(Et.data)}catch(Mt){return void this.le(Mt)}},et.onerror=Et=>{ot?this.le():B(new Error("EventSource failed to connect. The connection could not be found on the server, either the connection ID is not present on the server, or a proxy is refusing/buffering the connection. If you have multiple servers check that sticky sessions are enabled."))},et.onopen=()=>{this.u.log(r.Information,`SSE connected to ${this.re}`),this.ue=et,ot=!0,j()}}catch(Et){return void B(Et)}}else B(new Error("The Server-Sent Events transport only supports the 'Text' transfer format"))})}async send($){return this.ue?ve(this.u,"SSE",this.$,this.re,$,this.ie):Promise.reject(new Error("Cannot send until the transport is connected"))}stop(){return this.le(),Promise.resolve()}le($){this.ue&&(this.ue.close(),this.ue=void 0,this.onclose&&this.onclose($))}},u(Pr,"Ql"),Pr);y(No,"z");let ms=No;const ys=(Cr=class{constructor($,A,j,B,et,ot){this.u=j,this.Yt=A,this.de=B,this.fe=et,this.$=$,this.onreceive=null,this.onclose=null,this.pe=ot}async connect($,A){let j;return dt.isRequired($,"url"),dt.isRequired(A,"transferFormat"),dt.isIn(A,We,"transferFormat"),this.u.log(r.Trace,"(WebSockets transport) Connecting."),this.Yt&&(j=await this.Yt()),new Promise((B,et)=>{let ot;$=$.replace(/^http/,"ws");const Et=this.$.getCookieString($);let Mt=!1;if(It.isNode||It.isReactNative){const fe={},[De,Bo]=ct();fe[De]=Bo,j&&(fe[dn.Authorization]=`Bearer ${j}`),Et&&(fe[dn.Cookie]=Et),ot=new this.fe($,void 0,{headers:{...fe,...this.pe}})}else j&&($+=($.indexOf("?")<0?"?":"&")+`access_token=${encodeURIComponent(j)}`);ot||(ot=new this.fe($)),A===We.Binary&&(ot.binaryType="arraybuffer"),ot.onopen=fe=>{this.u.log(r.Information,`WebSocket connected to ${$}.`),this.we=ot,Mt=!0,B()},ot.onerror=fe=>{let De=null;De=typeof ErrorEvent<"u"&&fe instanceof ErrorEvent?fe.error:"There was an error with the transport",this.u.log(r.Information,`(WebSockets transport) ${De}.`)},ot.onmessage=fe=>{if(this.u.log(r.Trace,`(WebSockets transport) data received. ${ne(fe.data,this.de)}.`),this.onreceive)try{this.onreceive(fe.data)}catch(De){return void this.le(De)}},ot.onclose=fe=>{if(Mt)this.le(fe);else{let De=null;De=typeof ErrorEvent<"u"&&fe instanceof ErrorEvent?fe.error:"WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.",et(new Error(De))}}})}send($){return this.we&&this.we.readyState===this.fe.OPEN?(this.u.log(r.Trace,`(WebSockets transport) sending data. ${ne($,this.de)}.`),this.we.send($),Promise.resolve()):Promise.reject("WebSocket is not in the OPEN state")}stop(){return this.we&&this.le(void 0),Promise.resolve()}le($){this.we&&(this.we.onclose=()=>{},this.we.onmessage=()=>{},this.we.onerror=()=>{},this.we.close(),this.we=void 0),this.u.log(r.Trace,"(WebSockets transport) socket closed."),this.onclose&&(!this.ge($)||$.wasClean!==!1&&$.code===1e3?$ instanceof Error?this.onclose($):this.onclose():this.onclose(new Error(`WebSocket closed with status code: ${$.code} (${$.reason||"no reason given"}).`)))}ge($){return $&&typeof $.wasClean=="boolean"&&typeof $.code=="number"}},u(Cr,"Kl"),Cr);y(ys,"V");let ga=ys;const gs=(Tr=class{constructor($,A={}){var j;if(this.me=()=>{},this.features={},this.ye=1,dt.isRequired($,"url"),this.u=(j=A.logger)===void 0?new be(r.Information):j===null?pt.instance:j.log!==void 0?j:new be(j),this.baseUrl=this.be($),(A=A||{}).logMessageContent=A.logMessageContent!==void 0&&A.logMessageContent,typeof A.withCredentials!="boolean"&&A.withCredentials!==void 0)throw new Error("withCredentials option was not a 'boolean' or 'undefined' value");A.withCredentials=A.withCredentials===void 0||A.withCredentials,A.timeout=A.timeout===void 0?1e5:A.timeout;let B=null,et=null;if(It.isNode){const ot=Hb;B=ot("ws"),et=ot("eventsource")}It.isNode||typeof WebSocket>"u"||A.WebSocket?It.isNode&&!A.WebSocket&&B&&(A.WebSocket=B):A.WebSocket=WebSocket,It.isNode||typeof EventSource>"u"||A.EventSource?It.isNode&&!A.EventSource&&et!==void 0&&(A.EventSource=et):A.EventSource=EventSource,this.$=new _n(A.httpClient||new _i(this.u),A.accessTokenFactory),this.ut="Disconnected",this.dt=!1,this.ie=A,this.onreceive=null,this.onclose=null}async start($){if($=$||We.Binary,dt.isIn($,We,"transferFormat"),this.u.log(r.Debug,`Starting connection with transfer format '${We[$]}'.`),this.ut!=="Disconnected")return Promise.reject(new Error("Cannot start an HttpConnection that is not in the 'Disconnected' state."));if(this.ut="Connecting",this.ve=this.yt($),await this.ve,this.ut==="Disconnecting"){const A="Failed to start the HttpConnection before stop() was called.";return this.u.log(r.Error,A),await this.It,Promise.reject(new g(A))}if(this.ut!=="Connected"){const A="HttpConnection.startInternal completed gracefully but didn't enter the connection into the connected state!";return this.u.log(r.Error,A),Promise.reject(new g(A))}this.dt=!0}send($){return this.ut!=="Connected"?Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")):(this.Ee||(this.Ee=new vs(this.transport)),this.Ee.send($))}async stop($){return this.ut==="Disconnected"?(this.u.log(r.Debug,`Call to HttpConnection.stop(${$}) ignored because the connection is already in the disconnected state.`),Promise.resolve()):this.ut==="Disconnecting"?(this.u.log(r.Debug,`Call to HttpConnection.stop(${$}) ignored because the connection is already in the disconnecting state.`),this.It):(this.ut="Disconnecting",this.It=new Promise(A=>{this.me=A}),await this._t($),void await this.It)}async _t($){this.$e=$;try{await this.ve}catch{}if(this.transport){try{await this.transport.stop()}catch(A){this.u.log(r.Error,`HttpConnection.transport.stop() threw error '${A}'.`),this.Ce()}this.transport=void 0}else this.u.log(r.Debug,"HttpConnection.transport is undefined in HttpConnection.stop() because start() failed.")}async yt($){let A=this.baseUrl;this.Yt=this.ie.accessTokenFactory,this.$.Yt=this.Yt;try{if(this.ie.skipNegotiation){if(this.ie.transport!==Ue.WebSockets)throw new Error("Negotiation can only be skipped when using the WebSocket transport directly.");this.transport=this.Se(Ue.WebSockets),await this.ke(A,$)}else{let j=null,B=0;do{if(j=await this.Pe(A),this.ut==="Disconnecting"||this.ut==="Disconnected")throw new g("The connection was stopped during negotiation.");if(j.error)throw new Error(j.error);if(j.ProtocolVersion)throw new Error("Detected a connection attempt to an ASP.NET SignalR Server. This client only supports connecting to an ASP.NET Core SignalR Server. See https://aka.ms/signalr-core-differences for details.");if(j.url&&(A=j.url),j.accessToken){const et=j.accessToken;this.Yt=()=>et,this.$.Zt=et,this.$.Yt=void 0}B++}while(j.url&&B<100);if(B===100&&j.url)throw new Error("Negotiate redirection limit exceeded.");await this.Te(A,this.ie.transport,j,$)}this.transport instanceof kr&&(this.features.inherentKeepAlive=!0),this.ut==="Connecting"&&(this.u.log(r.Debug,"The HttpConnection connected successfully."),this.ut="Connected")}catch(j){return this.u.log(r.Error,"Failed to start the connection: "+j),this.ut="Disconnected",this.transport=void 0,this.me(),Promise.reject(j)}}async Pe($){const A={},[j,B]=ct();A[j]=B;const et=this.Ie($);this.u.log(r.Debug,`Sending negotiation request: ${et}.`);try{const ot=await this.$.post(et,{content:"",headers:{...A,...this.ie.headers},timeout:this.ie.timeout,withCredentials:this.ie.withCredentials});if(ot.statusCode!==200)return Promise.reject(new Error(`Unexpected status code returned from negotiate '${ot.statusCode}'`));const Et=JSON.parse(ot.content);return(!Et.negotiateVersion||Et.negotiateVersion<1)&&(Et.connectionToken=Et.connectionId),Et.useStatefulReconnect&&this.ie._e!==!0?Promise.reject(new q("Client didn't negotiate Stateful Reconnect but the server did.")):Et}catch(ot){let Et="Failed to complete negotiation with the server: "+ot;return ot instanceof c&&ot.statusCode===404&&(Et+=" Either this is not a SignalR endpoint or there is a proxy blocking the connection."),this.u.log(r.Error,Et),Promise.reject(new q(Et))}}He($,A){return A?$+($.indexOf("?")===-1?"?":"&")+`id=${A}`:$}async Te($,A,j,B){let et=this.He($,j.connectionToken);if(this.De(A))return this.u.log(r.Debug,"Connection was provided an instance of ITransport, using that directly."),this.transport=A,await this.ke(et,B),void(this.connectionId=j.connectionId);const ot=[],Et=j.availableTransports||[];let Mt=j;for(const fe of Et){const De=this.Re(fe,A,B,(Mt==null?void 0:Mt.useStatefulReconnect)===!0);if(De instanceof Error)ot.push(`${fe.transport} failed:`),ot.push(De);else if(this.De(De)){if(this.transport=De,!Mt){try{Mt=await this.Pe($)}catch(Bo){return Promise.reject(Bo)}et=this.He($,Mt.connectionToken)}try{return await this.ke(et,B),void(this.connectionId=Mt.connectionId)}catch(Bo){if(this.u.log(r.Error,`Failed to start the transport '${fe.transport}': ${Bo}`),Mt=void 0,ot.push(new C(`${fe.transport} failed: ${Bo}`,Ue[fe.transport])),this.ut!=="Connecting"){const sh="Failed to select transport before stop() was called.";return this.u.log(r.Debug,sh),Promise.reject(new g(sh))}}}}return ot.length>0?Promise.reject(new D(`Unable to connect to the server with any of the available transports. ${ot.join(" ")}`,ot)):Promise.reject(new Error("None of the transports supported by the client are supported by the server."))}Se($){switch($){case Ue.WebSockets:if(!this.ie.WebSocket)throw new Error("'WebSocket' is not supported in your environment.");return new ga(this.$,this.Yt,this.u,this.ie.logMessageContent,this.ie.WebSocket,this.ie.headers||{});case Ue.ServerSentEvents:if(!this.ie.EventSource)throw new Error("'EventSource' is not supported in your environment.");return new ms(this.$,this.$.Zt,this.u,this.ie);case Ue.LongPolling:return new kr(this.$,this.u,this.ie);default:throw new Error(`Unknown transport: ${$}.`)}}ke($,A){return this.transport.onreceive=this.onreceive,this.features.reconnect?this.transport.onclose=async j=>{let B=!1;if(this.features.reconnect){try{this.features.disconnected(),await this.transport.connect($,A),await this.features.resend()}catch{B=!0}B&&this.Ce(j)}else this.Ce(j)}:this.transport.onclose=j=>this.Ce(j),this.transport.connect($,A)}Re($,A,j,B){const et=Ue[$.transport];if(et==null)return this.u.log(r.Debug,`Skipping transport '${$.transport}' because it is not supported by this client.`),new Error(`Skipping transport '${$.transport}' because it is not supported by this client.`);if(!function(ot,Et){return!ot||(Et&ot)!=0}(A,et))return this.u.log(r.Debug,`Skipping transport '${Ue[et]}' because it was disabled by the client.`),new T(`'${Ue[et]}' is disabled by the client.`,et);if(!($.transferFormats.map(ot=>We[ot]).indexOf(j)>=0))return this.u.log(r.Debug,`Skipping transport '${Ue[et]}' because it does not support the requested transfer format '${We[j]}'.`),new Error(`'${Ue[et]}' does not support ${We[j]}.`);if(et===Ue.WebSockets&&!this.ie.WebSocket||et===Ue.ServerSentEvents&&!this.ie.EventSource)return this.u.log(r.Debug,`Skipping transport '${Ue[et]}' because it is not supported in your environment.'`),new O(`'${Ue[et]}' is not supported in your environment.`,et);this.u.log(r.Debug,`Selecting transport '${Ue[et]}'.`);try{return this.features.reconnect=et===Ue.WebSockets?B:void 0,this.Se(et)}catch(ot){return ot}}De($){return $&&typeof $=="object"&&"connect"in $}Ce($){if(this.u.log(r.Debug,`HttpConnection.stopConnection(${$}) called while in state ${this.ut}.`),this.transport=void 0,$=this.$e||$,this.$e=void 0,this.ut!=="Disconnected"){if(this.ut==="Connecting")throw this.u.log(r.Warning,`Call to HttpConnection.stopConnection(${$}) was ignored because the connection is still in the connecting state.`),new Error(`HttpConnection.stopConnection(${$}) was called while the connection is still in the connecting state.`);if(this.ut==="Disconnecting"&&this.me(),$?this.u.log(r.Error,`Connection disconnected with error '${$}'.`):this.u.log(r.Information,"Connection disconnected."),this.Ee&&(this.Ee.stop().catch(A=>{this.u.log(r.Error,`TransportSendQueue.stop() threw error '${A}'.`)}),this.Ee=void 0),this.connectionId=void 0,this.ut="Disconnected",this.dt){this.dt=!1;try{this.onclose&&this.onclose($)}catch(A){this.u.log(r.Error,`HttpConnection.onclose(${$}) threw error '${A}'.`)}}}else this.u.log(r.Debug,`Call to HttpConnection.stopConnection(${$}) was ignored because the connection is already in the disconnected state.`)}be($){if($.lastIndexOf("https://",0)===0||$.lastIndexOf("http://",0)===0)return $;if(!It.isBrowser)throw new Error(`Cannot resolve '${$}'.`);const A=window.document.createElement("a");return A.href=$,this.u.log(r.Information,`Normalizing '${$}' to '${A.href}'.`),A.href}Ie($){const A=new URL($);A.pathname.endsWith("/")?A.pathname+="negotiate":A.pathname+="/negotiate";const j=new URLSearchParams(A.searchParams);return j.has("negotiateVersion")||j.append("negotiateVersion",this.ye.toString()),j.has("useStatefulReconnect")?j.get("useStatefulReconnect")==="true"&&(this.ie._e=!0):this.ie._e===!0&&j.append("useStatefulReconnect","true"),A.search=j.toString(),A.toString()}},u(Tr,"Gl"),Tr);y(gs,"K");let wa=gs;const ws=($o=class{constructor($){this.xe=$,this.Ae=[],this.Ue=!0,this.Le=new Oo,this.Ne=new Oo,this.qe=this.Me()}send($){return this.je($),this.Ne||(this.Ne=new Oo),this.Ne.promise}stop(){return this.Ue=!1,this.Le.resolve(),this.qe}je($){if(this.Ae.length&&typeof this.Ae[0]!=typeof $)throw new Error(`Expected data to be of type ${typeof this.Ae} but was of type ${typeof $}`);this.Ae.push($),this.Le.resolve()}async Me(){for(;;){if(await this.Le.promise,!this.Ue){this.Ne&&this.Ne.reject("Connection stopped.");break}this.Le=new Oo;const $=this.Ne;this.Ne=void 0;const A=typeof this.Ae[0]=="string"?this.Ae.join(""):$o.We(this.Ae);this.Ae.length=0;try{await this.xe.send(A),$.resolve()}catch(j){$.reject(j)}}}static We($){const A=$.map(et=>et.byteLength).reduce((et,ot)=>et+ot),j=new Uint8Array(A);let B=0;for(const et of $)j.set(new Uint8Array(et),B),B+=et.byteLength;return j.buffer}},u($o,"ic"),$o);y(ws,"G");let vs=ws;const bo=(xa=class{constructor(){this.promise=new Promise(($,A)=>[this.j,this.Oe]=[$,A])}resolve(){this.j()}reject($){this.Oe($)}},u(xa,"Zl"),xa);y(bo,"Q");let Oo=bo;const va=(Er=class{constructor(){this.name="json",this.version=2,this.transferFormat=We.Text}parseMessages($,A){if(typeof $!="string")throw new Error("Invalid input for JSON hub protocol. Expected a string.");if(!$)return[];A===null&&(A=pt.instance);const j=zn.parse($),B=[];for(const et of j){const ot=JSON.parse(et);if(typeof ot.type!="number")throw new Error("Invalid payload.");switch(ot.type){case Xt.Invocation:this.U(ot);break;case Xt.StreamItem:this.Fe(ot);break;case Xt.Completion:this.Be(ot);break;case Xt.Ping:case Xt.Close:break;case Xt.Ack:this.Xe(ot);break;case Xt.Sequence:this.Je(ot);break;default:A.log(r.Information,"Unknown message type '"+ot.type+"' ignored.");continue}B.push(ot)}return B}writeMessage($){return zn.write(JSON.stringify($))}U($){this.ze($.target,"Invalid payload for Invocation message."),$.invocationId!==void 0&&this.ze($.invocationId,"Invalid payload for Invocation message.")}Fe($){if(this.ze($.invocationId,"Invalid payload for StreamItem message."),$.item===void 0)throw new Error("Invalid payload for StreamItem message.")}Be($){if($.result&&$.error)throw new Error("Invalid payload for Completion message.");!$.result&&$.error&&this.ze($.error,"Invalid payload for Completion message."),this.ze($.invocationId,"Invalid payload for Completion message.")}Xe($){if(typeof $.sequenceId!="number")throw new Error("Invalid SequenceId for Ack message.")}Je($){if(typeof $.sequenceId!="number")throw new Error("Invalid SequenceId for Sequence message.")}ze($,A){if(typeof $!="string"||$==="")throw new Error(A)}},u(Er,"Yl"),Er);y(va,"Y");let bs=va;const ec={trace:r.Trace,debug:r.Debug,info:r.Information,information:r.Information,warn:r.Warning,warning:r.Warning,error:r.Error,critical:r.Critical,none:r.None},ic=(ka=class{configureLogging($){if(dt.isRequired($,"logging"),$.log!==void 0)this.logger=$;else if(typeof $=="string"){const A=function(j){const B=ec[j.toLowerCase()];if(B!==void 0)return B;throw new Error(`Unknown log level: ${j}`)}($);this.logger=new be(A)}else this.logger=new be($);return this}withUrl($,A){return dt.isRequired($,"url"),dt.isNotEmpty($,"url"),this.url=$,this.httpConnectionOptions=typeof A=="object"?{...this.httpConnectionOptions,...A}:{...this.httpConnectionOptions,transport:A},this}withHubProtocol($){return dt.isRequired($,"protocol"),this.protocol=$,this}withAutomaticReconnect($){if(this.reconnectPolicy)throw new Error("A reconnectPolicy has already been set.");return $?Array.isArray($)?this.reconnectPolicy=new Gl($):this.reconnectPolicy=$:this.reconnectPolicy=new Gl,this}withServerTimeout($){return dt.isRequired($,"milliseconds"),this.Ve=$,this}withKeepAliveInterval($){return dt.isRequired($,"milliseconds"),this.Ke=$,this}withStatefulReconnect($){return this.httpConnectionOptions===void 0&&(this.httpConnectionOptions={}),this.httpConnectionOptions._e=!0,this.Y=$==null?void 0:$.bufferSize,this}build(){const $=this.httpConnectionOptions||{};if($.logger===void 0&&($.logger=this.logger),!this.url)throw new Error("The 'HubConnectionBuilder.withUrl' method must be called before building the connection.");const A=new wa(this.url,$);return ma.create(A,this.logger||pt.instance,this.protocol||new bs,this.reconnectPolicy,this.Ve,this.Ke,this.Y)}},u(ka,"Xl"),ka);y(ic,"tt");let nc=ic;return Uint8Array.prototype.indexOf||Object.defineProperty(Uint8Array.prototype,"indexOf",{value:Array.prototype.indexOf,writable:!0}),Uint8Array.prototype.slice||Object.defineProperty(Uint8Array.prototype,"slice",{value:y(function(ut,$){return new Uint8Array(Array.prototype.slice.call(this,ut,$))},"value"),writable:!0}),Uint8Array.prototype.forEach||Object.defineProperty(Uint8Array.prototype,"forEach",{value:Array.prototype.forEach,writable:!0}),a})(),"e"),o.exports=i()})(zW);var U6=zW.exports;const SY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._whenConnectionRequested=new Promise(a=>{this._resolveConnectionRequested=a}),this._connectionEventListeners=[],this.signalRAccessTokenRefresh=!1,this._whenConnectionStarted=new Promise((a,s)=>{this._whenConnectionStartedResolve=a,this._whenConnectionStartedReject=s}),this.whenConnectionRequested().then(()=>{this.isDestroyed||this.createConnection()})}async whenConnectionRequested(){await this._whenConnectionRequested}get rtmConnection(){return this._connection}async whenConnectionStarted(){await this._whenConnectionStarted}async createConnection(){if(this.isDestroyed)throw new Ri;if(this.networkStateIsPending=!0,await this.whenUrlAndTokenFactory(),this._connection){const r=new URL("/hubs/rtm",this.url);this._connection.baseUrl!==r.toString()&&(this.connectionState="reconnecting",console.log(this.weavyId,"Reconnecting due to changed url.",this._connection.baseUrl,"=>",r.toString()),await this.disconnect(),this._connection.baseUrl=r.toString(),this.connect())}else{this.connectionState="connecting";const r=new URL("/hubs/rtm",this.url);this._connection=new U6.HubConnectionBuilder().configureLogging(U6.LogLevel.None).withUrl(r.toString(),{accessTokenFactory:y(async()=>{try{if(this.signalRAccessTokenRefresh){const a=await this.getToken(!0);return this.signalRAccessTokenRefresh=!1,a}else return await this.getToken()}catch(a){throw console.error(a),a}},"accessTokenFactory")}).withAutomaticReconnect({nextRetryDelayInMilliseconds:y(a=>!this.isDestroyed&&window.navigator.onLine&&(document==null?void 0:document.visibilityState)!=="hidden"&&a.elapsedMilliseconds<6e4?[0,2e3,1e4][a.previousRetryCount]||1e4:null,"nextRetryDelayInMilliseconds")}).build(),this._connection.onclose(async()=>{console.info(this.weavyId,"SignalR closed."),this.connectionState="disconnected",!this.isDestroyed&&(this.networkStateIsPending=!0,this._whenConnectionStarted=new Promise((a,s)=>{this._whenConnectionStartedResolve=a,this._whenConnectionStartedReject=s}),this.connect())}),this._connection.onreconnecting(()=>{console.log(this.weavyId,"SignalR reconnecting..."),this.connectionState="reconnecting"}),this._connection.onreconnected(()=>{var a;console.info(this.weavyId,"SignalR reconnected."),this.connectionState="connected",this.networkStateIsPending=!1;for(let s=0;s<this._connectionEventListeners.length;s++)(a=this._connection)==null||a.invoke("Subscribe",this._connectionEventListeners[s].name)}),this.connect()}}async disconnect(){this._connection&&(await this._connection.stop(),this.connectionState="disconnected")}async connect(){var r;if(this.isDestroyed)throw new Ri;if(this._connection){console.log(this.weavyId,"Connecting SignalR...");try{if(!window.navigator.onLine)throw new Error;await Promise.race([this._connection.start(),this.whenConnectionStarted()]),this.signalRAccessTokenRefresh=!1,this.networkStateIsPending=!1,this.connectionState="connected",(r=this._whenConnectionStartedResolve)==null||r.call(this,void 0),console.info(this.weavyId,"SignalR connected.")}catch(a){if(a instanceof Ri){console.warn(this.weavyId,"SignalR connection aborted.");return}window.navigator.onLine?!this.signalRAccessTokenRefresh&&window.document.visibilityState!=="hidden"&&a.toString().includes("Unauthorized")?(console.log(this.weavyId,"Retrying SignalR connect with fresh token."),this.signalRAccessTokenRefresh=!0):(console.log(this.weavyId,"Server is probably down, retrying SignalR connect after a delay or when window regains focus."),this.connectionState="reconnecting",await new Promise(s=>{setTimeout(s,5e3),window.addEventListener("visibilitychange",s,{once:!0}),window.addEventListener("offline",s,{once:!0}),window.addEventListener("online",s,{once:!0})})):(this.networkStateIsPending=!1,console.log(this.weavyId,"Offline, reconnecting SignalR when online."),await new Promise(s=>{window.addEventListener("online",s,{once:!0})})),window.navigator.onLine&&(document==null?void 0:document.visibilityState)!=="hidden"&&await new Promise(s=>setTimeout(s,1e3)),this.checkVersion(),this.networkStateIsPending=!0,await this.connect()}}}async subscribe(r,a,s){var c;if(this.isDestroyed)throw new Ri;(c=this._resolveConnectionRequested)==null||c.call(this,!0);try{const d=r?r+":"+a:a;if(this._connectionEventListeners.some(p=>p.name===d&&p.callback===s))throw new Error("Duplicate subscribe: "+d);if(this._connectionEventListeners.push({name:d,callback:s}),await this.whenConnectionStarted(),!this._connection)throw new Error("Connection not created");this._connection.on(d,s),await this._connection.invoke("Subscribe",d)}catch(d){d instanceof Ri||console.error(this.weavyId,"Error in Subscribe:",d)}}async unsubscribe(r,a,s){var c;if(this.isDestroyed)throw new Ri;try{const d=r?r+":"+a:a,p=this._connectionEventListeners.findIndex(m=>m.name===d&&m.callback===s);if(p!==-1){if(this._connectionEventListeners.splice(p,1),await this.whenConnectionStarted(),!this._connection)throw new Error("Connection not created");(c=this._connection)==null||c.off(d,s),this._connectionEventListeners.some(m=>m.name===d)||await this._connection.invoke("Unsubscribe",d)}}catch(d){d instanceof Ri||console.error(this.weavyId,"Error in Unsubscribe:",d)}}destroy(){super.destroy(),this.disconnect(),this._whenConnectionStartedReject&&(this._whenConnectionStarted.catch(()=>{}),this._whenConnectionStartedReject(new Ri))}},u(i,"t"),i),y(t,"WeavyConnection"),t},"WeavyConnectionMixin");var J$,Af,kg=(J$=(Af=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(t){return this.listeners.add(t),this.onSubscribe(),()=>{this.listeners.delete(t),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},u(Af,"Eo"),Af),y(J$,"Subscribable"),J$),og=typeof window>"u"||"Deno"in globalThis;function uo(){}u(uo,"He");y(uo,"noop$1");function _W(o,t){return typeof o=="function"?o(t):o}u(_W,"Cf");y(_W,"functionalUpdate");function VO(o){return typeof o=="number"&&o>=0&&o!==1/0}u(VO,"yd");y(VO,"isValidTimeout");function k9(o,t){return Math.max(o+(t||0)-Date.now(),0)}u(k9,"qu");y(k9,"timeUntilStale");function Dc(o,t){return typeof o=="function"?o(t):o}u(Dc,"go");y(Dc,"resolveStaleTime");function Ro(o,t){return typeof o=="function"?o(t):o}u(Ro,"Ke");y(Ro,"resolveEnabled");function D3(o,t){const{type:i="all",exact:n,fetchStatus:r,predicate:a,queryKey:s,stale:c}=o;if(s){if(n){if(t.queryHash!==V2(s,t.options))return!1}else if(!rg(t.queryKey,s))return!1}if(i!=="all"){const d=t.isActive();if(i==="active"&&!d||i==="inactive"&&d)return!1}return!(typeof c=="boolean"&&t.isStale()!==c||r&&r!==t.state.fetchStatus||a&&!a(t))}u(D3,"bp");y(D3,"matchQuery");function V3(o,t){const{exact:i,status:n,predicate:r,mutationKey:a}=o;if(a){if(!t.options.mutationKey)return!1;if(i){if(Rl(t.options.mutationKey)!==Rl(a))return!1}else if(!rg(t.options.mutationKey,a))return!1}return!(n&&t.state.status!==n||r&&!r(t))}u(V3,"xp");y(V3,"matchMutation");function V2(o,t){return((t==null?void 0:t.queryKeyHashFn)||Rl)(o)}u(V2,"nh");y(V2,"hashQueryKeyByOptions");function Rl(o){return JSON.stringify(o,(t,i)=>UO(i)?Object.keys(i).sort().reduce((n,r)=>(n[r]=i[r],n),{}):i)}u(Rl,"Mr");y(Rl,"hashKey");function rg(o,t){return o===t?!0:typeof o!=typeof t?!1:o&&t&&typeof o=="object"&&typeof t=="object"?!Object.keys(t).some(i=>!rg(o[i],t[i])):!1}u(rg,"us");y(rg,"partialMatchKey");function $g(o,t){if(o===t)return o;const i=U3(o)&&U3(t);if(i||UO(o)&&UO(t)){const n=i?o:Object.keys(o),r=n.length,a=i?t:Object.keys(t),s=a.length,c=i?[]:{};let d=0;for(let p=0;p<s;p++){const m=i?p:a[p];(!i&&n.includes(m)||i)&&o[m]===void 0&&t[m]===void 0?(c[m]=void 0,d++):(c[m]=$g(o[m],t[m]),c[m]===o[m]&&o[m]!==void 0&&d++)}return r===s&&d===r?o:c}return t}u($g,"Ns");y($g,"replaceEqualDeep");function K1(o,t){if(!t||Object.keys(o).length!==Object.keys(t).length)return!1;for(const i in o)if(o[i]!==t[i])return!1;return!0}u(K1,"uc");y(K1,"shallowEqualObjects");function U3(o){return Array.isArray(o)&&o.length===Object.keys(o).length}u(U3,"$p");y(U3,"isPlainArray");function UO(o){if(!Z3(o))return!1;const t=o.constructor;if(t===void 0)return!0;const i=t.prototype;return!(!Z3(i)||!i.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(o)!==Object.prototype)}u(UO,"wd");y(UO,"isPlainObject");function Z3(o){return Object.prototype.toString.call(o)==="[object Object]"}u(Z3,"kp");y(Z3,"hasObjectPrototype");function LW(o){return new Promise(t=>{setTimeout(t,o)})}u(LW,"_f");y(LW,"sleep");function ZO(o,t,i){return typeof i.structuralSharing=="function"?i.structuralSharing(o,t):i.structuralSharing!==!1?$g(o,t):t}u(ZO,"fd");y(ZO,"replaceData");function IW(o,t,i=0){const n=[...o,t];return i&&n.length>i?n.slice(1):n}u(IW,"Ef");y(IW,"addToEnd");function WW(o,t,i=0){const n=[t,...o];return i&&n.length>i?n.slice(0,-1):n}u(WW,"zf");y(WW,"addToStart");var DW=Symbol();function $9(o,t){return!o.queryFn&&t!=null&&t.initialPromise?()=>t.initialPromise:!o.queryFn||o.queryFn===DW?()=>Promise.reject(new Error(`Missing queryFn: '${o.queryHash}'`)):o.queryFn}u($9,"Qu");y($9,"ensureQueryFn");var kh,vc,_w,t5,zf,PY=(t5=(zf=class extends kg{constructor(){super(),ft(this,kh),ft(this,vc),ft(this,_w),at(this,_w,t=>{if(!og&&window.addEventListener){const i=y(()=>t(),"listener");return window.addEventListener("visibilitychange",i,!1),()=>{window.removeEventListener("visibilitychange",i)}}})}onSubscribe(){_(this,vc)||this.setEventListener(_(this,_w))}onUnsubscribe(){var t;this.hasListeners()||((t=_(this,vc))==null||t.call(this),at(this,vc,void 0))}setEventListener(t){var i;at(this,_w,t),(i=_(this,vc))==null||i.call(this),at(this,vc,t(n=>{typeof n=="boolean"?this.setFocused(n):this.onFocus()}))}setFocused(t){_(this,kh)!==t&&(at(this,kh,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(i=>{i(t)})}isFocused(){var t;return typeof _(this,kh)=="boolean"?_(this,kh):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},u(zf,"Po"),zf),kh=new WeakMap,vc=new WeakMap,_w=new WeakMap,y(t5,"FocusManager"),t5),S9=new PY,Lw,bc,Iw,e5,_f,CY=(e5=(_f=class extends kg{constructor(){super(),ft(this,Lw,!0),ft(this,bc),ft(this,Iw),at(this,Iw,t=>{if(!og&&window.addEventListener){const i=y(()=>t(!0),"onlineListener"),n=y(()=>t(!1),"offlineListener");return window.addEventListener("online",i,!1),window.addEventListener("offline",n,!1),()=>{window.removeEventListener("online",i),window.removeEventListener("offline",n)}}})}onSubscribe(){_(this,bc)||this.setEventListener(_(this,Iw))}onUnsubscribe(){var t;this.hasListeners()||((t=_(this,bc))==null||t.call(this),at(this,bc,void 0))}setEventListener(t){var i;at(this,Iw,t),(i=_(this,bc))==null||i.call(this),at(this,bc,t(this.setOnline.bind(this)))}setOnline(t){_(this,Lw)!==t&&(at(this,Lw,t),this.listeners.forEach(i=>{i(t)}))}isOnline(){return _(this,Lw)}},u(_f,"So"),_f),Lw=new WeakMap,bc=new WeakMap,Iw=new WeakMap,y(e5,"OnlineManager"),e5),NO=new CY;function VW(o){return Math.min(1e3*2**o,3e4)}u(VW,"Mf");y(VW,"defaultRetryDelay");function P9(o){return(o??"online")==="online"?NO.isOnline():!0}u(P9,"Ku");y(P9,"canFetch");var i5,Lf,UW=(i5=(Lf=class extends Error{constructor(t){super("CancelledError"),this.revert=t==null?void 0:t.revert,this.silent=t==null?void 0:t.silent}},u(Lf,"To"),Lf),y(i5,"CancelledError"),i5);function Yb(o){return o instanceof UW}u(Yb,"ed");y(Yb,"isCancelledError");function C9(o){let t=!1,i=0,n=!1,r,a,s;const c=new Promise((C,z)=>{a=C,s=z}),d=y(C=>{var z;n||(x(new UW(C)),(z=o.abort)==null||z.call(o))},"cancel"),p=y(()=>{t=!0},"cancelRetry"),m=y(()=>{t=!1},"continueRetry"),g=y(()=>S9.isFocused()&&(o.networkMode==="always"||NO.isOnline())&&o.canRun(),"canContinue"),v=y(()=>P9(o.networkMode)&&o.canRun(),"canStart"),O=y(C=>{var z;n||(n=!0,(z=o.onSuccess)==null||z.call(o,C),r==null||r(),a(C))},"resolve"),x=y(C=>{var z;n||(n=!0,(z=o.onError)==null||z.call(o,C),r==null||r(),s(C))},"reject"),T=y(()=>new Promise(C=>{var z;r=y(q=>{(n||g())&&C(q)},"continueFn"),(z=o.onPause)==null||z.call(o)}).then(()=>{var C;r=void 0,n||(C=o.onContinue)==null||C.call(o)}),"pause"),R=y(()=>{if(n)return;let C;const z=i===0?o.initialPromise:void 0;try{C=z??o.fn()}catch(q){C=Promise.reject(q)}Promise.resolve(C).then(O).catch(q=>{var W;if(n)return;const D=o.retry??(og?0:3),Y=o.retryDelay??VW,F=typeof Y=="function"?Y(i,q):Y,X=D===!0||typeof D=="number"&&i<D||typeof D=="function"&&D(i,q);if(t||!X){x(q);return}i++,(W=o.onFail)==null||W.call(o,i,q),LW(F).then(()=>g()?void 0:T()).then(()=>{t?x(q):R()})})},"run");return{promise:c,cancel:d,continue:y(()=>(r==null||r(),c),"continue"),cancelRetry:p,continueRetry:m,canStart:v,start:y(()=>(v()?R():T().then(R),c),"start")}}u(C9,"Zu");y(C9,"createRetryer");function ZW(){let o=[],t=0,i=y(c=>{c()},"notifyFn"),n=y(c=>{c()},"batchNotifyFn"),r=y(c=>setTimeout(c,0),"scheduleFn");const a=y(c=>{t?o.push(c):r(()=>{i(c)})},"schedule"),s=y(()=>{const c=o;o=[],c.length&&r(()=>{n(()=>{c.forEach(d=>{i(d)})})})},"flush");return{batch:y(c=>{let d;t++;try{d=c()}finally{t--,t||s()}return d},"batch"),batchCalls:y(c=>(...d)=>{a(()=>{c(...d)})},"batchCalls"),schedule:a,setNotifyFunction:y(c=>{i=c},"setNotifyFunction"),setBatchNotifyFunction:y(c=>{n=c},"setBatchNotifyFunction"),setScheduler:y(c=>{r=c},"setScheduler")}}u(ZW,"Sf");y(ZW,"createNotifyManager");var on=ZW(),$h,n5,If,NW=(n5=(If=class{constructor(){ft(this,$h)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),VO(this.gcTime)&&at(this,$h,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(t){this.gcTime=Math.max(this.gcTime||0,t??(og?1/0:5*60*1e3))}clearGcTimeout(){_(this,$h)&&(clearTimeout(_(this,$h)),at(this,$h,void 0))}},u(If,"Ao"),If),$h=new WeakMap,y(n5,"Removable"),n5),Ww,Dw,Ko,xn,kb,Sh,Dr,Aa,o5,Wf,TY=(o5=(Wf=class extends NW{constructor(t){super(),ft(this,Dr),ft(this,Ww),ft(this,Dw),ft(this,Ko),ft(this,xn),ft(this,kb),ft(this,Sh),at(this,Sh,!1),at(this,kb,t.defaultOptions),this.setOptions(t.options),this.observers=[],at(this,Ko,t.cache),this.queryKey=t.queryKey,this.queryHash=t.queryHash,at(this,Ww,qW(this.options)),this.state=t.state??_(this,Ww),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=_(this,xn))==null?void 0:t.promise}setOptions(t){this.options={..._(this,kb),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&_(this,Ko).remove(this)}setData(t,i){const n=ZO(this.state.data,t,this.options);return Yt(this,Dr,Aa).call(this,{data:n,type:"success",dataUpdatedAt:i==null?void 0:i.updatedAt,manual:i==null?void 0:i.manual}),n}setState(t,i){Yt(this,Dr,Aa).call(this,{type:"setState",state:t,setStateOptions:i})}cancel(t){var i,n;const r=(i=_(this,xn))==null?void 0:i.promise;return(n=_(this,xn))==null||n.cancel(t),r?r.then(uo).catch(uo):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(_(this,Ww))}isActive(){return this.observers.some(t=>Ro(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated?!0:this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0}isStaleByTime(t=0){return this.state.isInvalidated||this.state.data===void 0||!k9(this.state.dataUpdatedAt,t)}onFocus(){var t;const i=this.observers.find(n=>n.shouldFetchOnWindowFocus());i==null||i.refetch({cancelRefetch:!1}),(t=_(this,xn))==null||t.continue()}onOnline(){var t;const i=this.observers.find(n=>n.shouldFetchOnReconnect());i==null||i.refetch({cancelRefetch:!1}),(t=_(this,xn))==null||t.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),_(this,Ko).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(i=>i!==t),this.observers.length||(_(this,xn)&&(_(this,Sh)?_(this,xn).cancel({revert:!0}):_(this,xn).cancelRetry()),this.scheduleGc()),_(this,Ko).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||Yt(this,Dr,Aa).call(this,{type:"invalidate"})}fetch(t,i){var n,r,a;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&i!=null&&i.cancelRefetch)this.cancel({silent:!0});else if(_(this,xn))return _(this,xn).continueRetry(),_(this,xn).promise}if(t&&this.setOptions(t),!this.options.queryFn){const g=this.observers.find(v=>v.options.queryFn);g&&this.setOptions(g.options)}const s=new AbortController,c=y(g=>{Object.defineProperty(g,"signal",{enumerable:!0,get:y(()=>(at(this,Sh,!0),s.signal),"get")})},"addSignalProperty"),d=y(()=>{const g=$9(this.options,i),v={queryKey:this.queryKey,meta:this.meta};return c(v),at(this,Sh,!1),this.options.persister?this.options.persister(g,v,this):g(v)},"fetchFn"),p={fetchOptions:i,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:d};c(p),(n=this.options.behavior)==null||n.onFetch(p,this),at(this,Dw,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((r=p.fetchOptions)==null?void 0:r.meta))&&Yt(this,Dr,Aa).call(this,{type:"fetch",meta:(a=p.fetchOptions)==null?void 0:a.meta});const m=y(g=>{var v,O,x,T;Yb(g)&&g.silent||Yt(this,Dr,Aa).call(this,{type:"error",error:g}),Yb(g)||((O=(v=_(this,Ko).config).onError)==null||O.call(v,g,this),(T=(x=_(this,Ko).config).onSettled)==null||T.call(x,this.state.data,g,this)),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},"onError");return at(this,xn,C9({initialPromise:i==null?void 0:i.initialPromise,fn:p.fetchFn,abort:s.abort.bind(s),onSuccess:y(g=>{var v,O,x,T;if(g===void 0){m(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(g)}catch(R){m(R);return}(O=(v=_(this,Ko).config).onSuccess)==null||O.call(v,g,this),(T=(x=_(this,Ko).config).onSettled)==null||T.call(x,g,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},"onSuccess"),onError:m,onFail:y((g,v)=>{Yt(this,Dr,Aa).call(this,{type:"failed",failureCount:g,error:v})},"onFail"),onPause:y(()=>{Yt(this,Dr,Aa).call(this,{type:"pause"})},"onPause"),onContinue:y(()=>{Yt(this,Dr,Aa).call(this,{type:"continue"})},"onContinue"),retry:p.options.retry,retryDelay:p.options.retryDelay,networkMode:p.options.networkMode,canRun:y(()=>!0,"canRun")})),_(this,xn).start()}},u(Wf,"Io"),Wf),Ww=new WeakMap,Dw=new WeakMap,Ko=new WeakMap,xn=new WeakMap,kb=new WeakMap,Sh=new WeakMap,Dr=new WeakSet,Aa=y(function(o){const t=y(i=>{switch(o.type){case"failed":return{...i,fetchFailureCount:o.failureCount,fetchFailureReason:o.error};case"pause":return{...i,fetchStatus:"paused"};case"continue":return{...i,fetchStatus:"fetching"};case"fetch":return{...i,...T9(i.data,this.options),fetchMeta:o.meta??null};case"success":return{...i,data:o.data,dataUpdateCount:i.dataUpdateCount+1,dataUpdatedAt:o.dataUpdatedAt??Date.now(),error:null,isInvalidated:!1,status:"success",...!o.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const n=o.error;return Yb(n)&&n.revert&&_(this,Dw)?{..._(this,Dw),fetchStatus:"idle"}:{...i,error:n,errorUpdateCount:i.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:i.fetchFailureCount+1,fetchFailureReason:n,fetchStatus:"idle",status:"error"};case"invalidate":return{...i,isInvalidated:!0};case"setState":return{...i,...o.state}}},"reducer");this.state=t(this.state),on.batch(()=>{this.observers.forEach(i=>{i.onQueryUpdate()}),_(this,Ko).notify({query:this,type:"updated",action:o})})},"#dispatch"),y(o5,"Query"),o5);function T9(o,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:P9(t.networkMode)?"fetching":"paused",...o===void 0&&{error:null,status:"pending"}}}u(T9,"Xu");y(T9,"fetchState");function qW(o){const t=typeof o.initialData=="function"?o.initialData():o.initialData,i=t!==void 0,n=i?typeof o.initialDataUpdatedAt=="function"?o.initialDataUpdatedAt():o.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:i?n??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:i?"success":"pending",fetchStatus:"idle"}}u(qW,"Af");y(qW,"getDefaultState$1");var za,r5,Df,EY=(r5=(Df=class extends kg{constructor(t={}){super(),ft(this,za),this.config=t,at(this,za,new Map)}build(t,i,n){const r=i.queryKey,a=i.queryHash??V2(r,i);let s=this.get(a);return s||(s=new TY({cache:this,queryKey:r,queryHash:a,options:t.defaultQueryOptions(i),state:n,defaultOptions:t.getQueryDefaults(r)}),this.add(s)),s}add(t){_(this,za).has(t.queryHash)||(_(this,za).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const i=_(this,za).get(t.queryHash);i&&(t.destroy(),i===t&&_(this,za).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){on.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return _(this,za).get(t)}getAll(){return[..._(this,za).values()]}find(t){const i={exact:!0,...t};return this.getAll().find(n=>D3(i,n))}findAll(t={}){const i=this.getAll();return Object.keys(t).length>0?i.filter(n=>D3(t,n)):i}notify(t){on.batch(()=>{this.listeners.forEach(i=>{i(t)})})}onFocus(){on.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){on.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},u(Df,"Do"),Df),za=new WeakMap,y(r5,"QueryCache"),r5),_a,Nn,Ph,La,Ds,a5,Vf,QY=(a5=(Vf=class extends NW{constructor(t){super(),ft(this,La),ft(this,_a),ft(this,Nn),ft(this,Ph),this.mutationId=t.mutationId,at(this,Nn,t.mutationCache),at(this,_a,[]),this.state=t.state||E9(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){_(this,_a).includes(t)||(_(this,_a).push(t),this.clearGcTimeout(),_(this,Nn).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){at(this,_a,_(this,_a).filter(i=>i!==t)),this.scheduleGc(),_(this,Nn).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){_(this,_a).length||(this.state.status==="pending"?this.scheduleGc():_(this,Nn).remove(this))}continue(){var t;return((t=_(this,Ph))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var i,n,r,a,s,c,d,p,m,g,v,O,x,T,R,C,z,q,W,D;at(this,Ph,C9({fn:y(()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),"fn"),onFail:y((X,rt)=>{Yt(this,La,Ds).call(this,{type:"failed",failureCount:X,error:rt})},"onFail"),onPause:y(()=>{Yt(this,La,Ds).call(this,{type:"pause"})},"onPause"),onContinue:y(()=>{Yt(this,La,Ds).call(this,{type:"continue"})},"onContinue"),retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:y(()=>_(this,Nn).canRun(this),"canRun")}));const Y=this.state.status==="pending",F=!_(this,Ph).canStart();try{if(!Y){Yt(this,La,Ds).call(this,{type:"pending",variables:t,isPaused:F}),await((n=(i=_(this,Nn).config).onMutate)==null?void 0:n.call(i,t,this));const rt=await((a=(r=this.options).onMutate)==null?void 0:a.call(r,t));rt!==this.state.context&&Yt(this,La,Ds).call(this,{type:"pending",context:rt,variables:t,isPaused:F})}const X=await _(this,Ph).start();return await((c=(s=_(this,Nn).config).onSuccess)==null?void 0:c.call(s,X,t,this.state.context,this)),await((p=(d=this.options).onSuccess)==null?void 0:p.call(d,X,t,this.state.context)),await((g=(m=_(this,Nn).config).onSettled)==null?void 0:g.call(m,X,null,this.state.variables,this.state.context,this)),await((O=(v=this.options).onSettled)==null?void 0:O.call(v,X,null,t,this.state.context)),Yt(this,La,Ds).call(this,{type:"success",data:X}),X}catch(X){try{throw await((T=(x=_(this,Nn).config).onError)==null?void 0:T.call(x,X,t,this.state.context,this)),await((C=(R=this.options).onError)==null?void 0:C.call(R,X,t,this.state.context)),await((q=(z=_(this,Nn).config).onSettled)==null?void 0:q.call(z,void 0,X,this.state.variables,this.state.context,this)),await((D=(W=this.options).onSettled)==null?void 0:D.call(W,void 0,X,t,this.state.context)),X}finally{Yt(this,La,Ds).call(this,{type:"error",error:X})}}finally{_(this,Nn).runNext(this)}}},u(Vf,"Fo"),Vf),_a=new WeakMap,Nn=new WeakMap,Ph=new WeakMap,La=new WeakSet,Ds=y(function(o){const t=y(i=>{switch(o.type){case"failed":return{...i,failureCount:o.failureCount,failureReason:o.error};case"pause":return{...i,isPaused:!0};case"continue":return{...i,isPaused:!1};case"pending":return{...i,context:o.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:o.isPaused,status:"pending",variables:o.variables,submittedAt:Date.now()};case"success":return{...i,data:o.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...i,data:void 0,error:o.error,failureCount:i.failureCount+1,failureReason:o.error,isPaused:!1,status:"error"}}},"reducer");this.state=t(this.state),on.batch(()=>{_(this,_a).forEach(i=>{i.onMutationUpdate(o)}),_(this,Nn).notify({mutation:this,type:"updated",action:o})})},"#dispatch"),y(a5,"Mutation"),a5);function E9(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}u(E9,"Ju");y(E9,"getDefaultState");var To,$b,s5,Uf,RY=(s5=(Uf=class extends kg{constructor(t={}){super(),ft(this,To),ft(this,$b),this.config=t,at(this,To,new Map),at(this,$b,Date.now())}build(t,i,n){const r=new QY({mutationCache:this,mutationId:++I3(this,$b)._,options:t.defaultMutationOptions(i),state:n});return this.add(r),r}add(t){const i=u1(t),n=_(this,To).get(i)??[];n.push(t),_(this,To).set(i,n),this.notify({type:"added",mutation:t})}remove(t){var i;const n=u1(t);if(_(this,To).has(n)){const r=(i=_(this,To).get(n))==null?void 0:i.filter(a=>a!==t);r&&(r.length===0?_(this,To).delete(n):_(this,To).set(n,r))}this.notify({type:"removed",mutation:t})}canRun(t){var i;const n=(i=_(this,To).get(u1(t)))==null?void 0:i.find(r=>r.state.status==="pending");return!n||n===t}runNext(t){var i;const n=(i=_(this,To).get(u1(t)))==null?void 0:i.find(r=>r!==t&&r.state.isPaused);return(n==null?void 0:n.continue())??Promise.resolve()}clear(){on.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}getAll(){return[..._(this,To).values()].flat()}find(t){const i={exact:!0,...t};return this.getAll().find(n=>V3(i,n))}findAll(t={}){return this.getAll().filter(i=>V3(t,i))}notify(t){on.batch(()=>{this.listeners.forEach(i=>{i(t)})})}resumePausedMutations(){const t=this.getAll().filter(i=>i.state.isPaused);return on.batch(()=>Promise.all(t.map(i=>i.continue().catch(uo))))}},u(Uf,"Ho"),Uf),To=new WeakMap,$b=new WeakMap,y(s5,"MutationCache"),s5);function u1(o){var t;return((t=o.options.scope)==null?void 0:t.id)??String(o.mutationId)}u(u1,"nc");y(u1,"scopeFor");function J1(o){return{onFetch:y((t,i)=>{var n,r,a,s,c;const d=t.options,p=(a=(r=(n=t.fetchOptions)==null?void 0:n.meta)==null?void 0:r.fetchMore)==null?void 0:a.direction,m=((s=t.state.data)==null?void 0:s.pages)||[],g=((c=t.state.data)==null?void 0:c.pageParams)||[];let v={pages:[],pageParams:[]},O=0;const x=y(async()=>{let T=!1;const R=y(q=>{Object.defineProperty(q,"signal",{enumerable:!0,get:y(()=>(t.signal.aborted?T=!0:t.signal.addEventListener("abort",()=>{T=!0}),t.signal),"get")})},"addSignalProperty"),C=$9(t.options,t.fetchOptions),z=y(async(q,W,D)=>{if(T)return Promise.reject();if(W==null&&q.pages.length)return Promise.resolve(q);const Y={queryKey:t.queryKey,pageParam:W,direction:D?"backward":"forward",meta:t.options.meta};R(Y);const F=await C(Y),{maxPages:X}=t.options,rt=D?WW:IW;return{pages:rt(q.pages,F,X),pageParams:rt(q.pageParams,W,X)}},"fetchPage");if(p&&m.length){const q=p==="backward",W=q?Q9:qO,D={pages:m,pageParams:g},Y=W(d,D);v=await z(D,Y,q)}else{const q=o??m.length;do{const W=O===0?g[0]??d.initialPageParam:qO(d,v);if(O>0&&W==null)break;v=await z(v,W),O++}while(O<q)}return v},"fetchFn");t.options.persister?t.fetchFn=()=>{var T,R;return(R=(T=t.options).persister)==null?void 0:R.call(T,x,{queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},i)}:t.fetchFn=x},"onFetch")}}u(J1,"wc");y(J1,"infiniteQueryBehavior");function qO(o,{pages:t,pageParams:i}){const n=t.length-1;return t.length>0?o.getNextPageParam(t[n],t,i[n],i):void 0}u(qO,"md");y(qO,"getNextPageParam");function Q9(o,{pages:t,pageParams:i}){var n;return t.length>0?(n=o.getPreviousPageParam)==null?void 0:n.call(o,t[0],t,i[0],i):void 0}u(Q9,"ty");y(Q9,"getPreviousPageParam");function jW(o,t){return t?qO(o,t)!=null:!1}u(jW,"Df");y(jW,"hasNextPage");function FW(o,t){return!t||!o.getPreviousPageParam?!1:Q9(o,t)!=null}u(FW,"Ff");y(FW,"hasPreviousPage");var vi,Oc,xc,Vw,Uw,kc,Zw,Nw,l5,Zf,MY=(l5=(Zf=class{constructor(t={}){ft(this,vi),ft(this,Oc),ft(this,xc),ft(this,Vw),ft(this,Uw),ft(this,kc),ft(this,Zw),ft(this,Nw),at(this,vi,t.queryCache||new EY),at(this,Oc,t.mutationCache||new RY),at(this,xc,t.defaultOptions||{}),at(this,Vw,new Map),at(this,Uw,new Map),at(this,kc,0)}mount(){I3(this,kc)._++,_(this,kc)===1&&(at(this,Zw,S9.subscribe(async t=>{t&&(await this.resumePausedMutations(),_(this,vi).onFocus())})),at(this,Nw,NO.subscribe(async t=>{t&&(await this.resumePausedMutations(),_(this,vi).onOnline())})))}unmount(){var t,i;I3(this,kc)._--,_(this,kc)===0&&((t=_(this,Zw))==null||t.call(this),at(this,Zw,void 0),(i=_(this,Nw))==null||i.call(this),at(this,Nw,void 0))}isFetching(t){return _(this,vi).findAll({...t,fetchStatus:"fetching"}).length}isMutating(t){return _(this,Oc).findAll({...t,status:"pending"}).length}getQueryData(t){var i;const n=this.defaultQueryOptions({queryKey:t});return(i=_(this,vi).get(n.queryHash))==null?void 0:i.state.data}ensureQueryData(t){const i=this.getQueryData(t.queryKey);if(i===void 0)return this.fetchQuery(t);{const n=this.defaultQueryOptions(t),r=_(this,vi).build(this,n);return t.revalidateIfStale&&r.isStaleByTime(Dc(n.staleTime,r))&&this.prefetchQuery(n),Promise.resolve(i)}}getQueriesData(t){return _(this,vi).findAll(t).map(({queryKey:i,state:n})=>{const r=n.data;return[i,r]})}setQueryData(t,i,n){const r=this.defaultQueryOptions({queryKey:t}),a=_(this,vi).get(r.queryHash),s=a==null?void 0:a.state.data,c=_W(i,s);if(c!==void 0)return _(this,vi).build(this,r).setData(c,{...n,manual:!0})}setQueriesData(t,i,n){return on.batch(()=>_(this,vi).findAll(t).map(({queryKey:r})=>[r,this.setQueryData(r,i,n)]))}getQueryState(t){var i;const n=this.defaultQueryOptions({queryKey:t});return(i=_(this,vi).get(n.queryHash))==null?void 0:i.state}removeQueries(t){const i=_(this,vi);on.batch(()=>{i.findAll(t).forEach(n=>{i.remove(n)})})}resetQueries(t,i){const n=_(this,vi),r={type:"active",...t};return on.batch(()=>(n.findAll(t).forEach(a=>{a.reset()}),this.refetchQueries(r,i)))}cancelQueries(t={},i={}){const n={revert:!0,...i},r=on.batch(()=>_(this,vi).findAll(t).map(a=>a.cancel(n)));return Promise.all(r).then(uo).catch(uo)}invalidateQueries(t={},i={}){return on.batch(()=>{if(_(this,vi).findAll(t).forEach(r=>{r.invalidate()}),t.refetchType==="none")return Promise.resolve();const n={...t,type:t.refetchType??t.type??"active"};return this.refetchQueries(n,i)})}refetchQueries(t={},i){const n={...i,cancelRefetch:(i==null?void 0:i.cancelRefetch)??!0},r=on.batch(()=>_(this,vi).findAll(t).filter(a=>!a.isDisabled()).map(a=>{let s=a.fetch(void 0,n);return n.throwOnError||(s=s.catch(uo)),a.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(uo)}fetchQuery(t){const i=this.defaultQueryOptions(t);i.retry===void 0&&(i.retry=!1);const n=_(this,vi).build(this,i);return n.isStaleByTime(Dc(i.staleTime,n))?n.fetch(i):Promise.resolve(n.state.data)}prefetchQuery(t){return this.fetchQuery(t).then(uo).catch(uo)}fetchInfiniteQuery(t){return t.behavior=J1(t.pages),this.fetchQuery(t)}prefetchInfiniteQuery(t){return this.fetchInfiniteQuery(t).then(uo).catch(uo)}ensureInfiniteQueryData(t){return t.behavior=J1(t.pages),this.ensureQueryData(t)}resumePausedMutations(){return NO.isOnline()?_(this,Oc).resumePausedMutations():Promise.resolve()}getQueryCache(){return _(this,vi)}getMutationCache(){return _(this,Oc)}getDefaultOptions(){return _(this,xc)}setDefaultOptions(t){at(this,xc,t)}setQueryDefaults(t,i){_(this,Vw).set(Rl(t),{queryKey:t,defaultOptions:i})}getQueryDefaults(t){const i=[..._(this,Vw).values()];let n={};return i.forEach(r=>{rg(t,r.queryKey)&&(n={...n,...r.defaultOptions})}),n}setMutationDefaults(t,i){_(this,Uw).set(Rl(t),{mutationKey:t,defaultOptions:i})}getMutationDefaults(t){const i=[..._(this,Uw).values()];let n={};return i.forEach(r=>{rg(t,r.mutationKey)&&(n={...n,...r.defaultOptions})}),n}defaultQueryOptions(t){if(t._defaulted)return t;const i={..._(this,xc).queries,...this.getQueryDefaults(t.queryKey),...t,_defaulted:!0};return i.queryHash||(i.queryHash=V2(i.queryKey,i)),i.refetchOnReconnect===void 0&&(i.refetchOnReconnect=i.networkMode!=="always"),i.throwOnError===void 0&&(i.throwOnError=!!i.suspense),!i.networkMode&&i.persister&&(i.networkMode="offlineFirst"),i.enabled!==!0&&i.queryFn===DW&&(i.enabled=!1),i}defaultMutationOptions(t){return t!=null&&t._defaulted?t:{..._(this,xc).mutations,...(t==null?void 0:t.mutationKey)&&this.getMutationDefaults(t.mutationKey),...t,_defaulted:!0}}clear(){_(this,vi).clear(),_(this,Oc).clear()}},u(Zf,"jo"),Zf),vi=new WeakMap,Oc=new WeakMap,xc=new WeakMap,Vw=new WeakMap,Uw=new WeakMap,kc=new WeakMap,Zw=new WeakMap,Nw=new WeakMap,y(l5,"QueryClient"),l5),co,Te,Sb,qn,Ch,qw,Ia,Pb,jw,Fw,Th,Eh,$c,Bw,bi,Xw,c5,d5,h5,u5,p5,f5,m5,Z6,y5,Nf,BW=(y5=(Nf=class extends kg{constructor(t,i){super(),ft(this,bi),ft(this,co),ft(this,Te),ft(this,Sb),ft(this,qn),ft(this,Ch),ft(this,qw),ft(this,Ia),ft(this,Pb),ft(this,jw),ft(this,Fw),ft(this,Th),ft(this,Eh),ft(this,$c),ft(this,Bw,new Set),this.options=i,at(this,co,t),at(this,Ia,null),this.bindMethods(),this.setOptions(i)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(_(this,Te).addObserver(this),N3(_(this,Te),this.options)?Yt(this,bi,Xw).call(this):this.updateResult(),Yt(this,bi,u5).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return jO(_(this,Te),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return jO(_(this,Te),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,Yt(this,bi,p5).call(this),Yt(this,bi,f5).call(this),_(this,Te).removeObserver(this)}setOptions(t,i){const n=this.options,r=_(this,Te);if(this.options=_(this,co).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof Ro(this.options.enabled,_(this,Te))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");Yt(this,bi,m5).call(this),_(this,Te).setOptions(this.options),n._defaulted&&!K1(this.options,n)&&_(this,co).getQueryCache().notify({type:"observerOptionsUpdated",query:_(this,Te),observer:this});const a=this.hasListeners();a&&q3(_(this,Te),r,this.options,n)&&Yt(this,bi,Xw).call(this),this.updateResult(i),a&&(_(this,Te)!==r||Ro(this.options.enabled,_(this,Te))!==Ro(n.enabled,_(this,Te))||Dc(this.options.staleTime,_(this,Te))!==Dc(n.staleTime,_(this,Te)))&&Yt(this,bi,c5).call(this);const s=Yt(this,bi,d5).call(this);a&&(_(this,Te)!==r||Ro(this.options.enabled,_(this,Te))!==Ro(n.enabled,_(this,Te))||s!==_(this,$c))&&Yt(this,bi,h5).call(this,s)}getOptimisticResult(t){const i=_(this,co).getQueryCache().build(_(this,co),t),n=this.createResult(i,t);return HW(this,n)&&(at(this,qn,n),at(this,qw,this.options),at(this,Ch,_(this,Te).state)),n}getCurrentResult(){return _(this,qn)}trackResult(t,i){const n={};return Object.keys(t).forEach(r=>{Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:y(()=>(this.trackProp(r),i==null||i(r),t[r]),"get")})}),n}trackProp(t){_(this,Bw).add(t)}getCurrentQuery(){return _(this,Te)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const i=_(this,co).defaultQueryOptions(t),n=_(this,co).getQueryCache().build(_(this,co),i);return n.isFetchingOptimistic=!0,n.fetch().then(()=>this.createResult(n,i))}fetch(t){return Yt(this,bi,Xw).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),_(this,qn)))}createResult(t,i){var n;const r=_(this,Te),a=this.options,s=_(this,qn),c=_(this,Ch),d=_(this,qw),p=t!==r?t.state:_(this,Sb),{state:m}=t;let g={...m},v=!1,O;if(i._optimisticResults){const Y=this.hasListeners(),F=!Y&&N3(t,i),X=Y&&q3(t,r,i,a);(F||X)&&(g={...g,...T9(m.data,t.options)}),i._optimisticResults==="isRestoring"&&(g.fetchStatus="idle")}let{error:x,errorUpdatedAt:T,status:R}=g;if(i.select&&g.data!==void 0)if(s&&g.data===(c==null?void 0:c.data)&&i.select===_(this,Pb))O=_(this,jw);else try{at(this,Pb,i.select),O=i.select(g.data),O=ZO(s==null?void 0:s.data,O,i),at(this,jw,O),at(this,Ia,null)}catch(Y){at(this,Ia,Y)}else O=g.data;if(i.placeholderData!==void 0&&O===void 0&&R==="pending"){let Y;if(s!=null&&s.isPlaceholderData&&i.placeholderData===(d==null?void 0:d.placeholderData))Y=s.data;else if(Y=typeof i.placeholderData=="function"?i.placeholderData((n=_(this,Fw))==null?void 0:n.state.data,_(this,Fw)):i.placeholderData,i.select&&Y!==void 0)try{Y=i.select(Y),at(this,Ia,null)}catch(F){at(this,Ia,F)}Y!==void 0&&(R="success",O=ZO(s==null?void 0:s.data,Y,i),v=!0)}_(this,Ia)&&(x=_(this,Ia),O=_(this,jw),T=Date.now(),R="error");const C=g.fetchStatus==="fetching",z=R==="pending",q=R==="error",W=z&&C,D=O!==void 0;return{status:R,fetchStatus:g.fetchStatus,isPending:z,isSuccess:R==="success",isError:q,isInitialLoading:W,isLoading:W,data:O,dataUpdatedAt:g.dataUpdatedAt,error:x,errorUpdatedAt:T,failureCount:g.fetchFailureCount,failureReason:g.fetchFailureReason,errorUpdateCount:g.errorUpdateCount,isFetched:g.dataUpdateCount>0||g.errorUpdateCount>0,isFetchedAfterMount:g.dataUpdateCount>p.dataUpdateCount||g.errorUpdateCount>p.errorUpdateCount,isFetching:C,isRefetching:C&&!z,isLoadingError:q&&!D,isPaused:g.fetchStatus==="paused",isPlaceholderData:v,isRefetchError:q&&D,isStale:U2(t,i),refetch:this.refetch}}updateResult(t){const i=_(this,qn),n=this.createResult(_(this,Te),this.options);if(at(this,Ch,_(this,Te).state),at(this,qw,this.options),_(this,Ch).data!==void 0&&at(this,Fw,_(this,Te)),K1(n,i))return;at(this,qn,n);const r={},a=y(()=>{if(!i)return!0;const{notifyOnChangeProps:s}=this.options,c=typeof s=="function"?s():s;if(c==="all"||!c&&!_(this,Bw).size)return!0;const d=new Set(c??_(this,Bw));return this.options.throwOnError&&d.add("error"),Object.keys(_(this,qn)).some(p=>{const m=p;return _(this,qn)[m]!==i[m]&&d.has(m)})},"shouldNotifyListeners");(t==null?void 0:t.listeners)!==!1&&a()&&(r.listeners=!0),Yt(this,bi,Z6).call(this,{...r,...t})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&Yt(this,bi,u5).call(this)}},u(Nf,"Go"),Nf),co=new WeakMap,Te=new WeakMap,Sb=new WeakMap,qn=new WeakMap,Ch=new WeakMap,qw=new WeakMap,Ia=new WeakMap,Pb=new WeakMap,jw=new WeakMap,Fw=new WeakMap,Th=new WeakMap,Eh=new WeakMap,$c=new WeakMap,Bw=new WeakMap,bi=new WeakSet,Xw=y(function(o){Yt(this,bi,m5).call(this);let t=_(this,Te).fetch(this.options,o);return o!=null&&o.throwOnError||(t=t.catch(uo)),t},"#executeFetch"),c5=y(function(){Yt(this,bi,p5).call(this);const o=Dc(this.options.staleTime,_(this,Te));if(og||_(this,qn).isStale||!VO(o))return;const t=k9(_(this,qn).dataUpdatedAt,o)+1;at(this,Th,setTimeout(()=>{_(this,qn).isStale||this.updateResult()},t))},"#updateStaleTimeout"),d5=y(function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(_(this,Te)):this.options.refetchInterval)??!1},"#computeRefetchInterval"),h5=y(function(o){Yt(this,bi,f5).call(this),at(this,$c,o),!(og||Ro(this.options.enabled,_(this,Te))===!1||!VO(_(this,$c))||_(this,$c)===0)&&at(this,Eh,setInterval(()=>{(this.options.refetchIntervalInBackground||S9.isFocused())&&Yt(this,bi,Xw).call(this)},_(this,$c)))},"#updateRefetchInterval"),u5=y(function(){Yt(this,bi,c5).call(this),Yt(this,bi,h5).call(this,Yt(this,bi,d5).call(this))},"#updateTimers"),p5=y(function(){_(this,Th)&&(clearTimeout(_(this,Th)),at(this,Th,void 0))},"#clearStaleTimeout"),f5=y(function(){_(this,Eh)&&(clearInterval(_(this,Eh)),at(this,Eh,void 0))},"#clearRefetchInterval"),m5=y(function(){const o=_(this,co).getQueryCache().build(_(this,co),this.options);if(o===_(this,Te))return;const t=_(this,Te);at(this,Te,o),at(this,Sb,o.state),this.hasListeners()&&(t==null||t.removeObserver(this),o.addObserver(this))},"#updateQuery"),Z6=y(function(o){on.batch(()=>{o.listeners&&this.listeners.forEach(t=>{t(_(this,qn))}),_(this,co).getQueryCache().notify({query:_(this,Te),type:"observerResultsUpdated"})})},"#notify"),y(y5,"QueryObserver"),y5);function XW(o,t){return Ro(t.enabled,o)!==!1&&o.state.data===void 0&&!(o.state.status==="error"&&t.retryOnMount===!1)}u(XW,"Vf");y(XW,"shouldLoadOnMount");function N3(o,t){return XW(o,t)||o.state.data!==void 0&&jO(o,t,t.refetchOnMount)}u(N3,"Cp");y(N3,"shouldFetchOnMount");function jO(o,t,i){if(Ro(t.enabled,o)!==!1){const n=typeof i=="function"?i(o):i;return n==="always"||n!==!1&&U2(o,t)}return!1}u(jO,"_d");y(jO,"shouldFetchOn");function q3(o,t,i,n){return(o!==t||Ro(n.enabled,o)===!1)&&(!i.suspense||o.state.status!=="error")&&U2(o,i)}u(q3,"_p");y(q3,"shouldFetchOptionally");function U2(o,t){return Ro(t.enabled,o)!==!1&&o.isStaleByTime(Dc(t.staleTime,o))}u(U2,"sh");y(U2,"isStale");function HW(o,t){return!K1(o.getCurrentResult(),t)}u(HW,"Bf");y(HW,"shouldAssignObserverCurrentProperties");var g5,qf,AY=(g5=(qf=class extends BW{constructor(t,i){super(t,i)}bindMethods(){super.bindMethods(),this.fetchNextPage=this.fetchNextPage.bind(this),this.fetchPreviousPage=this.fetchPreviousPage.bind(this)}setOptions(t,i){super.setOptions({...t,behavior:J1()},i)}getOptimisticResult(t){return t.behavior=J1(),super.getOptimisticResult(t)}fetchNextPage(t){return this.fetch({...t,meta:{fetchMore:{direction:"forward"}}})}fetchPreviousPage(t){return this.fetch({...t,meta:{fetchMore:{direction:"backward"}}})}createResult(t,i){var n,r;const{state:a}=t,s=super.createResult(t,i),{isFetching:c,isRefetching:d,isError:p,isRefetchError:m}=s,g=(r=(n=a.fetchMeta)==null?void 0:n.fetchMore)==null?void 0:r.direction,v=p&&g==="forward",O=c&&g==="forward",x=p&&g==="backward",T=c&&g==="backward";return{...s,fetchNextPage:this.fetchNextPage,fetchPreviousPage:this.fetchPreviousPage,hasNextPage:jW(i,a.data),hasPreviousPage:FW(i,a.data),isFetchNextPageError:v,isFetchingNextPage:O,isFetchPreviousPageError:x,isFetchingPreviousPage:T,isRefetchError:m&&!v&&!x,isRefetching:d&&!O&&!T}}},u(qf,"Zo"),qf),y(g5,"InfiniteQueryObserver"),g5),Sc,Pc,ho,Vs,Cc,Cb,w5,v5,jf,Ae=(v5=(jf=class extends kg{constructor(t,i){super(),ft(this,Cc),ft(this,Sc),ft(this,Pc),ft(this,ho),ft(this,Vs),at(this,Sc,t),this.setOptions(i),this.bindMethods(),Yt(this,Cc,Cb).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(t){var i;const n=this.options;this.options=_(this,Sc).defaultMutationOptions(t),K1(this.options,n)||_(this,Sc).getMutationCache().notify({type:"observerOptionsUpdated",mutation:_(this,ho),observer:this}),n!=null&&n.mutationKey&&this.options.mutationKey&&Rl(n.mutationKey)!==Rl(this.options.mutationKey)?this.reset():((i=_(this,ho))==null?void 0:i.state.status)==="pending"&&_(this,ho).setOptions(this.options)}onUnsubscribe(){var t;this.hasListeners()||(t=_(this,ho))==null||t.removeObserver(this)}onMutationUpdate(t){Yt(this,Cc,Cb).call(this),Yt(this,Cc,w5).call(this,t)}getCurrentResult(){return _(this,Pc)}reset(){var t;(t=_(this,ho))==null||t.removeObserver(this),at(this,ho,void 0),Yt(this,Cc,Cb).call(this),Yt(this,Cc,w5).call(this)}mutate(t,i){var n;return at(this,Vs,i),(n=_(this,ho))==null||n.removeObserver(this),at(this,ho,_(this,Sc).getMutationCache().build(_(this,Sc),this.options)),_(this,ho).addObserver(this),_(this,ho).execute(t)}},u(jf,"Yo"),jf),Sc=new WeakMap,Pc=new WeakMap,ho=new WeakMap,Vs=new WeakMap,Cc=new WeakSet,Cb=y(function(){var o;const t=((o=_(this,ho))==null?void 0:o.state)??E9();at(this,Pc,{...t,isPending:t.status==="pending",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset})},"#updateResult"),w5=y(function(o){on.batch(()=>{var t,i,n,r,a,s,c,d;if(_(this,Vs)&&this.hasListeners()){const p=_(this,Pc).variables,m=_(this,Pc).context;(o==null?void 0:o.type)==="success"?((i=(t=_(this,Vs)).onSuccess)==null||i.call(t,o.data,p,m),(r=(n=_(this,Vs)).onSettled)==null||r.call(n,o.data,null,p,m)):(o==null?void 0:o.type)==="error"&&((s=(a=_(this,Vs)).onError)==null||s.call(a,o.error,p,m),(d=(c=_(this,Vs)).onSettled)==null||d.call(c,void 0,o.error,p,m))}this.listeners.forEach(p=>{p(_(this,Pc))})})},"#notify"),y(v5,"MutationObserver"),v5);function R9(o){return o}u(R9,"ry");y(R9,"defaultTransformerFn");function YW(o){return{mutationKey:o.options.mutationKey,state:o.state,...o.options.scope&&{scope:o.options.scope},...o.meta&&{meta:o.meta}}}u(YW,"Nf");y(YW,"dehydrateMutation");function GW(o,t){var i;return{state:{...o.state,...o.state.data!==void 0&&{data:t(o.state.data)}},queryKey:o.queryKey,queryHash:o.queryHash,...o.state.status==="pending"&&{promise:(i=o.promise)==null?void 0:i.then(t).catch(n=>Promise.reject(new Error("redacted")))},...o.meta&&{meta:o.meta}}}u(GW,"jf");y(GW,"dehydrateQuery");function KW(o){return o.state.isPaused}u(KW,"qf");y(KW,"defaultShouldDehydrateMutation");function JW(o){return o.state.status==="success"}u(JW,"Wf");y(JW,"defaultShouldDehydrateQuery");function tD(o,t={}){var i,n,r;const a=t.shouldDehydrateMutation??((i=o.getDefaultOptions().dehydrate)==null?void 0:i.shouldDehydrateMutation)??KW,s=o.getMutationCache().getAll().flatMap(m=>a(m)?[YW(m)]:[]),c=t.shouldDehydrateQuery??((n=o.getDefaultOptions().dehydrate)==null?void 0:n.shouldDehydrateQuery)??JW,d=t.serializeData??((r=o.getDefaultOptions().dehydrate)==null?void 0:r.serializeData)??R9,p=o.getQueryCache().getAll().flatMap(m=>c(m)?[GW(m,d)]:[]);return{mutations:s,queries:p}}u(tD,"Qf");y(tD,"dehydrate");function eD(o,t,i){var n,r;if(typeof t!="object"||t===null)return;const a=o.getMutationCache(),s=o.getQueryCache(),c=((n=i==null?void 0:i.defaultOptions)==null?void 0:n.deserializeData)??((r=o.getDefaultOptions().hydrate)==null?void 0:r.deserializeData)??R9,d=t.mutations||[],p=t.queries||[];d.forEach(({state:m,...g})=>{var v,O;a.build(o,{...(v=o.getDefaultOptions().hydrate)==null?void 0:v.mutations,...(O=i==null?void 0:i.defaultOptions)==null?void 0:O.mutations,...g},m)}),p.forEach(({queryKey:m,state:g,queryHash:v,meta:O,promise:x})=>{var T,R;let C=s.get(v);const z=g.data===void 0?g.data:c(g.data);if(C){if(C.state.dataUpdatedAt<g.dataUpdatedAt){const{fetchStatus:q,...W}=g;C.setState({...W,data:z})}}else C=s.build(o,{...(T=o.getDefaultOptions().hydrate)==null?void 0:T.queries,...(R=i==null?void 0:i.defaultOptions)==null?void 0:R.queries,queryKey:m,queryHash:v,meta:O},{...g,data:z,fetchStatus:"idle"});if(x){const q=Promise.resolve(x).then(c);C.fetch(void 0,{initialPromise:q})}})}u(eD,"Kf");y(eD,"hydrate");function j3(){}u(j3,"Ep");y(j3,"noop");function iD({storage:o,key:t="REACT_QUERY_OFFLINE_CACHE",throttleTime:i=1e3,serialize:n=JSON.stringify,deserialize:r=JSON.parse,retry:a}){if(o){const s=y(c=>{try{o.setItem(t,n(c));return}catch(d){return d}},"trySave");return{persistClient:nD(c=>{let d=c,p=s(d),m=0;for(;p&&d;)m++,d=a==null?void 0:a({persistedClient:d,error:p,errorCount:m}),d&&(p=s(d))},i),restoreClient:y(()=>{const c=o.getItem(t);if(c)return r(c)},"restoreClient"),removeClient:y(()=>{o.removeItem(t)},"removeClient")}}return{persistClient:j3,restoreClient:y(()=>{},"restoreClient"),removeClient:j3}}u(iD,"Gf");y(iD,"createSyncStoragePersister");function nD(o,t=100){let i=null,n;return function(...r){n=r,i===null&&(i=setTimeout(()=>{o(...n),i=null},t))}}u(nD,"Zf");y(nD,"throttle$2");var zY=["added","removed","updated"];function F3(o){return zY.includes(o)}u(F3,"zp");y(F3,"isCacheEventType");async function oD({queryClient:o,persister:t,maxAge:i=1e3*60*60*24,buster:n="",hydrateOptions:r}){try{const a=await t.restoreClient();if(a)if(a.timestamp){const s=Date.now()-a.timestamp>i,c=a.buster!==n;s||c?t.removeClient():eD(o,a.clientState,r)}else t.removeClient()}catch{t.removeClient()}}u(oD,"Xf");y(oD,"persistQueryClientRestore");async function B3({queryClient:o,persister:t,buster:i="",dehydrateOptions:n}){const r={buster:i,timestamp:Date.now(),clientState:tD(o,n)};await t.persistClient(r)}u(B3,"Pp");y(B3,"persistQueryClientSave");function rD(o){const t=o.queryClient.getQueryCache().subscribe(n=>{F3(n.type)&&B3(o)}),i=o.queryClient.getMutationCache().subscribe(n=>{F3(n.type)&&B3(o)});return()=>{t(),i()}}u(rD,"Jf");y(rD,"persistQueryClientSubscribe");const _Y=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this.createQueryClient(),this.host.isConnected&&this._queryClient.mount(),this._hostIsConnectedObserver=mQ(this.host,a=>{this.isDestroyed||(a?(console.log(this.weavyId,"Query client mounted"),this._queryClient.mount()):(console.log(this.weavyId,"Query client unmounted"),this._queryClient.unmount()))})}get queryClient(){return this._queryClient}async createQueryClient(){if(this.isDestroyed)throw new Ri;this._queryClient=new MY({defaultOptions:{queries:{staleTime:this.staleTime,gcTime:this.gcTime}}});try{this._sessionStoragePersister=iD({key:"WEAVY_QUERY_OFFLINE_CACHE",storage:window.sessionStorage,throttleTime:this.staleTime});const r={queryClient:this._queryClient,persister:this._sessionStoragePersister,maxAge:this.gcTime,buster:zo.version,hydrateOptions:void 0,dehydrateOptions:{shouldDehydrateMutation:y(a=>{var s,c;const d=((c=(s=a.state.context)==null?void 0:s.status)==null?void 0:c.state)==="pending";return!!(a.state.context&&!d||a.state.isPaused)},"shouldDehydrateMutation")}};await oD(r),this._unsubscribeQueryClient=rD(r)}catch{console.warn(this.weavyId,"Query cache persister not available.")}}async disconnectQueryClient(){var r,a;console.log(this.weavyId,"Query client disconnected"),await this._queryClient.cancelQueries(),this.queryClient.setQueriesData({},void 0),this.queryClient.resetQueries(),(r=this._sessionStoragePersister)==null||r.removeClient(),(a=this._unsubscribeQueryClient)==null||a.call(this),this._queryClient.unmount(),this._queryClient.clear()}destroy(){super.destroy(),this._hostIsConnectedObserver.disconnect(),this.disconnectQueryClient()}},u(i,"t"),i),y(t,"WeavyQuery"),t},"WeavyQueryMixin"),LY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this.version=zo.version,this.whenUrl().then(()=>{this.isDestroyed||this.checkVersion()})}async checkVersion(r=this.version){var a,s;await this.whenUrl(),this.networkStateIsPending=!0;let c;try{if(c=await fetch(new URL("/version",this.url),await this.fetchOptions(!1)),!c.ok)throw new Error("Could not verify environment version.");this.networkStateIsPending=!1,this.serverState="ok"}catch(p){this.networkStateIsPending=!1,this.serverState="unreachable",console.warn("Could not check version: "+p.toString());return}const d=await c.text();if(!r||!d||r!==d)try{const p=r.split(".").slice(0,2),m=d.split(".").slice(0,2);if(p[0]!==m[0])throw new Error;p[1]!==m[1]&&console.warn(`Version inconsistency: ${zo.sourceName}@${this.version} ≠ ${(a=this.url)==null?void 0:a.hostname}@${d}`)}catch{throw new Error(`Version mismatch! ${zo.sourceName}@${this.version} ≠ ${(s=this.url)==null?void 0:s.hostname}@${d}`)}}},u(i,"t"),i),y(t,"WeavyVersion"),t},"WeavyVersionMixin");var FO=(o=>(o.JSON="application/json;charset=utf-8",o.FormData="multipart/form-data;charset=utf-8",o.URLEncoded="application/x-www-form-urlencoded;charset=utf-8",o.Text="text/plain;charset=utf-8",o.Auto="",o))(FO||{});const IY=y(o=>{var i;var t;return t=(i=class extends o{async fetchOptions(r=!0){if(this.isDestroyed)throw new Ri;const a={"X-Weavy-Source":`${zo.sourceName}@${zo.version}`};return r&&(a.Authorization="Bearer "+await this.getToken()),DO(fY,{headers:a},!0)}async get(r){return await this.post(r,"GET")}async post(r,a,s,c=FO.JSON,d=!0){if(this.isDestroyed)throw new Ri;const p=DO(await this.fetchOptions(),{headers:{"content-type":c},method:a,body:s},!0);this.networkStateIsPending=!0;const m=await fetch(new URL(r,this.url),p);if(m.ok)this.networkStateIsPending=!1,this.serverState="ok";else if(m.status===401||m.status===403){if(d)return await this.getToken(!0),await this.post(r,a,s,c,!1);this.networkStateIsPending=!1,this.serverState="unauthorized"}else this.networkStateIsPending=!1;return m}async upload(r,a,s,c=FO.JSON,d,p=!0){if(this.isDestroyed)throw new Ri;const m=await this.getToken();return await new Promise((g,v)=>{const O=new XMLHttpRequest;O.open(a,new URL(r,this.url),!0),O.setRequestHeader("Authorization","Bearer "+m),O.setRequestHeader("X-Weavy-Source",`${zo.sourceName}@${zo.version}`),c&&O.setRequestHeader("content-type",c),d&&O.upload.addEventListener("progress",x=>{d(x.loaded/x.total*100||100)}),O.onload=x=>{p&&(O.status===401||O.status===401)?this.getToken(!0).then(()=>this.upload(r,a,s,c,d,!1)).then(g).catch(v):g(new Response(O.response,{status:O.status,statusText:O.statusText}))},O.onerror=v,O.send(s)})}},u(i,"t"),i),y(t,"WeavyFetch"),t},"WeavyFetchMixin");function kn(o){return o<0?-1:o===0?0:1}u(kn,"_e");y(kn,"signum");function au(o,t,i){return(1-i)*o+i*t}u(au,"cs");y(au,"lerp");function aD(o,t,i){return i<o?o:i>t?t:i}u(aD,"r1");y(aD,"clampInt");function tv(o,t,i){return i<o?o:i>t?t:i}u(tv,"mc");y(tv,"clampDouble");function Z2(o){return o=o%360,o<0&&(o=o+360),o}u(Z2,"ch");y(Z2,"sanitizeDegreesDouble");function sD(o,t){return Z2(t-o)<=180?1:-1}u(sD,"o1");y(sD,"rotationDirection");function lD(o,t){return 180-Math.abs(Math.abs(o-t)-180)}u(lD,"n1");y(lD,"differenceDegrees");function BO(o,t){const i=o[0]*t[0][0]+o[1]*t[0][1]+o[2]*t[0][2],n=o[0]*t[1][0]+o[1]*t[1][1]+o[2]*t[1][2],r=o[0]*t[2][0]+o[1]*t[2][1]+o[2]*t[2][2];return[i,n,r]}u(BO,"zd");y(BO,"matrixMultiply");const WY=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],DY=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],VY=[95.047,100,108.883];function N2(o,t,i){return(255<<24|(o&255)<<16|(t&255)<<8|i&255)>>>0}u(N2,"lh");y(N2,"argbFromRgb");function X3(o){const t=tl(o[0]),i=tl(o[1]),n=tl(o[2]);return N2(t,i,n)}u(X3,"Lp");y(X3,"argbFromLinrgb");function M9(o){return o>>16&255}u(M9,"oy");y(M9,"redFromArgb");function A9(o){return o>>8&255}u(A9,"ny");y(A9,"greenFromArgb");function z9(o){return o&255}u(z9,"ay");y(z9,"blueFromArgb");function cD(o,t,i){const n=DY,r=n[0][0]*o+n[0][1]*t+n[0][2]*i,a=n[1][0]*o+n[1][1]*t+n[1][2]*i,s=n[2][0]*o+n[2][1]*t+n[2][2]*i,c=tl(r),d=tl(a),p=tl(s);return N2(c,d,p)}u(cD,"l1");y(cD,"argbFromXyz");function dD(o){const t=Vc(M9(o)),i=Vc(A9(o)),n=Vc(z9(o));return BO([t,i,n],WY)}u(dD,"d1");y(dD,"xyzFromArgb");function hD(o){const t=Fa(o),i=tl(t);return N2(i,i,i)}u(hD,"h1");y(hD,"argbFromLstar");function XO(o){const t=dD(o)[1];return 116*_9(t/100)-16}u(XO,"Pd");y(XO,"lstarFromArgb");function Fa(o){return 100*pD((o+16)/116)}u(Fa,"er");y(Fa,"yFromLstar");function HO(o){return _9(o/100)*116-16}u(HO,"Ld");y(HO,"lstarFromY");function Vc(o){const t=o/255;return t<=.040449936?t/12.92*100:Math.pow((t+.055)/1.055,2.4)*100}u(Vc,"bo");y(Vc,"linearized");function tl(o){const t=o/100;let i=0;return t<=.0031308?i=t*12.92:i=1.055*Math.pow(t,1/2.4)-.055,aD(0,255,Math.round(i*255))}u(tl,"zr");y(tl,"delinearized");function uD(){return VY}u(uD,"p1");y(uD,"whitePointD65");function _9(o){const t=.008856451679035631,i=24389/27;return o>t?Math.pow(o,1/3):(i*o+16)/116}u(_9,"sy");y(_9,"labF");function pD(o){const t=.008856451679035631,i=24389/27,n=o*o*o;return n>t?n:(116*o-16)/i}u(pD,"u1");y(pD,"labInvf");var $d;const fD=($d=class{static make(t=uD(),i=200/Math.PI*Fa(50)/100,n=50,r=2,a=!1){const s=t,c=s[0]*.401288+s[1]*.650173+s[2]*-.051461,d=s[0]*-.250268+s[1]*1.204414+s[2]*.045854,p=s[0]*-.002079+s[1]*.048952+s[2]*.953127,m=.8+r/10,g=m>=.9?au(.59,.69,(m-.9)*10):au(.525,.59,(m-.8)*10);let v=a?1:m*(1-1/3.6*Math.exp((-i-42)/92));v=v>1?1:v<0?0:v;const O=m,x=[v*(100/c)+1-v,v*(100/d)+1-v,v*(100/p)+1-v],T=1/(5*i+1),R=T*T*T*T,C=1-R,z=R*i+.1*C*C*Math.cbrt(5*i),q=Fa(n)/t[1],W=1.48+Math.sqrt(q),D=.725/Math.pow(q,.2),Y=D,F=[Math.pow(z*x[0]*c/100,.42),Math.pow(z*x[1]*d/100,.42),Math.pow(z*x[2]*p/100,.42)],X=[400*F[0]/(F[0]+27.13),400*F[1]/(F[1]+27.13),400*F[2]/(F[2]+27.13)],rt=(2*X[0]+X[1]+.05*X[2])*D;return new $d(q,rt,D,Y,g,O,x,z,Math.pow(z,.25),W)}constructor(t,i,n,r,a,s,c,d,p,m){this.n=t,this.aw=i,this.nbb=n,this.ncb=r,this.c=a,this.nc=s,this.rgbD=c,this.fl=d,this.fLRoot=p,this.z=m}},u($d,"Zc"),$d);y(fD,"ViewingConditions");let Ba=fD;Ba.DEFAULT=Ba.make();var fo;const mD=(fo=class{constructor(t,i,n,r,a,s,c,d,p){this.hue=t,this.chroma=i,this.j=n,this.q=r,this.m=a,this.s=s,this.jstar=c,this.astar=d,this.bstar=p}distance(t){const i=this.jstar-t.jstar,n=this.astar-t.astar,r=this.bstar-t.bstar,a=Math.sqrt(i*i+n*n+r*r);return 1.41*Math.pow(a,.63)}static fromInt(t){return fo.fromIntInViewingConditions(t,Ba.DEFAULT)}static fromIntInViewingConditions(t,i){const n=(t&16711680)>>16,r=(t&65280)>>8,a=t&255,s=Vc(n),c=Vc(r),d=Vc(a),p=.41233895*s+.35762064*c+.18051042*d,m=.2126*s+.7152*c+.0722*d,g=.01932141*s+.11916382*c+.95034478*d,v=.401288*p+.650173*m-.051461*g,O=-.250268*p+1.204414*m+.045854*g,x=-.002079*p+.048952*m+.953127*g,T=i.rgbD[0]*v,R=i.rgbD[1]*O,C=i.rgbD[2]*x,z=Math.pow(i.fl*Math.abs(T)/100,.42),q=Math.pow(i.fl*Math.abs(R)/100,.42),W=Math.pow(i.fl*Math.abs(C)/100,.42),D=kn(T)*400*z/(z+27.13),Y=kn(R)*400*q/(q+27.13),F=kn(C)*400*W/(W+27.13),X=(11*D+-12*Y+F)/11,rt=(D+Y-2*F)/9,yt=(20*D+20*Y+21*F)/20,pt=(40*D+20*Y+F)/20,ht=Math.atan2(rt,X)*180/Math.PI,Tt=ht<0?ht+360:ht>=360?ht-360:ht,dt=Tt*Math.PI/180,Ut=pt*i.nbb,It=100*Math.pow(Ut/i.aw,i.c*i.z),ne=4/i.c*Math.sqrt(It/100)*(i.aw+4)*i.fLRoot,Ht=Tt<20.14?Tt+360:Tt,ve=.25*(Math.cos(Ht*Math.PI/180+2)+3.8),ye=5e4/13*ve*i.nc*i.ncb*Math.sqrt(X*X+rt*rt)/(yt+.305),we=Math.pow(ye,.9)*Math.pow(1.64-Math.pow(.29,i.n),.73),Ce=we*Math.sqrt(It/100),be=Ce*i.fLRoot,ct=50*Math.sqrt(we*i.c/(i.aw+4)),U=(1+100*.007)*It/(1+.007*It),K=1/.0228*Math.log(1+.0228*be),xt=K*Math.cos(dt),Rt=K*Math.sin(dt);return new fo(Tt,Ce,It,ne,be,ct,U,xt,Rt)}static fromJch(t,i,n){return fo.fromJchInViewingConditions(t,i,n,Ba.DEFAULT)}static fromJchInViewingConditions(t,i,n,r){const a=4/r.c*Math.sqrt(t/100)*(r.aw+4)*r.fLRoot,s=i*r.fLRoot,c=i/Math.sqrt(t/100),d=50*Math.sqrt(c*r.c/(r.aw+4)),p=n*Math.PI/180,m=(1+100*.007)*t/(1+.007*t),g=1/.0228*Math.log(1+.0228*s),v=g*Math.cos(p),O=g*Math.sin(p);return new fo(n,i,t,a,s,d,m,v,O)}static fromUcs(t,i,n){return fo.fromUcsInViewingConditions(t,i,n,Ba.DEFAULT)}static fromUcsInViewingConditions(t,i,n,r){const a=i,s=n,c=Math.sqrt(a*a+s*s),d=(Math.exp(c*.0228)-1)/.0228/r.fLRoot;let p=Math.atan2(s,a)*(180/Math.PI);p<0&&(p+=360);const m=t/(1-(t-100)*.007);return fo.fromJchInViewingConditions(m,d,p,r)}toInt(){return this.viewed(Ba.DEFAULT)}viewed(t){const i=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),n=Math.pow(i/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),r=this.hue*Math.PI/180,a=.25*(Math.cos(r+2)+3.8),s=t.aw*Math.pow(this.j/100,1/t.c/t.z),c=a*(5e4/13)*t.nc*t.ncb,d=s/t.nbb,p=Math.sin(r),m=Math.cos(r),g=23*(d+.305)*n/(23*c+11*n*m+108*n*p),v=g*m,O=g*p,x=(460*d+451*v+288*O)/1403,T=(460*d-891*v-261*O)/1403,R=(460*d-220*v-6300*O)/1403,C=Math.max(0,27.13*Math.abs(x)/(400-Math.abs(x))),z=kn(x)*(100/t.fl)*Math.pow(C,1/.42),q=Math.max(0,27.13*Math.abs(T)/(400-Math.abs(T))),W=kn(T)*(100/t.fl)*Math.pow(q,1/.42),D=Math.max(0,27.13*Math.abs(R)/(400-Math.abs(R))),Y=kn(R)*(100/t.fl)*Math.pow(D,1/.42),F=z/t.rgbD[0],X=W/t.rgbD[1],rt=Y/t.rgbD[2],yt=1.86206786*F-1.01125463*X+.14918677*rt,pt=.38752654*F+.62144744*X-.00897398*rt,ht=-.0158415*F-.03412294*X+1.04996444*rt;return cD(yt,pt,ht)}static fromXyzInViewingConditions(t,i,n,r){const a=.401288*t+.650173*i-.051461*n,s=-.250268*t+1.204414*i+.045854*n,c=-.002079*t+.048952*i+.953127*n,d=r.rgbD[0]*a,p=r.rgbD[1]*s,m=r.rgbD[2]*c,g=Math.pow(r.fl*Math.abs(d)/100,.42),v=Math.pow(r.fl*Math.abs(p)/100,.42),O=Math.pow(r.fl*Math.abs(m)/100,.42),x=kn(d)*400*g/(g+27.13),T=kn(p)*400*v/(v+27.13),R=kn(m)*400*O/(O+27.13),C=(11*x+-12*T+R)/11,z=(x+T-2*R)/9,q=(20*x+20*T+21*R)/20,W=(40*x+20*T+R)/20,D=Math.atan2(z,C)*180/Math.PI,Y=D<0?D+360:D>=360?D-360:D,F=Y*Math.PI/180,X=W*r.nbb,rt=100*Math.pow(X/r.aw,r.c*r.z),yt=4/r.c*Math.sqrt(rt/100)*(r.aw+4)*r.fLRoot,pt=Y<20.14?Y+360:Y,ht=1/4*(Math.cos(pt*Math.PI/180+2)+3.8),Tt=5e4/13*ht*r.nc*r.ncb*Math.sqrt(C*C+z*z)/(q+.305),dt=Math.pow(Tt,.9)*Math.pow(1.64-Math.pow(.29,r.n),.73),Ut=dt*Math.sqrt(rt/100),It=Ut*r.fLRoot,ne=50*Math.sqrt(dt*r.c/(r.aw+4)),Ht=(1+100*.007)*rt/(1+.007*rt),ve=Math.log(1+.0228*It)/.0228,ye=ve*Math.cos(F),we=ve*Math.sin(F);return new fo(Y,Ut,rt,yt,It,ne,Ht,ye,we)}xyzInViewingConditions(t){const i=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),n=Math.pow(i/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),r=this.hue*Math.PI/180,a=.25*(Math.cos(r+2)+3.8),s=t.aw*Math.pow(this.j/100,1/t.c/t.z),c=a*(5e4/13)*t.nc*t.ncb,d=s/t.nbb,p=Math.sin(r),m=Math.cos(r),g=23*(d+.305)*n/(23*c+11*n*m+108*n*p),v=g*m,O=g*p,x=(460*d+451*v+288*O)/1403,T=(460*d-891*v-261*O)/1403,R=(460*d-220*v-6300*O)/1403,C=Math.max(0,27.13*Math.abs(x)/(400-Math.abs(x))),z=kn(x)*(100/t.fl)*Math.pow(C,1/.42),q=Math.max(0,27.13*Math.abs(T)/(400-Math.abs(T))),W=kn(T)*(100/t.fl)*Math.pow(q,1/.42),D=Math.max(0,27.13*Math.abs(R)/(400-Math.abs(R))),Y=kn(R)*(100/t.fl)*Math.pow(D,1/.42),F=z/t.rgbD[0],X=W/t.rgbD[1],rt=Y/t.rgbD[2],yt=1.86206786*F-1.01125463*X+.14918677*rt,pt=.38752654*F+.62144744*X-.00897398*rt,ht=-.0158415*F-.03412294*X+1.04996444*rt;return[yt,pt,ht]}},u(fo,"oi"),fo);y(mD,"Cam16");let jr=mD;var Jt;const yD=(Jt=class{static sanitizeRadians(t){return(t+Math.PI*8)%(Math.PI*2)}static trueDelinearized(t){const i=t/100;let n=0;return i<=.0031308?n=i*12.92:n=1.055*Math.pow(i,1/2.4)-.055,n*255}static chromaticAdaptation(t){const i=Math.pow(Math.abs(t),.42);return kn(t)*400*i/(i+27.13)}static hueOf(t){const i=BO(t,Jt.SCALED_DISCOUNT_FROM_LINRGB),n=Jt.chromaticAdaptation(i[0]),r=Jt.chromaticAdaptation(i[1]),a=Jt.chromaticAdaptation(i[2]),s=(11*n+-12*r+a)/11,c=(n+r-2*a)/9;return Math.atan2(c,s)}static areInCyclicOrder(t,i,n){const r=Jt.sanitizeRadians(i-t),a=Jt.sanitizeRadians(n-t);return r<a}static intercept(t,i,n){return(i-t)/(n-t)}static lerpPoint(t,i,n){return[t[0]+(n[0]-t[0])*i,t[1]+(n[1]-t[1])*i,t[2]+(n[2]-t[2])*i]}static setCoordinate(t,i,n,r){const a=Jt.intercept(t[r],i,n[r]);return Jt.lerpPoint(t,a,n)}static isBounded(t){return 0<=t&&t<=100}static nthVertex(t,i){const n=Jt.Y_FROM_LINRGB[0],r=Jt.Y_FROM_LINRGB[1],a=Jt.Y_FROM_LINRGB[2],s=i%4<=1?0:100,c=i%2===0?0:100;if(i<4){const d=s,p=c,m=(t-d*r-p*a)/n;return Jt.isBounded(m)?[m,d,p]:[-1,-1,-1]}else if(i<8){const d=s,p=c,m=(t-p*n-d*a)/r;return Jt.isBounded(m)?[p,m,d]:[-1,-1,-1]}else{const d=s,p=c,m=(t-d*n-p*r)/a;return Jt.isBounded(m)?[d,p,m]:[-1,-1,-1]}}static bisectToSegment(t,i){let n=[-1,-1,-1],r=n,a=0,s=0,c=!1,d=!0;for(let p=0;p<12;p++){const m=Jt.nthVertex(t,p);if(m[0]<0)continue;const g=Jt.hueOf(m);if(!c){n=m,r=m,a=g,s=g,c=!0;continue}(d||Jt.areInCyclicOrder(a,g,s))&&(d=!1,Jt.areInCyclicOrder(a,i,g)?(r=m,s=g):(n=m,a=g))}return[n,r]}static midpoint(t,i){return[(t[0]+i[0])/2,(t[1]+i[1])/2,(t[2]+i[2])/2]}static criticalPlaneBelow(t){return Math.floor(t-.5)}static criticalPlaneAbove(t){return Math.ceil(t-.5)}static bisectToLimit(t,i){const n=Jt.bisectToSegment(t,i);let r=n[0],a=Jt.hueOf(r),s=n[1];for(let c=0;c<3;c++)if(r[c]!==s[c]){let d=-1,p=255;r[c]<s[c]?(d=Jt.criticalPlaneBelow(Jt.trueDelinearized(r[c])),p=Jt.criticalPlaneAbove(Jt.trueDelinearized(s[c]))):(d=Jt.criticalPlaneAbove(Jt.trueDelinearized(r[c])),p=Jt.criticalPlaneBelow(Jt.trueDelinearized(s[c])));for(let m=0;m<8&&!(Math.abs(p-d)<=1);m++){const g=Math.floor((d+p)/2),v=Jt.CRITICAL_PLANES[g],O=Jt.setCoordinate(r,v,s,c),x=Jt.hueOf(O);Jt.areInCyclicOrder(a,i,x)?(s=O,p=g):(r=O,a=x,d=g)}}return Jt.midpoint(r,s)}static inverseChromaticAdaptation(t){const i=Math.abs(t),n=Math.max(0,27.13*i/(400-i));return kn(t)*Math.pow(n,1/.42)}static findResultByJ(t,i,n){let r=Math.sqrt(n)*11;const a=Ba.DEFAULT,s=1/Math.pow(1.64-Math.pow(.29,a.n),.73),c=.25*(Math.cos(t+2)+3.8)*(5e4/13)*a.nc*a.ncb,d=Math.sin(t),p=Math.cos(t);for(let m=0;m<5;m++){const g=r/100,v=i===0||r===0?0:i/Math.sqrt(g),O=Math.pow(v*s,1/.9),x=a.aw*Math.pow(g,1/a.c/a.z)/a.nbb,T=23*(x+.305)*O/(23*c+11*O*p+108*O*d),R=T*p,C=T*d,z=(460*x+451*R+288*C)/1403,q=(460*x-891*R-261*C)/1403,W=(460*x-220*R-6300*C)/1403,D=Jt.inverseChromaticAdaptation(z),Y=Jt.inverseChromaticAdaptation(q),F=Jt.inverseChromaticAdaptation(W),X=BO([D,Y,F],Jt.LINRGB_FROM_SCALED_DISCOUNT);if(X[0]<0||X[1]<0||X[2]<0)return 0;const rt=Jt.Y_FROM_LINRGB[0],yt=Jt.Y_FROM_LINRGB[1],pt=Jt.Y_FROM_LINRGB[2],ht=rt*X[0]+yt*X[1]+pt*X[2];if(ht<=0)return 0;if(m===4||Math.abs(ht-n)<.002)return X[0]>100.01||X[1]>100.01||X[2]>100.01?0:X3(X);r=r-(ht-n)*r/(2*ht)}return 0}static solveToInt(t,i,n){if(i<1e-4||n<1e-4||n>99.9999)return hD(n);t=Z2(t);const r=t/180*Math.PI,a=Fa(n),s=Jt.findResultByJ(r,i,a);if(s!==0)return s;const c=Jt.bisectToLimit(a,r);return X3(c)}static solveToCam(t,i,n){return jr.fromInt(Jt.solveToInt(t,i,n))}},u(Jt,"rt"),Jt);y(yD,"HctSolver");let Ks=yD;Ks.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Ks.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Ks.Y_FROM_LINRGB=[.2126,.7152,.0722];Ks.CRITICAL_PLANES=[.015176349177441876,.045529047532325624,.07588174588720938,.10623444424209313,.13658714259697685,.16693984095186062,.19729253930674434,.2276452376616281,.2579979360165119,.28835063437139563,.3188300904430532,.350925934958123,.3848314933096426,.42057480301049466,.458183274052838,.4976837250274023,.5391024159806381,.5824650784040898,.6277969426914107,.6751227633498623,.7244668422128921,.775853049866786,.829304845476233,.8848452951698498,.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776];var ts;const gD=(ts=class{static from(t,i,n){return new ts(Ks.solveToInt(t,i,n))}static fromInt(t){return new ts(t)}toInt(){return this.argb}get hue(){return this.internalHue}set hue(t){this.setInternalState(Ks.solveToInt(t,this.internalChroma,this.internalTone))}get chroma(){return this.internalChroma}set chroma(t){this.setInternalState(Ks.solveToInt(this.internalHue,t,this.internalTone))}get tone(){return this.internalTone}set tone(t){this.setInternalState(Ks.solveToInt(this.internalHue,this.internalChroma,t))}constructor(t){this.argb=t;const i=jr.fromInt(t);this.internalHue=i.hue,this.internalChroma=i.chroma,this.internalTone=XO(t),this.argb=t}setInternalState(t){const i=jr.fromInt(t);this.internalHue=i.hue,this.internalChroma=i.chroma,this.internalTone=XO(t),this.argb=t}inViewingConditions(t){const i=jr.fromInt(this.toInt()).xyzInViewingConditions(t),n=jr.fromXyzInViewingConditions(i[0],i[1],i[2],Ba.make());return ts.from(n.hue,n.chroma,HO(i[1]))}},u(ts,"vo"),ts);y(gD,"Hct");let Bn=gD;var Sd;const wD=(Sd=class{static harmonize(t,i){const n=Bn.fromInt(t),r=Bn.fromInt(i),a=lD(n.hue,r.hue),s=Math.min(a*.5,15),c=Z2(n.hue+s*sD(n.hue,r.hue));return Bn.from(c,n.chroma,n.tone).toInt()}static hctHue(t,i,n){const r=Sd.cam16Ucs(t,i,n),a=jr.fromInt(r),s=jr.fromInt(t);return Bn.from(a.hue,s.chroma,XO(t)).toInt()}static cam16Ucs(t,i,n){const r=jr.fromInt(t),a=jr.fromInt(i),s=r.jstar,c=r.astar,d=r.bstar,p=a.jstar,m=a.astar,g=a.bstar,v=s+(p-s)*n,O=c+(m-c)*n,x=d+(g-d)*n;return jr.fromUcs(v,O,x).toInt()}},u(Sd,"Yc"),Sd);y(wD,"Blend");let Vr=wD;var ir;const vD=(ir=class{static ratioOfTones(t,i){return t=tv(0,100,t),i=tv(0,100,i),ir.ratioOfYs(Fa(t),Fa(i))}static ratioOfYs(t,i){const n=t>i?t:i,r=n===i?t:i;return(n+5)/(r+5)}static lighter(t,i){if(t<0||t>100)return-1;const n=Fa(t),r=i*(n+5)-5,a=ir.ratioOfYs(r,n),s=Math.abs(a-i);if(a<i&&s>.04)return-1;const c=HO(r)+.4;return c<0||c>100?-1:c}static darker(t,i){if(t<0||t>100)return-1;const n=Fa(t),r=(n+5)/i-5,a=ir.ratioOfYs(n,r),s=Math.abs(a-i);if(a<i&&s>.04)return-1;const c=HO(r)-.4;return c<0||c>100?-1:c}static lighterUnsafe(t,i){const n=ir.lighter(t,i);return n<0?100:n}static darkerUnsafe(t,i){const n=ir.darker(t,i);return n<0?0:n}},u(ir,"ji"),ir);y(vD,"Contrast");let Eo=vD;var Pd;const bD=(Pd=class{static isDisliked(t){const i=Math.round(t.hue)>=90&&Math.round(t.hue)<=111,n=Math.round(t.chroma)>16,r=Math.round(t.tone)<65;return i&&n&&r}static fixIfDisliked(t){return Pd.isDisliked(t)?Bn.from(t.hue,t.chroma,70):t}},u(Pd,"Xc"),Pd);y(bD,"DislikeAnalyzer");let UY=bD;var Fi;const OD=(Fi=class{static fromPalette(t){return new Fi(t.name??"",t.palette,t.tone,t.isBackground??!1,t.background,t.secondBackground,t.contrastCurve,t.toneDeltaPair)}constructor(t,i,n,r,a,s,c,d){if(this.name=t,this.palette=i,this.tone=n,this.isBackground=r,this.background=a,this.secondBackground=s,this.contrastCurve=c,this.toneDeltaPair=d,this.hctCache=new Map,!a&&s)throw new Error(`Color ${t} has secondBackgrounddefined, but background is not defined.`);if(!a&&c)throw new Error(`Color ${t} has contrastCurvedefined, but background is not defined.`);if(a&&!c)throw new Error(`Color ${t} has backgrounddefined, but contrastCurve is not defined.`)}getArgb(t){return this.getHct(t).toInt()}getHct(t){const i=this.hctCache.get(t);if(i!=null)return i;const n=this.getTone(t),r=this.palette(t).getHct(n);return this.hctCache.size>4&&this.hctCache.clear(),this.hctCache.set(t,r),r}getTone(t){const i=t.contrastLevel<0;if(this.toneDeltaPair){const n=this.toneDeltaPair(t),r=n.roleA,a=n.roleB,s=n.delta,c=n.polarity,d=n.stayTogether,p=this.background(t).getTone(t),m=c==="nearer"||c==="lighter"&&!t.isDark||c==="darker"&&t.isDark,g=m?r:a,v=m?a:r,O=this.name===g.name,x=t.isDark?1:-1,T=g.contrastCurve.getContrast(t.contrastLevel),R=v.contrastCurve.getContrast(t.contrastLevel),C=g.tone(t);let z=Eo.ratioOfTones(p,C)>=T?C:Fi.foregroundTone(p,T);const q=v.tone(t);let W=Eo.ratioOfTones(p,q)>=R?q:Fi.foregroundTone(p,R);return i&&(z=Fi.foregroundTone(p,T),W=Fi.foregroundTone(p,R)),(W-z)*x>=s||(W=tv(0,100,z+s*x),(W-z)*x>=s||(z=tv(0,100,W-s*x))),50<=z&&z<60?x>0?(z=60,W=Math.max(W,z+s*x)):(z=49,W=Math.min(W,z+s*x)):50<=W&&W<60&&(d?x>0?(z=60,W=Math.max(W,z+s*x)):(z=49,W=Math.min(W,z+s*x)):x>0?W=60:W=49),O?z:W}else{let n=this.tone(t);if(this.background==null)return n;const r=this.background(t).getTone(t),a=this.contrastCurve.getContrast(t.contrastLevel);if(Eo.ratioOfTones(r,n)>=a||(n=Fi.foregroundTone(r,a)),i&&(n=Fi.foregroundTone(r,a)),this.isBackground&&50<=n&&n<60&&(Eo.ratioOfTones(49,r)>=a?n=49:n=60),this.secondBackground){const[s,c]=[this.background,this.secondBackground],[d,p]=[s(t).getTone(t),c(t).getTone(t)],[m,g]=[Math.max(d,p),Math.min(d,p)];if(Eo.ratioOfTones(m,n)>=a&&Eo.ratioOfTones(g,n)>=a)return n;const v=Eo.lighter(m,a),O=Eo.darker(g,a),x=[];return v!==-1&&x.push(v),O!==-1&&x.push(O),Fi.tonePrefersLightForeground(d)||Fi.tonePrefersLightForeground(p)?v<0?100:v:x.length===1?x[0]:O<0?0:O}return n}}static foregroundTone(t,i){const n=Eo.lighterUnsafe(t,i),r=Eo.darkerUnsafe(t,i),a=Eo.ratioOfTones(n,t),s=Eo.ratioOfTones(r,t);if(Fi.tonePrefersLightForeground(t)){const c=Math.abs(a-s)<.1&&a<i&&s<i;return a>=i||a>=s||c?n:r}else return s>=i||s>=a?r:n}static tonePrefersLightForeground(t){return Math.round(t)<60}static toneAllowsLightForeground(t){return Math.round(t)<=49}static enableLightForeground(t){return Fi.tonePrefersLightForeground(t)&&!Fi.toneAllowsLightForeground(t)?49:t}},u(Fi,"ve"),Fi);y(OD,"DynamicColor");let Wt=OD;var ev;(function(o){o[o.MONOCHROME=0]="MONOCHROME",o[o.NEUTRAL=1]="NEUTRAL",o[o.TONAL_SPOT=2]="TONAL_SPOT",o[o.VIBRANT=3]="VIBRANT",o[o.EXPRESSIVE=4]="EXPRESSIVE",o[o.FIDELITY=5]="FIDELITY",o[o.CONTENT=6]="CONTENT",o[o.RAINBOW=7]="RAINBOW",o[o.FRUIT_SALAD=8]="FRUIT_SALAD"})(ev||(ev={}));var Ff;const xD=(Ff=class{constructor(t,i,n,r){this.low=t,this.normal=i,this.medium=n,this.high=r}getContrast(t){return t<=-1?this.low:t<0?au(this.low,this.normal,(t- -1)/1):t<.5?au(this.normal,this.medium,(t-0)/.5):t<1?au(this.medium,this.high,(t-.5)/.5):this.high}},u(Ff,"Nh"),Ff);y(xD,"ContrastCurve");let Pe=xD;var Bf;const kD=(Bf=class{constructor(t,i,n,r,a){this.roleA=t,this.roleB=i,this.delta=n,this.polarity=r,this.stayTogether=a}},u(Bf,"jh"),Bf);y(kD,"ToneDeltaPair");let Kn=kD;function Hd(o){return o.variant===ev.FIDELITY||o.variant===ev.CONTENT}u(Hd,"qa");y(Hd,"isFidelity");function mi(o){return o.variant===ev.MONOCHROME}u(mi,"Bt");y(mi,"isMonochrome");function $D(o,t,i,n){let r=i,a=Bn.from(o,t,i);if(a.chroma<t){let s=a.chroma;for(;a.chroma<t;){r+=n?-1:1;const c=Bn.from(o,t,r);if(s>c.chroma||Math.abs(c.chroma-t)<.4)break;const d=Math.abs(c.chroma-t),p=Math.abs(a.chroma-t);d<p&&(a=c),s=Math.max(s,c.chroma)}}return r}u($D,"y1");y($D,"findDesiredChromaByTone");function SD(o){return Ba.make(void 0,void 0,o.isDark?30:80,void 0,void 0)}u(SD,"w1");y(SD,"viewingConditionsForAlbers");function q2(o,t){const i=o.inViewingConditions(SD(t));return Wt.tonePrefersLightForeground(o.tone)&&!Wt.toneAllowsLightForeground(i.tone)?Wt.enableLightForeground(o.tone):Wt.enableLightForeground(i.tone)}u(q2,"dh");y(q2,"performAlbers");var bl;const PD=(bl=class{static highestSurface(t){return t.isDark?bl.surfaceBright:bl.surfaceDim}},u(bl,"ps"),bl);y(PD,"MaterialDynamicColors");let nt=PD;nt.contentAccentToneDelta=15;nt.primaryPaletteKeyColor=Wt.fromPalette({name:"primary_palette_key_color",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>o.primaryPalette.keyColor.tone,"tone")});nt.secondaryPaletteKeyColor=Wt.fromPalette({name:"secondary_palette_key_color",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>o.secondaryPalette.keyColor.tone,"tone")});nt.tertiaryPaletteKeyColor=Wt.fromPalette({name:"tertiary_palette_key_color",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>o.tertiaryPalette.keyColor.tone,"tone")});nt.neutralPaletteKeyColor=Wt.fromPalette({name:"neutral_palette_key_color",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.neutralPalette.keyColor.tone,"tone")});nt.neutralVariantPaletteKeyColor=Wt.fromPalette({name:"neutral_variant_palette_key_color",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.neutralVariantPalette.keyColor.tone,"tone")});nt.background=Wt.fromPalette({name:"background",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?6:98,"tone"),isBackground:!0});nt.onBackground=Wt.fromPalette({name:"on_background",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?90:10,"tone"),background:y(o=>nt.background,"background"),contrastCurve:new Pe(3,3,4.5,7)});nt.surface=Wt.fromPalette({name:"surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?6:98,"tone"),isBackground:!0});nt.surfaceDim=Wt.fromPalette({name:"surface_dim",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?6:87,"tone"),isBackground:!0});nt.surfaceBright=Wt.fromPalette({name:"surface_bright",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?24:98,"tone"),isBackground:!0});nt.surfaceContainerLowest=Wt.fromPalette({name:"surface_container_lowest",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?4:100,"tone"),isBackground:!0});nt.surfaceContainerLow=Wt.fromPalette({name:"surface_container_low",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?10:96,"tone"),isBackground:!0});nt.surfaceContainer=Wt.fromPalette({name:"surface_container",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?12:94,"tone"),isBackground:!0});nt.surfaceContainerHigh=Wt.fromPalette({name:"surface_container_high",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?17:92,"tone"),isBackground:!0});nt.surfaceContainerHighest=Wt.fromPalette({name:"surface_container_highest",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?22:90,"tone"),isBackground:!0});nt.onSurface=Wt.fromPalette({name:"on_surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?90:10,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.surfaceVariant=Wt.fromPalette({name:"surface_variant",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?30:90,"tone"),isBackground:!0});nt.onSurfaceVariant=Wt.fromPalette({name:"on_surface_variant",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?80:30,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11)});nt.inverseSurface=Wt.fromPalette({name:"inverse_surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?90:20,"tone")});nt.inverseOnSurface=Wt.fromPalette({name:"inverse_on_surface",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>o.isDark?20:95,"tone"),background:y(o=>nt.inverseSurface,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.outline=Wt.fromPalette({name:"outline",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?60:50,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1.5,3,4.5,7)});nt.outlineVariant=Wt.fromPalette({name:"outline_variant",palette:y(o=>o.neutralVariantPalette,"palette"),tone:y(o=>o.isDark?30:80,"tone"),background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7)});nt.shadow=Wt.fromPalette({name:"shadow",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>0,"tone")});nt.scrim=Wt.fromPalette({name:"scrim",palette:y(o=>o.neutralPalette,"palette"),tone:y(o=>0,"tone")});nt.surfaceTint=Wt.fromPalette({name:"surface_tint",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>o.isDark?80:40,"tone"),isBackground:!0});nt.primary=Wt.fromPalette({name:"primary",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?100:0:o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.primaryContainer,nt.primary,15,"nearer",!1),"toneDeltaPair")});nt.onPrimary=Wt.fromPalette({name:"on_primary",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?10:90:o.isDark?20:100,"tone"),background:y(o=>nt.primary,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.primaryContainer=Wt.fromPalette({name:"primary_container",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>Hd(o)?q2(o.sourceColorHct,o):mi(o)?o.isDark?85:25:o.isDark?30:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.primaryContainer,nt.primary,15,"nearer",!1),"toneDeltaPair")});nt.onPrimaryContainer=Wt.fromPalette({name:"on_primary_container",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>Hd(o)?Wt.foregroundTone(nt.primaryContainer.tone(o),4.5):mi(o)?o.isDark?0:100:o.isDark?90:10,"tone"),background:y(o=>nt.primaryContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.inversePrimary=Wt.fromPalette({name:"inverse_primary",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>o.isDark?40:80,"tone"),background:y(o=>nt.inverseSurface,"background"),contrastCurve:new Pe(3,4.5,7,11)});nt.secondary=Wt.fromPalette({name:"secondary",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.secondaryContainer,nt.secondary,15,"nearer",!1),"toneDeltaPair")});nt.onSecondary=Wt.fromPalette({name:"on_secondary",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?10:100:o.isDark?20:100,"tone"),background:y(o=>nt.secondary,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.secondaryContainer=Wt.fromPalette({name:"secondary_container",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>{const t=o.isDark?30:90;if(mi(o))return o.isDark?30:85;if(!Hd(o))return t;let i=$D(o.secondaryPalette.hue,o.secondaryPalette.chroma,t,!o.isDark);return i=q2(o.secondaryPalette.getHct(i),o),i},"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.secondaryContainer,nt.secondary,15,"nearer",!1),"toneDeltaPair")});nt.onSecondaryContainer=Wt.fromPalette({name:"on_secondary_container",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>Hd(o)?Wt.foregroundTone(nt.secondaryContainer.tone(o),4.5):o.isDark?90:10,"tone"),background:y(o=>nt.secondaryContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.tertiary=Wt.fromPalette({name:"tertiary",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?90:25:o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.tertiaryContainer,nt.tertiary,15,"nearer",!1),"toneDeltaPair")});nt.onTertiary=Wt.fromPalette({name:"on_tertiary",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?10:90:o.isDark?20:100,"tone"),background:y(o=>nt.tertiary,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.tertiaryContainer=Wt.fromPalette({name:"tertiary_container",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>{if(mi(o))return o.isDark?60:49;if(!Hd(o))return o.isDark?30:90;const t=q2(o.tertiaryPalette.getHct(o.sourceColorHct.tone),o),i=o.tertiaryPalette.getHct(t);return UY.fixIfDisliked(i).tone},"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.tertiaryContainer,nt.tertiary,15,"nearer",!1),"toneDeltaPair")});nt.onTertiaryContainer=Wt.fromPalette({name:"on_tertiary_container",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?o.isDark?0:100:Hd(o)?Wt.foregroundTone(nt.tertiaryContainer.tone(o),4.5):o.isDark?90:10,"tone"),background:y(o=>nt.tertiaryContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.error=Wt.fromPalette({name:"error",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?80:40,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(3,4.5,7,11),toneDeltaPair:y(o=>new Kn(nt.errorContainer,nt.error,15,"nearer",!1),"toneDeltaPair")});nt.onError=Wt.fromPalette({name:"on_error",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?20:100,"tone"),background:y(o=>nt.error,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.errorContainer=Wt.fromPalette({name:"error_container",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?30:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.errorContainer,nt.error,15,"nearer",!1),"toneDeltaPair")});nt.onErrorContainer=Wt.fromPalette({name:"on_error_container",palette:y(o=>o.errorPalette,"palette"),tone:y(o=>o.isDark?90:10,"tone"),background:y(o=>nt.errorContainer,"background"),contrastCurve:new Pe(4.5,7,11,21)});nt.primaryFixed=Wt.fromPalette({name:"primary_fixed",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?40:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.primaryFixed,nt.primaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.primaryFixedDim=Wt.fromPalette({name:"primary_fixed_dim",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?30:80,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.primaryFixed,nt.primaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.onPrimaryFixed=Wt.fromPalette({name:"on_primary_fixed",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?100:10,"tone"),background:y(o=>nt.primaryFixedDim,"background"),secondBackground:y(o=>nt.primaryFixed,"secondBackground"),contrastCurve:new Pe(4.5,7,11,21)});nt.onPrimaryFixedVariant=Wt.fromPalette({name:"on_primary_fixed_variant",palette:y(o=>o.primaryPalette,"palette"),tone:y(o=>mi(o)?90:30,"tone"),background:y(o=>nt.primaryFixedDim,"background"),secondBackground:y(o=>nt.primaryFixed,"secondBackground"),contrastCurve:new Pe(3,4.5,7,11)});nt.secondaryFixed=Wt.fromPalette({name:"secondary_fixed",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?80:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.secondaryFixed,nt.secondaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.secondaryFixedDim=Wt.fromPalette({name:"secondary_fixed_dim",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?70:80,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.secondaryFixed,nt.secondaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.onSecondaryFixed=Wt.fromPalette({name:"on_secondary_fixed",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>10,"tone"),background:y(o=>nt.secondaryFixedDim,"background"),secondBackground:y(o=>nt.secondaryFixed,"secondBackground"),contrastCurve:new Pe(4.5,7,11,21)});nt.onSecondaryFixedVariant=Wt.fromPalette({name:"on_secondary_fixed_variant",palette:y(o=>o.secondaryPalette,"palette"),tone:y(o=>mi(o)?25:30,"tone"),background:y(o=>nt.secondaryFixedDim,"background"),secondBackground:y(o=>nt.secondaryFixed,"secondBackground"),contrastCurve:new Pe(3,4.5,7,11)});nt.tertiaryFixed=Wt.fromPalette({name:"tertiary_fixed",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?40:90,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.tertiaryFixed,nt.tertiaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.tertiaryFixedDim=Wt.fromPalette({name:"tertiary_fixed_dim",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?30:80,"tone"),isBackground:!0,background:y(o=>nt.highestSurface(o),"background"),contrastCurve:new Pe(1,1,3,7),toneDeltaPair:y(o=>new Kn(nt.tertiaryFixed,nt.tertiaryFixedDim,10,"lighter",!0),"toneDeltaPair")});nt.onTertiaryFixed=Wt.fromPalette({name:"on_tertiary_fixed",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?100:10,"tone"),background:y(o=>nt.tertiaryFixedDim,"background"),secondBackground:y(o=>nt.tertiaryFixed,"secondBackground"),contrastCurve:new Pe(4.5,7,11,21)});nt.onTertiaryFixedVariant=Wt.fromPalette({name:"on_tertiary_fixed_variant",palette:y(o=>o.tertiaryPalette,"palette"),tone:y(o=>mi(o)?90:30,"tone"),background:y(o=>nt.tertiaryFixedDim,"background"),secondBackground:y(o=>nt.tertiaryFixed,"secondBackground"),contrastCurve:new Pe(3,4.5,7,11)});var Jr;const CD=(Jr=class{static fromInt(t){const i=Bn.fromInt(t);return Jr.fromHct(i)}static fromHct(t){return new Jr(t.hue,t.chroma,t)}static fromHueAndChroma(t,i){return new Jr(t,i,Jr.createKeyColor(t,i))}constructor(t,i,n){this.hue=t,this.chroma=i,this.keyColor=n,this.cache=new Map}static createKeyColor(t,i){let n=Bn.from(t,i,50),r=Math.abs(n.chroma-i);for(let a=1;a<50;a+=1){if(Math.round(i)===Math.round(n.chroma))return n;const s=Bn.from(t,i,50+a),c=Math.abs(s.chroma-i);c<r&&(r=c,n=s);const d=Bn.from(t,i,50-a),p=Math.abs(d.chroma-i);p<r&&(r=p,n=d)}return n}tone(t){let i=this.cache.get(t);return i===void 0&&(i=Bn.from(this.hue,this.chroma,t).toInt(),this.cache.set(t,i)),i}getHct(t){return Bn.fromInt(this.tone(t))}},u(Jr,"gr"),Jr);y(CD,"TonalPalette");let ei=CD;function H3(o){const t=M9(o),i=A9(o),n=z9(o),r=[t.toString(16),i.toString(16),n.toString(16)];for(const[a,s]of r.entries())s.length===1&&(r[a]="0"+s);return"#"+r.join("")}u(H3,"Mp");y(H3,"hexFromArgb");function TD(o){o=o.replace("#","");const t=o.length===3,i=o.length===6,n=o.length===8;if(!t&&!i&&!n)throw new Error("unexpected hex "+o);let r=0,a=0,s=0;return t?(r=Zr(o.slice(0,1).repeat(2)),a=Zr(o.slice(1,2).repeat(2)),s=Zr(o.slice(2,3).repeat(2))):i?(r=Zr(o.slice(0,2)),a=Zr(o.slice(2,4)),s=Zr(o.slice(4,6))):n&&(r=Zr(o.slice(2,4)),a=Zr(o.slice(4,6)),s=Zr(o.slice(6,8))),(255<<24|(r&255)<<16|(a&255)<<8|s&255)>>>0}u(TD,"f1");y(TD,"argbFromHex");function Zr(o){return parseInt(o,16)}u(Zr,"$i");y(Zr,"parseIntHex");function ED(o,t=!1){var i;const n=(i=o.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+\.{0,1}\d*))?\)$/))==null?void 0:i.slice(1).map((d,p)=>p===3?Math.round(parseFloat(d)*255):parseFloat(d));if(!n)throw new Error("Could not parse rgba color.");const[r,a,s,c]=n;return((t?255:c&255)<<24|(r&255)<<16|(a&255)<<8|s&255)>>>0}u(ED,"m1");y(ED,"argbFromRgba");function QD(o){an();const t=document.createElement("wy-compute-styles");t.setAttribute("style",`color: ${o} !important;`),document.documentElement.append(t);const i=window.getComputedStyle(t).color;return t.remove(),i}u(QD,"v1");y(QD,"getComputedColor");function YO(o){return getComputedStyle(o).getPropertyValue("--wy-theme-color")||void 0}u(YO,"Sd");y(YO,"getCSSThemeColor");function RD(o,t){let i=YO(o);const n=new MutationObserver(()=>{const s=YO(o);s!==i&&(console.log("--wy-theme-color changed",s),i=s,t(s))}),r={attributes:!0,attributeFilter:["class","style"]};let a=o;for(;a&&a!==document;)n.observe(a,r),a=a.parentNode;return()=>n.disconnect()}u(RD,"g1");y(RD,"observeCSSThemeColor");function GO(){var o;return an(),((o=Array.from(document.head.querySelectorAll("meta[name='theme-color']")).filter(t=>{var i;const n=t.getAttribute("media");return!n||((i=window.matchMedia(n))==null?void 0:i.matches)}).pop())==null?void 0:o.getAttribute("content"))||void 0}u(GO,"Td");y(GO,"getMetaThemeColor");function MD(o){an();const t=Array.from(document.head.querySelectorAll("meta[name='theme-color']"));if(!t)return()=>{};let i=GO();const n=y(()=>{const c=GO();c!==i&&(console.log("meta theme-color changed",c),i=c,o(c))},"checkChangedColor"),r=new MutationObserver(n),a={attributes:!0,attributeFilter:["content"]},s=[];return t.forEach(c=>{r.observe(c,a);const d=c.getAttribute("media");if(d){const p=window.matchMedia(d);p.addEventListener("change",n),s.push(p)}}),()=>{r.disconnect(),s.forEach(c=>c.removeEventListener("change",n))}}u(MD,"b1");y(MD,"observeMetaThemeColor");const Hw=[],ZY=16;function AD(o,t=!1){var i;if(Hw.some(D=>D.seedColor===o)){const D=(i=Hw.find(Y=>Y.seedColor===o))==null?void 0:i.colors;if(D)return D}const n=[];t&&n.push(`--wy-theme-color:${o};`);let r=o;!o.startsWith("#")&&!o.startsWith("rgb")&&(r=QD(o),console.log("computed color",o));const a=o.startsWith("#")?TD(r):ED(r),s=Bn.fromInt(a),c=s.hue,d=s.chroma,p=Math.max(48,d),m=Math.min(p,84),g=360/16,v=27.4,O=-8,x=(c+360-v-O+g/2)%g+v+O-g/2,T={primary:ei.fromHueAndChroma(c,p),secondary:ei.fromHueAndChroma(c,p/3),tertiary:ei.fromHueAndChroma(c+60,p/2),neutral:ei.fromHueAndChroma(c,Math.min(d/12,4)),"neutral-variant":ei.fromHueAndChroma(c,Math.min(d/6,8)),error:ei.fromHueAndChroma(x,84),warning:ei.fromHueAndChroma(x+4*g,m),red:ei.fromHueAndChroma(x,m),"deep-orange":ei.fromHueAndChroma(x+1*g,m),orange:ei.fromHueAndChroma(x+2*g,m),amber:ei.fromHueAndChroma(x+3*g,m),yellow:ei.fromHueAndChroma(x+4*g,m),lime:ei.fromHueAndChroma(x+5*g,m),"light-green":ei.fromHueAndChroma(x+6*g,m),green:ei.fromHueAndChroma(x+7*g,m),teal:ei.fromHueAndChroma(x+8*g,m),cyan:ei.fromHueAndChroma(x+9*g,m),"light-blue":ei.fromHueAndChroma(x+10*g,m),blue:ei.fromHueAndChroma(x+11*g,m),indigo:ei.fromHueAndChroma(x+12*g,m),"deep-purple":ei.fromHueAndChroma(x+13*g,m),purple:ei.fromHueAndChroma(x+14*g,m),pink:ei.fromHueAndChroma(x+15*g,m),gray:ei.fromHueAndChroma(c,4)},R={99:99,95:95,90:90,80:80,70:70,60:60,50:50,40:40,30:30,20:20,10:10},C={primary:R,secondary:R,tertiary:R,neutral:R,"neutral-variant":R,error:R,warning:R,blue:{light:70,dark:80},indigo:{light:60,dark:60},purple:{light:60,dark:70},pink:{light:60,dark:70},red:{light:60,dark:60},orange:{light:70,dark:70},yellow:{light:70,dark:80},green:{light:60,dark:60},teal:{light:60,dark:60},cyan:{light:50,dark:60},gray:{light:50,dark:60}};for(const D in C){const Y=C[D];for(const F in Y){const X=H3(T[D].tone(Y[F]));n.push(`--wy-${D}-${F}:${X};`)}}const z={light:T.primary.tone(40),dark:T.primary.tone(80)},q={light:T.neutral.tone(99),dark:T.neutral.tone(10)},W={"surface-1":{light:Vr.cam16Ucs(q.light,z.light,.05),dark:Vr.cam16Ucs(q.dark,z.dark,.05)},"surface-2":{light:Vr.cam16Ucs(q.light,z.light,.08),dark:Vr.cam16Ucs(q.dark,z.dark,.08)},"surface-3":{light:Vr.cam16Ucs(q.light,z.light,.11),dark:Vr.cam16Ucs(q.dark,z.dark,.11)},"surface-4":{light:Vr.cam16Ucs(q.light,z.light,.12),dark:Vr.cam16Ucs(q.dark,z.dark,.12)},"surface-5":{light:Vr.cam16Ucs(q.light,z.light,.14),dark:Vr.cam16Ucs(q.dark,z.dark,.14)}};for(const D in W){const Y=W[D];for(const F in Y){const X=H3(Y[F]);n.push(`--wy-${D}-${F}:${X};`)}}return Hw.unshift({seedColor:o,colors:n}),Hw.length=Math.min(Hw.length,ZY),n}u(AD,"$1");y(AD,"generateThemeColors");const NY=y(o=>{if(an(),y2)document.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of o){const i=document.createElement("style"),n=global.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=t.cssText,(document.head||document.documentElement).appendChild(i)}},"adoptGlobalStyles"),wr=Dt`.wy-light :where(wy-chat),.wy-light :where(wy-comments),.wy-light :where(wy-files),.wy-light :where(wy-messenger),.wy-light :where(wy-notifications),.wy-light :where(wy-posts),:host(.wy-light),:host .wy-light,::slotted(.wy-light){color-scheme:light;--wy-primary: var(--wy-primary-40, #006399);--wy-on-primary: var(--wy-white, #ffffff);--wy-primary-container: var(--wy-primary-90, #cde5ff);--wy-on-primary-container: var(--wy-primary-10, #001d32);--wy-secondary: var(--wy-secondary-40, #3b6a1c);--wy-on-secondary: var(--wy-white, #ffffff);--wy-secondary-container: var(--wy-secondary-90, #bbf294);--wy-on-secondary-container: var(--wy-secondary-10, #0a2100);--wy-tertiary: var(--wy-tertiary-40, #3b6a1c);--wy-on-tertiary: var(--wy-white, #ffffff);--wy-tertiary-container: var(--wy-tertiary-90, #bbf294);--wy-on-tertiary-container: var(--wy-tertiary-10, #0a2100);--wy-error: var(--wy-error-40, #ba1824);--wy-on-error: var(--wy-white, #ffffff);--wy-error-container: var(--wy-error-90, #ffdad7);--wy-on-error-container: var(--wy-error-10, #410004);--wy-warning: var(--wy-warning-70, #afb140);--wy-on-warning: var(--wy-black, #000000);--wy-warning-container: var(--wy-warning-90, #e7e971);--wy-on-warning-container: var(--wy-warning-10, #1c1d00);--wy-background: var(--wy-neutral-99, #fcfcff);--wy-on-background: var(--wy-neutral-10, #1a1c1e);--wy-surface: var(--wy-neutral-99, #fcfcff);--wy-on-surface: var(--wy-neutral-10, #1a1c1e);--wy-surface-variant: var(--wy-neutral-variant-90, #dee3eb);--wy-on-surface-variant: var(--wy-neutral-variant-30, #42474e);--wy-outline: var(--wy-neutral-variant-50, #72777e);--wy-outline-variant: var(--wy-neutral-variant-80, #c2c7ce);--wy-inverse-surface: var(--wy-neutral-20, #2f3033);--wy-on-inverse-surface: var(--wy-neutral-95, #f0f0f4);--wy-inverse-primary: var(--wy-primary-80, #95ccff);--wy-surface-1: var(--wy-surface-1-light, #f1f2f7);--wy-surface-2: var(--wy-surface-2-light, #eaedf3);--wy-surface-3: var(--wy-surface-3-light, #e3e7ee);--wy-surface-4: var(--wy-surface-4-light, #e1e6ed);--wy-surface-5: var(--wy-surface-5-light, #dce2ea);--wy-highlight: var(--wy-primary-95, #e8f2ff);--wy-on-highlight: var(--wy-primary-10, #001d32);--wy-link: var(--wy-primary-40, #006399);--wy-presence-active: var(--wy-green-light, #00a38b);--wy-blue: var(--wy-blue-light, #89a9fc);--wy-indigo: var(--wy-indigo-light, #9185de);--wy-purple: var(--wy-purple-light, #c675b7);--wy-pink: var(--wy-pink-light, #d57194);--wy-red: var(--wy-red-light, #db726c);--wy-orange: var(--wy-orange-light, #e89a3a);--wy-yellow: var(--wy-yellow-light, #afb140);--wy-green: var(--wy-green-light, #00a38b);--wy-teal: var(--wy-teal-light, #00a0a8);--wy-cyan: var(--wy-cyan-light, #0082a1);--wy-gray: var(--wy-gray-light, #76777a);--wy-code-text: var(--wy-code-text-light, #3b3b3b);--wy-code-variable: var(--wy-code-variable-light, #001080);--wy-code-operator: var(--wy-code-operator-light, #000000);--wy-code-prolog: var(--wy-code-prolog-light, #000080);--wy-code-comment: var(--wy-code-comment-light, #008000);--wy-code-builtin: var(--wy-code-builtin-light, #0070C1);--wy-code-number: var(--wy-code-number-light, #098658);--wy-code-inserted: var(--wy-code-inserted-light, #098658);--wy-code-constant: var(--wy-code-constant-light, #811F3F);--wy-code-hexcode: var(--wy-code-hexcode-light, #811F3F);--wy-code-regex: var(--wy-code-regex-light, #811F3F);--wy-code-char: var(--wy-code-char-light, #811F3F);--wy-code-tag: var(--wy-code-tag-light, #800000);--wy-code-attr-name: var(--wy-code-attr-name-light, #E50000);--wy-code-selector: var(--wy-code-selector-light, #E50000);--wy-code-property: var(--wy-code-property-light, #E50000);--wy-code-deleted: var(--wy-code-deleted-light, #A31515);--wy-code-string: var(--wy-code-string-light, #A31515);--wy-code-changed: var(--wy-code-changed-light, #0451A5);--wy-code-punctuation: var(--wy-code-punctuation-light, #000000);--wy-code-function: var(--wy-code-function-light, #0000FF);--wy-code-keyword: var(--wy-code-keyword-light, #AF00DB);--wy-code-class-name: var(--wy-code-class-name-light, #267F99)}.wy-dark:not(.wy-light) :where(wy-chat),.wy-dark:not(.wy-light) :where(wy-comments),.wy-dark:not(.wy-light) :where(wy-files),.wy-dark:not(.wy-light) :where(wy-messenger),.wy-dark:not(.wy-light) :where(wy-notifications),.wy-dark:not(.wy-light) :where(wy-posts),:host(.wy-dark:not(.wy-light)),:host .wy-dark:not(.wy-light),::slotted(.wy-dark:not(.wy-light)){color-scheme:dark;--wy-primary: var(--wy-primary-80, #95ccff);--wy-on-primary: var(--wy-primary-20, #003352);--wy-primary-container: var(--wy-primary-30, #004a75);--wy-on-primary-container: var(--wy-primary-90, #cde5ff);--wy-secondary: var(--wy-secondary-80, #a0d57b);--wy-on-secondary: var(--wy-secondary-20, #163800);--wy-secondary-container: var(--wy-secondary-30, #245103);--wy-on-secondary-container: var(--wy-secondary-90, #bbf294);--wy-tertiary: var(--wy-tertiary-80, #a0d57b);--wy-on-tertiary: var(--wy-tertiary-20, #163800);--wy-tertiary-container: var(--wy-tertiary-30, #245103);--wy-on-tertiary-container: var(--wy-tertiary-90, #bbf294);--wy-error: var(--wy-error-80, #ffb3ae);--wy-on-error: var(--wy-error-20, #68000b);--wy-error-container: var(--wy-error-30, #930014);--wy-on-error-container: var(--wy-error-90, #ffdad7);--wy-warning: var(--wy-warning-90, #e7e971);--wy-on-warning: var(--wy-warning-30, #484a00);--wy-warning-container: var(--wy-warning-50, #7a7c05);--wy-on-warning-container: var(--wy-warning-95, #f5f77d);--wy-background: var(--wy-neutral-10, #1a1c1e);--wy-on-background: var(--wy-neutral-90, #e2e2e5);--wy-surface: var(--wy-neutral-10, #1a1c1e);--wy-on-surface: var(--wy-neutral-90, #e2e2e5);--wy-surface-variant: var(--wy-neutral-variant-30, #42474e);--wy-on-surface-variant: var(--wy-neutral-variant-80, #c2c7ce);--wy-outline: var(--wy-neutral-variant-60, #8c9198);--wy-outline-variant: var(--wy-neutral-variant-30, #42474e);--wy-inverse-surface: var(--wy-neutral-90, #e2e2e5);--wy-on-inverse-surface: var(--wy-neutral-20, #2f3033);--wy-inverse-primary: var(--wy-primary-40, #006399);--wy-surface-1: var(--wy-surface-1-dark, #212427);--wy-surface-2: var(--wy-surface-2-dark, #25292d);--wy-surface-3: var(--wy-surface-3-dark, #292e33);--wy-surface-4: var(--wy-surface-4-dark, #2b3035);--wy-surface-5: var(--wy-surface-5-dark, #2d3338);--wy-highlight: var(--wy-primary-20, #003352);--wy-on-highlight: var(--wy-primary-90, #cde5ff);--wy-link: var(--wy-primary-80, #95ccff);--wy-presence-active: var(--wy-green-dark, #00a38b);--wy-blue: var(--wy-blue-dark, #b1c5ff);--wy-indigo: var(--wy-indigo-dark, #9185de);--wy-purple: var(--wy-purple-dark, #e38fd3);--wy-pink: var(--wy-pink-dark, #f48bae);--wy-red: var(--wy-red-dark, #db726c);--wy-orange: var(--wy-orange-dark, #e89a3a);--wy-yellow: var(--wy-yellow-dark, #cacc58);--wy-green: var(--wy-green-dark, #00a38b);--wy-teal: var(--wy-teal-dark, #00a0a8);--wy-cyan: var(--wy-cyan-dark, #009dc3);--wy-gray: var(--wy-gray-dark, #909194);--wy-code-text: var(--wy-code-text-dark, #cccccc);--wy-code-variable: var(--wy-code-variable-dark, #9CDCFE);--wy-code-operator: var(--wy-code-operator-dark, #d4d4d4);--wy-code-prolog: var(--wy-code-prolog-dark, #569CD6);--wy-code-comment: var(--wy-code-comment-dark, #6a9955);--wy-code-builtin: var(--wy-code-builtin-dark, #4fc1ff);--wy-code-number: var(--wy-code-number-dark, #b5cea8);--wy-code-inserted: var(--wy-code-inserted-dark, #b5cea8);--wy-code-constant: var(--wy-code-constant-dark, #646695);--wy-code-hexcode: var(--wy-code-hexcode-dark, #646695);--wy-code-regex: var(--wy-code-regex-dark, #d16969);--wy-code-char: var(--wy-code-char-dark, #d16969);--wy-code-tag: var(--wy-code-tag-dark, #569cd6);--wy-code-attr-name: var(--wy-code-attr-name-dark, #9cdcfe);--wy-code-selector: var(--wy-code-selector-dark, #9cdcfe);--wy-code-property: var(--wy-code-property-dark, #9cdcfe);--wy-code-deleted: var(--wy-code-deleted-dark, #ce9178);--wy-code-string: var(--wy-code-string-dark, #ce9178);--wy-code-changed: var(--wy-code-changed-dark, #569cd6);--wy-code-punctuation: var(--wy-code-punctuation-dark, #D4D4D4);--wy-code-function: var(--wy-code-function-dark, #569cd6);--wy-code-keyword: var(--wy-code-keyword-dark, #C586C0);--wy-code-class-name: var(--wy-code-class-name-dark, #4ec9b0)}`,qY=Dt`@property --wy-component-color{syntax: \"<color>\"; inherits: true; initial-value: transparent;}@property --wy-component-background-color{syntax: \"<color>\"; inherits: true; initial-value: transparent;}`,jY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),NY([qY,wr])}},u(i,"t"),i),y(t,"WeavyStyles"),t},"WeavyStylesMixin"),FY=y(o=>{var i;var t;return t=(i=class extends o{constructor(...r){super(...r),this._notificationEvents=zo.defaults.notificationEvents??!1,this.dispatchRealtimeEvent=a=>{an();const s=this.host!==document.documentElement?{composed:!0}:{bubbles:!0};switch(a.action){case"notification_created":case"notification_updated":case"notification_deleted":case"notifications_marked":{const c=new CustomEvent("wy:notifications",{...s,detail:a});this.host.dispatchEvent(c)}}}}get notificationEvents(){return this._notificationEvents}set notificationEvents(r){this.realtimeUnsubscribe(),this._notificationEvents=r,this.realtimeSubscribe()}realtimeSubscribe(){const r=this;this.notificationEvents&&(r.subscribe(null,"notification_created",this.dispatchRealtimeEvent),r.subscribe(null,"notification_updated",this.dispatchRealtimeEvent),r.subscribe(null,"notifications_marked",this.dispatchRealtimeEvent))}realtimeUnsubscribe(){const r=this;this.notificationEvents&&(r.unsubscribe(null,"notification_created",this.dispatchRealtimeEvent),r.unsubscribe(null,"notification_updated",this.dispatchRealtimeEvent),r.unsubscribe(null,"notifications_marked",this.dispatchRealtimeEvent))}destroy(){this.realtimeUnsubscribe(),super.destroy()}},u(i,"t"),i),y(t,"WeavyRealtime"),t},"WeavyRealtimeMixin");var Gb,Kb,Jb,Qc,tO,p1,Qi;const f1=(Qi=class{constructor(t){ft(this,Gb),ft(this,Kb),ft(this,Jb),ft(this,Qc),ft(this,tO),ft(this,p1),this.weavySid=G1(),this.weavyId=`${Qi.sourceName}#${this.weavySid}`,this.cloudFilePickerUrl=Qi.defaults.cloudFilePickerUrl,this.confluenceAuthenticationUrl=Qi.defaults.confluenceAuthenticationUrl,this.confluenceProductName=Qi.defaults.confluenceProductName,this.disableEnvironmentImports=Qi.defaults.disableEnvironmentImports,this.gcTime=Qi.defaults.gcTime,this.reactions=Qi.defaults.reactions,this.scrollBehavior=Qi.defaults.scrollBehavior,this.staleTime=Qi.defaults.staleTime,this.tokenFactoryRetryDelay=Qi.defaults.tokenFactoryRetryDelay,this.tokenFactoryTimeout=Qi.defaults.tokenFactoryTimeout,at(this,Jb,new Promise(n=>{at(this,Kb,n)})),at(this,p1,!1),console.info(`${Qi.sourceName}@${Qi.version} #${this.weavySid}`),an(),this.host=document.documentElement;const i={};for(const n in t){const r=n;t[r]!==void 0&&Object.assign(i,{[r]:t[r]})}i!=null&&i.host&&(this.host=i.host,delete i.host),i&&Object.assign(this,i),this.host!==document.documentElement?(xb==null||xb.detachListeners(),at(this,Gb,new EW(this.host,{context:$i,initialValue:this}))):xb==null||xb.setValue(this)}async whenUrl(){await _(this,Jb)}get url(){return _(this,Qc)}set url(t){var i;if(this.isDestroyed)throw new Ri;try{if(typeof t=="string")t&&at(this,Qc,new URL(t,window.location.toString()));else if(t instanceof URL)at(this,Qc,t);else throw-1}catch{throw new TypeError("Invalid url")}!this.disableEnvironmentImports&&globalThis.WEAVY_IMPORT_URL===void 0&&(globalThis.WEAVY_IMPORT_URL=new URL("./uikit-web/",t).href),_(this,Qc)&&((i=_(this,Kb))==null||i.call(this,_(this,Qc)))}get zoomAuthenticationUrl(){return _(this,tO)??Qi.defaults.zoomAuthenticationUrl}set zoomAuthenticationUrl(t){console.warn('Setting "zoomAuthenticationUrl" is deprecated. Configure Zoom on your Weavy Environment instead.'),at(this,tO,t)}get isDestroyed(){return _(this,p1)}destroy(){var t;at(this,p1,!0),(t=_(this,Gb))==null||t.detachListeners(),console.info(this.weavyId,"was destroyed")}},u(Qi,"qt"),Qi);Gb=new WeakMap,Kb=new WeakMap,Jb=new WeakMap,Qc=new WeakMap,tO=new WeakMap,p1=new WeakMap,y(f1,"WeavyClient"),f1.version="24.3.1",f1.sourceName="@weavy/uikit-web",f1.defaults={cloudFilePickerUrl:"https://filebrowser.weavy.io/v14/",confluenceAuthenticationUrl:void 0,confluenceProductName:void 0,disableEnvironmentImports:!1,gcTime:1e3*60*60*24,locale:AW,reactions:["😍","😎","😉","😜","👍"],notificationEvents:!1,scrollBehavior:OY?"instant":"smooth",staleTime:1e3*1,tokenFactoryRetryDelay:2e3,tokenFactoryTimeout:2e4,zoomAuthenticationUrl:void 0};let zo=f1;var Xf;const zD=(Xf=class extends FY(xY(SY(kY($Y(_Y(LY(IY(jY(zo))))))))){},u(Xf,"qh"),Xf);y(zD,"Weavy");let C1=zD;var Hf;const _D=(Hf=class{constructor(t,i,n,r,a){var s,c;if(this.subscribe=!1,this.provided=!1,this.value=void 0,this._callback=(d,p)=>{this.unsubscribe&&(this.unsubscribe!==p&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=d,this.host.requestUpdate(),(!this.provided||this.subscribe)&&(this.provided=!0,this.callback&&this.callback(d,p)),this.unsubscribe=p},this.host=t,i.context!==void 0){const d=i;this.context=d.context,this.callback=d.callback,this.subscribe=d.subscribe??!1,this.ref=d.ref??t}else this.context=i,this.callback=n,this.subscribe=r??!1,this.ref=a??t;(c=(s=this.host).addController)==null||c.call(s,this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.ref.dispatchEvent(new gY(this.context,this._callback,this.subscribe))}},u(Hf,"Wh"),Hf);y(_D,"ContextConsumer");let BY=_D;var Yf;const LD=(Yf=class{constructor(t,i,n){this.whenRef=new Promise(r=>this.resolveRef=r),t.addController(this),this.host=t,this.ref=n,this.setContext(i)}get ref(){return this._ref}set ref(t){var i;this._ref=t,t&&((i=this.resolveRef)==null||i.call(this,t))}async setContext(t){this.whenContext=new Promise(n=>this.resolveContext=n);const i=await this.whenRef;this.context=new BY(this.host,{context:t,subscribe:!0,callback:y((n,r)=>{var a;(a=this.resolveContext)==null||a.call(this,n),this.host.requestUpdate()},"callback"),ref:i}),await yQ(i),this.context.dispatchRequest()}hostUpdate(){var t,i;(t=this.context)!=null&&t.value&&((i=this.resolveContext)==null||i.call(this,this.context.value))}},u(Yf,"Qh"),Yf);y(LD,"ContextController");let XY=LD;const bt=y(o=>(t,i)=>{i!==void 0?i.addInitializer(()=>{customElements.define(o,t)}):customElements.define(o,t)},"t$1"),HY={attribute:!0,type:String,converter:oO,reflect:!1,hasChanged:kC},YY=y((o=HY,t,i)=>{const{kind:n,metadata:r}=i;let a=globalThis.litPropertyMetadata.get(r);if(a===void 0&&globalThis.litPropertyMetadata.set(r,a=new Map),a.set(i.name,o),n==="accessor"){const{name:s}=i;return{set(c){const d=t.get.call(this);t.set.call(this,c),this.requestUpdate(s,d,o)},init(c){return c!==void 0&&this.P(s,void 0,o),c}}}if(n==="setter"){const{name:s}=i;return function(c){const d=this[s];t.call(this,c),this.requestUpdate(s,d,o)}}throw Error("Unsupported decorator location: "+n)},"r$1");function Q(o){return(t,i)=>typeof i=="object"?YY(o,t,i):((n,r,a)=>{const s=r.hasOwnProperty(a);return r.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(r,a):void 0})(o,t,i)}u(Q,"y");y(Q,"n");function st(o){return Q({...o,state:!0,attribute:!1})}u(st,"F");y(st,"r");const GY=y((o,t,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(o,t,i),i),"e$2");function ID(o){return(t,i)=>{const{slot:n,selector:r}=o??{},a="slot"+(n?`[name=${n}]`:":not([name])");return GY(t,i,{get(){var s;const c=(s=this.renderRoot)==null?void 0:s.querySelector(a),d=(c==null?void 0:c.assignedElements(o))??[];return r===void 0?d:d.filter(p=>p.matches(r))}})}}u(ID,"M1");y(ID,"o");function WD(o){return typeof o=="string"&&o?o=eval==null?void 0:(0,eval)(`"use strict";(${o})`):o=void 0,o}u(WD,"S1");y(WD,"indirectEvalObject");function Sg(o){if(o)try{return new URL(o,window.location.toString())}catch{console.warn("Invalid url: ",o)}}u(Sg,"js");y(Sg,"toUrl");const Ft=Dt`@charset \"UTF-8\";:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]){box-sizing:border-box;text-align:initial;font-size:var(--wy-font-size, var(--wy-size, 1em))}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:before,:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:after{box-sizing:inherit}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a){text-decoration:var(--wy-link-decoration, none);color:var(--wy-link, var(--wy-primary-40, #006399))}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a):hover,:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a):hover{text-decoration:var(--wy-link-hover-decoration, unset)}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a):where(:not([href]):not([class])),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(a):where(:not([href]):not([class])):hover,:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a):where(:not([href]):not([class])),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(a):where(:not([href]):not([class])):hover{text-decoration:none}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(p),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(p){margin-top:0;margin-bottom:calc(1 * var(--wy-size, 1rem))}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where(label),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where(label){cursor:inherit}:where(:host([hidden])),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"])[hidden],:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *[hidden]{display:none!important}:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]):where([role=button]),:where(:host,:host>*,[class^=wy-],[class*=\" wy-\"]) *:where([role=button]){cursor:pointer}.wy-scroll-y{scroll-padding-top:var(--wy-scrollbar-adjust-top, 0);scroll-padding-bottom:var(--wy-scrollbar-adjust-bottom, 0)}.wy-scroll-y{overflow-y:auto;max-height:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-scroll-y:not(body){-webkit-overflow-scrolling:touch}.wy-scroll-y:not(.wy-scroll-x){overflow-x:hidden;touch-action:pan-y}.wy-scroll-x{overflow-x:auto;max-width:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-scroll-x:not(.wy-scroll-y){overflow-y:hidden;touch-action:pan-x}.wy-appbars{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));background-color:var(--wy-component-background-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 calc(-1 * var(--wy-border, 1px)) 0 0 inset}@supports (position: sticky){.wy-appbars{position:sticky;top:0;z-index:1020}}.wy-appbars>.wy-appbar,.wy-appbars>.wy-toolbar{background-color:transparent;box-shadow:none}.wy-appbar{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));display:grid;align-items:center;justify-content:space-between;justify-items:center;height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));padding:calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));flex:0 0 var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));grid-template-columns:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) minmax(0,max-content) var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));column-gap:calc(2 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))) + var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));line-height:var(--wy-line-height, 1.5);background-color:var(--wy-component-background-color);color:var(--wy-component-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 calc(-1 * var(--wy-border, 1px)) 0 0 inset}.wy-appbar .wy-badge{align-self:center}.wy-appbar .wy-button{max-height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-appbar-buttons,.wy-toolbar-buttons,.wy-appbar-section{display:flex;flex:0 0 auto;align-items:center;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));max-width:100%}.wy-appbar-buttons-first{justify-content:flex-start}.wy-appbar-buttons-last{justify-content:flex-end}.wy-toolbar-buttons-last{margin-inline-start:auto}.wy-appbar-text{max-width:100%;display:block;color:inherit!important;-webkit-user-select:none;user-select:none}.wy-appbar-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-appbar-text a,.wy-appbar-text a:hover{color:inherit}.wy-appbar-text-trashed{text-decoration:line-through}.wy-toolbars-bottom{position:absolute;z-index:1030;bottom:calc(var(--wy-footerbar-height, calc(4 * var(--wy-size, 1rem))) / 2);left:0;right:0;min-height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));display:flex;flex-direction:column;justify-content:center;justify-items:center}.wy-toolbar{--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;justify-items:center;min-height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));padding:calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));flex:1 0 var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))));column-gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));line-height:var(--wy-line-height, 1.5);background-color:var(--wy-component-background-color);color:var(--wy-component-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 calc(-1 * var(--wy-border, 1px)) 0 0 inset}.wy-toolbar-center{margin:0 auto;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)))}.wy-toolbar-center .wy-input{text-align:center}.wy-toolbar-text{margin-left:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-footerbar{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));position:absolute;bottom:0;left:0;right:0;z-index:1020}.wy-footerbar:after{content:\"\";background-color:var(--wy-component-background-color);color:var(--wy-component-color);box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 var(--wy-border, 1px) 0 0 inset;position:absolute;width:100%;left:0;bottom:0;height:100%;z-index:-1}.wy-footerbar-sticky{position:sticky}[part~=wy-button]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399));color:var(--wy-component-color);background:var(--wy-component-background-color, transparent);height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));font-family:var(--wy-button-font-family, var(--wy-font-family, unset)),inherit;font-size:var(--wy-button-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-button-font-weight, var(--wy-font-weight, unset));line-height:var(--wy-button-line-height, var(--wy-line-height, 1.5));text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--wy-button-border-width, var(--wy-border-outline, 0)) solid var(--wy-outline, var(--wy-neutral-variant-50, #72777e));border-radius:var(--wy-button-border-radius, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));display:inline-flex;align-items:center;justify-content:center;gap:var(--wy-button-gap, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));position:relative}[part~=wy-button]:disabled{opacity:var(--wy-opacity-disabled, 38%);cursor:unset;pointer-events:none}[part~=wy-button-state-layer]>*{z-index:3}[part~=wy-button-state-layer]:before{content:\"\";z-index:2;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background:var(--wy-component-color);opacity:0%}[part~=wy-button-state-layer][part~=wy-button-sm]:before{margin:calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * -.25) calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * -.25);border-radius:var(--wy-button-border-radius, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))))}[part~=wy-button-state-layer]:hover:before{opacity:8%}[part~=wy-button-state-layer]:focus:before,[part~=wy-button-state-layer]:active:before,[part~=wy-button-state-layer][part~=wy-active]:before{opacity:12%}[part~=wy-button-icon]{--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));width:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));line-height:1;align-items:center;justify-content:center}[part~=wy-button-icon][part~=wy-button-sm]{height:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625);width:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625);padding:0;margin:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .5)}[part~=wy-button-icon][part~=wy-active]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399))}[part~=wy-button-icon-inline]{height:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));width:auto;min-width:var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));background:var(--wy-component-background-color);color:currentColor;display:flex;padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))}[part~=wy-button-icon-inline][part~=wy-button-sm]{height:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625);padding:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .25) 0;margin:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .5);min-width:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625)}[part~=wy-button-inline]{border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));padding:calc(.5 * var(--wy-size, 1rem)) calc(.75 * var(--wy-size, 1rem));margin-inline:calc(-.25 * var(--wy-size, 1rem))}[part~=wy-button-primary]{--wy-component-background-color: var(--wy-primary, var(--wy-primary-40, #006399));--wy-component-color: var(--wy-on-primary, var(--wy-white, #ffffff))}[part~=wy-button-variant]{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}[part~=wy-button-primary-text]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399))}[part~=wy-button-inherit-color]{--wy-component-color: currentColor}[part~=wy-button-no-color]{--wy-component-color: unset}[part=wy-button-link]{padding:0;color:var(--wy-link-color, var(--wy-primary, var(--wy-primary-40, #006399)));text-decoration:var(--wy-link-decoration, none)}[part=wy-button-link]:hover,[part=wy-button-link]:focus{text-decoration:var(--wy-link-hover-decoration, unset)}[part~=wy-buttons]{display:flex;align-items:center;flex-wrap:wrap;gap:calc(.5 * var(--wy-size, 1rem))}[part~=wy-buttons-reverse]{flex-direction:row-reverse}[part~=wy-buttons-floating]{position:sticky;padding:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))) var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))) 0;top:0;height:0;margin-bottom:calc(-1 * var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));z-index:1030;--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}.wy-code pre,.wy-content pre{text-wrap:pretty}.wy-code code[class*=language-],.wy-code pre[class*=language-],.wy-content code[class*=language-],.wy-content pre[class*=language-]{color:var(--wy-code-text, var(--wy-code-text-light, #3b3b3b));font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre-wrap;word-spacing:normal;word-break:normal;word-wrap:break-word;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}@media print{.wy-code code[class*=language-],.wy-code pre[class*=language-],.wy-content code[class*=language-],.wy-content pre[class*=language-]{text-shadow:none}}.wy-code pre[class*=language-],.wy-content pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.wy-code :not(pre)>code[class*=language-],.wy-code pre[class*=language-],.wy-content :not(pre)>code[class*=language-],.wy-content pre[class*=language-]{color:var(--wy-code-text, var(--wy-code-text-light, #3b3b3b));background:var(--wy-background, var(--wy-neutral-99, #fcfcff))}.wy-code :not(pre)>code[class*=language-],.wy-content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.wy-code .token.variable,.wy-content .token.variable{color:var(--wy-code-variable, var(--wy-code-variable-light, #001080))}.wy-code .token.operator,.wy-content .token.operator{color:var(--wy-code-operator, var(--wy-code-operator-light, #000000))}.wy-code .token.prolog,.wy-content .token.prolog{color:var(--wy-code-prolog, var(--wy-code-prolog-light, #000080))}.wy-code .token.comment,.wy-content .token.comment{color:var(--wy-code-comment, var(--wy-code-comment-light, #008000))}.wy-code .token.builtin,.wy-content .token.builtin{color:var(--wy-code-builtin, var(--wy-code-builtin-light, #0070C1))}.wy-code .token.number,.wy-content .token.number{color:var(--wy-code-number, var(--wy-code-number-light, #098658))}.wy-code .token.inserted,.wy-content .token.inserted{color:var(--wy-code-inserted, var(--wy-code-inserted-light, #098658))}.wy-code .token.constant,.wy-content .token.constant{color:var(--wy-code-constant, var(--wy-code-constant-light, #811F3F))}.wy-code .token.hexcode,.wy-content .token.hexcode{color:var(--wy-code-hexcode, var(--wy-code-hexcode-light, #811F3F))}.wy-code .token.regex,.wy-content .token.regex{color:var(--wy-code-regex, var(--wy-code-regex-light, #811F3F))}.wy-code .token.char,.wy-content .token.char{color:var(--wy-code-char, var(--wy-code-char-light, #811F3F))}.wy-code .token.tag,.wy-content .token.tag{color:var(--wy-code-tag, var(--wy-code-tag-light, #800000))}.wy-code .token.attr-name,.wy-content .token.attr-name{color:var(--wy-code-attr-name, var(--wy-code-attr-name-light, #E50000))}.wy-code .token.selector,.wy-content .token.selector{color:var(--wy-code-selector, var(--wy-code-selector-light, #E50000))}.wy-code .token.property,.wy-content .token.property{color:var(--wy-code-property, var(--wy-code-property-light, #E50000))}.wy-code .token.deleted,.wy-content .token.deleted{color:var(--wy-code-deleted, var(--wy-code-deleted-light, #A31515))}.wy-code .token.string,.wy-content .token.string{color:var(--wy-code-string, var(--wy-code-string-light, #A31515))}.wy-code .token.changed,.wy-content .token.changed{color:var(--wy-code-changed, var(--wy-code-changed-light, #0451A5))}.wy-code .token.punctuation,.wy-content .token.punctuation{color:var(--wy-code-punctuation, var(--wy-code-punctuation-light, #000000))}.wy-code .token.function,.wy-content .token.function{color:var(--wy-code-function, var(--wy-code-function-light, #0000FF))}.wy-code .token.keyword,.wy-content .token.keyword{color:var(--wy-code-keyword, var(--wy-code-keyword-light, #AF00DB))}.wy-code .token.class-name,.wy-content .token.class-name{color:var(--wy-code-class-name, var(--wy-code-class-name-light, #267F99))}.wy-code .token.important,.wy-code .token.bold,.wy-content .token.important,.wy-content .token.bold{font-weight:700}.wy-code .token.italic,.wy-content .token.italic{font-style:italic}.wy-content{overflow-wrap:break-word;min-width:0}.wy-content :not(pre)>code{overflow-wrap:inherit}.wy-content pre,.wy-content pre>code[class*=language-]{white-space:pre-wrap}.wy-content :first-child{margin-top:0}.wy-content :last-child{margin-bottom:0}.wy-content:empty{display:none}.wy-hashtag{color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-mention{font-weight:700}.wy-emoji-icon{display:inline-flex;justify-content:center;align-items:center;line-height:1;width:1em;height:1em;font-size:1.25em}.wy-emoji-icon-sm{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1.125 * var(--wy-size, 1rem))}.wy-emoji-icon-xs{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1 * var(--wy-size, 1rem))}.wy-empty{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;position:relative;flex-direction:column;gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}[part~=wy-icon]{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;position:relative;width:var(--wy-component-icon-width);height:var(--wy-component-icon-height)}[part~=wy-icon][width=\"24\"]{width:var(--wy-component-icon-width, calc(1.5 * var(--wy-size, 1rem)))}[part~=wy-icon][height=\"24\"]{height:var(--wy-component-icon-height, calc(1.5 * var(--wy-size, 1rem)))}[part~=wy-icon-first]{margin-left:calc(-.5 * var(--wy-size, 1rem))}[part~=wy-icon-last]{margin-right:calc(-.5 * var(--wy-size, 1rem))}[part~=wy-icon-padded]{margin:16.66666667%}[part~=wy-icon-inline]{vertical-align:-.25em}[part~=wy-icon-overlay]{position:absolute;bottom:0;right:0;background:var(--wy-component-background-color, var(--wy-background, var(--wy-neutral-99, #fcfcff)));border-radius:50%;border:1px solid var(--wy-component-background-color, var(--wy-background, var(--wy-neutral-99, #fcfcff)))}:host(wy-icon-stack),[part~=wy-icon-stack]{display:inline-flex;position:relative;line-height:1}[part~=wy-icon-stack-layer]{position:absolute}[part~=wy-icon-stack-overlay]{position:absolute;bottom:0;right:0;background-color:var(--wy-component-background-color, var(--wy-background, var(--wy-neutral-99, #fcfcff)));border-radius:50%;width:calc(var(--wy-component-icon-width) / 2);height:calc(var(--wy-component-icon-height) / 2)}[part~=wy-icon-current-color]{fill:currentColor}[part~=wy-icon-state]{transition:opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));align-self:center;justify-self:center;margin:auto;opacity:0}[part~=wy-icon-state][part~=wy-active]{opacity:1}:host(wy-icon-display),[part~=wy-icon-display]{color:var(--wy-component-color, var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e)));border-radius:var(--wy-component-border-radius, var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))));display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:calc(1 * var(--wy-size, 1rem)) calc(2 * var(--wy-size, 1rem));margin:auto}[part~=wy-icon-display-icon]{--wy-component-icon-width: calc(4 * var(--wy-size, 1rem));--wy-component-icon-height: calc(4 * var(--wy-size, 1rem));padding:calc(1 * var(--wy-size, 1rem)) calc(2 * var(--wy-size, 1rem))}[part~=wy-icon-display-text],[part~=wy-icon-display-meta]{padding:calc(1 * var(--wy-size, 1rem)) calc(2 * var(--wy-size, 1rem));text-align:center}[part~=wy-icon-color-primary]{fill:var(--wy-primary, var(--wy-primary-40, #006399))}[part~=wy-icon-color-secondary]{fill:var(--wy-secondary, var(--wy-secondary-40, #3b6a1c))}[part~=wy-icon-color-tertiary]{fill:var(--wy-tertiary, var(--wy-tertiary-40, #3b6a1c))}[part~=wy-icon-color-surface]{fill:var(--wy-surface, var(--wy-neutral-99, #fcfcff))}[part~=wy-icon-color-surface-variant]{fill:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}[part~=wy-icon-color-error]{fill:var(--wy-error, var(--wy-error-40, #ba1824))}[part~=wy-icon-color-warning]{fill:var(--wy-warning, var(--wy-warning-70, #afb140))}[part~=wy-icon-color-blue]{fill:var(--wy-blue, var(--wy-blue-light, #89a9fc))}[part~=wy-icon-color-indigo]{fill:var(--wy-indigo, var(--wy-indigo-light, #9185de))}[part~=wy-icon-color-purple]{fill:var(--wy-purple, var(--wy-purple-light, #c675b7))}[part~=wy-icon-color-pink]{fill:var(--wy-pink, var(--wy-pink-light, #d57194))}[part~=wy-icon-color-red]{fill:var(--wy-red, var(--wy-red-light, #db726c))}[part~=wy-icon-color-orange]{fill:var(--wy-orange, var(--wy-orange-light, #e89a3a))}[part~=wy-icon-color-yellow]{fill:var(--wy-yellow, var(--wy-yellow-light, #afb140))}[part~=wy-icon-color-green]{fill:var(--wy-green, var(--wy-green-light, #00a38b))}[part~=wy-icon-color-teal]{fill:var(--wy-teal, var(--wy-teal-light, #00a0a8))}[part~=wy-icon-color-cyan]{fill:var(--wy-cyan, var(--wy-cyan-light, #0082a1))}[part~=wy-icon-color-gray]{fill:var(--wy-gray, var(--wy-gray-light, #76777a))}[part~=wy-icon-color-black]{fill:var(--wy-black, var(--wy-black, #000000))}[part~=wy-icon-color-white]{fill:var(--wy-white, var(--wy-white, #ffffff))}[part*=wy-kind-]{fill:var(--wy-gray, var(--wy-gray-light, #76777a))}[part~=wy-kind-archive]{fill:var(--wy-orange, var(--wy-orange-light, #e89a3a))}[part~=wy-kind-audio]{fill:var(--wy-teal, var(--wy-teal-light, #00a0a8))}[part~=wy-kind-code]{fill:var(--wy-green, var(--wy-green-light, #00a38b))}[part~=wy-kind-document]{fill:var(--wy-blue, var(--wy-blue-light, #89a9fc))}[part~=wy-kind-email]{fill:var(--wy-red, var(--wy-red-light, #db726c))}[part~=wy-kind-presentation]{fill:var(--wy-orange, var(--wy-orange-light, #e89a3a))}[part~=wy-kind-spreadsheet]{fill:var(--wy-green, var(--wy-green-light, #00a38b))}[part~=wy-kind-image]{fill:var(--wy-pink, var(--wy-pink-light, #d57194))}[part~=wy-kind-text]{fill:var(--wy-cyan, var(--wy-cyan-light, #0082a1))}[part~=wy-kind-video]{fill:var(--wy-purple, var(--wy-purple-light, #c675b7))}[part~=wy-ext-pdf]{fill:var(--wy-red, var(--wy-red-light, #db726c))}[part~=wy-kind-text-icon]{width:calc(1.25 * var(--wy-size, 1rem));height:calc(1.25 * var(--wy-size, 1rem));vertical-align:calc(-.3125 * var(--wy-size, 1rem))}.wy-image-grid{display:flex;flex-wrap:wrap;justify-content:space-evenly;position:relative;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));overflow:hidden;column-gap:1px;row-gap:1px}.wy-image-grid .wy-image{padding:0;width:50%;position:relative;flex:auto;background-color:inherit;background-clip:content-box}.wy-image-grid .wy-image:first-of-type:not(:nth-last-of-type(2)){flex-basis:100%!important}.wy-image-grid .wy-image-area{display:block;height:100%;cursor:pointer}.wy-image-grid .wy-image-area img{position:absolute;height:100%;width:100%;object-fit:contain}.wy-image-grid .wy-image-area img.wy-loading{transition:opacity .15s ease-out;opacity:0}.wy-image-grid .wy-image-area img.wy-loading.wy-loaded{opacity:1;transition:opacity .15s ease-out}.wy-image-grid .wy-image-area img.wy-loading.wy-loaded~img{transition-delay:.15s;opacity:0}.wy-image-grid .wy-more{position:absolute;line-height:100%;color:var(--wy-white, #ffffff);top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;font-size:calc(1.5 * var(--wy-size, 1rem));background:rgba(0,0,0,var(--wy-opacity-disabled, 38%))}.wy-title{font-family:var(--wy-headings-font-family, var(--wy-font-family, unset));font-size:var(--wy-headings-font-size, 1.25em);font-style:var(--wy-headings-font-style, unset);font-weight:var(--wy-headings-font-weight, var(--wy-font-weight-bold, bolder));line-height:var(--wy-headings-line-height, var(--wy-line-height, 1.5));margin-block:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-input{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));display:block;width:100%;min-height:calc(var(--wy-input-font-size, var(--wy-font-size, 1em)) * 1.5 * var(--wy-size, 1rem) + var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * 2 + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) * 2);padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)),inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-input-font-weight, var(--wy-font-weight, unset));line-height:var(--wy-input-line-height, var(--wy-line-height, calc(1.5 * var(--wy-size, 1rem))));background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--wy-input-border-radius, var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))))}.wy-input:focus{--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-primary, var(--wy-primary-40, #006399));outline:0}.wy-input::placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));opacity:1}.wy-input:disabled{opacity:38%}.wy-input::file-selector-button,.wy-input::-webkit-file-upload-button{color:var(--wy-component-color);background-color:var(--wy-component-background-color);padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));margin:calc(-1 * var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) calc(-1 * var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));margin-inline-end:var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--wy-input-border-width, var(--wy-border, 1px));border-radius:0}.wy-input:hover:not(:disabled):not([readonly])::file-selector-button,.wy-input:hover:not(:disabled):not([readonly]) ::-webkit-file-upload-button{background-color:var(--wy-component-background-color)}.wy-input[type=file]{overflow:hidden}.wy-input[type=file]:not(:disabled):not([readonly]){cursor:pointer}.wy-input::-webkit-date-and-time-value{height:calc(var(--wy-input-line-height, var(--wy-line-height, calc(1.5 * var(--wy-size, 1rem)))) * 1em)}.wy-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.wy-input-filled{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-radius:var(--wy-input-filled-border-radius, var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem)))));border-color:var(--wy-component-background-color)}.wy-input-filled:focus{border-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-label{display:inline-block;margin-bottom:calc(.5 * var(--wy-size, 1rem))}.wy-description{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)));margin-top:calc(.25 * var(--wy-size, 1rem))}.wy-is-invalid,.wy-is-invalid:focus{border-color:var(--wy-error, var(--wy-error-40, #ba1824))}.wy-invalid-feedback{margin-top:calc(.25 * var(--wy-size, 1rem));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)));color:var(--wy-error, var(--wy-error-40, #ba1824))}.wy-input-group{position:relative;display:flex;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));align-items:center}.wy-input-group-button-icon{position:absolute;top:0;right:0;z-index:4;border-radius:var(--wy-input-border-radius, var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))));--wy-component-background-color: transparent}.wy-input-group-input:placeholder-shown~.wy-input-group-button-icon[type=reset]{display:none}.wy-input-group-input:not(:placeholder-shown)~.wy-input-group-button-icon[type=reset]+.wy-input-group-button-icon{display:none}.wy-item{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));position:relative;display:flex;align-items:center;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));text-decoration:none;min-height:calc(3 * var(--wy-size, 1rem))}.wy-item-lg{padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));min-height:calc(4.5 * var(--wy-size, 1rem));gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-body{width:100%;min-width:0}.wy-item-rows{display:flex;flex-direction:column;width:100%;row-gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));min-width:0}.wy-item-rows:only-child{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-rows-compact{row-gap:0}.wy-item-rows-single{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-title{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-title-lg{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title-lg{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wy-item-text{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-text .wy-icon{width:calc(1.25 * var(--wy-size, 1rem));height:calc(1.25 * var(--wy-size, 1rem));vertical-align:calc(-.3125 * var(--wy-size, 1rem))}.wy-item-quote{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-item-quote:before,.wy-item-quote:after{content:'\"'}.wy-item-actions{--wy-component-background-color: transparent;display:flex;align-items:center;justify-items:flex-end;flex:0 0 auto;margin:calc(-.25 * var(--wy-size, 1rem))}.wy-item-top{align-self:flex-start}.wy-item-actions-bottom{align-self:flex-start;margin-block:calc(-.5 * var(--wy-size, 1rem))}.wy-item-row{display:flex;align-items:center;column-gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-row .wy-item-title,.wy-item-row .wy-item-text{margin-right:auto}.wy-item-row .wy-meta{white-space:nowrap}.wy-item-right{margin-left:auto}.wy-item-hover{-webkit-user-select:none;user-select:none;cursor:pointer}.wy-item-hover:hover,.wy-item-hover:focus{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);text-decoration:none}.wy-item-hover:active{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-item-hover.wy-disabled,.wy-item-hover:disabled{opacity:var(--wy-opacity-disabled, 38%);pointer-events:none}.wy-item-hover.wy-active{--wy-component-background-color: var(--wy-primary-container, var(--wy-primary-90, #cde5ff));--wy-component-color: var(--wy-on-primary-container, var(--wy-primary-10, #001d32));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-color:var(--wy-component-background-color)}.wy-item-trashed{text-decoration:line-through;opacity:var(--wy-opacity-disabled, 38%)}.wy-item-trashed.wy-item-hover:hover{opacity:1}.wy-list{border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));display:flex;flex-direction:column;gap:var(--wy-border);min-width:0}.wy-list .wy-item:not(.wy-item-hover){--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-list .wy-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.wy-list .wy-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.wy-list-bordered{border:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));gap:0}.wy-list-bordered .wy-item{border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));border-left:none;border-right:none}.wy-list-bordered .wy-item:first-child{border-top:none}.wy-list-bordered .wy-item:last-child{border-bottom:none}.wy-list-bordered .wy-item+.wy-list-bordered .wy-item{border-top-width:0}@keyframes wy-highlight{0%{--wy-component-background-color: var(--wy-highlight, var(--wy-primary-95, #e8f2ff));--wy-component-color: var(--wy-on-highlight, var(--wy-primary-10, #001d32))}}.wy-messages{padding:var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));flex:1 1 100%}.wy-message-placeholder{opacity:.5}.wy-date-separator{font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));pointer-events:none;margin:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));text-align:center;position:sticky;top:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));z-index:10}.wy-date-separator time{background:var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));display:inline-block}.wy-message{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + .5 * var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));scroll-margin-block:6rem;--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}.wy-message[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-message .wy-image-grid,.wy-message .wy-attachments{border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))}.wy-message-meta{font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));margin:0 0 calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))));color:var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e))}.wy-message-bubble{background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));display:flex;flex-direction:column;padding:var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));max-width:min(32 * var(--wy-size, 1rem),100% - 2 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))))}.wy-message-bubble>div{flex:1 1 100%}.wy-message-author{margin:calc(1.375 * var(--wy-size, 1rem)) calc(.5 * var(--wy-size, 1rem)) 0 0}.wy-message-content{display:flex;flex-direction:column;width:100%;align-items:flex-start;flex-wrap:wrap;min-width:0;position:relative}.wy-message-content-row{display:flex;flex-direction:row;align-items:center;max-width:100%}.wy-message-bot{--wy-component-background-color: var(--wy-tertiary-container, var(--wy-tertiary-90, #bbf294));--wy-component-color: var(--wy-on-tertiary-container, var(--wy-tertiary-10, #0a2100))}.wy-message-me{margin-right:0;margin-left:calc(2.5 * var(--wy-size, 1rem));align-items:flex-end;--wy-component-background-color: var(--wy-primary-container, var(--wy-primary-90, #cde5ff));--wy-component-color: var(--wy-on-primary-container, var(--wy-primary-10, #001d32))}.wy-message-me .wy-message-meta{margin:0 calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) 0}.wy-message-me .wy-message-content{align-items:flex-end}.wy-message-me .wy-message-content-row{flex-direction:row-reverse}.wy-message-emoji .wy-message-bubble{background:none;padding:0 0 var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-message-emoji .wy-content .wy-emoji{width:calc(3 * var(--wy-size, 1rem));height:calc(3 * var(--wy-size, 1rem));margin:0}.wy-message-emoji.wy-message-me .wy-content{text-align:end}.wy-readby-status{display:flex;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));height:calc(1.125 * var(--wy-size, 1rem));justify-content:flex-end;margin-top:calc(-.125 * var(--wy-size, 1rem))}.wy-status-pending,.wy-status-sent,.wy-status-delivered{--wy-component-background-color: var(--wy-inverse-primary, var(--wy-primary-80, #95ccff));color:var(--wy-component-background-color)}.wy-message-readmore{justify-self:center;text-align:center}.wy-meta{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-meta-sm{font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)))}.wy-dialog{background:none;border:none;padding:0}.wy-overlay-dialog{width:100%;height:100%;align-items:center;justify-content:center;overflow:visible}.wy-overlay-dialog:popover-open,.wy-overlay-dialog[open]{display:flex}.wy-overlay{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column}.wy-overlay.wy-modal{width:100%;height:100%;overflow:hidden;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level4, 0 calc(1 * var(--wy-size, 1rem)) calc(2.25 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .14), 0 calc(.375 * var(--wy-size, 1rem)) calc(1.875 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .12), 0 calc(.5 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) calc(-.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2))}@media (min-width: 768px){.wy-overlay.wy-modal{margin-left:calc(4 * var(--wy-size, 1rem));margin-top:auto;margin-right:calc(4 * var(--wy-size, 1rem));margin-bottom:auto;width:calc(32 * var(--wy-size, 1rem));max-height:calc(32 * var(--wy-size, 1rem))}}.wy-overlay.wy-modal-full{width:100%;height:100%}@media (min-width: 768px){.wy-overlay.wy-modal-full{margin:0;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level4, 0 calc(1 * var(--wy-size, 1rem)) calc(2.25 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .14), 0 calc(.375 * var(--wy-size, 1rem)) calc(1.875 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .12), 0 calc(.5 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) calc(-.3125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));max-width:calc(100% - 2 * var(--wy-size, 1rem));max-height:calc(100% - 2 * var(--wy-size, 1rem))}}.wy-overlay{opacity:0;visibility:hidden;transition:opacity var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))) .01s,transform var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))) .01s,visibility .01s step-end var(--wy-transition-duration-fast, .1s)}.wy-overlay.wy-open{transition:opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),visibility var(--wy-transition-duration, .2s) step-start;visibility:visible}.wy-overlay.wy-open.wy-transition{opacity:1;transform:none}.wy-pane{display:flex;flex-direction:column;position:relative;min-height:0;height:100%;flex:1 1 auto}.wy-pane-body{display:flex;flex-direction:column;flex:1}.wy-pane-group{padding:calc(.75 * var(--wy-size, 1rem))}.wy-pane-background{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-picker-list{background:var(--wy-component-background-color);color:var(--wy-component-color);border:none}.wy-picker-list>.wy-picker-list-item:first-child,.wy-picker-list>:first-child .wy-picker-list-item{border-top:none}.wy-picker-list>.wy-picker-list-item:last-child,.wy-picker-list>:last-child .wy-picker-list-item{border-bottom:none}.wy-picker-list-item{display:flex;align-items:center;padding:calc(.25 * var(--wy-size, 1rem)) calc(.5 * var(--wy-size, 1rem))}.wy-picker-list-item>wy-icon{margin-left:calc(.25 * var(--wy-size, 1rem));margin-right:calc(.25 * var(--wy-size, 1rem));flex:0 0 auto}.wy-picker-list-item>button{margin-block-start:auto;flex:0 0 auto}.wy-picker-list-item-title{flex-grow:1}.wy-picker-list-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-main{display:flex;height:calc(100% - var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem))))));min-height:0}@media (max-width: 767.98px){.wy-main{flex-direction:column}}.wy-preview{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;position:relative;flex:1 1 100%;min-width:calc(16 * var(--wy-size, 1rem));min-height:calc(16 * var(--wy-size, 1rem));max-height:100%;max-width:100%}.wy-preview-swiper{display:flex;flex-direction:row;flex:1 1 100%;align-items:center;justify-content:start;min-width:calc(16 * var(--wy-size, 1rem));min-height:calc(16 * var(--wy-size, 1rem));max-height:100%;max-width:100%;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:auto;overscroll-behavior-x:none;scrollbar-width:none}.wy-preview-swiper::-webkit-scrollbar{display:none}.wy-preview-swiper-disabled{overflow-x:hidden}.wy-preview-area{position:relative;min-width:100%;min-height:100%;width:100%;height:100%;flex:1 1 auto;display:flex;flex-direction:column;scroll-snap-stop:always;scroll-snap-align:center}.wy-nav-prev,.wy-nav-next{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));background-color:var(--wy-component-background-color);position:absolute;top:50%;z-index:1000;border-radius:50%}.wy-nav-prev{left:calc(.5 * var(--wy-size, 1rem))}.wy-nav-next{right:calc(.5 * var(--wy-size, 1rem))}.wy-document{--wy-component-background-color: var(--wy-background, var(--wy-neutral-99, #fcfcff));--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);align-self:flex-start;padding:calc(2 * var(--wy-size, 1rem)) calc(3.5 * var(--wy-size, 1rem));width:100%;min-height:100%;flex:1 0 auto}@media (min-width: 768px){.wy-document{padding:calc(3 * var(--wy-size, 1rem)) calc(4 * var(--wy-size, 1rem));margin:calc(2 * var(--wy-size, 1rem)) auto;border-radius:calc(.125 * var(--wy-size, 1rem));box-shadow:var(--wy-shadow-level2, 0 calc(.25 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12), 0 calc(.125 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem)) calc(-.0625 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));width:120ch;min-height:170ch;max-width:calc(100% - 3.5 * var(--wy-size, 1rem))}}.wy-content-code{align-self:flex-start;width:100%;padding:calc(2 * var(--wy-size, 1rem)) calc(3.5 * var(--wy-size, 1rem))}.wy-content-iframe{border:0;display:block;width:100%;height:100%;top:0;left:0;flex:1 1 100%}.wy-content-iframe.wy-loaded{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-content-iframe.wy-loaded~.wy-content-iframe-fallback,.wy-content-iframe.wy-loaded~.wy-spinner,.wy-content-iframe.wy-loaded~wy-spinner{display:none}.wy-content-iframe.wy-loading:not(.wy-loaded){position:absolute;visibility:hidden;z-index:-1;pointer-events:none}.wy-content-iframe.wy-loading:not(.wy-loaded):not(.wy-fallback)~.wy-content-iframe-fallback{display:none}.wy-content-iframe.wy-loading:not(.wy-loaded).wy-fallback~.wy-spinner,.wy-content-iframe.wy-loading:not(.wy-loaded).wy-fallback~wy-spinner{display:none}.wy-content-iframe~.wy-spinner,.wy-content-iframe~wy-spinner{margin:auto}.wy-content-html pre,.wy-content-html code{word-break:break-word;white-space:pre-wrap}.wy-content-image{min-width:0;display:flex;align-items:center;justify-content:center;position:relative;margin:auto;max-height:100%;max-width:100%;transition:transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),transform-origin var(--wy-transition-duration, .2s) step-end}.wy-content-image.wy-zoom{cursor:zoom-out;transition:transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),transform-origin var(--wy-transition-duration, .2s) step-start}.wy-content-image img{min-width:0;min-height:0;width:100%;height:100%}.wy-content-image img:not(.wy-loading-transition):not([data-controller~=image])~.wy-spinner,.wy-content-image img:not(.wy-loading-transition):not([data-controller~=image])~wy-spinner{display:none}.wy-content-image img.wy-loading,.wy-content-image img[data-controller~=image]{transition:opacity .15s ease-out;opacity:0}.wy-content-image img.wy-loading.wy-loaded,.wy-content-image img[data-controller~=image].wy-loaded{opacity:1;transition:opacity .15s ease-out}.wy-content-image img.wy-loading.wy-loaded~img,.wy-content-image img[data-controller~=image].wy-loaded~img{transition-delay:.15s;opacity:0}.wy-content-image img.wy-loading.wy-loaded~.wy-spinner,.wy-content-image img.wy-loading.wy-loaded~wy-spinner,.wy-content-image img[data-controller~=image].wy-loaded~.wy-spinner,.wy-content-image img[data-controller~=image].wy-loaded~wy-spinner{display:none}.wy-content-image img.wy-responsive-image-thumb{position:absolute;z-index:-1}.wy-content-image img~.wy-spinner,.wy-content-image img~wy-spinner{position:absolute}.wy-content-video:not(.wy-error){min-height:0;max-width:100%;max-height:100%;flex:1 1 auto}.wy-content-video,.wy-content-audio{margin:auto}.wy-content-video.wy-loading:not(.wy-loaded),.wy-content-video[data-controller~=media]:not(.wy-loaded),.wy-content-audio.wy-loading:not(.wy-loaded),.wy-content-audio[data-controller~=media]:not(.wy-loaded){visibility:hidden}.wy-content-video.wy-loading.wy-loaded~.wy-spinner,.wy-content-video.wy-loading.wy-loaded~wy-spinner,.wy-content-video[data-controller~=media].wy-loaded~.wy-spinner,.wy-content-video[data-controller~=media].wy-loaded~wy-spinner,.wy-content-audio.wy-loading.wy-loaded~.wy-spinner,.wy-content-audio.wy-loading.wy-loaded~wy-spinner,.wy-content-audio[data-controller~=media].wy-loaded~.wy-spinner,.wy-content-audio[data-controller~=media].wy-loaded~wy-spinner{display:none}.wy-content-video:focus,.wy-content-audio:focus{outline:none}.wy-pdf-container{position:absolute;width:100%;height:100%;bottom:0;left:0}.wy-pdf-container{overflow-y:auto;max-height:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-pdf-container:not(body){-webkit-overflow-scrolling:touch}.wy-pdf-container{overflow-x:auto;max-width:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}.wy-content-pdf .textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:1;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText}.wy-content-pdf .textLayer.highlighting{touch-action:none}.wy-content-pdf .textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.wy-content-pdf .textLayer span.markedContent{top:0;height:0}.wy-content-pdf .textLayer .highlight{--highlight-bg-color: rgb(180 0 170 / .25);--highlight-selected-bg-color: rgb(0 100 0 / .25);--highlight-backdrop-filter: none;--highlight-selected-backdrop-filter: none;margin:-1px;padding:1px;background-color:var(--highlight-bg-color);-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);border-radius:4px}@media screen and (forced-colors: active){.wy-content-pdf .textLayer .highlight{--highlight-bg-color: transparent;--highlight-selected-bg-color: transparent;--highlight-backdrop-filter: var(--hcm-highlight-filter);--highlight-selected-backdrop-filter: var(--hcm-highlight-selected-filter)}}.wy-content-pdf .textLayer .highlight.appended{position:initial}.wy-content-pdf .textLayer .highlight.begin{border-radius:4px 0 0 4px}.wy-content-pdf .textLayer .highlight.end{border-radius:0 4px 4px 0}.wy-content-pdf .textLayer .highlight.middle{border-radius:0}.wy-content-pdf .textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color);-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);backdrop-filter:var(--highlight-selected-backdrop-filter)}.wy-content-pdf .textLayer ::-moz-selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.wy-content-pdf .textLayer ::selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.wy-content-pdf .textLayer br::-moz-selection{background:transparent}.wy-content-pdf .textLayer br::selection{background:transparent}.wy-content-pdf .textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .textLayer .endOfContent.active{top:0}.wy-content-pdf .annotationLayer{--annotation-unfocused-field-background: url(\"data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>\");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none;position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0}@media screen and (forced-colors: active){.wy-content-pdf .annotationLayer{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:required,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.wy-content-pdf .annotationLayer .linkAnnotation{outline:var(--link-outline)}.wy-content-pdf .annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}.wy-content-pdf .annotationLayer .linkAnnotation>a:hover{opacity:0!important;background:none!important;box-shadow:none}.wy-content-pdf .annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.wy-content-pdf .annotationLayer .highlightArea:hover:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter);content:\"\";pointer-events:none}.wy-content-pdf .annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--scale-factor)) solid Highlight!important}}.wy-content-pdf .annotationLayer[data-main-rotation=\"90\"] .norotate{transform:rotate(270deg) translate(-100%)}.wy-content-pdf .annotationLayer[data-main-rotation=\"180\"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.wy-content-pdf .annotationLayer[data-main-rotation=\"270\"] .norotate{transform:rotate(90deg) translateY(-100%)}.wy-content-pdf .annotationLayer.disabled section,.wy-content-pdf .annotationLayer.disabled .popup{pointer-events:none}.wy-content-pdf .annotationLayer .annotationContent{position:absolute;width:100%;height:100%;pointer-events:none}.wy-content-pdf .annotationLayer .annotationContent.freetext{background:transparent;border:none;top:0;right:0;bottom:0;left:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:1.35;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.wy-content-pdf .annotationLayer section:has(div.annotationContent) canvas.annotationContent{display:none}.wy-content-pdf .annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.wy-content-pdf .annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0;box-shadow:0 2px 10px #ff0}.wy-content-pdf .annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.wy-content-pdf .annotationLayer .hasBorder{background-size:100% 100%}.wy-content-pdf .annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea),.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:required,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select option{padding:0}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.wy-content-pdf .annotationLayer .textWidgetAnnotation textarea{resize:none}.wy-content-pdf .annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea),.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select[disabled],.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:hover,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:hover,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.wy-content-pdf .annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.wy-content-pdf .annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:\"\";display:block;position:absolute}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:25%;top:25%;width:50%}.wy-content-pdf .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.wy-content-pdf .annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.wy-content-pdf .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.wy-content-pdf .annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.wy-content-pdf .annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--scale-factor));pointer-events:none;width:-moz-max-content;width:max-content;max-width:45%;height:auto}.wy-content-pdf .annotationLayer .popup{background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));outline:1.5px solid rgb(255,255,74);padding:calc(6px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.wy-content-pdf .annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.wy-content-pdf .annotationLayer .popup *{font-size:calc(9px * var(--scale-factor))}.wy-content-pdf .annotationLayer .popup>.header{display:inline-block}.wy-content-pdf .annotationLayer .popup>.header h1{display:inline}.wy-content-pdf .annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor));width:-moz-fit-content;width:fit-content}.wy-content-pdf .annotationLayer .popupContent{border-top:1px solid rgb(51,51,51);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.wy-content-pdf .annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.wy-content-pdf .annotationLayer .popupTriggerArea{cursor:pointer}.wy-content-pdf .annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.wy-content-pdf .annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.wy-content-pdf .annotationLayer .annotationTextContent span{width:100%;display:inline-block}.wy-content-pdf .annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}.wy-content-pdf :host{--xfa-unfocused-field-background: url(\"data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>\");--xfa-focus-outline: auto}@media screen and (forced-colors: active){.wy-content-pdf :host{--xfa-focus-outline: 2px solid CanvasText}.wy-content-pdf .xfaLayer *:required{outline:1.5px solid selectedItem}}.wy-content-pdf .xfaLayer{background-color:transparent}.wy-content-pdf .xfaLayer .highlight{margin:-1px;padding:1px;background-color:#efcbed;border-radius:4px}.wy-content-pdf .xfaLayer .highlight.appended{position:initial}.wy-content-pdf .xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.wy-content-pdf .xfaLayer .highlight.end{border-radius:0 4px 4px 0}.wy-content-pdf .xfaLayer .highlight.middle{border-radius:0}.wy-content-pdf .xfaLayer .highlight.selected{background-color:#cbdfcb}.wy-content-pdf .xfaPage{overflow:hidden;position:relative}.wy-content-pdf .xfaContentarea{position:absolute}.wy-content-pdf .xfaPrintOnly{display:none}.wy-content-pdf .xfaLayer{position:absolute;text-align:initial;top:0;left:0;transform-origin:0 0;line-height:1.2}.wy-content-pdf .xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-.01px;text-align:inherit;text-decoration:inherit;box-sizing:border-box;background-color:transparent;padding:0;margin:0;pointer-events:auto;line-height:inherit}.wy-content-pdf .xfaLayer *:required{outline:1.5px solid red}.wy-content-pdf .xfaLayer div,.wy-content-pdf .xfaLayer svg,.wy-content-pdf .xfaLayer svg *{pointer-events:none}.wy-content-pdf .xfaLayer a{color:#00f}.wy-content-pdf .xfaRich li{margin-left:3em}.wy-content-pdf .xfaFont{color:#000;font-weight:400;font-kerning:none;font-size:10px;font-style:normal;letter-spacing:0;text-decoration:none;vertical-align:0}.wy-content-pdf .xfaCaption{overflow:hidden;flex:0 0 auto}.wy-content-pdf .xfaCaptionForCheckButton{overflow:hidden;flex:1 1 auto}.wy-content-pdf .xfaLabel{height:100%;width:100%}.wy-content-pdf .xfaLeft{display:flex;flex-direction:row;align-items:center}.wy-content-pdf .xfaRight{display:flex;flex-direction:row-reverse;align-items:center}.wy-content-pdf :is(.xfaLeft,.xfaRight)>:is(.xfaCaption,.xfaCaptionForCheckButton){max-height:100%}.wy-content-pdf .xfaTop{display:flex;flex-direction:column;align-items:flex-start}.wy-content-pdf .xfaBottom{display:flex;flex-direction:column-reverse;align-items:flex-start}.wy-content-pdf :is(.xfaTop,.xfaBottom)>:is(.xfaCaption,.xfaCaptionForCheckButton){width:100%}.wy-content-pdf .xfaBorder{background-color:transparent;position:absolute;pointer-events:none}.wy-content-pdf .xfaWrapped{width:100%;height:100%}.wy-content-pdf :is(.xfaTextfield,.xfaSelect):focus{background-image:none;background-color:transparent;outline:var(--xfa-focus-outline);outline-offset:-1px}.wy-content-pdf :is(.xfaCheckbox,.xfaRadio):focus{outline:var(--xfa-focus-outline)}.wy-content-pdf .xfaTextfield,.wy-content-pdf .xfaSelect{height:100%;width:100%;flex:1 1 auto;border:none;resize:none;background-image:var(--xfa-unfocused-field-background)}.wy-content-pdf .xfaSelect{padding-inline:2px}.wy-content-pdf :is(.xfaTop,.xfaBottom)>:is(.xfaTextfield,.xfaSelect){flex:0 1 auto}.wy-content-pdf .xfaButton{cursor:pointer;width:100%;height:100%;border:none;text-align:center}.wy-content-pdf .xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.wy-content-pdf .xfaCheckbox,.wy-content-pdf .xfaRadio{width:100%;height:100%;flex:0 0 auto;border:none}.wy-content-pdf .xfaRich{white-space:pre-wrap;width:100%;height:100%}.wy-content-pdf .xfaImage{-o-object-position:left top;object-position:left top;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.wy-content-pdf .xfaLrTb,.wy-content-pdf .xfaRlTb,.wy-content-pdf .xfaTb{display:flex;flex-direction:column;align-items:stretch}.wy-content-pdf .xfaLr{display:flex;flex-direction:row;align-items:stretch}.wy-content-pdf .xfaRl{display:flex;flex-direction:row-reverse;align-items:stretch}.wy-content-pdf .xfaTb>div{justify-content:left}.wy-content-pdf .xfaPosition,.wy-content-pdf .xfaArea{position:relative}.wy-content-pdf .xfaValignMiddle{display:flex;align-items:center}.wy-content-pdf .xfaTable{display:flex;flex-direction:column;align-items:stretch}.wy-content-pdf .xfaTable .xfaRow{display:flex;flex-direction:row;align-items:stretch}.wy-content-pdf .xfaTable .xfaRlRow{display:flex;flex-direction:row-reverse;align-items:stretch;flex:1}.wy-content-pdf .xfaTable .xfaRlRow>div{flex:1}.wy-content-pdf :is(.xfaNonInteractive,.xfaDisabled,.xfaReadOnly) :is(input,textarea){background:initial}@media print{.wy-content-pdf .xfaTextfield,.wy-content-pdf .xfaSelect{background:transparent}.wy-content-pdf .xfaSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:1px;text-overflow:\"\"}}.wy-content-pdf .canvasWrapper svg{transform:none}.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"90\"] mask,.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"90\"] use:not(.clip,.mask){transform:matrix(0,1,-1,0,1,0)}.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"180\"] mask,.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"180\"] use:not(.clip,.mask){transform:matrix(-1,0,0,-1,1,1)}.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"270\"] mask,.wy-content-pdf .canvasWrapper svg[data-main-rotation=\"270\"] use:not(.clip,.mask){transform:matrix(0,-1,1,0,0,1)}.wy-content-pdf .canvasWrapper svg.highlight{--blend-mode: multiply;position:absolute;mix-blend-mode:var(--blend-mode)}@media screen and (forced-colors: active){.wy-content-pdf .canvasWrapper svg.highlight{--blend-mode: difference}}.wy-content-pdf .canvasWrapper svg.highlight:not(.free){fill-rule:evenodd}.wy-content-pdf .canvasWrapper svg.highlightOutline{position:absolute;mix-blend-mode:normal;fill-rule:evenodd;fill:none}.wy-content-pdf .canvasWrapper svg.highlightOutline.hovered:not(.free):not(.selected){stroke:var(--hover-outline-color);stroke-width:var(--outline-width)}.wy-content-pdf .canvasWrapper svg.highlightOutline.selected:not(.free) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(var(--outline-width) + 2 * var(--outline-around-width))}.wy-content-pdf .canvasWrapper svg.highlightOutline.selected:not(.free) .secondaryOutline{stroke:var(--outline-color);stroke-width:var(--outline-width)}.wy-content-pdf .canvasWrapper svg.highlightOutline.free.hovered:not(.selected){stroke:var(--hover-outline-color);stroke-width:calc(2 * var(--outline-width))}.wy-content-pdf .canvasWrapper svg.highlightOutline.free.selected .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(2 * (var(--outline-width) + var(--outline-around-width)))}.wy-content-pdf .canvasWrapper svg.highlightOutline.free.selected .secondaryOutline{stroke:var(--outline-color);stroke-width:calc(2 * var(--outline-width))}.wy-content-pdf .toggle-button{--button-background-color: #f0f0f4;--button-background-color-hover: #e0e0e6;--button-background-color-active: #cfcfd8;--color-accent-primary: #0060df;--color-accent-primary-hover: #0250bb;--color-accent-primary-active: #054096;--border-interactive-color: #8f8f9d;--border-radius-circle: 9999px;--border-width: 1px;--size-item-small: 16px;--size-item-large: 32px;--color-canvas: white;--toggle-background-color: var(--button-background-color);--toggle-background-color-hover: var(--button-background-color-hover);--toggle-background-color-active: var(--button-background-color-active);--toggle-background-color-pressed: var(--color-accent-primary);--toggle-background-color-pressed-hover: var(--color-accent-primary-hover);--toggle-background-color-pressed-active: var(--color-accent-primary-active);--toggle-border-color: var(--border-interactive-color);--toggle-border-color-hover: var(--toggle-border-color);--toggle-border-color-active: var(--toggle-border-color);--toggle-border-radius: var(--border-radius-circle);--toggle-border-width: var(--border-width);--toggle-height: var(--size-item-small);--toggle-width: var(--size-item-large);--toggle-dot-background-color: var(--toggle-border-color);--toggle-dot-background-color-hover: var(--toggle-dot-background-color);--toggle-dot-background-color-active: var(--toggle-dot-background-color);--toggle-dot-background-color-on-pressed: var(--color-canvas);--toggle-dot-margin: 1px;--toggle-dot-height: calc(var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 * var(--toggle-border-width));--toggle-dot-width: var(--toggle-dot-height);--toggle-dot-transform-x: calc(var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width));-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;border:var(--toggle-border-width) solid var(--toggle-border-color);height:var(--toggle-height);width:var(--toggle-width);border-radius:var(--toggle-border-radius);background:var(--toggle-background-color);box-sizing:border-box;flex-shrink:0}@media (prefers-color-scheme: dark){.wy-content-pdf .toggle-button{--button-background-color: color-mix(in srgb, currentColor 7%, transparent);--button-background-color-hover: color-mix(in srgb, currentColor 14%, transparent);--button-background-color-active: color-mix(in srgb, currentColor 21%, transparent);--color-accent-primary: #0df;--color-accent-primary-hover: #80ebff;--color-accent-primary-active: #aaf2ff;--border-interactive-color: #bfbfc9;--color-canvas: #1c1b22}}@media (forced-colors: active){.wy-content-pdf .toggle-button{--color-accent-primary: ButtonText;--color-accent-primary-hover: SelectedItem;--color-accent-primary-active: SelectedItem;--border-interactive-color: ButtonText;--button-background-color: ButtonFace;--border-interactive-color-hover: SelectedItem;--border-interactive-color-active: SelectedItem;--border-interactive-color-disabled: GrayText;--color-canvas: ButtonText}}.wy-content-pdf .toggle-button:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.wy-content-pdf .toggle-button:enabled:hover{background:var(--toggle-background-color-hover);border-color:var(--toggle-border-color)}.wy-content-pdf .toggle-button:enabled:active{background:var(--toggle-background-color-active);border-color:var(--toggle-border-color)}.wy-content-pdf .toggle-button[aria-pressed=true]{background:var(--toggle-background-color-pressed);border-color:transparent}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover{background:var(--toggle-background-color-pressed-hover);border-color:transparent}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active{background:var(--toggle-background-color-pressed-active);border-color:transparent}.wy-content-pdf .toggle-button:before{display:block;content:\"\";background-color:var(--toggle-dot-background-color);height:var(--toggle-dot-height);width:var(--toggle-dot-width);margin:var(--toggle-dot-margin);border-radius:var(--toggle-border-radius);translate:0}.wy-content-pdf .toggle-button[aria-pressed=true]:before{translate:var(--toggle-dot-transform-x);background-color:var(--toggle-dot-background-color-on-pressed)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover:before,.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active:before{background-color:var(--toggle-dot-background-color-on-pressed)}.wy-content-pdf [dir=rtl] .toggle-button[aria-pressed=true]:before{translate:calc(-1 * var(--toggle-dot-transform-x))}@media (prefers-reduced-motion: no-preference){.wy-content-pdf .toggle-button:before{transition:translate .1s}}@media (prefers-contrast){.wy-content-pdf .toggle-button:enabled:hover{border-color:var(--toggle-border-color-hover)}.wy-content-pdf .toggle-button:enabled:active{border-color:var(--toggle-border-color-active)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled{border-color:var(--toggle-border-color);position:relative}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover,.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:hover:active{border-color:var(--toggle-border-color-hover)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active{background-color:var(--toggle-dot-background-color-active);border-color:var(--toggle-dot-background-color-hover)}.wy-content-pdf .toggle-button:hover:before,.wy-content-pdf .toggle-button:active:before{background-color:var(--toggle-dot-background-color-hover)}}@media (forced-colors){.wy-content-pdf .toggle-button{--toggle-dot-background-color: var(--color-accent-primary);--toggle-dot-background-color-hover: var(--color-accent-primary-hover);--toggle-dot-background-color-active: var(--color-accent-primary-active);--toggle-dot-background-color-on-pressed: var(--button-background-color);--toggle-background-color-disabled: var(--button-background-color-disabled);--toggle-border-color-hover: var(--border-interactive-color-hover);--toggle-border-color-active: var(--border-interactive-color-active);--toggle-border-color-disabled: var(--border-interactive-color-disabled)}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:after{border:1px solid var(--button-background-color);content:\"\";position:absolute;height:var(--toggle-height);width:var(--toggle-width);display:block;border-radius:var(--toggle-border-radius);top:-2px;right:-2px;bottom:-2px;left:-2px}.wy-content-pdf .toggle-button[aria-pressed=true]:enabled:active:after{border-color:var(--toggle-border-color-active)}}:host{--outline-width: 2px;--outline-color: #0060df;--outline-around-width: 1px;--outline-around-color: #f0f0f4;--hover-outline-around-color: var(--outline-around-color);--focus-outline: solid var(--outline-width) var(--outline-color);--unfocus-outline: solid var(--outline-width) transparent;--focus-outline-around: solid var(--outline-around-width) var(--outline-around-color);--hover-outline-color: #8f8f9d;--hover-outline: solid var(--outline-width) var(--hover-outline-color);--hover-outline-around: solid var(--outline-around-width) var(--hover-outline-around-color);--freetext-line-height: 1.35;--freetext-padding: 2px;--resizer-bg-color: var(--outline-color);--resizer-size: 6px;--resizer-shift: calc(0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width));--editorFreeText-editing-cursor: text}.wy-content-pdf .visuallyHidden{position:absolute;top:0;left:0;border:0;margin:0;padding:0;width:0;height:0;overflow:hidden;white-space:nowrap;font-size:0}.wy-content-pdf .textLayer.highlighting{cursor:var(--editorFreeHighlight-editing-cursor)}.wy-content-pdf .textLayer.highlighting:not(.free) span{cursor:var(--editorHighlight-editing-cursor)}.wy-content-pdf .textLayer.highlighting.free span{cursor:var(--editorFreeHighlight-editing-cursor)}@media screen and (forced-colors: active){:host{--outline-color: CanvasText;--outline-around-color: ButtonFace;--resizer-bg-color: ButtonText;--hover-outline-color: Highlight;--hover-outline-around-color: SelectedItemText}}.wy-content-pdf [data-editor-rotation=\"90\"]{transform:rotate(90deg)}.wy-content-pdf [data-editor-rotation=\"180\"]{transform:rotate(180deg)}.wy-content-pdf [data-editor-rotation=\"270\"]{transform:rotate(270deg)}.wy-content-pdf .annotationEditorLayer{background:transparent;position:absolute;top:0;right:0;bottom:0;left:0;font-size:calc(100px * var(--scale-factor));transform-origin:0 0;cursor:auto}.wy-content-pdf .annotationEditorLayer.waiting{content:\"\";cursor:wait;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wy-content-pdf .annotationEditorLayer.disabled{pointer-events:none}.wy-content-pdf .annotationEditorLayer.freetextEditing{cursor:var(--editorFreeText-editing-cursor)}.wy-content-pdf .annotationEditorLayer.inkEditing{cursor:var(--editorInk-editing-cursor)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor){position:absolute;background:transparent;z-index:1;transform-origin:0 0;cursor:auto;max-width:100%;max-height:100%;border:var(--unfocus-outline)}.wy-content-pdf .annotationEditorLayer .draggable.selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor){cursor:move}.wy-content-pdf .annotationEditorLayer .moving:is(.freeTextEditor,.inkEditor,.stampEditor){touch-action:none}.wy-content-pdf .annotationEditorLayer .selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor){border:var(--focus-outline);outline:var(--focus-outline-around)}.wy-content-pdf .annotationEditorLayer .selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor):before{content:\"\";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--focus-outline-around);pointer-events:none}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor):hover:not(.selectedEditor){border:var(--hover-outline);outline:var(--hover-outline-around)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor):hover:not(.selectedEditor):before{content:\"\";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--focus-outline-around)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color: #f0f0f4;--editor-toolbar-fg-color: #2e2e56;--editor-toolbar-border-color: #8f8f9d;--editor-toolbar-hover-border-color: var(--editor-toolbar-border-color);--editor-toolbar-hover-bg-color: #e0e0e6;--editor-toolbar-hover-fg-color: var(--editor-toolbar-fg-color);--editor-toolbar-hover-outline: none;--editor-toolbar-focus-outline-color: #0060df;--editor-toolbar-shadow: 0 2px 6px 0 rgb(58 57 68 / .2);--editor-toolbar-vert-offset: 6px;--editor-toolbar-height: 28px;--editor-toolbar-padding: 2px;display:flex;width:-moz-fit-content;width:fit-content;height:var(--editor-toolbar-height);flex-direction:column;justify-content:center;align-items:center;cursor:default;pointer-events:auto;box-sizing:content-box;padding:var(--editor-toolbar-padding);position:absolute;inset-inline-end:0;inset-block-start:calc(100% + var(--editor-toolbar-vert-offset));border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow)}@media (prefers-color-scheme: dark){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color: #2b2a33;--editor-toolbar-fg-color: #fbfbfe;--editor-toolbar-hover-bg-color: #52525e;--editor-toolbar-focus-outline-color: #0df}}@media screen and (forced-colors: active){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color: ButtonFace;--editor-toolbar-fg-color: ButtonText;--editor-toolbar-border-color: ButtonText;--editor-toolbar-hover-border-color: AccentColor;--editor-toolbar-hover-bg-color: ButtonFace;--editor-toolbar-hover-fg-color: AccentColor;--editor-toolbar-hover-outline: 2px solid var(--editor-toolbar-hover-border-color);--editor-toolbar-focus-outline-color: ButtonBorder;--editor-toolbar-shadow: none}}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar.hidden{display:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar:has(:focus-visible){border-color:transparent}.wy-content-pdf [dir=ltr] :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{transform-origin:100% 0}.wy-content-pdf [dir=rtl] :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{transform-origin:0 0}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons{display:flex;justify-content:center;align-items:center;gap:0;height:100%}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .divider{width:1px;height:calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));background-color:var(--editor-toolbar-border-color);display:inline-block;margin-inline:2px}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .highlightButton{width:var(--editor-toolbar-height)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .highlightButton:before{content:\"\";-webkit-mask-image:var(--editor-toolbar-highlight-image);mask-image:var(--editor-toolbar-highlight-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .highlightButton:hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .delete{width:var(--editor-toolbar-height)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .delete:before{content:\"\";-webkit-mask-image:var(--editor-toolbar-delete-image);mask-image:var(--editor-toolbar-delete-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .delete:hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>*{height:var(--editor-toolbar-height)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider){border:none;background-color:transparent;cursor:pointer}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider):hover{border-radius:2px;background-color:var(--editor-toolbar-hover-bg-color);color:var(--editor-toolbar-hover-fg-color);outline:var(--editor-toolbar-hover-outline);outline-offset:1px}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider):hover:active{outline:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons>:not(.divider):focus-visible{border-radius:2px;outline:2px solid var(--editor-toolbar-focus-outline-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText{display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;padding-inline:8px;pointer-events:all;font:menu;font-weight:590;font-size:12px;color:var(--editor-toolbar-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText:disabled{pointer-events:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText:before{content:\"\";-webkit-mask-image:var(--alt-text-add-image);mask-image:var(--alt-text-add-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;width:12px;height:13px;background-color:var(--editor-toolbar-fg-color);margin-inline-end:4px}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText:hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText.done:before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image)}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip{display:none}.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{--alt-text-tooltip-bg: #f0f0f4;--alt-text-tooltip-fg: #15141a;--alt-text-tooltip-border: #8f8f9d;--alt-text-tooltip-shadow: 0px 2px 6px 0px rgb(58 57 68 / .2);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:calc(100% + 2px);inset-inline-start:0;padding-block:2px 3px;padding-inline:3px;max-width:300px;width:-moz-max-content;width:max-content;height:auto;font-size:12px;border:.5px solid var(--alt-text-tooltip-border);background:var(--alt-text-tooltip-bg);box-shadow:var(--alt-text-tooltip-shadow);color:var(--alt-text-tooltip-fg);pointer-events:none}@media (prefers-color-scheme: dark){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{--alt-text-tooltip-bg: #1c1b22;--alt-text-tooltip-fg: #fbfbfe;--alt-text-tooltip-shadow: 0px 2px 6px 0px #15141a}}@media screen and (forced-colors: active){.wy-content-pdf :is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{--alt-text-tooltip-bg: Canvas;--alt-text-tooltip-fg: CanvasText;--alt-text-tooltip-border: CanvasText;--alt-text-tooltip-shadow: none}}.wy-content-pdf .annotationEditorLayer .freeTextEditor{padding:calc(var(--freetext-padding) * var(--scale-factor));width:auto;height:auto;touch-action:none}.wy-content-pdf .annotationEditorLayer .freeTextEditor .internal{background:transparent;border:none;top:0;right:0;bottom:0;left:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:var(--freetext-line-height);-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .annotationEditorLayer .freeTextEditor .overlay{position:absolute;display:none;background:transparent;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wy-content-pdf .annotationEditorLayer freeTextEditor .overlay.enabled{display:block}.wy-content-pdf .annotationEditorLayer .freeTextEditor .internal:empty:before{content:attr(default-content);color:gray}.wy-content-pdf .annotationEditorLayer .freeTextEditor .internal:focus{outline:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.wy-content-pdf .annotationEditorLayer .inkEditor{width:100%;height:100%}.wy-content-pdf .annotationEditorLayer .inkEditor.editing{cursor:inherit}.wy-content-pdf .annotationEditorLayer .inkEditor .inkEditorCanvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:none}.wy-content-pdf .annotationEditorLayer .stampEditor{width:auto;height:auto}.wy-content-pdf .annotationEditorLayer .stampEditor canvas{width:100%;height:100%}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers{position:absolute;top:0;right:0;bottom:0;left:0}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers.hidden{display:none}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer{width:var(--resizer-size);height:var(--resizer-size);background:content-box var(--resizer-bg-color);border:var(--focus-outline-around);border-radius:2px;position:absolute}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topLeft{top:var(--resizer-shift);left:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topMiddle{top:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topRight{top:var(--resizer-shift);right:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.middleRight{top:calc(50% + var(--resizer-shift));right:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomRight{bottom:var(--resizer-shift);right:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomMiddle{bottom:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomLeft{bottom:var(--resizer-shift);left:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.middleLeft{top:calc(50% + var(--resizer-shift));left:var(--resizer-shift)}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomRight{cursor:nwse-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomMiddle{cursor:ns-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomLeft{cursor:nesw-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleLeft{cursor:ew-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomRight{cursor:nesw-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomMiddle,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomMiddle{cursor:ew-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.topRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.bottomLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.bottomLeft{cursor:nwse-resize}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleRight,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] :is([data-editor-rotation=\"90\"],[data-editor-rotation=\"270\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] :is([data-editor-rotation=\"0\"],[data-editor-rotation=\"180\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] :is([data-editor-rotation=\"270\"],[data-editor-rotation=\"90\"])>.resizers>.resizer.middleLeft,.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] :is([data-editor-rotation=\"180\"],[data-editor-rotation=\"0\"])>.resizers>.resizer.middleLeft{cursor:ns-resize}.wy-content-pdf .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"180\"]) .editToolbar{rotate:270deg}.wy-content-pdf [dir=ltr] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"180\"]) .editToolbar{inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}.wy-content-pdf [dir=rtl] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"180\"]) .editToolbar{inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:0}.wy-content-pdf .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"0\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"270\"]) .editToolbar{rotate:180deg;inset-inline-end:100%;inset-block-start:calc(0pc - var(--editor-toolbar-vert-offset))}.wy-content-pdf .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"0\"]) .editToolbar{rotate:90deg}.wy-content-pdf [dir=ltr] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"0\"]) .editToolbar{inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:100%}.wy-content-pdf [dir=rtl] .annotationEditorLayer :is([data-main-rotation=\"0\"] [data-editor-rotation=\"270\"],[data-main-rotation=\"90\"] [data-editor-rotation=\"180\"],[data-main-rotation=\"180\"] [data-editor-rotation=\"90\"],[data-main-rotation=\"270\"] [data-editor-rotation=\"0\"]) .editToolbar{inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}.wy-content-pdf #altTextDialog{--dialog-bg-color: white;--dialog-border-color: white;--dialog-shadow: 0 2px 14px 0 rgb(58 57 68 / .2);--text-primary-color: #15141a;--text-secondary-color: #5b5b66;--hover-filter: brightness(.9);--focus-ring-color: #0060df;--focus-ring-outline: 2px solid var(--focus-ring-color);--textarea-border-color: #8f8f9d;--textarea-bg-color: white;--textarea-fg-color: var(--text-secondary-color);--radio-bg-color: #f0f0f4;--radio-checked-bg-color: #fbfbfe;--radio-border-color: #8f8f9d;--radio-checked-border-color: #0060df;--button-cancel-bg-color: #f0f0f4;--button-cancel-fg-color: var(--text-primary-color);--button-cancel-border-color: var(--button-cancel-bg-color);--button-cancel-hover-bg-color: var(--button-cancel-bg-color);--button-cancel-hover-fg-color: var(--button-cancel-fg-color);--button-cancel-hover-border-color: var(--button-cancel-hover-bg-color);--button-save-bg-color: #0060df;--button-save-fg-color: #fbfbfe;--button-save-hover-bg-color: var(--button-save-bg-color);--button-save-hover-fg-color: var(--button-save-fg-color);--button-save-hover-border-color: var(--button-save-hover-bg-color);font:message-box;font-size:13px;font-weight:400;line-height:150%;border-radius:4px;padding:12px 16px;border:1px solid var(--dialog-border-color);background:var(--dialog-bg-color);color:var(--text-primary-color);box-shadow:var(--dialog-shadow)}@media (prefers-color-scheme: dark){.wy-content-pdf #altTextDialog{--dialog-bg-color: #1c1b22;--dialog-border-color: #1c1b22;--dialog-shadow: 0 2px 14px 0 #15141a;--text-primary-color: #fbfbfe;--text-secondary-color: #cfcfd8;--focus-ring-color: #0df;--hover-filter: brightness(1.4);--textarea-bg-color: #42414d;--radio-bg-color: #2b2a33;--radio-checked-bg-color: #15141a;--radio-checked-border-color: #0df;--button-cancel-bg-color: #2b2a33;--button-save-bg-color: #0df;--button-save-fg-color: #15141a}}@media screen and (forced-colors: active){.wy-content-pdf #altTextDialog{--dialog-bg-color: Canvas;--dialog-border-color: CanvasText;--dialog-shadow: none;--text-primary-color: CanvasText;--text-secondary-color: CanvasText;--hover-filter: none;--focus-ring-color: ButtonBorder;--textarea-border-color: ButtonBorder;--textarea-bg-color: Field;--textarea-fg-color: ButtonText;--radio-bg-color: ButtonFace;--radio-checked-bg-color: ButtonFace;--radio-border-color: ButtonText;--radio-checked-border-color: ButtonText;--button-cancel-bg-color: ButtonFace;--button-cancel-fg-color: ButtonText;--button-cancel-border-color: ButtonText;--button-cancel-hover-bg-color: AccentColor;--button-cancel-hover-fg-color: AccentColorText;--button-save-bg-color: ButtonText;--button-save-fg-color: ButtonFace;--button-save-hover-bg-color: AccentColor;--button-save-hover-fg-color: AccentColorText}}.wy-content-pdf #altTextDialog::backdrop{-webkit-mask:url(#alttext-manager-mask);mask:url(#alttext-manager-mask)}.wy-content-pdf #altTextDialog.positioned{margin:0}.wy-content-pdf #altTextDialog #altTextContainer{width:300px;height:-moz-fit-content;height:fit-content;display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px}.wy-content-pdf #altTextDialog #altTextContainer *:focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}.wy-content-pdf #altTextDialog #altTextContainer .radio{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton{display:flex;gap:8px;align-self:stretch;align-items:center}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:var(--radio-bg-color);border:1px solid var(--radio-border-color)}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton input:hover{filter:var(--hover-filter)}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioButton input:checked{background-color:var(--radio-checked-bg-color);border:4px solid var(--radio-checked-border-color)}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioLabel{display:flex;padding-inline-start:24px;align-items:flex-start;gap:10px;align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer .radio .radioLabel span{flex:1 0 0;font-size:11px;color:var(--text-secondary-color)}.wy-content-pdf #altTextDialog #altTextContainer #overallDescription{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer #overallDescription span{align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer #overallDescription .title{font-size:13px;font-style:normal;font-weight:590}.wy-content-pdf #altTextDialog #altTextContainer #addDescription{display:flex;flex-direction:column;align-items:stretch;gap:8px}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea{flex:1;padding-inline:24px 10px}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea textarea{font:inherit;width:100%;min-height:75px;padding:8px;resize:none;margin:0;box-sizing:border-box;border-radius:4px;border:1px solid var(--textarea-border-color);background:var(--textarea-bg-color);color:var(--textarea-fg-color)}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea textarea:focus{outline-offset:0;border-color:transparent}.wy-content-pdf #altTextDialog #altTextContainer #addDescription .descriptionArea textarea:disabled{pointer-events:none;opacity:.4}.wy-content-pdf #altTextDialog #altTextContainer #buttons{display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}.wy-content-pdf #altTextDialog #altTextContainer #buttons button{border-radius:4px;border:1px solid;font:menu;font-weight:600;padding:4px 16px;width:auto;height:32px}.wy-content-pdf #altTextDialog #altTextContainer #buttons button:hover{cursor:pointer;filter:var(--hover-filter)}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextCancel{color:var(--button-cancel-fg-color);background-color:var(--button-cancel-bg-color);border-color:var(--button-cancel-border-color)}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextCancel:hover{color:var(--button-cancel-hover-fg-color);background-color:var(--button-cancel-hover-bg-color);border-color:var(--button-cancel-hover-border-color)}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextSave{color:var(--button-save-hover-fg-color);background-color:var(--button-save-hover-bg-color);border-color:var(--button-save-hover-border-color);opacity:1}.wy-content-pdf #altTextDialog #altTextContainer #buttons button#altTextSave:hover{color:var(--button-save-hover-fg-color);background-color:var(--button-save-hover-bg-color);border-color:var(--button-save-hover-border-color)}.wy-content-pdf .colorPicker{--hover-outline-color: #0250bb;--selected-outline-color: #0060df;--swatch-border-color: #cfcfd8}@media (prefers-color-scheme: dark){.wy-content-pdf .colorPicker{--hover-outline-color: #80ebff;--selected-outline-color: #aaf2ff;--swatch-border-color: #52525e}}@media screen and (forced-colors: active){.wy-content-pdf .colorPicker{--hover-outline-color: Highlight;--selected-outline-color: var(--hover-outline-color);--swatch-border-color: ButtonText}}.wy-content-pdf .colorPicker .swatch{width:16px;height:16px;border:1px solid var(--swatch-border-color);border-radius:100%;outline-offset:2px;box-sizing:border-box;forced-color-adjust:none}.wy-content-pdf .colorPicker button:is(:hover,.selected)>.swatch{border:none}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"0\"] .highlightEditor:not(.free)>.editToolbar{rotate:0deg}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"90\"] .highlightEditor:not(.free)>.editToolbar{rotate:270deg}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"180\"] .highlightEditor:not(.free)>.editToolbar{rotate:180deg}.wy-content-pdf .annotationEditorLayer[data-main-rotation=\"270\"] .highlightEditor:not(.free)>.editToolbar{rotate:90deg}.wy-content-pdf .annotationEditorLayer .highlightEditor{position:absolute;background:transparent;z-index:1;cursor:auto;max-width:100%;max-height:100%;border:none;outline:none;pointer-events:none;transform-origin:0 0}.wy-content-pdf .annotationEditorLayer .highlightEditor:not(.free){transform:none}.wy-content-pdf .annotationEditorLayer .highlightEditor .internal{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.wy-content-pdf .annotationEditorLayer .highlightEditor.disabled .internal{pointer-events:none}.wy-content-pdf .annotationEditorLayer .highlightEditor.selectedEditor .internal{cursor:pointer}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar{transform-origin:center!important}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker{position:relative;width:auto;display:flex;justify-content:center;align-items:center;gap:4px;padding:4px}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:after{content:\"\";-webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);mask-image:var(--editor-toolbar-colorpicker-arrow-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:12px;height:12px}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:hover:after{background-color:var(--editor-toolbar-hover-fg-color)}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)){background-color:var(--editor-toolbar-hover-bg-color)}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)):after{scale:-1}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:11px;padding-block:8px;border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow);inset-block-start:calc(100% + 4px);width:calc(100% + 2 * var(--editor-toolbar-padding))}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button{width:100%;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:active,:focus-visible){outline:none}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button>.swatch{outline-offset:2px}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button[aria-selected=true]>.swatch{outline:2px solid var(--selected-outline-color)}.wy-content-pdf .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.wy-content-pdf .editorParamsToolbar:has(#highlightParamsToolbarContainer){padding:unset}.wy-content-pdf #highlightParamsToolbarContainer{height:auto;padding-inline:10px;padding-block:10px 16px;gap:16px;display:flex;flex-direction:column;box-sizing:border-box}.wy-content-pdf #highlightParamsToolbarContainer .editorParamsLabel{width:-moz-fit-content;width:fit-content;inset-inline-start:0}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker{display:flex;flex-direction:column;gap:8px}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:auto}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button{width:auto;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;flex:0 0 auto}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button .swatch{width:24px;height:24px}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:active,:focus-visible){outline:none}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button[aria-selected=true]>.swatch{outline:2px solid var(--selected-outline-color)}.wy-content-pdf #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness{display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .editorParamsLabel{width:100%;height:auto;align-self:stretch}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{display:flex;justify-content:space-between;align-items:center;align-self:stretch;--example-color: #bfbfc9}@media (prefers-color-scheme: dark){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{--example-color: #80808e}}@media screen and (forced-colors: active){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{--example-color: CanvasText}}.wy-content-pdf :is(#highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker>.editorParamsSlider[disabled]){opacity:.4}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:before,.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:after{content:\"\";width:8px;aspect-ratio:1;display:block;border-radius:100%;background-color:var(--example-color)}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:after{width:24px}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker .editorParamsSlider{width:unset;height:14px}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .divider{--divider-color: #d7d7db;margin-block:4px;width:100%;height:1px;background-color:var(--divider-color)}@media (prefers-color-scheme: dark){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .divider{--divider-color: #8f8f9d}}@media screen and (forced-colors: active){.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .divider{--divider-color: CanvasText}}.wy-content-pdf #highlightParamsToolbarContainer #editorHighlightVisibility .toggler{display:flex;justify-content:space-between;align-items:center;align-self:stretch}:host{--viewer-container-height: 0;--pdfViewer-padding-bottom: 0;--page-margin: 1px auto -8px;--page-border: 9px solid transparent;--spreadHorizontalWrapped-margin-LR: -3.5px;--loading-icon-delay: .4s}@media screen and (forced-colors: active){:host{--pdfViewer-padding-bottom: 9px;--page-margin: 8px auto -1px;--page-border: 1px solid CanvasText;--spreadHorizontalWrapped-margin-LR: 3.5px}}.wy-content-pdf [data-main-rotation=\"90\"]{transform:rotate(90deg) translateY(-100%)}.wy-content-pdf [data-main-rotation=\"180\"]{transform:rotate(180deg) translate(-100%,-100%)}.wy-content-pdf [data-main-rotation=\"270\"]{transform:rotate(270deg) translate(-100%)}.wy-content-pdf #hiddenCopyElement,.wy-content-pdf .hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.wy-content-pdf .pdfViewer{--scale-factor: 1;padding-bottom:var(--pdfViewer-padding-bottom);--hcm-highlight-filter: none;--hcm-highlight-selected-filter: none}@media screen and (forced-colors: active){.wy-content-pdf .pdfViewer{--hcm-highlight-filter: invert(100%)}}.wy-content-pdf .pdfViewer .canvasWrapper{overflow:hidden;width:100%;height:100%}.wy-content-pdf .pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box;background-color:#fff}.wy-content-pdf .pdfViewer .dummyPage{position:relative;width:0;height:var(--viewer-container-height)}.wy-content-pdf .pdfViewer.noUserSelect{-webkit-user-select:none;-moz-user-select:none;user-select:none}.wy-content-pdf .pdfViewer.removePageBorders .page{margin:0 auto 10px;border:none}.wy-content-pdf .pdfViewer.singlePageView{display:inline-block}.wy-content-pdf .pdfViewer.singlePageView .page{margin:0;border:none}.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped),.wy-content-pdf .spread{margin-inline:3.5px;text-align:center}.wy-content-pdf .pdfViewer.scrollHorizontal,.wy-content-pdf .spread{white-space:nowrap}.wy-content-pdf .pdfViewer.removePageBorders,.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped) .spread{margin-inline:0}.wy-content-pdf .spread :is(.page,.dummyPage),.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped) :is(.page,.spread){display:inline-block;vertical-align:middle}.wy-content-pdf .spread .page,.wy-content-pdf .pdfViewer:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:var(--spreadHorizontalWrapped-margin-LR)}.wy-content-pdf .pdfViewer.removePageBorders .spread .page,.wy-content-pdf .pdfViewer.removePageBorders:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:5px}.wy-content-pdf .pdfViewer .page canvas{margin:0;display:block}.wy-content-pdf .pdfViewer .page canvas .structTree{contain:strict}.wy-content-pdf .pdfViewer .page canvas[hidden]{display:none}.wy-content-pdf .pdfViewer .page canvas[zooming]{width:100%;height:100%}.wy-content-pdf .pdfViewer .page.loadingIcon:after{position:absolute;top:0;left:0;content:\"\";width:100%;height:100%;display:none;transition-property:display;transition-delay:var(--loading-icon-delay);z-index:5;contain:strict}.wy-content-pdf .pdfViewer .page.loading:after{display:block}.wy-content-pdf .pdfViewer .page:not(.loading):after{transition-property:none;display:none}.wy-content-pdf .pdfPresentationMode .pdfViewer{padding-bottom:0}.wy-content-pdf .pdfPresentationMode .spread{margin:0}.wy-content-pdf .pdfPresentationMode .pdfViewer .page{margin:0 auto;border:2px solid transparent}.wy-content-pdf .pdfViewer .page{box-shadow:var(--wy-shadow-level2, 0 calc(.25 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12), 0 calc(.125 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem)) calc(-.0625 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));background-color:var(--wy-white, var(--wy-white, #ffffff))}.wy-content-pdf .pdfViewer .page.loadingIcon:after{background:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3Eg%7Banimation:rotate 2s linear infinite;transform-origin:center center%7Dcircle%7Bstroke-dasharray:1,100;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite%7D@keyframes rotate%7B100%25%7Btransform:rotate(360deg)%7D%7D@keyframes dash%7B0%25%7Bstroke-dasharray:1,100;stroke-dashoffset:0%7D50%25%7Bstroke-dasharray:44.5,100;stroke-dashoffset:-17.5px%7D100%25%7Bstroke-dasharray:44.5,100;stroke-dashoffset:-62px%7D%7D@keyframes color%7B0%25,100%25%7Bstroke:%23216eb4%7D40%25%7Bstroke:%2328b7cf%7D66%25%7Bstroke:%23216eb4%7D80%25,90%25%7Bstroke:%2328b7cf%7D%7D%3C/style%3E%3Cg%3E%3Ccircle fill='none' cx='12' cy='12' r='11' stroke-linecap='butt' stroke-width='2' /%3E%3C/g%3E%3C/svg%3E\") center no-repeat}.wy-pdf-page-number{width:calc(3 * var(--wy-size, 1rem))}.wy-pdf-zoom-level{width:calc(5 * var(--wy-size, 1rem))}.wy-content-text{word-break:break-word;white-space:pre-wrap}[part~=wy-reaction]{font-size:calc(1.125 * var(--wy-size, 1rem))}[part~=wy-reactions]{display:inline-flex;align-items:center;column-gap:calc(.25 * var(--wy-size, 1rem));margin-left:calc(.25 * var(--wy-size, 1rem));margin-right:calc(.25 * var(--wy-size, 1rem))}[part~=wy-reactions]:empty{display:none}[part~=wy-reaction-count]{margin:0 calc(.25 * var(--wy-size, 1rem)) 0;line-height:1;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}[part~=wy-reaction-menu]{width:max-content;position:absolute;z-index:1000;border:none;--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;margin:0;text-align:left;background-clip:padding-box;box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));font-size:calc(1.125 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))))}[part~=wy-reaction-picker]{display:flex;flex-direction:row;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}[part~=wy-reactions-line]{display:flex;align-items:center;padding-left:calc(.1875 * var(--wy-size, 1rem));padding-right:calc(.1875 * var(--wy-size, 1rem));gap:calc(.1875 * var(--wy-size, 1rem));justify-content:end}[part~=wy-reactions-line-reverse]{flex-direction:row-reverse;justify-content:start}[part~=wy-reactions-line-bottom]{position:absolute;bottom:calc(-1.125 * var(--wy-size, 1rem));right:calc(.25 * var(--wy-size, 1rem));z-index:1}[part~=wy-reactions-line-below]{position:relative;height:0;min-height:0;max-height:0;margin:calc(var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) - var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));padding-left:calc(.125 * var(--wy-size, 1rem));padding-right:calc(.125 * var(--wy-size, 1rem));gap:calc(.125 * var(--wy-size, 1rem));flex:0 0 0;justify-content:flex-end}.wy-sheet{--wy-scrollbar-adjust-top: 0;--wy-scrollbar-adjust-bottom: 0;--wy-component-background-color: var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);position:fixed;z-index:1055;display:flex;flex-direction:column;overflow:hidden;bottom:calc(.5 * var(--wy-size, 1rem));left:calc(.5 * var(--wy-size, 1rem));right:calc(.5 * var(--wy-size, 1rem));max-height:max(50vh,50%);min-height:calc(3 * var(--wy-size, 1rem));margin:calc(.5 * var(--wy-size, 1rem)) auto;max-width:calc(32 * var(--wy-size, 1rem));transition:opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12))}.wy-sheet>.wy-appbars,.wy-sheet>.wy-appbar{border-top-left-radius:inherit;border-top-right-radius:inherit}.wy-sheet-body{overflow:hidden;padding:calc(.5 * var(--wy-size, 1rem));position:relative;min-height:calc(3 * var(--wy-size, 1rem))}.wy-sheet-body.wy-scroll-y{overflow-y:auto}.wy-sheet-no-padding{padding:0}.wy-sheet:not(.wy-show){opacity:0;transform:translateY(calc(32 * var(--wy-size, 1rem)))}.wy-sheet.wy-show{opacity:1;transform:none;transition:transform var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),opacity var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));pointer-events:auto}.wy-toasts{background:none;border:none;padding:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));margin:0;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;align-items:flex-end;justify-content:flex-end;pointer-events:none}.wy-toasts>::slotted(*){pointer-events:auto}.wy-toast{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background:var(--wy-component-background-color);color:var(--wy-component-color);gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));margin-top:0;margin-bottom:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));display:flex;cursor:pointer;border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));padding:0;-webkit-user-select:none;user-select:none;box-shadow:var(--wy-shadow-level2, 0 calc(.25 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.625 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12), 0 calc(.125 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem)) calc(-.0625 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2));position:relative;overflow:hidden;min-height:calc(4.5 * var(--wy-size, 1rem));max-width:calc(32 * var(--wy-size, 1rem))}.wy-toast.wy-fade{transition-property:opacity,min-height,padding-top,padding-bottom,margin-top,margin-bottom,height;transition-duration:var(--wy-transition-duration, .2s);transition-timing-function:var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))}.wy-toast.wy-fade:not(.wy-show){opacity:0;min-height:0;height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;pointer-events:none}.wy-toast-action{position:sticky;top:calc(4.5 * var(--wy-size, 1rem));bottom:calc(4.5 * var(--wy-size, 1rem));z-index:990;background-color:var(--wy-primary, var(--wy-primary-40, #006399));color:var(--wy-on-primary, var(--wy-white, #ffffff));padding:calc(.5 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem));margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:calc(.5 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));width:max-content;min-height:0;max-width:calc(100% - 3 * var(--wy-size, 1rem));height:auto;align-self:center;text-align:center;box-shadow:none}.wy-toast-primary{background:var(--wy-on-primary-container, var(--wy-primary-10, #001d32));color:var(--wy-primary-container, var(--wy-primary-90, #cde5ff))}.wy-placeholder{cursor:wait;color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));background:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));opacity:.5;animation:wy-placeholder-glow 2s ease-in-out infinite}@keyframes wy-placeholder-glow{50%{opacity:.2}}.wy-meeting .wy-item-title{font-weight:700}.wy-meeting .wy-item-text{font-size:var(--wy-font-size, var(--wy-size, 1em))}.wy-meeting.wy-disabled .wy-item-title{font-weight:400}.wy-dragging:after{content:attr(data-drag-title);background-color:#ffffff80;display:flex;justify-content:center;align-items:center;border:calc(.125 * var(--wy-size, 1rem)) dashed var(--wy-primary, var(--wy-primary-40, #006399));font-weight:var(--wy-font-weight-bold, bolder);z-index:10000;position:absolute;top:0;left:0;bottom:0;right:0}.wy-message-editor-top{background-color:var(--wy-component-background-color);color:var(--wy-component-color)}@supports (position: sticky){.wy-message-editor-top{position:sticky;top:0;z-index:1020}}.wy-message-editor-bottom{background-color:var(--wy-component-background-color);color:var(--wy-component-color)}@supports (position: sticky){.wy-message-editor-bottom{position:sticky;bottom:0;z-index:1020}}.wy-message-form .wy-spinner{display:none}.wy-message-form.wy-uploading .wy-spinner{display:block}.wy-message-form.wy-uploading [data-icon=plus]{display:none}.wy-message-form .wy-picker-list:not(:empty){border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-message-editor-inputs{display:flex;flex-direction:row;align-items:flex-end;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));min-height:calc(var(--wy-input-font-size, var(--wy-font-size, 1em)) * 1.5 * var(--wy-size, 1rem) + var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * 2 + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) * 2);gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-message-editor-buttons{flex:1 0 auto}.wy-message-editor-text{flex:1 1 100%;display:flex;flex-direction:column}.wy-message-editor-mention,.wy-message-editor-link{background:#00f;color:#fff}.wy-message-editor .cm-editor,.wy-message-editor-grow:after,.wy-message-editor-grow>textarea,.wy-message-editor-textfield{flex:1 1 100%;max-height:11.25em;background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-input-filled-border-radius, var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem)))));border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-background, var(--wy-neutral-99, #fcfcff))}.wy-message-editor .cm-editor:focus,.wy-message-editor-grow:focus:after,.wy-message-editor-grow>textarea:focus,.wy-message-editor-textfield:focus{border-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-message-editor .cm-editor .cm-content,.wy-message-editor-textcontent{font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)), inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));min-height:calc(var(--wy-input-font-size, var(--wy-font-size, 1em)) * 1.5 * var(--wy-size, 1rem) + var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * 2 - var(--wy-input-border-width, var(--wy-border, 1px)));line-height:calc(1.5 * var(--wy-size, 1rem))}.wy-message-editor-grow{display:grid}.wy-message-editor-grow:after,.wy-message-editor-grow>textarea{grid-area:1/1/2/2}.wy-message-editor-grow:after{content:attr(data-replicated-value) \" \";white-space:pre-wrap;visibility:hidden}.wy-message-editor-grow>textarea{resize:none;overflow:hidden}.wy-message-editor .cm-scroller{font-family:unset;line-height:1.5}.wy-message-editor .cm-widgetBuffer{vertical-align:unset}.wy-message-editor .cm-placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-message-editor .cm-content{caret-color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e))}.wy-message-editor .cm-editor.cm-focused{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));outline:0}.wy-message-editor .cm-editor .cm-scroller{overflow:auto}.wy-message-editor .wy-is-invalid+[data-editor-target] .cm-editor,.wy-message-editor .wy-is-invalid .cm-editor{border-color:var(--wy-error, var(--wy-error-40, #ba1824))!important}.wy-message-editor .cm-tooltip.cm-tooltip-autocomplete>ul{font-family:unset;max-height:calc(15 * var(--wy-size, 1rem))}.wy-message-editor .cm-tooltip.cm-tooltip-autocomplete>ul>li{padding:0}.wy-message-editor .cm-tooltip{border:none;background-clip:padding-box;background-color:var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;z-index:1000}.wy-message-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:var(--wy-primary-container, var(--wy-primary-90, #cde5ff));color:unset}.wy-message-editor .cm-tooltip-autocomplete .cm-completionLabel{display:none}.wy-message-editor .cm-tooltip-autocomplete .wy-item-hover:hover,.wy-message-editor .cm-tooltip-autocomplete .wy-item-hover:focus{background:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}.wy-chat-conversation{overflow-anchor:none;display:flex;flex-direction:column;flex:1 0 min-content;height:100%;width:100%;min-height:0;min-width:0}.wy-truncated-text-and-icon{display:flex;align-items:center;gap:.25rem}.wy-truncated-text-and-icon :first-child{line-height:var(--wy-line-height, 1.5);flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wy-truncated-text-and-icon :last-child:not(:first-child){flex:0 0 auto;white-space:nowrap}.wy-filename{font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-filename .wy-truncated-text-and-icon{justify-content:center}.wy-files{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;container-type:inline-size}@supports (position: sticky){wy-files-appbar{position:sticky;top:0;z-index:1020}}.wy-table-files thead{text-align:left;display:none}@container (inline-size >= 576px){.wy-table-files thead{display:table-header-group}}.wy-table-files tr[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-table-files tr>:nth-child(2){width:100%}.wy-table-files tr>:nth-child(2) td{padding:0 var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))))}.wy-table-files tr>:nth-child(3){width:calc(7 * var(--wy-size, 1rem));display:none}@container (inline-size >= 768px){.wy-table-files tr>:nth-child(3){display:table-cell}}.wy-table-files tr>:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-table-files tr>:nth-child(4){width:calc(7.5 * var(--wy-size, 1rem));text-align:right;display:none}@container (inline-size >= 768px){.wy-table-files tr>:nth-child(4){display:table-cell}}.wy-table-files tr>:nth-child(4){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-table-files tr>:nth-child(5){width:calc(7 * var(--wy-size, 1rem));text-align:right;display:none}@container (inline-size >= 576px){.wy-table-files tr>:nth-child(5){display:table-cell}}.wy-table-files tr>:nth-child(5){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-sidebar{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background:var(--wy-component-background-color);color:var(--wy-component-color);min-width:0;min-height:0;flex-grow:0;flex-shrink:0;flex-basis:calc(18 * var(--wy-size, 1rem));z-index:10;display:flex;flex-direction:column;transition:flex-basis var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));position:relative;order:9999}.wy-sidebar>*{transition:opacity var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))) calc(var(--wy-transition-duration, .2s) - var(--wy-transition-duration-fast, .1s));min-width:calc(18 * var(--wy-size, 1rem))}.wy-sidebar[hidden]{display:flex!important;flex-basis:0}.wy-sidebar[hidden]>*{transition:opacity var(--wy-transition-fast, var(--wy-transition-duration-fast, .1s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));opacity:0}@media (min-width: 768px){.wy-sidebar>*{min-width:calc(18 * var(--wy-size, 1rem))}.wy-sidebar .wy-sidebar-handle{display:none}}@media (max-width: 767.98px){.wy-sidebar{transition:flex-basis var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1))),margin-top var(--wy-transition, var(--wy-transition-duration, .2s) var(--wy-transition-curve, cubic-bezier(.4, 0, .2, 1)));border-top-left-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-top-right-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));flex-basis:50vh}.wy-sidebar:not([hidden]){margin-top:calc(-1 * var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))))}.wy-sidebar:not([hidden]).wy-maximized{flex-basis:calc(100% - var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem))))) * .5);margin-top:calc(-50% + var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem))))) * 2.5 - var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))))}.wy-sidebar:not([hidden]).wy-maximized~* .wy-nav-prev,.wy-sidebar:not([hidden]).wy-maximized~* .wy-nav-next{display:none}.wy-sidebar>*{min-height:var(--wy-appbar-height, calc(max(1lh, var(--wy-button-size, calc(2.5 * var(--wy-size, 1rem)))) + 2 * var(--wy-padding, calc(.25 * var(--wy-size, 1rem)))))}}.wy-sidebar-handle{width:calc(4 * var(--wy-size, 1rem));background-clip:content-box;background-color:var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));height:calc(1 * var(--wy-size, 1rem));border:calc(.375 * var(--wy-size, 1rem)) solid transparent;position:absolute;top:0;z-index:2;left:50%;margin-left:calc(-2 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));cursor:pointer}.wy-table{table-layout:fixed;width:100%;vertical-align:top;border-collapse:collapse}.wy-table th,.wy-table td{background-color:var(--wy-component-background-color);padding:var(--wy-table-cell-padding-y, var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));box-shadow:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) 0 -1px 0 0 inset;line-height:1;vertical-align:middle;height:calc(2.5 * var(--wy-size, 1rem))}.wy-table th:first-child,.wy-table td:first-child{padding-left:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-table th:last-child,.wy-table td:last-child{padding-right:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-table>tbody{vertical-align:inherit}.wy-table>thead{vertical-align:bottom}.wy-table .wy-table-cell-icon{vertical-align:middle;text-align:center;padding:calc(var(--wy-table-cell-padding-y, var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .5) var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem))))));width:calc(calc(2.5 * var(--wy-size, 1rem)) + var(--wy-table-cell-padding-x, var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))) * 2);font-size:var(--wy-font-size, var(--wy-size, 1em));font-weight:var(--wy-font-weight, unset);text-transform:none;letter-spacing:normal}.wy-table .wy-table-cell-text{width:100%}.wy-table .wy-table-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-table-hover>tbody>tr:hover>*{--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-component-color);cursor:pointer}.wy-table-row-trashed th,.wy-table-row-trashed td{text-decoration:line-through}.wy-table-row-trashed th:not(:last-child)>*,.wy-table-row-trashed td:not(:last-child)>*{opacity:var(--wy-opacity-disabled, 38%)}.wy-table-row-trashed th>a,.wy-table-row-trashed td>a{color:var(--wy-component-color)}.wy-table-row-trashed:hover th,.wy-table-row-trashed:hover td{opacity:1}.wy-table-no-result{text-align:center;padding:calc(1 * var(--wy-size, 1rem))}.wy-table-sort-link{display:inline-flex;align-items:center;color:var(--wy-link, var(--wy-primary-40, #006399));cursor:pointer}.wy-posts{display:flex;flex-direction:column;gap:calc(1 * var(--wy-size, 1rem))}.wy-post{--wy-component-background-color: var(--wy-surface-1, var(--wy-surface-1-light, #f1f2f7));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;position:relative;--wy-component-border-radius: var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-radius:var(--wy-component-border-radius)}.wy-post[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-post .wy-image-grid{border-radius:0}.wy-post wy-comment-list{border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-post-body{display:flex;flex-direction:column;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-post-body:empty{display:none}.wy-post-footer{display:flex;align-items:center;justify-content:space-between;margin:0 calc(.75 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) calc(.75 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))}.wy-post-footer .wy-meta{margin-right:calc(.5 * var(--wy-size, 1rem))}.wy-post-comments:not(:empty){padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}.wy-post-dragging:after{content:attr(data-drag-title,\"Drop files here to upload.\");background-color:#ffffff80;display:flex;justify-content:center;align-items:center;border:calc(.125 * var(--wy-size, 1rem)) dashed var(--wy-primary, var(--wy-primary-40, #006399));font-weight:var(--wy-font-weight-bold, bolder);z-index:10000;position:absolute;top:0;left:0;bottom:0;right:0}.wy-poll{flex:1 1 100%;min-width:0;display:flex;flex-direction:column;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-poll-form{background:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-poll-form:empty{display:none}.wy-poll-option{overflow:hidden;position:relative;background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));border:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));min-height:calc(2.5 * var(--wy-size, 1rem));cursor:pointer}.wy-poll-option .wy-progress{position:absolute;top:0;left:0;bottom:0;background-color:var(--wy-surface-5, var(--wy-surface-5-light, #dce2ea))}.wy-poll-option>:not(.wy-progress){z-index:1}.wy-embed{display:flex;flex-direction:column;word-wrap:break-word;border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));clip-path:border-box;overflow:hidden}.wy-embed-photo a{display:flex}.wy-embed-photo img{width:100%;height:auto}.wy-embed-photo-sm a{padding:0 calc(1 * var(--wy-size, 1rem))}.wy-embed-photo-sm img{display:block;margin:0 auto;width:auto;max-width:100%;border-radius:var(--wy-border-radius-sm, calc(var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem))) - .25 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))}.wy-embed-video{position:relative;display:block;width:100%;padding:0;overflow:hidden}.wy-embed-video:before{display:block;content:\"\";padding-top:56.25%}.wy-embed-video iframe,.wy-embed-video embed,.wy-embed-video object,.wy-embed-video video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.wy-embed-caption{--wy-component-background-color: var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);padding:calc(.5 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem));position:relative}.wy-embed-link{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));text-transform:uppercase;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-embed-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.wy-embed-title{font-weight:var(--wy-headings-font-weight, var(--wy-font-weight-bold, bolder));margin-bottom:calc(.5 * var(--wy-size, 1rem))}.wy-embed-description{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-embed-preview a[target=_blank]{pointer-events:none}.wy-embed-preview .wy-embed{border:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));display:none}.wy-embed-preview .wy-embed:first-child{display:block}.wy-embed-preview .wy-embed-caption{border-bottom-left-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-bottom-right-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)))}.wy-embed-preview .wy-embed-actions{display:flex}.wy-embed-actions{display:none;justify-content:space-between;padding:calc(.5 * var(--wy-size, 1rem)) calc(.25 * var(--wy-size, 1rem))}.wy-embed-cycle{visibility:hidden}.wy-embed-show-cycle .wy-embed-cycle{visibility:visible}.wy-post-editor{padding:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));display:flex;flex-direction:column;gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-post-editor.wy-uploading .wy-icon-active-stack>:first-child{opacity:0}.wy-post-editor.wy-uploading .wy-icon-active-stack>:last-child{opacity:1}.wy-post-editor .wy-picker-list:not(:empty){margin-top:var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-post-editor-inputs{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-post-editor-buttons{display:flex;flex-direction:row;align-items:flex-end;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));flex:1 0 auto}.wy-post-editor-text{flex:1 1 100%;display:flex;flex-direction:column}.wy-post-editor-mention,.wy-post-editor-link{background:#00f;color:#fff}.wy-post-editor .cm-editor,.wy-post-editor-grow:after,.wy-post-editor-grow>textarea,.wy-post-editor-textfield{flex:1 1 100%;max-height:11.25em;min-height:4em;background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));caret-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-post-editor .cm-editor:focus,.wy-post-editor-grow:focus:after,.wy-post-editor-grow>textarea:focus,.wy-post-editor-textfield:focus{border-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-post-editor .cm-editor .cm-content,.wy-post-editor-textcontent{font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)),inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-post-editor-grow{display:grid}.wy-post-editor-grow:after,.wy-post-editor-grow>textarea{grid-area:1/1/2/2}.wy-post-editor-grow:after{content:attr(data-replicated-value) \" \";white-space:pre-wrap;visibility:hidden}.wy-post-editor-grow>textarea{resize:none;overflow:hidden}.wy-post-editor .cm-scroller{font-family:unset;line-height:1.5}.wy-post-editor .cm-widgetBuffer{vertical-align:unset}.wy-post-editor .cm-placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-post-editor .cm-content{caret-color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e))}.wy-post-editor .cm-editor.cm-focused{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-primary, var(--wy-primary-40, #006399));outline:0}.wy-post-editor .cm-editor .cm-scroller{overflow:auto}.wy-post-editor .wy-is-invalid+[data-editor-target] .cm-editor,.wy-post-editor .wy-is-invalid .cm-editor{border-color:var(--wy-error, var(--wy-error-40, #ba1824))!important}.wy-post-editor .cm-tooltip.cm-tooltip-autocomplete>ul{font-family:unset;max-height:calc(15 * var(--wy-size, 1rem))}.wy-post-editor .cm-tooltip.cm-tooltip-autocomplete>ul>li{padding:0}.wy-post-editor .cm-tooltip{border:none;background-clip:padding-box;background-color:var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;z-index:1000}.wy-post-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:var(--wy-primary-container, var(--wy-primary-90, #cde5ff));color:unset}.wy-post-editor .cm-tooltip-autocomplete .cm-completionLabel{display:none}.wy-post-editor .cm-tooltip-autocomplete .wy-item-hover:hover,.wy-post-editor .cm-tooltip-autocomplete .wy-item-hover:focus{background:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}.wy-comments{display:flex;flex-direction:column;gap:var(--wy-gap-lg, calc(1.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-comment{--wy-component-background-color: var(--wy-surface-3, var(--wy-surface-3-light, #e3e7ee));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));--wy-component-border-radius: var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));border-radius:var(--wy-component-border-radius);background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;flex-direction:column;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));position:relative}.wy-comment[part~=wy-highlight]{animation:wy-highlight 3s 1.5s ease-in-out both}.wy-comment-body{flex:1 0 auto;z-index:1}.wy-comment-content{padding:0 var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));display:flex;flex-direction:column;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-comment-editor .wy-spinner{display:none}.wy-comment-editor.wy-uploading .wy-spinner{display:block}.wy-comment-editor.wy-uploading [data-icon=plus]{display:none}.wy-comment-editor .wy-picker-list:not(:empty){border-top:var(--wy-border, 1px) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-comment-editor-bottom{position:sticky;bottom:0;z-index:999;background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-comment-editor-inputs{display:flex;flex-direction:row;align-items:flex-end;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));min-height:calc(3.5 * var(--wy-size, 1rem));gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-comment-editor-buttons{flex:1 0 auto}.wy-comment-editor-text{flex:1 1 100%;display:flex;flex-direction:column}.wy-comment-editor-mention,.wy-comment-editor-link{background:#00f;color:#fff}.wy-comment-editor .cm-editor,.wy-comment-editor-grow:after,.wy-comment-editor-grow>textarea,.wy-comment-editor-textfield{flex:1 1 100%;max-height:calc(11.25 * var(--wy-size, 1rem));background-color:var(--wy-background, var(--wy-neutral-99, #fcfcff));color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));border-radius:calc(1.25 * var(--wy-size, 1rem));border:var(--wy-input-border-width, var(--wy-border, 1px)) solid var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce))}.wy-comment-editor .cm-editor:focus,.wy-comment-editor-grow:focus:after,.wy-comment-editor-grow>textarea:focus,.wy-comment-editor-textfield:focus{border-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-comment-editor .cm-editor .cm-content,.wy-comment-editor-textcontent{font-family:var(--wy-input-font-family, var(--wy-font-family, inherit)),inherit;font-size:var(--wy-input-font-size, var(--wy-font-size, 1em));padding:var(--wy-input-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-input-padding-x, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))}.wy-comment-editor-grow{display:grid}.wy-comment-editor-grow:after,.wy-comment-editor-grow>textarea{grid-area:1/1/2/2}.wy-comment-editor-grow:after{content:attr(data-replicated-value) \" \";white-space:pre-wrap;visibility:hidden}.wy-comment-editor-grow>textarea{resize:none;overflow:hidden}.wy-comment-editor{position:relative}.wy-comment-editor .cm-scroller{font-family:unset;line-height:1.5}.wy-comment-editor .cm-widgetBuffer{vertical-align:unset}.wy-comment-editor .cm-placeholder{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-comment-editor .cm-content{caret-color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e))}.wy-comment-editor .cm-editor.cm-focused{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));color:var(--wy-component-color);border-color:var(--wy-primary, var(--wy-primary-40, #006399));outline:0}.wy-comment-editor .cm-editor .cm-scroller{overflow:auto}.wy-comment-editor .wy-is-invalid+.cm-editor,.wy-comment-editor .wy-is-invalid .cm-editor{border-color:var(--wy-error, var(--wy-error-40, #ba1824))!important}.wy-comment-editor .cm-tooltip.cm-tooltip-autocomplete>ul{font-family:unset;max-height:calc(15 * var(--wy-size, 1rem))}.wy-comment-editor .cm-tooltip.cm-tooltip-autocomplete>ul>li{padding:0}.wy-comment-editor .cm-tooltip{border:none;background-clip:padding-box;background-color:var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));color:var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));border-radius:var(--wy-border-radius, calc(.5 * var(--wy-size, 1rem)));box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;z-index:1000}.wy-comment-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:var(--wy-primary-container, var(--wy-primary-90, #cde5ff));color:unset}.wy-comment-editor .cm-tooltip-autocomplete .cm-completionLabel{display:none}.wy-comment-editor .cm-tooltip-autocomplete .wy-item-hover:hover,.wy-comment-editor .cm-tooltip-autocomplete .wy-item-hover:focus{background:var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb))}.wy-badge{display:inline-block;padding:.35em .65em;font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));font-weight:var(--wy-font-weight-bold, bolder);line-height:1;color:var(--wy-on-primary, var(--wy-white, #ffffff));text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));background-color:var(--wy-primary, var(--wy-primary-40, #006399))}.wy-badge:empty{display:none}.wy-button-badge{position:absolute;right:0;top:0;margin:calc(var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) * .5);padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));min-width:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));max-width:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) * 3 + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))) * 2);height:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) + var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));line-height:calc(var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em))) - var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));display:block;text-align:center}.wy-button-badge{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-button-badge:empty{display:none}.wy-button-dot{position:absolute;right:0;top:0;content-visibility:hidden;padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));margin:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))));line-height:0;min-width:0;height:0}.wy-button-dot:empty{display:none}[part~=wy-tabs]{display:flex;overflow-y:hidden;padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))}[part~=wy-tabs]{overflow-x:auto;max-width:100%;overflow-anchor:none;touch-action:pan-y,pan-x;will-change:scroll-position,opacity;backface-visibility:hidden}[part~=wy-tabs]{scrollbar-width:thin;scrollbar-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce)) transparent}[part~=wy-tabs]::-webkit-scrollbar{height:.375rem;width:.375rem;background:transparent;z-index:999}[part~=wy-tabs]::-webkit-scrollbar-track{background:transparent}[part~=wy-tabs]::-webkit-scrollbar-thumb{background-color:var(--wy-outline-variant, var(--wy-neutral-variant-80, #c2c7ce));opacity:75%;border:0 solid transparent;border-radius:0;background-clip:padding-box}[part~=wy-tabs]::-webkit-scrollbar-thumb:hover{background-color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));opacity:75%}[part~=wy-tabs]::-webkit-scrollbar-thumb:window-inactive{background-color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));opacity:50%}[part~=wy-tab]{--wy-component-color: var(--wy-primary, var(--wy-primary-40, #006399));--wy-component-background-color: transparent;color:var(--wy-component-color);background:var(--wy-component-background-color);border:none;border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))));display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));position:relative;text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none}[part~=wy-tab] .wy-tab-icon{position:relative;padding:calc(.25 * var(--wy-size, 1rem)) calc(1 * var(--wy-size, 1rem));border-radius:var(--wy-button-border-radius, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))));display:inline-flex}[part~=wy-tab] .wy-tab-icon:before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;background:var(--wy-component-color);opacity:0%}[part~=wy-tab]:hover .wy-tab-icon:before{opacity:8%}[part~=wy-tab]:focus .wy-tab-icon:before,[part~=wy-tab]:active .wy-tab-icon:before,[part~=wy-tab].wy-active .wy-tab-icon:before{opacity:12%}[part~=wy-tab] .wy-tab-label{font-family:var(--wy-button-font-family, var(--wy-font-family, unset)),inherit;line-height:var(--wy-button-line-height, var(--wy-line-height, 1.5));font-size:var(--wy-font-size-xs, calc(.75 * var(--wy-font-size, 1em)));font-weight:var(--wy-font-weight, unset)}[part~=wy-button-state-layer][part~=wy-button-sm][part~=wy-tab-sm]{padding:var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))) calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .5);margin:var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) auto;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)));height:calc(var(--wy-button-size, calc(var(--wy-button-line-height, 1.5) * var(--wy-size, 1rem) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * .625)}[part~=wy-button-state-layer][part~=wy-button-sm][part~=wy-tab-sm]:before{margin:calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * -.25) calc(var(--wy-button-padding-x, calc(var(--wy-padding, calc(.5 * var(--wy-size, 1rem))) + 2 * var(--wy-button-padding-y, var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) * 0)}.wy-conversations{position:relative}.wy-conversation{display:flex;position:relative}.wy-conversation .wy-item-title{font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset));font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em))}.wy-conversation.wy-unread .wy-item-title{font-weight:var(--wy-font-weight-bold, bolder)}.wy-conversation.wy-unread .wy-item-text,.wy-conversation.wy-unread .wy-meta{color:var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));font-weight:var(--wy-font-weight-bold, bolder)}.wy-conversation .wy-item-text .wy-typing-show{font-weight:var(--wy-font-weight, unset)}.wy-conversation .wy-item-text .wy-typing-show{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}`;var KY=Object.defineProperty,JY=Object.getOwnPropertyDescriptor,yi=y((o,t,i,n)=>{for(var r=n>1?void 0:n?JY(t,i):t,a=o.length-1,s;a>=0;a--)(s=o[a])&&(r=(n?s(t,i,r):s(r))||r);return n&&r&&KY(t,i,r),r},"__decorateClass$1a");function Y3(o){return o!=null&&o!==!1}u(Y3,"Tp");y(Y3,"acceptedValue");var b5,Gf;let Ke=(b5=(Gf=class extends vt{constructor(){super(),this.provider=!1,this.childElementCount&&(this.provider=!0),this.weavy??(this.weavy=new C1({host:this.provider?this:void 0}))}get version(){return C1.version}get sourceName(){return C1.sourceName}willUpdate(t){if(super.willUpdate(t),this.weavy){const i={};Array.from(t.keys()).forEach(n=>{n!=="weavy"&&(Y3(this[n])||Y3(t.get(n)))&&Object.assign(i,{[n]:this[n]})}),Object.assign(this.weavy,i)}}render(){return S` <slot></slot> `}},u(Gf,"Jo"),Gf),y(b5,"WyContext"),b5);Ke.styles=[Ft,wr,Dt`
|
|
36
36
|
:host {
|
|
37
37
|
display: contents;
|
|
38
38
|
}
|
|
@@ -362,7 +362,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
362
362
|
:host {
|
|
363
363
|
display: contents;
|
|
364
364
|
}
|
|
365
|
-
`];m7([Q({type:Boolean})],pg.prototype,"noPadding",2);m7([Q({type:Boolean})],pg.prototype,"show",2);pg=m7([bt("wy-sheet")],pg);const mJ=Dt`[part~=wy-reaction]{font-size:calc(1.125 * var(--wy-size, 1rem))}[part~=wy-reactions]{display:inline-flex;align-items:center;column-gap:calc(.25 * var(--wy-size, 1rem));margin-left:calc(.25 * var(--wy-size, 1rem));margin-right:calc(.25 * var(--wy-size, 1rem))}[part~=wy-reactions]:empty{display:none}[part~=wy-reaction-count]{margin:0 calc(.25 * var(--wy-size, 1rem)) 0;line-height:1;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}[part~=wy-reaction-menu]{width:max-content;position:absolute;z-index:1000;border:none;--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;margin:0;text-align:left;background-clip:padding-box;box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));font-size:calc(1.125 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))))}[part~=wy-reaction-picker]{display:flex;flex-direction:row;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}[part~=wy-reactions-line]{display:flex;align-items:center;padding-left:calc(.1875 * var(--wy-size, 1rem));padding-right:calc(.1875 * var(--wy-size, 1rem));gap:calc(.1875 * var(--wy-size, 1rem));justify-content:end}[part~=wy-reactions-line-reverse]{flex-direction:row-reverse;justify-content:start}[part~=wy-reactions-line-bottom]{position:absolute;bottom:calc(-1.125 * var(--wy-size, 1rem));right:calc(.25 * var(--wy-size, 1rem))}[part~=wy-reactions-line-below]{position:relative;height:0;min-height:0;max-height:0;margin:calc(var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) - var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));padding-left:calc(.125 * var(--wy-size, 1rem));padding-right:calc(.125 * var(--wy-size, 1rem));gap:calc(.125 * var(--wy-size, 1rem));flex:0 0 0;justify-content:flex-end}`,QU=Dt`.wy-item{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));position:relative;display:flex;align-items:center;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));text-decoration:none;min-height:calc(3 * var(--wy-size, 1rem))}.wy-item-lg{padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));min-height:calc(4.5 * var(--wy-size, 1rem));gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-body{width:100%;min-width:0}.wy-item-rows{display:flex;flex-direction:column;width:100%;row-gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));min-width:0}.wy-item-rows:only-child{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-rows-compact{row-gap:0}.wy-item-rows-single{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-title{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-title-lg{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title-lg{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wy-item-text{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-text .wy-icon{width:calc(1.25 * var(--wy-size, 1rem));height:calc(1.25 * var(--wy-size, 1rem));vertical-align:calc(-.3125 * var(--wy-size, 1rem))}.wy-item-quote{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-item-quote:before,.wy-item-quote:after{content:'\"'}.wy-item-actions{--wy-component-background-color: transparent;display:flex;align-items:center;justify-items:flex-end;flex:0 0 auto;margin:calc(-.25 * var(--wy-size, 1rem))}.wy-item-top{align-self:flex-start}.wy-item-actions-bottom{align-self:flex-start;margin-block:calc(-.5 * var(--wy-size, 1rem))}.wy-item-row{display:flex;align-items:center;column-gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-row .wy-item-title,.wy-item-row .wy-item-text{margin-right:auto}.wy-item-row .wy-meta{white-space:nowrap}.wy-item-right{margin-left:auto}.wy-item-hover{-webkit-user-select:none;user-select:none;cursor:pointer}.wy-item-hover:hover,.wy-item-hover:focus{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);text-decoration:none}.wy-item-hover:active{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-item-hover.wy-disabled,.wy-item-hover:disabled{opacity:var(--wy-opacity-disabled, 38%);pointer-events:none}.wy-item-hover.wy-active{--wy-component-background-color: var(--wy-primary-container, var(--wy-primary-90, #cde5ff));--wy-component-color: var(--wy-on-primary-container, var(--wy-primary-10, #001d32));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-color:var(--wy-component-background-color)}.wy-item-trashed{text-decoration:line-through;opacity:var(--wy-opacity-disabled, 38%)}.wy-item-trashed.wy-item-hover:hover{opacity:1}`,RU=Dt`.wy-emoji-icon{display:inline-flex;justify-content:center;align-items:center;line-height:1;width:1em;height:1em;font-size:1.25em}.wy-emoji-icon-sm{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1.125 * var(--wy-size, 1rem))}.wy-emoji-icon-xs{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1 * var(--wy-size, 1rem))}`;var yJ=Object.defineProperty,gJ=Object.getOwnPropertyDescriptor,Vi=y((o,t,i,n)=>{for(var r=n>1?void 0:n?gJ(t,i):t,a=o.length-1,s;a>=0;a--)(s=o[a])&&(r=(n?s(t,i,r):s(r))||r);return n&&r&&yJ(t,i,r),r},"__decorateClass$Y"),U5,Tm;let Ai=(U5=(Tm=class extends ri(vt){constructor(){super(...arguments),this.exportParts=new Qt(this),this.directionX="left",this.directionY="up",this.small=!1,this.reactions=[],this.emojis=[],this.messageType="messages",this.line=!1,this.lineReverse=!1,this.lineBottom=!1,this.lineBelow=!1,this._placement="bottom-start",this.show=!1,this.showSheet=!1,this.buttonRef=he(),this.menuRef=he(),this.reactionListQuery=new Qn(this),this._documentClickHandler=t=>{this.show&&t.preventDefault()},this.handleReaction=async t=>{var i,n,r;!this.weavy||!this.parentId||!this.user||(this.reactedEmoji===t?(this.reactedEmoji=void 0,await(await CU(this.weavy,this.parentId,this.entityId,this.messageType,this.user)).mutate(),(i=this.reactionListQuery.observer)==null||i.refetch()):this.reactedEmoji===void 0?(this.reactedEmoji=t,await(await PU(this.weavy,this.parentId,this.entityId,this.messageType,t,this.user)).mutate(),(n=this.reactionListQuery.observer)==null||n.refetch()):(this.reactedEmoji=t,await(await TU(this.weavy,this.parentId,this.entityId,this.messageType,t,this.user)).mutate(),(r=this.reactionListQuery.observer)==null||r.refetch()))}}handleClose(t){t.newState==="closed"&&(this.show=!1,this.dispatchEvent(new CustomEvent("close")),this.dispatchEvent(new CustomEvent("release-focus",{bubbles:!0,composed:!0})))}handleClickToggle(t){t.stopPropagation(),this.show=!this.show}handleReactionsClick(){var t;(t=this.reactionListQuery.observer)==null||t.refetch(),this.showSheet=!this.showSheet,this.show=!1}willUpdate(t){var i,n,r,a,s;super.willUpdate(t),(t.has("reactions")||t.has("user"))&&this.user&&(this.reactedEmoji=(n=(i=this.reactions)==null?void 0:i.find(c=>{var d,p;return((d=c.created_by)==null?void 0:d.id)===((p=this.user)==null?void 0:p.id)}))==null?void 0:n.content),(t.has("directionX")||t.has("directionY"))&&(this._placement=this.directionX==="right"&&this.directionY==="down"?"bottom-start":this.directionX==="left"&&this.directionY==="down"?"bottom-end":this.directionX==="right"&&this.directionY==="up"?"top-start":"top-end"),t.has("show")&&(this.show&&!this._computePositionCleanup&&this.buttonRef.value&&this.menuRef.value?this._computePositionCleanup=f7(this.buttonRef.value,this.menuRef.value,()=>{requestAnimationFrame(()=>{this.buttonRef.value&&this.menuRef.value&&SU(this.buttonRef.value,this.menuRef.value,{placement:this._placement,strategy:"absolute",middleware:[$U(),xU({mainAxis:0,alignmentAxis:-8}),kU({mainAxis:!0,crossAxis:!0,padding:4,altBoundary:!0})]}).then(({x:c,y:d})=>{this.menuRef.value&&Object.assign(this.menuRef.value.style,{marginLeft:`${c}px`,marginTop:`${d}px`})})})}):!this.show&&this._computePositionCleanup&&(this._computePositionCleanup(),this._computePositionCleanup=void 0)),this.show?(requestAnimationFrame(()=>{document.addEventListener("click",this._documentClickHandler,{once:!0,capture:!0})}),(r=this.menuRef.value)==null||r.showPopover()):(a=this.menuRef.value)==null||a.hidePopover(),t.has("weavy")&&(s=this.weavy)!=null&&s.reactions&&this.emojis!=this.weavy.reactions&&(this.emojis=this.weavy.reactions)}render(){var t,i,n;const{data:r,isPending:a}=this.reactionListQuery.result??{},s=[...new Map((t=this.reactions)==null?void 0:t.map(m=>[m.content,m])).values()],c=S`
|
|
365
|
+
`];m7([Q({type:Boolean})],pg.prototype,"noPadding",2);m7([Q({type:Boolean})],pg.prototype,"show",2);pg=m7([bt("wy-sheet")],pg);const mJ=Dt`[part~=wy-reaction]{font-size:calc(1.125 * var(--wy-size, 1rem))}[part~=wy-reactions]{display:inline-flex;align-items:center;column-gap:calc(.25 * var(--wy-size, 1rem));margin-left:calc(.25 * var(--wy-size, 1rem));margin-right:calc(.25 * var(--wy-size, 1rem))}[part~=wy-reactions]:empty{display:none}[part~=wy-reaction-count]{margin:0 calc(.25 * var(--wy-size, 1rem)) 0;line-height:1;font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}[part~=wy-reaction-menu]{width:max-content;position:absolute;z-index:1000;border:none;--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);display:flex;margin:0;text-align:left;background-clip:padding-box;box-shadow:var(--wy-shadow-level1, 0 calc(.125 * var(--wy-size, 1rem)) calc(.125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .14), 0 calc(.1875 * var(--wy-size, 1rem)) calc(.0625 * var(--wy-size, 1rem)) calc(-.125 * var(--wy-size, 1rem)) rgba(0, 0, 0, .2), 0 calc(.0625 * var(--wy-size, 1rem)) calc(.3125 * var(--wy-size, 1rem)) 0 rgba(0, 0, 0, .12));overflow:hidden;padding:var(--wy-padding-sm, calc(.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))));font-size:calc(1.125 * var(--wy-size, 1rem));border-radius:var(--wy-border-radius-pill, var(--wy-border-radius, calc(2.5 * var(--wy-size, 1rem))))}[part~=wy-reaction-picker]{display:flex;flex-direction:row;gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}[part~=wy-reactions-line]{display:flex;align-items:center;padding-left:calc(.1875 * var(--wy-size, 1rem));padding-right:calc(.1875 * var(--wy-size, 1rem));gap:calc(.1875 * var(--wy-size, 1rem));justify-content:end}[part~=wy-reactions-line-reverse]{flex-direction:row-reverse;justify-content:start}[part~=wy-reactions-line-bottom]{position:absolute;bottom:calc(-1.125 * var(--wy-size, 1rem));right:calc(.25 * var(--wy-size, 1rem));z-index:1}[part~=wy-reactions-line-below]{position:relative;height:0;min-height:0;max-height:0;margin:calc(var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))) - var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem))))))) calc(-1 * var(--wy-message-padding, var(--wy-padding-lg, calc(1.5 * var(--wy-padding, calc(.5 * var(--wy-size, 1rem)))))));padding-left:calc(.125 * var(--wy-size, 1rem));padding-right:calc(.125 * var(--wy-size, 1rem));gap:calc(.125 * var(--wy-size, 1rem));flex:0 0 0;justify-content:flex-end}`,QU=Dt`.wy-item{--wy-component-color: var(--wy-on-background, var(--wy-neutral-10, #1a1c1e));position:relative;display:flex;align-items:center;gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)));padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));text-decoration:none;min-height:calc(3 * var(--wy-size, 1rem))}.wy-item-lg{padding:var(--wy-padding, calc(.5 * var(--wy-size, 1rem)));min-height:calc(4.5 * var(--wy-size, 1rem));gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-body{width:100%;min-width:0}.wy-item-rows{display:flex;flex-direction:column;width:100%;row-gap:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))));min-width:0}.wy-item-rows:only-child{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-rows-compact{row-gap:0}.wy-item-rows-single{margin-inline-start:var(--wy-gap-sm, calc(.5 * var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))))}.wy-item-title{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-title-lg{color:var(--wy-component-color);font-size:var(--wy-item-title-font-size, var(--wy-font-size, 1em));font-weight:var(--wy-item-title-font-weight, var(--wy-font-weight, unset))}.wy-item-title-lg{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wy-item-text{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e));font-size:var(--wy-font-size-sm, calc(.875 * var(--wy-font-size, 1em)))}.wy-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wy-item-text .wy-icon{width:calc(1.25 * var(--wy-size, 1rem));height:calc(1.25 * var(--wy-size, 1rem));vertical-align:calc(-.3125 * var(--wy-size, 1rem))}.wy-item-quote{color:var(--wy-outline, var(--wy-neutral-variant-50, #72777e))}.wy-item-quote:before,.wy-item-quote:after{content:'\"'}.wy-item-actions{--wy-component-background-color: transparent;display:flex;align-items:center;justify-items:flex-end;flex:0 0 auto;margin:calc(-.25 * var(--wy-size, 1rem))}.wy-item-top{align-self:flex-start}.wy-item-actions-bottom{align-self:flex-start;margin-block:calc(-.5 * var(--wy-size, 1rem))}.wy-item-row{display:flex;align-items:center;column-gap:var(--wy-gap, calc(.5 * var(--wy-size, 1rem)))}.wy-item-row .wy-item-title,.wy-item-row .wy-item-text{margin-right:auto}.wy-item-row .wy-meta{white-space:nowrap}.wy-item-right{margin-left:auto}.wy-item-hover{-webkit-user-select:none;user-select:none;cursor:pointer}.wy-item-hover:hover,.wy-item-hover:focus{--wy-component-background-color: var(--wy-surface-2, var(--wy-surface-2-light, #eaedf3));--wy-component-color: var(--wy-on-surface, var(--wy-neutral-10, #1a1c1e));background-color:var(--wy-component-background-color);color:var(--wy-component-color);text-decoration:none}.wy-item-hover:active{--wy-component-background-color: var(--wy-surface-variant, var(--wy-neutral-variant-90, #dee3eb));--wy-component-color: var(--wy-on-surface-variant, var(--wy-neutral-variant-30, #42474e));background-color:var(--wy-component-background-color);color:var(--wy-component-color)}.wy-item-hover.wy-disabled,.wy-item-hover:disabled{opacity:var(--wy-opacity-disabled, 38%);pointer-events:none}.wy-item-hover.wy-active{--wy-component-background-color: var(--wy-primary-container, var(--wy-primary-90, #cde5ff));--wy-component-color: var(--wy-on-primary-container, var(--wy-primary-10, #001d32));background-color:var(--wy-component-background-color);color:var(--wy-component-color);border-color:var(--wy-component-background-color)}.wy-item-trashed{text-decoration:line-through;opacity:var(--wy-opacity-disabled, 38%)}.wy-item-trashed.wy-item-hover:hover{opacity:1}`,RU=Dt`.wy-emoji-icon{display:inline-flex;justify-content:center;align-items:center;line-height:1;width:1em;height:1em;font-size:1.25em}.wy-emoji-icon-sm{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1.125 * var(--wy-size, 1rem))}.wy-emoji-icon-xs{width:calc(1.125 * var(--wy-size, 1rem));height:calc(1.125 * var(--wy-size, 1rem));font-size:calc(1 * var(--wy-size, 1rem))}`;var yJ=Object.defineProperty,gJ=Object.getOwnPropertyDescriptor,Vi=y((o,t,i,n)=>{for(var r=n>1?void 0:n?gJ(t,i):t,a=o.length-1,s;a>=0;a--)(s=o[a])&&(r=(n?s(t,i,r):s(r))||r);return n&&r&&yJ(t,i,r),r},"__decorateClass$Y"),U5,Tm;let Ai=(U5=(Tm=class extends ri(vt){constructor(){super(...arguments),this.exportParts=new Qt(this),this.directionX="left",this.directionY="up",this.small=!1,this.reactions=[],this.emojis=[],this.messageType="messages",this.line=!1,this.lineReverse=!1,this.lineBottom=!1,this.lineBelow=!1,this._placement="bottom-start",this.show=!1,this.showSheet=!1,this.buttonRef=he(),this.menuRef=he(),this.reactionListQuery=new Qn(this),this._documentClickHandler=t=>{this.show&&t.preventDefault()},this.handleReaction=async t=>{var i,n,r;!this.weavy||!this.parentId||!this.user||(this.reactedEmoji===t?(this.reactedEmoji=void 0,await(await CU(this.weavy,this.parentId,this.entityId,this.messageType,this.user)).mutate(),(i=this.reactionListQuery.observer)==null||i.refetch()):this.reactedEmoji===void 0?(this.reactedEmoji=t,await(await PU(this.weavy,this.parentId,this.entityId,this.messageType,t,this.user)).mutate(),(n=this.reactionListQuery.observer)==null||n.refetch()):(this.reactedEmoji=t,await(await TU(this.weavy,this.parentId,this.entityId,this.messageType,t,this.user)).mutate(),(r=this.reactionListQuery.observer)==null||r.refetch()))}}handleClose(t){t.newState==="closed"&&(this.show=!1,this.dispatchEvent(new CustomEvent("close")),this.dispatchEvent(new CustomEvent("release-focus",{bubbles:!0,composed:!0})))}handleClickToggle(t){t.stopPropagation(),this.show=!this.show}handleReactionsClick(){var t;(t=this.reactionListQuery.observer)==null||t.refetch(),this.showSheet=!this.showSheet,this.show=!1}willUpdate(t){var i,n,r,a,s;super.willUpdate(t),(t.has("reactions")||t.has("user"))&&this.user&&(this.reactedEmoji=(n=(i=this.reactions)==null?void 0:i.find(c=>{var d,p;return((d=c.created_by)==null?void 0:d.id)===((p=this.user)==null?void 0:p.id)}))==null?void 0:n.content),(t.has("directionX")||t.has("directionY"))&&(this._placement=this.directionX==="right"&&this.directionY==="down"?"bottom-start":this.directionX==="left"&&this.directionY==="down"?"bottom-end":this.directionX==="right"&&this.directionY==="up"?"top-start":"top-end"),t.has("show")&&(this.show&&!this._computePositionCleanup&&this.buttonRef.value&&this.menuRef.value?this._computePositionCleanup=f7(this.buttonRef.value,this.menuRef.value,()=>{requestAnimationFrame(()=>{this.buttonRef.value&&this.menuRef.value&&SU(this.buttonRef.value,this.menuRef.value,{placement:this._placement,strategy:"absolute",middleware:[$U(),xU({mainAxis:0,alignmentAxis:-8}),kU({mainAxis:!0,crossAxis:!0,padding:4,altBoundary:!0})]}).then(({x:c,y:d})=>{this.menuRef.value&&Object.assign(this.menuRef.value.style,{marginLeft:`${c}px`,marginTop:`${d}px`})})})}):!this.show&&this._computePositionCleanup&&(this._computePositionCleanup(),this._computePositionCleanup=void 0)),this.show?(requestAnimationFrame(()=>{document.addEventListener("click",this._documentClickHandler,{once:!0,capture:!0})}),(r=this.menuRef.value)==null||r.showPopover()):(a=this.menuRef.value)==null||a.hidePopover(),t.has("weavy")&&(s=this.weavy)!=null&&s.reactions&&this.emojis!=this.weavy.reactions&&(this.emojis=this.weavy.reactions)}render(){var t,i,n;const{data:r,isPending:a}=this.reactionListQuery.result??{},s=[...new Map((t=this.reactions)==null?void 0:t.map(m=>[m.content,m])).values()],c=S`
|
|
366
366
|
${s.length?S`
|
|
367
367
|
<wy-button
|
|
368
368
|
kind="icon-inline"
|
|
@@ -382,7 +382,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
382
382
|
part="wy-reaction-menu-button"
|
|
383
383
|
kind="icon"
|
|
384
384
|
?active=${this.show}
|
|
385
|
-
small
|
|
385
|
+
?small=${this.small}
|
|
386
386
|
@click=${this.handleClickToggle}
|
|
387
387
|
@keydown=${yn}
|
|
388
388
|
@keyup=${go}
|
|
@@ -3214,7 +3214,7 @@ ${r.join(`
|
|
|
3214
3214
|
<div ${qt(this.pagerRef)} class="wy-pager"></div>
|
|
3215
3215
|
`}
|
|
3216
3216
|
</div>
|
|
3217
|
-
`}disconnectedCallback(){var t;(t=TE(this,Bh))==null||t.call(this),super.disconnectedCallback()}},u(jy,"La"),jy),y(tP,"WyPosts"),tP);Bh=new WeakMap;kv.styles=[wr,Ft,Cg,zv,Kd];kv=Pit([bt("wy-posts"),ie()],kv);const Tit=new Map(Object.entries(b9(Be))),Eit=new Map(Object.entries(b9(vW)));zo.version="24.3.
|
|
3217
|
+
`}disconnectedCallback(){var t;(t=TE(this,Bh))==null||t.call(this),super.disconnectedCallback()}},u(jy,"La"),jy),y(tP,"WyPosts"),tP);Bh=new WeakMap;kv.styles=[wr,Ft,Cg,zv,Kd];kv=Pit([bt("wy-posts"),ie()],kv);const Tit=new Map(Object.entries(b9(Be))),Eit=new Map(Object.entries(b9(vW)));zo.version="24.3.1";zo.sourceName="@weavy/uikit-react";const zN=wt.createContext(null);function Qit(o){var s,c,d,p,m,g;const[t,i]=wt.useState(),n={...o,cloudFilePickerUrl:(s=o.cloudFilePickerUrl)==null?void 0:s.toString(),locales:wt.useMemo(()=>o.locales,[(c=o.locales)==null?void 0:c.length]),tokenUrl:(d=o.tokenUrl)==null?void 0:d.toString(),tokenFactory:wt.useMemo(()=>o.tokenFactory,[(p=o.tokenFactory)==null?void 0:p.toString()]),url:(m=o.url)==null?void 0:m.toString(),zoomAuthenticationUrl:(g=o.url)==null?void 0:g.toString()},[r,a]=wt.useState(n);return wt.useEffect(()=>{const v=new C1(n);return i(v),()=>{v==null||v.destroy()}},[]),wt.useEffect(()=>{if(t&&!t.isDestroyed){const v={};Object.entries(n).forEach(([O,x])=>{x!==r[O]&&Object.assign(v,{[O]:x})}),Object.keys(v).length&&(a(n),Object.assign(t,v))}},[n]),t}u(Qit,"useWeavy");const _N=Promise.resolve(),I7=class I7{constructor(t,i){this.o=[],this.t=!0,this.i=!1,this.l=t,this.h=i,this.u=new Promise((n,r)=>{this.p=n})}addController(t){this.o.push(t)}removeController(t){var i;(i=this.o)==null||i.splice(this.o.indexOf(t)>>>0,1)}requestUpdate(){this.t||(this.t=!0,_N.then(()=>this.h(++this.l)))}get updateComplete(){return this.u}m(){this.i=!0,this.o.forEach(t=>{var i;return(i=t.hostConnected)==null?void 0:i.call(t)})}_(){this.i=!1,this.o.forEach(t=>{var i;return(i=t.hostDisconnected)==null?void 0:i.call(t)})}v(){this.o.forEach(t=>{var i;return(i=t.hostUpdate)==null?void 0:i.call(t)})}C(){this.t=!1;const t=this.p;this.u=new Promise((i,n)=>{this.p=i}),this.o.forEach(i=>{var n;return(n=i.hostUpdated)==null?void 0:n.call(i)}),t(this.t)}};u(I7,"s");let bC=I7;const Rit=u((o,t)=>{const{useState:i,useLayoutEffect:n}=o,[r,a]=i(0);let s=!1;const[c]=i(()=>{const d=new bC(r,a),p=t(d);return d.M=p,d.m(),s=!0,_N.then(()=>{s&&d._()}),d});return c.t=!0,n(()=>(s=!1,c.i||c.m(),()=>c._()),[]),n(()=>c.C()),c.v(),c.M},"e$2");function LN(o,t){var a;const n=(u(s=>!!s&&s.current!==void 0,"isRef")(o)?o.current:o)||void 0,r=Rit(wt,s=>new XY(s,t??$i,n));return wt.useEffect(()=>{n&&(r.ref=n)},[r,n]),(a=r.context)==null?void 0:a.value}u(LN,"useWeavyContext");const Mit=new Set(["children","localName","ref","style","className"]),QE=new WeakMap,RE=u((o,t,i,n,r)=>{const a=r==null?void 0:r[t];a===void 0?(o[t]=i,i==null&&t in HTMLElement.prototype&&o.removeAttribute(t)):i!==n&&((s,c,d)=>{let p=QE.get(s);p===void 0&&QE.set(s,p=new Map);let m=p.get(c);d!==void 0?m===void 0?(p.set(c,m={handleEvent:d}),s.addEventListener(c,m)):m.handleEvent=d:m!==void 0&&(p.delete(c),s.removeEventListener(c,m))})(o,a,i)},"t"),St=u(({react:o,tagName:t,elementClass:i,events:n,displayName:r})=>{const a=new Set(Object.keys(n??{})),s=o.forwardRef((c,d)=>{const p=o.useRef(new Map),m=o.useRef(null),g={},v={};for(const[O,x]of Object.entries(c))Mit.has(O)?g[O==="className"?"class":O]=x:a.has(O)||O in i.prototype?v[O]=x:g[O]=x;return o.useLayoutEffect(()=>{if(m.current===null)return;const O=new Map;for(const x in v)RE(m.current,x,c[x],p.current.get(x),n),p.current.delete(x),O.set(x,c[x]);for(const[x,T]of p.current)RE(m.current,x,void 0,T,n);p.current=O}),o.useLayoutEffect(()=>{var O;(O=m.current)==null||O.removeAttribute("defer-hydration")},[]),g.suppressHydrationWarning=!0,o.createElement(t,{...g,ref:o.useCallback(O=>{m.current=O,typeof d=="function"?d(O):d!==null&&(d.current=O)},[d])})});return s.displayName=r??i.name,s},"o"),Ait=St({react:wt,tagName:"wy-chat",elementClass:vv}),zit=St({react:wt,tagName:"wy-comments",elementClass:bv});var OC={exports:{}},Yw={};var ME;function _it(){if(ME)return Yw;ME=1;var o=wt,t=Symbol.for("react.element"),i=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,r=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function s(c,d,p){var m,g={},v=null,O=null;p!==void 0&&(v=""+p),d.key!==void 0&&(v=""+d.key),d.ref!==void 0&&(O=d.ref);for(m in d)n.call(d,m)&&!a.hasOwnProperty(m)&&(g[m]=d[m]);if(c&&c.defaultProps)for(m in d=c.defaultProps,d)g[m]===void 0&&(g[m]=d[m]);return{$$typeof:t,type:c,key:v,ref:O,props:g,_owner:r.current}}return u(s,"q"),Yw.Fragment=i,Yw.jsx=s,Yw.jsxs=s,Yw}u(_it,"requireReactJsxRuntime_production_min");var Gw={};var AE;function Lit(){return AE||(AE=1,process.env.NODE_ENV!=="production"&&function(){var o=wt,t=Symbol.for("react.element"),i=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),c=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),p=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),O=Symbol.for("react.offscreen"),x=Symbol.iterator,T="@@iterator";function R(V){if(V===null||typeof V!="object")return null;var lt=x&&V[x]||V[T];return typeof lt=="function"?lt:null}u(R,"getIteratorFn");var C=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function z(V){{for(var lt=arguments.length,Ot=new Array(lt>1?lt-1:0),Vt=1;Vt<lt;Vt++)Ot[Vt-1]=arguments[Vt];q("error",V,Ot)}}u(z,"error");function q(V,lt,Ot){{var Vt=C.ReactDebugCurrentFrame,ue=Vt.getStackAddendum();ue!==""&&(lt+="%s",Ot=Ot.concat([ue]));var pe=Ot.map(function(ae){return String(ae)});pe.unshift("Warning: "+lt),Function.prototype.apply.call(console[V],console,pe)}}u(q,"printWarning");var W=!1,D=!1,Y=!1,F=!1,X=!1,rt;rt=Symbol.for("react.module.reference");function yt(V){return!!(typeof V=="string"||typeof V=="function"||V===n||V===a||X||V===r||V===p||V===m||F||V===O||W||D||Y||typeof V=="object"&&V!==null&&(V.$$typeof===v||V.$$typeof===g||V.$$typeof===s||V.$$typeof===c||V.$$typeof===d||V.$$typeof===rt||V.getModuleId!==void 0))}u(yt,"isValidElementType");function pt(V,lt,Ot){var Vt=V.displayName;if(Vt)return Vt;var ue=lt.displayName||lt.name||"";return ue!==""?Ot+"("+ue+")":Ot}u(pt,"getWrappedName");function ht(V){return V.displayName||"Context"}u(ht,"getContextName");function Tt(V){if(V==null)return null;if(typeof V.tag=="number"&&z("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof V=="function")return V.displayName||V.name||null;if(typeof V=="string")return V;switch(V){case n:return"Fragment";case i:return"Portal";case a:return"Profiler";case r:return"StrictMode";case p:return"Suspense";case m:return"SuspenseList"}if(typeof V=="object")switch(V.$$typeof){case c:var lt=V;return ht(lt)+".Consumer";case s:var Ot=V;return ht(Ot._context)+".Provider";case d:return pt(V,V.render,"ForwardRef");case g:var Vt=V.displayName||null;return Vt!==null?Vt:Tt(V.type)||"Memo";case v:{var ue=V,pe=ue._payload,ae=ue._init;try{return Tt(ae(pe))}catch{return null}}}return null}u(Tt,"getComponentNameFromType");var dt=Object.assign,Ut=0,It,ne,Ht,ve,ye,we,Ce;function be(){}u(be,"disabledLog"),be.__reactDisabledLog=!0;function ct(){{if(Ut===0){It=console.log,ne=console.info,Ht=console.warn,ve=console.error,ye=console.group,we=console.groupCollapsed,Ce=console.groupEnd;var V={configurable:!0,enumerable:!0,value:be,writable:!0};Object.defineProperties(console,{info:V,log:V,warn:V,error:V,group:V,groupCollapsed:V,groupEnd:V})}Ut++}}u(ct,"disableLogs");function U(){{if(Ut--,Ut===0){var V={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:dt({},V,{value:It}),info:dt({},V,{value:ne}),warn:dt({},V,{value:Ht}),error:dt({},V,{value:ve}),group:dt({},V,{value:ye}),groupCollapsed:dt({},V,{value:we}),groupEnd:dt({},V,{value:Ce})})}Ut<0&&z("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}u(U,"reenableLogs");var K=C.ReactCurrentDispatcher,xt;function Rt(V,lt,Ot){{if(xt===void 0)try{throw Error()}catch(ue){var Vt=ue.stack.trim().match(/\n( *(at )?)/);xt=Vt&&Vt[1]||""}return`
|
|
3218
3218
|
`+xt+V}}u(Rt,"describeBuiltInComponentFrame");var Bt=!1,ce;{var de=typeof WeakMap=="function"?WeakMap:Map;ce=new de}function jt(V,lt){if(!V||Bt)return"";{var Ot=ce.get(V);if(Ot!==void 0)return Ot}var Vt;Bt=!0;var ue=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var pe;pe=K.current,K.current=null,ct();try{if(lt){var ae=u(function(){throw Error()},"Fake");if(Object.defineProperty(ae.prototype,"props",{set:u(function(){throw Error()},"set")}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ae,[])}catch(Je){Vt=Je}Reflect.construct(V,[],ae)}else{try{ae.call()}catch(Je){Vt=Je}V.call(ae.prototype)}}else{try{throw Error()}catch(Je){Vt=Je}V()}}catch(Je){if(Je&&Vt&&typeof Je.stack=="string"){for(var re=Je.stack.split(`
|
|
3219
3219
|
`),Ve=Vt.stack.split(`
|
|
3220
3220
|
`),ze=re.length-1,_e=Ve.length-1;ze>=1&&_e>=0&&re[ze]!==Ve[_e];)_e--;for(;ze>=1&&_e>=0;ze--,_e--)if(re[ze]!==Ve[_e]){if(ze!==1||_e!==1)do if(ze--,_e--,_e<0||re[ze]!==Ve[_e]){var di=`
|