diff --git a/dist/alan_lib.js b/dist/alan_lib.js index 09197ee..7301f9b 100644 --- a/dist/alan_lib.js +++ b/dist/alan_lib.js @@ -341,7 +341,7 @@ this._cleanups.push(f); }; - function fillAuth(values, ext) { + function fillAuth(values, ext, config) { var auth = {}; for (var k in ext) { auth[k] = ext[k]; @@ -363,6 +363,10 @@ if (ext && ext.appName) { auth.appName = ext.appName; } + + if (auth && auth.withEdgeUrl) { + auth.edgeUrl = config ? config.url : undefined; + } return auth; } @@ -384,7 +388,7 @@ throw new Error("Wrong projectId was provided: ", projectId); } - connect._worker.postMessage(["connectProject", connect._config, fillAuth(auth, ext), mode]); + connect._worker.postMessage(["connectProject", connect._config, fillAuth(auth, ext, connect._config), mode]); function signupEvent(name, handler) { alanAudio.on(name, handler); connect._addCleanup(function() { @@ -429,7 +433,7 @@ throw new Error("Wrong projectId was provided"); } - connect._worker.postMessage(["connectProject", connect._config, fillAuth(auth, ext), mode]); + connect._worker.postMessage(["connectProject", connect._config, fillAuth(auth, ext, connect._config), mode]); function signupEvent(name, handler) { alanAudio.on(name, handler); connect._addCleanup(function() { @@ -89462,7 +89466,7 @@ expanded: false, inlined: false, options: null, - loaderTimeoutMs: 18e4, + loaderTimeoutMs: 18e5, defaults: { minChatWidth: 250, appearAnimationMs: 200, @@ -89474,6 +89478,131 @@ } }; + // alan_btn/src/assets/chatIcons.ts + var chatIcons = { + toogleChatSideBar: '', + closeChat: ` + `, + plus: ``, + clear: ` + +`, + resizer: { + left: ` + `, + right: ` + ` + }, + send: ` + + `, + stopResponse: ` + + +`, + mic: ` + + `, + micPlayingBars: `
+`, + noMic: ` +`, + disconnected: ` +`, + noWiFi: ` + `, + mute: ` + `, + unmute: ` + `, + like: ``, + likeSelected: ``, + dislike: ``, + dislikeSelected: ``, + copy: ``, + copied: ``, + expandChat: ``, + collapseChat: ` + `, + saveChatState: ` +` + }; + function getCloseChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.close?.svg || chatIcons.closeChat; + } + function getExpandChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.fullScreen?.svgExpand || chatIcons.expandChat; + } + function getCollapseChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.fullScreen?.svgCollapse || chatIcons.collapseChat; + } + function getSaveChatStateIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.saveChatState?.svg || chatIcons.saveChatState; + } + function getSendChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.send?.svg || chatIcons.send; + } + function getStopChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.stopResponse?.svg || chatIcons.stopResponse; + } + function getMicChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.mic?.svg || chatIcons.mic; + } + function getMuteChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.mute?.svgOff || chatIcons.mute; + } + function getUnmuteChatIcon(textChatOptions) { + return textChatOptions?.popup?.icons?.mute?.svgOn || chatIcons.unmute; + } + // alan_btn/src/textChat/helpers/getMsgLoader.ts function getMsgLoader(textChatOptions, message, onlyLoader) { const isQueryProgressEnabled = textChatOptions?.bubbles?.waitingResponse?.queryProgress?.enabled; @@ -89488,10 +89617,19 @@ if (onlyLoader) { waitingResponseBubbleLabel = ""; } - const content = isDefaultLayout ? `${waitingResponseBubbleLabel || ""}"+this.generateContent()+""),t.write('
"+this.generateContent()+" |
",""":'"',"'":"'"});var Et=function A(e){var rA,wA=(e=null==e?le:Et.defaults(le.Object(),e,Et.pick(le,ne))).Array,mA=e.Date,fA=e.Error,DA=e.Function,LA=e.Math,MA=e.Object,FA=e.RegExp,bA=e.String,_A=e.TypeError,HA=wA.prototype,NA=DA.prototype,SA=MA.prototype,RA=e["__core-js_shared__"],UA=NA.toString,yA=SA.hasOwnProperty,OA=0,GA=(rA=/[^.]+$/.exec(RA&&RA.keys&&RA.keys.IE_PROTO||""))?"Symbol(src)_1."+rA:"",vA=SA.toString,kA=UA.call(MA),VA=le._,xA=FA("^"+UA.call(yA).replace(tA,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),YA=Ce?e.Buffer:t,PA=e.Symbol,ZA=e.Uint8Array,JA=YA?YA.allocUnsafe:t,XA=at(MA.getPrototypeOf,MA),WA=MA.create,zA=SA.propertyIsEnumerable,jA=HA.splice,KA=PA?PA.isConcatSpreadable:t,Ae=PA?PA.iterator:t,te=PA?PA.toStringTag:t,oe=function(){try{var A=Br(MA,"defineProperty");return A({},"",{}),A}catch(A){}}(),Be=e.clearTimeout!==le.clearTimeout&&e.clearTimeout,ce=mA&&mA.now!==le.Date.now&&mA.now,Ee=e.setTimeout!==le.setTimeout&&e.setTimeout,ge=LA.ceil,de=LA.floor,Ie=MA.getOwnPropertySymbols,Ge=YA?YA.isBuffer:t,Je=e.isFinite,gt=HA.join,Ct=at(MA.keys,MA),dt=LA.max,It=LA.min,ut=mA.now,pt=e.parseInt,ht=LA.random,wt=HA.reverse,mt=Br(e,"DataView"),ft=Br(e,"Map"),Dt=Br(e,"Promise"),Lt=Br(e,"Set"),Mt=Br(e,"WeakMap"),Ft=Br(MA,"create"),bt=Mt&&new Mt,_t={},Ht=kr(mt),Nt=kr(ft),St=kr(Dt),Rt=kr(Lt),Ut=kr(Mt),yt=PA?PA.prototype:t,Ot=yt?yt.valueOf:t,Gt=yt?yt.toString:t;function vt(A){if(Qa(A)&&!Ji(A)&&!(A instanceof Yt)){if(A instanceof xt)return A;if(yA.call(A,"__wrapped__"))return Vr(A)}return new xt(A)}var kt=function(){function A(){}return function(e){if(!ta(e))return{};if(WA)return WA(e);A.prototype=e;var Q=new A;return A.prototype=t,Q}}();function Vt(){}function xt(A,e){this.__wrapped__=A,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=t}function Yt(A){this.__wrapped__=A,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=E,this.__views__=[]}function Pt(A){var e=-1,t=null==A?0:A.length;for(this.clear();++e=e?A:e)),A}function aQ(A,e,Q,n,r,i){var a,o=1&e,s=2&e,T=4&e;if(Q&&(a=r?Q(A,n,r,i):Q(A)),a!==t)return a;if(!ta(A))return A;var B=Ji(A);if(B){if(a=function(A){var e=A.length,t=new A.constructor(e);e&&"string"==typeof A[0]&&yA.call(A,"index")&&(t.index=A.index,t.input=A.input);return t}(A),!o)return bn(A,a)}else{var c=Er(A),l=c==h||c==w;if(ji(A))return mn(A,o);if(c==D||c==C||l&&!r){if(a=s||l?{}:Cr(A),!o)return s?function(A,e){return _n(A,lr(A),e)}(A,function(A,e){return A&&_n(e,Ra(e),A)}(a,A)):function(A,e){return _n(A,cr(A),e)}(A,QQ(a,A))}else{if(!ae[c])return r?A:{};a=function(A,e,t){var Q=A.constructor;switch(e){case N:return fn(A);case I:case u:return new Q(+A);case S:return function(A,e){var t=e?fn(A.buffer):A.buffer;return new A.constructor(t,A.byteOffset,A.byteLength)}(A,t);case R:case U:case y:case O:case G:case v:case k:case V:case x:return Dn(A,t);case m:return new Q;case f:case b:return new Q(A);case M:return function(A){var e=new A.constructor(A.source,lA.exec(A));return e.lastIndex=A.lastIndex,e}(A);case F:return new Q;case _:return n=A,Ot?MA(Ot.call(n)):{}}var n}(A,c,o)}}i||(i=new Wt);var E=i.get(A);if(E)return E;i.set(A,a),oa(A)?A.forEach((function(t){a.add(aQ(t,e,Q,t,A,i))})):na(A)&&A.forEach((function(t,n){a.set(n,aQ(t,e,Q,n,A,i))}));var g=B?t:(T?s?nr:Qr:s?Ra:Sa)(A);return Me(g||A,(function(t,n){g&&(t=A[n=t]),AQ(a,n,aQ(t,e,Q,n,A,i))})),a}function oQ(A,e,Q){var n=Q.length;if(null==A)return!n;for(A=MA(A);n--;){var r=Q[n],i=e[r],a=A[r];if(a===t&&!(r in A)||!i(a))return!1}return!0}function sQ(A,e,n){if("function"!=typeof A)throw new _A(Q);return _r((function(){A.apply(t,n)}),e)}function TQ(A,e,t,Q){var n=-1,r=He,i=!0,a=A.length,o=[],s=e.length;if(!a)return o;t&&(e=Se(e,Ke(t))),Q?(r=Ne,i=!1):e.length>=200&&(r=$e,i=!1,e=new Xt(e));A:for(;++n-1},Zt.prototype.set=function(A,e){var t=this.__data__,Q=eQ(t,A);return Q<0?(++this.size,t.push([A,e])):t[Q][1]=e,this},Jt.prototype.clear=function(){this.size=0,this.__data__={hash:new Pt,map:new(ft||Zt),string:new Pt}},Jt.prototype.delete=function(A){var e=sr(this,A).delete(A);return this.size-=e?1:0,e},Jt.prototype.get=function(A){return sr(this,A).get(A)},Jt.prototype.has=function(A){return sr(this,A).has(A)},Jt.prototype.set=function(A,e){var t=sr(this,A),Q=t.size;return t.set(A,e),this.size+=t.size==Q?0:1,this},Xt.prototype.add=Xt.prototype.push=function(A){return this.__data__.set(A,n),this},Xt.prototype.has=function(A){return this.__data__.has(A)},Wt.prototype.clear=function(){this.__data__=new Zt,this.size=0},Wt.prototype.delete=function(A){var e=this.__data__,t=e.delete(A);return this.size=e.size,t},Wt.prototype.get=function(A){return this.__data__.get(A)},Wt.prototype.has=function(A){return this.__data__.has(A)},Wt.prototype.set=function(A,e){var t=this.__data__;if(t instanceof Zt){var Q=t.__data__;if(!ft||Q.length<199)return Q.push([A,e]),this.size=++t.size,this;t=this.__data__=new Jt(Q)}return t.set(A,e),this.size=t.size,this};var BQ=Sn(uQ),cQ=Sn(pQ,!0);function lQ(A,e){var t=!0;return BQ(A,(function(A,Q,n){return t=!!e(A,Q,n)})),t}function EQ(A,e,Q){for(var n=-1,r=A.length;++n 0&&t(a)?e>1?CQ(a,e-1,t,Q,n):Re(n,a):Q||(n[n.length]=a)}return n}var dQ=Rn(),IQ=Rn(!0);function uQ(A,e){return A&&dQ(A,e,Sa)}function pQ(A,e){return A&&IQ(A,e,Sa)}function hQ(A,e){return _e(e,(function(e){return $i(A[e])}))}function wQ(A,e){for(var Q=0,n=(e=un(e,A)).length;null!=A&&Q e}function LQ(A,e){return null!=A&&yA.call(A,e)}function MQ(A,e){return null!=A&&e in MA(A)}function FQ(A,e,Q){for(var n=Q?Ne:He,r=A[0].length,i=A.length,a=i,o=wA(i),s=1/0,T=[];a--;){var B=A[a];a&&e&&(B=Se(B,Ke(e))),s=It(B.length,s),o[a]=!Q&&(e||r>=120&&B.length>=120)?new Xt(a&&B):t}B=A[0];var c=-1,l=o[0];A:for(;++c =a?o:o*("desc"==t[Q]?-1:1)}return A.index-e.index}(A,e,t)}))}function PQ(A,e,t){for(var Q=-1,n=e.length,r={};++Q -1;)a!==A&&jA.call(a,o,1),jA.call(A,o,1);return A}function JQ(A,e){for(var t=A?e.length:0,Q=t-1;t--;){var n=e[t];if(t==Q||n!==r){var r=n;Ir(n)?jA.call(A,n,1):Bn(A,n)}}return A}function XQ(A,e){return A+de(ht()*(e-A+1))}function WQ(A,e){var t="";if(!A||e<1||e>c)return t;do{e%2&&(t+=A),(e=de(e/2))&&(A+=A)}while(e);return t}function zQ(A,e){return Hr(Lr(A,e,ro),A+"")}function jQ(A){return jt(xa(A))}function KQ(A,e){var t=xa(A);return Rr(t,iQ(e,0,t.length))}function qQ(A,e,Q,n){if(!ta(A))return A;for(var r=-1,i=(e=un(e,A)).length,a=i-1,o=A;null!=o&&++rn?0:n+e),(t=t>n?n:t)<0&&(t+=n),n=e>t?0:t-e>>>0,e>>>=0;for(var r=wA(n);++Q >>1,i=A[r];null!==i&&!Ta(i)&&(t?i<=e:i =200){var s=e?null:zn(A);if(s)return st(s);i=!1,n=$e,o=new Xt}else o=e?[]:a;A:for(;++Q =n?A:tn(A,e,Q)}var wn=Be||function(A){return le.clearTimeout(A)};function mn(A,e){if(e)return A.slice();var t=A.length,Q=JA?JA(t):new A.constructor(t);return A.copy(Q),Q}function fn(A){var e=new A.constructor(A.byteLength);return new ZA(e).set(new ZA(A)),e}function Dn(A,e){var t=e?fn(A.buffer):A.buffer;return new A.constructor(t,A.byteOffset,A.length)}function Ln(A,e){if(A!==e){var Q=A!==t,n=null===A,r=A==A,i=Ta(A),a=e!==t,o=null===e,s=e==e,T=Ta(e);if(!o&&!T&&!i&&A>e||i&&a&&s&&!o&&!T||n&&a&&s||!Q&&s||!r)return 1;if(!n&&!i&&!T&&A 1?Q[r-1]:t,a=r>2?Q[2]:t;for(i=A.length>3&&"function"==typeof i?(r--,i):t,a&&ur(Q[0],Q[1],a)&&(i=r<3?t:i,r=1),e=MA(e);++n -1?r[i?e[a]:a]:t}}function vn(A){return tr((function(e){var n=e.length,r=n,i=xt.prototype.thru;for(A&&e.reverse();r--;){var a=e[r];if("function"!=typeof a)throw new _A(Q);if(i&&!o&&"wrapper"==ir(a))var o=new xt([],!0)}for(r=o?r:n;++r 1&&u.reverse(),c&&To))return!1;var T=i.get(A),B=i.get(e);if(T&&B)return T==e&&B==A;var c=-1,l=!0,E=2&Q?new Xt:t;for(i.set(A,e),i.set(e,A);++c -1&&A%1==0&&A 1?"& ":"")+e[Q],e=e.join(t>2?", ":" "),A.replace(iA,"{\n/* [wrapped with "+e+"] */\n")}(Q,function(A,e){return Me(g,(function(t){var Q="_."+t[0];e&t[1]&&!He(A,Q)&&A.push(Q)})),A.sort()}(function(A){var e=A.match(aA);return e?e[1].split(oA):[]}(Q),t)))}function Sr(A){var e=0,Q=0;return function(){var n=ut(),r=16-(n-Q);if(Q=n,r>0){if(++e>=800)return arguments[0]}else e=0;return A.apply(t,arguments)}}function Rr(A,e){var Q=-1,n=A.length,r=n-1;for(e=e===t?n:e;++Q 1?A[e-1]:t;return Q="function"==typeof Q?(A.pop(),Q):t,ai(A,Q)}));function Ei(A){var e=vt(A);return e.__chain__=!0,e}function gi(A,e){return e(A)}var Ci=tr((function(A){var e=A.length,Q=e?A[0]:0,n=this.__wrapped__,r=function(e){return rQ(e,A)};return!(e>1||this.__actions__.length)&&n instanceof Yt&&Ir(Q)?((n=n.slice(Q,+Q+(e?1:0))).__actions__.push({func:gi,args:[r],thisArg:t}),new xt(n,this.__chain__).thru((function(A){return e&&!A.length&&A.push(t),A}))):this.thru(r)}));var di=Hn((function(A,e,t){yA.call(A,t)?++A[t]:nQ(A,t,1)}));var Ii=Gn(Zr),ui=Gn(Jr);function pi(A,e){return(Ji(A)?Me:BQ)(A,or(e,3))}function hi(A,e){return(Ji(A)?Fe:cQ)(A,or(e,3))}var wi=Hn((function(A,e,t){yA.call(A,t)?A[t].push(e):nQ(A,t,[e])}));var mi=zQ((function(A,e,t){var Q=-1,n="function"==typeof e,r=Wi(A)?wA(A.length):[];return BQ(A,(function(A){r[++Q]=n?De(e,A,t):bQ(A,e,t)})),r})),fi=Hn((function(A,e,t){nQ(A,t,e)}));function Di(A,e){return(Ji(A)?Se:GQ)(A,or(e,3))}var Li=Hn((function(A,e,t){A[t?0:1].push(e)}),(function(){return[[],[]]}));var Mi=zQ((function(A,e){if(null==A)return[];var t=e.length;return t>1&&ur(A,e[0],e[1])?e=[]:t>2&&ur(e[0],e[1],e[2])&&(e=[e[0]]),YQ(A,CQ(e,1),[])})),Fi=ce||function(){return le.Date.now()};function bi(A,e,Q){return e=Q?t:e,e=A&&null==e?A.length:e,Kn(A,s,t,t,t,t,e)}function _i(A,e){var n;if("function"!=typeof e)throw new _A(Q);return A=Ca(A),function(){return--A>0&&(n=e.apply(this,arguments)),A<=1&&(e=t),n}}var Hi=zQ((function(A,e,t){var Q=1;if(t.length){var n=ot(t,ar(Hi));Q|=a}return Kn(A,Q,e,t,n)})),Ni=zQ((function(A,e,t){var Q=3;if(t.length){var n=ot(t,ar(Ni));Q|=a}return Kn(e,Q,A,t,n)}));function Si(A,e,n){var r,i,a,o,s,T,B=0,c=!1,l=!1,E=!0;if("function"!=typeof A)throw new _A(Q);function g(e){var Q=r,n=i;return r=i=t,B=e,o=A.apply(n,Q)}function C(A){var Q=A-T;return T===t||Q>=e||Q<0||l&&A-B>=a}function d(){var A=Fi();if(C(A))return I(A);s=_r(d,function(A){var t=e-(A-T);return l?It(t,a-(A-B)):t}(A))}function I(A){return s=t,E&&r?g(A):(r=i=t,o)}function u(){var A=Fi(),Q=C(A);if(r=arguments,i=this,T=A,Q){if(s===t)return function(A){return B=A,s=_r(d,e),c?g(A):o}(T);if(l)return wn(s),s=_r(d,e),g(T)}return s===t&&(s=_r(d,e)),o}return e=Ia(e)||0,ta(n)&&(c=!!n.leading,a=(l="maxWait"in n)?dt(Ia(n.maxWait)||0,e):a,E="trailing"in n?!!n.trailing:E),u.cancel=function(){s!==t&&wn(s),B=0,r=T=i=s=t},u.flush=function(){return s===t?o:I(Fi())},u}var Ri=zQ((function(A,e){return sQ(A,1,e)})),Ui=zQ((function(A,e,t){return sQ(A,Ia(e)||0,t)}));function yi(A,e){if("function"!=typeof A||null!=e&&"function"!=typeof e)throw new _A(Q);var t=function(){var Q=arguments,n=e?e.apply(this,Q):Q[0],r=t.cache;if(r.has(n))return r.get(n);var i=A.apply(this,Q);return t.cache=r.set(n,i)||r,i};return t.cache=new(yi.Cache||Jt),t}function Oi(A){if("function"!=typeof A)throw new _A(Q);return function(){var e=arguments;switch(e.length){case 0:return!A.call(this);case 1:return!A.call(this,e[0]);case 2:return!A.call(this,e[0],e[1]);case 3:return!A.call(this,e[0],e[1],e[2])}return!A.apply(this,e)}}yi.Cache=Jt;var Gi=pn((function(A,e){var t=(e=1==e.length&&Ji(e[0])?Se(e[0],Ke(or())):Se(CQ(e,1),Ke(or()))).length;return zQ((function(Q){for(var n=-1,r=It(Q.length,t);++n =e})),Zi=_Q(function(){return arguments}())?_Q:function(A){return Qa(A)&&yA.call(A,"callee")&&!zA.call(A,"callee")},Ji=wA.isArray,Xi=ue?Ke(ue):function(A){return Qa(A)&&fQ(A)==N};function Wi(A){return null!=A&&ea(A.length)&&!$i(A)}function zi(A){return Qa(A)&&Wi(A)}var ji=Ge||uo,Ki=pe?Ke(pe):function(A){return Qa(A)&&fQ(A)==u};function qi(A){if(!Qa(A))return!1;var e=fQ(A);return e==p||"[object DOMException]"==e||"string"==typeof A.message&&"string"==typeof A.name&&!ia(A)}function $i(A){if(!ta(A))return!1;var e=fQ(A);return e==h||e==w||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Aa(A){return"number"==typeof A&&A==Ca(A)}function ea(A){return"number"==typeof A&&A>-1&&A%1==0&&A<=c}function ta(A){var e=typeof A;return null!=A&&("object"==e||"function"==e)}function Qa(A){return null!=A&&"object"==typeof A}var na=he?Ke(he):function(A){return Qa(A)&&Er(A)==m};function ra(A){return"number"==typeof A||Qa(A)&&fQ(A)==f}function ia(A){if(!Qa(A)||fQ(A)!=D)return!1;var e=XA(A);if(null===e)return!0;var t=yA.call(e,"constructor")&&e.constructor;return"function"==typeof t&&t instanceof t&&UA.call(t)==kA}var aa=we?Ke(we):function(A){return Qa(A)&&fQ(A)==M};var oa=me?Ke(me):function(A){return Qa(A)&&Er(A)==F};function sa(A){return"string"==typeof A||!Ji(A)&&Qa(A)&&fQ(A)==b}function Ta(A){return"symbol"==typeof A||Qa(A)&&fQ(A)==_}var Ba=fe?Ke(fe):function(A){return Qa(A)&&ea(A.length)&&!!ie[fQ(A)]};var ca=Jn(OQ),la=Jn((function(A,e){return A<=e}));function Ea(A){if(!A)return[];if(Wi(A))return sa(A)?Bt(A):bn(A);if(Ae&&A[Ae])return function(A){for(var e,t=[];!(e=A.next()).done;)t.push(e.value);return t}(A[Ae]());var e=Er(A);return(e==m?it:e==F?st:xa)(A)}function ga(A){return A?(A=Ia(A))===B||A===-1/0?17976931348623157e292*(A<0?-1:1):A==A?A:0:0===A?A:0}function Ca(A){var e=ga(A),t=e%1;return e==e?t?e-t:e:0}function da(A){return A?iQ(Ca(A),0,E):0}function Ia(A){if("number"==typeof A)return A;if(Ta(A))return l;if(ta(A)){var e="function"==typeof A.valueOf?A.valueOf():A;A=ta(e)?e+"":e}if("string"!=typeof A)return 0===A?A:+A;A=je(A);var t=gA.test(A);return t||dA.test(A)?Te(A.slice(2),t?2:8):EA.test(A)?l:+A}function ua(A){return _n(A,Ra(A))}function pa(A){return null==A?"":sn(A)}var ha=Nn((function(A,e){if(mr(e)||Wi(e))_n(e,Sa(e),A);else for(var t in e)yA.call(e,t)&&AQ(A,t,e[t])})),wa=Nn((function(A,e){_n(e,Ra(e),A)})),ma=Nn((function(A,e,t,Q){_n(e,Ra(e),A,Q)})),fa=Nn((function(A,e,t,Q){_n(e,Sa(e),A,Q)})),Da=tr(rQ);var La=zQ((function(A,e){A=MA(A);var Q=-1,n=e.length,r=n>2?e[2]:t;for(r&&ur(e[0],e[1],r)&&(n=1);++Q 1),e})),_n(A,nr(A),t),Q&&(t=aQ(t,7,Ar));for(var n=e.length;n--;)Bn(t,e[n]);return t}));var Ga=tr((function(A,e){return null==A?{}:function(A,e){return PQ(A,e,(function(e,t){return ba(A,t)}))}(A,e)}));function va(A,e){if(null==A)return{};var t=Se(nr(A),(function(A){return[A]}));return e=or(e),PQ(A,t,(function(A,t){return e(A,t[0])}))}var ka=jn(Sa),Va=jn(Ra);function xa(A){return null==A?[]:qe(A,Sa(A))}var Ya=yn((function(A,e,t){return e=e.toLowerCase(),A+(t?Pa(e):e)}));function Pa(A){return qa(pa(A).toLowerCase())}function Za(A){return(A=pa(A))&&A.replace(uA,tt).replace($A,"")}var Ja=yn((function(A,e,t){return A+(t?"-":"")+e.toLowerCase()})),Xa=yn((function(A,e,t){return A+(t?" ":"")+e.toLowerCase()})),Wa=Un("toLowerCase");var za=yn((function(A,e,t){return A+(t?"_":"")+e.toLowerCase()}));var ja=yn((function(A,e,t){return A+(t?" ":"")+qa(e)}));var Ka=yn((function(A,e,t){return A+(t?" ":"")+e.toUpperCase()})),qa=Un("toUpperCase");function $a(A,e,Q){return A=pa(A),(e=Q?t:e)===t?function(A){return Qe.test(A)}(A)?function(A){return A.match(ee)||[]}(A):function(A){return A.match(sA)||[]}(A):A.match(e)||[]}var Ao=zQ((function(A,e){try{return De(A,t,e)}catch(A){return qi(A)?A:new fA(A)}})),eo=tr((function(A,e){return Me(e,(function(e){e=vr(e),nQ(A,e,Hi(A[e],A))})),A}));function to(A){return function(){return A}}var Qo=vn(),no=vn(!0);function ro(A){return A}function io(A){return RQ("function"==typeof A?A:aQ(A,1))}var ao=zQ((function(A,e){return function(t){return bQ(t,A,e)}})),oo=zQ((function(A,e){return function(t){return bQ(A,t,e)}}));function so(A,e,t){var Q=Sa(e),n=hQ(e,Q);null!=t||ta(e)&&(n.length||!Q.length)||(t=e,e=A,A=this,n=hQ(e,Sa(e)));var r=!(ta(t)&&"chain"in t&&!t.chain),i=$i(A);return Me(n,(function(t){var Q=e[t];A[t]=Q,i&&(A.prototype[t]=function(){var e=this.__chain__;if(r||e){var t=A(this.__wrapped__);return(t.__actions__=bn(this.__actions__)).push({func:Q,args:arguments,thisArg:A}),t.__chain__=e,t}return Q.apply(A,Re([this.value()],arguments))})})),A}function To(){}var Bo=Yn(Se),co=Yn(be),lo=Yn(Oe);function Eo(A){return pr(A)?Ze(vr(A)):function(A){return function(e){return wQ(e,A)}}(A)}var go=Zn(),Co=Zn(!0);function Io(){return[]}function uo(){return!1}var po=xn((function(A,e){return A+e}),0),ho=Wn("ceil"),wo=xn((function(A,e){return A/e}),1),mo=Wn("floor");var fo,Do=xn((function(A,e){return A*e}),1),Lo=Wn("round"),Mo=xn((function(A,e){return A-e}),0);return vt.after=function(A,e){if("function"!=typeof e)throw new _A(Q);return A=Ca(A),function(){if(--A<1)return e.apply(this,arguments)}},vt.ary=bi,vt.assign=ha,vt.assignIn=wa,vt.assignInWith=ma,vt.assignWith=fa,vt.at=Da,vt.before=_i,vt.bind=Hi,vt.bindAll=eo,vt.bindKey=Ni,vt.castArray=function(){if(!arguments.length)return[];var A=arguments[0];return Ji(A)?A:[A]},vt.chain=Ei,vt.chunk=function(A,e,Q){e=(Q?ur(A,e,Q):e===t)?1:dt(Ca(e),0);var n=null==A?0:A.length;if(!n||e<1)return[];for(var r=0,i=0,a=wA(ge(n/e));r r?0:r+Q),(n=n===t||n>r?r:Ca(n))<0&&(n+=r),n=Q>n?0:da(n);Q >>0)?(A=pa(A))&&("string"==typeof e||null!=e&&!aa(e))&&!(e=sn(e))&&rt(A)?hn(Bt(A),0,Q):A.split(e,Q):[]},vt.spread=function(A,e){if("function"!=typeof A)throw new _A(Q);return e=null==e?0:dt(Ca(e),0),zQ((function(t){var Q=t[e],n=hn(t,0,e);return Q&&Re(n,Q),De(A,this,n)}))},vt.tail=function(A){var e=null==A?0:A.length;return e?tn(A,1,e):[]},vt.take=function(A,e,Q){return A&&A.length?tn(A,0,(e=Q||e===t?1:Ca(e))<0?0:e):[]},vt.takeRight=function(A,e,Q){var n=null==A?0:A.length;return n?tn(A,(e=n-(e=Q||e===t?1:Ca(e)))<0?0:e,n):[]},vt.takeRightWhile=function(A,e){return A&&A.length?ln(A,or(e,3),!1,!0):[]},vt.takeWhile=function(A,e){return A&&A.length?ln(A,or(e,3)):[]},vt.tap=function(A,e){return e(A),A},vt.throttle=function(A,e,t){var n=!0,r=!0;if("function"!=typeof A)throw new _A(Q);return ta(t)&&(n="leading"in t?!!t.leading:n,r="trailing"in t?!!t.trailing:r),Si(A,e,{leading:n,maxWait:e,trailing:r})},vt.thru=gi,vt.toArray=Ea,vt.toPairs=ka,vt.toPairsIn=Va,vt.toPath=function(A){return Ji(A)?Se(A,vr):Ta(A)?[A]:bn(Gr(pa(A)))},vt.toPlainObject=ua,vt.transform=function(A,e,t){var Q=Ji(A),n=Q||ji(A)||Ba(A);if(e=or(e,4),null==t){var r=A&&A.constructor;t=n?Q?new r:[]:ta(A)&&$i(r)?kt(XA(A)):{}}return(n?Me:uQ)(A,(function(A,Q,n){return e(t,A,Q,n)})),t},vt.unary=function(A){return bi(A,1)},vt.union=Qi,vt.unionBy=ni,vt.unionWith=ri,vt.uniq=function(A){return A&&A.length?Tn(A):[]},vt.uniqBy=function(A,e){return A&&A.length?Tn(A,or(e,2)):[]},vt.uniqWith=function(A,e){return e="function"==typeof e?e:t,A&&A.length?Tn(A,t,e):[]},vt.unset=function(A,e){return null==A||Bn(A,e)},vt.unzip=ii,vt.unzipWith=ai,vt.update=function(A,e,t){return null==A?A:cn(A,e,In(t))},vt.updateWith=function(A,e,Q,n){return n="function"==typeof n?n:t,null==A?A:cn(A,e,In(Q),n)},vt.values=xa,vt.valuesIn=function(A){return null==A?[]:qe(A,Ra(A))},vt.without=oi,vt.words=$a,vt.wrap=function(A,e){return vi(In(e),A)},vt.xor=si,vt.xorBy=Ti,vt.xorWith=Bi,vt.zip=ci,vt.zipObject=function(A,e){return Cn(A||[],e||[],AQ)},vt.zipObjectDeep=function(A,e){return Cn(A||[],e||[],qQ)},vt.zipWith=li,vt.entries=ka,vt.entriesIn=Va,vt.extend=wa,vt.extendWith=ma,so(vt,vt),vt.add=po,vt.attempt=Ao,vt.camelCase=Ya,vt.capitalize=Pa,vt.ceil=ho,vt.clamp=function(A,e,Q){return Q===t&&(Q=e,e=t),Q!==t&&(Q=(Q=Ia(Q))==Q?Q:0),e!==t&&(e=(e=Ia(e))==e?e:0),iQ(Ia(A),e,Q)},vt.clone=function(A){return aQ(A,4)},vt.cloneDeep=function(A){return aQ(A,5)},vt.cloneDeepWith=function(A,e){return aQ(A,5,e="function"==typeof e?e:t)},vt.cloneWith=function(A,e){return aQ(A,4,e="function"==typeof e?e:t)},vt.conformsTo=function(A,e){return null==e||oQ(A,e,Sa(e))},vt.deburr=Za,vt.defaultTo=function(A,e){return null==A||A!=A?e:A},vt.divide=wo,vt.endsWith=function(A,e,Q){A=pa(A),e=sn(e);var n=A.length,r=Q=Q===t?n:iQ(Ca(Q),0,n);return(Q-=e.length)>=0&&A.slice(Q,r)==e},vt.eq=xi,vt.escape=function(A){return(A=pa(A))&&z.test(A)?A.replace(X,Qt):A},vt.escapeRegExp=function(A){return(A=pa(A))&&QA.test(A)?A.replace(tA,"\\$&"):A},vt.every=function(A,e,Q){var n=Ji(A)?be:lQ;return Q&&ur(A,e,Q)&&(e=t),n(A,or(e,3))},vt.find=Ii,vt.findIndex=Zr,vt.findKey=function(A,e){return ve(A,or(e,3),uQ)},vt.findLast=ui,vt.findLastIndex=Jr,vt.findLastKey=function(A,e){return ve(A,or(e,3),pQ)},vt.floor=mo,vt.forEach=pi,vt.forEachRight=hi,vt.forIn=function(A,e){return null==A?A:dQ(A,or(e,3),Ra)},vt.forInRight=function(A,e){return null==A?A:IQ(A,or(e,3),Ra)},vt.forOwn=function(A,e){return A&&uQ(A,or(e,3))},vt.forOwnRight=function(A,e){return A&&pQ(A,or(e,3))},vt.get=Fa,vt.gt=Yi,vt.gte=Pi,vt.has=function(A,e){return null!=A&&gr(A,e,LQ)},vt.hasIn=ba,vt.head=Wr,vt.identity=ro,vt.includes=function(A,e,t,Q){A=Wi(A)?A:xa(A),t=t&&!Q?Ca(t):0;var n=A.length;return t<0&&(t=dt(n+t,0)),sa(A)?t<=n&&A.indexOf(e,t)>-1:!!n&&Ve(A,e,t)>-1},vt.indexOf=function(A,e,t){var Q=null==A?0:A.length;if(!Q)return-1;var n=null==t?0:Ca(t);return n<0&&(n=dt(Q+n,0)),Ve(A,e,n)},vt.inRange=function(A,e,Q){return e=ga(e),Q===t?(Q=e,e=0):Q=ga(Q),function(A,e,t){return A>=It(e,t)&&A =-9007199254740991&&A<=c},vt.isSet=oa,vt.isString=sa,vt.isSymbol=Ta,vt.isTypedArray=Ba,vt.isUndefined=function(A){return A===t},vt.isWeakMap=function(A){return Qa(A)&&Er(A)==H},vt.isWeakSet=function(A){return Qa(A)&&"[object WeakSet]"==fQ(A)},vt.join=function(A,e){return null==A?"":gt.call(A,e)},vt.kebabCase=Ja,vt.last=qr,vt.lastIndexOf=function(A,e,Q){var n=null==A?0:A.length;if(!n)return-1;var r=n;return Q!==t&&(r=(r=Ca(Q))<0?dt(n+r,0):It(r,n-1)),e==e?function(A,e,t){for(var Q=t+1;Q--;)if(A[Q]===e)return Q;return Q}(A,e,r):ke(A,Ye,r,!0)},vt.lowerCase=Xa,vt.lowerFirst=Wa,vt.lt=ca,vt.lte=la,vt.max=function(A){return A&&A.length?EQ(A,ro,DQ):t},vt.maxBy=function(A,e){return A&&A.length?EQ(A,or(e,2),DQ):t},vt.mean=function(A){return Pe(A,ro)},vt.meanBy=function(A,e){return Pe(A,or(e,2))},vt.min=function(A){return A&&A.length?EQ(A,ro,OQ):t},vt.minBy=function(A,e){return A&&A.length?EQ(A,or(e,2),OQ):t},vt.stubArray=Io,vt.stubFalse=uo,vt.stubObject=function(){return{}},vt.stubString=function(){return""},vt.stubTrue=function(){return!0},vt.multiply=Do,vt.nth=function(A,e){return A&&A.length?xQ(A,Ca(e)):t},vt.noConflict=function(){return le._===this&&(le._=VA),this},vt.noop=To,vt.now=Fi,vt.pad=function(A,e,t){A=pa(A);var Q=(e=Ca(e))?Tt(A):0;if(!e||Q>=e)return A;var n=(e-Q)/2;return Pn(de(n),t)+A+Pn(ge(n),t)},vt.padEnd=function(A,e,t){A=pa(A);var Q=(e=Ca(e))?Tt(A):0;return e&&Q e){var n=A;A=e,e=n}if(Q||A%1||e%1){var r=ht();return It(A+r*(e-A+se("1e-"+((r+"").length-1))),e)}return XQ(A,e)},vt.reduce=function(A,e,t){var Q=Ji(A)?Ue:Xe,n=arguments.length<3;return Q(A,or(e,4),t,n,BQ)},vt.reduceRight=function(A,e,t){var Q=Ji(A)?ye:Xe,n=arguments.length<3;return Q(A,or(e,4),t,n,cQ)},vt.repeat=function(A,e,Q){return e=(Q?ur(A,e,Q):e===t)?1:Ca(e),WQ(pa(A),e)},vt.replace=function(){var A=arguments,e=pa(A[0]);return A.length<3?e:e.replace(A[1],A[2])},vt.result=function(A,e,Q){var n=-1,r=(e=un(e,A)).length;for(r||(r=1,A=t);++n c)return[];var t=E,Q=It(A,E);e=or(e),A-=E;for(var n=ze(Q,e);++t=i)return A;var o=Q-Tt(n);if(o<1)return n;var s=a?hn(a,0,o).join(""):A.slice(0,o);if(r===t)return s+n;if(a&&(o+=s.length-o),aa(r)){if(A.slice(o).search(r)){var T,B=s;for(r.global||(r=FA(r.source,pa(lA.exec(r))+"g")),r.lastIndex=0;T=r.exec(B);)var c=T.index;s=s.slice(0,c===t?o:c)}}else if(A.indexOf(sn(r),o)!=o){var l=s.lastIndexOf(r);l>-1&&(s=s.slice(0,l))}return s+n},vt.unescape=function(A){return(A=pa(A))&&W.test(A)?A.replace(J,lt):A},vt.uniqueId=function(A){var e=++OA;return pa(A)+e},vt.upperCase=Ka,vt.upperFirst=qa,vt.each=pi,vt.eachRight=hi,vt.first=Wr,so(vt,(fo={},uQ(vt,(function(A,e){yA.call(vt.prototype,e)||(fo[e]=A)})),fo),{chain:!1}),vt.VERSION="4.17.21",Me(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(A){vt[A].placeholder=vt})),Me(["drop","take"],(function(A,e){Yt.prototype[A]=function(Q){Q=Q===t?1:dt(Ca(Q),0);var n=this.__filtered__&&!e?new Yt(this):this.clone();return n.__filtered__?n.__takeCount__=It(Q,n.__takeCount__):n.__views__.push({size:It(Q,E),type:A+(n.__dir__<0?"Right":"")}),n},Yt.prototype[A+"Right"]=function(e){return this.reverse()[A](e).reverse()}})),Me(["filter","map","takeWhile"],(function(A,e){var t=e+1,Q=1==t||3==t;Yt.prototype[A]=function(A){var e=this.clone();return e.__iteratees__.push({iteratee:or(A,3),type:t}),e.__filtered__=e.__filtered__||Q,e}})),Me(["head","last"],(function(A,e){var t="take"+(e?"Right":"");Yt.prototype[A]=function(){return this[t](1).value()[0]}})),Me(["initial","tail"],(function(A,e){var t="drop"+(e?"":"Right");Yt.prototype[A]=function(){return this.__filtered__?new Yt(this):this[t](1)}})),Yt.prototype.compact=function(){return this.filter(ro)},Yt.prototype.find=function(A){return this.filter(A).head()},Yt.prototype.findLast=function(A){return this.reverse().find(A)},Yt.prototype.invokeMap=zQ((function(A,e){return"function"==typeof A?new Yt(this):this.map((function(t){return bQ(t,A,e)}))})),Yt.prototype.reject=function(A){return this.filter(Oi(or(A)))},Yt.prototype.slice=function(A,e){A=Ca(A);var Q=this;return Q.__filtered__&&(A>0||e<0)?new Yt(Q):(A<0?Q=Q.takeRight(-A):A&&(Q=Q.drop(A)),e!==t&&(Q=(e=Ca(e))<0?Q.dropRight(-e):Q.take(e-A)),Q)},Yt.prototype.takeRightWhile=function(A){return this.reverse().takeWhile(A).reverse()},Yt.prototype.toArray=function(){return this.take(E)},uQ(Yt.prototype,(function(A,e){var Q=/^(?:filter|find|map|reject)|While$/.test(e),n=/^(?:head|last)$/.test(e),r=vt[n?"take"+("last"==e?"Right":""):e],i=n||/^find/.test(e);r&&(vt.prototype[e]=function(){var e=this.__wrapped__,a=n?[1]:arguments,o=e instanceof Yt,s=a[0],T=o||Ji(e),B=function(A){var e=r.apply(vt,Re([A],a));return n&&c?e[0]:e};T&&Q&&"function"==typeof s&&1!=s.length&&(o=T=!1);var c=this.__chain__,l=!!this.__actions__.length,E=i&&!c,g=o&&!l;if(!i&&T){e=g?e:new Yt(this);var C=A.apply(e,a);return C.__actions__.push({func:gi,args:[B],thisArg:t}),new xt(C,c)}return E&&g?A.apply(this,a):(C=this.thru(B),E?n?C.value()[0]:C.value():C)})})),Me(["pop","push","shift","sort","splice","unshift"],(function(A){var e=HA[A],t=/^(?:push|sort|unshift)$/.test(A)?"tap":"thru",Q=/^(?:pop|shift)$/.test(A);vt.prototype[A]=function(){var A=arguments;if(Q&&!this.__chain__){var n=this.value();return e.apply(Ji(n)?n:[],A)}return this[t]((function(t){return e.apply(Ji(t)?t:[],A)}))}})),uQ(Yt.prototype,(function(A,e){var t=vt[e];if(t){var Q=t.name+"";yA.call(_t,Q)||(_t[Q]=[]),_t[Q].push({name:e,func:t})}})),_t[kn(t,2).name]=[{name:"wrapper",func:t}],Yt.prototype.clone=function(){var A=new Yt(this.__wrapped__);return A.__actions__=bn(this.__actions__),A.__dir__=this.__dir__,A.__filtered__=this.__filtered__,A.__iteratees__=bn(this.__iteratees__),A.__takeCount__=this.__takeCount__,A.__views__=bn(this.__views__),A},Yt.prototype.reverse=function(){if(this.__filtered__){var A=new Yt(this);A.__dir__=-1,A.__filtered__=!0}else(A=this.clone()).__dir__*=-1;return A},Yt.prototype.value=function(){var A=this.__wrapped__.value(),e=this.__dir__,t=Ji(A),Q=e<0,n=t?A.length:0,r=function(A,e,t){var Q=-1,n=t.length;for(;++Q =this.__values__.length;return{done:A,value:A?t:this.__values__[this.__index__++]}},vt.prototype.plant=function(A){for(var e,Q=this;Q instanceof Vt;){var n=Vr(Q);n.__index__=0,n.__values__=t,e?r.__wrapped__=n:e=n;var r=n;Q=Q.__wrapped__}return r.__wrapped__=A,e},vt.prototype.reverse=function(){var A=this.__wrapped__;if(A instanceof Yt){var e=A;return this.__actions__.length&&(e=new Yt(this)),(e=e.reverse()).__actions__.push({func:gi,args:[ti],thisArg:t}),new xt(e,this.__chain__)}return this.thru(ti)},vt.prototype.toJSON=vt.prototype.valueOf=vt.prototype.value=function(){return En(this.__wrapped__,this.__actions__)},vt.prototype.first=vt.prototype.head,Ae&&(vt.prototype[Ae]=function(){return this}),vt}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(le._=Et,define((function(){return Et}))):ge?((ge.exports=Et)._=Et,Ee._=Et):le._=Et}).call(A)}}),s=i({"node_modules/markdown-it-for-inline/dist/index.cjs.js"(A,e){"use strict";e.exports=function(A,e,t,Q){A.core.ruler.push(e,(function(A){for(let e=A.tokens.length-1;e>=0;e--){if("inline"!==A.tokens[e].type)continue;const n=A.tokens[e].children;for(let A=n.length-1;A>=0;A--)n[A].type===t&&Q(n,A)}}))}}}),T=i({"node_modules/cheerio/lib/types.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0})}}),B=i({"node_modules/cheerio/lib/options.js"(A){"use strict";var e=A&&A.__assign||function(){return e=Object.assign||function(A){for(var e,t=1,Q=arguments.length;t 0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childNodes",{get:function(){return this.children},set:function(A){this.children=A},enumerable:!1,configurable:!0}),e}(r);A.NodeWithChildren=T;var B=function(A){function e(){var e=null!==A&&A.apply(this,arguments)||this;return e.type=n.ElementType.CDATA,e}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),e}(T);A.CDATA=B;var l=function(A){function e(){var e=null!==A&&A.apply(this,arguments)||this;return e.type=n.ElementType.Root,e}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),e}(T);A.Document=l;var E=function(A){function e(e,t,Q,r){void 0===Q&&(Q=[]),void 0===r&&(r="script"===e?n.ElementType.Script:"style"===e?n.ElementType.Style:n.ElementType.Tag);var i=A.call(this,Q)||this;return i.name=e,i.attribs=t,i.type=r,i}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tagName",{get:function(){return this.name},set:function(A){this.name=A},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"attributes",{get:function(){var A=this;return Object.keys(this.attribs).map((function(e){var t,Q;return{name:e,value:A.attribs[e],namespace:null===(t=A["x-attribsNamespace"])||void 0===t?void 0:t[e],prefix:null===(Q=A["x-attribsPrefix"])||void 0===Q?void 0:Q[e]}}))},enumerable:!1,configurable:!0}),e}(T);function g(A){return(0,n.isTag)(A)}function C(A){return A.type===n.ElementType.CDATA}function d(A){return A.type===n.ElementType.Text}function I(A){return A.type===n.ElementType.Comment}function u(A){return A.type===n.ElementType.Directive}function p(A){return A.type===n.ElementType.Root}function h(A,e){var t;if(void 0===e&&(e=!1),d(A))t=new a(A.data);else if(I(A))t=new o(A.data);else if(g(A)){var n=e?w(A.children):[],r=new E(A.name,Q({},A.attribs),n);n.forEach((function(A){return A.parent=r})),null!=A.namespace&&(r.namespace=A.namespace),A["x-attribsNamespace"]&&(r["x-attribsNamespace"]=Q({},A["x-attribsNamespace"])),A["x-attribsPrefix"]&&(r["x-attribsPrefix"]=Q({},A["x-attribsPrefix"])),t=r}else if(C(A)){n=e?w(A.children):[];var i=new B(n);n.forEach((function(A){return A.parent=i})),t=i}else if(p(A)){n=e?w(A.children):[];var T=new l(n);n.forEach((function(A){return A.parent=T})),A["x-mode"]&&(T["x-mode"]=A["x-mode"]),t=T}else{if(!u(A))throw new Error("Not implemented yet: ".concat(A.type));var c=new s(A.name,A.data);null!=A["x-name"]&&(c["x-name"]=A["x-name"],c["x-publicId"]=A["x-publicId"],c["x-systemId"]=A["x-systemId"]),t=c}return t.startIndex=A.startIndex,t.endIndex=A.endIndex,null!=A.sourceCodeLocation&&(t.sourceCodeLocation=A.sourceCodeLocation),t}function w(A){for(var e=A.map((function(A){return h(A,!0)})),t=1;t䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(A){return A.charCodeAt(0)})))}}),C=i({"node_modules/cheerio/node_modules/entities/lib/generated/decode-data-xml.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(A){return A.charCodeAt(0)})))}}),d=i({"node_modules/cheerio/node_modules/entities/lib/decode_codepoint.js"(A){"use strict";var e;Object.defineProperty(A,"__esModule",{value:!0}),A.replaceCodePoint=A.fromCodePoint=void 0;var t=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function Q(A){var e;return A>=55296&&A<=57343||A>1114111?65533:null!==(e=t.get(A))&&void 0!==e?e:A}A.fromCodePoint=null!==(e=String.fromCodePoint)&&void 0!==e?e:function(A){var e="";return A>65535&&(A-=65536,e+=String.fromCharCode(A>>>10&1023|55296),A=56320|1023&A),e+=String.fromCharCode(A)},A.replaceCodePoint=Q,A.default=function(e){return(0,A.fromCodePoint)(Q(e))}}}),I=i({"node_modules/cheerio/node_modules/entities/lib/decode.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__setModuleDefault||(Object.create?function(A,e){Object.defineProperty(A,"default",{enumerable:!0,value:e})}:function(A,e){A.default=e}),Q=A&&A.__importStar||function(A){if(A&&A.__esModule)return A;var Q={};if(null!=A)for(var n in A)"default"!==n&&Object.prototype.hasOwnProperty.call(A,n)&&e(Q,A,n);return t(Q,A),Q},n=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.decodeXML=A.decodeHTMLStrict=A.decodeHTMLAttribute=A.decodeHTML=A.determineBranch=A.EntityDecoder=A.DecodingMode=A.BinTrieFlags=A.fromCodePoint=A.replaceCodePoint=A.decodeCodePoint=A.xmlDecodeTree=A.htmlDecodeTree=void 0;var r=n(g());A.htmlDecodeTree=r.default;var i=n(C());A.xmlDecodeTree=i.default;var a=Q(d());A.decodeCodePoint=a.default;var o,s,T=d();Object.defineProperty(A,"replaceCodePoint",{enumerable:!0,get:function(){return T.replaceCodePoint}}),Object.defineProperty(A,"fromCodePoint",{enumerable:!0,get:function(){return T.fromCodePoint}}),(s=o||(o={}))[s.NUM=35]="NUM",s[s.SEMI=59]="SEMI",s[s.EQUALS=61]="EQUALS",s[s.ZERO=48]="ZERO",s[s.NINE=57]="NINE",s[s.LOWER_A=97]="LOWER_A",s[s.LOWER_F=102]="LOWER_F",s[s.LOWER_X=120]="LOWER_X",s[s.LOWER_Z=122]="LOWER_Z",s[s.UPPER_A=65]="UPPER_A",s[s.UPPER_F=70]="UPPER_F",s[s.UPPER_Z=90]="UPPER_Z";var B,c,l,E,I,u;function p(A){return A>=o.ZERO&&A<=o.NINE}function h(A){return A===o.EQUALS||function(A){return A>=o.UPPER_A&&A<=o.UPPER_Z||A>=o.LOWER_A&&A<=o.LOWER_Z||p(A)}(A)}(c=B=A.BinTrieFlags||(A.BinTrieFlags={}))[c.VALUE_LENGTH=49152]="VALUE_LENGTH",c[c.BRANCH_LENGTH=16256]="BRANCH_LENGTH",c[c.JUMP_TABLE=127]="JUMP_TABLE",(E=l||(l={}))[E.EntityStart=0]="EntityStart",E[E.NumericStart=1]="NumericStart",E[E.NumericDecimal=2]="NumericDecimal",E[E.NumericHex=3]="NumericHex",E[E.NamedEntity=4]="NamedEntity",(u=I=A.DecodingMode||(A.DecodingMode={}))[u.Legacy=0]="Legacy",u[u.Strict=1]="Strict",u[u.Attribute=2]="Attribute";var w=function(){function A(A,e,t){this.decodeTree=A,this.emitCodePoint=e,this.errors=t,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=I.Strict}return A.prototype.startEntity=function(A){this.decodeMode=A,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},A.prototype.write=function(A,e){switch(this.state){case l.EntityStart:return A.charCodeAt(e)===o.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(A,e+1)):(this.state=l.NamedEntity,this.stateNamedEntity(A,e));case l.NumericStart:return this.stateNumericStart(A,e);case l.NumericDecimal:return this.stateNumericDecimal(A,e);case l.NumericHex:return this.stateNumericHex(A,e);case l.NamedEntity:return this.stateNamedEntity(A,e)}},A.prototype.stateNumericStart=function(A,e){return e>=A.length?-1:(32|A.charCodeAt(e))===o.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(A,e+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(A,e))},A.prototype.addToNumericResult=function(A,e,t,Q){if(e!==t){var n=t-e;this.result=this.result*Math.pow(Q,n)+parseInt(A.substr(e,n),Q),this.consumed+=n}},A.prototype.stateNumericHex=function(A,e){for(var t,Q=e;e =o.UPPER_A&&t<=o.UPPER_F||t>=o.LOWER_A&&t<=o.LOWER_F)))return this.addToNumericResult(A,Q,e,16),this.emitNumericEntity(n,3);e+=1}return this.addToNumericResult(A,Q,e,16),-1},A.prototype.stateNumericDecimal=function(A,e){for(var t=e;e >14;e >14)){if(r===o.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==I.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},A.prototype.emitNotTerminatedNamedEntity=function(){var A,e=this.result,t=(this.decodeTree[e]&B.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,t,this.consumed),null===(A=this.errors)||void 0===A||A.missingSemicolonAfterCharacterReference(),this.consumed},A.prototype.emitNamedEntityData=function(A,e,t){var Q=this.decodeTree;return this.emitCodePoint(1===e?Q[A]&~B.VALUE_LENGTH:Q[A+1],t),3===e&&this.emitCodePoint(Q[A+2],t),t},A.prototype.end=function(){var A;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===I.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(A=this.errors)||void 0===A||A.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}},A}();function m(A){var e="",t=new w(A,(function(A){return e+=(0,a.fromCodePoint)(A)}));return function(A,Q){for(var n=0,r=0;(r=A.indexOf("&",r))>=0;){e+=A.slice(n,r),t.startEntity(Q);var i=t.write(A,r+1);if(i<0){n=r+t.end();break}n=r+i,r=0===i?n+1:n}var a=e+A.slice(n);return e="",a}}function f(A,e,t,Q){var n=(e&B.BRANCH_LENGTH)>>7,r=e&B.JUMP_TABLE;if(0===n)return 0!==r&&Q===r?t:-1;if(r){var i=Q-r;return i<0||i>=n?-1:A[t+i]-1}for(var a=t,o=a+n-1;a<=o;){var s=a+o>>>1,T=A[s];if(T Q))return A[s+n];o=s-1}}return-1}A.EntityDecoder=w,A.determineBranch=f;var D=m(r.default),L=m(i.default);A.decodeHTML=function(A,e){return void 0===e&&(e=I.Legacy),D(A,e)},A.decodeHTMLAttribute=function(A){return D(A,I.Attribute)},A.decodeHTMLStrict=function(A){return D(A,I.Strict)},A.decodeXML=function(A){return L(A,I.Strict)}}}),u=i({"node_modules/cheerio/node_modules/entities/lib/generated/encode-html.js"(A){"use strict";function e(A){for(var e=1;e$\x80-\uFFFF]/g;var e=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function t(t){for(var Q,n="",r=0;null!==(Q=A.xmlReplacer.exec(t));){var i=Q.index,a=t.charCodeAt(i),o=e.get(a);void 0!==o?(n+=t.substring(r,i)+o,r=i+1):(n+="".concat(t.substring(r,i),"").concat((0,A.getCodePoint)(t,i).toString(16),";"),r=A.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return n+t.substr(r)}function Q(A,e){return function(t){for(var Q,n=0,r="";Q=A.exec(t);)n!==Q.index&&(r+=t.substring(n,Q.index)),r+=e.get(Q[0].charCodeAt(0)),n=Q.index+1;return r+t.substring(n)}}A.getCodePoint=null!=String.prototype.codePointAt?function(A,e){return A.codePointAt(e)}:function(A,e){return 55296==(64512&A.charCodeAt(e))?1024*(A.charCodeAt(e)-55296)+A.charCodeAt(e+1)-56320+65536:A.charCodeAt(e)},A.encodeXML=t,A.escape=t,A.escapeUTF8=Q(/[&<>'"]/g,e),A.escapeAttribute=Q(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),A.escapeText=Q(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))}}),h=i({"node_modules/cheerio/node_modules/entities/lib/encode.js"(A){"use strict";var e=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.encodeNonAsciiHTML=A.encodeHTML=void 0;var t=e(u()),Q=p(),n=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function r(A,e){for(var n,r="",i=0;null!==(n=A.exec(e));){var a=n.index;r+=e.substring(i,a);var o=e.charCodeAt(a),s=t.default.get(o);if("object"==typeof s){if(a+1 ");case r.Comment:return function(A){return"\x3c!--".concat(A.data,"--\x3e")}(A);case r.CDATA:return function(A){return"")}(A);case r.Script:case r.Style:case r.Tag:return function(A,t){var Q;"foreign"===t.xmlMode&&(A.name=null!==(Q=a.elementNames.get(A.name))&&void 0!==Q?Q:A.name,A.parent&&E.has(A.parent.name)&&(t=e(e({},t),{xmlMode:!1})));!t.xmlMode&&g.has(A.name)&&(t=e(e({},t),{xmlMode:"foreign"}));var n="<".concat(A.name),r=function(A,e){var t;if(A){var Q=!1===(null!==(t=e.encodeEntities)&&void 0!==t?t:e.decodeEntities)?s:e.xmlMode||"utf8"!==e.encodeEntities?i.encodeXML:i.escapeAttribute;return Object.keys(A).map((function(t){var n,r,i=null!==(n=A[t])&&void 0!==n?n:"";return"foreign"===e.xmlMode&&(t=null!==(r=a.attributeNames.get(t))&&void 0!==r?r:t),e.emptyAttrs||e.xmlMode||""!==i?"".concat(t,'="').concat(Q(i),'"'):t})).join(" ")}}(A.attribs,t);r&&(n+=" ".concat(r));0===A.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&T.has(A.name))?(t.xmlMode||(n+=" "),n+="/>"):(n+=">",A.children.length>0&&(n+=B(A.children,t)),!t.xmlMode&&T.has(A.name)||(n+="".concat(A.name,">")));return n}(A,t);case r.Text:return function(A,e){var t,Q=A.data||"";!1===(null!==(t=e.encodeEntities)&&void 0!==t?t:e.decodeEntities)||!e.xmlMode&&A.parent&&o.has(A.parent.name)||(Q=e.xmlMode||"utf8"!==e.encodeEntities?(0,i.encodeXML)(Q):(0,i.escapeText)(Q));return Q}(A,t)}}A.render=B,A.default=B;var E=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),g=new Set(["svg","math"])}}),D=i({"node_modules/cheerio/node_modules/domutils/lib/stringify.js"(A){"use strict";var e=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.innerText=A.textContent=A.getText=A.getInnerHTML=A.getOuterHTML=void 0;var t=E(),Q=e(f()),n=c();function r(A,e){return(0,Q.default)(A,e)}A.getOuterHTML=r,A.getInnerHTML=function(A,e){return(0,t.hasChildren)(A)?A.children.map((function(A){return r(A,e)})).join(""):""},A.getText=function A(e){return Array.isArray(e)?e.map(A).join(""):(0,t.isTag)(e)?"br"===e.name?"\n":A(e.children):(0,t.isCDATA)(e)?A(e.children):(0,t.isText)(e)?e.data:""},A.textContent=function A(e){return Array.isArray(e)?e.map(A).join(""):(0,t.hasChildren)(e)&&!(0,t.isComment)(e)?A(e.children):(0,t.isText)(e)?e.data:""},A.innerText=function A(e){return Array.isArray(e)?e.map(A).join(""):(0,t.hasChildren)(e)&&(e.type===n.ElementType.Tag||(0,t.isCDATA)(e))?A(e.children):(0,t.isText)(e)?e.data:""}}}),L=i({"node_modules/cheerio/node_modules/domutils/lib/traversal.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.prevElementSibling=A.nextElementSibling=A.getName=A.hasAttrib=A.getAttributeValue=A.getSiblings=A.getParent=A.getChildren=void 0;var e=E();function t(A){return(0,e.hasChildren)(A)?A.children:[]}function Q(A){return A.parent||null}A.getChildren=t,A.getParent=Q,A.getSiblings=function(A){var e=Q(A);if(null!=e)return t(e);for(var n=[A],r=A.prev,i=A.next;null!=r;)n.unshift(r),r=r.prev;for(;null!=i;)n.push(i),i=i.next;return n},A.getAttributeValue=function(A,e){var t;return null===(t=A.attribs)||void 0===t?void 0:t[e]},A.hasAttrib=function(A,e){return null!=A.attribs&&Object.prototype.hasOwnProperty.call(A.attribs,e)&&null!=A.attribs[e]},A.getName=function(A){return A.name},A.nextElementSibling=function(A){for(var t=A.next;null!==t&&!(0,e.isTag)(t);)t=t.next;return t},A.prevElementSibling=function(A){for(var t=A.prev;null!==t&&!(0,e.isTag)(t);)t=t.prev;return t}}}),M=i({"node_modules/cheerio/node_modules/domutils/lib/manipulation.js"(A){"use strict";function e(A){if(A.prev&&(A.prev.next=A.next),A.next&&(A.next.prev=A.prev),A.parent){var e=A.parent.children,t=e.lastIndexOf(A);t>=0&&e.splice(t,1)}A.next=null,A.prev=null,A.parent=null}Object.defineProperty(A,"__esModule",{value:!0}),A.prepend=A.prependChild=A.append=A.appendChild=A.replaceElement=A.removeElement=void 0,A.removeElement=e,A.replaceElement=function(A,e){var t=e.prev=A.prev;t&&(t.next=e);var Q=e.next=A.next;Q&&(Q.prev=e);var n=e.parent=A.parent;if(n){var r=n.children;r[r.lastIndexOf(A)]=e,A.parent=null}},A.appendChild=function(A,t){if(e(t),t.next=null,t.parent=A,A.children.push(t)>1){var Q=A.children[A.children.length-2];Q.next=t,t.prev=Q}else t.prev=null},A.append=function(A,t){e(t);var Q=A.parent,n=A.next;if(t.next=n,t.prev=A,A.next=t,t.parent=Q,n){if(n.prev=t,Q){var r=Q.children;r.splice(r.lastIndexOf(n),0,t)}}else Q&&Q.children.push(t)},A.prependChild=function(A,t){if(e(t),t.parent=A,t.prev=null,1!==A.children.unshift(t)){var Q=A.children[1];Q.prev=t,t.next=Q}else t.next=null},A.prepend=function(A,t){e(t);var Q=A.parent;if(Q){var n=Q.children;n.splice(n.indexOf(A),0,t)}A.prev&&(A.prev.next=t),t.parent=Q,t.prev=A.prev,t.next=A,A.prev=t}}}),F=i({"node_modules/cheerio/node_modules/domutils/lib/querying.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.findAll=A.existsOne=A.findOne=A.findOneChild=A.find=A.filter=void 0;var e=E();function t(A,t,Q,n){for(var r=[],i=[t],a=[0];;)if(a[0]>=i[0].length){if(1===a.length)return r;i.shift(),a.shift()}else{var o=i[0][a[0]++];if(A(o)&&(r.push(o),--n<=0))return r;Q&&(0,e.hasChildren)(o)&&o.children.length>0&&(a.unshift(0),i.unshift(o.children))}}A.filter=function(A,e,Q,n){return void 0===Q&&(Q=!0),void 0===n&&(n=1/0),t(A,Array.isArray(e)?e:[e],Q,n)},A.find=t,A.findOneChild=function(A,e){return e.find(A)},A.findOne=function A(t,Q,n){void 0===n&&(n=!0);for(var r=null,i=0;i 0&&(r=A(t,a.children,!0)))}return r},A.existsOne=function A(t,Q){return Q.some((function(Q){return(0,e.isTag)(Q)&&(t(Q)||A(t,Q.children))}))},A.findAll=function(A,t){for(var Q=[],n=[t],r=[0];;)if(r[0]>=n[0].length){if(1===n.length)return Q;n.shift(),r.shift()}else{var i=n[0][r[0]++];(0,e.isTag)(i)&&(A(i)&&Q.push(i),i.children.length>0&&(r.unshift(0),n.unshift(i.children)))}}}}),b=i({"node_modules/cheerio/node_modules/domutils/lib/legacy.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.getElementsByTagType=A.getElementsByTagName=A.getElementById=A.getElements=A.testElement=void 0;var e=E(),t=F(),Q={tag_name:function(A){return"function"==typeof A?function(t){return(0,e.isTag)(t)&&A(t.name)}:"*"===A?e.isTag:function(t){return(0,e.isTag)(t)&&t.name===A}},tag_type:function(A){return"function"==typeof A?function(e){return A(e.type)}:function(e){return e.type===A}},tag_contains:function(A){return"function"==typeof A?function(t){return(0,e.isText)(t)&&A(t.data)}:function(t){return(0,e.isText)(t)&&t.data===A}}};function n(A,t){return"function"==typeof t?function(Q){return(0,e.isTag)(Q)&&t(Q.attribs[A])}:function(Q){return(0,e.isTag)(Q)&&Q.attribs[A]===t}}function r(A,e){return function(t){return A(t)||e(t)}}function i(A){var e=Object.keys(A).map((function(e){var t=A[e];return Object.prototype.hasOwnProperty.call(Q,e)?Q[e](t):n(e,t)}));return 0===e.length?null:e.reduce(r)}A.testElement=function(A,e){var t=i(A);return!t||t(e)},A.getElements=function(A,e,Q,n){void 0===n&&(n=1/0);var r=i(A);return r?(0,t.filter)(r,e,Q,n):[]},A.getElementById=function(A,e,Q){return void 0===Q&&(Q=!0),Array.isArray(e)||(e=[e]),(0,t.findOne)(n("id",A),e,Q)},A.getElementsByTagName=function(A,e,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),(0,t.filter)(Q.tag_name(A),e,n,r)},A.getElementsByTagType=function(A,e,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),(0,t.filter)(Q.tag_type(A),e,n,r)}}}),_=i({"node_modules/cheerio/node_modules/domutils/lib/helpers.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.uniqueSort=A.compareDocumentPosition=A.DocumentPosition=A.removeSubsets=void 0;var e,t,Q=E();function n(A,t){var n=[],r=[];if(A===t)return 0;for(var i=(0,Q.hasChildren)(A)?A:A.parent;i;)n.unshift(i),i=i.parent;for(i=(0,Q.hasChildren)(t)?t:t.parent;i;)r.unshift(i),i=i.parent;for(var a=Math.min(n.length,r.length),o=0;oT.indexOf(c)?s===t?e.FOLLOWING|e.CONTAINED_BY:e.FOLLOWING:s===A?e.PRECEDING|e.CONTAINS:e.PRECEDING}A.removeSubsets=function(A){for(var e=A.length;--e>=0;){var t=A[e];if(e>0&&A.lastIndexOf(t,e-1)>=0)A.splice(e,1);else for(var Q=t.parent;Q;Q=Q.parent)if(A.includes(Q)){A.splice(e,1);break}}return A},(t=e=A.DocumentPosition||(A.DocumentPosition={}))[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY",A.compareDocumentPosition=n,A.uniqueSort=function(A){return(A=A.filter((function(A,e,t){return!t.includes(A,e+1)}))).sort((function(A,t){var Q=n(A,t);return Q&e.PRECEDING?-1:Q&e.FOLLOWING?1:0})),A}}}),H=i({"node_modules/cheerio/node_modules/domutils/lib/feeds.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.getFeed=void 0;var e=D(),t=b();A.getFeed=function(A){var e=i(s,A);return e?"feed"===e.name?function(A){var e,Q=A.children,n={type:"atom",items:(0,t.getElementsByTagName)("entry",Q).map((function(A){var e,t=A.children,Q={media:r(t)};o(Q,"id","id",t),o(Q,"title","title",t);var n=null===(e=i("link",t))||void 0===e?void 0:e.attribs.href;n&&(Q.link=n);var s=a("summary",t)||a("content",t);s&&(Q.description=s);var T=a("updated",t);return T&&(Q.pubDate=new Date(T)),Q}))};o(n,"id","id",Q),o(n,"title","title",Q);var s=null===(e=i("link",Q))||void 0===e?void 0:e.attribs.href;s&&(n.link=s);o(n,"description","subtitle",Q);var T=a("updated",Q);T&&(n.updated=new Date(T));return o(n,"author","email",Q,!0),n}(e):function(A){var e,Q,n=null!==(Q=null===(e=i("channel",A.children))||void 0===e?void 0:e.children)&&void 0!==Q?Q:[],s={type:A.name.substr(0,3),id:"",items:(0,t.getElementsByTagName)("item",A.children).map((function(A){var e=A.children,t={media:r(e)};o(t,"id","guid",e),o(t,"title","title",e),o(t,"link","link",e),o(t,"description","description",e);var Q=a("pubDate",e)||a("dc:date",e);return Q&&(t.pubDate=new Date(Q)),t}))};o(s,"title","title",n),o(s,"link","link",n),o(s,"description","description",n);var T=a("lastBuildDate",n);T&&(s.updated=new Date(T));return o(s,"author","managingEditor",n,!0),s}(e):null};var Q=["url","type","lang"],n=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function r(A){return(0,t.getElementsByTagName)("media:content",A).map((function(A){for(var e=A.attribs,t={medium:e.medium,isDefault:!!e.isDefault},r=0,i=Q;r A.length-3)return!1;var Q=A.charCodeAt(t+1);return(Q>=e.LowerA&&Q<=e.LowerZ||Q>=e.UpperA&&Q<=e.UpperZ||Q===e.Exclamation)&&A.includes(">",t+2)}}}),U=i({"node_modules/cheerio/lib/api/attributes.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.toggleClass=A.removeClass=A.addClass=A.hasClass=A.removeAttr=A.val=A.data=A.prop=A.attr=void 0;var e=S(),t=R(),Q=N(),n=Object.prototype.hasOwnProperty,r=/\s+/,i="data-",a={null:null,true:!0,false:!1},o=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,s=/^{[^]*}$|^\[[^]*]$/;function T(A,Q,r){var i;if(A&&(0,t.isTag)(A))return null!==(i=A.attribs)&&void 0!==i||(A.attribs={}),Q?n.call(A.attribs,Q)?!r&&o.test(Q)?Q:A.attribs[Q]:"option"===A.name&&"value"===Q?(0,e.text)(A.children):"input"!==A.name||"radio"!==A.attribs.type&&"checkbox"!==A.attribs.type||"value"!==Q?void 0:"on":A.attribs}function B(A,e,t){null===t?C(A,e):A.attribs[e]="".concat(t)}function c(A,e,t){return e in A?A[e]:!t&&o.test(e)?void 0!==T(A,e,!1):T(A,e,t)}function l(A,e,t,Q){e in A?A[e]=t:B(A,e,!Q&&o.test(e)?t?"":null:"".concat(t))}function E(A,e,t){var Q,n=A;null!==(Q=n.data)&&void 0!==Q||(n.data={}),"object"==typeof e?Object.assign(n.data,e):"string"==typeof e&&void 0!==t&&(n.data[e]=t)}function g(A,e){var Q,r,o;null==e?r=(Q=Object.keys(A.attribs).filter((function(A){return A.startsWith(i)}))).map((function(A){return(0,t.camelCase)(A.slice(5))})):(Q=[i+(0,t.cssCase)(e)],r=[e]);for(var T=0;T 1?this:T(this[0],A,this.options.xmlMode)},A.prop=function(A,e){var n,r=this;if("string"==typeof A&&void 0===e){var i=this[0];if(!i||!(0,t.isTag)(i))return;switch(A){case"style":var a=this.css(),o=Object.keys(a);return o.forEach((function(A,e){a[e]=A})),a.length=o.length,a;case"tagName":case"nodeName":return i.name.toUpperCase();case"href":case"src":var s=null===(n=i.attribs)||void 0===n?void 0:n[A];return"undefined"==typeof URL||("href"!==A||"a"!==i.tagName&&"link"!==i.name)&&("src"!==A||"img"!==i.tagName&&"iframe"!==i.tagName&&"audio"!==i.tagName&&"video"!==i.tagName&&"source"!==i.tagName)||void 0===s||!this.options.baseURI?s:new URL(s,this.options.baseURI).href;case"innerText":return(0,Q.innerText)(i);case"textContent":return(0,Q.textContent)(i);case"outerHTML":return this.clone().wrap(" ").parent().html();case"innerHTML":return this.html();default:return c(i,A,this.options.xmlMode)}}if("object"==typeof A||void 0!==e){if("function"==typeof e){if("object"==typeof A)throw new Error("Bad combination of arguments.");return(0,t.domEach)(this,(function(Q,n){(0,t.isTag)(Q)&&l(Q,A,e.call(Q,n,c(Q,A,r.options.xmlMode)),r.options.xmlMode)}))}return(0,t.domEach)(this,(function(Q){(0,t.isTag)(Q)&&("object"==typeof A?Object.keys(A).forEach((function(e){var t=A[e];l(Q,e,t,r.options.xmlMode)})):l(Q,A,e,r.options.xmlMode))}))}},A.data=function(A,e){var Q,r=this[0];if(r&&(0,t.isTag)(r)){var i=r;return null!==(Q=i.data)&&void 0!==Q||(i.data={}),A?"object"==typeof A||void 0!==e?((0,t.domEach)(this,(function(Q){(0,t.isTag)(Q)&&("object"==typeof A?E(Q,A):E(Q,A,e))})),this):n.call(i.data,A)?i.data[A]:g(i,A):g(i)}},A.val=function(A){var Q=0===arguments.length,n=this[0];if(!n||!(0,t.isTag)(n))return Q?void 0:this;switch(n.name){case"textarea":return this.text(A);case"select":var r=this.find("option:selected");if(!Q){if(null==this.attr("multiple")&&"object"==typeof A)return this;this.find("option").removeAttr("selected");for(var i="object"!=typeof A?[A]:A,a=0;a -1;){var i=n+A.length;if((0===n||r.test(Q[n-1]))&&(i===Q.length||r.test(Q[i])))return!0}return!1}))},A.addClass=function A(e){if("function"==typeof e)return(0,t.domEach)(this,(function(Q,n){if((0,t.isTag)(Q)){var r=Q.attribs.class||"";A.call([Q],e.call(Q,n,r))}}));if(!e||"string"!=typeof e)return this;for(var Q=e.split(r),n=this.length,i=0;i =0&&(e.splice(o,1),i=!0,a--)}i&&(A.attribs.class=e.join(" "))}}))},A.toggleClass=function A(e,Q){if("function"==typeof e)return(0,t.domEach)(this,(function(n,r){(0,t.isTag)(n)&&A.call([n],e.call(n,r,n.attribs.class||"",Q),Q)}));if(!e||"string"!=typeof e)return this;for(var n=e.split(r),i=n.length,a="boolean"==typeof Q?Q?1:-1:0,o=this.length,s=0;s =0&&l<0?B.push(n[c]):a<=0&&l>=0&&B.splice(l,1)}T.attribs.class=B.join(" ")}}return this}}}),y=i({"node_modules/css-what/lib/commonjs/types.js"(A){"use strict";var e,t;Object.defineProperty(A,"__esModule",{value:!0}),A.AttributeAction=A.IgnoreCaseMode=A.SelectorType=void 0,(e=A.SelectorType||(A.SelectorType={})).Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator",A.IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1},(t=A.AttributeAction||(A.AttributeAction={})).Any="any",t.Element="element",t.End="end",t.Equals="equals",t.Exists="exists",t.Hyphen="hyphen",t.Not="not",t.Start="start"}}),O=i({"node_modules/css-what/lib/commonjs/parse.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.parse=A.isTraversal=void 0;var e=y(),t=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,Q=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,n=new Map([[126,e.AttributeAction.Element],[94,e.AttributeAction.Start],[36,e.AttributeAction.End],[42,e.AttributeAction.Any],[33,e.AttributeAction.Not],[124,e.AttributeAction.Hyphen]]),r=new Set(["has","not","matches","is","where","host","host-context"]);function i(A){switch(A.type){case e.SelectorType.Adjacent:case e.SelectorType.Child:case e.SelectorType.Descendant:case e.SelectorType.Parent:case e.SelectorType.Sibling:case e.SelectorType.ColumnCombinator:return!0;default:return!1}}A.isTraversal=i;var a=new Set(["contains","icontains"]);function o(A,e,t){var Q=parseInt(e,16)-65536;return Q!=Q||t?e:Q<0?String.fromCharCode(Q+65536):String.fromCharCode(Q>>10|55296,1023&Q|56320)}function s(A){return A.replace(Q,o)}function T(A){return 39===A||34===A}function B(A){return 32===A||9===A||10===A||12===A||13===A}function c(A,Q,o){var l=[];function E(A){var e=Q.slice(o+A).match(t);if(!e)throw new Error("Expected name, found ".concat(Q.slice(o)));var n=e[0];return o+=A+n.length,s(n)}function g(A){for(o+=A;o 0&&o 0&&i(l[l.length-1]))throw new Error("Did not expect successive traversals.")}function u(A){l.length>0&&l[l.length-1].type===e.SelectorType.Descendant?l[l.length-1].type=A:(I(),l.push({type:A}))}function p(A,t){l.push({type:e.SelectorType.Attribute,name:A,action:t,value:E(1),namespace:null,ignoreCase:"quirks"})}function h(){if(l.length&&l[l.length-1].type===e.SelectorType.Descendant&&l.pop(),0===l.length)throw new Error("Empty sub-selector");A.push(l)}if(g(0),Q.length===o)return o;A:for(;o ":" > ";case t.SelectorType.Parent:return 0===e?"< ":" < ";case t.SelectorType.Sibling:return 0===e?"~ ":" ~ ";case t.SelectorType.Adjacent:return 0===e?"+ ":" + ";case t.SelectorType.Descendant:return" ";case t.SelectorType.ColumnCombinator:return 0===e?"|| ":" || ";case t.SelectorType.Universal:return"*"===A.namespace&&e+1 0?Q+A.slice(t):A}A.stringify=o}}),v=i({"node_modules/css-what/lib/commonjs/index.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__exportStar||function(A,t){for(var Q in A)"default"===Q||Object.prototype.hasOwnProperty.call(t,Q)||e(t,A,Q)};Object.defineProperty(A,"__esModule",{value:!0}),A.stringify=A.parse=A.isTraversal=void 0,t(y(),A);var Q=O();Object.defineProperty(A,"isTraversal",{enumerable:!0,get:function(){return Q.isTraversal}}),Object.defineProperty(A,"parse",{enumerable:!0,get:function(){return Q.parse}});var n=G();Object.defineProperty(A,"stringify",{enumerable:!0,get:function(){return n.stringify}})}}),k=i({"node_modules/cheerio-select/node_modules/domelementtype/lib/index.js"(A){"use strict";var e,t;Object.defineProperty(A,"__esModule",{value:!0}),A.Doctype=A.CDATA=A.Tag=A.Style=A.Script=A.Comment=A.Directive=A.Text=A.Root=A.isTag=A.ElementType=void 0,(t=e=A.ElementType||(A.ElementType={})).Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype",A.isTag=function(A){return A.type===e.Tag||A.type===e.Script||A.type===e.Style},A.Root=e.Root,A.Text=e.Text,A.Directive=e.Directive,A.Comment=e.Comment,A.Script=e.Script,A.Style=e.Style,A.Tag=e.Tag,A.CDATA=e.CDATA,A.Doctype=e.Doctype}}),V=i({"node_modules/cheerio-select/node_modules/domhandler/lib/node.js"(A){"use strict";var e,t=A&&A.__extends||(e=function(A,t){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])})(A,t)},function(A,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function Q(){this.constructor=A}e(A,t),A.prototype=null===t?Object.create(t):(Q.prototype=t.prototype,new Q)}),Q=A&&A.__assign||function(){return Q=Object.assign||function(A){for(var e,t=1,Q=arguments.length;t 0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childNodes",{get:function(){return this.children},set:function(A){this.children=A},enumerable:!1,configurable:!0}),e}(r);A.NodeWithChildren=T;var B=function(A){function e(){var e=null!==A&&A.apply(this,arguments)||this;return e.type=n.ElementType.CDATA,e}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),e}(T);A.CDATA=B;var c=function(A){function e(){var e=null!==A&&A.apply(this,arguments)||this;return e.type=n.ElementType.Root,e}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),e}(T);A.Document=c;var l=function(A){function e(e,t,Q,r){void 0===Q&&(Q=[]),void 0===r&&(r="script"===e?n.ElementType.Script:"style"===e?n.ElementType.Style:n.ElementType.Tag);var i=A.call(this,Q)||this;return i.name=e,i.attribs=t,i.type=r,i}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tagName",{get:function(){return this.name},set:function(A){this.name=A},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"attributes",{get:function(){var A=this;return Object.keys(this.attribs).map((function(e){var t,Q;return{name:e,value:A.attribs[e],namespace:null===(t=A["x-attribsNamespace"])||void 0===t?void 0:t[e],prefix:null===(Q=A["x-attribsPrefix"])||void 0===Q?void 0:Q[e]}}))},enumerable:!1,configurable:!0}),e}(T);function E(A){return(0,n.isTag)(A)}function g(A){return A.type===n.ElementType.CDATA}function C(A){return A.type===n.ElementType.Text}function d(A){return A.type===n.ElementType.Comment}function I(A){return A.type===n.ElementType.Directive}function u(A){return A.type===n.ElementType.Root}function p(A,e){var t;if(void 0===e&&(e=!1),C(A))t=new a(A.data);else if(d(A))t=new o(A.data);else if(E(A)){var n=e?h(A.children):[],r=new l(A.name,Q({},A.attribs),n);n.forEach((function(A){return A.parent=r})),null!=A.namespace&&(r.namespace=A.namespace),A["x-attribsNamespace"]&&(r["x-attribsNamespace"]=Q({},A["x-attribsNamespace"])),A["x-attribsPrefix"]&&(r["x-attribsPrefix"]=Q({},A["x-attribsPrefix"])),t=r}else if(g(A)){n=e?h(A.children):[];var i=new B(n);n.forEach((function(A){return A.parent=i})),t=i}else if(u(A)){n=e?h(A.children):[];var T=new c(n);n.forEach((function(A){return A.parent=T})),A["x-mode"]&&(T["x-mode"]=A["x-mode"]),t=T}else{if(!I(A))throw new Error("Not implemented yet: ".concat(A.type));var p=new s(A.name,A.data);null!=A["x-name"]&&(p["x-name"]=A["x-name"],p["x-publicId"]=A["x-publicId"],p["x-systemId"]=A["x-systemId"]),t=p}return t.startIndex=A.startIndex,t.endIndex=A.endIndex,null!=A.sourceCodeLocation&&(t.sourceCodeLocation=A.sourceCodeLocation),t}function h(A){for(var e=A.map((function(A){return p(A,!0)})),t=1;t䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(A){return A.charCodeAt(0)})))}}),P=i({"node_modules/cheerio-select/node_modules/entities/lib/generated/decode-data-xml.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(A){return A.charCodeAt(0)})))}}),Z=i({"node_modules/cheerio-select/node_modules/entities/lib/decode_codepoint.js"(A){"use strict";var e;Object.defineProperty(A,"__esModule",{value:!0}),A.replaceCodePoint=A.fromCodePoint=void 0;var t=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function Q(A){var e;return A>=55296&&A<=57343||A>1114111?65533:null!==(e=t.get(A))&&void 0!==e?e:A}A.fromCodePoint=null!==(e=String.fromCodePoint)&&void 0!==e?e:function(A){var e="";return A>65535&&(A-=65536,e+=String.fromCharCode(A>>>10&1023|55296),A=56320|1023&A),e+=String.fromCharCode(A)},A.replaceCodePoint=Q,A.default=function(e){return(0,A.fromCodePoint)(Q(e))}}}),J=i({"node_modules/cheerio-select/node_modules/entities/lib/decode.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__setModuleDefault||(Object.create?function(A,e){Object.defineProperty(A,"default",{enumerable:!0,value:e})}:function(A,e){A.default=e}),Q=A&&A.__importStar||function(A){if(A&&A.__esModule)return A;var Q={};if(null!=A)for(var n in A)"default"!==n&&Object.prototype.hasOwnProperty.call(A,n)&&e(Q,A,n);return t(Q,A),Q},n=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.decodeXML=A.decodeHTMLStrict=A.decodeHTMLAttribute=A.decodeHTML=A.determineBranch=A.EntityDecoder=A.DecodingMode=A.BinTrieFlags=A.fromCodePoint=A.replaceCodePoint=A.decodeCodePoint=A.xmlDecodeTree=A.htmlDecodeTree=void 0;var r=n(Y());A.htmlDecodeTree=r.default;var i=n(P());A.xmlDecodeTree=i.default;var a=Q(Z());A.decodeCodePoint=a.default;var o,s,T=Z();Object.defineProperty(A,"replaceCodePoint",{enumerable:!0,get:function(){return T.replaceCodePoint}}),Object.defineProperty(A,"fromCodePoint",{enumerable:!0,get:function(){return T.fromCodePoint}}),(s=o||(o={}))[s.NUM=35]="NUM",s[s.SEMI=59]="SEMI",s[s.EQUALS=61]="EQUALS",s[s.ZERO=48]="ZERO",s[s.NINE=57]="NINE",s[s.LOWER_A=97]="LOWER_A",s[s.LOWER_F=102]="LOWER_F",s[s.LOWER_X=120]="LOWER_X",s[s.LOWER_Z=122]="LOWER_Z",s[s.UPPER_A=65]="UPPER_A",s[s.UPPER_F=70]="UPPER_F",s[s.UPPER_Z=90]="UPPER_Z";var B,c,l,E,g,C;function d(A){return A>=o.ZERO&&A<=o.NINE}function I(A){return A===o.EQUALS||function(A){return A>=o.UPPER_A&&A<=o.UPPER_Z||A>=o.LOWER_A&&A<=o.LOWER_Z||d(A)}(A)}(c=B=A.BinTrieFlags||(A.BinTrieFlags={}))[c.VALUE_LENGTH=49152]="VALUE_LENGTH",c[c.BRANCH_LENGTH=16256]="BRANCH_LENGTH",c[c.JUMP_TABLE=127]="JUMP_TABLE",(E=l||(l={}))[E.EntityStart=0]="EntityStart",E[E.NumericStart=1]="NumericStart",E[E.NumericDecimal=2]="NumericDecimal",E[E.NumericHex=3]="NumericHex",E[E.NamedEntity=4]="NamedEntity",(C=g=A.DecodingMode||(A.DecodingMode={}))[C.Legacy=0]="Legacy",C[C.Strict=1]="Strict",C[C.Attribute=2]="Attribute";var u=function(){function A(A,e,t){this.decodeTree=A,this.emitCodePoint=e,this.errors=t,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=g.Strict}return A.prototype.startEntity=function(A){this.decodeMode=A,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},A.prototype.write=function(A,e){switch(this.state){case l.EntityStart:return A.charCodeAt(e)===o.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(A,e+1)):(this.state=l.NamedEntity,this.stateNamedEntity(A,e));case l.NumericStart:return this.stateNumericStart(A,e);case l.NumericDecimal:return this.stateNumericDecimal(A,e);case l.NumericHex:return this.stateNumericHex(A,e);case l.NamedEntity:return this.stateNamedEntity(A,e)}},A.prototype.stateNumericStart=function(A,e){return e>=A.length?-1:(32|A.charCodeAt(e))===o.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(A,e+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(A,e))},A.prototype.addToNumericResult=function(A,e,t,Q){if(e!==t){var n=t-e;this.result=this.result*Math.pow(Q,n)+parseInt(A.substr(e,n),Q),this.consumed+=n}},A.prototype.stateNumericHex=function(A,e){for(var t,Q=e;e =o.UPPER_A&&t<=o.UPPER_F||t>=o.LOWER_A&&t<=o.LOWER_F)))return this.addToNumericResult(A,Q,e,16),this.emitNumericEntity(n,3);e+=1}return this.addToNumericResult(A,Q,e,16),-1},A.prototype.stateNumericDecimal=function(A,e){for(var t=e;e >14;e >14)){if(r===o.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==g.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},A.prototype.emitNotTerminatedNamedEntity=function(){var A,e=this.result,t=(this.decodeTree[e]&B.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,t,this.consumed),null===(A=this.errors)||void 0===A||A.missingSemicolonAfterCharacterReference(),this.consumed},A.prototype.emitNamedEntityData=function(A,e,t){var Q=this.decodeTree;return this.emitCodePoint(1===e?Q[A]&~B.VALUE_LENGTH:Q[A+1],t),3===e&&this.emitCodePoint(Q[A+2],t),t},A.prototype.end=function(){var A;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===g.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(A=this.errors)||void 0===A||A.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}},A}();function p(A){var e="",t=new u(A,(function(A){return e+=(0,a.fromCodePoint)(A)}));return function(A,Q){for(var n=0,r=0;(r=A.indexOf("&",r))>=0;){e+=A.slice(n,r),t.startEntity(Q);var i=t.write(A,r+1);if(i<0){n=r+t.end();break}n=r+i,r=0===i?n+1:n}var a=e+A.slice(n);return e="",a}}function h(A,e,t,Q){var n=(e&B.BRANCH_LENGTH)>>7,r=e&B.JUMP_TABLE;if(0===n)return 0!==r&&Q===r?t:-1;if(r){var i=Q-r;return i<0||i>=n?-1:A[t+i]-1}for(var a=t,o=a+n-1;a<=o;){var s=a+o>>>1,T=A[s];if(T Q))return A[s+n];o=s-1}}return-1}A.EntityDecoder=u,A.determineBranch=h;var w=p(r.default),m=p(i.default);A.decodeHTML=function(A,e){return void 0===e&&(e=g.Legacy),w(A,e)},A.decodeHTMLAttribute=function(A){return w(A,g.Attribute)},A.decodeHTMLStrict=function(A){return w(A,g.Strict)},A.decodeXML=function(A){return m(A,g.Strict)}}}),X=i({"node_modules/cheerio-select/node_modules/entities/lib/generated/encode-html.js"(A){"use strict";function e(A){for(var e=1;e$\x80-\uFFFF]/g;var e=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function t(t){for(var Q,n="",r=0;null!==(Q=A.xmlReplacer.exec(t));){var i=Q.index,a=t.charCodeAt(i),o=e.get(a);void 0!==o?(n+=t.substring(r,i)+o,r=i+1):(n+="".concat(t.substring(r,i),"").concat((0,A.getCodePoint)(t,i).toString(16),";"),r=A.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return n+t.substr(r)}function Q(A,e){return function(t){for(var Q,n=0,r="";Q=A.exec(t);)n!==Q.index&&(r+=t.substring(n,Q.index)),r+=e.get(Q[0].charCodeAt(0)),n=Q.index+1;return r+t.substring(n)}}A.getCodePoint=null!=String.prototype.codePointAt?function(A,e){return A.codePointAt(e)}:function(A,e){return 55296==(64512&A.charCodeAt(e))?1024*(A.charCodeAt(e)-55296)+A.charCodeAt(e+1)-56320+65536:A.charCodeAt(e)},A.encodeXML=t,A.escape=t,A.escapeUTF8=Q(/[&<>'"]/g,e),A.escapeAttribute=Q(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),A.escapeText=Q(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))}}),z=i({"node_modules/cheerio-select/node_modules/entities/lib/encode.js"(A){"use strict";var e=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.encodeNonAsciiHTML=A.encodeHTML=void 0;var t=e(X()),Q=W(),n=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function r(A,e){for(var n,r="",i=0;null!==(n=A.exec(e));){var a=n.index;r+=e.substring(i,a);var o=e.charCodeAt(a),s=t.default.get(o);if("object"==typeof s){if(a+1 ");case r.Comment:return function(A){return"\x3c!--".concat(A.data,"--\x3e")}(A);case r.CDATA:return function(A){return"")}(A);case r.Script:case r.Style:case r.Tag:return function(A,t){var Q;"foreign"===t.xmlMode&&(A.name=null!==(Q=a.elementNames.get(A.name))&&void 0!==Q?Q:A.name,A.parent&&l.has(A.parent.name)&&(t=e(e({},t),{xmlMode:!1})));!t.xmlMode&&E.has(A.name)&&(t=e(e({},t),{xmlMode:"foreign"}));var n="<".concat(A.name),r=function(A,e){var t;if(A){var Q=!1===(null!==(t=e.encodeEntities)&&void 0!==t?t:e.decodeEntities)?s:e.xmlMode||"utf8"!==e.encodeEntities?i.encodeXML:i.escapeAttribute;return Object.keys(A).map((function(t){var n,r,i=null!==(n=A[t])&&void 0!==n?n:"";return"foreign"===e.xmlMode&&(t=null!==(r=a.attributeNames.get(t))&&void 0!==r?r:t),e.emptyAttrs||e.xmlMode||""!==i?"".concat(t,'="').concat(Q(i),'"'):t})).join(" ")}}(A.attribs,t);r&&(n+=" ".concat(r));0===A.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&T.has(A.name))?(t.xmlMode||(n+=" "),n+="/>"):(n+=">",A.children.length>0&&(n+=B(A.children,t)),!t.xmlMode&&T.has(A.name)||(n+="".concat(A.name,">")));return n}(A,t);case r.Text:return function(A,e){var t,Q=A.data||"";!1===(null!==(t=e.encodeEntities)&&void 0!==t?t:e.decodeEntities)||!e.xmlMode&&A.parent&&o.has(A.parent.name)||(Q=e.xmlMode||"utf8"!==e.encodeEntities?(0,i.encodeXML)(Q):(0,i.escapeText)(Q));return Q}(A,t)}}A.render=B,A.default=B;var l=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),E=new Set(["svg","math"])}}),$=i({"node_modules/cheerio-select/node_modules/domutils/lib/stringify.js"(A){"use strict";var e=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.innerText=A.textContent=A.getText=A.getInnerHTML=A.getOuterHTML=void 0;var t=x(),Q=e(q()),n=k();function r(A,e){return(0,Q.default)(A,e)}A.getOuterHTML=r,A.getInnerHTML=function(A,e){return(0,t.hasChildren)(A)?A.children.map((function(A){return r(A,e)})).join(""):""},A.getText=function A(e){return Array.isArray(e)?e.map(A).join(""):(0,t.isTag)(e)?"br"===e.name?"\n":A(e.children):(0,t.isCDATA)(e)?A(e.children):(0,t.isText)(e)?e.data:""},A.textContent=function A(e){return Array.isArray(e)?e.map(A).join(""):(0,t.hasChildren)(e)&&!(0,t.isComment)(e)?A(e.children):(0,t.isText)(e)?e.data:""},A.innerText=function A(e){return Array.isArray(e)?e.map(A).join(""):(0,t.hasChildren)(e)&&(e.type===n.ElementType.Tag||(0,t.isCDATA)(e))?A(e.children):(0,t.isText)(e)?e.data:""}}}),AA=i({"node_modules/cheerio-select/node_modules/domutils/lib/traversal.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.prevElementSibling=A.nextElementSibling=A.getName=A.hasAttrib=A.getAttributeValue=A.getSiblings=A.getParent=A.getChildren=void 0;var e=x();function t(A){return(0,e.hasChildren)(A)?A.children:[]}function Q(A){return A.parent||null}A.getChildren=t,A.getParent=Q,A.getSiblings=function(A){var e=Q(A);if(null!=e)return t(e);for(var n=[A],r=A.prev,i=A.next;null!=r;)n.unshift(r),r=r.prev;for(;null!=i;)n.push(i),i=i.next;return n},A.getAttributeValue=function(A,e){var t;return null===(t=A.attribs)||void 0===t?void 0:t[e]},A.hasAttrib=function(A,e){return null!=A.attribs&&Object.prototype.hasOwnProperty.call(A.attribs,e)&&null!=A.attribs[e]},A.getName=function(A){return A.name},A.nextElementSibling=function(A){for(var t=A.next;null!==t&&!(0,e.isTag)(t);)t=t.next;return t},A.prevElementSibling=function(A){for(var t=A.prev;null!==t&&!(0,e.isTag)(t);)t=t.prev;return t}}}),eA=i({"node_modules/cheerio-select/node_modules/domutils/lib/manipulation.js"(A){"use strict";function e(A){if(A.prev&&(A.prev.next=A.next),A.next&&(A.next.prev=A.prev),A.parent){var e=A.parent.children,t=e.lastIndexOf(A);t>=0&&e.splice(t,1)}A.next=null,A.prev=null,A.parent=null}Object.defineProperty(A,"__esModule",{value:!0}),A.prepend=A.prependChild=A.append=A.appendChild=A.replaceElement=A.removeElement=void 0,A.removeElement=e,A.replaceElement=function(A,e){var t=e.prev=A.prev;t&&(t.next=e);var Q=e.next=A.next;Q&&(Q.prev=e);var n=e.parent=A.parent;if(n){var r=n.children;r[r.lastIndexOf(A)]=e,A.parent=null}},A.appendChild=function(A,t){if(e(t),t.next=null,t.parent=A,A.children.push(t)>1){var Q=A.children[A.children.length-2];Q.next=t,t.prev=Q}else t.prev=null},A.append=function(A,t){e(t);var Q=A.parent,n=A.next;if(t.next=n,t.prev=A,A.next=t,t.parent=Q,n){if(n.prev=t,Q){var r=Q.children;r.splice(r.lastIndexOf(n),0,t)}}else Q&&Q.children.push(t)},A.prependChild=function(A,t){if(e(t),t.parent=A,t.prev=null,1!==A.children.unshift(t)){var Q=A.children[1];Q.prev=t,t.next=Q}else t.next=null},A.prepend=function(A,t){e(t);var Q=A.parent;if(Q){var n=Q.children;n.splice(n.indexOf(A),0,t)}A.prev&&(A.prev.next=t),t.parent=Q,t.prev=A.prev,t.next=A,A.prev=t}}}),tA=i({"node_modules/cheerio-select/node_modules/domutils/lib/querying.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.findAll=A.existsOne=A.findOne=A.findOneChild=A.find=A.filter=void 0;var e=x();function t(A,t,Q,n){for(var r=[],i=[t],a=[0];;)if(a[0]>=i[0].length){if(1===a.length)return r;i.shift(),a.shift()}else{var o=i[0][a[0]++];if(A(o)&&(r.push(o),--n<=0))return r;Q&&(0,e.hasChildren)(o)&&o.children.length>0&&(a.unshift(0),i.unshift(o.children))}}A.filter=function(A,e,Q,n){return void 0===Q&&(Q=!0),void 0===n&&(n=1/0),t(A,Array.isArray(e)?e:[e],Q,n)},A.find=t,A.findOneChild=function(A,e){return e.find(A)},A.findOne=function A(t,Q,n){void 0===n&&(n=!0);for(var r=null,i=0;i 0&&(r=A(t,a.children,!0)))}return r},A.existsOne=function A(t,Q){return Q.some((function(Q){return(0,e.isTag)(Q)&&(t(Q)||A(t,Q.children))}))},A.findAll=function(A,t){for(var Q=[],n=[t],r=[0];;)if(r[0]>=n[0].length){if(1===n.length)return Q;n.shift(),r.shift()}else{var i=n[0][r[0]++];(0,e.isTag)(i)&&(A(i)&&Q.push(i),i.children.length>0&&(r.unshift(0),n.unshift(i.children)))}}}}),QA=i({"node_modules/cheerio-select/node_modules/domutils/lib/legacy.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.getElementsByTagType=A.getElementsByTagName=A.getElementById=A.getElements=A.testElement=void 0;var e=x(),t=tA(),Q={tag_name:function(A){return"function"==typeof A?function(t){return(0,e.isTag)(t)&&A(t.name)}:"*"===A?e.isTag:function(t){return(0,e.isTag)(t)&&t.name===A}},tag_type:function(A){return"function"==typeof A?function(e){return A(e.type)}:function(e){return e.type===A}},tag_contains:function(A){return"function"==typeof A?function(t){return(0,e.isText)(t)&&A(t.data)}:function(t){return(0,e.isText)(t)&&t.data===A}}};function n(A,t){return"function"==typeof t?function(Q){return(0,e.isTag)(Q)&&t(Q.attribs[A])}:function(Q){return(0,e.isTag)(Q)&&Q.attribs[A]===t}}function r(A,e){return function(t){return A(t)||e(t)}}function i(A){var e=Object.keys(A).map((function(e){var t=A[e];return Object.prototype.hasOwnProperty.call(Q,e)?Q[e](t):n(e,t)}));return 0===e.length?null:e.reduce(r)}A.testElement=function(A,e){var t=i(A);return!t||t(e)},A.getElements=function(A,e,Q,n){void 0===n&&(n=1/0);var r=i(A);return r?(0,t.filter)(r,e,Q,n):[]},A.getElementById=function(A,e,Q){return void 0===Q&&(Q=!0),Array.isArray(e)||(e=[e]),(0,t.findOne)(n("id",A),e,Q)},A.getElementsByTagName=function(A,e,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),(0,t.filter)(Q.tag_name(A),e,n,r)},A.getElementsByTagType=function(A,e,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),(0,t.filter)(Q.tag_type(A),e,n,r)}}}),nA=i({"node_modules/cheerio-select/node_modules/domutils/lib/helpers.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.uniqueSort=A.compareDocumentPosition=A.DocumentPosition=A.removeSubsets=void 0;var e,t,Q=x();function n(A,t){var n=[],r=[];if(A===t)return 0;for(var i=(0,Q.hasChildren)(A)?A:A.parent;i;)n.unshift(i),i=i.parent;for(i=(0,Q.hasChildren)(t)?t:t.parent;i;)r.unshift(i),i=i.parent;for(var a=Math.min(n.length,r.length),o=0;oT.indexOf(c)?s===t?e.FOLLOWING|e.CONTAINED_BY:e.FOLLOWING:s===A?e.PRECEDING|e.CONTAINS:e.PRECEDING}A.removeSubsets=function(A){for(var e=A.length;--e>=0;){var t=A[e];if(e>0&&A.lastIndexOf(t,e-1)>=0)A.splice(e,1);else for(var Q=t.parent;Q;Q=Q.parent)if(A.includes(Q)){A.splice(e,1);break}}return A},(t=e=A.DocumentPosition||(A.DocumentPosition={}))[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY",A.compareDocumentPosition=n,A.uniqueSort=function(A){return(A=A.filter((function(A,e,t){return!t.includes(A,e+1)}))).sort((function(A,t){var Q=n(A,t);return Q&e.PRECEDING?-1:Q&e.FOLLOWING?1:0})),A}}}),rA=i({"node_modules/cheerio-select/node_modules/domutils/lib/feeds.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.getFeed=void 0;var e=$(),t=QA();A.getFeed=function(A){var e=i(s,A);return e?"feed"===e.name?function(A){var e,Q=A.children,n={type:"atom",items:(0,t.getElementsByTagName)("entry",Q).map((function(A){var e,t=A.children,Q={media:r(t)};o(Q,"id","id",t),o(Q,"title","title",t);var n=null===(e=i("link",t))||void 0===e?void 0:e.attribs.href;n&&(Q.link=n);var s=a("summary",t)||a("content",t);s&&(Q.description=s);var T=a("updated",t);return T&&(Q.pubDate=new Date(T)),Q}))};o(n,"id","id",Q),o(n,"title","title",Q);var s=null===(e=i("link",Q))||void 0===e?void 0:e.attribs.href;s&&(n.link=s);o(n,"description","subtitle",Q);var T=a("updated",Q);T&&(n.updated=new Date(T));return o(n,"author","email",Q,!0),n}(e):function(A){var e,Q,n=null!==(Q=null===(e=i("channel",A.children))||void 0===e?void 0:e.children)&&void 0!==Q?Q:[],s={type:A.name.substr(0,3),id:"",items:(0,t.getElementsByTagName)("item",A.children).map((function(A){var e=A.children,t={media:r(e)};o(t,"id","guid",e),o(t,"title","title",e),o(t,"link","link",e),o(t,"description","description",e);var Q=a("pubDate",e)||a("dc:date",e);return Q&&(t.pubDate=new Date(Q)),t}))};o(s,"title","title",n),o(s,"link","link",n),o(s,"description","description",n);var T=a("lastBuildDate",n);T&&(s.updated=new Date(T));return o(s,"author","managingEditor",n,!0),s}(e):null};var Q=["url","type","lang"],n=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function r(A){return(0,t.getElementsByTagName)("media:content",A).map((function(A){for(var e=A.attribs,t={medium:e.medium,isDefault:!!e.isDefault},r=0,i=Q;r >=1)):A.type===e.SelectorType.Pseudo&&(A.data?"has"===A.name||"contains"===A.name?a=0:Array.isArray(A.data)?(a=Math.min.apply(Math,A.data.map((function(A){return Math.min.apply(Math,A.map(n))}))))<0&&(a=0):a=2:a=3),a}A.default=function(A){for(var e=A.map(n),t=1;t =0&&Q =o.length&&s.test(t)&&A(e)}},exists:function(A,e,t){var Q=e.name,n=t.adapter;return function(e){return n.hasAttrib(e,Q)&&A(e)}},start:function(A,e,Q){var n=Q.adapter,r=e.name,a=e.value,o=a.length;return 0===o?t.default.falseFunc:i(e,Q)?(a=a.toLowerCase(),function(e){var t=n.getAttributeValue(e,r);return null!=t&&t.length>=o&&t.substr(0,o).toLowerCase()===a&&A(e)}):function(e){var t;return!!(null===(t=n.getAttributeValue(e,r))||void 0===t?void 0:t.startsWith(a))&&A(e)}},end:function(A,e,Q){var n=Q.adapter,r=e.name,a=e.value,o=-a.length;return 0===o?t.default.falseFunc:i(e,Q)?(a=a.toLowerCase(),function(e){var t;return(null===(t=n.getAttributeValue(e,r))||void 0===t?void 0:t.substr(o).toLowerCase())===a&&A(e)}):function(e){var t;return!!(null===(t=n.getAttributeValue(e,r))||void 0===t?void 0:t.endsWith(a))&&A(e)}},any:function(A,e,Q){var r=Q.adapter,a=e.name,o=e.value;if(""===o)return t.default.falseFunc;if(i(e,Q)){var s=new RegExp(n(o),"i");return function(e){var t=r.getAttributeValue(e,a);return null!=t&&t.length>=o.length&&s.test(t)&&A(e)}}return function(e){var t;return!!(null===(t=r.getAttributeValue(e,a))||void 0===t?void 0:t.includes(o))&&A(e)}},not:function(A,e,t){var Q=t.adapter,n=e.name,r=e.value;return""===r?function(e){return!!Q.getAttributeValue(e,n)&&A(e)}:i(e,t)?(r=r.toLowerCase(),function(e){var t=Q.getAttributeValue(e,n);return(null==t||t.length!==r.length||t.toLowerCase()!==r)&&A(e)}):function(e){return Q.getAttributeValue(e,n)!==r&&A(e)}}}}}),TA=i({"node_modules/nth-check/lib/parse.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.parse=void 0;var e=new Set([9,10,12,13,32]),t="0".charCodeAt(0),Q="9".charCodeAt(0);A.parse=function(A){if("even"===(A=A.trim().toLowerCase()))return[2,0];if("odd"===A)return[2,1];var n=0,r=0,i=o(),a=s();if(n =t&&A.charCodeAt(n)<=Q;)r=10*r+(A.charCodeAt(n)-t),n++;return n===e?null:r}function T(){for(;n =Q};var n=Math.abs(e),r=(Q%n+n)%n;return e>1?function(A){return A>=Q&&A%n===r}:function(A){return A<=Q&&A%n===r}},A.generate=function(A){var e=A[0],t=A[1]-1,Q=0;if(e<0){var n=-e,r=(t%n+n)%n;return function(){var A=r+n*Q++;return A>t?null:A}}return 0===e?t<0?function(){return null}:function(){return 0==Q++?t:null}:(t<0&&(t+=e*Math.ceil(-t/e)),function(){return e*Q+++t})}}}),cA=i({"node_modules/nth-check/lib/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.sequence=A.generate=A.compile=A.parse=void 0;var e=TA();Object.defineProperty(A,"parse",{enumerable:!0,get:function(){return e.parse}});var t=BA();Object.defineProperty(A,"compile",{enumerable:!0,get:function(){return t.compile}}),Object.defineProperty(A,"generate",{enumerable:!0,get:function(){return t.generate}}),A.default=function(A){return(0,t.compile)((0,e.parse)(A))},A.sequence=function(A){return(0,t.generate)((0,e.parse)(A))}}}),lA=i({"node_modules/cheerio-select/node_modules/css-select/lib/pseudo-selectors/filters.js"(A){"use strict";var e=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.filters=void 0;var t=e(cA()),Q=e(aA());function n(A,e){return function(t){var Q=e.getParent(t);return null!=Q&&e.isTag(Q)&&A(t)}}function r(A){return function(e,t,n){var r=n.adapter[A];return"function"!=typeof r?Q.default.falseFunc:function(A){return r(A)&&e(A)}}}A.filters={contains:function(A,e,t){var Q=t.adapter;return function(t){return A(t)&&Q.getText(t).includes(e)}},icontains:function(A,e,t){var Q=t.adapter,n=e.toLowerCase();return function(e){return A(e)&&Q.getText(e).toLowerCase().includes(n)}},"nth-child":function(A,e,r){var i=r.adapter,a=r.equals,o=(0,t.default)(e);return o===Q.default.falseFunc?Q.default.falseFunc:o===Q.default.trueFunc?n(A,i):function(e){for(var t=i.getSiblings(e),Q=0,n=0;n =0&&!a(e,t[n]);n--)i.isTag(t[n])&&Q++;return o(Q)&&A(e)}},"nth-of-type":function(A,e,r){var i=r.adapter,a=r.equals,o=(0,t.default)(e);return o===Q.default.falseFunc?Q.default.falseFunc:o===Q.default.trueFunc?n(A,i):function(e){for(var t=i.getSiblings(e),Q=0,n=0;n =0;n--){var r=t[n];if(a(e,r))break;i.isTag(r)&&i.getName(r)===i.getName(e)&&Q++}return o(Q)&&A(e)}},root:function(A,e,t){var Q=t.adapter;return function(e){var t=Q.getParent(e);return(null==t||!Q.isTag(t))&&A(e)}},scope:function(e,t,Q,n){var r=Q.equals;return n&&0!==n.length?1===n.length?function(A){return r(n[0],A)&&e(A)}:function(A){return n.includes(A)&&e(A)}:A.filters.root(e,t,Q)},hover:r("isHovered"),visited:r("isVisited"),active:r("isActive")}}}),EA=i({"node_modules/cheerio-select/node_modules/css-select/lib/pseudo-selectors/pseudos.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.verifyPseudoArgs=A.pseudos=void 0,A.pseudos={empty:function(A,e){var t=e.adapter;return!t.getChildren(A).some((function(A){return t.isTag(A)||""!==t.getText(A)}))},"first-child":function(A,e){var t=e.adapter,Q=e.equals;if(t.prevElementSibling)return null==t.prevElementSibling(A);var n=t.getSiblings(A).find((function(A){return t.isTag(A)}));return null!=n&&Q(A,n)},"last-child":function(A,e){for(var t=e.adapter,Q=e.equals,n=t.getSiblings(A),r=n.length-1;r>=0;r--){if(Q(A,n[r]))return!0;if(t.isTag(n[r]))break}return!1},"first-of-type":function(A,e){for(var t=e.adapter,Q=e.equals,n=t.getSiblings(A),r=t.getName(A),i=0;i =0;i--){var a=n[i];if(Q(A,a))return!0;if(t.isTag(a)&&t.getName(a)===r)break}return!1},"only-of-type":function(A,e){var t=e.adapter,Q=e.equals,n=t.getName(A);return t.getSiblings(A).every((function(e){return Q(A,e)||!t.isTag(e)||t.getName(e)!==n}))},"only-child":function(A,e){var t=e.adapter,Q=e.equals;return t.getSiblings(A).every((function(e){return Q(A,e)||!t.isTag(e)}))}},A.verifyPseudoArgs=function(A,e,t,Q){if(null===t){if(A.length>Q)throw new Error("Pseudo-class :".concat(e," requires an argument"))}else if(A.length===Q)throw new Error("Pseudo-class :".concat(e," doesn't have any arguments"))}}}),gA=i({"node_modules/cheerio-select/node_modules/css-select/lib/pseudo-selectors/aliases.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.aliases=void 0,A.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:":is(\n :is(button, input, select, textarea, optgroup, option)[disabled],\n optgroup[disabled] > option,\n fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)\n )",enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}}}),CA=i({"node_modules/cheerio-select/node_modules/css-select/lib/pseudo-selectors/subselects.js"(A){"use strict";var e=A&&A.__spreadArray||function(A,e,t){if(t||2===arguments.length)for(var Q,n=0,r=e.length;n 0&&(0,a.isTraversal)(T[0])&&T[0].type!==r.SelectorType.Descendant);else{if(!n||T.some(B))continue;T.unshift(c)}T.unshift(E)}}(A,e,T);else if(A.some((function(A){return A.length>0&&(0,a.isTraversal)(A[0])})))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");var d=!1,I=A.map((function(A){if(A.length>=2){var t=A[0],Q=A[1];t.type!==r.SelectorType.Pseudo||"scope"!==t.name||(n&&Q.type===r.SelectorType.Descendant?A[1]=l:Q.type!==r.SelectorType.Adjacent&&Q.type!==r.SelectorType.Sibling||(d=!0))}return function(A,e,t){var Q;return A.reduce((function(A,Q){return A===i.default.falseFunc?i.default.falseFunc:(0,o.compileGeneralSelector)(A,Q,e,t,g)}),null!==(Q=e.rootFunc)&&void 0!==Q?Q:i.default.trueFunc)}(A,e,T)})).reduce(C,i.default.falseFunc);return I.shouldTestNextSiblings=d,I}function C(A,e){return e===i.default.falseFunc||A===i.default.trueFunc?A:A===i.default.falseFunc||e===i.default.trueFunc?e:function(t){return A(t)||e(t)}}A.compileToken=g}}),pA=i({"node_modules/cheerio-select/node_modules/css-select/lib/index.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__setModuleDefault||(Object.create?function(A,e){Object.defineProperty(A,"default",{enumerable:!0,value:e})}:function(A,e){A.default=e}),Q=A&&A.__importStar||function(A){if(A&&A.__esModule)return A;var Q={};if(null!=A)for(var n in A)"default"!==n&&Object.prototype.hasOwnProperty.call(A,n)&&e(Q,A,n);return t(Q,A),Q},n=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.aliases=A.pseudos=A.filters=A.is=A.selectOne=A.selectAll=A.prepareContext=A._compileToken=A._compileUnsafe=A.compile=void 0;var r=Q(iA()),i=n(aA()),a=uA(),o=CA(),s=function(A,e){return A===e},T={adapter:r,equals:s};function B(A){var e,t,Q,n,i=null!=A?A:T;return null!==(e=i.adapter)&&void 0!==e||(i.adapter=r),null!==(t=i.equals)&&void 0!==t||(i.equals=null!==(n=null===(Q=i.adapter)||void 0===Q?void 0:Q.equals)&&void 0!==n?n:s),i}function c(A){return function(e,t,Q){var n=B(t);return A(e,n,Q)}}function l(A){return function(e,t,Q){var n=B(Q);"function"!=typeof e&&(e=(0,a.compileUnsafe)(e,n,t));var r=E(t,n.adapter,e.shouldTestNextSiblings);return A(e,r,n)}}function E(A,e,t){return void 0===t&&(t=!1),t&&(A=function(A,e){for(var t=Array.isArray(A)?A.slice(0):[A],Q=t.length,n=0;n =0?Q+1:1/0:0;case"lt":return isFinite(Q)?Q>=0?Math.min(Q,t):1/0:0;case"gt":return isFinite(Q)?1/0:0;case"odd":return 2*t;case"even":return 2*t-1;case"last":case"not":return 1/0}}}}),wA=i({"node_modules/cheerio-select/lib/helpers.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.groupSelectors=A.getDocumentRoot=void 0;var e=hA();A.getDocumentRoot=function(A){for(;A.parent;)A=A.parent;return A},A.groupSelectors=function(A){for(var t=[],Q=[],n=0,r=A;n0&&A.some((0,a._compileToken)(n,t))||r.some((function(e){return d(e,A,t).length>0}))}function C(A,e,t){if(0===e.length)return[];var Q,n=(0,T.groupSelectors)(A),r=n[0],i=n[1];if(r.length){var a=h(e,r,t);if(0===i.length)return a;a.length&&(Q=new Set(a))}for(var s=0;s 0?[e[e.length-1]]:e;case"nth":case"eq":return isFinite(n)&&Math.abs(n) 1&&r.length>1?t.reduce((function(A,e){return e(A)}),r):r)}}}A.find=function(A){var e;if(!A)return this._make([]);var t=this.toArray();if("string"!=typeof A){var Q=(0,a.isCheerio)(A)?A.toArray():[A];return this._make(Q.filter((function(A){return t.some((function(e){return(0,o.contains)(e,A)}))})))}var n=T.test(A)?t:this.children().toArray(),r={context:t,root:null===(e=this._root)||void 0===e?void 0:e[0],xmlMode:this.options.xmlMode,lowerCaseTags:this.options.lowerCaseTags,lowerCaseAttributeNames:this.options.lowerCaseAttributeNames,pseudos:this.options.pseudos,quirksMode:this.options.quirksMode};return this._make(i.select(A,n,r))};var c=B((function(A,e){for(var t,Q=[],n=0;n 0})},A.first=function(){return this.length>1?this._make(this[0]):this},A.last=function(){return this.length>0?this._make(this[this.length-1]):this},A.eq=function(A){var e;return 0===(A=+A)&&this.length<=1?this:(A<0&&(A=this.length+A),this._make(null!==(e=this[A])&&void 0!==e?e:[]))},A.get=function(A){return null==A?this.toArray():this[A<0?this.length+A:A]},A.toArray=function(){return Array.prototype.slice.call(this)},A.index=function(A){var e,t;return null==A?(e=this.parent().children(),t=this[0]):"string"==typeof A?(e=this._make(A),t=this[0]):(e=this,t=(0,a.isCheerio)(A)?A[0]:A),Array.prototype.indexOf.call(e,t)},A.slice=function(A,e){return this._make(Array.prototype.slice.call(this,A,e))},A.end=function(){var A;return null!==(A=this.prevObject)&&void 0!==A?A:this._make([])},A.add=function(A,e){var t=this._make(A,e),Q=(0,s.uniqueSort)(n(n([],this.get(),!0),t.get(),!0));return this._make(Q)},A.addBack=function(A){return this.prevObject?this.add(A?this.prevObject.filter(A):this.prevObject):this}}}),DA=i({"node_modules/cheerio/lib/parse.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.update=A.getParse=void 0;var e=N(),t=E();function Q(A,t){var Q=Array.isArray(A)?A:[A];t?t.children=Q:t=null;for(var n=0;n =A.length?null:A[t+Q],B=0;B -1&&(l.children.splice(E,1),r===l&&t>E&&o[0]--)}c.parent=r,c.prev&&(c.prev.next=null!==(i=c.next)&&void 0!==i?i:null),c.next&&(c.next.prev=null!==(a=c.prev)&&void 0!==a?a:null),c.prev=0===B?s:n[B-1],c.next=B===n.length-1?T:n[B+1]}return s&&(s.next=n[0]),T&&(T.prev=n[n.length-1]),A.splice.apply(A,o)}function s(A){return function(e){for(var Q=this.length-1,n=this.parents().last(),i=0;i 0&&void 0!==e&&(t[e]+=";".concat(a))}else t[e=r.slice(0,i).trim()]=r.slice(i+1).trim()}return t}(A.attribs.style);if("string"==typeof t)return Q[t];if(Array.isArray(t)){var n={};return t.forEach((function(A){null!=Q[A]&&(n[A]=Q[A])})),n}return Q}}A.css=function(A,n){return null!=A&&null!=n||"object"==typeof A&&!Array.isArray(A)?(0,e.domEach)(this,(function(Q,r){(0,e.isTag)(Q)&&t(Q,A,n,r)})):0!==this.length?Q(this[0],A):void 0}}}),FA=i({"node_modules/cheerio/lib/api/forms.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.serializeArray=A.serialize=void 0;var e=R(),t="input,select,textarea,keygen",Q=/%20/g,n=/\r?\n/g;A.serialize=function(){return this.serializeArray().map((function(A){return"".concat(encodeURIComponent(A.name),"=").concat(encodeURIComponent(A.value))})).join("&").replace(Q,"+")},A.serializeArray=function(){var A=this;return this.map((function(Q,n){var r=A._make(n);return(0,e.isTag)(n)&&"form"===n.name?r.find(t).toArray():r.filter(t).toArray()})).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((function(e,t){var Q,r=A._make(t),i=r.attr("name"),a=null!==(Q=r.val())&&void 0!==Q?Q:"";return Array.isArray(a)?a.map((function(A){return{name:i,value:A.replace(n,"\r\n")}})):{name:i,value:a.replace(n,"\r\n")}})).toArray()}}}),bA=i({"node_modules/cheerio/lib/cheerio.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__setModuleDefault||(Object.create?function(A,e){Object.defineProperty(A,"default",{enumerable:!0,value:e})}:function(A,e){A.default=e}),Q=A&&A.__importStar||function(A){if(A&&A.__esModule)return A;var Q={};if(null!=A)for(var n in A)"default"!==n&&Object.prototype.hasOwnProperty.call(A,n)&&e(Q,A,n);return t(Q,A),Q};Object.defineProperty(A,"__esModule",{value:!0}),A.Cheerio=void 0;var n=Q(U()),r=Q(fA()),i=Q(LA()),a=Q(MA()),o=Q(FA()),s=function(A,e,t){if(this.length=0,this.options=t,this._root=e,A){for(var Q=0;Q =55296&&A<=57343},A.isSurrogatePair=function(A){return A>=56320&&A<=57343},A.getSurrogatePairCodePoint=function(A,e){return 1024*(A-55296)+9216+e},A.isControlCodePoint=function(A){return 32!==A&&10!==A&&13!==A&&9!==A&&12!==A&&A>=1&&A<=31||A>=127&&A<=159},A.isUndefinedCodePoint=function(A){return A>=64976&&A<=65007||t.has(A)}}}),NA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/common/error-codes.js"(A){"use strict";var e;Object.defineProperty(A,"__esModule",{value:!0}),A.ERR=void 0,(e=A.ERR||(A.ERR={})).controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}}),SA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.Preprocessor=void 0;var e=HA(),t=NA();A.Preprocessor=class{constructor(A){this.handler=A,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(A){const{line:e,col:t,offset:Q}=this;return{code:A,startLine:e,endLine:e,startCol:t,endCol:t,startOffset:Q,endOffset:Q}}_err(A){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(A)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(A){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if((0,e.isSurrogatePair)(t))return this.pos++,this._addGap(),(0,e.getSurrogatePairCodePoint)(A,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,e.CODE_POINTS.EOF;return this._err(t.ERR.surrogateInInputStream),A}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(A,e){this.html.length>0?this.html+=A:this.html=A,this.endOfChunkHit=!1,this.lastChunkWritten=e}insertHtmlAtCurrentPos(A){this.html=this.html.substring(0,this.pos+1)+A+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(A,e){if(this.pos+A.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(e)return this.html.startsWith(A,this.pos);for(let e=0;e =this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,e.CODE_POINTS.EOF;const Q=this.html.charCodeAt(t);return Q===e.CODE_POINTS.CARRIAGE_RETURN?e.CODE_POINTS.LINE_FEED:Q}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,e.CODE_POINTS.EOF;let A=this.html.charCodeAt(this.pos);if(A===e.CODE_POINTS.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,e.CODE_POINTS.LINE_FEED;if(A===e.CODE_POINTS.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,(0,e.isSurrogate)(A)&&(A=this._processSurrogate(A));return null===this.handler.onParseError||A>31&&A<127||A===e.CODE_POINTS.LINE_FEED||A===e.CODE_POINTS.CARRIAGE_RETURN||A>159&&A<64976||this._checkForProblematicCharacters(A),A}_checkForProblematicCharacters(A){(0,e.isControlCodePoint)(A)?this._err(t.ERR.controlCharacterInInputStream):(0,e.isUndefinedCodePoint)(A)&&this._err(t.ERR.noncharacterInInputStream)}retreat(A){for(this.pos-=A;this.pos =0;t--)if(A.attrs[t].name===e)return A.attrs[t].value;return null}}}),UA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/common/html.js"(A){"use strict";var e,t,Q,n,r,i,a,o;Object.defineProperty(A,"__esModule",{value:!0}),A.hasUnescapedText=A.isNumberedHeader=A.SPECIAL_ELEMENTS=A.getTagID=A.TAG_ID=A.TAG_NAMES=A.DOCUMENT_MODE=A.ATTRS=A.NS=void 0,(t=e=A.NS||(A.NS={})).HTML="http://www.w3.org/1999/xhtml",t.MATHML="http://www.w3.org/1998/Math/MathML",t.SVG="http://www.w3.org/2000/svg",t.XLINK="http://www.w3.org/1999/xlink",t.XML="http://www.w3.org/XML/1998/namespace",t.XMLNS="http://www.w3.org/2000/xmlns/",(Q=A.ATTRS||(A.ATTRS={})).TYPE="type",Q.ACTION="action",Q.ENCODING="encoding",Q.PROMPT="prompt",Q.NAME="name",Q.COLOR="color",Q.FACE="face",Q.SIZE="size",(n=A.DOCUMENT_MODE||(A.DOCUMENT_MODE={})).NO_QUIRKS="no-quirks",n.QUIRKS="quirks",n.LIMITED_QUIRKS="limited-quirks",(i=r=A.TAG_NAMES||(A.TAG_NAMES={})).A="a",i.ADDRESS="address",i.ANNOTATION_XML="annotation-xml",i.APPLET="applet",i.AREA="area",i.ARTICLE="article",i.ASIDE="aside",i.B="b",i.BASE="base",i.BASEFONT="basefont",i.BGSOUND="bgsound",i.BIG="big",i.BLOCKQUOTE="blockquote",i.BODY="body",i.BR="br",i.BUTTON="button",i.CAPTION="caption",i.CENTER="center",i.CODE="code",i.COL="col",i.COLGROUP="colgroup",i.DD="dd",i.DESC="desc",i.DETAILS="details",i.DIALOG="dialog",i.DIR="dir",i.DIV="div",i.DL="dl",i.DT="dt",i.EM="em",i.EMBED="embed",i.FIELDSET="fieldset",i.FIGCAPTION="figcaption",i.FIGURE="figure",i.FONT="font",i.FOOTER="footer",i.FOREIGN_OBJECT="foreignObject",i.FORM="form",i.FRAME="frame",i.FRAMESET="frameset",i.H1="h1",i.H2="h2",i.H3="h3",i.H4="h4",i.H5="h5",i.H6="h6",i.HEAD="head",i.HEADER="header",i.HGROUP="hgroup",i.HR="hr",i.HTML="html",i.I="i",i.IMG="img",i.IMAGE="image",i.INPUT="input",i.IFRAME="iframe",i.KEYGEN="keygen",i.LABEL="label",i.LI="li",i.LINK="link",i.LISTING="listing",i.MAIN="main",i.MALIGNMARK="malignmark",i.MARQUEE="marquee",i.MATH="math",i.MENU="menu",i.META="meta",i.MGLYPH="mglyph",i.MI="mi",i.MO="mo",i.MN="mn",i.MS="ms",i.MTEXT="mtext",i.NAV="nav",i.NOBR="nobr",i.NOFRAMES="noframes",i.NOEMBED="noembed",i.NOSCRIPT="noscript",i.OBJECT="object",i.OL="ol",i.OPTGROUP="optgroup",i.OPTION="option",i.P="p",i.PARAM="param",i.PLAINTEXT="plaintext",i.PRE="pre",i.RB="rb",i.RP="rp",i.RT="rt",i.RTC="rtc",i.RUBY="ruby",i.S="s",i.SCRIPT="script",i.SECTION="section",i.SELECT="select",i.SOURCE="source",i.SMALL="small",i.SPAN="span",i.STRIKE="strike",i.STRONG="strong",i.STYLE="style",i.SUB="sub",i.SUMMARY="summary",i.SUP="sup",i.TABLE="table",i.TBODY="tbody",i.TEMPLATE="template",i.TEXTAREA="textarea",i.TFOOT="tfoot",i.TD="td",i.TH="th",i.THEAD="thead",i.TITLE="title",i.TR="tr",i.TRACK="track",i.TT="tt",i.U="u",i.UL="ul",i.SVG="svg",i.VAR="var",i.WBR="wbr",i.XMP="xmp",(o=a=A.TAG_ID||(A.TAG_ID={}))[o.UNKNOWN=0]="UNKNOWN",o[o.A=1]="A",o[o.ADDRESS=2]="ADDRESS",o[o.ANNOTATION_XML=3]="ANNOTATION_XML",o[o.APPLET=4]="APPLET",o[o.AREA=5]="AREA",o[o.ARTICLE=6]="ARTICLE",o[o.ASIDE=7]="ASIDE",o[o.B=8]="B",o[o.BASE=9]="BASE",o[o.BASEFONT=10]="BASEFONT",o[o.BGSOUND=11]="BGSOUND",o[o.BIG=12]="BIG",o[o.BLOCKQUOTE=13]="BLOCKQUOTE",o[o.BODY=14]="BODY",o[o.BR=15]="BR",o[o.BUTTON=16]="BUTTON",o[o.CAPTION=17]="CAPTION",o[o.CENTER=18]="CENTER",o[o.CODE=19]="CODE",o[o.COL=20]="COL",o[o.COLGROUP=21]="COLGROUP",o[o.DD=22]="DD",o[o.DESC=23]="DESC",o[o.DETAILS=24]="DETAILS",o[o.DIALOG=25]="DIALOG",o[o.DIR=26]="DIR",o[o.DIV=27]="DIV",o[o.DL=28]="DL",o[o.DT=29]="DT",o[o.EM=30]="EM",o[o.EMBED=31]="EMBED",o[o.FIELDSET=32]="FIELDSET",o[o.FIGCAPTION=33]="FIGCAPTION",o[o.FIGURE=34]="FIGURE",o[o.FONT=35]="FONT",o[o.FOOTER=36]="FOOTER",o[o.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",o[o.FORM=38]="FORM",o[o.FRAME=39]="FRAME",o[o.FRAMESET=40]="FRAMESET",o[o.H1=41]="H1",o[o.H2=42]="H2",o[o.H3=43]="H3",o[o.H4=44]="H4",o[o.H5=45]="H5",o[o.H6=46]="H6",o[o.HEAD=47]="HEAD",o[o.HEADER=48]="HEADER",o[o.HGROUP=49]="HGROUP",o[o.HR=50]="HR",o[o.HTML=51]="HTML",o[o.I=52]="I",o[o.IMG=53]="IMG",o[o.IMAGE=54]="IMAGE",o[o.INPUT=55]="INPUT",o[o.IFRAME=56]="IFRAME",o[o.KEYGEN=57]="KEYGEN",o[o.LABEL=58]="LABEL",o[o.LI=59]="LI",o[o.LINK=60]="LINK",o[o.LISTING=61]="LISTING",o[o.MAIN=62]="MAIN",o[o.MALIGNMARK=63]="MALIGNMARK",o[o.MARQUEE=64]="MARQUEE",o[o.MATH=65]="MATH",o[o.MENU=66]="MENU",o[o.META=67]="META",o[o.MGLYPH=68]="MGLYPH",o[o.MI=69]="MI",o[o.MO=70]="MO",o[o.MN=71]="MN",o[o.MS=72]="MS",o[o.MTEXT=73]="MTEXT",o[o.NAV=74]="NAV",o[o.NOBR=75]="NOBR",o[o.NOFRAMES=76]="NOFRAMES",o[o.NOEMBED=77]="NOEMBED",o[o.NOSCRIPT=78]="NOSCRIPT",o[o.OBJECT=79]="OBJECT",o[o.OL=80]="OL",o[o.OPTGROUP=81]="OPTGROUP",o[o.OPTION=82]="OPTION",o[o.P=83]="P",o[o.PARAM=84]="PARAM",o[o.PLAINTEXT=85]="PLAINTEXT",o[o.PRE=86]="PRE",o[o.RB=87]="RB",o[o.RP=88]="RP",o[o.RT=89]="RT",o[o.RTC=90]="RTC",o[o.RUBY=91]="RUBY",o[o.S=92]="S",o[o.SCRIPT=93]="SCRIPT",o[o.SECTION=94]="SECTION",o[o.SELECT=95]="SELECT",o[o.SOURCE=96]="SOURCE",o[o.SMALL=97]="SMALL",o[o.SPAN=98]="SPAN",o[o.STRIKE=99]="STRIKE",o[o.STRONG=100]="STRONG",o[o.STYLE=101]="STYLE",o[o.SUB=102]="SUB",o[o.SUMMARY=103]="SUMMARY",o[o.SUP=104]="SUP",o[o.TABLE=105]="TABLE",o[o.TBODY=106]="TBODY",o[o.TEMPLATE=107]="TEMPLATE",o[o.TEXTAREA=108]="TEXTAREA",o[o.TFOOT=109]="TFOOT",o[o.TD=110]="TD",o[o.TH=111]="TH",o[o.THEAD=112]="THEAD",o[o.TITLE=113]="TITLE",o[o.TR=114]="TR",o[o.TRACK=115]="TRACK",o[o.TT=116]="TT",o[o.U=117]="U",o[o.UL=118]="UL",o[o.SVG=119]="SVG",o[o.VAR=120]="VAR",o[o.WBR=121]="WBR",o[o.XMP=122]="XMP";var s=new Map([[r.A,a.A],[r.ADDRESS,a.ADDRESS],[r.ANNOTATION_XML,a.ANNOTATION_XML],[r.APPLET,a.APPLET],[r.AREA,a.AREA],[r.ARTICLE,a.ARTICLE],[r.ASIDE,a.ASIDE],[r.B,a.B],[r.BASE,a.BASE],[r.BASEFONT,a.BASEFONT],[r.BGSOUND,a.BGSOUND],[r.BIG,a.BIG],[r.BLOCKQUOTE,a.BLOCKQUOTE],[r.BODY,a.BODY],[r.BR,a.BR],[r.BUTTON,a.BUTTON],[r.CAPTION,a.CAPTION],[r.CENTER,a.CENTER],[r.CODE,a.CODE],[r.COL,a.COL],[r.COLGROUP,a.COLGROUP],[r.DD,a.DD],[r.DESC,a.DESC],[r.DETAILS,a.DETAILS],[r.DIALOG,a.DIALOG],[r.DIR,a.DIR],[r.DIV,a.DIV],[r.DL,a.DL],[r.DT,a.DT],[r.EM,a.EM],[r.EMBED,a.EMBED],[r.FIELDSET,a.FIELDSET],[r.FIGCAPTION,a.FIGCAPTION],[r.FIGURE,a.FIGURE],[r.FONT,a.FONT],[r.FOOTER,a.FOOTER],[r.FOREIGN_OBJECT,a.FOREIGN_OBJECT],[r.FORM,a.FORM],[r.FRAME,a.FRAME],[r.FRAMESET,a.FRAMESET],[r.H1,a.H1],[r.H2,a.H2],[r.H3,a.H3],[r.H4,a.H4],[r.H5,a.H5],[r.H6,a.H6],[r.HEAD,a.HEAD],[r.HEADER,a.HEADER],[r.HGROUP,a.HGROUP],[r.HR,a.HR],[r.HTML,a.HTML],[r.I,a.I],[r.IMG,a.IMG],[r.IMAGE,a.IMAGE],[r.INPUT,a.INPUT],[r.IFRAME,a.IFRAME],[r.KEYGEN,a.KEYGEN],[r.LABEL,a.LABEL],[r.LI,a.LI],[r.LINK,a.LINK],[r.LISTING,a.LISTING],[r.MAIN,a.MAIN],[r.MALIGNMARK,a.MALIGNMARK],[r.MARQUEE,a.MARQUEE],[r.MATH,a.MATH],[r.MENU,a.MENU],[r.META,a.META],[r.MGLYPH,a.MGLYPH],[r.MI,a.MI],[r.MO,a.MO],[r.MN,a.MN],[r.MS,a.MS],[r.MTEXT,a.MTEXT],[r.NAV,a.NAV],[r.NOBR,a.NOBR],[r.NOFRAMES,a.NOFRAMES],[r.NOEMBED,a.NOEMBED],[r.NOSCRIPT,a.NOSCRIPT],[r.OBJECT,a.OBJECT],[r.OL,a.OL],[r.OPTGROUP,a.OPTGROUP],[r.OPTION,a.OPTION],[r.P,a.P],[r.PARAM,a.PARAM],[r.PLAINTEXT,a.PLAINTEXT],[r.PRE,a.PRE],[r.RB,a.RB],[r.RP,a.RP],[r.RT,a.RT],[r.RTC,a.RTC],[r.RUBY,a.RUBY],[r.S,a.S],[r.SCRIPT,a.SCRIPT],[r.SECTION,a.SECTION],[r.SELECT,a.SELECT],[r.SOURCE,a.SOURCE],[r.SMALL,a.SMALL],[r.SPAN,a.SPAN],[r.STRIKE,a.STRIKE],[r.STRONG,a.STRONG],[r.STYLE,a.STYLE],[r.SUB,a.SUB],[r.SUMMARY,a.SUMMARY],[r.SUP,a.SUP],[r.TABLE,a.TABLE],[r.TBODY,a.TBODY],[r.TEMPLATE,a.TEMPLATE],[r.TEXTAREA,a.TEXTAREA],[r.TFOOT,a.TFOOT],[r.TD,a.TD],[r.TH,a.TH],[r.THEAD,a.THEAD],[r.TITLE,a.TITLE],[r.TR,a.TR],[r.TRACK,a.TRACK],[r.TT,a.TT],[r.U,a.U],[r.UL,a.UL],[r.SVG,a.SVG],[r.VAR,a.VAR],[r.WBR,a.WBR],[r.XMP,a.XMP]]);A.getTagID=function(A){var e;return null!==(e=s.get(A))&&void 0!==e?e:a.UNKNOWN};var T=a;A.SPECIAL_ELEMENTS={[e.HTML]:new Set([T.ADDRESS,T.APPLET,T.AREA,T.ARTICLE,T.ASIDE,T.BASE,T.BASEFONT,T.BGSOUND,T.BLOCKQUOTE,T.BODY,T.BR,T.BUTTON,T.CAPTION,T.CENTER,T.COL,T.COLGROUP,T.DD,T.DETAILS,T.DIR,T.DIV,T.DL,T.DT,T.EMBED,T.FIELDSET,T.FIGCAPTION,T.FIGURE,T.FOOTER,T.FORM,T.FRAME,T.FRAMESET,T.H1,T.H2,T.H3,T.H4,T.H5,T.H6,T.HEAD,T.HEADER,T.HGROUP,T.HR,T.HTML,T.IFRAME,T.IMG,T.INPUT,T.LI,T.LINK,T.LISTING,T.MAIN,T.MARQUEE,T.MENU,T.META,T.NAV,T.NOEMBED,T.NOFRAMES,T.NOSCRIPT,T.OBJECT,T.OL,T.P,T.PARAM,T.PLAINTEXT,T.PRE,T.SCRIPT,T.SECTION,T.SELECT,T.SOURCE,T.STYLE,T.SUMMARY,T.TABLE,T.TBODY,T.TD,T.TEMPLATE,T.TEXTAREA,T.TFOOT,T.TH,T.THEAD,T.TITLE,T.TR,T.TRACK,T.UL,T.WBR,T.XMP]),[e.MATHML]:new Set([T.MI,T.MO,T.MN,T.MS,T.MTEXT,T.ANNOTATION_XML]),[e.SVG]:new Set([T.TITLE,T.FOREIGN_OBJECT,T.DESC]),[e.XLINK]:new Set,[e.XML]:new Set,[e.XMLNS]:new Set},A.isNumberedHeader=function(A){return A===T.H1||A===T.H2||A===T.H3||A===T.H4||A===T.H5||A===T.H6};var B=new Set([r.STYLE,r.SCRIPT,r.XMP,r.IFRAME,r.NOEMBED,r.NOFRAMES,r.PLAINTEXT]);A.hasUnescapedText=function(A,e){return B.has(A)||e&&A===r.NOSCRIPT}}}),yA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/tokenizer/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.Tokenizer=A.TokenizerMode=void 0;var e,t,Q=SA(),n=HA(),r=RA(),i=I(),a=NA(),o=UA(),s=new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function T(A){return A>=n.CODE_POINTS.DIGIT_0&&A<=n.CODE_POINTS.DIGIT_9}function B(A){return A>=n.CODE_POINTS.LATIN_CAPITAL_A&&A<=n.CODE_POINTS.LATIN_CAPITAL_Z}function c(A){return function(A){return A>=n.CODE_POINTS.LATIN_SMALL_A&&A<=n.CODE_POINTS.LATIN_SMALL_Z}(A)||B(A)}function l(A){return c(A)||T(A)}function E(A){return A>=n.CODE_POINTS.LATIN_CAPITAL_A&&A<=n.CODE_POINTS.LATIN_CAPITAL_F}function g(A){return A>=n.CODE_POINTS.LATIN_SMALL_A&&A<=n.CODE_POINTS.LATIN_SMALL_F}function C(A){return A+32}function d(A){return A===n.CODE_POINTS.SPACE||A===n.CODE_POINTS.LINE_FEED||A===n.CODE_POINTS.TABULATION||A===n.CODE_POINTS.FORM_FEED}function u(A){return d(A)||A===n.CODE_POINTS.SOLIDUS||A===n.CODE_POINTS.GREATER_THAN_SIGN}(t=e||(e={}))[t.DATA=0]="DATA",t[t.RCDATA=1]="RCDATA",t[t.RAWTEXT=2]="RAWTEXT",t[t.SCRIPT_DATA=3]="SCRIPT_DATA",t[t.PLAINTEXT=4]="PLAINTEXT",t[t.TAG_OPEN=5]="TAG_OPEN",t[t.END_TAG_OPEN=6]="END_TAG_OPEN",t[t.TAG_NAME=7]="TAG_NAME",t[t.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",t[t.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",t[t.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",t[t.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",t[t.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",t[t.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",t[t.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",t[t.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",t[t.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",t[t.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",t[t.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",t[t.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",t[t.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",t[t.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",t[t.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",t[t.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",t[t.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",t[t.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",t[t.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",t[t.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",t[t.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",t[t.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",t[t.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",t[t.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",t[t.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",t[t.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",t[t.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",t[t.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",t[t.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",t[t.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",t[t.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",t[t.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",t[t.BOGUS_COMMENT=40]="BOGUS_COMMENT",t[t.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",t[t.COMMENT_START=42]="COMMENT_START",t[t.COMMENT_START_DASH=43]="COMMENT_START_DASH",t[t.COMMENT=44]="COMMENT",t[t.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",t[t.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",t[t.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",t[t.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",t[t.COMMENT_END_DASH=49]="COMMENT_END_DASH",t[t.COMMENT_END=50]="COMMENT_END",t[t.COMMENT_END_BANG=51]="COMMENT_END_BANG",t[t.DOCTYPE=52]="DOCTYPE",t[t.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",t[t.DOCTYPE_NAME=54]="DOCTYPE_NAME",t[t.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",t[t.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",t[t.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",t[t.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",t[t.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",t[t.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",t[t.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",t[t.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",t[t.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",t[t.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",t[t.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",t[t.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",t[t.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",t[t.CDATA_SECTION=68]="CDATA_SECTION",t[t.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",t[t.CDATA_SECTION_END=70]="CDATA_SECTION_END",t[t.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",t[t.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",t[t.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",t[t.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",t[t.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",t[t.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",t[t.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",t[t.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END",A.TokenizerMode={DATA:e.DATA,RCDATA:e.RCDATA,RAWTEXT:e.RAWTEXT,SCRIPT_DATA:e.SCRIPT_DATA,PLAINTEXT:e.PLAINTEXT,CDATA_SECTION:e.CDATA_SECTION};A.Tokenizer=class{constructor(A,t){this.options=A,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=e.DATA,this.returnState=e.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new Q.Preprocessor(t),this.currentLocation=this.getCurrentLocation(-1)}_err(A){var e,t;null===(t=(e=this.handler).onParseError)||void 0===t||t.call(e,this.preprocessor.getError(A))}getCurrentLocation(A){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-A,startOffset:this.preprocessor.offset-A,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const A=this._consume();this._ensureHibernation()||this._callState(A)}this.inLoop=!1}}pause(){this.paused=!0}resume(A){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==A||A())}write(A,e,t){this.active=!0,this.preprocessor.write(A,e),this._runParsingLoop(),this.paused||null==t||t()}insertHtmlAtCurrentPos(A){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(A),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(A){this.consumedAfterSnapshot-=A,this.preprocessor.retreat(A)}_reconsumeInState(A,e){this.state=A,this._callState(e)}_advanceBy(A){this.consumedAfterSnapshot+=A;for(let e=0;e0&&this._err(a.ERR.endTagWithAttributes),A.selfClosing&&this._err(a.ERR.endTagWithTrailingSolidus),this.handler.onEndTag(A)),this.preprocessor.dropParsedChunk()}emitCurrentComment(A){this.prepareToken(A),this.handler.onComment(A),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(A){this.prepareToken(A),this.handler.onDoctype(A),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(A){if(this.currentCharacterToken){switch(A&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=A.startLine,this.currentCharacterToken.location.endCol=A.startCol,this.currentCharacterToken.location.endOffset=A.startOffset),this.currentCharacterToken.type){case r.TokenType.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case r.TokenType.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case r.TokenType.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const A=this.getCurrentLocation(0);A&&(A.endLine=A.startLine,A.endCol=A.startCol,A.endOffset=A.startOffset),this._emitCurrentCharacterToken(A),this.handler.onEof({type:r.TokenType.EOF,location:A}),this.active=!1}_appendCharToCurrentCharacterToken(A,e){if(this.currentCharacterToken){if(this.currentCharacterToken.type===A)return void(this.currentCharacterToken.chars+=e);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(A,e)}_emitCodePoint(A){const e=d(A)?r.TokenType.WHITESPACE_CHARACTER:A===n.CODE_POINTS.NULL?r.TokenType.NULL_CHARACTER:r.TokenType.CHARACTER;this._appendCharToCurrentCharacterToken(e,String.fromCodePoint(A))}_emitChars(A){this._appendCharToCurrentCharacterToken(r.TokenType.CHARACTER,A)}_matchNamedCharacterReference(A){let e=null,t=0,Q=!1;for(let a=0,o=i.htmlDecodeTree[0];a>=0&&(a=(0,i.determineBranch)(i.htmlDecodeTree,o,a+1,A),!(a<0));A=this._consume()){t+=1,o=i.htmlDecodeTree[a];const s=o&i.BinTrieFlags.VALUE_LENGTH;if(s){const o=(s>>14)-1;if(A!==n.CODE_POINTS.SEMICOLON&&this._isCharacterReferenceInAttribute()&&((r=this.preprocessor.peek(1))===n.CODE_POINTS.EQUALS_SIGN||l(r))?(e=[n.CODE_POINTS.AMPERSAND],a+=o):(e=0===o?[i.htmlDecodeTree[a]&~i.BinTrieFlags.VALUE_LENGTH]:1===o?[i.htmlDecodeTree[++a]]:[i.htmlDecodeTree[++a],i.htmlDecodeTree[++a]],t=0,Q=A!==n.CODE_POINTS.SEMICOLON),0===o){this._consume();break}}}var r;return this._unconsume(t),Q&&!this.preprocessor.endOfChunkHit&&this._err(a.ERR.missingSemicolonAfterCharacterReference),this._unconsume(1),e}_isCharacterReferenceInAttribute(){return this.returnState===e.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===e.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===e.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(A){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(A):this._emitCodePoint(A)}_callState(A){switch(this.state){case e.DATA:this._stateData(A);break;case e.RCDATA:this._stateRcdata(A);break;case e.RAWTEXT:this._stateRawtext(A);break;case e.SCRIPT_DATA:this._stateScriptData(A);break;case e.PLAINTEXT:this._statePlaintext(A);break;case e.TAG_OPEN:this._stateTagOpen(A);break;case e.END_TAG_OPEN:this._stateEndTagOpen(A);break;case e.TAG_NAME:this._stateTagName(A);break;case e.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(A);break;case e.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(A);break;case e.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(A);break;case e.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(A);break;case e.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(A);break;case e.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(A);break;case e.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(A);break;case e.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(A);break;case e.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(A);break;case e.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(A);break;case e.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(A);break;case e.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(A);break;case e.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(A);break;case e.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(A);break;case e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(A);break;case e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(A);break;case e.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(A);break;case e.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(A);break;case e.ATTRIBUTE_NAME:this._stateAttributeName(A);break;case e.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(A);break;case e.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(A);break;case e.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(A);break;case e.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(A);break;case e.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(A);break;case e.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(A);break;case e.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(A);break;case e.BOGUS_COMMENT:this._stateBogusComment(A);break;case e.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(A);break;case e.COMMENT_START:this._stateCommentStart(A);break;case e.COMMENT_START_DASH:this._stateCommentStartDash(A);break;case e.COMMENT:this._stateComment(A);break;case e.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(A);break;case e.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(A);break;case e.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(A);break;case e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(A);break;case e.COMMENT_END_DASH:this._stateCommentEndDash(A);break;case e.COMMENT_END:this._stateCommentEnd(A);break;case e.COMMENT_END_BANG:this._stateCommentEndBang(A);break;case e.DOCTYPE:this._stateDoctype(A);break;case e.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(A);break;case e.DOCTYPE_NAME:this._stateDoctypeName(A);break;case e.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(A);break;case e.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(A);break;case e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(A);break;case e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(A);break;case e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(A);break;case e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(A);break;case e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(A);break;case e.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(A);break;case e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(A);break;case e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(A);break;case e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(A);break;case e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(A);break;case e.BOGUS_DOCTYPE:this._stateBogusDoctype(A);break;case e.CDATA_SECTION:this._stateCdataSection(A);break;case e.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(A);break;case e.CDATA_SECTION_END:this._stateCdataSectionEnd(A);break;case e.CHARACTER_REFERENCE:this._stateCharacterReference(A);break;case e.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(A);break;case e.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(A);break;case e.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(A);break;case e.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(A);break;case e.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(A);break;case e.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(A);break;case e.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(A);break;default:throw new Error("Unknown state")}}_stateData(A){switch(A){case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.TAG_OPEN;break;case n.CODE_POINTS.AMPERSAND:this.returnState=e.DATA,this.state=e.CHARACTER_REFERENCE;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitCodePoint(A);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateRcdata(A){switch(A){case n.CODE_POINTS.AMPERSAND:this.returnState=e.RCDATA,this.state=e.CHARACTER_REFERENCE;break;case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.RCDATA_LESS_THAN_SIGN;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateRawtext(A){switch(A){case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.RAWTEXT_LESS_THAN_SIGN;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateScriptData(A){switch(A){case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.SCRIPT_DATA_LESS_THAN_SIGN;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_statePlaintext(A){switch(A){case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateTagOpen(A){if(c(A))this._createStartTagToken(),this.state=e.TAG_NAME,this._stateTagName(A);else switch(A){case n.CODE_POINTS.EXCLAMATION_MARK:this.state=e.MARKUP_DECLARATION_OPEN;break;case n.CODE_POINTS.SOLIDUS:this.state=e.END_TAG_OPEN;break;case n.CODE_POINTS.QUESTION_MARK:this._err(a.ERR.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=e.BOGUS_COMMENT,this._stateBogusComment(A);break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(a.ERR.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=e.DATA,this._stateData(A)}}_stateEndTagOpen(A){if(c(A))this._createEndTagToken(),this.state=e.TAG_NAME,this._stateTagName(A);else switch(A){case n.CODE_POINTS.GREATER_THAN_SIGN:this._err(a.ERR.missingEndTagName),this.state=e.DATA;break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofBeforeTagName),this._emitChars(""),this._emitEOFToken();break;default:this._err(a.ERR.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=e.BOGUS_COMMENT,this._stateBogusComment(A)}}_stateTagName(A){const t=this.currentToken;switch(A){case n.CODE_POINTS.SPACE:case n.CODE_POINTS.LINE_FEED:case n.CODE_POINTS.TABULATION:case n.CODE_POINTS.FORM_FEED:this.state=e.BEFORE_ATTRIBUTE_NAME;break;case n.CODE_POINTS.SOLIDUS:this.state=e.SELF_CLOSING_START_TAG;break;case n.CODE_POINTS.GREATER_THAN_SIGN:this.state=e.DATA,this.emitCurrentTagToken();break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),t.tagName+=n.REPLACEMENT_CHARACTER;break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(B(A)?C(A):A)}}_stateRcdataLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?this.state=e.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=e.RCDATA,this._stateRcdata(A))}_stateRcdataEndTagOpen(A){c(A)?(this.state=e.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(A)):(this._emitChars(""),this.state=e.RCDATA,this._stateRcdata(A))}handleSpecialEndTag(A){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case n.CODE_POINTS.SPACE:case n.CODE_POINTS.LINE_FEED:case n.CODE_POINTS.TABULATION:case n.CODE_POINTS.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=e.BEFORE_ATTRIBUTE_NAME,!1;case n.CODE_POINTS.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=e.SELF_CLOSING_START_TAG,!1;case n.CODE_POINTS.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=e.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(A){this.handleSpecialEndTag(A)&&(this._emitChars(""),this.state=e.RCDATA,this._stateRcdata(A))}_stateRawtextLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?this.state=e.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=e.RAWTEXT,this._stateRawtext(A))}_stateRawtextEndTagOpen(A){c(A)?(this.state=e.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(A)):(this._emitChars(""),this.state=e.RAWTEXT,this._stateRawtext(A))}_stateRawtextEndTagName(A){this.handleSpecialEndTag(A)&&(this._emitChars(""),this.state=e.RAWTEXT,this._stateRawtext(A))}_stateScriptDataLessThanSign(A){switch(A){case n.CODE_POINTS.SOLIDUS:this.state=e.SCRIPT_DATA_END_TAG_OPEN;break;case n.CODE_POINTS.EXCLAMATION_MARK:this.state=e.SCRIPT_DATA_ESCAPE_START,this._emitChars("");break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this.state=e.SCRIPT_DATA_ESCAPED,this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=e.SCRIPT_DATA_ESCAPED,this._emitCodePoint(A)}}_stateScriptDataEscapedLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?this.state=e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:c(A)?(this._emitChars("<"),this.state=e.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(A)):(this._emitChars("<"),this.state=e.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(A))}_stateScriptDataEscapedEndTagOpen(A){c(A)?(this.state=e.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(A)):(this._emitChars(""),this.state=e.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(A))}_stateScriptDataEscapedEndTagName(A){this.handleSpecialEndTag(A)&&(this._emitChars(""),this.state=e.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(A))}_stateScriptDataDoubleEscapeStart(A){if(this.preprocessor.startsWith(n.SEQUENCES.SCRIPT,!1)&&u(this.preprocessor.peek(n.SEQUENCES.SCRIPT.length))){this._emitCodePoint(A);for(let A=0;A ");break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this.state=e.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=e.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(A)}}_stateScriptDataDoubleEscapedLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?(this.state=e.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=e.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(A))}_stateScriptDataDoubleEscapeEnd(A){if(this.preprocessor.startsWith(n.SEQUENCES.SCRIPT,!1)&&u(this.preprocessor.peek(n.SEQUENCES.SCRIPT.length))){this._emitCodePoint(A);for(let A=0;A 1114111)this._err(a.ERR.characterReferenceOutsideUnicodeRange),this.charRefCode=n.CODE_POINTS.REPLACEMENT_CHARACTER;else if((0,n.isSurrogate)(this.charRefCode))this._err(a.ERR.surrogateCharacterReference),this.charRefCode=n.CODE_POINTS.REPLACEMENT_CHARACTER;else if((0,n.isUndefinedCodePoint)(this.charRefCode))this._err(a.ERR.noncharacterCharacterReference);else if((0,n.isControlCodePoint)(this.charRefCode)||this.charRefCode===n.CODE_POINTS.CARRIAGE_RETURN){this._err(a.ERR.controlCharacterReference);const A=s.get(this.charRefCode);void 0!==A&&(this.charRefCode=A)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,A)}}}}),OA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/parser/open-element-stack.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.OpenElementStack=void 0;var e=UA(),t=new Set([e.TAG_ID.DD,e.TAG_ID.DT,e.TAG_ID.LI,e.TAG_ID.OPTGROUP,e.TAG_ID.OPTION,e.TAG_ID.P,e.TAG_ID.RB,e.TAG_ID.RP,e.TAG_ID.RT,e.TAG_ID.RTC]),Q=new Set([...t,e.TAG_ID.CAPTION,e.TAG_ID.COLGROUP,e.TAG_ID.TBODY,e.TAG_ID.TD,e.TAG_ID.TFOOT,e.TAG_ID.TH,e.TAG_ID.THEAD,e.TAG_ID.TR]),n=new Map([[e.TAG_ID.APPLET,e.NS.HTML],[e.TAG_ID.CAPTION,e.NS.HTML],[e.TAG_ID.HTML,e.NS.HTML],[e.TAG_ID.MARQUEE,e.NS.HTML],[e.TAG_ID.OBJECT,e.NS.HTML],[e.TAG_ID.TABLE,e.NS.HTML],[e.TAG_ID.TD,e.NS.HTML],[e.TAG_ID.TEMPLATE,e.NS.HTML],[e.TAG_ID.TH,e.NS.HTML],[e.TAG_ID.ANNOTATION_XML,e.NS.MATHML],[e.TAG_ID.MI,e.NS.MATHML],[e.TAG_ID.MN,e.NS.MATHML],[e.TAG_ID.MO,e.NS.MATHML],[e.TAG_ID.MS,e.NS.MATHML],[e.TAG_ID.MTEXT,e.NS.MATHML],[e.TAG_ID.DESC,e.NS.SVG],[e.TAG_ID.FOREIGN_OBJECT,e.NS.SVG],[e.TAG_ID.TITLE,e.NS.SVG]]),r=[e.TAG_ID.H1,e.TAG_ID.H2,e.TAG_ID.H3,e.TAG_ID.H4,e.TAG_ID.H5,e.TAG_ID.H6],i=[e.TAG_ID.TR,e.TAG_ID.TEMPLATE,e.TAG_ID.HTML],a=[e.TAG_ID.TBODY,e.TAG_ID.TFOOT,e.TAG_ID.THEAD,e.TAG_ID.TEMPLATE,e.TAG_ID.HTML],o=[e.TAG_ID.TABLE,e.TAG_ID.TEMPLATE,e.TAG_ID.HTML],s=[e.TAG_ID.TD,e.TAG_ID.TH];A.OpenElementStack=class{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(A,t,Q){this.treeAdapter=t,this.handler=Q,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=e.TAG_ID.UNKNOWN,this.current=A}_indexOf(A){return this.items.lastIndexOf(A,this.stackTop)}_isInTemplate(){return this.currentTagId===e.TAG_ID.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===e.NS.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(A,e){this.stackTop++,this.items[this.stackTop]=A,this.current=A,this.tagIDs[this.stackTop]=e,this.currentTagId=e,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(A,e,!0)}pop(){const A=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(A,!0)}replace(A,e){const t=this._indexOf(A);this.items[t]=e,t===this.stackTop&&(this.current=e)}insertAfter(A,e,t){const Q=this._indexOf(A)+1;this.items.splice(Q,0,e),this.tagIDs.splice(Q,0,t),this.stackTop++,Q===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,Q===this.stackTop)}popUntilTagNamePopped(A){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(A,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==e.NS.HTML);this.shortenToLength(t<0?0:t)}shortenToLength(A){for(;this.stackTop>=A;){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,this.stackTop=0;t--)if(A.includes(this.tagIDs[t])&&this.treeAdapter.getNamespaceURI(this.items[t])===e)return t;return-1}clearBackTo(A,e){const t=this._indexOfTagNames(A,e);this.shortenToLength(t+1)}clearBackToTableContext(){this.clearBackTo(o,e.NS.HTML)}clearBackToTableBodyContext(){this.clearBackTo(a,e.NS.HTML)}clearBackToTableRowContext(){this.clearBackTo(i,e.NS.HTML)}remove(A){const e=this._indexOf(A);e>=0&&(e===this.stackTop?this.pop():(this.items.splice(e,1),this.tagIDs.splice(e,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(A,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===e.TAG_ID.BODY?this.items[1]:null}contains(A){return this._indexOf(A)>-1}getCommonAncestor(A){const e=this._indexOf(A)-1;return e>=0?this.items[e]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===e.TAG_ID.HTML}hasInScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(Q===A&&r===e.NS.HTML)return!0;if(n.get(Q)===r)return!1}return!0}hasNumberedHeaderInScope(){for(let A=this.stackTop;A>=0;A--){const t=this.tagIDs[A],Q=this.treeAdapter.getNamespaceURI(this.items[A]);if((0,e.isNumberedHeader)(t)&&Q===e.NS.HTML)return!0;if(n.get(t)===Q)return!1}return!0}hasInListItemScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(Q===A&&r===e.NS.HTML)return!0;if((Q===e.TAG_ID.UL||Q===e.TAG_ID.OL)&&r===e.NS.HTML||n.get(Q)===r)return!1}return!0}hasInButtonScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(Q===A&&r===e.NS.HTML)return!0;if(Q===e.TAG_ID.BUTTON&&r===e.NS.HTML||n.get(Q)===r)return!1}return!0}hasInTableScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===e.NS.HTML){if(Q===A)return!0;if(Q===e.TAG_ID.TABLE||Q===e.TAG_ID.TEMPLATE||Q===e.TAG_ID.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let A=this.stackTop;A>=0;A--){const t=this.tagIDs[A];if(this.treeAdapter.getNamespaceURI(this.items[A])===e.NS.HTML){if(t===e.TAG_ID.TBODY||t===e.TAG_ID.THEAD||t===e.TAG_ID.TFOOT)return!0;if(t===e.TAG_ID.TABLE||t===e.TAG_ID.HTML)return!1}}return!0}hasInSelectScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===e.NS.HTML){if(Q===A)return!0;if(Q!==e.TAG_ID.OPTION&&Q!==e.TAG_ID.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;t.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Q.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(A){for(;this.currentTagId!==A&&Q.has(this.currentTagId);)this.pop()}}}}),GA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/parser/formatting-element-list.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.FormattingElementList=A.EntryType=void 0;var e,t;(t=e=A.EntryType||(A.EntryType={}))[t.Marker=0]="Marker",t[t.Element=1]="Element";var Q={type:e.Marker};A.FormattingElementList=class{constructor(A){this.treeAdapter=A,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(A,t){const Q=[],n=t.length,r=this.treeAdapter.getTagName(A),i=this.treeAdapter.getNamespaceURI(A);for(let A=0;A [A.name,A.value])));let n=0;for(let A=0;A Q.get(A.name)===A.value))&&(n+=1,n>=3&&this.entries.splice(e.idx,1))}}insertMarker(){this.entries.unshift(Q)}pushElement(A,t){this._ensureNoahArkCondition(A),this.entries.unshift({type:e.Element,element:A,token:t})}insertElementAfterBookmark(A,t){const Q=this.entries.indexOf(this.bookmark);this.entries.splice(Q,0,{type:e.Element,element:A,token:t})}removeEntry(A){const e=this.entries.indexOf(A);e>=0&&this.entries.splice(e,1)}clearToLastMarker(){const A=this.entries.indexOf(Q);A>=0?this.entries.splice(0,A+1):this.entries.length=0}getElementEntryInScopeWithTagName(A){const t=this.entries.find((t=>t.type===e.Marker||this.treeAdapter.getTagName(t.element)===A));return t&&t.type===e.Element?t:null}getElementEntry(A){return this.entries.find((t=>t.type===e.Element&&t.element===A))}}}}),vA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/tree-adapters/default.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.defaultTreeAdapter=void 0;var e=UA();function t(A){return{nodeName:"#text",value:A,parentNode:null}}A.defaultTreeAdapter={createDocument:()=>({nodeName:"#document",mode:e.DOCUMENT_MODE.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(A,e,t)=>({nodeName:A,tagName:A,attrs:t,namespaceURI:e,childNodes:[],parentNode:null}),createCommentNode:A=>({nodeName:"#comment",data:A,parentNode:null}),appendChild(A,e){A.childNodes.push(e),e.parentNode=A},insertBefore(A,e,t){const Q=A.childNodes.indexOf(t);A.childNodes.splice(Q,0,e),e.parentNode=A},setTemplateContent(A,e){A.content=e},getTemplateContent:A=>A.content,setDocumentType(e,t,Q,n){const r=e.childNodes.find((A=>"#documentType"===A.nodeName));if(r)r.name=t,r.publicId=Q,r.systemId=n;else{const r={nodeName:"#documentType",name:t,publicId:Q,systemId:n,parentNode:null};A.defaultTreeAdapter.appendChild(e,r)}},setDocumentMode(A,e){A.mode=e},getDocumentMode:A=>A.mode,detachNode(A){if(A.parentNode){const e=A.parentNode.childNodes.indexOf(A);A.parentNode.childNodes.splice(e,1),A.parentNode=null}},insertText(e,Q){if(e.childNodes.length>0){const t=e.childNodes[e.childNodes.length-1];if(A.defaultTreeAdapter.isTextNode(t))return void(t.value+=Q)}A.defaultTreeAdapter.appendChild(e,t(Q))},insertTextBefore(e,Q,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&A.defaultTreeAdapter.isTextNode(r)?r.value+=Q:A.defaultTreeAdapter.insertBefore(e,t(Q),n)},adoptAttributes(A,e){const t=new Set(A.attrs.map((A=>A.name)));for(let Q=0;Q A.childNodes[0],getChildNodes:A=>A.childNodes,getParentNode:A=>A.parentNode,getAttrList:A=>A.attrs,getTagName:A=>A.tagName,getNamespaceURI:A=>A.namespaceURI,getTextNodeContent:A=>A.value,getCommentNodeContent:A=>A.data,getDocumentTypeNodeName:A=>A.name,getDocumentTypeNodePublicId:A=>A.publicId,getDocumentTypeNodeSystemId:A=>A.systemId,isTextNode:A=>"#text"===A.nodeName,isCommentNode:A=>"#comment"===A.nodeName,isDocumentTypeNode:A=>"#documentType"===A.nodeName,isElementNode:A=>Object.prototype.hasOwnProperty.call(A,"tagName"),setNodeSourceCodeLocation(A,e){A.sourceCodeLocation=e},getNodeSourceCodeLocation:A=>A.sourceCodeLocation,updateNodeSourceCodeLocation(A,e){A.sourceCodeLocation=Object.assign(Object.assign({},A.sourceCodeLocation),e)}}}}),kA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/common/doctype.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.getDocumentMode=A.isConforming=void 0;var e=UA(),t="html",Q=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],n=[...Q,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],r=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),i=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],a=[...i,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function o(A,e){return e.some((e=>A.startsWith(e)))}A.isConforming=function(A){return A.name===t&&null===A.publicId&&(null===A.systemId||"about:legacy-compat"===A.systemId)},A.getDocumentMode=function(A){if(A.name!==t)return e.DOCUMENT_MODE.QUIRKS;const{systemId:s}=A;if(s&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===s.toLowerCase())return e.DOCUMENT_MODE.QUIRKS;let{publicId:T}=A;if(null!==T){if(T=T.toLowerCase(),r.has(T))return e.DOCUMENT_MODE.QUIRKS;let A=null===s?n:Q;if(o(T,A))return e.DOCUMENT_MODE.QUIRKS;if(A=null===s?i:a,o(T,A))return e.DOCUMENT_MODE.LIMITED_QUIRKS}return e.DOCUMENT_MODE.NO_QUIRKS}}}),VA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/common/foreign-content.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.isIntegrationPoint=A.adjustTokenSVGTagName=A.adjustTokenXMLAttrs=A.adjustTokenSVGAttrs=A.adjustTokenMathMLAttrs=A.causesExit=A.SVG_TAG_NAMES_ADJUSTMENT_MAP=void 0;var e=UA(),t="text/html",Q="application/xhtml+xml",n=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((A=>[A.toLowerCase(),A]))),r=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:e.NS.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:e.NS.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:e.NS.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:e.NS.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:e.NS.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:e.NS.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:e.NS.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:e.NS.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:e.NS.XML}],["xml:space",{prefix:"xml",name:"space",namespace:e.NS.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:e.NS.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:e.NS.XMLNS}]]);A.SVG_TAG_NAMES_ADJUSTMENT_MAP=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((A=>[A.toLowerCase(),A])));var i=new Set([e.TAG_ID.B,e.TAG_ID.BIG,e.TAG_ID.BLOCKQUOTE,e.TAG_ID.BODY,e.TAG_ID.BR,e.TAG_ID.CENTER,e.TAG_ID.CODE,e.TAG_ID.DD,e.TAG_ID.DIV,e.TAG_ID.DL,e.TAG_ID.DT,e.TAG_ID.EM,e.TAG_ID.EMBED,e.TAG_ID.H1,e.TAG_ID.H2,e.TAG_ID.H3,e.TAG_ID.H4,e.TAG_ID.H5,e.TAG_ID.H6,e.TAG_ID.HEAD,e.TAG_ID.HR,e.TAG_ID.I,e.TAG_ID.IMG,e.TAG_ID.LI,e.TAG_ID.LISTING,e.TAG_ID.MENU,e.TAG_ID.META,e.TAG_ID.NOBR,e.TAG_ID.OL,e.TAG_ID.P,e.TAG_ID.PRE,e.TAG_ID.RUBY,e.TAG_ID.S,e.TAG_ID.SMALL,e.TAG_ID.SPAN,e.TAG_ID.STRONG,e.TAG_ID.STRIKE,e.TAG_ID.SUB,e.TAG_ID.SUP,e.TAG_ID.TABLE,e.TAG_ID.TT,e.TAG_ID.U,e.TAG_ID.UL,e.TAG_ID.VAR]);A.causesExit=function(A){const t=A.tagID;return t===e.TAG_ID.FONT&&A.attrs.some((({name:A})=>A===e.ATTRS.COLOR||A===e.ATTRS.SIZE||A===e.ATTRS.FACE))||i.has(t)},A.adjustTokenMathMLAttrs=function(A){for(let e=0;e =0;Q--){const n=A.openElements.items[Q];if(n===e.element)break;A._isSpecialElement(n,A.openElements.tagIDs[Q])&&(t=n)}return t||(A.openElements.shortenToLength(Q<0?0:Q),A.activeFormattingElements.removeEntry(e)),t}function I(A,e,t){let Q=e,n=A.openElements.getCommonAncestor(e);for(let r=0,i=n;i!==t;r++,i=n){n=A.openElements.getCommonAncestor(i);const t=A.activeFormattingElements.getElementEntry(i),a=t&&r>=3;!t||a?(a&&A.activeFormattingElements.removeEntry(t),A.openElements.remove(i)):(i=u(A,t),Q===e&&(A.activeFormattingElements.bookmark=t),A.treeAdapter.detachNode(Q),A.treeAdapter.appendChild(i,Q),Q=i)}return Q}function u(A,e){const t=A.treeAdapter.getNamespaceURI(e.element),Q=A.treeAdapter.createElement(e.token.tagName,t,e.token.attrs);return A.openElements.replace(e.element,Q),e.element=Q,Q}function p(A,e,t){const Q=A.treeAdapter.getTagName(e),n=(0,B.getTagID)(Q);if(A._isElementCausesFosterParenting(n))A._fosterParentElement(t);else{const Q=A.treeAdapter.getNamespaceURI(e);n===B.TAG_ID.TEMPLATE&&Q===B.NS.HTML&&(e=A.treeAdapter.getTemplateContent(e)),A.treeAdapter.appendChild(e,t)}}function h(A,e,t){const Q=A.treeAdapter.getNamespaceURI(t.element),{token:n}=t,r=A.treeAdapter.createElement(n.tagName,Q,n.attrs);A._adoptNodes(e,r),A.treeAdapter.appendChild(e,r),A.activeFormattingElements.insertElementAfterBookmark(r,n),A.activeFormattingElements.removeEntry(t),A.openElements.remove(t.element),A.openElements.insertAfter(e,r,n.tagID)}function w(A,e){for(let t=0;t<8;t++){const t=C(A,e);if(!t)break;const Q=d(A,t);if(!Q)break;A.activeFormattingElements.bookmark=t;const n=I(A,Q,t.element),r=A.openElements.getCommonAncestor(t.element);A.treeAdapter.detachNode(n),r&&p(A,r,n),h(A,Q,t)}}function m(A,e){A._appendCommentNode(e,A.openElements.currentTmplContentOrNode)}function f(A,e){if(A.stopped=!0,e.location){const t=A.fragmentContext?0:2;for(let Q=A.openElements.stackTop;Q>=t;Q--)A._setEndLocation(A.openElements.items[Q],e);if(!A.fragmentContext&&A.openElements.stackTop>=0){const t=A.openElements.items[0],Q=A.treeAdapter.getNodeSourceCodeLocation(t);if(Q&&!Q.endTag&&(A._setEndLocation(t,e),A.openElements.stackTop>=1)){const t=A.openElements.items[1],Q=A.treeAdapter.getNodeSourceCodeLocation(t);Q&&!Q.endTag&&A._setEndLocation(t,e)}}}}function D(A,t){A._err(t,s.ERR.missingDoctype,!0),A.treeAdapter.setDocumentMode(A.document,B.DOCUMENT_MODE.QUIRKS),A.insertionMode=e.BEFORE_HTML,A._processToken(t)}function L(A,t){A._insertFakeRootElement(),A.insertionMode=e.BEFORE_HEAD,A._processToken(t)}function M(A,t){A._insertFakeElement(B.TAG_NAMES.HEAD,B.TAG_ID.HEAD),A.headElement=A.openElements.current,A.insertionMode=e.IN_HEAD,A._processToken(t)}function F(A,t){switch(t.tagID){case B.TAG_ID.HTML:k(A,t);break;case B.TAG_ID.BASE:case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.LINK:case B.TAG_ID.META:A._appendElement(t,B.NS.HTML),t.ackSelfClosing=!0;break;case B.TAG_ID.TITLE:A._switchToTextParsing(t,Q.TokenizerMode.RCDATA);break;case B.TAG_ID.NOSCRIPT:A.options.scriptingEnabled?A._switchToTextParsing(t,Q.TokenizerMode.RAWTEXT):(A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_HEAD_NO_SCRIPT);break;case B.TAG_ID.NOFRAMES:case B.TAG_ID.STYLE:A._switchToTextParsing(t,Q.TokenizerMode.RAWTEXT);break;case B.TAG_ID.SCRIPT:A._switchToTextParsing(t,Q.TokenizerMode.SCRIPT_DATA);break;case B.TAG_ID.TEMPLATE:A._insertTemplate(t),A.activeFormattingElements.insertMarker(),A.framesetOk=!1,A.insertionMode=e.IN_TEMPLATE,A.tmplInsertionModeStack.unshift(e.IN_TEMPLATE);break;case B.TAG_ID.HEAD:A._err(t,s.ERR.misplacedStartTagForHeadElement);break;default:_(A,t)}}function b(A,e){A.openElements.tmplCount>0?(A.openElements.generateImpliedEndTagsThoroughly(),A.openElements.currentTagId!==B.TAG_ID.TEMPLATE&&A._err(e,s.ERR.closingOfElementWithOpenChildElements),A.openElements.popUntilTagNamePopped(B.TAG_ID.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A.tmplInsertionModeStack.shift(),A._resetInsertionMode()):A._err(e,s.ERR.endTagWithoutMatchingOpenElement)}function _(A,t){A.openElements.pop(),A.insertionMode=e.AFTER_HEAD,A._processToken(t)}function H(A,t){const Q=t.type===c.TokenType.EOF?s.ERR.openElementsLeftAfterEof:s.ERR.disallowedContentInNoscriptInHead;A._err(t,Q),A.openElements.pop(),A.insertionMode=e.IN_HEAD,A._processToken(t)}function N(A,t){A._insertFakeElement(B.TAG_NAMES.BODY,B.TAG_ID.BODY),A.insertionMode=e.IN_BODY,S(A,t)}function S(A,e){switch(e.type){case c.TokenType.CHARACTER:U(A,e);break;case c.TokenType.WHITESPACE_CHARACTER:R(A,e);break;case c.TokenType.COMMENT:m(A,e);break;case c.TokenType.START_TAG:k(A,e);break;case c.TokenType.END_TAG:x(A,e);break;case c.TokenType.EOF:Y(A,e)}}function R(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e)}function U(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e),A.framesetOk=!1}function y(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,B.NS.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}function O(A){const e=(0,c.getTokenAttr)(A,B.ATTRS.TYPE);return null!=e&&"hidden"===e.toLowerCase()}function G(A,e){A._switchToTextParsing(e,Q.TokenizerMode.RAWTEXT)}function v(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML)}function k(A,t){switch(t.tagID){case B.TAG_ID.I:case B.TAG_ID.S:case B.TAG_ID.B:case B.TAG_ID.U:case B.TAG_ID.EM:case B.TAG_ID.TT:case B.TAG_ID.BIG:case B.TAG_ID.CODE:case B.TAG_ID.FONT:case B.TAG_ID.SMALL:case B.TAG_ID.STRIKE:case B.TAG_ID.STRONG:!function(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,t);break;case B.TAG_ID.A:!function(A,e){const t=A.activeFormattingElements.getElementEntryInScopeWithTagName(B.TAG_NAMES.A);t&&(w(A,e),A.openElements.remove(t.element),A.activeFormattingElements.removeEntry(t)),A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,t);break;case B.TAG_ID.H1:case B.TAG_ID.H2:case B.TAG_ID.H3:case B.TAG_ID.H4:case B.TAG_ID.H5:case B.TAG_ID.H6:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),(0,B.isNumberedHeader)(A.openElements.currentTagId)&&A.openElements.pop(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.P:case B.TAG_ID.DL:case B.TAG_ID.OL:case B.TAG_ID.UL:case B.TAG_ID.DIV:case B.TAG_ID.DIR:case B.TAG_ID.NAV:case B.TAG_ID.MAIN:case B.TAG_ID.MENU:case B.TAG_ID.ASIDE:case B.TAG_ID.CENTER:case B.TAG_ID.FIGURE:case B.TAG_ID.FOOTER:case B.TAG_ID.HEADER:case B.TAG_ID.HGROUP:case B.TAG_ID.DIALOG:case B.TAG_ID.DETAILS:case B.TAG_ID.ADDRESS:case B.TAG_ID.ARTICLE:case B.TAG_ID.SECTION:case B.TAG_ID.SUMMARY:case B.TAG_ID.FIELDSET:case B.TAG_ID.BLOCKQUOTE:case B.TAG_ID.FIGCAPTION:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.LI:case B.TAG_ID.DD:case B.TAG_ID.DT:!function(A,e){A.framesetOk=!1;const t=e.tagID;for(let e=A.openElements.stackTop;e>=0;e--){const Q=A.openElements.tagIDs[e];if(t===B.TAG_ID.LI&&Q===B.TAG_ID.LI||(t===B.TAG_ID.DD||t===B.TAG_ID.DT)&&(Q===B.TAG_ID.DD||Q===B.TAG_ID.DT)){A.openElements.generateImpliedEndTagsWithExclusion(Q),A.openElements.popUntilTagNamePopped(Q);break}if(Q!==B.TAG_ID.ADDRESS&&Q!==B.TAG_ID.DIV&&Q!==B.TAG_ID.P&&A._isSpecialElement(A.openElements.items[e],Q))break}A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.BR:case B.TAG_ID.IMG:case B.TAG_ID.WBR:case B.TAG_ID.AREA:case B.TAG_ID.EMBED:case B.TAG_ID.KEYGEN:y(A,t);break;case B.TAG_ID.HR:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._appendElement(e,B.NS.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.RB:case B.TAG_ID.RTC:!function(A,e){A.openElements.hasInScope(B.TAG_ID.RUBY)&&A.openElements.generateImpliedEndTags(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.RT:case B.TAG_ID.RP:!function(A,e){A.openElements.hasInScope(B.TAG_ID.RUBY)&&A.openElements.generateImpliedEndTagsWithExclusion(B.TAG_ID.RTC),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.PRE:case B.TAG_ID.LISTING:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML),A.skipNextNewLine=!0,A.framesetOk=!1}(A,t);break;case B.TAG_ID.XMP:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._reconstructActiveFormattingElements(),A.framesetOk=!1,A._switchToTextParsing(e,Q.TokenizerMode.RAWTEXT)}(A,t);break;case B.TAG_ID.SVG:!function(A,e){A._reconstructActiveFormattingElements(),o.adjustTokenSVGAttrs(e),o.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,B.NS.SVG):A._insertElement(e,B.NS.SVG),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.HTML:!function(A,e){0===A.openElements.tmplCount&&A.treeAdapter.adoptAttributes(A.openElements.items[0],e.attrs)}(A,t);break;case B.TAG_ID.BASE:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.STYLE:case B.TAG_ID.TITLE:case B.TAG_ID.SCRIPT:case B.TAG_ID.BGSOUND:case B.TAG_ID.BASEFONT:case B.TAG_ID.TEMPLATE:F(A,t);break;case B.TAG_ID.BODY:!function(A,e){const t=A.openElements.tryPeekProperlyNestedBodyElement();t&&0===A.openElements.tmplCount&&(A.framesetOk=!1,A.treeAdapter.adoptAttributes(t,e.attrs))}(A,t);break;case B.TAG_ID.FORM:!function(A,e){const t=A.openElements.tmplCount>0;A.formElement&&!t||(A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML),t||(A.formElement=A.openElements.current))}(A,t);break;case B.TAG_ID.NOBR:!function(A,e){A._reconstructActiveFormattingElements(),A.openElements.hasInScope(B.TAG_ID.NOBR)&&(w(A,e),A._reconstructActiveFormattingElements()),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,t);break;case B.TAG_ID.MATH:!function(A,e){A._reconstructActiveFormattingElements(),o.adjustTokenMathMLAttrs(e),o.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,B.NS.MATHML):A._insertElement(e,B.NS.MATHML),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.TABLE:!function(A,t){A.treeAdapter.getDocumentMode(A.document)!==B.DOCUMENT_MODE.QUIRKS&&A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(t,B.NS.HTML),A.framesetOk=!1,A.insertionMode=e.IN_TABLE}(A,t);break;case B.TAG_ID.INPUT:!function(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,B.NS.HTML),O(e)||(A.framesetOk=!1),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.PARAM:case B.TAG_ID.TRACK:case B.TAG_ID.SOURCE:!function(A,e){A._appendElement(e,B.NS.HTML),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.IMAGE:!function(A,e){e.tagName=B.TAG_NAMES.IMG,e.tagID=B.TAG_ID.IMG,y(A,e)}(A,t);break;case B.TAG_ID.BUTTON:!function(A,e){A.openElements.hasInScope(B.TAG_ID.BUTTON)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(B.TAG_ID.BUTTON)),A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.framesetOk=!1}(A,t);break;case B.TAG_ID.APPLET:case B.TAG_ID.OBJECT:case B.TAG_ID.MARQUEE:!function(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.insertMarker(),A.framesetOk=!1}(A,t);break;case B.TAG_ID.IFRAME:!function(A,e){A.framesetOk=!1,A._switchToTextParsing(e,Q.TokenizerMode.RAWTEXT)}(A,t);break;case B.TAG_ID.SELECT:!function(A,t){A._reconstructActiveFormattingElements(),A._insertElement(t,B.NS.HTML),A.framesetOk=!1,A.insertionMode=A.insertionMode===e.IN_TABLE||A.insertionMode===e.IN_CAPTION||A.insertionMode===e.IN_TABLE_BODY||A.insertionMode===e.IN_ROW||A.insertionMode===e.IN_CELL?e.IN_SELECT_IN_TABLE:e.IN_SELECT}(A,t);break;case B.TAG_ID.OPTION:case B.TAG_ID.OPTGROUP:!function(A,e){A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop(),A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.NOEMBED:G(A,t);break;case B.TAG_ID.FRAMESET:!function(A,t){const Q=A.openElements.tryPeekProperlyNestedBodyElement();A.framesetOk&&Q&&(A.treeAdapter.detachNode(Q),A.openElements.popAllUpToHtmlElement(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_FRAMESET)}(A,t);break;case B.TAG_ID.TEXTAREA:!function(A,t){A._insertElement(t,B.NS.HTML),A.skipNextNewLine=!0,A.tokenizer.state=Q.TokenizerMode.RCDATA,A.originalInsertionMode=A.insertionMode,A.framesetOk=!1,A.insertionMode=e.TEXT}(A,t);break;case B.TAG_ID.NOSCRIPT:A.options.scriptingEnabled?G(A,t):v(A,t);break;case B.TAG_ID.PLAINTEXT:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML),A.tokenizer.state=Q.TokenizerMode.PLAINTEXT}(A,t);break;case B.TAG_ID.COL:case B.TAG_ID.TH:case B.TAG_ID.TD:case B.TAG_ID.TR:case B.TAG_ID.HEAD:case B.TAG_ID.FRAME:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:case B.TAG_ID.CAPTION:case B.TAG_ID.COLGROUP:break;default:v(A,t)}}function V(A,e){const t=e.tagName,Q=e.tagID;for(let e=A.openElements.stackTop;e>0;e--){const n=A.openElements.items[e],r=A.openElements.tagIDs[e];if(Q===r&&(Q!==B.TAG_ID.UNKNOWN||A.treeAdapter.getTagName(n)===t)){A.openElements.generateImpliedEndTagsWithExclusion(Q),A.openElements.stackTop>=e&&A.openElements.shortenToLength(e);break}if(A._isSpecialElement(n,r))break}}function x(A,t){switch(t.tagID){case B.TAG_ID.A:case B.TAG_ID.B:case B.TAG_ID.I:case B.TAG_ID.S:case B.TAG_ID.U:case B.TAG_ID.EM:case B.TAG_ID.TT:case B.TAG_ID.BIG:case B.TAG_ID.CODE:case B.TAG_ID.FONT:case B.TAG_ID.NOBR:case B.TAG_ID.SMALL:case B.TAG_ID.STRIKE:case B.TAG_ID.STRONG:w(A,t);break;case B.TAG_ID.P:!function(A){A.openElements.hasInButtonScope(B.TAG_ID.P)||A._insertFakeElement(B.TAG_NAMES.P,B.TAG_ID.P),A._closePElement()}(A);break;case B.TAG_ID.DL:case B.TAG_ID.UL:case B.TAG_ID.OL:case B.TAG_ID.DIR:case B.TAG_ID.DIV:case B.TAG_ID.NAV:case B.TAG_ID.PRE:case B.TAG_ID.MAIN:case B.TAG_ID.MENU:case B.TAG_ID.ASIDE:case B.TAG_ID.BUTTON:case B.TAG_ID.CENTER:case B.TAG_ID.FIGURE:case B.TAG_ID.FOOTER:case B.TAG_ID.HEADER:case B.TAG_ID.HGROUP:case B.TAG_ID.DIALOG:case B.TAG_ID.ADDRESS:case B.TAG_ID.ARTICLE:case B.TAG_ID.DETAILS:case B.TAG_ID.SECTION:case B.TAG_ID.SUMMARY:case B.TAG_ID.LISTING:case B.TAG_ID.FIELDSET:case B.TAG_ID.BLOCKQUOTE:case B.TAG_ID.FIGCAPTION:!function(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t))}(A,t);break;case B.TAG_ID.LI:!function(A){A.openElements.hasInListItemScope(B.TAG_ID.LI)&&(A.openElements.generateImpliedEndTagsWithExclusion(B.TAG_ID.LI),A.openElements.popUntilTagNamePopped(B.TAG_ID.LI))}(A);break;case B.TAG_ID.DD:case B.TAG_ID.DT:!function(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTagsWithExclusion(t),A.openElements.popUntilTagNamePopped(t))}(A,t);break;case B.TAG_ID.H1:case B.TAG_ID.H2:case B.TAG_ID.H3:case B.TAG_ID.H4:case B.TAG_ID.H5:case B.TAG_ID.H6:!function(A){A.openElements.hasNumberedHeaderInScope()&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilNumberedHeaderPopped())}(A);break;case B.TAG_ID.BR:!function(A){A._reconstructActiveFormattingElements(),A._insertFakeElement(B.TAG_NAMES.BR,B.TAG_ID.BR),A.openElements.pop(),A.framesetOk=!1}(A);break;case B.TAG_ID.BODY:!function(A,t){if(A.openElements.hasInScope(B.TAG_ID.BODY)&&(A.insertionMode=e.AFTER_BODY,A.options.sourceCodeLocationInfo)){const e=A.openElements.tryPeekProperlyNestedBodyElement();e&&A._setEndLocation(e,t)}}(A,t);break;case B.TAG_ID.HTML:!function(A,t){A.openElements.hasInScope(B.TAG_ID.BODY)&&(A.insertionMode=e.AFTER_BODY,aA(A,t))}(A,t);break;case B.TAG_ID.FORM:!function(A){const e=A.openElements.tmplCount>0,{formElement:t}=A;e||(A.formElement=null),(t||e)&&A.openElements.hasInScope(B.TAG_ID.FORM)&&(A.openElements.generateImpliedEndTags(),e?A.openElements.popUntilTagNamePopped(B.TAG_ID.FORM):t&&A.openElements.remove(t))}(A);break;case B.TAG_ID.APPLET:case B.TAG_ID.OBJECT:case B.TAG_ID.MARQUEE:!function(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t),A.activeFormattingElements.clearToLastMarker())}(A,t);break;case B.TAG_ID.TEMPLATE:b(A,t);break;default:V(A,t)}}function Y(A,e){A.tmplInsertionModeStack.length>0?iA(A,e):f(A,e)}function P(A,t){if(E.has(A.openElements.currentTagId))switch(A.pendingCharacterTokens.length=0,A.hasNonWhitespacePendingCharacterToken=!1,A.originalInsertionMode=A.insertionMode,A.insertionMode=e.IN_TABLE_TEXT,t.type){case c.TokenType.CHARACTER:z(A,t);break;case c.TokenType.WHITESPACE_CHARACTER:W(A,t)}else X(A,t)}function Z(A,t){switch(t.tagID){case B.TAG_ID.TD:case B.TAG_ID.TH:case B.TAG_ID.TR:!function(A,t){A.openElements.clearBackToTableContext(),A._insertFakeElement(B.TAG_NAMES.TBODY,B.TAG_ID.TBODY),A.insertionMode=e.IN_TABLE_BODY,AA(A,t)}(A,t);break;case B.TAG_ID.STYLE:case B.TAG_ID.SCRIPT:case B.TAG_ID.TEMPLATE:F(A,t);break;case B.TAG_ID.COL:!function(A,t){A.openElements.clearBackToTableContext(),A._insertFakeElement(B.TAG_NAMES.COLGROUP,B.TAG_ID.COLGROUP),A.insertionMode=e.IN_COLUMN_GROUP,q(A,t)}(A,t);break;case B.TAG_ID.FORM:!function(A,e){A.formElement||0!==A.openElements.tmplCount||(A._insertElement(e,B.NS.HTML),A.formElement=A.openElements.current,A.openElements.pop())}(A,t);break;case B.TAG_ID.TABLE:!function(A,e){A.openElements.hasInTableScope(B.TAG_ID.TABLE)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.TABLE),A._resetInsertionMode(),A._processStartTag(e))}(A,t);break;case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:!function(A,t){A.openElements.clearBackToTableContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_TABLE_BODY}(A,t);break;case B.TAG_ID.INPUT:!function(A,e){O(e)?A._appendElement(e,B.NS.HTML):X(A,e),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.CAPTION:!function(A,t){A.openElements.clearBackToTableContext(),A.activeFormattingElements.insertMarker(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_CAPTION}(A,t);break;case B.TAG_ID.COLGROUP:!function(A,t){A.openElements.clearBackToTableContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_COLUMN_GROUP}(A,t);break;default:X(A,t)}}function J(A,e){switch(e.tagID){case B.TAG_ID.TABLE:A.openElements.hasInTableScope(B.TAG_ID.TABLE)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.TABLE),A._resetInsertionMode());break;case B.TAG_ID.TEMPLATE:b(A,e);break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TBODY:case B.TAG_ID.TD:case B.TAG_ID.TFOOT:case B.TAG_ID.TH:case B.TAG_ID.THEAD:case B.TAG_ID.TR:break;default:X(A,e)}}function X(A,e){const t=A.fosterParentingEnabled;A.fosterParentingEnabled=!0,S(A,e),A.fosterParentingEnabled=t}function W(A,e){A.pendingCharacterTokens.push(e)}function z(A,e){A.pendingCharacterTokens.push(e),A.hasNonWhitespacePendingCharacterToken=!0}function j(A,e){let t=0;if(A.hasNonWhitespacePendingCharacterToken)for(;t 0&&this._setContextModes(A,e)}onItemPop(A,e){var t,Q;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(A,this.currentToken),null===(Q=(t=this.treeAdapter).onItemPop)||void 0===Q||Q.call(t,A,this.openElements.current),e){let A,e;0===this.openElements.stackTop&&this.fragmentContext?(A=this.fragmentContext,e=this.fragmentContextID):({current:A,currentTagId:e}=this.openElements),this._setContextModes(A,e)}}_setContextModes(A,e){const t=A===this.document||this.treeAdapter.getNamespaceURI(A)===B.NS.HTML;this.currentNotInHTML=!t,this.tokenizer.inForeignNode=!t&&!this._isIntegrationPoint(e,A)}_switchToTextParsing(A,t){this._insertElement(A,B.NS.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=e.TEXT}switchToPlaintextParsing(){this.insertionMode=e.TEXT,this.originalInsertionMode=e.IN_BODY,this.tokenizer.state=Q.TokenizerMode.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let A=this.fragmentContext;for(;A;){if(this.treeAdapter.getTagName(A)===B.TAG_NAMES.FORM){this.formElement=A;break}A=this.treeAdapter.getParentNode(A)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===B.NS.HTML)switch(this.fragmentContextID){case B.TAG_ID.TITLE:case B.TAG_ID.TEXTAREA:this.tokenizer.state=Q.TokenizerMode.RCDATA;break;case B.TAG_ID.STYLE:case B.TAG_ID.XMP:case B.TAG_ID.IFRAME:case B.TAG_ID.NOEMBED:case B.TAG_ID.NOFRAMES:case B.TAG_ID.NOSCRIPT:this.tokenizer.state=Q.TokenizerMode.RAWTEXT;break;case B.TAG_ID.SCRIPT:this.tokenizer.state=Q.TokenizerMode.SCRIPT_DATA;break;case B.TAG_ID.PLAINTEXT:this.tokenizer.state=Q.TokenizerMode.PLAINTEXT}}_setDocumentType(A){const e=A.name||"",t=A.publicId||"",Q=A.systemId||"";if(this.treeAdapter.setDocumentType(this.document,e,t,Q),A.location){const e=this.treeAdapter.getChildNodes(this.document).find((A=>this.treeAdapter.isDocumentTypeNode(A)));e&&this.treeAdapter.setNodeSourceCodeLocation(e,A.location)}}_attachElementToTree(A,e){if(this.options.sourceCodeLocationInfo){const t=e&&Object.assign(Object.assign({},e),{startTag:e});this.treeAdapter.setNodeSourceCodeLocation(A,t)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(A);else{const e=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(e,A)}}_appendElement(A,e){const t=this.treeAdapter.createElement(A.tagName,e,A.attrs);this._attachElementToTree(t,A.location)}_insertElement(A,e){const t=this.treeAdapter.createElement(A.tagName,e,A.attrs);this._attachElementToTree(t,A.location),this.openElements.push(t,A.tagID)}_insertFakeElement(A,e){const t=this.treeAdapter.createElement(A,B.NS.HTML,[]);this._attachElementToTree(t,null),this.openElements.push(t,e)}_insertTemplate(A){const e=this.treeAdapter.createElement(A.tagName,B.NS.HTML,A.attrs),t=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(e,t),this._attachElementToTree(e,A.location),this.openElements.push(e,A.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null)}_insertFakeRootElement(){const A=this.treeAdapter.createElement(B.TAG_NAMES.HTML,B.NS.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(A,null),this.treeAdapter.appendChild(this.openElements.current,A),this.openElements.push(A,B.TAG_ID.HTML)}_appendCommentNode(A,e){const t=this.treeAdapter.createCommentNode(A.data);this.treeAdapter.appendChild(e,t),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,A.location)}_insertCharacters(A){let e,t;if(this._shouldFosterParentOnInsertion()?(({parent:e,beforeElement:t}=this._findFosterParentingLocation()),t?this.treeAdapter.insertTextBefore(e,A.chars,t):this.treeAdapter.insertText(e,A.chars)):(e=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(e,A.chars)),!A.location)return;const Q=this.treeAdapter.getChildNodes(e),n=t?Q.lastIndexOf(t):Q.length,r=Q[n-1];if(this.treeAdapter.getNodeSourceCodeLocation(r)){const{endLine:e,endCol:t,endOffset:Q}=A.location;this.treeAdapter.updateNodeSourceCodeLocation(r,{endLine:e,endCol:t,endOffset:Q})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,A.location)}_adoptNodes(A,e){for(let t=this.treeAdapter.getFirstChild(A);t;t=this.treeAdapter.getFirstChild(A))this.treeAdapter.detachNode(t),this.treeAdapter.appendChild(e,t)}_setEndLocation(A,e){if(this.treeAdapter.getNodeSourceCodeLocation(A)&&e.location){const t=e.location,Q=this.treeAdapter.getTagName(A),n=e.type===c.TokenType.END_TAG&&Q===e.tagName?{endTag:Object.assign({},t),endLine:t.endLine,endCol:t.endCol,endOffset:t.endOffset}:{endLine:t.startLine,endCol:t.startCol,endOffset:t.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(A,n)}}shouldProcessStartTagTokenInForeignContent(A){if(!this.currentNotInHTML)return!1;let e,t;return 0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):({current:e,currentTagId:t}=this.openElements),(A.tagID!==B.TAG_ID.SVG||this.treeAdapter.getTagName(e)!==B.TAG_NAMES.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(e)!==B.NS.MATHML)&&(this.tokenizer.inForeignNode||(A.tagID===B.TAG_ID.MGLYPH||A.tagID===B.TAG_ID.MALIGNMARK)&&!this._isIntegrationPoint(t,e,B.NS.HTML))}_processToken(A){switch(A.type){case c.TokenType.CHARACTER:this.onCharacter(A);break;case c.TokenType.NULL_CHARACTER:this.onNullCharacter(A);break;case c.TokenType.COMMENT:this.onComment(A);break;case c.TokenType.DOCTYPE:this.onDoctype(A);break;case c.TokenType.START_TAG:this._processStartTag(A);break;case c.TokenType.END_TAG:this.onEndTag(A);break;case c.TokenType.EOF:this.onEof(A);break;case c.TokenType.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(A)}}_isIntegrationPoint(A,e,t){const Q=this.treeAdapter.getNamespaceURI(e),n=this.treeAdapter.getAttrList(e);return o.isIntegrationPoint(A,Q,n,t)}_reconstructActiveFormattingElements(){const A=this.activeFormattingElements.entries.length;if(A){const e=this.activeFormattingElements.entries.findIndex((A=>A.type===r.EntryType.Marker||this.openElements.contains(A.element)));for(let t=e<0?A-1:e-1;t>=0;t--){const A=this.activeFormattingElements.entries[t];this._insertElement(A.token,this.treeAdapter.getNamespaceURI(A.element)),A.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=e.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(B.TAG_ID.P),this.openElements.popUntilTagNamePopped(B.TAG_ID.P)}_resetInsertionMode(){for(let A=this.openElements.stackTop;A>=0;A--)switch(0===A&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[A]){case B.TAG_ID.TR:return void(this.insertionMode=e.IN_ROW);case B.TAG_ID.TBODY:case B.TAG_ID.THEAD:case B.TAG_ID.TFOOT:return void(this.insertionMode=e.IN_TABLE_BODY);case B.TAG_ID.CAPTION:return void(this.insertionMode=e.IN_CAPTION);case B.TAG_ID.COLGROUP:return void(this.insertionMode=e.IN_COLUMN_GROUP);case B.TAG_ID.TABLE:return void(this.insertionMode=e.IN_TABLE);case B.TAG_ID.BODY:return void(this.insertionMode=e.IN_BODY);case B.TAG_ID.FRAMESET:return void(this.insertionMode=e.IN_FRAMESET);case B.TAG_ID.SELECT:return void this._resetInsertionModeForSelect(A);case B.TAG_ID.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case B.TAG_ID.HTML:return void(this.insertionMode=this.headElement?e.AFTER_HEAD:e.BEFORE_HEAD);case B.TAG_ID.TD:case B.TAG_ID.TH:if(A>0)return void(this.insertionMode=e.IN_CELL);break;case B.TAG_ID.HEAD:if(A>0)return void(this.insertionMode=e.IN_HEAD)}this.insertionMode=e.IN_BODY}_resetInsertionModeForSelect(A){if(A>0)for(let t=A-1;t>0;t--){const A=this.openElements.tagIDs[t];if(A===B.TAG_ID.TEMPLATE)break;if(A===B.TAG_ID.TABLE)return void(this.insertionMode=e.IN_SELECT_IN_TABLE)}this.insertionMode=e.IN_SELECT}_isElementCausesFosterParenting(A){return E.has(A)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let A=this.openElements.stackTop;A>=0;A--){const e=this.openElements.items[A];switch(this.openElements.tagIDs[A]){case B.TAG_ID.TEMPLATE:if(this.treeAdapter.getNamespaceURI(e)===B.NS.HTML)return{parent:this.treeAdapter.getTemplateContent(e),beforeElement:null};break;case B.TAG_ID.TABLE:{const t=this.treeAdapter.getParentNode(e);return t?{parent:t,beforeElement:e}:{parent:this.openElements.items[A-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(A){const e=this._findFosterParentingLocation();e.beforeElement?this.treeAdapter.insertBefore(e.parent,A,e.beforeElement):this.treeAdapter.appendChild(e.parent,A)}_isSpecialElement(A,e){const t=this.treeAdapter.getNamespaceURI(A);return B.SPECIAL_ELEMENTS[t].has(e)}onCharacter(A){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(A,e){A._insertCharacters(e),A.framesetOk=!1}(this,A);else switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:L(this,A);break;case e.BEFORE_HEAD:M(this,A);break;case e.IN_HEAD:_(this,A);break;case e.IN_HEAD_NO_SCRIPT:H(this,A);break;case e.AFTER_HEAD:N(this,A);break;case e.IN_BODY:case e.IN_CAPTION:case e.IN_CELL:case e.IN_TEMPLATE:U(this,A);break;case e.TEXT:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:this._insertCharacters(A);break;case e.IN_TABLE:case e.IN_TABLE_BODY:case e.IN_ROW:P(this,A);break;case e.IN_TABLE_TEXT:z(this,A);break;case e.IN_COLUMN_GROUP:$(this,A);break;case e.AFTER_BODY:oA(this,A);break;case e.AFTER_AFTER_BODY:sA(this,A)}}onNullCharacter(A){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(A,e){e.chars=T.REPLACEMENT_CHARACTER,A._insertCharacters(e)}(this,A);else switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:L(this,A);break;case e.BEFORE_HEAD:M(this,A);break;case e.IN_HEAD:_(this,A);break;case e.IN_HEAD_NO_SCRIPT:H(this,A);break;case e.AFTER_HEAD:N(this,A);break;case e.TEXT:this._insertCharacters(A);break;case e.IN_TABLE:case e.IN_TABLE_BODY:case e.IN_ROW:P(this,A);break;case e.IN_COLUMN_GROUP:$(this,A);break;case e.AFTER_BODY:oA(this,A);break;case e.AFTER_AFTER_BODY:sA(this,A)}}onComment(A){if(this.skipNextNewLine=!1,this.currentNotInHTML)m(this,A);else switch(this.insertionMode){case e.INITIAL:case e.BEFORE_HTML:case e.BEFORE_HEAD:case e.IN_HEAD:case e.IN_HEAD_NO_SCRIPT:case e.AFTER_HEAD:case e.IN_BODY:case e.IN_TABLE:case e.IN_CAPTION:case e.IN_COLUMN_GROUP:case e.IN_TABLE_BODY:case e.IN_ROW:case e.IN_CELL:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:case e.IN_TEMPLATE:case e.IN_FRAMESET:case e.AFTER_FRAMESET:m(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.AFTER_BODY:!function(A,e){A._appendCommentNode(e,A.openElements.items[0])}(this,A);break;case e.AFTER_AFTER_BODY:case e.AFTER_AFTER_FRAMESET:!function(A,e){A._appendCommentNode(e,A.document)}(this,A)}}onDoctype(A){switch(this.skipNextNewLine=!1,this.insertionMode){case e.INITIAL:!function(A,t){A._setDocumentType(t);const Q=t.forceQuirks?B.DOCUMENT_MODE.QUIRKS:a.getDocumentMode(t);a.isConforming(t)||A._err(t,s.ERR.nonConformingDoctype);A.treeAdapter.setDocumentMode(A.document,Q),A.insertionMode=e.BEFORE_HTML}(this,A);break;case e.BEFORE_HEAD:case e.IN_HEAD:case e.IN_HEAD_NO_SCRIPT:case e.AFTER_HEAD:this._err(A,s.ERR.misplacedDoctype);break;case e.IN_TABLE_TEXT:j(this,A)}}onStartTag(A){this.skipNextNewLine=!1,this.currentToken=A,this._processStartTag(A),A.selfClosing&&!A.ackSelfClosing&&this._err(A,s.ERR.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(A){this.shouldProcessStartTagTokenInForeignContent(A)?function(A,e){if(o.causesExit(e))TA(A),A._startTagOutsideForeignContent(e);else{const t=A._getAdjustedCurrentElement(),Q=A.treeAdapter.getNamespaceURI(t);Q===B.NS.MATHML?o.adjustTokenMathMLAttrs(e):Q===B.NS.SVG&&(o.adjustTokenSVGTagName(e),o.adjustTokenSVGAttrs(e)),o.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,Q):A._insertElement(e,Q),e.ackSelfClosing=!0}}(this,A):this._startTagOutsideForeignContent(A)}_startTagOutsideForeignContent(A){switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:!function(A,t){t.tagID===B.TAG_ID.HTML?(A._insertElement(t,B.NS.HTML),A.insertionMode=e.BEFORE_HEAD):L(A,t)}(this,A);break;case e.BEFORE_HEAD:!function(A,t){switch(t.tagID){case B.TAG_ID.HTML:k(A,t);break;case B.TAG_ID.HEAD:A._insertElement(t,B.NS.HTML),A.headElement=A.openElements.current,A.insertionMode=e.IN_HEAD;break;default:M(A,t)}}(this,A);break;case e.IN_HEAD:F(this,A);break;case e.IN_HEAD_NO_SCRIPT:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.HEAD:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.NOFRAMES:case B.TAG_ID.STYLE:F(A,e);break;case B.TAG_ID.NOSCRIPT:A._err(e,s.ERR.nestedNoscriptInHead);break;default:H(A,e)}}(this,A);break;case e.AFTER_HEAD:!function(A,t){switch(t.tagID){case B.TAG_ID.HTML:k(A,t);break;case B.TAG_ID.BODY:A._insertElement(t,B.NS.HTML),A.framesetOk=!1,A.insertionMode=e.IN_BODY;break;case B.TAG_ID.FRAMESET:A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_FRAMESET;break;case B.TAG_ID.BASE:case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.NOFRAMES:case B.TAG_ID.SCRIPT:case B.TAG_ID.STYLE:case B.TAG_ID.TEMPLATE:case B.TAG_ID.TITLE:A._err(t,s.ERR.abandonedHeadElementChild),A.openElements.push(A.headElement,B.TAG_ID.HEAD),F(A,t),A.openElements.remove(A.headElement);break;case B.TAG_ID.HEAD:A._err(t,s.ERR.misplacedStartTagForHeadElement);break;default:N(A,t)}}(this,A);break;case e.IN_BODY:k(this,A);break;case e.IN_TABLE:Z(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.IN_CAPTION:!function(A,t){const Q=t.tagID;K.has(Q)?A.openElements.hasInTableScope(B.TAG_ID.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(B.TAG_ID.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=e.IN_TABLE,Z(A,t)):k(A,t)}(this,A);break;case e.IN_COLUMN_GROUP:q(this,A);break;case e.IN_TABLE_BODY:AA(this,A);break;case e.IN_ROW:tA(this,A);break;case e.IN_CELL:!function(A,e){const t=e.tagID;K.has(t)?(A.openElements.hasInTableScope(B.TAG_ID.TD)||A.openElements.hasInTableScope(B.TAG_ID.TH))&&(A._closeTableCell(),tA(A,e)):k(A,e)}(this,A);break;case e.IN_SELECT:nA(this,A);break;case e.IN_SELECT_IN_TABLE:!function(A,e){const t=e.tagID;t===B.TAG_ID.CAPTION||t===B.TAG_ID.TABLE||t===B.TAG_ID.TBODY||t===B.TAG_ID.TFOOT||t===B.TAG_ID.THEAD||t===B.TAG_ID.TR||t===B.TAG_ID.TD||t===B.TAG_ID.TH?(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode(),A._processStartTag(e)):nA(A,e)}(this,A);break;case e.IN_TEMPLATE:!function(A,t){switch(t.tagID){case B.TAG_ID.BASE:case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.NOFRAMES:case B.TAG_ID.SCRIPT:case B.TAG_ID.STYLE:case B.TAG_ID.TEMPLATE:case B.TAG_ID.TITLE:F(A,t);break;case B.TAG_ID.CAPTION:case B.TAG_ID.COLGROUP:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:A.tmplInsertionModeStack[0]=e.IN_TABLE,A.insertionMode=e.IN_TABLE,Z(A,t);break;case B.TAG_ID.COL:A.tmplInsertionModeStack[0]=e.IN_COLUMN_GROUP,A.insertionMode=e.IN_COLUMN_GROUP,q(A,t);break;case B.TAG_ID.TR:A.tmplInsertionModeStack[0]=e.IN_TABLE_BODY,A.insertionMode=e.IN_TABLE_BODY,AA(A,t);break;case B.TAG_ID.TD:case B.TAG_ID.TH:A.tmplInsertionModeStack[0]=e.IN_ROW,A.insertionMode=e.IN_ROW,tA(A,t);break;default:A.tmplInsertionModeStack[0]=e.IN_BODY,A.insertionMode=e.IN_BODY,k(A,t)}}(this,A);break;case e.AFTER_BODY:!function(A,e){e.tagID===B.TAG_ID.HTML?k(A,e):oA(A,e)}(this,A);break;case e.IN_FRAMESET:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.FRAMESET:A._insertElement(e,B.NS.HTML);break;case B.TAG_ID.FRAME:A._appendElement(e,B.NS.HTML),e.ackSelfClosing=!0;break;case B.TAG_ID.NOFRAMES:F(A,e)}}(this,A);break;case e.AFTER_FRAMESET:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.NOFRAMES:F(A,e)}}(this,A);break;case e.AFTER_AFTER_BODY:!function(A,e){e.tagID===B.TAG_ID.HTML?k(A,e):sA(A,e)}(this,A);break;case e.AFTER_AFTER_FRAMESET:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.NOFRAMES:F(A,e)}}(this,A)}}onEndTag(A){this.skipNextNewLine=!1,this.currentToken=A,this.currentNotInHTML?function(A,e){if(e.tagID===B.TAG_ID.P||e.tagID===B.TAG_ID.BR)return TA(A),void A._endTagOutsideForeignContent(e);for(let t=A.openElements.stackTop;t>0;t--){const Q=A.openElements.items[t];if(A.treeAdapter.getNamespaceURI(Q)===B.NS.HTML){A._endTagOutsideForeignContent(e);break}const n=A.treeAdapter.getTagName(Q);if(n.toLowerCase()===e.tagName){e.tagName=n,A.openElements.shortenToLength(t);break}}}(this,A):this._endTagOutsideForeignContent(A)}_endTagOutsideForeignContent(A){switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:!function(A,e){const t=e.tagID;t!==B.TAG_ID.HTML&&t!==B.TAG_ID.HEAD&&t!==B.TAG_ID.BODY&&t!==B.TAG_ID.BR||L(A,e)}(this,A);break;case e.BEFORE_HEAD:!function(A,e){const t=e.tagID;t===B.TAG_ID.HEAD||t===B.TAG_ID.BODY||t===B.TAG_ID.HTML||t===B.TAG_ID.BR?M(A,e):A._err(e,s.ERR.endTagWithoutMatchingOpenElement)}(this,A);break;case e.IN_HEAD:!function(A,t){switch(t.tagID){case B.TAG_ID.HEAD:A.openElements.pop(),A.insertionMode=e.AFTER_HEAD;break;case B.TAG_ID.BODY:case B.TAG_ID.BR:case B.TAG_ID.HTML:_(A,t);break;case B.TAG_ID.TEMPLATE:b(A,t);break;default:A._err(t,s.ERR.endTagWithoutMatchingOpenElement)}}(this,A);break;case e.IN_HEAD_NO_SCRIPT:!function(A,t){switch(t.tagID){case B.TAG_ID.NOSCRIPT:A.openElements.pop(),A.insertionMode=e.IN_HEAD;break;case B.TAG_ID.BR:H(A,t);break;default:A._err(t,s.ERR.endTagWithoutMatchingOpenElement)}}(this,A);break;case e.AFTER_HEAD:!function(A,e){switch(e.tagID){case B.TAG_ID.BODY:case B.TAG_ID.HTML:case B.TAG_ID.BR:N(A,e);break;case B.TAG_ID.TEMPLATE:b(A,e);break;default:A._err(e,s.ERR.endTagWithoutMatchingOpenElement)}}(this,A);break;case e.IN_BODY:x(this,A);break;case e.TEXT:!function(A,e){var t;e.tagID===B.TAG_ID.SCRIPT&&(null===(t=A.scriptHandler)||void 0===t||t.call(A,A.openElements.current));A.openElements.pop(),A.insertionMode=A.originalInsertionMode}(this,A);break;case e.IN_TABLE:J(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.IN_CAPTION:!function(A,t){const Q=t.tagID;switch(Q){case B.TAG_ID.CAPTION:case B.TAG_ID.TABLE:A.openElements.hasInTableScope(B.TAG_ID.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(B.TAG_ID.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=e.IN_TABLE,Q===B.TAG_ID.TABLE&&J(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TBODY:case B.TAG_ID.TD:case B.TAG_ID.TFOOT:case B.TAG_ID.TH:case B.TAG_ID.THEAD:case B.TAG_ID.TR:break;default:x(A,t)}}(this,A);break;case e.IN_COLUMN_GROUP:!function(A,t){switch(t.tagID){case B.TAG_ID.COLGROUP:A.openElements.currentTagId===B.TAG_ID.COLGROUP&&(A.openElements.pop(),A.insertionMode=e.IN_TABLE);break;case B.TAG_ID.TEMPLATE:b(A,t);break;case B.TAG_ID.COL:break;default:$(A,t)}}(this,A);break;case e.IN_TABLE_BODY:eA(this,A);break;case e.IN_ROW:QA(this,A);break;case e.IN_CELL:!function(A,t){const Q=t.tagID;switch(Q){case B.TAG_ID.TD:case B.TAG_ID.TH:A.openElements.hasInTableScope(Q)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(Q),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=e.IN_ROW);break;case B.TAG_ID.TABLE:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:case B.TAG_ID.TR:A.openElements.hasInTableScope(Q)&&(A._closeTableCell(),QA(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:break;default:x(A,t)}}(this,A);break;case e.IN_SELECT:rA(this,A);break;case e.IN_SELECT_IN_TABLE:!function(A,e){const t=e.tagID;t===B.TAG_ID.CAPTION||t===B.TAG_ID.TABLE||t===B.TAG_ID.TBODY||t===B.TAG_ID.TFOOT||t===B.TAG_ID.THEAD||t===B.TAG_ID.TR||t===B.TAG_ID.TD||t===B.TAG_ID.TH?A.openElements.hasInTableScope(t)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode(),A.onEndTag(e)):rA(A,e)}(this,A);break;case e.IN_TEMPLATE:!function(A,e){e.tagID===B.TAG_ID.TEMPLATE&&b(A,e)}(this,A);break;case e.AFTER_BODY:aA(this,A);break;case e.IN_FRAMESET:!function(A,t){t.tagID!==B.TAG_ID.FRAMESET||A.openElements.isRootHtmlElementCurrent()||(A.openElements.pop(),A.fragmentContext||A.openElements.currentTagId===B.TAG_ID.FRAMESET||(A.insertionMode=e.AFTER_FRAMESET))}(this,A);break;case e.AFTER_FRAMESET:!function(A,t){t.tagID===B.TAG_ID.HTML&&(A.insertionMode=e.AFTER_AFTER_FRAMESET)}(this,A);break;case e.AFTER_AFTER_BODY:sA(this,A)}}onEof(A){switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:L(this,A);break;case e.BEFORE_HEAD:M(this,A);break;case e.IN_HEAD:_(this,A);break;case e.IN_HEAD_NO_SCRIPT:H(this,A);break;case e.AFTER_HEAD:N(this,A);break;case e.IN_BODY:case e.IN_TABLE:case e.IN_CAPTION:case e.IN_COLUMN_GROUP:case e.IN_TABLE_BODY:case e.IN_ROW:case e.IN_CELL:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:Y(this,A);break;case e.TEXT:!function(A,e){A._err(e,s.ERR.eofInElementThatCanContainOnlyText),A.openElements.pop(),A.insertionMode=A.originalInsertionMode,A.onEof(e)}(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.IN_TEMPLATE:iA(this,A);break;case e.AFTER_BODY:case e.IN_FRAMESET:case e.AFTER_FRAMESET:case e.AFTER_AFTER_BODY:case e.AFTER_AFTER_FRAMESET:f(this,A)}}onWhitespaceCharacter(A){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,A.chars.charCodeAt(0)===T.CODE_POINTS.LINE_FEED)){if(1===A.chars.length)return;A.chars=A.chars.substr(1)}if(this.tokenizer.inForeignNode)this._insertCharacters(A);else switch(this.insertionMode){case e.IN_HEAD:case e.IN_HEAD_NO_SCRIPT:case e.AFTER_HEAD:case e.TEXT:case e.IN_COLUMN_GROUP:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:case e.IN_FRAMESET:case e.AFTER_FRAMESET:this._insertCharacters(A);break;case e.IN_BODY:case e.IN_CAPTION:case e.IN_CELL:case e.IN_TEMPLATE:case e.AFTER_BODY:case e.AFTER_AFTER_BODY:case e.AFTER_AFTER_FRAMESET:R(this,A);break;case e.IN_TABLE:case e.IN_TABLE_BODY:case e.IN_ROW:P(this,A);break;case e.IN_TABLE_TEXT:W(this,A)}}};var K=new Set([B.TAG_ID.CAPTION,B.TAG_ID.COL,B.TAG_ID.COLGROUP,B.TAG_ID.TBODY,B.TAG_ID.TD,B.TAG_ID.TFOOT,B.TAG_ID.TH,B.TAG_ID.THEAD,B.TAG_ID.TR]);function q(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.COL:A._appendElement(e,B.NS.HTML),e.ackSelfClosing=!0;break;case B.TAG_ID.TEMPLATE:F(A,e);break;default:$(A,e)}}function $(A,t){A.openElements.currentTagId===B.TAG_ID.COLGROUP&&(A.openElements.pop(),A.insertionMode=e.IN_TABLE,A._processToken(t))}function AA(A,t){switch(t.tagID){case B.TAG_ID.TR:A.openElements.clearBackToTableBodyContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_ROW;break;case B.TAG_ID.TH:case B.TAG_ID.TD:A.openElements.clearBackToTableBodyContext(),A._insertFakeElement(B.TAG_NAMES.TR,B.TAG_ID.TR),A.insertionMode=e.IN_ROW,tA(A,t);break;case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE,Z(A,t));break;default:Z(A,t)}}function eA(A,t){const Q=t.tagID;switch(t.tagID){case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:A.openElements.hasInTableScope(Q)&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE);break;case B.TAG_ID.TABLE:A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE,J(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TD:case B.TAG_ID.TH:case B.TAG_ID.TR:break;default:J(A,t)}}function tA(A,t){switch(t.tagID){case B.TAG_ID.TH:case B.TAG_ID.TD:A.openElements.clearBackToTableRowContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_CELL,A.activeFormattingElements.insertMarker();break;case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:case B.TAG_ID.TR:A.openElements.hasInTableScope(B.TAG_ID.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY,AA(A,t));break;default:Z(A,t)}}function QA(A,t){switch(t.tagID){case B.TAG_ID.TR:A.openElements.hasInTableScope(B.TAG_ID.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY);break;case B.TAG_ID.TABLE:A.openElements.hasInTableScope(B.TAG_ID.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY,eA(A,t));break;case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:(A.openElements.hasInTableScope(t.tagID)||A.openElements.hasInTableScope(B.TAG_ID.TR))&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY,eA(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TD:case B.TAG_ID.TH:break;default:J(A,t)}}function nA(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.OPTION:A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop(),A._insertElement(e,B.NS.HTML);break;case B.TAG_ID.OPTGROUP:A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop(),A.openElements.currentTagId===B.TAG_ID.OPTGROUP&&A.openElements.pop(),A._insertElement(e,B.NS.HTML);break;case B.TAG_ID.INPUT:case B.TAG_ID.KEYGEN:case B.TAG_ID.TEXTAREA:case B.TAG_ID.SELECT:A.openElements.hasInSelectScope(B.TAG_ID.SELECT)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode(),e.tagID!==B.TAG_ID.SELECT&&A._processStartTag(e));break;case B.TAG_ID.SCRIPT:case B.TAG_ID.TEMPLATE:F(A,e)}}function rA(A,e){switch(e.tagID){case B.TAG_ID.OPTGROUP:A.openElements.stackTop>0&&A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.tagIDs[A.openElements.stackTop-1]===B.TAG_ID.OPTGROUP&&A.openElements.pop(),A.openElements.currentTagId===B.TAG_ID.OPTGROUP&&A.openElements.pop();break;case B.TAG_ID.OPTION:A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop();break;case B.TAG_ID.SELECT:A.openElements.hasInSelectScope(B.TAG_ID.SELECT)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode());break;case B.TAG_ID.TEMPLATE:b(A,e)}}function iA(A,e){A.openElements.tmplCount>0?(A.openElements.popUntilTagNamePopped(B.TAG_ID.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A.tmplInsertionModeStack.shift(),A._resetInsertionMode(),A.onEof(e)):f(A,e)}function aA(A,t){var Q;if(t.tagID===B.TAG_ID.HTML){if(A.fragmentContext||(A.insertionMode=e.AFTER_AFTER_BODY),A.options.sourceCodeLocationInfo&&A.openElements.tagIDs[0]===B.TAG_ID.HTML){A._setEndLocation(A.openElements.items[0],t);const e=A.openElements.items[1];e&&!(null===(Q=A.treeAdapter.getNodeSourceCodeLocation(e))||void 0===Q?void 0:Q.endTag)&&A._setEndLocation(e,t)}}else oA(A,t)}function oA(A,t){A.insertionMode=e.IN_BODY,S(A,t)}function sA(A,t){A.insertionMode=e.IN_BODY,S(A,t)}function TA(A){for(;A.treeAdapter.getNamespaceURI(A.openElements.current)!==B.NS.HTML&&!A._isIntegrationPoint(A.openElements.currentTagId,A.openElements.current);)A.openElements.pop()}}}),YA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/serializer/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.serializeOuter=A.serialize=void 0;var e=UA(),t=p(),Q=vA(),n=new Set([e.TAG_NAMES.AREA,e.TAG_NAMES.BASE,e.TAG_NAMES.BASEFONT,e.TAG_NAMES.BGSOUND,e.TAG_NAMES.BR,e.TAG_NAMES.COL,e.TAG_NAMES.EMBED,e.TAG_NAMES.FRAME,e.TAG_NAMES.HR,e.TAG_NAMES.IMG,e.TAG_NAMES.INPUT,e.TAG_NAMES.KEYGEN,e.TAG_NAMES.LINK,e.TAG_NAMES.META,e.TAG_NAMES.PARAM,e.TAG_NAMES.SOURCE,e.TAG_NAMES.TRACK,e.TAG_NAMES.WBR]);function r(A,t){return t.treeAdapter.isElementNode(A)&&t.treeAdapter.getNamespaceURI(A)===e.NS.HTML&&n.has(t.treeAdapter.getTagName(A))}var i={treeAdapter:Q.defaultTreeAdapter,scriptingEnabled:!0};function a(A,t){let Q="";const n=t.treeAdapter.isElementNode(A)&&t.treeAdapter.getTagName(A)===e.TAG_NAMES.TEMPLATE&&t.treeAdapter.getNamespaceURI(A)===e.NS.HTML?t.treeAdapter.getTemplateContent(A):A,r=t.treeAdapter.getChildNodes(n);if(r)for(const A of r)Q+=o(A,t);return Q}function o(A,Q){return Q.treeAdapter.isElementNode(A)?function(A,Q){const n=Q.treeAdapter.getTagName(A);return`<${n}${function(A,{treeAdapter:Q}){let n="";for(const r of Q.getAttrList(A)){if(n+=" ",r.namespace)switch(r.namespace){case e.NS.XML:n+=`xml:${r.name}`;break;case e.NS.XMLNS:"xmlns"!==r.name&&(n+="xmlns:"),n+=r.name;break;case e.NS.XLINK:n+=`xlink:${r.name}`;break;default:n+=`${r.prefix}:${r.name}`}else n+=r.name;n+=`="${(0,t.escapeAttribute)(r.value)}"`}return n}(A,Q)}>${r(A,Q)?"":`${a(A,Q)}${n}>`}`}(A,Q):Q.treeAdapter.isTextNode(A)?function(A,Q){const{treeAdapter:n}=Q,r=n.getTextNodeContent(A),i=n.getParentNode(A),a=i&&n.isElementNode(i)&&n.getTagName(i);return a&&n.getNamespaceURI(i)===e.NS.HTML&&(0,e.hasUnescapedText)(a,Q.scriptingEnabled)?r:(0,t.escapeText)(r)}(A,Q):Q.treeAdapter.isCommentNode(A)?function(A,{treeAdapter:e}){return`\x3c!--${e.getCommentNodeContent(A)}--\x3e`}(A,Q):Q.treeAdapter.isDocumentTypeNode(A)?function(A,{treeAdapter:e}){return``}(A,Q):""}A.serialize=function(A,e){const t=Object.assign(Object.assign({},i),e);return r(A,t)?"":a(A,t)},A.serializeOuter=function(A,e){return o(A,Object.assign(Object.assign({},i),e))}}}),PA=i({"node_modules/cheerio/node_modules/parse5/dist/cjs/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.parseFragment=A.parse=A.TokenizerMode=A.Tokenizer=A.Token=A.html=A.foreignContent=A.ErrorCodes=A.serializeOuter=A.serialize=A.Parser=A.defaultTreeAdapter=void 0;var e=xA(),t=vA();Object.defineProperty(A,"defaultTreeAdapter",{enumerable:!0,get:function(){return t.defaultTreeAdapter}});var Q=xA();Object.defineProperty(A,"Parser",{enumerable:!0,get:function(){return Q.Parser}});var n=YA();Object.defineProperty(A,"serialize",{enumerable:!0,get:function(){return n.serialize}}),Object.defineProperty(A,"serializeOuter",{enumerable:!0,get:function(){return n.serializeOuter}});var r=NA();Object.defineProperty(A,"ErrorCodes",{enumerable:!0,get:function(){return r.ERR}}),A.foreignContent=VA(),A.html=UA(),A.Token=RA();var i=yA();Object.defineProperty(A,"Tokenizer",{enumerable:!0,get:function(){return i.Tokenizer}}),Object.defineProperty(A,"TokenizerMode",{enumerable:!0,get:function(){return i.TokenizerMode}}),A.parse=function(A,t){return e.Parser.parse(A,t)},A.parseFragment=function(A,t,Q){"string"==typeof A&&(Q=t,t=A,A=null);const n=e.Parser.getFragmentParser(A,Q);return n.tokenizer.write(t,!0),n.getFragment()}}}),ZA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/common/unicode.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.isUndefinedCodePoint=A.isControlCodePoint=A.getSurrogatePairCodePoint=A.isSurrogatePair=A.isSurrogate=A.SEQUENCES=A.CODE_POINTS=A.REPLACEMENT_CHARACTER=void 0;var e,t=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]);A.REPLACEMENT_CHARACTER="�",(e=A.CODE_POINTS||(A.CODE_POINTS={}))[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER",A.SEQUENCES={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"},A.isSurrogate=function(A){return A>=55296&&A<=57343},A.isSurrogatePair=function(A){return A>=56320&&A<=57343},A.getSurrogatePairCodePoint=function(A,e){return 1024*(A-55296)+9216+e},A.isControlCodePoint=function(A){return 32!==A&&10!==A&&13!==A&&9!==A&&12!==A&&A>=1&&A<=31||A>=127&&A<=159},A.isUndefinedCodePoint=function(A){return A>=64976&&A<=65007||t.has(A)}}}),JA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/common/error-codes.js"(A){"use strict";var e;Object.defineProperty(A,"__esModule",{value:!0}),A.ERR=void 0,(e=A.ERR||(A.ERR={})).controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}}),XA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.Preprocessor=void 0;var e=ZA(),t=JA();A.Preprocessor=class{constructor(A){this.handler=A,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(A){const{line:e,col:t,offset:Q}=this;return{code:A,startLine:e,endLine:e,startCol:t,endCol:t,startOffset:Q,endOffset:Q}}_err(A){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(A)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(A){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if((0,e.isSurrogatePair)(t))return this.pos++,this._addGap(),(0,e.getSurrogatePairCodePoint)(A,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,e.CODE_POINTS.EOF;return this._err(t.ERR.surrogateInInputStream),A}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(A,e){this.html.length>0?this.html+=A:this.html=A,this.endOfChunkHit=!1,this.lastChunkWritten=e}insertHtmlAtCurrentPos(A){this.html=this.html.substring(0,this.pos+1)+A+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(A,e){if(this.pos+A.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(e)return this.html.startsWith(A,this.pos);for(let e=0;e =this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,e.CODE_POINTS.EOF;const Q=this.html.charCodeAt(t);return Q===e.CODE_POINTS.CARRIAGE_RETURN?e.CODE_POINTS.LINE_FEED:Q}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,e.CODE_POINTS.EOF;let A=this.html.charCodeAt(this.pos);if(A===e.CODE_POINTS.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,e.CODE_POINTS.LINE_FEED;if(A===e.CODE_POINTS.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,(0,e.isSurrogate)(A)&&(A=this._processSurrogate(A));return null===this.handler.onParseError||A>31&&A<127||A===e.CODE_POINTS.LINE_FEED||A===e.CODE_POINTS.CARRIAGE_RETURN||A>159&&A<64976||this._checkForProblematicCharacters(A),A}_checkForProblematicCharacters(A){(0,e.isControlCodePoint)(A)?this._err(t.ERR.controlCharacterInInputStream):(0,e.isUndefinedCodePoint)(A)&&this._err(t.ERR.noncharacterInInputStream)}retreat(A){for(this.pos-=A;this.pos =0;t--)if(A.attrs[t].name===e)return A.attrs[t].value;return null}}}),zA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities/lib/generated/decode-data-html.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(A){return A.charCodeAt(0)})))}}),jA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities/lib/generated/decode-data-xml.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(A){return A.charCodeAt(0)})))}}),KA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities/lib/decode_codepoint.js"(A){"use strict";var e;Object.defineProperty(A,"__esModule",{value:!0}),A.replaceCodePoint=A.fromCodePoint=void 0;var t=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function Q(A){var e;return A>=55296&&A<=57343||A>1114111?65533:null!==(e=t.get(A))&&void 0!==e?e:A}A.fromCodePoint=null!==(e=String.fromCodePoint)&&void 0!==e?e:function(A){var e="";return A>65535&&(A-=65536,e+=String.fromCharCode(A>>>10&1023|55296),A=56320|1023&A),e+=String.fromCharCode(A)},A.replaceCodePoint=Q,A.default=function(e){return(0,A.fromCodePoint)(Q(e))}}}),qA=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities/lib/decode.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__setModuleDefault||(Object.create?function(A,e){Object.defineProperty(A,"default",{enumerable:!0,value:e})}:function(A,e){A.default=e}),Q=A&&A.__importStar||function(A){if(A&&A.__esModule)return A;var Q={};if(null!=A)for(var n in A)"default"!==n&&Object.prototype.hasOwnProperty.call(A,n)&&e(Q,A,n);return t(Q,A),Q},n=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.decodeXML=A.decodeHTMLStrict=A.decodeHTMLAttribute=A.decodeHTML=A.determineBranch=A.EntityDecoder=A.DecodingMode=A.BinTrieFlags=A.fromCodePoint=A.replaceCodePoint=A.decodeCodePoint=A.xmlDecodeTree=A.htmlDecodeTree=void 0;var r=n(zA());A.htmlDecodeTree=r.default;var i=n(jA());A.xmlDecodeTree=i.default;var a=Q(KA());A.decodeCodePoint=a.default;var o,s,T=KA();Object.defineProperty(A,"replaceCodePoint",{enumerable:!0,get:function(){return T.replaceCodePoint}}),Object.defineProperty(A,"fromCodePoint",{enumerable:!0,get:function(){return T.fromCodePoint}}),(s=o||(o={}))[s.NUM=35]="NUM",s[s.SEMI=59]="SEMI",s[s.EQUALS=61]="EQUALS",s[s.ZERO=48]="ZERO",s[s.NINE=57]="NINE",s[s.LOWER_A=97]="LOWER_A",s[s.LOWER_F=102]="LOWER_F",s[s.LOWER_X=120]="LOWER_X",s[s.LOWER_Z=122]="LOWER_Z",s[s.UPPER_A=65]="UPPER_A",s[s.UPPER_F=70]="UPPER_F",s[s.UPPER_Z=90]="UPPER_Z";var B,c,l,E,g,C;function d(A){return A>=o.ZERO&&A<=o.NINE}function I(A){return A===o.EQUALS||function(A){return A>=o.UPPER_A&&A<=o.UPPER_Z||A>=o.LOWER_A&&A<=o.LOWER_Z||d(A)}(A)}(c=B=A.BinTrieFlags||(A.BinTrieFlags={}))[c.VALUE_LENGTH=49152]="VALUE_LENGTH",c[c.BRANCH_LENGTH=16256]="BRANCH_LENGTH",c[c.JUMP_TABLE=127]="JUMP_TABLE",(E=l||(l={}))[E.EntityStart=0]="EntityStart",E[E.NumericStart=1]="NumericStart",E[E.NumericDecimal=2]="NumericDecimal",E[E.NumericHex=3]="NumericHex",E[E.NamedEntity=4]="NamedEntity",(C=g=A.DecodingMode||(A.DecodingMode={}))[C.Legacy=0]="Legacy",C[C.Strict=1]="Strict",C[C.Attribute=2]="Attribute";var u=function(){function A(A,e,t){this.decodeTree=A,this.emitCodePoint=e,this.errors=t,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=g.Strict}return A.prototype.startEntity=function(A){this.decodeMode=A,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},A.prototype.write=function(A,e){switch(this.state){case l.EntityStart:return A.charCodeAt(e)===o.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(A,e+1)):(this.state=l.NamedEntity,this.stateNamedEntity(A,e));case l.NumericStart:return this.stateNumericStart(A,e);case l.NumericDecimal:return this.stateNumericDecimal(A,e);case l.NumericHex:return this.stateNumericHex(A,e);case l.NamedEntity:return this.stateNamedEntity(A,e)}},A.prototype.stateNumericStart=function(A,e){return e>=A.length?-1:(32|A.charCodeAt(e))===o.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(A,e+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(A,e))},A.prototype.addToNumericResult=function(A,e,t,Q){if(e!==t){var n=t-e;this.result=this.result*Math.pow(Q,n)+parseInt(A.substr(e,n),Q),this.consumed+=n}},A.prototype.stateNumericHex=function(A,e){for(var t,Q=e;e =o.UPPER_A&&t<=o.UPPER_F||t>=o.LOWER_A&&t<=o.LOWER_F)))return this.addToNumericResult(A,Q,e,16),this.emitNumericEntity(n,3);e+=1}return this.addToNumericResult(A,Q,e,16),-1},A.prototype.stateNumericDecimal=function(A,e){for(var t=e;e >14;e >14)){if(r===o.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==g.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},A.prototype.emitNotTerminatedNamedEntity=function(){var A,e=this.result,t=(this.decodeTree[e]&B.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,t,this.consumed),null===(A=this.errors)||void 0===A||A.missingSemicolonAfterCharacterReference(),this.consumed},A.prototype.emitNamedEntityData=function(A,e,t){var Q=this.decodeTree;return this.emitCodePoint(1===e?Q[A]&~B.VALUE_LENGTH:Q[A+1],t),3===e&&this.emitCodePoint(Q[A+2],t),t},A.prototype.end=function(){var A;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===g.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(A=this.errors)||void 0===A||A.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}},A}();function p(A){var e="",t=new u(A,(function(A){return e+=(0,a.fromCodePoint)(A)}));return function(A,Q){for(var n=0,r=0;(r=A.indexOf("&",r))>=0;){e+=A.slice(n,r),t.startEntity(Q);var i=t.write(A,r+1);if(i<0){n=r+t.end();break}n=r+i,r=0===i?n+1:n}var a=e+A.slice(n);return e="",a}}function h(A,e,t,Q){var n=(e&B.BRANCH_LENGTH)>>7,r=e&B.JUMP_TABLE;if(0===n)return 0!==r&&Q===r?t:-1;if(r){var i=Q-r;return i<0||i>=n?-1:A[t+i]-1}for(var a=t,o=a+n-1;a<=o;){var s=a+o>>>1,T=A[s];if(T Q))return A[s+n];o=s-1}}return-1}A.EntityDecoder=u,A.determineBranch=h;var w=p(r.default),m=p(i.default);A.decodeHTML=function(A,e){return void 0===e&&(e=g.Legacy),w(A,e)},A.decodeHTMLAttribute=function(A){return w(A,g.Attribute)},A.decodeHTMLStrict=function(A){return w(A,g.Strict)},A.decodeXML=function(A){return m(A,g.Strict)}}}),$A=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/common/html.js"(A){"use strict";var e,t,Q,n,r,i,a,o;Object.defineProperty(A,"__esModule",{value:!0}),A.hasUnescapedText=A.isNumberedHeader=A.SPECIAL_ELEMENTS=A.getTagID=A.TAG_ID=A.TAG_NAMES=A.DOCUMENT_MODE=A.ATTRS=A.NS=void 0,(t=e=A.NS||(A.NS={})).HTML="http://www.w3.org/1999/xhtml",t.MATHML="http://www.w3.org/1998/Math/MathML",t.SVG="http://www.w3.org/2000/svg",t.XLINK="http://www.w3.org/1999/xlink",t.XML="http://www.w3.org/XML/1998/namespace",t.XMLNS="http://www.w3.org/2000/xmlns/",(Q=A.ATTRS||(A.ATTRS={})).TYPE="type",Q.ACTION="action",Q.ENCODING="encoding",Q.PROMPT="prompt",Q.NAME="name",Q.COLOR="color",Q.FACE="face",Q.SIZE="size",(n=A.DOCUMENT_MODE||(A.DOCUMENT_MODE={})).NO_QUIRKS="no-quirks",n.QUIRKS="quirks",n.LIMITED_QUIRKS="limited-quirks",(i=r=A.TAG_NAMES||(A.TAG_NAMES={})).A="a",i.ADDRESS="address",i.ANNOTATION_XML="annotation-xml",i.APPLET="applet",i.AREA="area",i.ARTICLE="article",i.ASIDE="aside",i.B="b",i.BASE="base",i.BASEFONT="basefont",i.BGSOUND="bgsound",i.BIG="big",i.BLOCKQUOTE="blockquote",i.BODY="body",i.BR="br",i.BUTTON="button",i.CAPTION="caption",i.CENTER="center",i.CODE="code",i.COL="col",i.COLGROUP="colgroup",i.DD="dd",i.DESC="desc",i.DETAILS="details",i.DIALOG="dialog",i.DIR="dir",i.DIV="div",i.DL="dl",i.DT="dt",i.EM="em",i.EMBED="embed",i.FIELDSET="fieldset",i.FIGCAPTION="figcaption",i.FIGURE="figure",i.FONT="font",i.FOOTER="footer",i.FOREIGN_OBJECT="foreignObject",i.FORM="form",i.FRAME="frame",i.FRAMESET="frameset",i.H1="h1",i.H2="h2",i.H3="h3",i.H4="h4",i.H5="h5",i.H6="h6",i.HEAD="head",i.HEADER="header",i.HGROUP="hgroup",i.HR="hr",i.HTML="html",i.I="i",i.IMG="img",i.IMAGE="image",i.INPUT="input",i.IFRAME="iframe",i.KEYGEN="keygen",i.LABEL="label",i.LI="li",i.LINK="link",i.LISTING="listing",i.MAIN="main",i.MALIGNMARK="malignmark",i.MARQUEE="marquee",i.MATH="math",i.MENU="menu",i.META="meta",i.MGLYPH="mglyph",i.MI="mi",i.MO="mo",i.MN="mn",i.MS="ms",i.MTEXT="mtext",i.NAV="nav",i.NOBR="nobr",i.NOFRAMES="noframes",i.NOEMBED="noembed",i.NOSCRIPT="noscript",i.OBJECT="object",i.OL="ol",i.OPTGROUP="optgroup",i.OPTION="option",i.P="p",i.PARAM="param",i.PLAINTEXT="plaintext",i.PRE="pre",i.RB="rb",i.RP="rp",i.RT="rt",i.RTC="rtc",i.RUBY="ruby",i.S="s",i.SCRIPT="script",i.SECTION="section",i.SELECT="select",i.SOURCE="source",i.SMALL="small",i.SPAN="span",i.STRIKE="strike",i.STRONG="strong",i.STYLE="style",i.SUB="sub",i.SUMMARY="summary",i.SUP="sup",i.TABLE="table",i.TBODY="tbody",i.TEMPLATE="template",i.TEXTAREA="textarea",i.TFOOT="tfoot",i.TD="td",i.TH="th",i.THEAD="thead",i.TITLE="title",i.TR="tr",i.TRACK="track",i.TT="tt",i.U="u",i.UL="ul",i.SVG="svg",i.VAR="var",i.WBR="wbr",i.XMP="xmp",(o=a=A.TAG_ID||(A.TAG_ID={}))[o.UNKNOWN=0]="UNKNOWN",o[o.A=1]="A",o[o.ADDRESS=2]="ADDRESS",o[o.ANNOTATION_XML=3]="ANNOTATION_XML",o[o.APPLET=4]="APPLET",o[o.AREA=5]="AREA",o[o.ARTICLE=6]="ARTICLE",o[o.ASIDE=7]="ASIDE",o[o.B=8]="B",o[o.BASE=9]="BASE",o[o.BASEFONT=10]="BASEFONT",o[o.BGSOUND=11]="BGSOUND",o[o.BIG=12]="BIG",o[o.BLOCKQUOTE=13]="BLOCKQUOTE",o[o.BODY=14]="BODY",o[o.BR=15]="BR",o[o.BUTTON=16]="BUTTON",o[o.CAPTION=17]="CAPTION",o[o.CENTER=18]="CENTER",o[o.CODE=19]="CODE",o[o.COL=20]="COL",o[o.COLGROUP=21]="COLGROUP",o[o.DD=22]="DD",o[o.DESC=23]="DESC",o[o.DETAILS=24]="DETAILS",o[o.DIALOG=25]="DIALOG",o[o.DIR=26]="DIR",o[o.DIV=27]="DIV",o[o.DL=28]="DL",o[o.DT=29]="DT",o[o.EM=30]="EM",o[o.EMBED=31]="EMBED",o[o.FIELDSET=32]="FIELDSET",o[o.FIGCAPTION=33]="FIGCAPTION",o[o.FIGURE=34]="FIGURE",o[o.FONT=35]="FONT",o[o.FOOTER=36]="FOOTER",o[o.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",o[o.FORM=38]="FORM",o[o.FRAME=39]="FRAME",o[o.FRAMESET=40]="FRAMESET",o[o.H1=41]="H1",o[o.H2=42]="H2",o[o.H3=43]="H3",o[o.H4=44]="H4",o[o.H5=45]="H5",o[o.H6=46]="H6",o[o.HEAD=47]="HEAD",o[o.HEADER=48]="HEADER",o[o.HGROUP=49]="HGROUP",o[o.HR=50]="HR",o[o.HTML=51]="HTML",o[o.I=52]="I",o[o.IMG=53]="IMG",o[o.IMAGE=54]="IMAGE",o[o.INPUT=55]="INPUT",o[o.IFRAME=56]="IFRAME",o[o.KEYGEN=57]="KEYGEN",o[o.LABEL=58]="LABEL",o[o.LI=59]="LI",o[o.LINK=60]="LINK",o[o.LISTING=61]="LISTING",o[o.MAIN=62]="MAIN",o[o.MALIGNMARK=63]="MALIGNMARK",o[o.MARQUEE=64]="MARQUEE",o[o.MATH=65]="MATH",o[o.MENU=66]="MENU",o[o.META=67]="META",o[o.MGLYPH=68]="MGLYPH",o[o.MI=69]="MI",o[o.MO=70]="MO",o[o.MN=71]="MN",o[o.MS=72]="MS",o[o.MTEXT=73]="MTEXT",o[o.NAV=74]="NAV",o[o.NOBR=75]="NOBR",o[o.NOFRAMES=76]="NOFRAMES",o[o.NOEMBED=77]="NOEMBED",o[o.NOSCRIPT=78]="NOSCRIPT",o[o.OBJECT=79]="OBJECT",o[o.OL=80]="OL",o[o.OPTGROUP=81]="OPTGROUP",o[o.OPTION=82]="OPTION",o[o.P=83]="P",o[o.PARAM=84]="PARAM",o[o.PLAINTEXT=85]="PLAINTEXT",o[o.PRE=86]="PRE",o[o.RB=87]="RB",o[o.RP=88]="RP",o[o.RT=89]="RT",o[o.RTC=90]="RTC",o[o.RUBY=91]="RUBY",o[o.S=92]="S",o[o.SCRIPT=93]="SCRIPT",o[o.SECTION=94]="SECTION",o[o.SELECT=95]="SELECT",o[o.SOURCE=96]="SOURCE",o[o.SMALL=97]="SMALL",o[o.SPAN=98]="SPAN",o[o.STRIKE=99]="STRIKE",o[o.STRONG=100]="STRONG",o[o.STYLE=101]="STYLE",o[o.SUB=102]="SUB",o[o.SUMMARY=103]="SUMMARY",o[o.SUP=104]="SUP",o[o.TABLE=105]="TABLE",o[o.TBODY=106]="TBODY",o[o.TEMPLATE=107]="TEMPLATE",o[o.TEXTAREA=108]="TEXTAREA",o[o.TFOOT=109]="TFOOT",o[o.TD=110]="TD",o[o.TH=111]="TH",o[o.THEAD=112]="THEAD",o[o.TITLE=113]="TITLE",o[o.TR=114]="TR",o[o.TRACK=115]="TRACK",o[o.TT=116]="TT",o[o.U=117]="U",o[o.UL=118]="UL",o[o.SVG=119]="SVG",o[o.VAR=120]="VAR",o[o.WBR=121]="WBR",o[o.XMP=122]="XMP";var s=new Map([[r.A,a.A],[r.ADDRESS,a.ADDRESS],[r.ANNOTATION_XML,a.ANNOTATION_XML],[r.APPLET,a.APPLET],[r.AREA,a.AREA],[r.ARTICLE,a.ARTICLE],[r.ASIDE,a.ASIDE],[r.B,a.B],[r.BASE,a.BASE],[r.BASEFONT,a.BASEFONT],[r.BGSOUND,a.BGSOUND],[r.BIG,a.BIG],[r.BLOCKQUOTE,a.BLOCKQUOTE],[r.BODY,a.BODY],[r.BR,a.BR],[r.BUTTON,a.BUTTON],[r.CAPTION,a.CAPTION],[r.CENTER,a.CENTER],[r.CODE,a.CODE],[r.COL,a.COL],[r.COLGROUP,a.COLGROUP],[r.DD,a.DD],[r.DESC,a.DESC],[r.DETAILS,a.DETAILS],[r.DIALOG,a.DIALOG],[r.DIR,a.DIR],[r.DIV,a.DIV],[r.DL,a.DL],[r.DT,a.DT],[r.EM,a.EM],[r.EMBED,a.EMBED],[r.FIELDSET,a.FIELDSET],[r.FIGCAPTION,a.FIGCAPTION],[r.FIGURE,a.FIGURE],[r.FONT,a.FONT],[r.FOOTER,a.FOOTER],[r.FOREIGN_OBJECT,a.FOREIGN_OBJECT],[r.FORM,a.FORM],[r.FRAME,a.FRAME],[r.FRAMESET,a.FRAMESET],[r.H1,a.H1],[r.H2,a.H2],[r.H3,a.H3],[r.H4,a.H4],[r.H5,a.H5],[r.H6,a.H6],[r.HEAD,a.HEAD],[r.HEADER,a.HEADER],[r.HGROUP,a.HGROUP],[r.HR,a.HR],[r.HTML,a.HTML],[r.I,a.I],[r.IMG,a.IMG],[r.IMAGE,a.IMAGE],[r.INPUT,a.INPUT],[r.IFRAME,a.IFRAME],[r.KEYGEN,a.KEYGEN],[r.LABEL,a.LABEL],[r.LI,a.LI],[r.LINK,a.LINK],[r.LISTING,a.LISTING],[r.MAIN,a.MAIN],[r.MALIGNMARK,a.MALIGNMARK],[r.MARQUEE,a.MARQUEE],[r.MATH,a.MATH],[r.MENU,a.MENU],[r.META,a.META],[r.MGLYPH,a.MGLYPH],[r.MI,a.MI],[r.MO,a.MO],[r.MN,a.MN],[r.MS,a.MS],[r.MTEXT,a.MTEXT],[r.NAV,a.NAV],[r.NOBR,a.NOBR],[r.NOFRAMES,a.NOFRAMES],[r.NOEMBED,a.NOEMBED],[r.NOSCRIPT,a.NOSCRIPT],[r.OBJECT,a.OBJECT],[r.OL,a.OL],[r.OPTGROUP,a.OPTGROUP],[r.OPTION,a.OPTION],[r.P,a.P],[r.PARAM,a.PARAM],[r.PLAINTEXT,a.PLAINTEXT],[r.PRE,a.PRE],[r.RB,a.RB],[r.RP,a.RP],[r.RT,a.RT],[r.RTC,a.RTC],[r.RUBY,a.RUBY],[r.S,a.S],[r.SCRIPT,a.SCRIPT],[r.SECTION,a.SECTION],[r.SELECT,a.SELECT],[r.SOURCE,a.SOURCE],[r.SMALL,a.SMALL],[r.SPAN,a.SPAN],[r.STRIKE,a.STRIKE],[r.STRONG,a.STRONG],[r.STYLE,a.STYLE],[r.SUB,a.SUB],[r.SUMMARY,a.SUMMARY],[r.SUP,a.SUP],[r.TABLE,a.TABLE],[r.TBODY,a.TBODY],[r.TEMPLATE,a.TEMPLATE],[r.TEXTAREA,a.TEXTAREA],[r.TFOOT,a.TFOOT],[r.TD,a.TD],[r.TH,a.TH],[r.THEAD,a.THEAD],[r.TITLE,a.TITLE],[r.TR,a.TR],[r.TRACK,a.TRACK],[r.TT,a.TT],[r.U,a.U],[r.UL,a.UL],[r.SVG,a.SVG],[r.VAR,a.VAR],[r.WBR,a.WBR],[r.XMP,a.XMP]]);A.getTagID=function(A){var e;return null!==(e=s.get(A))&&void 0!==e?e:a.UNKNOWN};var T=a;A.SPECIAL_ELEMENTS={[e.HTML]:new Set([T.ADDRESS,T.APPLET,T.AREA,T.ARTICLE,T.ASIDE,T.BASE,T.BASEFONT,T.BGSOUND,T.BLOCKQUOTE,T.BODY,T.BR,T.BUTTON,T.CAPTION,T.CENTER,T.COL,T.COLGROUP,T.DD,T.DETAILS,T.DIR,T.DIV,T.DL,T.DT,T.EMBED,T.FIELDSET,T.FIGCAPTION,T.FIGURE,T.FOOTER,T.FORM,T.FRAME,T.FRAMESET,T.H1,T.H2,T.H3,T.H4,T.H5,T.H6,T.HEAD,T.HEADER,T.HGROUP,T.HR,T.HTML,T.IFRAME,T.IMG,T.INPUT,T.LI,T.LINK,T.LISTING,T.MAIN,T.MARQUEE,T.MENU,T.META,T.NAV,T.NOEMBED,T.NOFRAMES,T.NOSCRIPT,T.OBJECT,T.OL,T.P,T.PARAM,T.PLAINTEXT,T.PRE,T.SCRIPT,T.SECTION,T.SELECT,T.SOURCE,T.STYLE,T.SUMMARY,T.TABLE,T.TBODY,T.TD,T.TEMPLATE,T.TEXTAREA,T.TFOOT,T.TH,T.THEAD,T.TITLE,T.TR,T.TRACK,T.UL,T.WBR,T.XMP]),[e.MATHML]:new Set([T.MI,T.MO,T.MN,T.MS,T.MTEXT,T.ANNOTATION_XML]),[e.SVG]:new Set([T.TITLE,T.FOREIGN_OBJECT,T.DESC]),[e.XLINK]:new Set,[e.XML]:new Set,[e.XMLNS]:new Set},A.isNumberedHeader=function(A){return A===T.H1||A===T.H2||A===T.H3||A===T.H4||A===T.H5||A===T.H6};var B=new Set([r.STYLE,r.SCRIPT,r.XMP,r.IFRAME,r.NOEMBED,r.NOFRAMES,r.PLAINTEXT]);A.hasUnescapedText=function(A,e){return B.has(A)||e&&A===r.NOSCRIPT}}}),Ae=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/tokenizer/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.Tokenizer=A.TokenizerMode=void 0;var e,t,Q=XA(),n=ZA(),r=WA(),i=qA(),a=JA(),o=$A(),s=new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function T(A){return A>=n.CODE_POINTS.DIGIT_0&&A<=n.CODE_POINTS.DIGIT_9}function B(A){return A>=n.CODE_POINTS.LATIN_CAPITAL_A&&A<=n.CODE_POINTS.LATIN_CAPITAL_Z}function c(A){return function(A){return A>=n.CODE_POINTS.LATIN_SMALL_A&&A<=n.CODE_POINTS.LATIN_SMALL_Z}(A)||B(A)}function l(A){return c(A)||T(A)}function E(A){return A>=n.CODE_POINTS.LATIN_CAPITAL_A&&A<=n.CODE_POINTS.LATIN_CAPITAL_F}function g(A){return A>=n.CODE_POINTS.LATIN_SMALL_A&&A<=n.CODE_POINTS.LATIN_SMALL_F}function C(A){return A+32}function d(A){return A===n.CODE_POINTS.SPACE||A===n.CODE_POINTS.LINE_FEED||A===n.CODE_POINTS.TABULATION||A===n.CODE_POINTS.FORM_FEED}function I(A){return d(A)||A===n.CODE_POINTS.SOLIDUS||A===n.CODE_POINTS.GREATER_THAN_SIGN}(t=e||(e={}))[t.DATA=0]="DATA",t[t.RCDATA=1]="RCDATA",t[t.RAWTEXT=2]="RAWTEXT",t[t.SCRIPT_DATA=3]="SCRIPT_DATA",t[t.PLAINTEXT=4]="PLAINTEXT",t[t.TAG_OPEN=5]="TAG_OPEN",t[t.END_TAG_OPEN=6]="END_TAG_OPEN",t[t.TAG_NAME=7]="TAG_NAME",t[t.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",t[t.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",t[t.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",t[t.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",t[t.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",t[t.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",t[t.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",t[t.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",t[t.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",t[t.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",t[t.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",t[t.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",t[t.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",t[t.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",t[t.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",t[t.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",t[t.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",t[t.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",t[t.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",t[t.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",t[t.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",t[t.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",t[t.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",t[t.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",t[t.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",t[t.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",t[t.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",t[t.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",t[t.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",t[t.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",t[t.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",t[t.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",t[t.BOGUS_COMMENT=40]="BOGUS_COMMENT",t[t.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",t[t.COMMENT_START=42]="COMMENT_START",t[t.COMMENT_START_DASH=43]="COMMENT_START_DASH",t[t.COMMENT=44]="COMMENT",t[t.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",t[t.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",t[t.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",t[t.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",t[t.COMMENT_END_DASH=49]="COMMENT_END_DASH",t[t.COMMENT_END=50]="COMMENT_END",t[t.COMMENT_END_BANG=51]="COMMENT_END_BANG",t[t.DOCTYPE=52]="DOCTYPE",t[t.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",t[t.DOCTYPE_NAME=54]="DOCTYPE_NAME",t[t.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",t[t.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",t[t.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",t[t.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",t[t.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",t[t.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",t[t.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",t[t.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",t[t.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",t[t.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",t[t.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",t[t.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",t[t.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",t[t.CDATA_SECTION=68]="CDATA_SECTION",t[t.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",t[t.CDATA_SECTION_END=70]="CDATA_SECTION_END",t[t.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",t[t.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",t[t.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",t[t.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",t[t.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",t[t.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",t[t.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",t[t.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END",A.TokenizerMode={DATA:e.DATA,RCDATA:e.RCDATA,RAWTEXT:e.RAWTEXT,SCRIPT_DATA:e.SCRIPT_DATA,PLAINTEXT:e.PLAINTEXT,CDATA_SECTION:e.CDATA_SECTION};A.Tokenizer=class{constructor(A,t){this.options=A,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=e.DATA,this.returnState=e.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new Q.Preprocessor(t),this.currentLocation=this.getCurrentLocation(-1)}_err(A){var e,t;null===(t=(e=this.handler).onParseError)||void 0===t||t.call(e,this.preprocessor.getError(A))}getCurrentLocation(A){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-A,startOffset:this.preprocessor.offset-A,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const A=this._consume();this._ensureHibernation()||this._callState(A)}this.inLoop=!1}}pause(){this.paused=!0}resume(A){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==A||A())}write(A,e,t){this.active=!0,this.preprocessor.write(A,e),this._runParsingLoop(),this.paused||null==t||t()}insertHtmlAtCurrentPos(A){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(A),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(A){this.consumedAfterSnapshot-=A,this.preprocessor.retreat(A)}_reconsumeInState(A,e){this.state=A,this._callState(e)}_advanceBy(A){this.consumedAfterSnapshot+=A;for(let e=0;e0&&this._err(a.ERR.endTagWithAttributes),A.selfClosing&&this._err(a.ERR.endTagWithTrailingSolidus),this.handler.onEndTag(A)),this.preprocessor.dropParsedChunk()}emitCurrentComment(A){this.prepareToken(A),this.handler.onComment(A),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(A){this.prepareToken(A),this.handler.onDoctype(A),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(A){if(this.currentCharacterToken){switch(A&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=A.startLine,this.currentCharacterToken.location.endCol=A.startCol,this.currentCharacterToken.location.endOffset=A.startOffset),this.currentCharacterToken.type){case r.TokenType.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case r.TokenType.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case r.TokenType.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const A=this.getCurrentLocation(0);A&&(A.endLine=A.startLine,A.endCol=A.startCol,A.endOffset=A.startOffset),this._emitCurrentCharacterToken(A),this.handler.onEof({type:r.TokenType.EOF,location:A}),this.active=!1}_appendCharToCurrentCharacterToken(A,e){if(this.currentCharacterToken){if(this.currentCharacterToken.type===A)return void(this.currentCharacterToken.chars+=e);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(A,e)}_emitCodePoint(A){const e=d(A)?r.TokenType.WHITESPACE_CHARACTER:A===n.CODE_POINTS.NULL?r.TokenType.NULL_CHARACTER:r.TokenType.CHARACTER;this._appendCharToCurrentCharacterToken(e,String.fromCodePoint(A))}_emitChars(A){this._appendCharToCurrentCharacterToken(r.TokenType.CHARACTER,A)}_matchNamedCharacterReference(A){let e=null,t=0,Q=!1;for(let a=0,o=i.htmlDecodeTree[0];a>=0&&(a=(0,i.determineBranch)(i.htmlDecodeTree,o,a+1,A),!(a<0));A=this._consume()){t+=1,o=i.htmlDecodeTree[a];const s=o&i.BinTrieFlags.VALUE_LENGTH;if(s){const o=(s>>14)-1;if(A!==n.CODE_POINTS.SEMICOLON&&this._isCharacterReferenceInAttribute()&&((r=this.preprocessor.peek(1))===n.CODE_POINTS.EQUALS_SIGN||l(r))?(e=[n.CODE_POINTS.AMPERSAND],a+=o):(e=0===o?[i.htmlDecodeTree[a]&~i.BinTrieFlags.VALUE_LENGTH]:1===o?[i.htmlDecodeTree[++a]]:[i.htmlDecodeTree[++a],i.htmlDecodeTree[++a]],t=0,Q=A!==n.CODE_POINTS.SEMICOLON),0===o){this._consume();break}}}var r;return this._unconsume(t),Q&&!this.preprocessor.endOfChunkHit&&this._err(a.ERR.missingSemicolonAfterCharacterReference),this._unconsume(1),e}_isCharacterReferenceInAttribute(){return this.returnState===e.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===e.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===e.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(A){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(A):this._emitCodePoint(A)}_callState(A){switch(this.state){case e.DATA:this._stateData(A);break;case e.RCDATA:this._stateRcdata(A);break;case e.RAWTEXT:this._stateRawtext(A);break;case e.SCRIPT_DATA:this._stateScriptData(A);break;case e.PLAINTEXT:this._statePlaintext(A);break;case e.TAG_OPEN:this._stateTagOpen(A);break;case e.END_TAG_OPEN:this._stateEndTagOpen(A);break;case e.TAG_NAME:this._stateTagName(A);break;case e.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(A);break;case e.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(A);break;case e.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(A);break;case e.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(A);break;case e.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(A);break;case e.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(A);break;case e.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(A);break;case e.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(A);break;case e.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(A);break;case e.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(A);break;case e.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(A);break;case e.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(A);break;case e.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(A);break;case e.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(A);break;case e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(A);break;case e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(A);break;case e.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(A);break;case e.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(A);break;case e.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(A);break;case e.ATTRIBUTE_NAME:this._stateAttributeName(A);break;case e.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(A);break;case e.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(A);break;case e.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(A);break;case e.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(A);break;case e.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(A);break;case e.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(A);break;case e.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(A);break;case e.BOGUS_COMMENT:this._stateBogusComment(A);break;case e.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(A);break;case e.COMMENT_START:this._stateCommentStart(A);break;case e.COMMENT_START_DASH:this._stateCommentStartDash(A);break;case e.COMMENT:this._stateComment(A);break;case e.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(A);break;case e.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(A);break;case e.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(A);break;case e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(A);break;case e.COMMENT_END_DASH:this._stateCommentEndDash(A);break;case e.COMMENT_END:this._stateCommentEnd(A);break;case e.COMMENT_END_BANG:this._stateCommentEndBang(A);break;case e.DOCTYPE:this._stateDoctype(A);break;case e.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(A);break;case e.DOCTYPE_NAME:this._stateDoctypeName(A);break;case e.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(A);break;case e.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(A);break;case e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(A);break;case e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(A);break;case e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(A);break;case e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(A);break;case e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(A);break;case e.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(A);break;case e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(A);break;case e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(A);break;case e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(A);break;case e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(A);break;case e.BOGUS_DOCTYPE:this._stateBogusDoctype(A);break;case e.CDATA_SECTION:this._stateCdataSection(A);break;case e.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(A);break;case e.CDATA_SECTION_END:this._stateCdataSectionEnd(A);break;case e.CHARACTER_REFERENCE:this._stateCharacterReference(A);break;case e.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(A);break;case e.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(A);break;case e.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(A);break;case e.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(A);break;case e.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(A);break;case e.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(A);break;case e.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(A);break;default:throw new Error("Unknown state")}}_stateData(A){switch(A){case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.TAG_OPEN;break;case n.CODE_POINTS.AMPERSAND:this.returnState=e.DATA,this.state=e.CHARACTER_REFERENCE;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitCodePoint(A);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateRcdata(A){switch(A){case n.CODE_POINTS.AMPERSAND:this.returnState=e.RCDATA,this.state=e.CHARACTER_REFERENCE;break;case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.RCDATA_LESS_THAN_SIGN;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateRawtext(A){switch(A){case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.RAWTEXT_LESS_THAN_SIGN;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateScriptData(A){switch(A){case n.CODE_POINTS.LESS_THAN_SIGN:this.state=e.SCRIPT_DATA_LESS_THAN_SIGN;break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_statePlaintext(A){switch(A){case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(A)}}_stateTagOpen(A){if(c(A))this._createStartTagToken(),this.state=e.TAG_NAME,this._stateTagName(A);else switch(A){case n.CODE_POINTS.EXCLAMATION_MARK:this.state=e.MARKUP_DECLARATION_OPEN;break;case n.CODE_POINTS.SOLIDUS:this.state=e.END_TAG_OPEN;break;case n.CODE_POINTS.QUESTION_MARK:this._err(a.ERR.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=e.BOGUS_COMMENT,this._stateBogusComment(A);break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(a.ERR.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=e.DATA,this._stateData(A)}}_stateEndTagOpen(A){if(c(A))this._createEndTagToken(),this.state=e.TAG_NAME,this._stateTagName(A);else switch(A){case n.CODE_POINTS.GREATER_THAN_SIGN:this._err(a.ERR.missingEndTagName),this.state=e.DATA;break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofBeforeTagName),this._emitChars(""),this._emitEOFToken();break;default:this._err(a.ERR.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=e.BOGUS_COMMENT,this._stateBogusComment(A)}}_stateTagName(A){const t=this.currentToken;switch(A){case n.CODE_POINTS.SPACE:case n.CODE_POINTS.LINE_FEED:case n.CODE_POINTS.TABULATION:case n.CODE_POINTS.FORM_FEED:this.state=e.BEFORE_ATTRIBUTE_NAME;break;case n.CODE_POINTS.SOLIDUS:this.state=e.SELF_CLOSING_START_TAG;break;case n.CODE_POINTS.GREATER_THAN_SIGN:this.state=e.DATA,this.emitCurrentTagToken();break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),t.tagName+=n.REPLACEMENT_CHARACTER;break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(B(A)?C(A):A)}}_stateRcdataLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?this.state=e.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=e.RCDATA,this._stateRcdata(A))}_stateRcdataEndTagOpen(A){c(A)?(this.state=e.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(A)):(this._emitChars(""),this.state=e.RCDATA,this._stateRcdata(A))}handleSpecialEndTag(A){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case n.CODE_POINTS.SPACE:case n.CODE_POINTS.LINE_FEED:case n.CODE_POINTS.TABULATION:case n.CODE_POINTS.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=e.BEFORE_ATTRIBUTE_NAME,!1;case n.CODE_POINTS.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=e.SELF_CLOSING_START_TAG,!1;case n.CODE_POINTS.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=e.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(A){this.handleSpecialEndTag(A)&&(this._emitChars(""),this.state=e.RCDATA,this._stateRcdata(A))}_stateRawtextLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?this.state=e.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=e.RAWTEXT,this._stateRawtext(A))}_stateRawtextEndTagOpen(A){c(A)?(this.state=e.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(A)):(this._emitChars(""),this.state=e.RAWTEXT,this._stateRawtext(A))}_stateRawtextEndTagName(A){this.handleSpecialEndTag(A)&&(this._emitChars(""),this.state=e.RAWTEXT,this._stateRawtext(A))}_stateScriptDataLessThanSign(A){switch(A){case n.CODE_POINTS.SOLIDUS:this.state=e.SCRIPT_DATA_END_TAG_OPEN;break;case n.CODE_POINTS.EXCLAMATION_MARK:this.state=e.SCRIPT_DATA_ESCAPE_START,this._emitChars("");break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this.state=e.SCRIPT_DATA_ESCAPED,this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=e.SCRIPT_DATA_ESCAPED,this._emitCodePoint(A)}}_stateScriptDataEscapedLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?this.state=e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:c(A)?(this._emitChars("<"),this.state=e.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(A)):(this._emitChars("<"),this.state=e.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(A))}_stateScriptDataEscapedEndTagOpen(A){c(A)?(this.state=e.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(A)):(this._emitChars(""),this.state=e.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(A))}_stateScriptDataEscapedEndTagName(A){this.handleSpecialEndTag(A)&&(this._emitChars(""),this.state=e.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(A))}_stateScriptDataDoubleEscapeStart(A){if(this.preprocessor.startsWith(n.SEQUENCES.SCRIPT,!1)&&I(this.preprocessor.peek(n.SEQUENCES.SCRIPT.length))){this._emitCodePoint(A);for(let A=0;A");break;case n.CODE_POINTS.NULL:this._err(a.ERR.unexpectedNullCharacter),this.state=e.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(n.REPLACEMENT_CHARACTER);break;case n.CODE_POINTS.EOF:this._err(a.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=e.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(A)}}_stateScriptDataDoubleEscapedLessThanSign(A){A===n.CODE_POINTS.SOLIDUS?(this.state=e.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=e.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(A))}_stateScriptDataDoubleEscapeEnd(A){if(this.preprocessor.startsWith(n.SEQUENCES.SCRIPT,!1)&&I(this.preprocessor.peek(n.SEQUENCES.SCRIPT.length))){this._emitCodePoint(A);for(let A=0;A 1114111)this._err(a.ERR.characterReferenceOutsideUnicodeRange),this.charRefCode=n.CODE_POINTS.REPLACEMENT_CHARACTER;else if((0,n.isSurrogate)(this.charRefCode))this._err(a.ERR.surrogateCharacterReference),this.charRefCode=n.CODE_POINTS.REPLACEMENT_CHARACTER;else if((0,n.isUndefinedCodePoint)(this.charRefCode))this._err(a.ERR.noncharacterCharacterReference);else if((0,n.isControlCodePoint)(this.charRefCode)||this.charRefCode===n.CODE_POINTS.CARRIAGE_RETURN){this._err(a.ERR.controlCharacterReference);const A=s.get(this.charRefCode);void 0!==A&&(this.charRefCode=A)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,A)}}}}),ee=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/parser/open-element-stack.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.OpenElementStack=void 0;var e=$A(),t=new Set([e.TAG_ID.DD,e.TAG_ID.DT,e.TAG_ID.LI,e.TAG_ID.OPTGROUP,e.TAG_ID.OPTION,e.TAG_ID.P,e.TAG_ID.RB,e.TAG_ID.RP,e.TAG_ID.RT,e.TAG_ID.RTC]),Q=new Set([...t,e.TAG_ID.CAPTION,e.TAG_ID.COLGROUP,e.TAG_ID.TBODY,e.TAG_ID.TD,e.TAG_ID.TFOOT,e.TAG_ID.TH,e.TAG_ID.THEAD,e.TAG_ID.TR]),n=new Map([[e.TAG_ID.APPLET,e.NS.HTML],[e.TAG_ID.CAPTION,e.NS.HTML],[e.TAG_ID.HTML,e.NS.HTML],[e.TAG_ID.MARQUEE,e.NS.HTML],[e.TAG_ID.OBJECT,e.NS.HTML],[e.TAG_ID.TABLE,e.NS.HTML],[e.TAG_ID.TD,e.NS.HTML],[e.TAG_ID.TEMPLATE,e.NS.HTML],[e.TAG_ID.TH,e.NS.HTML],[e.TAG_ID.ANNOTATION_XML,e.NS.MATHML],[e.TAG_ID.MI,e.NS.MATHML],[e.TAG_ID.MN,e.NS.MATHML],[e.TAG_ID.MO,e.NS.MATHML],[e.TAG_ID.MS,e.NS.MATHML],[e.TAG_ID.MTEXT,e.NS.MATHML],[e.TAG_ID.DESC,e.NS.SVG],[e.TAG_ID.FOREIGN_OBJECT,e.NS.SVG],[e.TAG_ID.TITLE,e.NS.SVG]]),r=[e.TAG_ID.H1,e.TAG_ID.H2,e.TAG_ID.H3,e.TAG_ID.H4,e.TAG_ID.H5,e.TAG_ID.H6],i=[e.TAG_ID.TR,e.TAG_ID.TEMPLATE,e.TAG_ID.HTML],a=[e.TAG_ID.TBODY,e.TAG_ID.TFOOT,e.TAG_ID.THEAD,e.TAG_ID.TEMPLATE,e.TAG_ID.HTML],o=[e.TAG_ID.TABLE,e.TAG_ID.TEMPLATE,e.TAG_ID.HTML],s=[e.TAG_ID.TD,e.TAG_ID.TH];A.OpenElementStack=class{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(A,t,Q){this.treeAdapter=t,this.handler=Q,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=e.TAG_ID.UNKNOWN,this.current=A}_indexOf(A){return this.items.lastIndexOf(A,this.stackTop)}_isInTemplate(){return this.currentTagId===e.TAG_ID.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===e.NS.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(A,e){this.stackTop++,this.items[this.stackTop]=A,this.current=A,this.tagIDs[this.stackTop]=e,this.currentTagId=e,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(A,e,!0)}pop(){const A=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(A,!0)}replace(A,e){const t=this._indexOf(A);this.items[t]=e,t===this.stackTop&&(this.current=e)}insertAfter(A,e,t){const Q=this._indexOf(A)+1;this.items.splice(Q,0,e),this.tagIDs.splice(Q,0,t),this.stackTop++,Q===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,Q===this.stackTop)}popUntilTagNamePopped(A){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(A,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==e.NS.HTML);this.shortenToLength(t<0?0:t)}shortenToLength(A){for(;this.stackTop>=A;){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,this.stackTop=0;t--)if(A.includes(this.tagIDs[t])&&this.treeAdapter.getNamespaceURI(this.items[t])===e)return t;return-1}clearBackTo(A,e){const t=this._indexOfTagNames(A,e);this.shortenToLength(t+1)}clearBackToTableContext(){this.clearBackTo(o,e.NS.HTML)}clearBackToTableBodyContext(){this.clearBackTo(a,e.NS.HTML)}clearBackToTableRowContext(){this.clearBackTo(i,e.NS.HTML)}remove(A){const e=this._indexOf(A);e>=0&&(e===this.stackTop?this.pop():(this.items.splice(e,1),this.tagIDs.splice(e,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(A,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===e.TAG_ID.BODY?this.items[1]:null}contains(A){return this._indexOf(A)>-1}getCommonAncestor(A){const e=this._indexOf(A)-1;return e>=0?this.items[e]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===e.TAG_ID.HTML}hasInScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(Q===A&&r===e.NS.HTML)return!0;if(n.get(Q)===r)return!1}return!0}hasNumberedHeaderInScope(){for(let A=this.stackTop;A>=0;A--){const t=this.tagIDs[A],Q=this.treeAdapter.getNamespaceURI(this.items[A]);if((0,e.isNumberedHeader)(t)&&Q===e.NS.HTML)return!0;if(n.get(t)===Q)return!1}return!0}hasInListItemScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(Q===A&&r===e.NS.HTML)return!0;if((Q===e.TAG_ID.UL||Q===e.TAG_ID.OL)&&r===e.NS.HTML||n.get(Q)===r)return!1}return!0}hasInButtonScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(Q===A&&r===e.NS.HTML)return!0;if(Q===e.TAG_ID.BUTTON&&r===e.NS.HTML||n.get(Q)===r)return!1}return!0}hasInTableScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===e.NS.HTML){if(Q===A)return!0;if(Q===e.TAG_ID.TABLE||Q===e.TAG_ID.TEMPLATE||Q===e.TAG_ID.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let A=this.stackTop;A>=0;A--){const t=this.tagIDs[A];if(this.treeAdapter.getNamespaceURI(this.items[A])===e.NS.HTML){if(t===e.TAG_ID.TBODY||t===e.TAG_ID.THEAD||t===e.TAG_ID.TFOOT)return!0;if(t===e.TAG_ID.TABLE||t===e.TAG_ID.HTML)return!1}}return!0}hasInSelectScope(A){for(let t=this.stackTop;t>=0;t--){const Q=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===e.NS.HTML){if(Q===A)return!0;if(Q!==e.TAG_ID.OPTION&&Q!==e.TAG_ID.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;t.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Q.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(A){for(;this.currentTagId!==A&&Q.has(this.currentTagId);)this.pop()}}}}),te=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/parser/formatting-element-list.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.FormattingElementList=A.EntryType=void 0;var e,t;(t=e=A.EntryType||(A.EntryType={}))[t.Marker=0]="Marker",t[t.Element=1]="Element";var Q={type:e.Marker};A.FormattingElementList=class{constructor(A){this.treeAdapter=A,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(A,t){const Q=[],n=t.length,r=this.treeAdapter.getTagName(A),i=this.treeAdapter.getNamespaceURI(A);for(let A=0;A [A.name,A.value])));let n=0;for(let A=0;A Q.get(A.name)===A.value))&&(n+=1,n>=3&&this.entries.splice(e.idx,1))}}insertMarker(){this.entries.unshift(Q)}pushElement(A,t){this._ensureNoahArkCondition(A),this.entries.unshift({type:e.Element,element:A,token:t})}insertElementAfterBookmark(A,t){const Q=this.entries.indexOf(this.bookmark);this.entries.splice(Q,0,{type:e.Element,element:A,token:t})}removeEntry(A){const e=this.entries.indexOf(A);e>=0&&this.entries.splice(e,1)}clearToLastMarker(){const A=this.entries.indexOf(Q);A>=0?this.entries.splice(0,A+1):this.entries.length=0}getElementEntryInScopeWithTagName(A){const t=this.entries.find((t=>t.type===e.Marker||this.treeAdapter.getTagName(t.element)===A));return t&&t.type===e.Element?t:null}getElementEntry(A){return this.entries.find((t=>t.type===e.Element&&t.element===A))}}}}),Qe=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/tree-adapters/default.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.defaultTreeAdapter=void 0;var e=$A();function t(A){return{nodeName:"#text",value:A,parentNode:null}}A.defaultTreeAdapter={createDocument:()=>({nodeName:"#document",mode:e.DOCUMENT_MODE.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(A,e,t)=>({nodeName:A,tagName:A,attrs:t,namespaceURI:e,childNodes:[],parentNode:null}),createCommentNode:A=>({nodeName:"#comment",data:A,parentNode:null}),appendChild(A,e){A.childNodes.push(e),e.parentNode=A},insertBefore(A,e,t){const Q=A.childNodes.indexOf(t);A.childNodes.splice(Q,0,e),e.parentNode=A},setTemplateContent(A,e){A.content=e},getTemplateContent:A=>A.content,setDocumentType(e,t,Q,n){const r=e.childNodes.find((A=>"#documentType"===A.nodeName));if(r)r.name=t,r.publicId=Q,r.systemId=n;else{const r={nodeName:"#documentType",name:t,publicId:Q,systemId:n,parentNode:null};A.defaultTreeAdapter.appendChild(e,r)}},setDocumentMode(A,e){A.mode=e},getDocumentMode:A=>A.mode,detachNode(A){if(A.parentNode){const e=A.parentNode.childNodes.indexOf(A);A.parentNode.childNodes.splice(e,1),A.parentNode=null}},insertText(e,Q){if(e.childNodes.length>0){const t=e.childNodes[e.childNodes.length-1];if(A.defaultTreeAdapter.isTextNode(t))return void(t.value+=Q)}A.defaultTreeAdapter.appendChild(e,t(Q))},insertTextBefore(e,Q,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&A.defaultTreeAdapter.isTextNode(r)?r.value+=Q:A.defaultTreeAdapter.insertBefore(e,t(Q),n)},adoptAttributes(A,e){const t=new Set(A.attrs.map((A=>A.name)));for(let Q=0;Q A.childNodes[0],getChildNodes:A=>A.childNodes,getParentNode:A=>A.parentNode,getAttrList:A=>A.attrs,getTagName:A=>A.tagName,getNamespaceURI:A=>A.namespaceURI,getTextNodeContent:A=>A.value,getCommentNodeContent:A=>A.data,getDocumentTypeNodeName:A=>A.name,getDocumentTypeNodePublicId:A=>A.publicId,getDocumentTypeNodeSystemId:A=>A.systemId,isTextNode:A=>"#text"===A.nodeName,isCommentNode:A=>"#comment"===A.nodeName,isDocumentTypeNode:A=>"#documentType"===A.nodeName,isElementNode:A=>Object.prototype.hasOwnProperty.call(A,"tagName"),setNodeSourceCodeLocation(A,e){A.sourceCodeLocation=e},getNodeSourceCodeLocation:A=>A.sourceCodeLocation,updateNodeSourceCodeLocation(A,e){A.sourceCodeLocation=Object.assign(Object.assign({},A.sourceCodeLocation),e)}}}}),ne=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/common/doctype.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.getDocumentMode=A.isConforming=void 0;var e=$A(),t="html",Q=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],n=[...Q,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],r=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),i=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],a=[...i,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function o(A,e){return e.some((e=>A.startsWith(e)))}A.isConforming=function(A){return A.name===t&&null===A.publicId&&(null===A.systemId||"about:legacy-compat"===A.systemId)},A.getDocumentMode=function(A){if(A.name!==t)return e.DOCUMENT_MODE.QUIRKS;const{systemId:s}=A;if(s&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===s.toLowerCase())return e.DOCUMENT_MODE.QUIRKS;let{publicId:T}=A;if(null!==T){if(T=T.toLowerCase(),r.has(T))return e.DOCUMENT_MODE.QUIRKS;let A=null===s?n:Q;if(o(T,A))return e.DOCUMENT_MODE.QUIRKS;if(A=null===s?i:a,o(T,A))return e.DOCUMENT_MODE.LIMITED_QUIRKS}return e.DOCUMENT_MODE.NO_QUIRKS}}}),re=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/common/foreign-content.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.isIntegrationPoint=A.adjustTokenSVGTagName=A.adjustTokenXMLAttrs=A.adjustTokenSVGAttrs=A.adjustTokenMathMLAttrs=A.causesExit=A.SVG_TAG_NAMES_ADJUSTMENT_MAP=void 0;var e=$A(),t="text/html",Q="application/xhtml+xml",n=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((A=>[A.toLowerCase(),A]))),r=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:e.NS.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:e.NS.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:e.NS.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:e.NS.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:e.NS.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:e.NS.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:e.NS.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:e.NS.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:e.NS.XML}],["xml:space",{prefix:"xml",name:"space",namespace:e.NS.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:e.NS.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:e.NS.XMLNS}]]);A.SVG_TAG_NAMES_ADJUSTMENT_MAP=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((A=>[A.toLowerCase(),A])));var i=new Set([e.TAG_ID.B,e.TAG_ID.BIG,e.TAG_ID.BLOCKQUOTE,e.TAG_ID.BODY,e.TAG_ID.BR,e.TAG_ID.CENTER,e.TAG_ID.CODE,e.TAG_ID.DD,e.TAG_ID.DIV,e.TAG_ID.DL,e.TAG_ID.DT,e.TAG_ID.EM,e.TAG_ID.EMBED,e.TAG_ID.H1,e.TAG_ID.H2,e.TAG_ID.H3,e.TAG_ID.H4,e.TAG_ID.H5,e.TAG_ID.H6,e.TAG_ID.HEAD,e.TAG_ID.HR,e.TAG_ID.I,e.TAG_ID.IMG,e.TAG_ID.LI,e.TAG_ID.LISTING,e.TAG_ID.MENU,e.TAG_ID.META,e.TAG_ID.NOBR,e.TAG_ID.OL,e.TAG_ID.P,e.TAG_ID.PRE,e.TAG_ID.RUBY,e.TAG_ID.S,e.TAG_ID.SMALL,e.TAG_ID.SPAN,e.TAG_ID.STRONG,e.TAG_ID.STRIKE,e.TAG_ID.SUB,e.TAG_ID.SUP,e.TAG_ID.TABLE,e.TAG_ID.TT,e.TAG_ID.U,e.TAG_ID.UL,e.TAG_ID.VAR]);A.causesExit=function(A){const t=A.tagID;return t===e.TAG_ID.FONT&&A.attrs.some((({name:A})=>A===e.ATTRS.COLOR||A===e.ATTRS.SIZE||A===e.ATTRS.FACE))||i.has(t)},A.adjustTokenMathMLAttrs=function(A){for(let e=0;e =0;Q--){const n=A.openElements.items[Q];if(n===e.element)break;A._isSpecialElement(n,A.openElements.tagIDs[Q])&&(t=n)}return t||(A.openElements.shortenToLength(Q<0?0:Q),A.activeFormattingElements.removeEntry(e)),t}function I(A,e,t){let Q=e,n=A.openElements.getCommonAncestor(e);for(let r=0,i=n;i!==t;r++,i=n){n=A.openElements.getCommonAncestor(i);const t=A.activeFormattingElements.getElementEntry(i),a=t&&r>=3;!t||a?(a&&A.activeFormattingElements.removeEntry(t),A.openElements.remove(i)):(i=u(A,t),Q===e&&(A.activeFormattingElements.bookmark=t),A.treeAdapter.detachNode(Q),A.treeAdapter.appendChild(i,Q),Q=i)}return Q}function u(A,e){const t=A.treeAdapter.getNamespaceURI(e.element),Q=A.treeAdapter.createElement(e.token.tagName,t,e.token.attrs);return A.openElements.replace(e.element,Q),e.element=Q,Q}function p(A,e,t){const Q=A.treeAdapter.getTagName(e),n=(0,B.getTagID)(Q);if(A._isElementCausesFosterParenting(n))A._fosterParentElement(t);else{const Q=A.treeAdapter.getNamespaceURI(e);n===B.TAG_ID.TEMPLATE&&Q===B.NS.HTML&&(e=A.treeAdapter.getTemplateContent(e)),A.treeAdapter.appendChild(e,t)}}function h(A,e,t){const Q=A.treeAdapter.getNamespaceURI(t.element),{token:n}=t,r=A.treeAdapter.createElement(n.tagName,Q,n.attrs);A._adoptNodes(e,r),A.treeAdapter.appendChild(e,r),A.activeFormattingElements.insertElementAfterBookmark(r,n),A.activeFormattingElements.removeEntry(t),A.openElements.remove(t.element),A.openElements.insertAfter(e,r,n.tagID)}function w(A,e){for(let t=0;t<8;t++){const t=C(A,e);if(!t)break;const Q=d(A,t);if(!Q)break;A.activeFormattingElements.bookmark=t;const n=I(A,Q,t.element),r=A.openElements.getCommonAncestor(t.element);A.treeAdapter.detachNode(n),r&&p(A,r,n),h(A,Q,t)}}function m(A,e){A._appendCommentNode(e,A.openElements.currentTmplContentOrNode)}function f(A,e){if(A.stopped=!0,e.location){const t=A.fragmentContext?0:2;for(let Q=A.openElements.stackTop;Q>=t;Q--)A._setEndLocation(A.openElements.items[Q],e);if(!A.fragmentContext&&A.openElements.stackTop>=0){const t=A.openElements.items[0],Q=A.treeAdapter.getNodeSourceCodeLocation(t);if(Q&&!Q.endTag&&(A._setEndLocation(t,e),A.openElements.stackTop>=1)){const t=A.openElements.items[1],Q=A.treeAdapter.getNodeSourceCodeLocation(t);Q&&!Q.endTag&&A._setEndLocation(t,e)}}}}function D(A,t){A._err(t,s.ERR.missingDoctype,!0),A.treeAdapter.setDocumentMode(A.document,B.DOCUMENT_MODE.QUIRKS),A.insertionMode=e.BEFORE_HTML,A._processToken(t)}function L(A,t){A._insertFakeRootElement(),A.insertionMode=e.BEFORE_HEAD,A._processToken(t)}function M(A,t){A._insertFakeElement(B.TAG_NAMES.HEAD,B.TAG_ID.HEAD),A.headElement=A.openElements.current,A.insertionMode=e.IN_HEAD,A._processToken(t)}function F(A,t){switch(t.tagID){case B.TAG_ID.HTML:k(A,t);break;case B.TAG_ID.BASE:case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.LINK:case B.TAG_ID.META:A._appendElement(t,B.NS.HTML),t.ackSelfClosing=!0;break;case B.TAG_ID.TITLE:A._switchToTextParsing(t,Q.TokenizerMode.RCDATA);break;case B.TAG_ID.NOSCRIPT:A.options.scriptingEnabled?A._switchToTextParsing(t,Q.TokenizerMode.RAWTEXT):(A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_HEAD_NO_SCRIPT);break;case B.TAG_ID.NOFRAMES:case B.TAG_ID.STYLE:A._switchToTextParsing(t,Q.TokenizerMode.RAWTEXT);break;case B.TAG_ID.SCRIPT:A._switchToTextParsing(t,Q.TokenizerMode.SCRIPT_DATA);break;case B.TAG_ID.TEMPLATE:A._insertTemplate(t),A.activeFormattingElements.insertMarker(),A.framesetOk=!1,A.insertionMode=e.IN_TEMPLATE,A.tmplInsertionModeStack.unshift(e.IN_TEMPLATE);break;case B.TAG_ID.HEAD:A._err(t,s.ERR.misplacedStartTagForHeadElement);break;default:_(A,t)}}function b(A,e){A.openElements.tmplCount>0?(A.openElements.generateImpliedEndTagsThoroughly(),A.openElements.currentTagId!==B.TAG_ID.TEMPLATE&&A._err(e,s.ERR.closingOfElementWithOpenChildElements),A.openElements.popUntilTagNamePopped(B.TAG_ID.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A.tmplInsertionModeStack.shift(),A._resetInsertionMode()):A._err(e,s.ERR.endTagWithoutMatchingOpenElement)}function _(A,t){A.openElements.pop(),A.insertionMode=e.AFTER_HEAD,A._processToken(t)}function H(A,t){const Q=t.type===c.TokenType.EOF?s.ERR.openElementsLeftAfterEof:s.ERR.disallowedContentInNoscriptInHead;A._err(t,Q),A.openElements.pop(),A.insertionMode=e.IN_HEAD,A._processToken(t)}function N(A,t){A._insertFakeElement(B.TAG_NAMES.BODY,B.TAG_ID.BODY),A.insertionMode=e.IN_BODY,S(A,t)}function S(A,e){switch(e.type){case c.TokenType.CHARACTER:U(A,e);break;case c.TokenType.WHITESPACE_CHARACTER:R(A,e);break;case c.TokenType.COMMENT:m(A,e);break;case c.TokenType.START_TAG:k(A,e);break;case c.TokenType.END_TAG:x(A,e);break;case c.TokenType.EOF:Y(A,e)}}function R(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e)}function U(A,e){A._reconstructActiveFormattingElements(),A._insertCharacters(e),A.framesetOk=!1}function y(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,B.NS.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}function O(A){const e=(0,c.getTokenAttr)(A,B.ATTRS.TYPE);return null!=e&&"hidden"===e.toLowerCase()}function G(A,e){A._switchToTextParsing(e,Q.TokenizerMode.RAWTEXT)}function v(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML)}function k(A,t){switch(t.tagID){case B.TAG_ID.I:case B.TAG_ID.S:case B.TAG_ID.B:case B.TAG_ID.U:case B.TAG_ID.EM:case B.TAG_ID.TT:case B.TAG_ID.BIG:case B.TAG_ID.CODE:case B.TAG_ID.FONT:case B.TAG_ID.SMALL:case B.TAG_ID.STRIKE:case B.TAG_ID.STRONG:!function(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,t);break;case B.TAG_ID.A:!function(A,e){const t=A.activeFormattingElements.getElementEntryInScopeWithTagName(B.TAG_NAMES.A);t&&(w(A,e),A.openElements.remove(t.element),A.activeFormattingElements.removeEntry(t)),A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,t);break;case B.TAG_ID.H1:case B.TAG_ID.H2:case B.TAG_ID.H3:case B.TAG_ID.H4:case B.TAG_ID.H5:case B.TAG_ID.H6:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),(0,B.isNumberedHeader)(A.openElements.currentTagId)&&A.openElements.pop(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.P:case B.TAG_ID.DL:case B.TAG_ID.OL:case B.TAG_ID.UL:case B.TAG_ID.DIV:case B.TAG_ID.DIR:case B.TAG_ID.NAV:case B.TAG_ID.MAIN:case B.TAG_ID.MENU:case B.TAG_ID.ASIDE:case B.TAG_ID.CENTER:case B.TAG_ID.FIGURE:case B.TAG_ID.FOOTER:case B.TAG_ID.HEADER:case B.TAG_ID.HGROUP:case B.TAG_ID.DIALOG:case B.TAG_ID.DETAILS:case B.TAG_ID.ADDRESS:case B.TAG_ID.ARTICLE:case B.TAG_ID.SECTION:case B.TAG_ID.SUMMARY:case B.TAG_ID.FIELDSET:case B.TAG_ID.BLOCKQUOTE:case B.TAG_ID.FIGCAPTION:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.LI:case B.TAG_ID.DD:case B.TAG_ID.DT:!function(A,e){A.framesetOk=!1;const t=e.tagID;for(let e=A.openElements.stackTop;e>=0;e--){const Q=A.openElements.tagIDs[e];if(t===B.TAG_ID.LI&&Q===B.TAG_ID.LI||(t===B.TAG_ID.DD||t===B.TAG_ID.DT)&&(Q===B.TAG_ID.DD||Q===B.TAG_ID.DT)){A.openElements.generateImpliedEndTagsWithExclusion(Q),A.openElements.popUntilTagNamePopped(Q);break}if(Q!==B.TAG_ID.ADDRESS&&Q!==B.TAG_ID.DIV&&Q!==B.TAG_ID.P&&A._isSpecialElement(A.openElements.items[e],Q))break}A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.BR:case B.TAG_ID.IMG:case B.TAG_ID.WBR:case B.TAG_ID.AREA:case B.TAG_ID.EMBED:case B.TAG_ID.KEYGEN:y(A,t);break;case B.TAG_ID.HR:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._appendElement(e,B.NS.HTML),A.framesetOk=!1,e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.RB:case B.TAG_ID.RTC:!function(A,e){A.openElements.hasInScope(B.TAG_ID.RUBY)&&A.openElements.generateImpliedEndTags(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.RT:case B.TAG_ID.RP:!function(A,e){A.openElements.hasInScope(B.TAG_ID.RUBY)&&A.openElements.generateImpliedEndTagsWithExclusion(B.TAG_ID.RTC),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.PRE:case B.TAG_ID.LISTING:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML),A.skipNextNewLine=!0,A.framesetOk=!1}(A,t);break;case B.TAG_ID.XMP:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._reconstructActiveFormattingElements(),A.framesetOk=!1,A._switchToTextParsing(e,Q.TokenizerMode.RAWTEXT)}(A,t);break;case B.TAG_ID.SVG:!function(A,e){A._reconstructActiveFormattingElements(),o.adjustTokenSVGAttrs(e),o.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,B.NS.SVG):A._insertElement(e,B.NS.SVG),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.HTML:!function(A,e){0===A.openElements.tmplCount&&A.treeAdapter.adoptAttributes(A.openElements.items[0],e.attrs)}(A,t);break;case B.TAG_ID.BASE:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.STYLE:case B.TAG_ID.TITLE:case B.TAG_ID.SCRIPT:case B.TAG_ID.BGSOUND:case B.TAG_ID.BASEFONT:case B.TAG_ID.TEMPLATE:F(A,t);break;case B.TAG_ID.BODY:!function(A,e){const t=A.openElements.tryPeekProperlyNestedBodyElement();t&&0===A.openElements.tmplCount&&(A.framesetOk=!1,A.treeAdapter.adoptAttributes(t,e.attrs))}(A,t);break;case B.TAG_ID.FORM:!function(A,e){const t=A.openElements.tmplCount>0;A.formElement&&!t||(A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML),t||(A.formElement=A.openElements.current))}(A,t);break;case B.TAG_ID.NOBR:!function(A,e){A._reconstructActiveFormattingElements(),A.openElements.hasInScope(B.TAG_ID.NOBR)&&(w(A,e),A._reconstructActiveFormattingElements()),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.pushElement(A.openElements.current,e)}(A,t);break;case B.TAG_ID.MATH:!function(A,e){A._reconstructActiveFormattingElements(),o.adjustTokenMathMLAttrs(e),o.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,B.NS.MATHML):A._insertElement(e,B.NS.MATHML),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.TABLE:!function(A,t){A.treeAdapter.getDocumentMode(A.document)!==B.DOCUMENT_MODE.QUIRKS&&A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(t,B.NS.HTML),A.framesetOk=!1,A.insertionMode=e.IN_TABLE}(A,t);break;case B.TAG_ID.INPUT:!function(A,e){A._reconstructActiveFormattingElements(),A._appendElement(e,B.NS.HTML),O(e)||(A.framesetOk=!1),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.PARAM:case B.TAG_ID.TRACK:case B.TAG_ID.SOURCE:!function(A,e){A._appendElement(e,B.NS.HTML),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.IMAGE:!function(A,e){e.tagName=B.TAG_NAMES.IMG,e.tagID=B.TAG_ID.IMG,y(A,e)}(A,t);break;case B.TAG_ID.BUTTON:!function(A,e){A.openElements.hasInScope(B.TAG_ID.BUTTON)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(B.TAG_ID.BUTTON)),A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.framesetOk=!1}(A,t);break;case B.TAG_ID.APPLET:case B.TAG_ID.OBJECT:case B.TAG_ID.MARQUEE:!function(A,e){A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML),A.activeFormattingElements.insertMarker(),A.framesetOk=!1}(A,t);break;case B.TAG_ID.IFRAME:!function(A,e){A.framesetOk=!1,A._switchToTextParsing(e,Q.TokenizerMode.RAWTEXT)}(A,t);break;case B.TAG_ID.SELECT:!function(A,t){A._reconstructActiveFormattingElements(),A._insertElement(t,B.NS.HTML),A.framesetOk=!1,A.insertionMode=A.insertionMode===e.IN_TABLE||A.insertionMode===e.IN_CAPTION||A.insertionMode===e.IN_TABLE_BODY||A.insertionMode===e.IN_ROW||A.insertionMode===e.IN_CELL?e.IN_SELECT_IN_TABLE:e.IN_SELECT}(A,t);break;case B.TAG_ID.OPTION:case B.TAG_ID.OPTGROUP:!function(A,e){A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop(),A._reconstructActiveFormattingElements(),A._insertElement(e,B.NS.HTML)}(A,t);break;case B.TAG_ID.NOEMBED:G(A,t);break;case B.TAG_ID.FRAMESET:!function(A,t){const Q=A.openElements.tryPeekProperlyNestedBodyElement();A.framesetOk&&Q&&(A.treeAdapter.detachNode(Q),A.openElements.popAllUpToHtmlElement(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_FRAMESET)}(A,t);break;case B.TAG_ID.TEXTAREA:!function(A,t){A._insertElement(t,B.NS.HTML),A.skipNextNewLine=!0,A.tokenizer.state=Q.TokenizerMode.RCDATA,A.originalInsertionMode=A.insertionMode,A.framesetOk=!1,A.insertionMode=e.TEXT}(A,t);break;case B.TAG_ID.NOSCRIPT:A.options.scriptingEnabled?G(A,t):v(A,t);break;case B.TAG_ID.PLAINTEXT:!function(A,e){A.openElements.hasInButtonScope(B.TAG_ID.P)&&A._closePElement(),A._insertElement(e,B.NS.HTML),A.tokenizer.state=Q.TokenizerMode.PLAINTEXT}(A,t);break;case B.TAG_ID.COL:case B.TAG_ID.TH:case B.TAG_ID.TD:case B.TAG_ID.TR:case B.TAG_ID.HEAD:case B.TAG_ID.FRAME:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:case B.TAG_ID.CAPTION:case B.TAG_ID.COLGROUP:break;default:v(A,t)}}function V(A,e){const t=e.tagName,Q=e.tagID;for(let e=A.openElements.stackTop;e>0;e--){const n=A.openElements.items[e],r=A.openElements.tagIDs[e];if(Q===r&&(Q!==B.TAG_ID.UNKNOWN||A.treeAdapter.getTagName(n)===t)){A.openElements.generateImpliedEndTagsWithExclusion(Q),A.openElements.stackTop>=e&&A.openElements.shortenToLength(e);break}if(A._isSpecialElement(n,r))break}}function x(A,t){switch(t.tagID){case B.TAG_ID.A:case B.TAG_ID.B:case B.TAG_ID.I:case B.TAG_ID.S:case B.TAG_ID.U:case B.TAG_ID.EM:case B.TAG_ID.TT:case B.TAG_ID.BIG:case B.TAG_ID.CODE:case B.TAG_ID.FONT:case B.TAG_ID.NOBR:case B.TAG_ID.SMALL:case B.TAG_ID.STRIKE:case B.TAG_ID.STRONG:w(A,t);break;case B.TAG_ID.P:!function(A){A.openElements.hasInButtonScope(B.TAG_ID.P)||A._insertFakeElement(B.TAG_NAMES.P,B.TAG_ID.P),A._closePElement()}(A);break;case B.TAG_ID.DL:case B.TAG_ID.UL:case B.TAG_ID.OL:case B.TAG_ID.DIR:case B.TAG_ID.DIV:case B.TAG_ID.NAV:case B.TAG_ID.PRE:case B.TAG_ID.MAIN:case B.TAG_ID.MENU:case B.TAG_ID.ASIDE:case B.TAG_ID.BUTTON:case B.TAG_ID.CENTER:case B.TAG_ID.FIGURE:case B.TAG_ID.FOOTER:case B.TAG_ID.HEADER:case B.TAG_ID.HGROUP:case B.TAG_ID.DIALOG:case B.TAG_ID.ADDRESS:case B.TAG_ID.ARTICLE:case B.TAG_ID.DETAILS:case B.TAG_ID.SECTION:case B.TAG_ID.SUMMARY:case B.TAG_ID.LISTING:case B.TAG_ID.FIELDSET:case B.TAG_ID.BLOCKQUOTE:case B.TAG_ID.FIGCAPTION:!function(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t))}(A,t);break;case B.TAG_ID.LI:!function(A){A.openElements.hasInListItemScope(B.TAG_ID.LI)&&(A.openElements.generateImpliedEndTagsWithExclusion(B.TAG_ID.LI),A.openElements.popUntilTagNamePopped(B.TAG_ID.LI))}(A);break;case B.TAG_ID.DD:case B.TAG_ID.DT:!function(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTagsWithExclusion(t),A.openElements.popUntilTagNamePopped(t))}(A,t);break;case B.TAG_ID.H1:case B.TAG_ID.H2:case B.TAG_ID.H3:case B.TAG_ID.H4:case B.TAG_ID.H5:case B.TAG_ID.H6:!function(A){A.openElements.hasNumberedHeaderInScope()&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilNumberedHeaderPopped())}(A);break;case B.TAG_ID.BR:!function(A){A._reconstructActiveFormattingElements(),A._insertFakeElement(B.TAG_NAMES.BR,B.TAG_ID.BR),A.openElements.pop(),A.framesetOk=!1}(A);break;case B.TAG_ID.BODY:!function(A,t){if(A.openElements.hasInScope(B.TAG_ID.BODY)&&(A.insertionMode=e.AFTER_BODY,A.options.sourceCodeLocationInfo)){const e=A.openElements.tryPeekProperlyNestedBodyElement();e&&A._setEndLocation(e,t)}}(A,t);break;case B.TAG_ID.HTML:!function(A,t){A.openElements.hasInScope(B.TAG_ID.BODY)&&(A.insertionMode=e.AFTER_BODY,aA(A,t))}(A,t);break;case B.TAG_ID.FORM:!function(A){const e=A.openElements.tmplCount>0,{formElement:t}=A;e||(A.formElement=null),(t||e)&&A.openElements.hasInScope(B.TAG_ID.FORM)&&(A.openElements.generateImpliedEndTags(),e?A.openElements.popUntilTagNamePopped(B.TAG_ID.FORM):t&&A.openElements.remove(t))}(A);break;case B.TAG_ID.APPLET:case B.TAG_ID.OBJECT:case B.TAG_ID.MARQUEE:!function(A,e){const t=e.tagID;A.openElements.hasInScope(t)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(t),A.activeFormattingElements.clearToLastMarker())}(A,t);break;case B.TAG_ID.TEMPLATE:b(A,t);break;default:V(A,t)}}function Y(A,e){A.tmplInsertionModeStack.length>0?iA(A,e):f(A,e)}function P(A,t){if(E.has(A.openElements.currentTagId))switch(A.pendingCharacterTokens.length=0,A.hasNonWhitespacePendingCharacterToken=!1,A.originalInsertionMode=A.insertionMode,A.insertionMode=e.IN_TABLE_TEXT,t.type){case c.TokenType.CHARACTER:z(A,t);break;case c.TokenType.WHITESPACE_CHARACTER:W(A,t)}else X(A,t)}function Z(A,t){switch(t.tagID){case B.TAG_ID.TD:case B.TAG_ID.TH:case B.TAG_ID.TR:!function(A,t){A.openElements.clearBackToTableContext(),A._insertFakeElement(B.TAG_NAMES.TBODY,B.TAG_ID.TBODY),A.insertionMode=e.IN_TABLE_BODY,AA(A,t)}(A,t);break;case B.TAG_ID.STYLE:case B.TAG_ID.SCRIPT:case B.TAG_ID.TEMPLATE:F(A,t);break;case B.TAG_ID.COL:!function(A,t){A.openElements.clearBackToTableContext(),A._insertFakeElement(B.TAG_NAMES.COLGROUP,B.TAG_ID.COLGROUP),A.insertionMode=e.IN_COLUMN_GROUP,q(A,t)}(A,t);break;case B.TAG_ID.FORM:!function(A,e){A.formElement||0!==A.openElements.tmplCount||(A._insertElement(e,B.NS.HTML),A.formElement=A.openElements.current,A.openElements.pop())}(A,t);break;case B.TAG_ID.TABLE:!function(A,e){A.openElements.hasInTableScope(B.TAG_ID.TABLE)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.TABLE),A._resetInsertionMode(),A._processStartTag(e))}(A,t);break;case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:!function(A,t){A.openElements.clearBackToTableContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_TABLE_BODY}(A,t);break;case B.TAG_ID.INPUT:!function(A,e){O(e)?A._appendElement(e,B.NS.HTML):X(A,e),e.ackSelfClosing=!0}(A,t);break;case B.TAG_ID.CAPTION:!function(A,t){A.openElements.clearBackToTableContext(),A.activeFormattingElements.insertMarker(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_CAPTION}(A,t);break;case B.TAG_ID.COLGROUP:!function(A,t){A.openElements.clearBackToTableContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_COLUMN_GROUP}(A,t);break;default:X(A,t)}}function J(A,e){switch(e.tagID){case B.TAG_ID.TABLE:A.openElements.hasInTableScope(B.TAG_ID.TABLE)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.TABLE),A._resetInsertionMode());break;case B.TAG_ID.TEMPLATE:b(A,e);break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TBODY:case B.TAG_ID.TD:case B.TAG_ID.TFOOT:case B.TAG_ID.TH:case B.TAG_ID.THEAD:case B.TAG_ID.TR:break;default:X(A,e)}}function X(A,e){const t=A.fosterParentingEnabled;A.fosterParentingEnabled=!0,S(A,e),A.fosterParentingEnabled=t}function W(A,e){A.pendingCharacterTokens.push(e)}function z(A,e){A.pendingCharacterTokens.push(e),A.hasNonWhitespacePendingCharacterToken=!0}function j(A,e){let t=0;if(A.hasNonWhitespacePendingCharacterToken)for(;t 0&&this._setContextModes(A,e)}onItemPop(A,e){var t,Q;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(A,this.currentToken),null===(Q=(t=this.treeAdapter).onItemPop)||void 0===Q||Q.call(t,A,this.openElements.current),e){let A,e;0===this.openElements.stackTop&&this.fragmentContext?(A=this.fragmentContext,e=this.fragmentContextID):({current:A,currentTagId:e}=this.openElements),this._setContextModes(A,e)}}_setContextModes(A,e){const t=A===this.document||this.treeAdapter.getNamespaceURI(A)===B.NS.HTML;this.currentNotInHTML=!t,this.tokenizer.inForeignNode=!t&&!this._isIntegrationPoint(e,A)}_switchToTextParsing(A,t){this._insertElement(A,B.NS.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=e.TEXT}switchToPlaintextParsing(){this.insertionMode=e.TEXT,this.originalInsertionMode=e.IN_BODY,this.tokenizer.state=Q.TokenizerMode.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let A=this.fragmentContext;for(;A;){if(this.treeAdapter.getTagName(A)===B.TAG_NAMES.FORM){this.formElement=A;break}A=this.treeAdapter.getParentNode(A)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===B.NS.HTML)switch(this.fragmentContextID){case B.TAG_ID.TITLE:case B.TAG_ID.TEXTAREA:this.tokenizer.state=Q.TokenizerMode.RCDATA;break;case B.TAG_ID.STYLE:case B.TAG_ID.XMP:case B.TAG_ID.IFRAME:case B.TAG_ID.NOEMBED:case B.TAG_ID.NOFRAMES:case B.TAG_ID.NOSCRIPT:this.tokenizer.state=Q.TokenizerMode.RAWTEXT;break;case B.TAG_ID.SCRIPT:this.tokenizer.state=Q.TokenizerMode.SCRIPT_DATA;break;case B.TAG_ID.PLAINTEXT:this.tokenizer.state=Q.TokenizerMode.PLAINTEXT}}_setDocumentType(A){const e=A.name||"",t=A.publicId||"",Q=A.systemId||"";if(this.treeAdapter.setDocumentType(this.document,e,t,Q),A.location){const e=this.treeAdapter.getChildNodes(this.document).find((A=>this.treeAdapter.isDocumentTypeNode(A)));e&&this.treeAdapter.setNodeSourceCodeLocation(e,A.location)}}_attachElementToTree(A,e){if(this.options.sourceCodeLocationInfo){const t=e&&Object.assign(Object.assign({},e),{startTag:e});this.treeAdapter.setNodeSourceCodeLocation(A,t)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(A);else{const e=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(e,A)}}_appendElement(A,e){const t=this.treeAdapter.createElement(A.tagName,e,A.attrs);this._attachElementToTree(t,A.location)}_insertElement(A,e){const t=this.treeAdapter.createElement(A.tagName,e,A.attrs);this._attachElementToTree(t,A.location),this.openElements.push(t,A.tagID)}_insertFakeElement(A,e){const t=this.treeAdapter.createElement(A,B.NS.HTML,[]);this._attachElementToTree(t,null),this.openElements.push(t,e)}_insertTemplate(A){const e=this.treeAdapter.createElement(A.tagName,B.NS.HTML,A.attrs),t=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(e,t),this._attachElementToTree(e,A.location),this.openElements.push(e,A.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null)}_insertFakeRootElement(){const A=this.treeAdapter.createElement(B.TAG_NAMES.HTML,B.NS.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(A,null),this.treeAdapter.appendChild(this.openElements.current,A),this.openElements.push(A,B.TAG_ID.HTML)}_appendCommentNode(A,e){const t=this.treeAdapter.createCommentNode(A.data);this.treeAdapter.appendChild(e,t),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,A.location)}_insertCharacters(A){let e,t;if(this._shouldFosterParentOnInsertion()?(({parent:e,beforeElement:t}=this._findFosterParentingLocation()),t?this.treeAdapter.insertTextBefore(e,A.chars,t):this.treeAdapter.insertText(e,A.chars)):(e=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(e,A.chars)),!A.location)return;const Q=this.treeAdapter.getChildNodes(e),n=t?Q.lastIndexOf(t):Q.length,r=Q[n-1];if(this.treeAdapter.getNodeSourceCodeLocation(r)){const{endLine:e,endCol:t,endOffset:Q}=A.location;this.treeAdapter.updateNodeSourceCodeLocation(r,{endLine:e,endCol:t,endOffset:Q})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,A.location)}_adoptNodes(A,e){for(let t=this.treeAdapter.getFirstChild(A);t;t=this.treeAdapter.getFirstChild(A))this.treeAdapter.detachNode(t),this.treeAdapter.appendChild(e,t)}_setEndLocation(A,e){if(this.treeAdapter.getNodeSourceCodeLocation(A)&&e.location){const t=e.location,Q=this.treeAdapter.getTagName(A),n=e.type===c.TokenType.END_TAG&&Q===e.tagName?{endTag:Object.assign({},t),endLine:t.endLine,endCol:t.endCol,endOffset:t.endOffset}:{endLine:t.startLine,endCol:t.startCol,endOffset:t.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(A,n)}}shouldProcessStartTagTokenInForeignContent(A){if(!this.currentNotInHTML)return!1;let e,t;return 0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):({current:e,currentTagId:t}=this.openElements),(A.tagID!==B.TAG_ID.SVG||this.treeAdapter.getTagName(e)!==B.TAG_NAMES.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(e)!==B.NS.MATHML)&&(this.tokenizer.inForeignNode||(A.tagID===B.TAG_ID.MGLYPH||A.tagID===B.TAG_ID.MALIGNMARK)&&!this._isIntegrationPoint(t,e,B.NS.HTML))}_processToken(A){switch(A.type){case c.TokenType.CHARACTER:this.onCharacter(A);break;case c.TokenType.NULL_CHARACTER:this.onNullCharacter(A);break;case c.TokenType.COMMENT:this.onComment(A);break;case c.TokenType.DOCTYPE:this.onDoctype(A);break;case c.TokenType.START_TAG:this._processStartTag(A);break;case c.TokenType.END_TAG:this.onEndTag(A);break;case c.TokenType.EOF:this.onEof(A);break;case c.TokenType.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(A)}}_isIntegrationPoint(A,e,t){const Q=this.treeAdapter.getNamespaceURI(e),n=this.treeAdapter.getAttrList(e);return o.isIntegrationPoint(A,Q,n,t)}_reconstructActiveFormattingElements(){const A=this.activeFormattingElements.entries.length;if(A){const e=this.activeFormattingElements.entries.findIndex((A=>A.type===r.EntryType.Marker||this.openElements.contains(A.element)));for(let t=e<0?A-1:e-1;t>=0;t--){const A=this.activeFormattingElements.entries[t];this._insertElement(A.token,this.treeAdapter.getNamespaceURI(A.element)),A.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=e.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(B.TAG_ID.P),this.openElements.popUntilTagNamePopped(B.TAG_ID.P)}_resetInsertionMode(){for(let A=this.openElements.stackTop;A>=0;A--)switch(0===A&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[A]){case B.TAG_ID.TR:return void(this.insertionMode=e.IN_ROW);case B.TAG_ID.TBODY:case B.TAG_ID.THEAD:case B.TAG_ID.TFOOT:return void(this.insertionMode=e.IN_TABLE_BODY);case B.TAG_ID.CAPTION:return void(this.insertionMode=e.IN_CAPTION);case B.TAG_ID.COLGROUP:return void(this.insertionMode=e.IN_COLUMN_GROUP);case B.TAG_ID.TABLE:return void(this.insertionMode=e.IN_TABLE);case B.TAG_ID.BODY:return void(this.insertionMode=e.IN_BODY);case B.TAG_ID.FRAMESET:return void(this.insertionMode=e.IN_FRAMESET);case B.TAG_ID.SELECT:return void this._resetInsertionModeForSelect(A);case B.TAG_ID.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case B.TAG_ID.HTML:return void(this.insertionMode=this.headElement?e.AFTER_HEAD:e.BEFORE_HEAD);case B.TAG_ID.TD:case B.TAG_ID.TH:if(A>0)return void(this.insertionMode=e.IN_CELL);break;case B.TAG_ID.HEAD:if(A>0)return void(this.insertionMode=e.IN_HEAD)}this.insertionMode=e.IN_BODY}_resetInsertionModeForSelect(A){if(A>0)for(let t=A-1;t>0;t--){const A=this.openElements.tagIDs[t];if(A===B.TAG_ID.TEMPLATE)break;if(A===B.TAG_ID.TABLE)return void(this.insertionMode=e.IN_SELECT_IN_TABLE)}this.insertionMode=e.IN_SELECT}_isElementCausesFosterParenting(A){return E.has(A)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let A=this.openElements.stackTop;A>=0;A--){const e=this.openElements.items[A];switch(this.openElements.tagIDs[A]){case B.TAG_ID.TEMPLATE:if(this.treeAdapter.getNamespaceURI(e)===B.NS.HTML)return{parent:this.treeAdapter.getTemplateContent(e),beforeElement:null};break;case B.TAG_ID.TABLE:{const t=this.treeAdapter.getParentNode(e);return t?{parent:t,beforeElement:e}:{parent:this.openElements.items[A-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(A){const e=this._findFosterParentingLocation();e.beforeElement?this.treeAdapter.insertBefore(e.parent,A,e.beforeElement):this.treeAdapter.appendChild(e.parent,A)}_isSpecialElement(A,e){const t=this.treeAdapter.getNamespaceURI(A);return B.SPECIAL_ELEMENTS[t].has(e)}onCharacter(A){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(A,e){A._insertCharacters(e),A.framesetOk=!1}(this,A);else switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:L(this,A);break;case e.BEFORE_HEAD:M(this,A);break;case e.IN_HEAD:_(this,A);break;case e.IN_HEAD_NO_SCRIPT:H(this,A);break;case e.AFTER_HEAD:N(this,A);break;case e.IN_BODY:case e.IN_CAPTION:case e.IN_CELL:case e.IN_TEMPLATE:U(this,A);break;case e.TEXT:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:this._insertCharacters(A);break;case e.IN_TABLE:case e.IN_TABLE_BODY:case e.IN_ROW:P(this,A);break;case e.IN_TABLE_TEXT:z(this,A);break;case e.IN_COLUMN_GROUP:$(this,A);break;case e.AFTER_BODY:oA(this,A);break;case e.AFTER_AFTER_BODY:sA(this,A)}}onNullCharacter(A){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(A,e){e.chars=T.REPLACEMENT_CHARACTER,A._insertCharacters(e)}(this,A);else switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:L(this,A);break;case e.BEFORE_HEAD:M(this,A);break;case e.IN_HEAD:_(this,A);break;case e.IN_HEAD_NO_SCRIPT:H(this,A);break;case e.AFTER_HEAD:N(this,A);break;case e.TEXT:this._insertCharacters(A);break;case e.IN_TABLE:case e.IN_TABLE_BODY:case e.IN_ROW:P(this,A);break;case e.IN_COLUMN_GROUP:$(this,A);break;case e.AFTER_BODY:oA(this,A);break;case e.AFTER_AFTER_BODY:sA(this,A)}}onComment(A){if(this.skipNextNewLine=!1,this.currentNotInHTML)m(this,A);else switch(this.insertionMode){case e.INITIAL:case e.BEFORE_HTML:case e.BEFORE_HEAD:case e.IN_HEAD:case e.IN_HEAD_NO_SCRIPT:case e.AFTER_HEAD:case e.IN_BODY:case e.IN_TABLE:case e.IN_CAPTION:case e.IN_COLUMN_GROUP:case e.IN_TABLE_BODY:case e.IN_ROW:case e.IN_CELL:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:case e.IN_TEMPLATE:case e.IN_FRAMESET:case e.AFTER_FRAMESET:m(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.AFTER_BODY:!function(A,e){A._appendCommentNode(e,A.openElements.items[0])}(this,A);break;case e.AFTER_AFTER_BODY:case e.AFTER_AFTER_FRAMESET:!function(A,e){A._appendCommentNode(e,A.document)}(this,A)}}onDoctype(A){switch(this.skipNextNewLine=!1,this.insertionMode){case e.INITIAL:!function(A,t){A._setDocumentType(t);const Q=t.forceQuirks?B.DOCUMENT_MODE.QUIRKS:a.getDocumentMode(t);a.isConforming(t)||A._err(t,s.ERR.nonConformingDoctype);A.treeAdapter.setDocumentMode(A.document,Q),A.insertionMode=e.BEFORE_HTML}(this,A);break;case e.BEFORE_HEAD:case e.IN_HEAD:case e.IN_HEAD_NO_SCRIPT:case e.AFTER_HEAD:this._err(A,s.ERR.misplacedDoctype);break;case e.IN_TABLE_TEXT:j(this,A)}}onStartTag(A){this.skipNextNewLine=!1,this.currentToken=A,this._processStartTag(A),A.selfClosing&&!A.ackSelfClosing&&this._err(A,s.ERR.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(A){this.shouldProcessStartTagTokenInForeignContent(A)?function(A,e){if(o.causesExit(e))TA(A),A._startTagOutsideForeignContent(e);else{const t=A._getAdjustedCurrentElement(),Q=A.treeAdapter.getNamespaceURI(t);Q===B.NS.MATHML?o.adjustTokenMathMLAttrs(e):Q===B.NS.SVG&&(o.adjustTokenSVGTagName(e),o.adjustTokenSVGAttrs(e)),o.adjustTokenXMLAttrs(e),e.selfClosing?A._appendElement(e,Q):A._insertElement(e,Q),e.ackSelfClosing=!0}}(this,A):this._startTagOutsideForeignContent(A)}_startTagOutsideForeignContent(A){switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:!function(A,t){t.tagID===B.TAG_ID.HTML?(A._insertElement(t,B.NS.HTML),A.insertionMode=e.BEFORE_HEAD):L(A,t)}(this,A);break;case e.BEFORE_HEAD:!function(A,t){switch(t.tagID){case B.TAG_ID.HTML:k(A,t);break;case B.TAG_ID.HEAD:A._insertElement(t,B.NS.HTML),A.headElement=A.openElements.current,A.insertionMode=e.IN_HEAD;break;default:M(A,t)}}(this,A);break;case e.IN_HEAD:F(this,A);break;case e.IN_HEAD_NO_SCRIPT:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.HEAD:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.NOFRAMES:case B.TAG_ID.STYLE:F(A,e);break;case B.TAG_ID.NOSCRIPT:A._err(e,s.ERR.nestedNoscriptInHead);break;default:H(A,e)}}(this,A);break;case e.AFTER_HEAD:!function(A,t){switch(t.tagID){case B.TAG_ID.HTML:k(A,t);break;case B.TAG_ID.BODY:A._insertElement(t,B.NS.HTML),A.framesetOk=!1,A.insertionMode=e.IN_BODY;break;case B.TAG_ID.FRAMESET:A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_FRAMESET;break;case B.TAG_ID.BASE:case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.NOFRAMES:case B.TAG_ID.SCRIPT:case B.TAG_ID.STYLE:case B.TAG_ID.TEMPLATE:case B.TAG_ID.TITLE:A._err(t,s.ERR.abandonedHeadElementChild),A.openElements.push(A.headElement,B.TAG_ID.HEAD),F(A,t),A.openElements.remove(A.headElement);break;case B.TAG_ID.HEAD:A._err(t,s.ERR.misplacedStartTagForHeadElement);break;default:N(A,t)}}(this,A);break;case e.IN_BODY:k(this,A);break;case e.IN_TABLE:Z(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.IN_CAPTION:!function(A,t){const Q=t.tagID;K.has(Q)?A.openElements.hasInTableScope(B.TAG_ID.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(B.TAG_ID.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=e.IN_TABLE,Z(A,t)):k(A,t)}(this,A);break;case e.IN_COLUMN_GROUP:q(this,A);break;case e.IN_TABLE_BODY:AA(this,A);break;case e.IN_ROW:tA(this,A);break;case e.IN_CELL:!function(A,e){const t=e.tagID;K.has(t)?(A.openElements.hasInTableScope(B.TAG_ID.TD)||A.openElements.hasInTableScope(B.TAG_ID.TH))&&(A._closeTableCell(),tA(A,e)):k(A,e)}(this,A);break;case e.IN_SELECT:nA(this,A);break;case e.IN_SELECT_IN_TABLE:!function(A,e){const t=e.tagID;t===B.TAG_ID.CAPTION||t===B.TAG_ID.TABLE||t===B.TAG_ID.TBODY||t===B.TAG_ID.TFOOT||t===B.TAG_ID.THEAD||t===B.TAG_ID.TR||t===B.TAG_ID.TD||t===B.TAG_ID.TH?(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode(),A._processStartTag(e)):nA(A,e)}(this,A);break;case e.IN_TEMPLATE:!function(A,t){switch(t.tagID){case B.TAG_ID.BASE:case B.TAG_ID.BASEFONT:case B.TAG_ID.BGSOUND:case B.TAG_ID.LINK:case B.TAG_ID.META:case B.TAG_ID.NOFRAMES:case B.TAG_ID.SCRIPT:case B.TAG_ID.STYLE:case B.TAG_ID.TEMPLATE:case B.TAG_ID.TITLE:F(A,t);break;case B.TAG_ID.CAPTION:case B.TAG_ID.COLGROUP:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:A.tmplInsertionModeStack[0]=e.IN_TABLE,A.insertionMode=e.IN_TABLE,Z(A,t);break;case B.TAG_ID.COL:A.tmplInsertionModeStack[0]=e.IN_COLUMN_GROUP,A.insertionMode=e.IN_COLUMN_GROUP,q(A,t);break;case B.TAG_ID.TR:A.tmplInsertionModeStack[0]=e.IN_TABLE_BODY,A.insertionMode=e.IN_TABLE_BODY,AA(A,t);break;case B.TAG_ID.TD:case B.TAG_ID.TH:A.tmplInsertionModeStack[0]=e.IN_ROW,A.insertionMode=e.IN_ROW,tA(A,t);break;default:A.tmplInsertionModeStack[0]=e.IN_BODY,A.insertionMode=e.IN_BODY,k(A,t)}}(this,A);break;case e.AFTER_BODY:!function(A,e){e.tagID===B.TAG_ID.HTML?k(A,e):oA(A,e)}(this,A);break;case e.IN_FRAMESET:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.FRAMESET:A._insertElement(e,B.NS.HTML);break;case B.TAG_ID.FRAME:A._appendElement(e,B.NS.HTML),e.ackSelfClosing=!0;break;case B.TAG_ID.NOFRAMES:F(A,e)}}(this,A);break;case e.AFTER_FRAMESET:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.NOFRAMES:F(A,e)}}(this,A);break;case e.AFTER_AFTER_BODY:!function(A,e){e.tagID===B.TAG_ID.HTML?k(A,e):sA(A,e)}(this,A);break;case e.AFTER_AFTER_FRAMESET:!function(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.NOFRAMES:F(A,e)}}(this,A)}}onEndTag(A){this.skipNextNewLine=!1,this.currentToken=A,this.currentNotInHTML?function(A,e){if(e.tagID===B.TAG_ID.P||e.tagID===B.TAG_ID.BR)return TA(A),void A._endTagOutsideForeignContent(e);for(let t=A.openElements.stackTop;t>0;t--){const Q=A.openElements.items[t];if(A.treeAdapter.getNamespaceURI(Q)===B.NS.HTML){A._endTagOutsideForeignContent(e);break}const n=A.treeAdapter.getTagName(Q);if(n.toLowerCase()===e.tagName){e.tagName=n,A.openElements.shortenToLength(t);break}}}(this,A):this._endTagOutsideForeignContent(A)}_endTagOutsideForeignContent(A){switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:!function(A,e){const t=e.tagID;t!==B.TAG_ID.HTML&&t!==B.TAG_ID.HEAD&&t!==B.TAG_ID.BODY&&t!==B.TAG_ID.BR||L(A,e)}(this,A);break;case e.BEFORE_HEAD:!function(A,e){const t=e.tagID;t===B.TAG_ID.HEAD||t===B.TAG_ID.BODY||t===B.TAG_ID.HTML||t===B.TAG_ID.BR?M(A,e):A._err(e,s.ERR.endTagWithoutMatchingOpenElement)}(this,A);break;case e.IN_HEAD:!function(A,t){switch(t.tagID){case B.TAG_ID.HEAD:A.openElements.pop(),A.insertionMode=e.AFTER_HEAD;break;case B.TAG_ID.BODY:case B.TAG_ID.BR:case B.TAG_ID.HTML:_(A,t);break;case B.TAG_ID.TEMPLATE:b(A,t);break;default:A._err(t,s.ERR.endTagWithoutMatchingOpenElement)}}(this,A);break;case e.IN_HEAD_NO_SCRIPT:!function(A,t){switch(t.tagID){case B.TAG_ID.NOSCRIPT:A.openElements.pop(),A.insertionMode=e.IN_HEAD;break;case B.TAG_ID.BR:H(A,t);break;default:A._err(t,s.ERR.endTagWithoutMatchingOpenElement)}}(this,A);break;case e.AFTER_HEAD:!function(A,e){switch(e.tagID){case B.TAG_ID.BODY:case B.TAG_ID.HTML:case B.TAG_ID.BR:N(A,e);break;case B.TAG_ID.TEMPLATE:b(A,e);break;default:A._err(e,s.ERR.endTagWithoutMatchingOpenElement)}}(this,A);break;case e.IN_BODY:x(this,A);break;case e.TEXT:!function(A,e){var t;e.tagID===B.TAG_ID.SCRIPT&&(null===(t=A.scriptHandler)||void 0===t||t.call(A,A.openElements.current));A.openElements.pop(),A.insertionMode=A.originalInsertionMode}(this,A);break;case e.IN_TABLE:J(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.IN_CAPTION:!function(A,t){const Q=t.tagID;switch(Q){case B.TAG_ID.CAPTION:case B.TAG_ID.TABLE:A.openElements.hasInTableScope(B.TAG_ID.CAPTION)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(B.TAG_ID.CAPTION),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=e.IN_TABLE,Q===B.TAG_ID.TABLE&&J(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TBODY:case B.TAG_ID.TD:case B.TAG_ID.TFOOT:case B.TAG_ID.TH:case B.TAG_ID.THEAD:case B.TAG_ID.TR:break;default:x(A,t)}}(this,A);break;case e.IN_COLUMN_GROUP:!function(A,t){switch(t.tagID){case B.TAG_ID.COLGROUP:A.openElements.currentTagId===B.TAG_ID.COLGROUP&&(A.openElements.pop(),A.insertionMode=e.IN_TABLE);break;case B.TAG_ID.TEMPLATE:b(A,t);break;case B.TAG_ID.COL:break;default:$(A,t)}}(this,A);break;case e.IN_TABLE_BODY:eA(this,A);break;case e.IN_ROW:QA(this,A);break;case e.IN_CELL:!function(A,t){const Q=t.tagID;switch(Q){case B.TAG_ID.TD:case B.TAG_ID.TH:A.openElements.hasInTableScope(Q)&&(A.openElements.generateImpliedEndTags(),A.openElements.popUntilTagNamePopped(Q),A.activeFormattingElements.clearToLastMarker(),A.insertionMode=e.IN_ROW);break;case B.TAG_ID.TABLE:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:case B.TAG_ID.TR:A.openElements.hasInTableScope(Q)&&(A._closeTableCell(),QA(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:break;default:x(A,t)}}(this,A);break;case e.IN_SELECT:rA(this,A);break;case e.IN_SELECT_IN_TABLE:!function(A,e){const t=e.tagID;t===B.TAG_ID.CAPTION||t===B.TAG_ID.TABLE||t===B.TAG_ID.TBODY||t===B.TAG_ID.TFOOT||t===B.TAG_ID.THEAD||t===B.TAG_ID.TR||t===B.TAG_ID.TD||t===B.TAG_ID.TH?A.openElements.hasInTableScope(t)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode(),A.onEndTag(e)):rA(A,e)}(this,A);break;case e.IN_TEMPLATE:!function(A,e){e.tagID===B.TAG_ID.TEMPLATE&&b(A,e)}(this,A);break;case e.AFTER_BODY:aA(this,A);break;case e.IN_FRAMESET:!function(A,t){t.tagID!==B.TAG_ID.FRAMESET||A.openElements.isRootHtmlElementCurrent()||(A.openElements.pop(),A.fragmentContext||A.openElements.currentTagId===B.TAG_ID.FRAMESET||(A.insertionMode=e.AFTER_FRAMESET))}(this,A);break;case e.AFTER_FRAMESET:!function(A,t){t.tagID===B.TAG_ID.HTML&&(A.insertionMode=e.AFTER_AFTER_FRAMESET)}(this,A);break;case e.AFTER_AFTER_BODY:sA(this,A)}}onEof(A){switch(this.insertionMode){case e.INITIAL:D(this,A);break;case e.BEFORE_HTML:L(this,A);break;case e.BEFORE_HEAD:M(this,A);break;case e.IN_HEAD:_(this,A);break;case e.IN_HEAD_NO_SCRIPT:H(this,A);break;case e.AFTER_HEAD:N(this,A);break;case e.IN_BODY:case e.IN_TABLE:case e.IN_CAPTION:case e.IN_COLUMN_GROUP:case e.IN_TABLE_BODY:case e.IN_ROW:case e.IN_CELL:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:Y(this,A);break;case e.TEXT:!function(A,e){A._err(e,s.ERR.eofInElementThatCanContainOnlyText),A.openElements.pop(),A.insertionMode=A.originalInsertionMode,A.onEof(e)}(this,A);break;case e.IN_TABLE_TEXT:j(this,A);break;case e.IN_TEMPLATE:iA(this,A);break;case e.AFTER_BODY:case e.IN_FRAMESET:case e.AFTER_FRAMESET:case e.AFTER_AFTER_BODY:case e.AFTER_AFTER_FRAMESET:f(this,A)}}onWhitespaceCharacter(A){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,A.chars.charCodeAt(0)===T.CODE_POINTS.LINE_FEED)){if(1===A.chars.length)return;A.chars=A.chars.substr(1)}if(this.tokenizer.inForeignNode)this._insertCharacters(A);else switch(this.insertionMode){case e.IN_HEAD:case e.IN_HEAD_NO_SCRIPT:case e.AFTER_HEAD:case e.TEXT:case e.IN_COLUMN_GROUP:case e.IN_SELECT:case e.IN_SELECT_IN_TABLE:case e.IN_FRAMESET:case e.AFTER_FRAMESET:this._insertCharacters(A);break;case e.IN_BODY:case e.IN_CAPTION:case e.IN_CELL:case e.IN_TEMPLATE:case e.AFTER_BODY:case e.AFTER_AFTER_BODY:case e.AFTER_AFTER_FRAMESET:R(this,A);break;case e.IN_TABLE:case e.IN_TABLE_BODY:case e.IN_ROW:P(this,A);break;case e.IN_TABLE_TEXT:W(this,A)}}};var K=new Set([B.TAG_ID.CAPTION,B.TAG_ID.COL,B.TAG_ID.COLGROUP,B.TAG_ID.TBODY,B.TAG_ID.TD,B.TAG_ID.TFOOT,B.TAG_ID.TH,B.TAG_ID.THEAD,B.TAG_ID.TR]);function q(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.COL:A._appendElement(e,B.NS.HTML),e.ackSelfClosing=!0;break;case B.TAG_ID.TEMPLATE:F(A,e);break;default:$(A,e)}}function $(A,t){A.openElements.currentTagId===B.TAG_ID.COLGROUP&&(A.openElements.pop(),A.insertionMode=e.IN_TABLE,A._processToken(t))}function AA(A,t){switch(t.tagID){case B.TAG_ID.TR:A.openElements.clearBackToTableBodyContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_ROW;break;case B.TAG_ID.TH:case B.TAG_ID.TD:A.openElements.clearBackToTableBodyContext(),A._insertFakeElement(B.TAG_NAMES.TR,B.TAG_ID.TR),A.insertionMode=e.IN_ROW,tA(A,t);break;case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE,Z(A,t));break;default:Z(A,t)}}function eA(A,t){const Q=t.tagID;switch(t.tagID){case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:A.openElements.hasInTableScope(Q)&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE);break;case B.TAG_ID.TABLE:A.openElements.hasTableBodyContextInTableScope()&&(A.openElements.clearBackToTableBodyContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE,J(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TD:case B.TAG_ID.TH:case B.TAG_ID.TR:break;default:J(A,t)}}function tA(A,t){switch(t.tagID){case B.TAG_ID.TH:case B.TAG_ID.TD:A.openElements.clearBackToTableRowContext(),A._insertElement(t,B.NS.HTML),A.insertionMode=e.IN_CELL,A.activeFormattingElements.insertMarker();break;case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:case B.TAG_ID.TR:A.openElements.hasInTableScope(B.TAG_ID.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY,AA(A,t));break;default:Z(A,t)}}function QA(A,t){switch(t.tagID){case B.TAG_ID.TR:A.openElements.hasInTableScope(B.TAG_ID.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY);break;case B.TAG_ID.TABLE:A.openElements.hasInTableScope(B.TAG_ID.TR)&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY,eA(A,t));break;case B.TAG_ID.TBODY:case B.TAG_ID.TFOOT:case B.TAG_ID.THEAD:(A.openElements.hasInTableScope(t.tagID)||A.openElements.hasInTableScope(B.TAG_ID.TR))&&(A.openElements.clearBackToTableRowContext(),A.openElements.pop(),A.insertionMode=e.IN_TABLE_BODY,eA(A,t));break;case B.TAG_ID.BODY:case B.TAG_ID.CAPTION:case B.TAG_ID.COL:case B.TAG_ID.COLGROUP:case B.TAG_ID.HTML:case B.TAG_ID.TD:case B.TAG_ID.TH:break;default:J(A,t)}}function nA(A,e){switch(e.tagID){case B.TAG_ID.HTML:k(A,e);break;case B.TAG_ID.OPTION:A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop(),A._insertElement(e,B.NS.HTML);break;case B.TAG_ID.OPTGROUP:A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop(),A.openElements.currentTagId===B.TAG_ID.OPTGROUP&&A.openElements.pop(),A._insertElement(e,B.NS.HTML);break;case B.TAG_ID.INPUT:case B.TAG_ID.KEYGEN:case B.TAG_ID.TEXTAREA:case B.TAG_ID.SELECT:A.openElements.hasInSelectScope(B.TAG_ID.SELECT)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode(),e.tagID!==B.TAG_ID.SELECT&&A._processStartTag(e));break;case B.TAG_ID.SCRIPT:case B.TAG_ID.TEMPLATE:F(A,e)}}function rA(A,e){switch(e.tagID){case B.TAG_ID.OPTGROUP:A.openElements.stackTop>0&&A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.tagIDs[A.openElements.stackTop-1]===B.TAG_ID.OPTGROUP&&A.openElements.pop(),A.openElements.currentTagId===B.TAG_ID.OPTGROUP&&A.openElements.pop();break;case B.TAG_ID.OPTION:A.openElements.currentTagId===B.TAG_ID.OPTION&&A.openElements.pop();break;case B.TAG_ID.SELECT:A.openElements.hasInSelectScope(B.TAG_ID.SELECT)&&(A.openElements.popUntilTagNamePopped(B.TAG_ID.SELECT),A._resetInsertionMode());break;case B.TAG_ID.TEMPLATE:b(A,e)}}function iA(A,e){A.openElements.tmplCount>0?(A.openElements.popUntilTagNamePopped(B.TAG_ID.TEMPLATE),A.activeFormattingElements.clearToLastMarker(),A.tmplInsertionModeStack.shift(),A._resetInsertionMode(),A.onEof(e)):f(A,e)}function aA(A,t){var Q;if(t.tagID===B.TAG_ID.HTML){if(A.fragmentContext||(A.insertionMode=e.AFTER_AFTER_BODY),A.options.sourceCodeLocationInfo&&A.openElements.tagIDs[0]===B.TAG_ID.HTML){A._setEndLocation(A.openElements.items[0],t);const e=A.openElements.items[1];e&&!(null===(Q=A.treeAdapter.getNodeSourceCodeLocation(e))||void 0===Q?void 0:Q.endTag)&&A._setEndLocation(e,t)}}else oA(A,t)}function oA(A,t){A.insertionMode=e.IN_BODY,S(A,t)}function sA(A,t){A.insertionMode=e.IN_BODY,S(A,t)}function TA(A){for(;A.treeAdapter.getNamespaceURI(A.openElements.current)!==B.NS.HTML&&!A._isIntegrationPoint(A.openElements.currentTagId,A.openElements.current);)A.openElements.pop()}}}),ae=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities/lib/escape.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.escapeText=A.escapeAttribute=A.escapeUTF8=A.escape=A.encodeXML=A.getCodePoint=A.xmlReplacer=void 0,A.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var e=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function t(t){for(var Q,n="",r=0;null!==(Q=A.xmlReplacer.exec(t));){var i=Q.index,a=t.charCodeAt(i),o=e.get(a);void 0!==o?(n+=t.substring(r,i)+o,r=i+1):(n+="".concat(t.substring(r,i),"").concat((0,A.getCodePoint)(t,i).toString(16),";"),r=A.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return n+t.substr(r)}function Q(A,e){return function(t){for(var Q,n=0,r="";Q=A.exec(t);)n!==Q.index&&(r+=t.substring(n,Q.index)),r+=e.get(Q[0].charCodeAt(0)),n=Q.index+1;return r+t.substring(n)}}A.getCodePoint=null!=String.prototype.codePointAt?function(A,e){return A.codePointAt(e)}:function(A,e){return 55296==(64512&A.charCodeAt(e))?1024*(A.charCodeAt(e)-55296)+A.charCodeAt(e+1)-56320+65536:A.charCodeAt(e)},A.encodeXML=t,A.escape=t,A.escapeUTF8=Q(/[&<>'"]/g,e),A.escapeAttribute=Q(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),A.escapeText=Q(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))}}),oe=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/serializer/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.serializeOuter=A.serialize=void 0;var e=$A(),t=ae(),Q=Qe(),n=new Set([e.TAG_NAMES.AREA,e.TAG_NAMES.BASE,e.TAG_NAMES.BASEFONT,e.TAG_NAMES.BGSOUND,e.TAG_NAMES.BR,e.TAG_NAMES.COL,e.TAG_NAMES.EMBED,e.TAG_NAMES.FRAME,e.TAG_NAMES.HR,e.TAG_NAMES.IMG,e.TAG_NAMES.INPUT,e.TAG_NAMES.KEYGEN,e.TAG_NAMES.LINK,e.TAG_NAMES.META,e.TAG_NAMES.PARAM,e.TAG_NAMES.SOURCE,e.TAG_NAMES.TRACK,e.TAG_NAMES.WBR]);function r(A,t){return t.treeAdapter.isElementNode(A)&&t.treeAdapter.getNamespaceURI(A)===e.NS.HTML&&n.has(t.treeAdapter.getTagName(A))}var i={treeAdapter:Q.defaultTreeAdapter,scriptingEnabled:!0};function a(A,t){let Q="";const n=t.treeAdapter.isElementNode(A)&&t.treeAdapter.getTagName(A)===e.TAG_NAMES.TEMPLATE&&t.treeAdapter.getNamespaceURI(A)===e.NS.HTML?t.treeAdapter.getTemplateContent(A):A,r=t.treeAdapter.getChildNodes(n);if(r)for(const A of r)Q+=o(A,t);return Q}function o(A,Q){return Q.treeAdapter.isElementNode(A)?function(A,Q){const n=Q.treeAdapter.getTagName(A);return`<${n}${function(A,{treeAdapter:Q}){let n="";for(const r of Q.getAttrList(A)){if(n+=" ",r.namespace)switch(r.namespace){case e.NS.XML:n+=`xml:${r.name}`;break;case e.NS.XMLNS:"xmlns"!==r.name&&(n+="xmlns:"),n+=r.name;break;case e.NS.XLINK:n+=`xlink:${r.name}`;break;default:n+=`${r.prefix}:${r.name}`}else n+=r.name;n+=`="${(0,t.escapeAttribute)(r.value)}"`}return n}(A,Q)}>${r(A,Q)?"":`${a(A,Q)}${n}>`}`}(A,Q):Q.treeAdapter.isTextNode(A)?function(A,Q){const{treeAdapter:n}=Q,r=n.getTextNodeContent(A),i=n.getParentNode(A),a=i&&n.isElementNode(i)&&n.getTagName(i);return a&&n.getNamespaceURI(i)===e.NS.HTML&&(0,e.hasUnescapedText)(a,Q.scriptingEnabled)?r:(0,t.escapeText)(r)}(A,Q):Q.treeAdapter.isCommentNode(A)?function(A,{treeAdapter:e}){return`\x3c!--${e.getCommentNodeContent(A)}--\x3e`}(A,Q):Q.treeAdapter.isDocumentTypeNode(A)?function(A,{treeAdapter:e}){return``}(A,Q):""}A.serialize=function(A,e){const t=Object.assign(Object.assign({},i),e);return r(A,t)?"":a(A,t)},A.serializeOuter=function(A,e){return o(A,Object.assign(Object.assign({},i),e))}}}),se=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/dist/cjs/index.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.parseFragment=A.parse=A.TokenizerMode=A.Tokenizer=A.Token=A.html=A.foreignContent=A.ErrorCodes=A.serializeOuter=A.serialize=A.Parser=A.defaultTreeAdapter=void 0;var e=ie(),t=Qe();Object.defineProperty(A,"defaultTreeAdapter",{enumerable:!0,get:function(){return t.defaultTreeAdapter}});var Q=ie();Object.defineProperty(A,"Parser",{enumerable:!0,get:function(){return Q.Parser}});var n=oe();Object.defineProperty(A,"serialize",{enumerable:!0,get:function(){return n.serialize}}),Object.defineProperty(A,"serializeOuter",{enumerable:!0,get:function(){return n.serializeOuter}});var r=JA();Object.defineProperty(A,"ErrorCodes",{enumerable:!0,get:function(){return r.ERR}}),A.foreignContent=re(),A.html=$A(),A.Token=WA();var i=Ae();Object.defineProperty(A,"Tokenizer",{enumerable:!0,get:function(){return i.Tokenizer}}),Object.defineProperty(A,"TokenizerMode",{enumerable:!0,get:function(){return i.TokenizerMode}}),A.parse=function(A,t){return e.Parser.parse(A,t)},A.parseFragment=function(A,t,Q){"string"==typeof A&&(Q=t,t=A,A=null);const n=e.Parser.getFragmentParser(A,Q);return n.tokenizer.write(t,!0),n.getFragment()}}}),Te=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/domelementtype/lib/index.js"(A){"use strict";var e,t;Object.defineProperty(A,"__esModule",{value:!0}),A.Doctype=A.CDATA=A.Tag=A.Style=A.Script=A.Comment=A.Directive=A.Text=A.Root=A.isTag=A.ElementType=void 0,(t=e=A.ElementType||(A.ElementType={})).Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype",A.isTag=function(A){return A.type===e.Tag||A.type===e.Script||A.type===e.Style},A.Root=e.Root,A.Text=e.Text,A.Directive=e.Directive,A.Comment=e.Comment,A.Script=e.Script,A.Style=e.Style,A.Tag=e.Tag,A.CDATA=e.CDATA,A.Doctype=e.Doctype}}),Be=i({"node_modules/parse5-htmlparser2-tree-adapter/node_modules/domhandler/lib/node.js"(A){"use strict";var e,t=A&&A.__extends||(e=function(A,t){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])})(A,t)},function(A,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function Q(){this.constructor=A}e(A,t),A.prototype=null===t?Object.create(t):(Q.prototype=t.prototype,new Q)}),Q=A&&A.__assign||function(){return Q=Object.assign||function(A){for(var e,t=1,Q=arguments.length;t 0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childNodes",{get:function(){return this.children},set:function(A){this.children=A},enumerable:!1,configurable:!0}),e}(r);A.NodeWithChildren=T;var B=function(A){function e(){var e=null!==A&&A.apply(this,arguments)||this;return e.type=n.ElementType.CDATA,e}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),e}(T);A.CDATA=B;var c=function(A){function e(){var e=null!==A&&A.apply(this,arguments)||this;return e.type=n.ElementType.Root,e}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),e}(T);A.Document=c;var l=function(A){function e(e,t,Q,r){void 0===Q&&(Q=[]),void 0===r&&(r="script"===e?n.ElementType.Script:"style"===e?n.ElementType.Style:n.ElementType.Tag);var i=A.call(this,Q)||this;return i.name=e,i.attribs=t,i.type=r,i}return t(e,A),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tagName",{get:function(){return this.name},set:function(A){this.name=A},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"attributes",{get:function(){var A=this;return Object.keys(this.attribs).map((function(e){var t,Q;return{name:e,value:A.attribs[e],namespace:null===(t=A["x-attribsNamespace"])||void 0===t?void 0:t[e],prefix:null===(Q=A["x-attribsPrefix"])||void 0===Q?void 0:Q[e]}}))},enumerable:!1,configurable:!0}),e}(T);function E(A){return(0,n.isTag)(A)}function g(A){return A.type===n.ElementType.CDATA}function C(A){return A.type===n.ElementType.Text}function d(A){return A.type===n.ElementType.Comment}function I(A){return A.type===n.ElementType.Directive}function u(A){return A.type===n.ElementType.Root}function p(A,e){var t;if(void 0===e&&(e=!1),C(A))t=new a(A.data);else if(d(A))t=new o(A.data);else if(E(A)){var n=e?h(A.children):[],r=new l(A.name,Q({},A.attribs),n);n.forEach((function(A){return A.parent=r})),null!=A.namespace&&(r.namespace=A.namespace),A["x-attribsNamespace"]&&(r["x-attribsNamespace"]=Q({},A["x-attribsNamespace"])),A["x-attribsPrefix"]&&(r["x-attribsPrefix"]=Q({},A["x-attribsPrefix"])),t=r}else if(g(A)){n=e?h(A.children):[];var i=new B(n);n.forEach((function(A){return A.parent=i})),t=i}else if(u(A)){n=e?h(A.children):[];var T=new c(n);n.forEach((function(A){return A.parent=T})),A["x-mode"]&&(T["x-mode"]=A["x-mode"]),t=T}else{if(!I(A))throw new Error("Not implemented yet: ".concat(A.type));var p=new s(A.name,A.data);null!=A["x-name"]&&(p["x-name"]=A["x-name"],p["x-publicId"]=A["x-publicId"],p["x-systemId"]=A["x-systemId"]),t=p}return t.startIndex=A.startIndex,t.endIndex=A.endIndex,null!=A.sourceCodeLocation&&(t.sourceCodeLocation=A.sourceCodeLocation),t}function h(A){for(var e=A.map((function(A){return p(A,!0)})),t=1;tnew t.Document([]),createElement(A,e,Q){const n=Object.create(null),r=Object.create(null),i=Object.create(null);for(let A=0;A new t.Comment(A),appendChild(A,e){const t=A.children[A.children.length-1];t&&(t.next=e,e.prev=t),A.children.push(e),e.parent=A},insertBefore(A,e,t){const Q=A.children.indexOf(t),{prev:n}=t;n&&(n.next=e,e.prev=n),t.prev=e,e.next=t,A.children.splice(Q,0,e),e.parent=A},setTemplateContent(e,t){A.adapter.appendChild(e,t)},getTemplateContent:A=>A.children[0],setDocumentType(e,Q,n,i){const a=r(Q,n,i);let o=e.children.find((A=>(0,t.isDirective)(A)&&"!doctype"===A.name));o?o.data=null!=a?a:null:(o=new t.ProcessingInstruction("!doctype",a),A.adapter.appendChild(e,o)),o["x-name"]=null!=Q?Q:void 0,o["x-publicId"]=null!=n?n:void 0,o["x-systemId"]=null!=i?i:void 0},setDocumentMode(A,e){A["x-mode"]=e},getDocumentMode:A=>A["x-mode"],detachNode(A){if(A.parent){const e=A.parent.children.indexOf(A),{prev:t,next:Q}=A;A.prev=null,A.next=null,t&&(t.next=Q),Q&&(Q.prev=t),A.parent.children.splice(e,1),A.parent=null}},insertText(e,n){const r=e.children[e.children.length-1];r&&(0,t.isText)(r)?r.data+=n:A.adapter.appendChild(e,Q(n))},insertTextBefore(e,n,r){const i=e.children[e.children.indexOf(r)-1];i&&(0,t.isText)(i)?i.data+=n:A.adapter.insertBefore(e,Q(n),r)},adoptAttributes(A,e){for(let t=0;t A.children[0],getChildNodes:A=>A.children,getParentNode:A=>A.parent,getAttrList:A=>A.attributes,getTagName:A=>A.name,getNamespaceURI:A=>A.namespace,getTextNodeContent:A=>A.data,getCommentNodeContent:A=>A.data,getDocumentTypeNodeName(A){var e;return null!==(e=A["x-name"])&&void 0!==e?e:""},getDocumentTypeNodePublicId(A){var e;return null!==(e=A["x-publicId"])&&void 0!==e?e:""},getDocumentTypeNodeSystemId(A){var e;return null!==(e=A["x-systemId"])&&void 0!==e?e:""},isDocumentTypeNode:A=>(0,t.isDirective)(A)&&"!doctype"===A.name,setNodeSourceCodeLocation(A,e){e&&(A.startIndex=e.startOffset,A.endIndex=e.endOffset),A.sourceCodeLocation=e},getNodeSourceCodeLocation:A=>A.sourceCodeLocation,updateNodeSourceCodeLocation(A,e){null!=e.endOffset&&(A.endIndex=e.endOffset),A.sourceCodeLocation=Object.assign(Object.assign({},A.sourceCodeLocation),e)}}}}),Ee=i({"node_modules/cheerio/lib/parsers/parse5-adapter.js"(A){"use strict";var e=A&&A.__spreadArray||function(A,e,t){if(t||2===arguments.length)for(var Q,n=0,r=e.length;n =e.Zero&&A<=e.Nine}(t=e||(e={}))[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn",t[t.Space=32]="Space",t[t.ExclamationMark=33]="ExclamationMark",t[t.Number=35]="Number",t[t.Amp=38]="Amp",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Dash=45]="Dash",t[t.Slash=47]="Slash",t[t.Zero=48]="Zero",t[t.Nine=57]="Nine",t[t.Semi=59]="Semi",t[t.Lt=60]="Lt",t[t.Eq=61]="Eq",t[t.Gt=62]="Gt",t[t.Questionmark=63]="Questionmark",t[t.UpperA=65]="UpperA",t[t.LowerA=97]="LowerA",t[t.UpperF=70]="UpperF",t[t.LowerF=102]="LowerF",t[t.UpperZ=90]="UpperZ",t[t.LowerZ=122]="LowerZ",t[t.LowerX=120]="LowerX",t[t.OpeningSquareBracket=91]="OpeningSquareBracket",(n=Q||(Q={}))[n.Text=1]="Text",n[n.BeforeTagName=2]="BeforeTagName",n[n.InTagName=3]="InTagName",n[n.InSelfClosingTag=4]="InSelfClosingTag",n[n.BeforeClosingTagName=5]="BeforeClosingTagName",n[n.InClosingTagName=6]="InClosingTagName",n[n.AfterClosingTagName=7]="AfterClosingTagName",n[n.BeforeAttributeName=8]="BeforeAttributeName",n[n.InAttributeName=9]="InAttributeName",n[n.AfterAttributeName=10]="AfterAttributeName",n[n.BeforeAttributeValue=11]="BeforeAttributeValue",n[n.InAttributeValueDq=12]="InAttributeValueDq",n[n.InAttributeValueSq=13]="InAttributeValueSq",n[n.InAttributeValueNq=14]="InAttributeValueNq",n[n.BeforeDeclaration=15]="BeforeDeclaration",n[n.InDeclaration=16]="InDeclaration",n[n.InProcessingInstruction=17]="InProcessingInstruction",n[n.BeforeComment=18]="BeforeComment",n[n.CDATASequence=19]="CDATASequence",n[n.InSpecialComment=20]="InSpecialComment",n[n.InCommentLike=21]="InCommentLike",n[n.BeforeSpecialS=22]="BeforeSpecialS",n[n.SpecialStartSequence=23]="SpecialStartSequence",n[n.InSpecialTag=24]="InSpecialTag",n[n.BeforeEntity=25]="BeforeEntity",n[n.BeforeNumericEntity=26]="BeforeNumericEntity",n[n.InNamedEntity=27]="InNamedEntity",n[n.InNumericEntity=28]="InNumericEntity",n[n.InHexEntity=29]="InHexEntity",(i=r=A.QuoteType||(A.QuoteType={}))[i.NoValue=0]="NoValue",i[i.Unquoted=1]="Unquoted",i[i.Single=2]="Single",i[i.Double=3]="Double";var B={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])},c=function(){function A(A,e){var t=A.xmlMode,n=void 0!==t&&t,r=A.decodeEntities,i=void 0===r||r;this.cbs=e,this.state=Q.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=Q.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=n,this.decodeEntities=i,this.entityTrie=n?a.xmlDecodeTree:a.htmlDecodeTree}return A.prototype.reset=function(){this.state=Q.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=Q.Text,this.currentSequence=void 0,this.running=!0,this.offset=0},A.prototype.write=function(A){this.offset+=this.buffer.length,this.buffer=A,this.parse()},A.prototype.end=function(){this.running&&this.finish()},A.prototype.pause=function(){this.running=!1},A.prototype.resume=function(){this.running=!0,this.index this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=Q.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&A===e.Amp&&(this.state=Q.BeforeEntity)},A.prototype.stateSpecialStartSequence=function(A){var e=this.sequenceIndex===this.currentSequence.length;if(e?s(A):(32|A)===this.currentSequence[this.sequenceIndex]){if(!e)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=Q.InTagName,this.stateInTagName(A)},A.prototype.stateInSpecialTag=function(A){if(this.sequenceIndex===this.currentSequence.length){if(A===e.Gt||o(A)){var t=this.index-this.currentSequence.length;if(this.sectionStart =e.LowerA&&A<=e.LowerZ||A>=e.UpperA&&A<=e.UpperZ}(A)},A.prototype.startSpecial=function(A,e){this.isSpecial=!0,this.currentSequence=A,this.sequenceIndex=e,this.state=Q.SpecialStartSequence},A.prototype.stateBeforeTagName=function(A){if(A===e.ExclamationMark)this.state=Q.BeforeDeclaration,this.sectionStart=this.index+1;else if(A===e.Questionmark)this.state=Q.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(A)){var t=32|A;this.sectionStart=this.index,this.xmlMode||t!==B.TitleEnd[2]?this.state=this.xmlMode||t!==B.ScriptEnd[2]?Q.InTagName:Q.BeforeSpecialS:this.startSpecial(B.TitleEnd,3)}else A===e.Slash?this.state=Q.BeforeClosingTagName:(this.state=Q.Text,this.stateText(A))},A.prototype.stateInTagName=function(A){s(A)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=Q.BeforeAttributeName,this.stateBeforeAttributeName(A))},A.prototype.stateBeforeClosingTagName=function(A){o(A)||(A===e.Gt?this.state=Q.Text:(this.state=this.isTagStartChar(A)?Q.InClosingTagName:Q.InSpecialComment,this.sectionStart=this.index))},A.prototype.stateInClosingTagName=function(A){(A===e.Gt||o(A))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=Q.AfterClosingTagName,this.stateAfterClosingTagName(A))},A.prototype.stateAfterClosingTagName=function(A){(A===e.Gt||this.fastForwardTo(e.Gt))&&(this.state=Q.Text,this.baseState=Q.Text,this.sectionStart=this.index+1)},A.prototype.stateBeforeAttributeName=function(A){A===e.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=Q.InSpecialTag,this.sequenceIndex=0):this.state=Q.Text,this.baseState=this.state,this.sectionStart=this.index+1):A===e.Slash?this.state=Q.InSelfClosingTag:o(A)||(this.state=Q.InAttributeName,this.sectionStart=this.index)},A.prototype.stateInSelfClosingTag=function(A){A===e.Gt?(this.cbs.onselfclosingtag(this.index),this.state=Q.Text,this.baseState=Q.Text,this.sectionStart=this.index+1,this.isSpecial=!1):o(A)||(this.state=Q.BeforeAttributeName,this.stateBeforeAttributeName(A))},A.prototype.stateInAttributeName=function(A){(A===e.Eq||s(A))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=Q.AfterAttributeName,this.stateAfterAttributeName(A))},A.prototype.stateAfterAttributeName=function(A){A===e.Eq?this.state=Q.BeforeAttributeValue:A===e.Slash||A===e.Gt?(this.cbs.onattribend(r.NoValue,this.index),this.state=Q.BeforeAttributeName,this.stateBeforeAttributeName(A)):o(A)||(this.cbs.onattribend(r.NoValue,this.index),this.state=Q.InAttributeName,this.sectionStart=this.index)},A.prototype.stateBeforeAttributeValue=function(A){A===e.DoubleQuote?(this.state=Q.InAttributeValueDq,this.sectionStart=this.index+1):A===e.SingleQuote?(this.state=Q.InAttributeValueSq,this.sectionStart=this.index+1):o(A)||(this.sectionStart=this.index,this.state=Q.InAttributeValueNq,this.stateInAttributeValueNoQuotes(A))},A.prototype.handleInAttributeValue=function(A,t){A===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===e.DoubleQuote?r.Double:r.Single,this.index),this.state=Q.BeforeAttributeName):this.decodeEntities&&A===e.Amp&&(this.baseState=this.state,this.state=Q.BeforeEntity)},A.prototype.stateInAttributeValueDoubleQuotes=function(A){this.handleInAttributeValue(A,e.DoubleQuote)},A.prototype.stateInAttributeValueSingleQuotes=function(A){this.handleInAttributeValue(A,e.SingleQuote)},A.prototype.stateInAttributeValueNoQuotes=function(A){o(A)||A===e.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(r.Unquoted,this.index),this.state=Q.BeforeAttributeName,this.stateBeforeAttributeName(A)):this.decodeEntities&&A===e.Amp&&(this.baseState=this.state,this.state=Q.BeforeEntity)},A.prototype.stateBeforeDeclaration=function(A){A===e.OpeningSquareBracket?(this.state=Q.CDATASequence,this.sequenceIndex=0):this.state=A===e.Dash?Q.BeforeComment:Q.InDeclaration},A.prototype.stateInDeclaration=function(A){(A===e.Gt||this.fastForwardTo(e.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=Q.Text,this.sectionStart=this.index+1)},A.prototype.stateInProcessingInstruction=function(A){(A===e.Gt||this.fastForwardTo(e.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=Q.Text,this.sectionStart=this.index+1)},A.prototype.stateBeforeComment=function(A){A===e.Dash?(this.state=Q.InCommentLike,this.currentSequence=B.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=Q.InDeclaration},A.prototype.stateInSpecialComment=function(A){(A===e.Gt||this.fastForwardTo(e.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=Q.Text,this.sectionStart=this.index+1)},A.prototype.stateBeforeSpecialS=function(A){var e=32|A;e===B.ScriptEnd[3]?this.startSpecial(B.ScriptEnd,4):e===B.StyleEnd[3]?this.startSpecial(B.StyleEnd,4):(this.state=Q.InTagName,this.stateInTagName(A))},A.prototype.stateBeforeEntity=function(A){this.entityExcess=1,this.entityResult=0,A===e.Number?this.state=Q.BeforeNumericEntity:A===e.Amp||(this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=Q.InNamedEntity,this.stateInNamedEntity(A))},A.prototype.stateInNamedEntity=function(A){if(this.entityExcess+=1,this.trieIndex=(0,a.determineBranch)(this.entityTrie,this.trieCurrent,this.trieIndex+1,A),this.trieIndex<0)return this.emitNamedEntity(),void this.index--;this.trieCurrent=this.entityTrie[this.trieIndex];var t=this.trieCurrent&a.BinTrieFlags.VALUE_LENGTH;if(t){var Q=(t>>14)-1;if(this.allowLegacyEntity()||A===e.Semi){var n=this.index-this.entityExcess+1;n>this.sectionStart&&this.emitPartial(this.sectionStart,n),this.entityResult=this.trieIndex,this.trieIndex+=Q,this.entityExcess=0,this.sectionStart=this.index+1,0===Q&&this.emitNamedEntity()}else this.trieIndex+=Q}},A.prototype.emitNamedEntity=function(){if(this.state=this.baseState,0!==this.entityResult)switch((this.entityTrie[this.entityResult]&a.BinTrieFlags.VALUE_LENGTH)>>14){case 1:this.emitCodePoint(this.entityTrie[this.entityResult]&~a.BinTrieFlags.VALUE_LENGTH);break;case 2:this.emitCodePoint(this.entityTrie[this.entityResult+1]);break;case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}},A.prototype.stateBeforeNumericEntity=function(A){(32|A)===e.LowerX?(this.entityExcess++,this.state=Q.InHexEntity):(this.state=Q.InNumericEntity,this.stateInNumericEntity(A))},A.prototype.emitNumericEntity=function(A){var e=this.index-this.entityExcess-1;e+2+Number(this.state===Q.InHexEntity)!==this.index&&(e>this.sectionStart&&this.emitPartial(this.sectionStart,e),this.sectionStart=this.index+Number(A),this.emitCodePoint((0,a.replaceCodePoint)(this.entityResult))),this.state=this.baseState},A.prototype.stateInNumericEntity=function(A){A===e.Semi?this.emitNumericEntity(!0):T(A)?(this.entityResult=10*this.entityResult+(A-e.Zero),this.entityExcess++):(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--)},A.prototype.stateInHexEntity=function(A){A===e.Semi?this.emitNumericEntity(!0):T(A)?(this.entityResult=16*this.entityResult+(A-e.Zero),this.entityExcess++):!function(A){return A>=e.UpperA&&A<=e.UpperF||A>=e.LowerA&&A<=e.LowerF}(A)?(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--):(this.entityResult=16*this.entityResult+((32|A)-e.LowerA+10),this.entityExcess++)},A.prototype.allowLegacyEntity=function(){return!this.xmlMode&&(this.baseState===Q.Text||this.baseState===Q.InSpecialTag)},A.prototype.cleanup=function(){this.running&&this.sectionStart!==this.index&&(this.state===Q.Text||this.state===Q.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):this.state!==Q.InAttributeValueDq&&this.state!==Q.InAttributeValueSq&&this.state!==Q.InAttributeValueNq||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))},A.prototype.shouldContinue=function(){return this.index 0&&r.has(this.stack[this.stack.length-1]);){var i=this.stack.pop();null===(t=(e=this.cbs).onclosetag)||void 0===t||t.call(e,i,!0)}this.isVoidElement(A)||(this.stack.push(A),l.has(A)?this.foreignContext.push(!0):E.has(A)&&this.foreignContext.push(!1)),null===(n=(Q=this.cbs).onopentagname)||void 0===n||n.call(Q,A),this.cbs.onopentag&&(this.attribs={})},A.prototype.endOpenTag=function(A){var e,t;this.startIndex=this.openTagStart,this.attribs&&(null===(t=(e=this.cbs).onopentag)||void 0===t||t.call(e,this.tagname,this.attribs,A),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""},A.prototype.onopentagend=function(A){this.endIndex=A,this.endOpenTag(!1),this.startIndex=A+1},A.prototype.onclosetag=function(A,e){var t,Q,n,r,i,a;this.endIndex=e;var o=this.getSlice(A,e);if(this.lowerCaseTagNames&&(o=o.toLowerCase()),(l.has(o)||E.has(o))&&this.foreignContext.pop(),this.isVoidElement(o))this.options.xmlMode||"br"!==o||(null===(Q=(t=this.cbs).onopentagname)||void 0===Q||Q.call(t,"br"),null===(r=(n=this.cbs).onopentag)||void 0===r||r.call(n,"br",{},!0),null===(a=(i=this.cbs).onclosetag)||void 0===a||a.call(i,"br",!1));else{var s=this.stack.lastIndexOf(o);if(-1!==s)if(this.cbs.onclosetag)for(var T=this.stack.length-s;T--;)this.cbs.onclosetag(this.stack.pop(),0!==T);else this.stack.length=s;else this.options.xmlMode||"p"!==o||(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=e+1},A.prototype.onselfclosingtag=function(A){this.endIndex=A,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?(this.closeCurrentTag(!1),this.startIndex=A+1):this.onopentagend(A)},A.prototype.closeCurrentTag=function(A){var e,t,Q=this.tagname;this.endOpenTag(A),this.stack[this.stack.length-1]===Q&&(null===(t=(e=this.cbs).onclosetag)||void 0===t||t.call(e,Q,!A),this.stack.pop())},A.prototype.onattribname=function(A,e){this.startIndex=A;var t=this.getSlice(A,e);this.attribname=this.lowerCaseAttributeNames?t.toLowerCase():t},A.prototype.onattribdata=function(A,e){this.attribvalue+=this.getSlice(A,e)},A.prototype.onattribentity=function(A){this.attribvalue+=(0,r.fromCodePoint)(A)},A.prototype.onattribend=function(A,e){var t,Q;this.endIndex=e,null===(Q=(t=this.cbs).onattribute)||void 0===Q||Q.call(t,this.attribname,this.attribvalue,A===n.QuoteType.Double?'"':A===n.QuoteType.Single?"'":A===n.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""},A.prototype.getInstructionName=function(A){var e=A.search(g),t=e<0?A:A.substr(0,e);return this.lowerCaseTagNames&&(t=t.toLowerCase()),t},A.prototype.ondeclaration=function(A,e){this.endIndex=e;var t=this.getSlice(A,e);if(this.cbs.onprocessinginstruction){var Q=this.getInstructionName(t);this.cbs.onprocessinginstruction("!".concat(Q),"!".concat(t))}this.startIndex=e+1},A.prototype.onprocessinginstruction=function(A,e){this.endIndex=e;var t=this.getSlice(A,e);if(this.cbs.onprocessinginstruction){var Q=this.getInstructionName(t);this.cbs.onprocessinginstruction("?".concat(Q),"?".concat(t))}this.startIndex=e+1},A.prototype.oncomment=function(A,e,t){var Q,n,r,i;this.endIndex=e,null===(n=(Q=this.cbs).oncomment)||void 0===n||n.call(Q,this.getSlice(A,e-t)),null===(i=(r=this.cbs).oncommentend)||void 0===i||i.call(r),this.startIndex=e+1},A.prototype.oncdata=function(A,e,t){var Q,n,r,i,a,o,s,T,B,c;this.endIndex=e;var l=this.getSlice(A,e-t);this.options.xmlMode||this.options.recognizeCDATA?(null===(n=(Q=this.cbs).oncdatastart)||void 0===n||n.call(Q),null===(i=(r=this.cbs).ontext)||void 0===i||i.call(r,l),null===(o=(a=this.cbs).oncdataend)||void 0===o||o.call(a)):(null===(T=(s=this.cbs).oncomment)||void 0===T||T.call(s,"[CDATA[".concat(l,"]]")),null===(c=(B=this.cbs).oncommentend)||void 0===c||c.call(B)),this.startIndex=e+1},A.prototype.onend=function(){var A,e;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(var t=this.stack.length;t>0;this.cbs.onclosetag(this.stack[--t],!0));}null===(e=(A=this.cbs).onend)||void 0===e||e.call(A)},A.prototype.reset=function(){var A,e,t,Q;null===(e=(A=this.cbs).onreset)||void 0===e||e.call(A),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null===(Q=(t=this.cbs).onparserinit)||void 0===Q||Q.call(t,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1},A.prototype.parseComplete=function(A){this.reset(),this.end(A)},A.prototype.getSlice=function(A,e){for(;A-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();for(var t=this.buffers[0].slice(A-this.bufferOffset,e-this.bufferOffset);e-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),t+=this.buffers[0].slice(0,e-this.bufferOffset);return t},A.prototype.shiftBuffer=function(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()},A.prototype.write=function(A){var e,t;this.ended?null===(t=(e=this.cbs).onerror)||void 0===t||t.call(e,new Error(".write() after done!")):(this.buffers.push(A),this.tokenizer.running&&(this.tokenizer.write(A),this.writeIndex++))},A.prototype.end=function(A){var e,t;this.ended?null===(t=(e=this.cbs).onerror)||void 0===t||t.call(e,new Error(".end() after done!")):(A&&this.write(A),this.ended=!0,this.tokenizer.end())},A.prototype.pause=function(){this.tokenizer.pause()},A.prototype.resume=function(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex `)})),r("body").html()}catch(A){console.error(`Failure when wrapping table ${A}`)}}(A,n);return o||e(A,n,r,i,a)},A.renderer.rules.table_open=function(A,e,t){return` "}}}}),pe=i({"node_modules/mdurl/build/index.cjs.js"(A){"use strict";var e={};function t(A,Q){"string"!=typeof Q&&(Q=t.defaultChars);const n=function(A){let t=e[A];if(t)return t;t=e[A]=[];for(let A=0;A<128;A++){const e=String.fromCharCode(A);t.push(e)}for(let e=0;e`},A.renderer.rules.table_close=function(A,e,t){return"
=55296&&A<=57343?"���":String.fromCharCode(A),t+=6;continue}}if(240==(248&r)&&t+9 1114111?e+="����":(A-=65536,e+=String.fromCharCode(55296+(A>>10),56320+(1023&A))),t+=9;continue}}e+="�"}}return e}))}t.defaultChars=";/?:@&=+$,#",t.componentChars="";var Q={};function n(A,e,t){"string"!=typeof e&&(t=e,e=n.defaultChars),void 0===t&&(t=!0);const r=function(A){let e=Q[A];if(e)return e;e=Q[A]=[];for(let A=0;A<128;A++){const t=String.fromCharCode(A);/^[0-9a-z]$/i.test(t)?e.push(t):e.push("%"+("0"+A.toString(16).toUpperCase()).slice(-2))}for(let t=0;t=55296&&n<=57343){if(n>=55296&&n<=56319&&e+1 =56320&&t<=57343){i+=encodeURIComponent(A[e]+A[e+1]),e++;continue}}i+="%EF%BF%BD"}else i+=encodeURIComponent(A[e])}return i}function r(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}n.defaultChars=";/?:@&=+$,-_.!~*'()#",n.componentChars="-_.!~*'()";var i=/^([a-z0-9.+-]+:)/i,a=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,s=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),T=["'"].concat(s),B=["%","/","?",";","#"].concat(T),c=["/","?","#"],l=/^[+a-z0-9A-Z_-]{0,63}$/,E=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,"javascript:":!0},C={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};r.prototype.parse=function(A,e){let t,Q,n,r=A;if(r=r.trim(),!e&&1===A.split("#").length){const A=o.exec(r);if(A)return this.pathname=A[1],A[2]&&(this.search=A[2]),this}let a=i.exec(r);if(a&&(a=a[0],t=a.toLowerCase(),this.protocol=a,r=r.substr(a.length)),(e||a||r.match(/^\/\/[^@\/]+@[^@\/]+/))&&(n="//"===r.substr(0,2),!n||a&&g[a]||(r=r.substr(2),this.slashes=!0)),!g[a]&&(n||a&&!C[a])){let A,e,t=-1;for(let A=0;A127?Q+="x":Q+=t[A];if(!Q.match(l)){const Q=A.slice(0,e),n=A.slice(e+1),i=t.match(E);i&&(Q.push(i[1]),n.unshift(i[2])),n.length&&(r=n.join(".")+r),this.hostname=Q.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),i&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const s=r.indexOf("#");-1!==s&&(this.hash=r.substr(s),r=r.slice(0,s));const T=r.indexOf("?");return-1!==T&&(this.search=r.substr(T),r=r.slice(0,T)),r&&(this.pathname=r),C[t]&&this.hostname&&!this.pathname&&(this.pathname=""),this},r.prototype.parseHost=function(A){let e=a.exec(A);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),A=A.substr(0,A.length-e.length)),A&&(this.hostname=A)},A.decode=t,A.encode=n,A.format=function(A){let e="";return e+=A.protocol||"",e+=A.slashes?"//":"",e+=A.auth?A.auth+"@":"",A.hostname&&-1!==A.hostname.indexOf(":")?e+="["+A.hostname+"]":e+=A.hostname||"",e+=A.port?":"+A.port:"",e+=A.pathname||"",e+=A.search||"",e+=A.hash||"",e},A.parse=function(A,e){if(A&&A instanceof r)return A;const t=new r;return t.parse(A,e),t}}}),he=i({"node_modules/uc.micro/build/index.cjs.js"(A){"use strict";A.Any=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,A.Cc=/[\0-\x1F\x7F-\x9F]/,A.Cf=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,A.P=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,A.S=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,A.Z=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/}}),we=i({"node_modules/markdown-it/node_modules/entities/lib/generated/decode-data-html.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(A){return A.charCodeAt(0)})))}}),me=i({"node_modules/markdown-it/node_modules/entities/lib/generated/decode-data-xml.js"(A){"use strict";Object.defineProperty(A,"__esModule",{value:!0}),A.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(A){return A.charCodeAt(0)})))}}),fe=i({"node_modules/markdown-it/node_modules/entities/lib/decode_codepoint.js"(A){"use strict";var e;Object.defineProperty(A,"__esModule",{value:!0}),A.replaceCodePoint=A.fromCodePoint=void 0;var t=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function Q(A){var e;return A>=55296&&A<=57343||A>1114111?65533:null!==(e=t.get(A))&&void 0!==e?e:A}A.fromCodePoint=null!==(e=String.fromCodePoint)&&void 0!==e?e:function(A){var e="";return A>65535&&(A-=65536,e+=String.fromCharCode(A>>>10&1023|55296),A=56320|1023&A),e+=String.fromCharCode(A)},A.replaceCodePoint=Q,A.default=function(e){return(0,A.fromCodePoint)(Q(e))}}}),De=i({"node_modules/markdown-it/node_modules/entities/lib/decode.js"(A){"use strict";var e=A&&A.__createBinding||(Object.create?function(A,e,t,Q){void 0===Q&&(Q=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&!("get"in n?!e.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(A,Q,n)}:function(A,e,t,Q){void 0===Q&&(Q=t),A[Q]=e[t]}),t=A&&A.__setModuleDefault||(Object.create?function(A,e){Object.defineProperty(A,"default",{enumerable:!0,value:e})}:function(A,e){A.default=e}),Q=A&&A.__importStar||function(A){if(A&&A.__esModule)return A;var Q={};if(null!=A)for(var n in A)"default"!==n&&Object.prototype.hasOwnProperty.call(A,n)&&e(Q,A,n);return t(Q,A),Q},n=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.decodeXML=A.decodeHTMLStrict=A.decodeHTMLAttribute=A.decodeHTML=A.determineBranch=A.EntityDecoder=A.DecodingMode=A.BinTrieFlags=A.fromCodePoint=A.replaceCodePoint=A.decodeCodePoint=A.xmlDecodeTree=A.htmlDecodeTree=void 0;var r=n(we());A.htmlDecodeTree=r.default;var i=n(me());A.xmlDecodeTree=i.default;var a=Q(fe());A.decodeCodePoint=a.default;var o,s,T=fe();Object.defineProperty(A,"replaceCodePoint",{enumerable:!0,get:function(){return T.replaceCodePoint}}),Object.defineProperty(A,"fromCodePoint",{enumerable:!0,get:function(){return T.fromCodePoint}}),(s=o||(o={}))[s.NUM=35]="NUM",s[s.SEMI=59]="SEMI",s[s.EQUALS=61]="EQUALS",s[s.ZERO=48]="ZERO",s[s.NINE=57]="NINE",s[s.LOWER_A=97]="LOWER_A",s[s.LOWER_F=102]="LOWER_F",s[s.LOWER_X=120]="LOWER_X",s[s.LOWER_Z=122]="LOWER_Z",s[s.UPPER_A=65]="UPPER_A",s[s.UPPER_F=70]="UPPER_F",s[s.UPPER_Z=90]="UPPER_Z";var B,c,l,E,g,C;function d(A){return A>=o.ZERO&&A<=o.NINE}function I(A){return A===o.EQUALS||function(A){return A>=o.UPPER_A&&A<=o.UPPER_Z||A>=o.LOWER_A&&A<=o.LOWER_Z||d(A)}(A)}(c=B=A.BinTrieFlags||(A.BinTrieFlags={}))[c.VALUE_LENGTH=49152]="VALUE_LENGTH",c[c.BRANCH_LENGTH=16256]="BRANCH_LENGTH",c[c.JUMP_TABLE=127]="JUMP_TABLE",(E=l||(l={}))[E.EntityStart=0]="EntityStart",E[E.NumericStart=1]="NumericStart",E[E.NumericDecimal=2]="NumericDecimal",E[E.NumericHex=3]="NumericHex",E[E.NamedEntity=4]="NamedEntity",(C=g=A.DecodingMode||(A.DecodingMode={}))[C.Legacy=0]="Legacy",C[C.Strict=1]="Strict",C[C.Attribute=2]="Attribute";var u=function(){function A(A,e,t){this.decodeTree=A,this.emitCodePoint=e,this.errors=t,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=g.Strict}return A.prototype.startEntity=function(A){this.decodeMode=A,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},A.prototype.write=function(A,e){switch(this.state){case l.EntityStart:return A.charCodeAt(e)===o.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(A,e+1)):(this.state=l.NamedEntity,this.stateNamedEntity(A,e));case l.NumericStart:return this.stateNumericStart(A,e);case l.NumericDecimal:return this.stateNumericDecimal(A,e);case l.NumericHex:return this.stateNumericHex(A,e);case l.NamedEntity:return this.stateNamedEntity(A,e)}},A.prototype.stateNumericStart=function(A,e){return e>=A.length?-1:(32|A.charCodeAt(e))===o.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(A,e+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(A,e))},A.prototype.addToNumericResult=function(A,e,t,Q){if(e!==t){var n=t-e;this.result=this.result*Math.pow(Q,n)+parseInt(A.substr(e,n),Q),this.consumed+=n}},A.prototype.stateNumericHex=function(A,e){for(var t,Q=e;e =o.UPPER_A&&t<=o.UPPER_F||t>=o.LOWER_A&&t<=o.LOWER_F)))return this.addToNumericResult(A,Q,e,16),this.emitNumericEntity(n,3);e+=1}return this.addToNumericResult(A,Q,e,16),-1},A.prototype.stateNumericDecimal=function(A,e){for(var t=e;e >14;e >14)){if(r===o.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==g.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},A.prototype.emitNotTerminatedNamedEntity=function(){var A,e=this.result,t=(this.decodeTree[e]&B.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,t,this.consumed),null===(A=this.errors)||void 0===A||A.missingSemicolonAfterCharacterReference(),this.consumed},A.prototype.emitNamedEntityData=function(A,e,t){var Q=this.decodeTree;return this.emitCodePoint(1===e?Q[A]&~B.VALUE_LENGTH:Q[A+1],t),3===e&&this.emitCodePoint(Q[A+2],t),t},A.prototype.end=function(){var A;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===g.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(A=this.errors)||void 0===A||A.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}},A}();function p(A){var e="",t=new u(A,(function(A){return e+=(0,a.fromCodePoint)(A)}));return function(A,Q){for(var n=0,r=0;(r=A.indexOf("&",r))>=0;){e+=A.slice(n,r),t.startEntity(Q);var i=t.write(A,r+1);if(i<0){n=r+t.end();break}n=r+i,r=0===i?n+1:n}var a=e+A.slice(n);return e="",a}}function h(A,e,t,Q){var n=(e&B.BRANCH_LENGTH)>>7,r=e&B.JUMP_TABLE;if(0===n)return 0!==r&&Q===r?t:-1;if(r){var i=Q-r;return i<0||i>=n?-1:A[t+i]-1}for(var a=t,o=a+n-1;a<=o;){var s=a+o>>>1,T=A[s];if(T Q))return A[s+n];o=s-1}}return-1}A.EntityDecoder=u,A.determineBranch=h;var w=p(r.default),m=p(i.default);A.decodeHTML=function(A,e){return void 0===e&&(e=g.Legacy),w(A,e)},A.decodeHTMLAttribute=function(A){return w(A,g.Attribute)},A.decodeHTMLStrict=function(A){return w(A,g.Strict)},A.decodeXML=function(A){return m(A,g.Strict)}}}),Le=i({"node_modules/markdown-it/node_modules/entities/lib/generated/encode-html.js"(A){"use strict";function e(A){for(var e=1;e$\x80-\uFFFF]/g;var e=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function t(t){for(var Q,n="",r=0;null!==(Q=A.xmlReplacer.exec(t));){var i=Q.index,a=t.charCodeAt(i),o=e.get(a);void 0!==o?(n+=t.substring(r,i)+o,r=i+1):(n+="".concat(t.substring(r,i),"").concat((0,A.getCodePoint)(t,i).toString(16),";"),r=A.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return n+t.substr(r)}function Q(A,e){return function(t){for(var Q,n=0,r="";Q=A.exec(t);)n!==Q.index&&(r+=t.substring(n,Q.index)),r+=e.get(Q[0].charCodeAt(0)),n=Q.index+1;return r+t.substring(n)}}A.getCodePoint=null!=String.prototype.codePointAt?function(A,e){return A.codePointAt(e)}:function(A,e){return 55296==(64512&A.charCodeAt(e))?1024*(A.charCodeAt(e)-55296)+A.charCodeAt(e+1)-56320+65536:A.charCodeAt(e)},A.encodeXML=t,A.escape=t,A.escapeUTF8=Q(/[&<>'"]/g,e),A.escapeAttribute=Q(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),A.escapeText=Q(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))}}),Fe=i({"node_modules/markdown-it/node_modules/entities/lib/encode.js"(A){"use strict";var e=A&&A.__importDefault||function(A){return A&&A.__esModule?A:{default:A}};Object.defineProperty(A,"__esModule",{value:!0}),A.encodeNonAsciiHTML=A.encodeHTML=void 0;var t=e(Le()),Q=Me(),n=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function r(A,e){for(var n,r="",i=0;null!==(n=A.exec(e));){var a=n.index;r+=e.substring(i,a);var o=e.charCodeAt(a),s=t.default.get(o);if("object"==typeof s){if(a+1 =3&&":"===A[e-3]||e>=3&&"/"===A[e-3]?0:Q.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(A,e,t){const Q=A.slice(e);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(Q)?Q.match(t.re.mailto)[0].length:0}}},s="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function T(A){const e=A.re=function(A){const e={};A=A||{},e.src_Any=t.Any.source,e.src_Cc=t.Cc.source,e.src_Z=t.Z.source,e.src_P=t.P.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");const Q="[><|]";return e.src_pseudo_letter="(?:(?![><|]|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|[><|]|"+e.src_ZPCc+")(?!"+(A["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+Q+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(A["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy='(^|[><|]|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}(A.__opts__),Q=A.__tlds__.slice();function a(A){return A.replace("%TLDS%",e.src_tlds)}A.onCompile(),A.__tlds_replaced__||Q.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),Q.push(e.src_xn),e.src_tlds=Q.join("|"),e.email_fuzzy=RegExp(a(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(a(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(a(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(a(e.tpl_host_fuzzy_test),"i");const o=[];function s(A,e){throw new Error('(LinkifyIt) Invalid schema "'+A+'": '+e)}A.__compiled__={},Object.keys(A.__schemas__).forEach((function(e){const t=A.__schemas__[e];if(null===t)return;const Q={validate:null,link:null};if(A.__compiled__[e]=Q,"[object Object]"===n(t))return!function(A){return"[object RegExp]"===n(A)}(t.validate)?r(t.validate)?Q.validate=t.validate:s(e,t):Q.validate=function(A){return function(e,t){const Q=e.slice(t);return A.test(Q)?Q.match(A)[0].length:0}}(t.validate),void(r(t.normalize)?Q.normalize=t.normalize:t.normalize?s(e,t):Q.normalize=function(A,e){e.normalize(A)});!function(A){return"[object String]"===n(A)}(t)?s(e,t):o.push(e)})),o.forEach((function(e){A.__compiled__[A.__schemas__[e]]&&(A.__compiled__[e].validate=A.__compiled__[A.__schemas__[e]].validate,A.__compiled__[e].normalize=A.__compiled__[A.__schemas__[e]].normalize)})),A.__compiled__[""]={validate:null,normalize:function(A,e){e.normalize(A)}};const T=Object.keys(A.__compiled__).filter((function(e){return e.length>0&&A.__compiled__[e]})).map(i).join("|");A.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+T+")","i"),A.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+T+")","ig"),A.re.schema_at_start=RegExp("^"+A.re.schema_search.source,"i"),A.re.pretest=RegExp("("+A.re.schema_test.source+")|("+A.re.host_fuzzy_test.source+")|@","i"),function(A){A.__index__=-1,A.__text_cache__=""}(A)}function B(A,e){const t=A.__index__,Q=A.__last_index__,n=A.__text_cache__.slice(t,Q);this.schema=A.__schema__.toLowerCase(),this.index=t+e,this.lastIndex=Q+e,this.raw=n,this.text=n,this.url=n}function c(A,e){const t=new B(A,e);return A.__compiled__[t.schema].normalize(t,A),t}function l(A,e){if(!(this instanceof l))return new l(A,e);var t;e||(t=A,Object.keys(t||{}).reduce((function(A,e){return A||a.hasOwnProperty(e)}),!1)&&(e=A,A={})),this.__opts__=Q({},a,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Q({},o,A),this.__compiled__={},this.__tlds__=s,this.__tlds_replaced__=!1,this.re={},T(this)}l.prototype.add=function(A,e){return this.__schemas__[A]=e,T(this),this},l.prototype.set=function(A){return this.__opts__=Q(this.__opts__,A),this},l.prototype.test=function(A){if(this.__text_cache__=A,this.__index__=-1,!A.length)return!1;let e,t,Q,n,r,i,a,o,s;if(this.re.schema_test.test(A))for(a=this.re.schema_search,a.lastIndex=0;null!==(e=a.exec(A));)if(n=this.testSchemaAt(A,e[2],a.lastIndex),n){this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+n;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(o=A.search(this.re.host_fuzzy_test),o>=0&&(this.__index__<0||o =0&&null!==(Q=A.match(this.re.email_fuzzy))&&(r=Q.index+Q[1].length,i=Q.index+Q[0].length,(this.__index__<0||r this.__last_index__)&&(this.__schema__="mailto:",this.__index__=r,this.__last_index__=i))),this.__index__>=0},l.prototype.pretest=function(A){return this.re.pretest.test(A)},l.prototype.testSchemaAt=function(A,e,t){return this.__compiled__[e.toLowerCase()]?this.__compiled__[e.toLowerCase()].validate(A,t,this):0},l.prototype.match=function(A){const e=[];let t=0;this.__index__>=0&&this.__text_cache__===A&&(e.push(c(this,t)),t=this.__last_index__);let Q=t?A.slice(t):A;for(;this.test(Q);)e.push(c(this,t)),Q=Q.slice(this.__last_index__),t+=this.__last_index__;return e.length?e:null},l.prototype.matchAtStart=function(A){if(this.__text_cache__=A,this.__index__=-1,!A.length)return null;const e=this.re.schema_at_start.exec(A);if(!e)return null;const t=this.testSchemaAt(A,e[2],e[0].length);return t?(this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+t,c(this,0)):null},l.prototype.tlds=function(A,e){return A=Array.isArray(A)?A:[A],e?(this.__tlds__=this.__tlds__.concat(A).sort().filter((function(A,e,t){return A!==t[e-1]})).reverse(),T(this),this):(this.__tlds__=A.slice(),this.__tlds_replaced__=!0,T(this),this)},l.prototype.normalize=function(A){A.schema||(A.url="http://"+A.url),"mailto:"!==A.schema||/^mailto:/i.test(A.url)||(A.url="mailto:"+A.url)},l.prototype.onCompile=function(){},e.exports=l}}),He=i({"node_modules/punycode.js/punycode.js"(A,e){"use strict";var t=2147483647,Q=36,n=/^xn--/,r=/[^\0-\x7F]/,i=/[\x2E\u3002\uFF0E\uFF61]/g,a={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},o=Math.floor,s=String.fromCharCode;function T(A){throw new RangeError(a[A])}function B(A,e){const t=A.split("@");let Q="";t.length>1&&(Q=t[0]+"@",A=t[1]);const n=function(A,e){const t=[];let Q=A.length;for(;Q--;)t[Q]=e(A[Q]);return t}((A=A.replace(i,".")).split("."),e).join(".");return Q+n}function c(A){const e=[];let t=0;const Q=A.length;for(;t =55296&&n<=56319&&t>1,A+=o(A/e);A>455;n+=Q)A=o(A/35);return o(n+36*A/(A+38))},g=function(A){const e=[],n=A.length;let r=0,i=128,a=72,s=A.lastIndexOf("-");s<0&&(s=0);for(let t=0;t=128&&T("not-basic"),e.push(A.charCodeAt(t));for(let c=s>0?s+1:0;c=n&&T("invalid-input");const s=(B=A.charCodeAt(c++))>=48&&B<58?B-48+26:B>=65&&B<91?B-65:B>=97&&B<123?B-97:Q;s>=Q&&T("invalid-input"),s>o((t-r)/e)&&T("overflow"),r+=s*e;const l=i<=a?1:i>=a+26?26:i-a;if(s o(t/E)&&T("overflow"),e*=E}const l=e.length+1;a=E(r-s,l,0==s),o(r/l)>t-i&&T("overflow"),i+=o(r/l),r%=l,e.splice(r++,0,i)}var B;return String.fromCodePoint(...e)},C=function(A){const e=[],n=(A=c(A)).length;let r=128,i=0,a=72;for(const t of A)t<128&&e.push(s(t));const B=e.length;let g=B;for(B&&e.push("-");g =r&&e o((t-i)/c)&&T("overflow"),i+=(n-r)*c,r=n;for(const n of A)if(n t&&T("overflow"),n===r){let A=i;for(let t=Q;;t+=Q){const n=t<=a?1:t>=a+26?26:t-a;if(A String.fromCodePoint(...A)},decode:g,encode:C,toASCII:function(A){return B(A,(function(A){return r.test(A)?"xn--"+C(A):A}))},toUnicode:function(A){return B(A,(function(A){return n.test(A)?g(A.slice(4).toLowerCase()):A}))}};e.exports=d}}),Ne=i({"node_modules/markdown-it/dist/index.cjs.js"(A,e){"use strict";var t=pe(),Q=he(),n=be(),r=_e(),i=He();function a(A){var e=Object.create(null);return A&&Object.keys(A).forEach((function(t){if("default"!==t){var Q=Object.getOwnPropertyDescriptor(A,t);Object.defineProperty(e,t,Q.get?Q:{enumerable:!0,get:function(){return A[t]}})}})),e.default=A,Object.freeze(e)}var o=a(t),s=a(Q);function T(A){return"[object String]"===function(A){return Object.prototype.toString.call(A)}(A)}var B=Object.prototype.hasOwnProperty;function c(A){return Array.prototype.slice.call(arguments,1).forEach((function(e){if(e){if("object"!=typeof e)throw new TypeError(e+"must be object");Object.keys(e).forEach((function(t){A[t]=e[t]}))}})),A}function l(A,e,t){return[].concat(A.slice(0,e),t,A.slice(e+1))}function E(A){return!(A>=55296&&A<=57343)&&(!(A>=64976&&A<=65007)&&(!!(65535&~A&&65534!=(65535&A))&&(!(A>=0&&A<=8)&&(11!==A&&(!(A>=14&&A<=31)&&(!(A>=127&&A<=159)&&!(A>1114111)))))))}function g(A){if(A>65535){const e=55296+((A-=65536)>>10),t=56320+(1023&A);return String.fromCharCode(e,t)}return String.fromCharCode(A)}var C=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,d=new RegExp(C.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),I=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function u(A){return A.indexOf("\\")<0&&A.indexOf("&")<0?A:A.replace(d,(function(A,e,t){return e||function(A,e){if(35===e.charCodeAt(0)&&I.test(e)){const t="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return E(t)?g(t):A}const t=n.decodeHTML(A);return t!==A?t:A}(A,t)}))}var p=/[&<>"]/,h=/[&<>"]/g,w={"&":"&","<":"<",">":">",'"':"""};function m(A){return w[A]}function f(A){return p.test(A)?A.replace(h,m):A}var D=/[.?*+^$[\]\\(){}|-]/g;function L(A){switch(A){case 9:case 32:return!0}return!1}function M(A){if(A>=8192&&A<=8202)return!0;switch(A){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function F(A){return s.P.test(A)}function b(A){switch(A){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function _(A){return A=A.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(A=A.replace(/ẞ/g,"ß")),A.toLowerCase().toUpperCase()}var H={mdurl:o,ucmicro:s},N=Object.freeze({__proto__:null,arrayReplaceAt:l,assign:c,escapeHtml:f,escapeRE:function(A){return A.replace(D,"\\$&")},fromCodePoint:g,has:function(A,e){return B.call(A,e)},isMdAsciiPunct:b,isPunctChar:F,isSpace:L,isString:T,isValidEntityCode:E,isWhiteSpace:M,lib:H,normalizeReference:_,unescapeAll:u,unescapeMd:function(A){return A.indexOf("\\")<0?A:A.replace(C,"$1")}});var S=Object.freeze({__proto__:null,parseLinkDestination:function(A,e,t){let Q,n=e;const r={ok:!1,pos:0,lines:0,str:""};if(60===A.charCodeAt(n)){for(n++;n 32))return r;if(41===Q){if(0===i)break;i--}n++}return e===n||0!==i||(r.str=u(A.slice(e,n)),r.pos=n,r.ok=!0),r},parseLinkLabel:function(A,e,t){let Q,n,r,i;const a=A.posMax,o=A.pos;for(A.pos=e+1,Q=1;A.pos=t)return a;if(n=A.charCodeAt(i),34!==n&&39!==n&&40!==n)return a;for(i++,40===n&&(n=41);i "+f(r.content)+""},R.code_block=function(A,e,t,Q,n){const r=A[e];return" \n"},R.fence=function(A,e,t,Q,n){const r=A[e],i=r.info?u(r.info).trim():"";let a,o="",s="";if(i){const A=i.split(/(\s+)/g);o=A[0],s=A.slice(2).join("")}if(a=t.highlight&&t.highlight(r.content,o,s)||f(r.content),0===a.indexOf(""+f(A[e].content)+"
\n`}return`${a}
\n`},R.image=function(A,e,t,Q,n){const r=A[e];return r.attrs[r.attrIndex("alt")][1]=n.renderInlineAsText(r.children,t,Q),n.renderToken(A,e,t)},R.hardbreak=function(A,e,t){return t.xhtmlOut?"${a}
\n":"
\n"},R.softbreak=function(A,e,t){return t.breaks?t.xhtmlOut?"
\n":"
\n":"\n"},R.text=function(A,e){return f(A[e].content)},R.html_block=function(A,e){return A[e].content},R.html_inline=function(A,e){return A[e].content},U.prototype.renderAttrs=function(A){let e,t,Q;if(!A.attrs)return"";for(Q="",e=0,t=A.attrs.length;e\n":">",n},U.prototype.renderInline=function(A,e,t){let Q="";const n=this.rules;for(let r=0,i=A.length;r=0&&(t=this.attrs[e][1]),t},O.prototype.attrJoin=function(A,e){const t=this.attrIndex(A);t<0?this.attrPush([A,e]):this.attrs[t][1]=this.attrs[t][1]+" "+e},G.prototype.Token=O;var v=/\r\n?|\n/g,k=/\0/g;function V(A){return/^<\/a\s*>/i.test(A)}var x=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Y=/\((c|tm|r)\)/i,P=/\((c|tm|r)\)/gi,Z={c:"©",r:"®",tm:"™"};function J(A,e){return Z[e.toLowerCase()]}function X(A){let e=0;for(let t=A.length-1;t>=0;t--){const Q=A[t];"text"!==Q.type||e||(Q.content=Q.content.replace(P,J)),"link_open"===Q.type&&"auto"===Q.info&&e--,"link_close"===Q.type&&"auto"===Q.info&&e++}}function W(A){let e=0;for(let t=A.length-1;t>=0;t--){const Q=A[t];"text"!==Q.type||e||x.test(Q.content)&&(Q.content=Q.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===Q.type&&"auto"===Q.info&&e--,"link_close"===Q.type&&"auto"===Q.info&&e++}}var z=/['"]/,j=/['"]/g;function K(A,e,t){return A.slice(0,e)+t+A.slice(e+1)}function q(A,e){let t;const Q=[];for(let n=0;n =0&&!(Q[t].level<=i);t--);if(Q.length=t+1,"text"!==r.type)continue;let a=r.content,o=0,s=a.length;A:for(;o =0)E=a.charCodeAt(T.index-1);else for(t=n-1;t>=0&&("softbreak"!==A[t].type&&"hardbreak"!==A[t].type);t--)if(A[t].content){E=A[t].content.charCodeAt(A[t].content.length-1);break}let g=32;if(o=48&&E<=57&&(c=B=!1),B&&c&&(B=C,c=d),B||c){if(c)for(t=Q.length-1;t>=0;t--){let B=Q[t];if(Q[t].level=0;i--){const a=n[i];if("link_close"!==a.type){if("html_inline"===a.type&&(t=a.content,/^\s]/i.test(t)&&r>0&&r--,V(a.content)&&r++),!(r>0)&&"text"===a.type&&A.md.linkify.test(a.content)){const t=a.content;let r=A.md.linkify.match(t);const o=[];let s=a.level,T=0;r.length>0&&0===r[0].index&&i>0&&"text_special"===n[i-1].type&&(r=r.slice(1));for(let e=0;eT){const e=new A.Token("text","",0);e.content=t.slice(T,a),e.level=s,o.push(e)}const B=new A.Token("link_open","a",1);B.attrs=[["href",n]],B.level=s++,B.markup="linkify",B.info="auto",o.push(B);const c=new A.Token("text","",0);c.content=i,c.level=s,o.push(c);const l=new A.Token("link_close","a",-1);l.level=--s,l.markup="linkify",l.info="auto",o.push(l),T=r[e].lastIndex}if(T =0;e--)"inline"===A.tokens[e].type&&(Y.test(A.tokens[e].content)&&X(A.tokens[e].children),x.test(A.tokens[e].content)&&W(A.tokens[e].children))}],["smartquotes",function(A){if(A.md.options.typographer)for(let e=A.tokens.length-1;e>=0;e--)"inline"===A.tokens[e].type&&z.test(A.tokens[e].content)&&q(A.tokens[e].children,A)}],["text_join",function(A){let e,t;const Q=A.tokens,n=Q.length;for(let A=0;A =Q)return-1;let r=A.src.charCodeAt(n++);if(r<48||r>57)return-1;for(;;){if(n>=Q)return-1;if(r=A.src.charCodeAt(n++),!(r>=48&&r<=57)){if(41===r||46===r)break;return-1}if(n-t>=10)return-1}return n 0&&this.level++,this.tokens.push(Q),Q},eA.prototype.isEmpty=function(A){return this.bMarks[A]+this.tShift[A]>=this.eMarks[A]},eA.prototype.skipEmptyLines=function(A){for(let e=this.lineMax;Ae;)if(!L(this.src.charCodeAt(--A)))return A+1;return A},eA.prototype.skipChars=function(A,e){for(let t=this.src.length;A t;)if(e!==this.src.charCodeAt(--A))return A+1;return A},eA.prototype.getLines=function(A,e,t,Q){if(A>=e)return"";const n=new Array(e-A);for(let r=0,i=A;i t?new Array(A-t+1).join(" ")+this.src.slice(s,o):this.src.slice(s,o)}return n.join("")},eA.prototype.Token=O;var iA="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",aA="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",oA=new RegExp("^(?:"+iA+"|"+aA+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),sA=new RegExp("^(?:"+iA+"|"+aA+")"),TA=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(sA.source+"\\s*$"),/^$/,!1]];var BA=[["table",function(A,e,t,Q){if(e+2>t)return!1;let n=e+1;if(A.sCount[n] =4)return!1;let r=A.bMarks[n]+A.tShift[n];if(r>=A.eMarks[n])return!1;const i=A.src.charCodeAt(r++);if(124!==i&&45!==i&&58!==i)return!1;if(r>=A.eMarks[n])return!1;const a=A.src.charCodeAt(r++);if(124!==a&&45!==a&&58!==a&&!L(a))return!1;if(45===i&&L(a))return!1;for(;r =4)return!1;s=QA(o),s.length&&""===s[0]&&s.shift(),s.length&&""===s[s.length-1]&&s.pop();const B=s.length;if(0===B||B!==T.length)return!1;if(Q)return!0;const c=A.parentType;A.parentType="table";const l=A.md.block.ruler.getRules("blockquote"),E=[e,0];A.push("table_open","table",1).map=E,A.push("thead_open","thead",1).map=[e,e+1],A.push("tr_open","tr",1).map=[e,e+1];for(let e=0;e =4)break;if(s=QA(o),s.length&&""===s[0]&&s.shift(),s.length&&""===s[s.length-1]&&s.pop(),n===e+2){A.push("tbody_open","tbody",1).map=g=[e+2,0]}A.push("tr_open","tr",1).map=[n,n+1];for(let e=0;e=4))break;Q++,n=Q}A.line=n;const r=A.push("code_block","code",0);return r.content=A.getLines(e,n,4+A.blkIndent,!1)+"\n",r.map=[e,A.line],!0}],["fence",function(A,e,t,Q){let n=A.bMarks[e]+A.tShift[e],r=A.eMarks[e];if(A.sCount[e]-A.blkIndent>=4)return!1;if(n+3>r)return!1;const i=A.src.charCodeAt(n);if(126!==i&&96!==i)return!1;let a=n;n=A.skipChars(n,i);let o=n-a;if(o<3)return!1;const s=A.src.slice(a,n),T=A.src.slice(n,r);if(96===i&&T.indexOf(String.fromCharCode(i))>=0)return!1;if(Q)return!0;let B=e,c=!1;for(;(B++,!(B>=t))&&(n=a=A.bMarks[B]+A.tShift[B],r=A.eMarks[B],!(n =4||(n=A.skipChars(n,i),n-a =4)return!1;if(62!==A.src.charCodeAt(n))return!1;if(Q)return!0;const a=[],o=[],s=[],T=[],B=A.md.block.ruler.getRules("blockquote"),c=A.parentType;A.parentType="blockquote";let l,E=!1;for(l=e;l =r)break;if(62===A.src.charCodeAt(n++)&&!e){let e,t,Q=A.sCount[l]+1;32===A.src.charCodeAt(n)?(n++,Q++,t=!1,e=!0):9===A.src.charCodeAt(n)?(e=!0,(A.bsCount[l]+Q)%4==3?(n++,Q++,t=!1):t=!0):e=!1;let i=Q;for(a.push(A.bMarks[l]),A.bMarks[l]=n;n =r,o.push(A.bsCount[l]),A.bsCount[l]=A.sCount[l]+1+(e?1:0),s.push(A.sCount[l]),A.sCount[l]=i-Q,T.push(A.tShift[l]),A.tShift[l]=n-A.bMarks[l];continue}if(E)break;let Q=!1;for(let e=0,n=B.length;e ";const d=[e,0];C.map=d,A.md.block.tokenize(A,e,l),A.push("blockquote_close","blockquote",-1).markup=">",A.lineMax=i,A.parentType=c,d[1]=A.line;for(let t=0;t =4)return!1;let r=A.bMarks[e]+A.tShift[e];const i=A.src.charCodeAt(r++);if(42!==i&&45!==i&&95!==i)return!1;let a=1;for(;r =4)return!1;if(A.listIndent>=0&&A.sCount[o]-A.listIndent>=4&&A.sCount[o] =A.blkIndent&&(l=!0),(c=rA(A,o))>=0){if(T=!0,i=A.bMarks[o]+A.tShift[o],B=Number(A.src.slice(i,c-1)),l&&1!==B)return!1}else{if(!((c=nA(A,o))>=0))return!1;T=!1}if(l&&A.skipSpaces(c)>=A.eMarks[o])return!1;if(Q)return!0;const E=A.src.charCodeAt(c-1),g=A.tokens.length;T?(a=A.push("ordered_list_open","ol",1),1!==B&&(a.attrs=[["start",B]])):a=A.push("bullet_list_open","ul",1);const C=[o,0];a.map=C,a.markup=String.fromCharCode(E);let d=!1;const I=A.md.block.ruler.getRules("list"),u=A.parentType;for(A.parentType="list";o =n?1:Q-e,l>4&&(l=1);const g=e+l;a=A.push("list_item_open","li",1),a.markup=String.fromCharCode(E);const C=[o,0];a.map=C,T&&(a.info=A.src.slice(i,c-1));const u=A.tight,p=A.tShift[o],h=A.sCount[o],w=A.listIndent;if(A.listIndent=A.blkIndent,A.blkIndent=g,A.tight=!0,A.tShift[o]=B-A.bMarks[o],A.sCount[o]=Q,B>=n&&A.isEmpty(o+1)?A.line=Math.min(A.line+2,t):A.md.block.tokenize(A,o,t,!0),A.tight&&!d||(s=!1),d=A.line-o>1&&A.isEmpty(A.line-1),A.blkIndent=A.listIndent,A.listIndent=w,A.tShift[o]=p,A.sCount[o]=h,A.tight=u,a=A.push("list_item_close","li",-1),a.markup=String.fromCharCode(E),o=A.line,C[1]=o,o>=t)break;if(A.sCount[o] =4)break;let m=!1;for(let e=0,Q=I.length;e =4)return!1;if(91!==A.src.charCodeAt(r))return!1;for(;++r3)continue;if(A.sCount[a]<0)continue;let e=!1;for(let t=0,Q=s.length;t=4)return!1;if(!A.md.options.html)return!1;if(60!==A.src.charCodeAt(n))return!1;let i=A.src.slice(n,r),a=0;for(;a=4)return!1;let i=A.src.charCodeAt(n);if(35!==i||n>=r)return!1;let a=1;for(i=A.src.charCodeAt(++n);35===i&&n 6||n n&&L(A.src.charCodeAt(o-1))&&(r=o),A.line=e+1;const s=A.push("heading_open","h"+String(a),1);s.markup="########".slice(0,a),s.map=[e,A.line];const T=A.push("inline","",0);return T.content=A.src.slice(n,r).trim(),T.map=[e,A.line],T.children=[],A.push("heading_close","h"+String(a),-1).markup="########".slice(0,a),!0},["paragraph","reference","blockquote"]],["lheading",function(A,e,t){const Q=A.md.block.ruler.getRules("paragraph");if(A.sCount[e]-A.blkIndent>=4)return!1;const n=A.parentType;A.parentType="paragraph";let r,i=0,a=e+1;for(;a 3)continue;if(A.sCount[a]>=A.blkIndent){let e=A.bMarks[a]+A.tShift[a];const t=A.eMarks[a];if(e =t))){i=61===r?1:2;break}}if(A.sCount[a]<0)continue;let e=!1;for(let n=0,r=Q.length;n 3)continue;if(A.sCount[r]<0)continue;let e=!1;for(let n=0,i=Q.length;n=t))&&!(A.sCount[i] =r){A.line=t;break}const e=A.line;let o=!1;for(let r=0;r =A.line)throw new Error("block rule didn't increment state.line");break}if(!o)throw new Error("none of the block rules matched");A.tight=!a,A.isEmpty(A.line-1)&&(a=!0),i=A.line,i 0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],n={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(Q),this.tokens_meta.push(n),Q},lA.prototype.scanDelims=function(A,e){let t,Q,n=!0,r=!0;const i=this.posMax,a=this.src.charCodeAt(A),o=A>0?this.src.charCodeAt(A-1):32;let s=A;for(;s?@[]^_`{|}~-".split("").forEach((function(A){CA[A.charCodeAt(0)]=1}));var IA={tokenize:function(A,e){const t=A.pos,Q=A.src.charCodeAt(t);if(e)return!1;if(126!==Q)return!1;const n=A.scanDelims(A.pos,!0);let r=n.length;const i=String.fromCharCode(Q);if(r<2)return!1;let a;r%2&&(a=A.push("text","",0),a.content=i,r--);for(let e=0;e =0;t--){const Q=e[t];if(95!==Q.marker&&42!==Q.marker)continue;if(-1===Q.end)continue;const n=e[Q.end],r=t>0&&e[t-1].end===Q.end+1&&e[t-1].marker===Q.marker&&e[t-1].token===Q.token-1&&e[Q.end+1].token===n.token+1,i=String.fromCharCode(Q.marker),a=A.tokens[Q.token];a.type=r?"strong_open":"em_open",a.tag=r?"strong":"em",a.nesting=1,a.markup=r?i+i:i,a.content="";const o=A.tokens[n.token];o.type=r?"strong_close":"em_close",o.tag=r?"strong":"em",o.nesting=-1,o.markup=r?i+i:i,o.content="",r&&(A.tokens[e[t-1].token].content="",A.tokens[e[Q.end+1].token].content="",t--)}}var pA={tokenize:function(A,e){const t=A.pos,Q=A.src.charCodeAt(t);if(e)return!1;if(95!==Q&&42!==Q)return!1;const n=A.scanDelims(A.pos,42===Q);for(let e=0;e \x00-\x20]*)$/;var mA=/^((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,fA=/^&([a-z][a-z0-9]{1,31});/i;function DA(A){const e={},t=A.length;if(!t)return;let Q=0,n=-2;const r=[];for(let i=0;i a;o-=r[o]+1){const e=A[o];if(e.marker===t.marker&&(e.open&&e.end<0)){let Q=!1;if((e.close||t.open)&&(e.length+t.length)%3==0&&(e.length%3==0&&t.length%3==0||(Q=!0)),!Q){const Q=o>0&&!A[o-1].open?r[o-1]+1:0;r[i]=i-o+Q,r[o]=Q,t.open=!1,e.end=i,e.close=!1,s=-1,n=-2;break}}}-1!==s&&(e[t.marker][(t.open?3:0)+(t.length||0)%3]=s)}}var LA=[["text",function(A,e){let t=A.pos;for(;t 0)return!1;const t=A.pos;if(t+3>A.posMax)return!1;if(58!==A.src.charCodeAt(t))return!1;if(47!==A.src.charCodeAt(t+1))return!1;if(47!==A.src.charCodeAt(t+2))return!1;const Q=A.pending.match(gA);if(!Q)return!1;const n=Q[1],r=A.md.linkify.matchAtStart(A.src.slice(t-n.length));if(!r)return!1;let i=r.url;if(i.length<=n.length)return!1;i=i.replace(/\*+$/,"");const a=A.md.normalizeLink(i);if(!A.md.validateLink(a))return!1;if(!e){A.pending=A.pending.slice(0,-n.length);const e=A.push("link_open","a",1);e.attrs=[["href",a]],e.markup="linkify",e.info="auto";A.push("text","",0).content=A.md.normalizeLinkText(i);const t=A.push("link_close","a",-1);t.markup="linkify",t.info="auto"}return A.pos+=i.length-n.length,!0}],["newline",function(A,e){let t=A.pos;if(10!==A.src.charCodeAt(t))return!1;const Q=A.pending.length-1,n=A.posMax;if(!e)if(Q>=0&&32===A.pending.charCodeAt(Q))if(Q>=1&&32===A.pending.charCodeAt(Q-1)){let e=Q-1;for(;e>=1&&32===A.pending.charCodeAt(e-1);)e--;A.pending=A.pending.slice(0,e),A.push("hardbreak","br",0)}else A.pending=A.pending.slice(0,-1),A.push("softbreak","br",0);else A.push("softbreak","br",0);for(t++;t =Q)return!1;let n=A.src.charCodeAt(t);if(10===n){for(e||A.push("hardbreak","br",0),t++;t =55296&&n<=56319&&t+1=56320&&e<=57343&&(r+=A.src[t+1],t++)}const i="\\"+r;if(!e){const e=A.push("text_special","",0);n<256&&0!==CA[n]?e.content=r:e.content=i,e.markup=i,e.info="escape"}return A.pos=t+1,!0}],["backticks",function(A,e){let t=A.pos;if(96!==A.src.charCodeAt(t))return!1;const Q=t;t++;const n=A.posMax;for(;t=B)return!1;if(o=E,n=A.md.helpers.parseLinkDestination(A.src,E,A.posMax),n.ok){for(i=A.md.normalizeLink(n.str),A.md.validateLink(i)?E=n.pos:i="",o=E;E=B||41!==A.src.charCodeAt(E))&&(s=!0),E++}if(s){if(void 0===A.env.references)return!1;if(E=0?Q=A.src.slice(o,E++):E=l+1):E=l+1,Q||(Q=A.src.slice(c,l)),r=A.env.references[_(Q)],!r)return A.pos=T,!1;i=r.href,a=r.title}if(!e){A.pos=c,A.posMax=l;const e=[["href",i]];A.push("link_open","a",1).attrs=e,a&&e.push(["title",a]),A.linkLevel++,A.md.inline.tokenize(A),A.linkLevel--,A.push("link_close","a",-1)}return A.pos=E,A.posMax=B,!0}],["image",function(A,e){let t,Q,n,r,i,a,o,s,T="";const B=A.pos,c=A.posMax;if(33!==A.src.charCodeAt(A.pos))return!1;if(91!==A.src.charCodeAt(A.pos+1))return!1;const l=A.pos+2,E=A.md.helpers.parseLinkLabel(A,A.pos+1,!1);if(E<0)return!1;if(r=E+1,r =c)return!1;for(s=r,a=A.md.helpers.parseLinkDestination(A.src,r,A.posMax),a.ok&&(T=A.md.normalizeLink(a.str),A.md.validateLink(T)?r=a.pos:T=""),s=r;r =c||41!==A.src.charCodeAt(r))return A.pos=B,!1;r++}else{if(void 0===A.env.references)return!1;if(r =0?n=A.src.slice(s,r++):r=E+1):r=E+1,n||(n=A.src.slice(l,E)),i=A.env.references[_(n)],!i)return A.pos=B,!1;T=i.href,o=i.title}if(!e){Q=A.src.slice(l,E);const e=[];A.md.inline.parse(Q,A.md,A.env,e);const t=A.push("image","img",0),n=[["src",T],["alt",""]];t.attrs=n,t.children=e,t.content=Q,o&&n.push(["title",o])}return A.pos=r,A.posMax=c,!0}],["autolink",function(A,e){let t=A.pos;if(60!==A.src.charCodeAt(t))return!1;const Q=A.pos,n=A.posMax;for(;;){if(++t>=n)return!1;const e=A.src.charCodeAt(t);if(60===e)return!1;if(62===e)break}const r=A.src.slice(Q+1,t);if(wA.test(r)){const t=A.md.normalizeLink(r);if(!A.md.validateLink(t))return!1;if(!e){const e=A.push("link_open","a",1);e.attrs=[["href",t]],e.markup="autolink",e.info="auto";A.push("text","",0).content=A.md.normalizeLinkText(r);const Q=A.push("link_close","a",-1);Q.markup="autolink",Q.info="auto"}return A.pos+=r.length+2,!0}if(hA.test(r)){const t=A.md.normalizeLink("mailto:"+r);if(!A.md.validateLink(t))return!1;if(!e){const e=A.push("link_open","a",1);e.attrs=[["href",t]],e.markup="autolink",e.info="auto";A.push("text","",0).content=A.md.normalizeLinkText(r);const Q=A.push("link_close","a",-1);Q.markup="autolink",Q.info="auto"}return A.pos+=r.length+2,!0}return!1}],["html_inline",function(A,e){if(!A.md.options.html)return!1;const t=A.posMax,Q=A.pos;if(60!==A.src.charCodeAt(Q)||Q+2>=t)return!1;const n=A.src.charCodeAt(Q+1);if(33!==n&&63!==n&&47!==n&&!function(A){const e=32|A;return e>=97&&e<=122}(n))return!1;const r=A.src.slice(Q).match(oA);if(!r)return!1;if(!e){const e=A.push("html_inline","",0);e.content=r[0],i=e.content,/^\s]/i.test(i)&&A.linkLevel++,function(A){return/^<\/a\s*>/i.test(A)}(e.content)&&A.linkLevel--}var i;return A.pos+=r[0].length,!0}],["entity",function(A,e){const t=A.pos,Q=A.posMax;if(38!==A.src.charCodeAt(t))return!1;if(t+1>=Q)return!1;if(35===A.src.charCodeAt(t+1)){const Q=A.src.slice(t).match(mA);if(Q){if(!e){const e="x"===Q[1][0].toLowerCase()?parseInt(Q[1].slice(1),16):parseInt(Q[1],10),t=A.push("text_special","",0);t.content=E(e)?g(e):g(65533),t.markup=Q[0],t.info="entity"}return A.pos+=Q[0].length,!0}}else{const Q=A.src.slice(t).match(fA);if(Q){const t=n.decodeHTML(Q[0]);if(t!==Q[0]){if(!e){const e=A.push("text_special","",0);e.content=t,e.markup=Q[0],e.info="entity"}return A.pos+=Q[0].length,!0}}}return!1}]],MA=[["balance_pairs",function(A){const e=A.tokens_meta,t=A.tokens_meta.length;DA(A.delimiters);for(let A=0;A 0&&Q++,"text"===n[e].type&&e+1 =A.pos)throw new Error("inline rule didn't increment state.pos");break}}else A.pos=A.posMax;i||A.pos++,r[e]=A.pos},FA.prototype.tokenize=function(A){const e=this.ruler.getRules(""),t=e.length,Q=A.posMax,n=A.md.options.maxNesting;for(;A.pos =A.pos)throw new Error("inline rule didn't increment state.pos");break}if(i){if(A.pos>=Q)break}else A.pending+=A.src[A.pos++]}A.pending&&A.pushPending()},FA.prototype.parse=function(A,e,t,Q){const n=new this.State(A,e,t,Q);this.tokenize(n);const r=this.ruler2.getRules(""),i=r.length;for(let A=0;A=0))try{e.hostname=i.toASCII(e.hostname)}catch(A){}return o.encode(o.format(e))}function UA(A){const e=o.parse(A,!0);if(e.hostname&&(!e.protocol||SA.indexOf(e.protocol)>=0))try{e.hostname=i.toUnicode(e.hostname)}catch(A){}return o.decode(o.format(e),o.decode.defaultChars+"%")}function yA(A,e){if(!(this instanceof yA))return new yA(A,e);e||T(A)||(e=A||{},A="default"),this.inline=new FA,this.block=new cA,this.core=new AA,this.renderer=new U,this.linkify=new r,this.validateLink=NA,this.normalizeLink=RA,this.normalizeLinkText=UA,this.utils=N,this.helpers=c({},S),this.options={},this.configure(A),e&&this.set(e)}yA.prototype.set=function(A){return c(this.options,A),this},yA.prototype.configure=function(A){const e=this;if(T(A)){const e=A;if(!(A=bA[e]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name')}if(!A)throw new Error("Wrong `markdown-it` preset, can't be empty");return A.options&&e.set(A.options),A.components&&Object.keys(A.components).forEach((function(t){A.components[t].rules&&e[t].ruler.enableOnly(A.components[t].rules),A.components[t].rules2&&e[t].ruler2.enableOnly(A.components[t].rules2)})),this},yA.prototype.enable=function(A,e){let t=[];Array.isArray(A)||(A=[A]),["core","block","inline"].forEach((function(e){t=t.concat(this[e].ruler.enable(A,!0))}),this),t=t.concat(this.inline.ruler2.enable(A,!0));const Q=A.filter((function(A){return t.indexOf(A)<0}));if(Q.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+Q);return this},yA.prototype.disable=function(A,e){let t=[];Array.isArray(A)||(A=[A]),["core","block","inline"].forEach((function(e){t=t.concat(this[e].ruler.disable(A,!0))}),this),t=t.concat(this.inline.ruler2.disable(A,!0));const Q=A.filter((function(A){return t.indexOf(A)<0}));if(Q.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+Q);return this},yA.prototype.use=function(A){const e=[this].concat(Array.prototype.slice.call(arguments,1));return A.apply(A,e),this},yA.prototype.parse=function(A,e){if("string"!=typeof A)throw new Error("Input data should be a String");const t=new this.core.State(A,this,e);return this.core.process(t),t.tokens},yA.prototype.render=function(A,e){return e=e||{},this.renderer.render(this.parse(A,e),this.options,e)},yA.prototype.parseInline=function(A,e){const t=new this.core.State(A,this,e);return t.inlineMode=!0,this.core.process(t),t.tokens},yA.prototype.renderInline=function(A,e){return e=e||{},this.renderer.render(this.parseInline(A,e),this.options,e)},e.exports=yA}}),Se=i({"node_modules/markdown-it-footnote/dist/index.cjs.js"(A,e){"use strict";function t(A,e,t,Q){const n=Number(A[e].meta.id+1).toString();let r="";return"string"==typeof Q.docId&&(r=`-${Q.docId}-`),r+n}function Q(A,e){let t=Number(A[e].meta.id+1).toString();return A[e].meta.subId>0&&(t+=`:${A[e].meta.subId}`),`[${t}]`}function n(A,e,t,Q,n){const r=n.rules.footnote_anchor_name(A,e,t,Q,n),i=n.rules.footnote_caption(A,e,t,Q,n);let a=r;return A[e].meta.subId>0&&(a+=`:${A[e].meta.subId}`),`${i}`}function r(A,e,t){return(t.xhtmlOut?'
\n':'
\n')+'\n \n"}function a(A,e,t,Q,n){let r=n.rules.footnote_anchor_name(A,e,t,Q,n);return A[e].meta.subId>0&&(r+=`:${A[e].meta.subId}`),`\n'}function i(){return"
\n`}function o(){return" \n"}function s(A,e,t,Q,n){let r=n.rules.footnote_anchor_name(A,e,t,Q,n);return A[e].meta.subId>0&&(r+=`:${A[e].meta.subId}`),` ↩︎`}e.exports=function(A){const e=A.helpers.parseLinkLabel,T=A.utils.isSpace;A.renderer.rules.footnote_ref=n,A.renderer.rules.footnote_block_open=r,A.renderer.rules.footnote_block_close=i,A.renderer.rules.footnote_open=a,A.renderer.rules.footnote_close=o,A.renderer.rules.footnote_anchor=s,A.renderer.rules.footnote_caption=Q,A.renderer.rules.footnote_anchor_name=t,A.block.ruler.before("reference","footnote_def",(function(A,e,t,Q){const n=A.bMarks[e]+A.tShift[e],r=A.eMarks[e];if(n+4>r)return!1;if(91!==A.src.charCodeAt(n))return!1;if(94!==A.src.charCodeAt(n+1))return!1;let i;for(i=n+2;i=r||58!==A.src.charCodeAt(++i))return!1;if(Q)return!0;i++,A.env.footnotes||(A.env.footnotes={}),A.env.footnotes.refs||(A.env.footnotes.refs={});const a=A.src.slice(n+2,i-2);A.env.footnotes.refs[`:${a}`]=-1;const o=new A.Token("footnote_reference_open","",1);o.meta={label:a},o.level=A.level++,A.tokens.push(o);const s=A.bMarks[e],B=A.tShift[e],c=A.sCount[e],l=A.parentType,E=i,g=A.sCount[e]+i-(A.bMarks[e]+A.tShift[e]);let C=g;for(;i =Q)return!1;if(94!==A.src.charCodeAt(n))return!1;if(91!==A.src.charCodeAt(n+1))return!1;const r=n+2,i=e(A,n+1);if(i<0)return!1;if(!t){A.env.footnotes||(A.env.footnotes={}),A.env.footnotes.list||(A.env.footnotes.list=[]);const e=A.env.footnotes.list.length,t=[];A.md.inline.parse(A.src.slice(r,i),A.md,A.env,t);A.push("footnote_ref","",0).meta={id:e},A.env.footnotes.list[e]={content:A.src.slice(r,i),tokens:t}}return A.pos=i+1,A.posMax=Q,!0})),A.inline.ruler.after("footnote_inline","footnote_ref",(function(A,e){const t=A.posMax,Q=A.pos;if(Q+3>t)return!1;if(!A.env.footnotes||!A.env.footnotes.refs)return!1;if(91!==A.src.charCodeAt(Q))return!1;if(94!==A.src.charCodeAt(Q+1))return!1;let n;for(n=Q+2;n =t)return!1;n++;const r=A.src.slice(Q+2,n-1);if(void 0===A.env.footnotes.refs[`:${r}`])return!1;if(!e){let e;A.env.footnotes.list||(A.env.footnotes.list=[]),A.env.footnotes.refs[`:${r}`]<0?(e=A.env.footnotes.list.length,A.env.footnotes.list[e]={label:r,count:0},A.env.footnotes.refs[`:${r}`]=e):e=A.env.footnotes.refs[`:${r}`];const t=A.env.footnotes.list[e].count;A.env.footnotes.list[e].count++;A.push("footnote_ref","",0).meta={id:e,subId:t,label:r}}return A.pos=n,A.posMax=t,!0})),A.core.ruler.after("inline","footnote_tail",(function(A){let e,t,Q,n=!1;const r={};if(!A.env.footnotes)return;if(A.tokens=A.tokens.filter((function(A){return"footnote_reference_open"===A.type?(n=!0,t=[],Q=A.meta.label,!1):"footnote_reference_close"===A.type?(n=!1,r[":"+Q]=t,!1):(n&&t.push(A),!n)})),!A.env.footnotes.list)return;const i=A.env.footnotes.list;A.tokens.push(new A.Token("footnote_block_open","",1));for(let t=0,Q=i.length;t 0?i[t].count:1;for(let e=0;e{const Q=A[e],n=typeof Q;"object"!==n&&"function"!==n||Object.isFrozen(Q)||t(Q)})),A}var Q=class{constructor(A){void 0===A.data&&(A.data={}),this.data=A.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function n(A){return A.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function r(A,...e){const t=Object.create(null);for(const e in A)t[e]=A[e];return e.forEach((function(A){for(const e in A)t[e]=A[e]})),t}var i=A=>!!A.scope,a=class{constructor(A,e){this.buffer="",this.classPrefix=e.classPrefix,A.walk(this)}addText(A){this.buffer+=n(A)}openNode(A){if(!i(A))return;const e=((A,{prefix:e})=>{if(A.startsWith("language:"))return A.replace("language:","language-");if(A.includes(".")){const t=A.split(".");return[`${e}${t.shift()}`,...t.map(((A,e)=>`${A}${"_".repeat(e+1)}`))].join(" ")}return`${e}${A}`})(A.scope,{prefix:this.classPrefix});this.span(e)}closeNode(A){i(A)&&(this.buffer+="")}value(){return this.buffer}span(A){this.buffer+=``}},o=(A={})=>{const e={children:[]};return Object.assign(e,A),e},s=class{constructor(){this.rootNode=o(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(A){this.top.children.push(A)}openNode(A){const e=o({scope:A});this.add(e),this.stack.push(e)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(A){return this.constructor._walk(A,this.rootNode)}static _walk(A,e){return"string"==typeof e?A.addText(e):e.children&&(A.openNode(e),e.children.forEach((e=>this._walk(A,e))),A.closeNode(e)),A}static _collapse(A){"string"!=typeof A&&A.children&&(A.children.every((A=>"string"==typeof A))?A.children=[A.children.join("")]:A.children.forEach((A=>{s._collapse(A)})))}},T=class extends s{constructor(A){super(),this.options=A}addText(A){""!==A&&this.add(A)}startScope(A){this.openNode(A)}endScope(){this.closeNode()}__addSublanguage(A,e){const t=A.root;e&&(t.scope=`language:${e}`),this.add(t)}toHTML(){return new a(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}};function B(A){return A?"string"==typeof A?A:A.source:null}function c(A){return g("(?=",A,")")}function l(A){return g("(?:",A,")*")}function E(A){return g("(?:",A,")?")}function g(...A){return A.map((A=>B(A))).join("")}function C(...A){const e=function(A){const e=A[A.length-1];return"object"==typeof e&&e.constructor===Object?(A.splice(A.length-1,1),e):{}}(A);return"("+(e.capture?"":"?:")+A.map((A=>B(A))).join("|")+")"}function d(A){return new RegExp(A.toString()+"|").exec("").length-1}var I=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function u(A,{joinWith:e}){let t=0;return A.map((A=>{t+=1;const e=t;let Q=B(A),n="";for(;Q.length>0;){const A=I.exec(Q);if(!A){n+=Q;break}n+=Q.substring(0,A.index),Q=Q.substring(A.index+A[0].length),"\\"===A[0][0]&&A[1]?n+="\\"+String(Number(A[1])+e):(n+=A[0],"("===A[0]&&t++)}return n})).map((A=>`(${A})`)).join(e)}var p="[a-zA-Z]\\w*",h="[a-zA-Z_]\\w*",w="\\b\\d+(\\.\\d+)?",m="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",f="\\b(0b[01]+)",D={begin:"\\\\[\\s\\S]",relevance:0},L={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[D]},M={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[D]},F=function(A,e,t={}){const Q=r({scope:"comment",begin:A,end:e,contains:[]},t);Q.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const n=C("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return Q.contains.push({begin:g(/[ ]+/,"(",n,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),Q},b=F("//","$"),_=F("/\\*","\\*/"),H=F("#","$"),N={scope:"number",begin:w,relevance:0},S={scope:"number",begin:m,relevance:0},R={scope:"number",begin:f,relevance:0},U={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[D,{begin:/\[/,end:/\]/,relevance:0,contains:[D]}]},y={scope:"title",begin:p,relevance:0},O={scope:"title",begin:h,relevance:0},G={begin:"\\.\\s*"+h,relevance:0},v=Object.freeze({__proto__:null,APOS_STRING_MODE:L,BACKSLASH_ESCAPE:D,BINARY_NUMBER_MODE:R,BINARY_NUMBER_RE:f,COMMENT:F,C_BLOCK_COMMENT_MODE:_,C_LINE_COMMENT_MODE:b,C_NUMBER_MODE:S,C_NUMBER_RE:m,END_SAME_AS_BEGIN:function(A){return Object.assign(A,{"on:begin":(A,e)=>{e.data._beginMatch=A[1]},"on:end":(A,e)=>{e.data._beginMatch!==A[1]&&e.ignoreMatch()}})},HASH_COMMENT_MODE:H,IDENT_RE:p,MATCH_NOTHING_RE:/\b\B/,METHOD_GUARD:G,NUMBER_MODE:N,NUMBER_RE:w,PHRASAL_WORDS_MODE:{begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},QUOTE_STRING_MODE:M,REGEXP_MODE:U,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(A={})=>{const e=/^#![ ]*\//;return A.binary&&(A.begin=g(e,/.*\b/,A.binary,/\b.*/)),r({scope:"meta",begin:e,end:/$/,relevance:0,"on:begin":(A,e)=>{0!==A.index&&e.ignoreMatch()}},A)},TITLE_MODE:y,UNDERSCORE_IDENT_RE:h,UNDERSCORE_TITLE_MODE:O});function k(A,e){"."===A.input[A.index-1]&&e.ignoreMatch()}function V(A,e){void 0!==A.className&&(A.scope=A.className,delete A.className)}function x(A,e){e&&A.beginKeywords&&(A.begin="\\b("+A.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",A.__beforeBegin=k,A.keywords=A.keywords||A.beginKeywords,delete A.beginKeywords,void 0===A.relevance&&(A.relevance=0))}function Y(A,e){Array.isArray(A.illegal)&&(A.illegal=C(...A.illegal))}function P(A,e){if(A.match){if(A.begin||A.end)throw new Error("begin & end are not supported with match");A.begin=A.match,delete A.match}}function Z(A,e){void 0===A.relevance&&(A.relevance=1)}var J=(A,e)=>{if(!A.beforeMatch)return;if(A.starts)throw new Error("beforeMatch cannot be used with starts");const t=Object.assign({},A);Object.keys(A).forEach((e=>{delete A[e]})),A.keywords=t.keywords,A.begin=g(t.beforeMatch,c(t.begin)),A.starts={relevance:0,contains:[Object.assign(t,{endsParent:!0})]},A.relevance=0,delete t.beforeMatch},X=["of","and","for","in","not","or","if","then","parent","list","value"];function W(A,e,t="keyword"){const Q=Object.create(null);return"string"==typeof A?n(t,A.split(" ")):Array.isArray(A)?n(t,A):Object.keys(A).forEach((function(t){Object.assign(Q,W(A[t],e,t))})),Q;function n(A,t){e&&(t=t.map((A=>A.toLowerCase()))),t.forEach((function(e){const t=e.split("|");Q[t[0]]=[A,z(t[0],t[1])]}))}}function z(A,e){return e?Number(e):function(A){return X.includes(A.toLowerCase())}(A)?0:1}var j={},K=A=>{console.error(A)},q=(A,...e)=>{console.log(`WARN: ${A}`,...e)},$=(A,e)=>{j[`${A}/${e}`]||(console.log(`Deprecated as of ${A}. ${e}`),j[`${A}/${e}`]=!0)},AA=new Error;function eA(A,e,{key:t}){let Q=0;const n=A[t],r={},i={};for(let A=1;A<=e.length;A++)i[A+Q]=n[A],r[A+Q]=!0,Q+=d(e[A-1]);A[t]=i,A[t]._emit=r,A[t]._multi=!0}function tA(A){!function(A){A.scope&&"object"==typeof A.scope&&null!==A.scope&&(A.beginScope=A.scope,delete A.scope)}(A),"string"==typeof A.beginScope&&(A.beginScope={_wrap:A.beginScope}),"string"==typeof A.endScope&&(A.endScope={_wrap:A.endScope}),function(A){if(Array.isArray(A.begin)){if(A.skip||A.excludeBegin||A.returnBegin)throw K("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),AA;if("object"!=typeof A.beginScope||null===A.beginScope)throw K("beginScope must be object"),AA;eA(A,A.begin,{key:"beginScope"}),A.begin=u(A.begin,{joinWith:""})}}(A),function(A){if(Array.isArray(A.end)){if(A.skip||A.excludeEnd||A.returnEnd)throw K("skip, excludeEnd, returnEnd not compatible with endScope: {}"),AA;if("object"!=typeof A.endScope||null===A.endScope)throw K("endScope must be object"),AA;eA(A,A.end,{key:"endScope"}),A.end=u(A.end,{joinWith:""})}}(A)}function QA(A){function e(e,t){return new RegExp(B(e),"m"+(A.case_insensitive?"i":"")+(A.unicodeRegex?"u":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(A,e){e.position=this.position++,this.matchIndexes[this.matchAt]=e,this.regexes.push([e,A]),this.matchAt+=d(A)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const A=this.regexes.map((A=>A[1]));this.matcherRe=e(u(A,{joinWith:"|"}),!0),this.lastIndex=0}exec(A){this.matcherRe.lastIndex=this.lastIndex;const e=this.matcherRe.exec(A);if(!e)return null;const t=e.findIndex(((A,e)=>e>0&&void 0!==A)),Q=this.matchIndexes[t];return e.splice(0,t),Object.assign(e,Q)}}class Q{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(A){if(this.multiRegexes[A])return this.multiRegexes[A];const e=new t;return this.rules.slice(A).forEach((([A,t])=>e.addRule(A,t))),e.compile(),this.multiRegexes[A]=e,e}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(A,e){this.rules.push([A,e]),"begin"===e.type&&this.count++}exec(A){const e=this.getMatcher(this.regexIndex);e.lastIndex=this.lastIndex;let t=e.exec(A);if(this.resumingScanAtSamePosition())if(t&&t.index===this.lastIndex);else{const e=this.getMatcher(0);e.lastIndex=this.lastIndex+1,t=e.exec(A)}return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&this.considerAll()),t}}if(A.compilerExtensions||(A.compilerExtensions=[]),A.contains&&A.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return A.classNameAliases=r(A.classNameAliases||{}),function t(n,i){const a=n;if(n.isCompiled)return a;[V,P,tA,J].forEach((A=>A(n,i))),A.compilerExtensions.forEach((A=>A(n,i))),n.__beforeBegin=null,[x,Y,Z].forEach((A=>A(n,i))),n.isCompiled=!0;let o=null;return"object"==typeof n.keywords&&n.keywords.$pattern&&(n.keywords=Object.assign({},n.keywords),o=n.keywords.$pattern,delete n.keywords.$pattern),o=o||/\w+/,n.keywords&&(n.keywords=W(n.keywords,A.case_insensitive)),a.keywordPatternRe=e(o,!0),i&&(n.begin||(n.begin=/\B|\b/),a.beginRe=e(a.begin),n.end||n.endsWithParent||(n.end=/\B|\b/),n.end&&(a.endRe=e(a.end)),a.terminatorEnd=B(a.end)||"",n.endsWithParent&&i.terminatorEnd&&(a.terminatorEnd+=(n.end?"|":"")+i.terminatorEnd)),n.illegal&&(a.illegalRe=e(n.illegal)),n.contains||(n.contains=[]),n.contains=[].concat(...n.contains.map((function(A){return function(A){A.variants&&!A.cachedVariants&&(A.cachedVariants=A.variants.map((function(e){return r(A,{variants:null},e)})));if(A.cachedVariants)return A.cachedVariants;if(nA(A))return r(A,{starts:A.starts?r(A.starts):null});if(Object.isFrozen(A))return r(A);return A}("self"===A?n:A)}))),n.contains.forEach((function(A){t(A,a)})),n.starts&&t(n.starts,i),a.matcher=function(A){const e=new Q;return A.contains.forEach((A=>e.addRule(A.begin,{rule:A,type:"begin"}))),A.terminatorEnd&&e.addRule(A.terminatorEnd,{type:"end"}),A.illegal&&e.addRule(A.illegal,{type:"illegal"}),e}(a),a}(A)}function nA(A){return!!A&&(A.endsWithParent||nA(A.starts))}var rA=class extends Error{constructor(A,e){super(A),this.name="HTMLInjectionError",this.html=e}},iA=n,aA=r,oA=Symbol("nomatch"),sA=function(A){const e=Object.create(null),n=Object.create(null),r=[];let i=!0;const a="Could not find the language '{}', did you forget to load/include a language module?",o={disableAutodetect:!0,name:"Plain text",contains:[]};let s={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:T};function B(A){return s.noHighlightRe.test(A)}function d(A,e,t){let Q="",n="";"object"==typeof e?(Q=A,t=e.ignoreIllegals,n=e.language):($("10.7.0","highlight(lang, code, ...args) has been deprecated."),$("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),n=A,Q=e),void 0===t&&(t=!0);const r={code:Q,language:n};L("before:highlight",r);const i=r.result?r.result:I(r.language,r.code,t);return i.code=r.code,L("after:highlight",i),i}function I(A,t,n,r){const o=Object.create(null);function T(){if(!L.keywords)return void F.addText(b);let A=0;L.keywordPatternRe.lastIndex=0;let e=L.keywordPatternRe.exec(b),t="";for(;e;){t+=b.substring(A,e.index);const n=w.case_insensitive?e[0].toLowerCase():e[0],r=(Q=n,L.keywords[Q]);if(r){const[A,Q]=r;if(F.addText(t),t="",o[n]=(o[n]||0)+1,o[n]<=7&&(_+=Q),A.startsWith("_"))t+=e[0];else{const t=w.classNameAliases[A]||A;c(e[0],t)}}else t+=e[0];A=L.keywordPatternRe.lastIndex,e=L.keywordPatternRe.exec(b)}var Q;t+=b.substring(A),F.addText(t)}function B(){null!=L.subLanguage?function(){if(""===b)return;let A=null;if("string"==typeof L.subLanguage){if(!e[L.subLanguage])return void F.addText(b);A=I(L.subLanguage,b,!0,M[L.subLanguage]),M[L.subLanguage]=A._top}else A=u(b,L.subLanguage.length?L.subLanguage:null);L.relevance>0&&(_+=A.relevance),F.__addSublanguage(A._emitter,A.language)}():T(),b=""}function c(A,e){""!==A&&(F.startScope(e),F.addText(A),F.endScope())}function l(A,e){let t=1;const Q=e.length-1;for(;t<=Q;){if(!A._emit[t]){t++;continue}const Q=w.classNameAliases[A[t]]||A[t],n=e[t];Q?c(n,Q):(b=n,T(),b=""),t++}}function E(A,e){return A.scope&&"string"==typeof A.scope&&F.openNode(w.classNameAliases[A.scope]||A.scope),A.beginScope&&(A.beginScope._wrap?(c(b,w.classNameAliases[A.beginScope._wrap]||A.beginScope._wrap),b=""):A.beginScope._multi&&(l(A.beginScope,e),b="")),L=Object.create(A,{parent:{value:L}}),L}function g(A,e,t){let n=function(A,e){const t=A&&A.exec(e);return t&&0===t.index}(A.endRe,t);if(n){if(A["on:end"]){const t=new Q(A);A["on:end"](e,t),t.isMatchIgnored&&(n=!1)}if(n){for(;A.endsParent&&A.parent;)A=A.parent;return A}}if(A.endsWithParent)return g(A.parent,e,t)}function C(A){return 0===L.matcher.regexIndex?(b+=A[0],1):(S=!0,0)}function d(A){const e=A[0],Q=t.substring(A.index),n=g(L,A,Q);if(!n)return oA;const r=L;L.endScope&&L.endScope._wrap?(B(),c(e,L.endScope._wrap)):L.endScope&&L.endScope._multi?(B(),l(L.endScope,A)):r.skip?b+=e:(r.returnEnd||r.excludeEnd||(b+=e),B(),r.excludeEnd&&(b=e));do{L.scope&&F.closeNode(),L.skip||L.subLanguage||(_+=L.relevance),L=L.parent}while(L!==n.parent);return n.starts&&E(n.starts,A),r.returnEnd?0:e.length}let p={};function h(e,r){const a=r&&r[0];if(b+=e,null==a)return B(),0;if("begin"===p.type&&"end"===r.type&&p.index===r.index&&""===a){if(b+=t.slice(r.index,r.index+1),!i){const e=new Error(`0 width match regex (${A})`);throw e.languageName=A,e.badRule=p.rule,e}return 1}if(p=r,"begin"===r.type)return function(A){const e=A[0],t=A.rule,n=new Q(t),r=[t.__beforeBegin,t["on:begin"]];for(const t of r)if(t&&(t(A,n),n.isMatchIgnored))return C(e);return t.skip?b+=e:(t.excludeBegin&&(b+=e),B(),t.returnBegin||t.excludeBegin||(b=e)),E(t,A),t.returnBegin?0:e.length}(r);if("illegal"===r.type&&!n){const A=new Error('Illegal lexeme "'+a+'" for mode "'+(L.scope||"")+'"');throw A.mode=L,A}if("end"===r.type){const A=d(r);if(A!==oA)return A}if("illegal"===r.type&&""===a)return 1;if(N>1e5&&N>3*r.index){throw new Error("potential infinite loop, way more iterations than matches")}return b+=a,a.length}const w=m(A);if(!w)throw K(a.replace("{}",A)),new Error('Unknown language: "'+A+'"');const f=QA(w);let D="",L=r||f;const M={},F=new s.__emitter(s);!function(){const A=[];for(let e=L;e!==w;e=e.parent)e.scope&&A.unshift(e.scope);A.forEach((A=>F.openNode(A)))}();let b="",_=0,H=0,N=0,S=!1;try{if(w.__emitTokens)w.__emitTokens(t,F);else{for(L.matcher.considerAll();;){N++,S?S=!1:L.matcher.considerAll(),L.matcher.lastIndex=H;const A=L.matcher.exec(t);if(!A)break;const e=h(t.substring(H,A.index),A);H=A.index+e}h(t.substring(H))}return F.finalize(),D=F.toHTML(),{language:A,value:D,relevance:_,illegal:!1,_emitter:F,_top:L}}catch(e){if(e.message&&e.message.includes("Illegal"))return{language:A,value:iA(t),illegal:!0,relevance:0,_illegalBy:{message:e.message,index:H,context:t.slice(H-100,H+100),mode:e.mode,resultSoFar:D},_emitter:F};if(i)return{language:A,value:iA(t),illegal:!1,relevance:0,errorRaised:e,_emitter:F,_top:L};throw e}}function u(A,t){t=t||s.languages||Object.keys(e);const Q=function(A){const e={value:iA(A),illegal:!1,relevance:0,_top:o,_emitter:new s.__emitter(s)};return e._emitter.addText(A),e}(A),n=t.filter(m).filter(D).map((e=>I(e,A,!1)));n.unshift(Q);const r=n.sort(((A,e)=>{if(A.relevance!==e.relevance)return e.relevance-A.relevance;if(A.language&&e.language){if(m(A.language).supersetOf===e.language)return 1;if(m(e.language).supersetOf===A.language)return-1}return 0})),[i,a]=r,T=i;return T.secondBest=a,T}function p(A){let e=null;const t=function(A){let e=A.className+" ";e+=A.parentNode?A.parentNode.className:"";const t=s.languageDetectRe.exec(e);if(t){const e=m(t[1]);return e||(q(a.replace("{}",t[1])),q("Falling back to no-highlight mode for this block.",A)),e?t[1]:"no-highlight"}return e.split(/\s+/).find((A=>B(A)||m(A)))}(A);if(B(t))return;if(L("before:highlightElement",{el:A,language:t}),A.dataset.highlighted)return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",A);if(A.children.length>0&&(s.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(A)),s.throwUnescapedHTML)){throw new rA("One of your code blocks includes unescaped HTML.",A.innerHTML)}e=A;const Q=e.textContent,r=t?d(Q,{language:t,ignoreIllegals:!0}):u(Q);A.innerHTML=r.value,A.dataset.highlighted="yes",function(A,e,t){const Q=e&&n[e]||t;A.classList.add("hljs"),A.classList.add(`language-${Q}`)}(A,t,r.language),A.result={language:r.language,re:r.relevance,relevance:r.relevance},r.secondBest&&(A.secondBest={language:r.secondBest.language,relevance:r.secondBest.relevance}),L("after:highlightElement",{el:A,result:r,text:Q})}let h=!1;function w(){if("loading"===document.readyState)return void(h=!0);document.querySelectorAll(s.cssSelector).forEach(p)}function m(A){return A=(A||"").toLowerCase(),e[A]||e[n[A]]}function f(A,{languageName:e}){"string"==typeof A&&(A=[A]),A.forEach((A=>{n[A.toLowerCase()]=e}))}function D(A){const e=m(A);return e&&!e.disableAutodetect}function L(A,e){const t=A;r.forEach((function(A){A[t]&&A[t](e)}))}"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(function(){h&&w()}),!1),Object.assign(A,{highlight:d,highlightAuto:u,highlightAll:w,highlightElement:p,highlightBlock:function(A){return $("10.7.0","highlightBlock will be removed entirely in v12.0"),$("10.7.0","Please use highlightElement now."),p(A)},configure:function(A){s=aA(s,A)},initHighlighting:()=>{w(),$("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")},initHighlightingOnLoad:function(){w(),$("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")},registerLanguage:function(t,Q){let n=null;try{n=Q(A)}catch(A){if(K("Language definition for '{}' could not be registered.".replace("{}",t)),!i)throw A;K(A),n=o}n.name||(n.name=t),e[t]=n,n.rawDefinition=Q.bind(null,A),n.aliases&&f(n.aliases,{languageName:t})},unregisterLanguage:function(A){delete e[A];for(const e of Object.keys(n))n[e]===A&&delete n[e]},listLanguages:function(){return Object.keys(e)},getLanguage:m,registerAliases:f,autoDetection:D,inherit:aA,addPlugin:function(A){!function(A){A["before:highlightBlock"]&&!A["before:highlightElement"]&&(A["before:highlightElement"]=e=>{A["before:highlightBlock"](Object.assign({block:e.el},e))}),A["after:highlightBlock"]&&!A["after:highlightElement"]&&(A["after:highlightElement"]=e=>{A["after:highlightBlock"](Object.assign({block:e.el},e))})}(A),r.push(A)},removePlugin:function(A){const e=r.indexOf(A);-1!==e&&r.splice(e,1)}}),A.debugMode=function(){i=!1},A.safeMode=function(){i=!0},A.versionString="11.9.0",A.regex={concat:g,lookahead:c,either:C,optional:E,anyNumberOfTimes:l};for(const A in v)"object"==typeof v[A]&&t(v[A]);return Object.assign(A,v),A},TA=sA({});TA.newInstance=()=>sA({}),e.exports=TA,TA.HighlightJS=TA,TA.default=TA}}),Ue=i({"node_modules/highlight.js/lib/languages/1c.js"(A,e){e.exports=function(A){const e="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+",t="далее возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",Q="null истина ложь неопределено",n=A.inherit(A.NUMBER_MODE),r={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},i={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},a=A.inherit(A.C_LINE_COMMENT_MODE);return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:e,keyword:t,built_in:"разделительстраниц разделительстрок символтабуляции ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",class:"webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени форматкартинки ширинаподчиненныхэлементовформы виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц отображениевремениэлементовпланировщика типфайлаформатированногодокумента обходрезультатазапроса типзаписизапроса видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов доступкфайлу режимдиалогавыборафайла режимоткрытияфайла типизмеренияпостроителязапроса видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs форматдатыjson экранированиесимволовjson видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных использованиеусловногооформлениякомпоновкиданных важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты статусразборапочтовогосообщения режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии типхранилищасертификатовкриптографии кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip режимсохраненияпутейzip уровеньсжатияzip звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса типномерадокумента типномеразадачи типформы удалениедвижений важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",type:"comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",literal:Q},contains:[{className:"meta",begin:"#|&",end:"$",keywords:{$pattern:e,keyword:t+"загрузитьизфайла вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент "},contains:[a]},{className:"function",variants:[{begin:"процедура|функция",end:"\\)",keywords:"процедура функция"},{begin:"конецпроцедуры|конецфункции",keywords:"конецпроцедуры конецфункции"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:e,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:e,keyword:"знач",literal:Q},contains:[n,r,i]},a]},A.inherit(A.TITLE_MODE,{begin:e})]},a,{className:"symbol",begin:"~",end:";|:",excludeEnd:!0},n,r,i]}}}}),ye=i({"node_modules/highlight.js/lib/languages/abnf.js"(A,e){e.exports=function(A){const e=A.regex,t=A.COMMENT(/;/,/$/);return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],contains:[{scope:"operator",match:/=\/?/},{scope:"attribute",match:e.concat(/^[a-zA-Z][a-zA-Z0-9-]*/,/(?=\s*=)/)},t,{scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},{scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},{scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},{scope:"symbol",match:/%[si](?=".*")/},A.QUOTE_STRING_MODE,A.NUMBER_MODE]}}}}),Oe=i({"node_modules/highlight.js/lib/languages/accesslog.js"(A,e){e.exports=function(A){const e=A.regex,t=["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","PATCH","TRACE"];return{name:"Apache Access Log",contains:[{className:"number",begin:/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?\b/,relevance:5},{className:"number",begin:/\b\d+\b/,relevance:0},{className:"string",begin:e.concat(/"/,e.either(...t)),end:/"/,keywords:t,illegal:/\n/,relevance:5,contains:[{begin:/HTTP\/[12]\.\d'/,relevance:5}]},{className:"string",begin:/\[\d[^\]\n]{8,}\]/,illegal:/\n/,relevance:1},{className:"string",begin:/\[/,end:/\]/,illegal:/\n/,relevance:0},{className:"string",begin:/"Mozilla\/\d\.\d \(/,end:/"/,illegal:/\n/,relevance:3},{className:"string",begin:/"/,end:/"/,illegal:/\n/,relevance:0}]}}}}),Ge=i({"node_modules/highlight.js/lib/languages/actionscript.js"(A,e){e.exports=function(A){const e=A.regex,t=/[a-zA-Z_$][a-zA-Z0-9_$]*/,Q=e.concat(t,e.concat("(\\.",t,")*")),n={className:"rest_arg",begin:/[.]{3}/,end:t,relevance:10};return{name:"ActionScript",aliases:["as"],keywords:{keyword:["as","break","case","catch","class","const","continue","default","delete","do","dynamic","each","else","extends","final","finally","for","function","get","if","implements","import","in","include","instanceof","interface","internal","is","namespace","native","new","override","package","private","protected","public","return","set","static","super","switch","this","throw","try","typeof","use","var","void","while","with"],literal:["true","false","null","undefined"]},contains:[A.APOS_STRING_MODE,A.QUOTE_STRING_MODE,A.C_LINE_COMMENT_MODE,A.C_BLOCK_COMMENT_MODE,A.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,Q],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,t],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[A.inherit(A.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[A.APOS_STRING_MODE,A.QUOTE_STRING_MODE,A.C_LINE_COMMENT_MODE,A.C_BLOCK_COMMENT_MODE,n]},{begin:e.concat(/:\s*/,/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/)}]},A.METHOD_GUARD],illegal:/#/}}}}),ve=i({"node_modules/highlight.js/lib/languages/ada.js"(A,e){e.exports=function(A){const e="\\d(_|\\d)*",t="[eE][-+]?"+e,Q="\\b("+(e+"#\\w+(\\.\\w+)?#("+t+")?")+"|"+(e+"(\\."+e+")?("+t+")?")+")",n="[A-Za-z](_?[A-Za-z0-9.])*",r="[]\\{\\}%#'\"",i=A.COMMENT("--","$"),a={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:r,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:n,endsParent:!0,relevance:0}]};return{name:"Ada",case_insensitive:!0,keywords:{keyword:["abort","else","new","return","abs","elsif","not","reverse","abstract","end","accept","entry","select","access","exception","of","separate","aliased","exit","or","some","all","others","subtype","and","for","out","synchronized","array","function","overriding","at","tagged","generic","package","task","begin","goto","pragma","terminate","body","private","then","if","procedure","type","case","in","protected","constant","interface","is","raise","use","declare","range","delay","limited","record","when","delta","loop","rem","while","digits","renames","with","do","mod","requeue","xor"],literal:["True","False"]},contains:[i,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:Q,relevance:0},{className:"symbol",begin:"'"+n},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:r},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[i,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:r},a,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:r}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:r},a]}}}}),ke=i({"node_modules/highlight.js/lib/languages/angelscript.js"(A,e){e.exports=function(A){const e={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},t={className:"symbol",begin:"[a-zA-Z0-9_]+@"},Q={className:"keyword",begin:"<",end:">",contains:[e,t]};return e.contains=[Q],t.contains=[Q],{name:"AngelScript",aliases:["asc"],keywords:["for","in|0","break","continue","while","do|0","return","if","else","case","switch","namespace","is","cast","or","and","xor","not","get|0","in","inout|10","out","override","set|0","private","public","const","default|0","final","shared","external","mixin|10","enum","typedef","funcdef","this","super","import","from","interface","abstract|0","try","catch","protected","explicit","property"],illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[A.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[A.BACKSLASH_ESCAPE],relevance:0},A.C_LINE_COMMENT_MODE,A.C_BLOCK_COMMENT_MODE,{className:"string",begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},e,t,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",relevance:0,begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}}}),Ve=i({"node_modules/highlight.js/lib/languages/apache.js"(A,e){e.exports=function(A){const e={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[A.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[e,{className:"number",begin:/:\d{1,5}/},A.inherit(A.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"]},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",begin:/[\$%]\{/,end:/\}/,contains:["self",{className:"number",begin:/[$%]\d+/}]},e,{className:"number",begin:/\b\d+/},A.QUOTE_STRING_MODE]}}],illegal:/\S/}}}}),xe=i({"node_modules/highlight.js/lib/languages/applescript.js"(A,e){e.exports=function(A){const e=A.regex,t=A.inherit(A.QUOTE_STRING_MODE,{illegal:null}),Q={className:"params",begin:/\(/,end:/\)/,contains:["self",A.C_NUMBER_MODE,t]},n=A.COMMENT(/--/,/$/),r=[n,A.COMMENT(/\(\*/,/\*\)/,{contains:["self",n]}),A.HASH_COMMENT_MODE];return{name:"AppleScript",aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name|0 paragraph paragraphs rest reverse running time version weekday word words year"},contains:[t,A.C_NUMBER_MODE,{className:"built_in",begin:e.concat(/\b/,e.either(/clipboard info/,/the clipboard/,/info for/,/list (disks|folder)/,/mount volume/,/path to/,/(close|open for) access/,/(get|set) eof/,/current date/,/do shell script/,/get volume settings/,/random number/,/set volume/,/system attribute/,/system info/,/time to GMT/,/(load|run|store) script/,/scripting components/,/ASCII (character|number)/,/localized string/,/choose (application|color|file|file name|folder|from list|remote application|URL)/,/display (alert|dialog)/),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:e.concat(/\b/,e.either(/apart from/,/aside from/,/instead of/,/out of/,/greater than/,/isn't|(doesn't|does not) (equal|come before|come after|contain)/,/(greater|less) than( or equal)?/,/(starts?|ends|begins?) with/,/contained by/,/comes (before|after)/,/a (ref|reference)/,/POSIX (file|path)/,/(date|time) string/,/quoted form/),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[A.UNDERSCORE_TITLE_MODE,Q]},...r],illegal:/\/\/|->|=>|\[\[/}}}}),Ye=i({"node_modules/highlight.js/lib/languages/arcade.js"(A,e){e.exports=function(A){const e="[A-Za-z_][0-9A-Za-z_]*",t={keyword:["if","for","while","var","new","function","do","return","void","else","break"],literal:["BackSlash","DoubleQuote","false","ForwardSlash","Infinity","NaN","NewLine","null","PI","SingleQuote","Tab","TextFormatting","true","undefined"],built_in:["Abs","Acos","All","Angle","Any","Area","AreaGeodetic","Array","Asin","Atan","Atan2","Attachments","Average","Back","Bearing","Boolean","Buffer","BufferGeodetic","Ceil","Centroid","Clip","Concatenate","Console","Constrain","Contains","ConvertDirection","Cos","Count","Crosses","Cut","Date","DateAdd","DateDiff","Day","Decode","DefaultValue","Densify","DensifyGeodetic","Dictionary","Difference","Disjoint","Distance","DistanceGeodetic","Distinct","Domain","DomainCode","DomainName","EnvelopeIntersects","Equals","Erase","Exp","Expects","Extent","Feature","FeatureSet","FeatureSetByAssociation","FeatureSetById","FeatureSetByName","FeatureSetByPortalItem","FeatureSetByRelationshipName","Filter","Find","First","Floor","FromCharCode","FromCodePoint","FromJSON","GdbVersion","Generalize","Geometry","GetFeatureSet","GetUser","GroupBy","Guid","Hash","HasKey","Hour","IIf","Includes","IndexOf","Insert","Intersection","Intersects","IsEmpty","IsNan","ISOMonth","ISOWeek","ISOWeekday","ISOYear","IsSelfIntersecting","IsSimple","Left|0","Length","Length3D","LengthGeodetic","Log","Lower","Map","Max","Mean","Mid","Millisecond","Min","Minute","Month","MultiPartToSinglePart","Multipoint","NextSequenceValue","None","Now","Number","Offset|0","OrderBy","Overlaps","Point","Polygon","Polyline","Pop","Portal","Pow","Proper","Push","Random","Reduce","Relate","Replace","Resize","Reverse","Right|0","RingIsClockwise","Rotate","Round","Schema","Second","SetGeometry","Simplify","Sin","Slice","Sort","Splice","Split","Sqrt","Stdev","SubtypeCode","SubtypeName","Subtypes","Sum","SymmetricDifference","Tan","Text","Timestamp","ToCharCode","ToCodePoint","Today","ToHex","ToLocal","Top|0","Touches","ToUTC","TrackAccelerationAt","TrackAccelerationWindow","TrackCurrentAcceleration","TrackCurrentDistance","TrackCurrentSpeed","TrackCurrentTime","TrackDistanceAt","TrackDistanceWindow","TrackDuration","TrackFieldWindow","TrackGeometryWindow","TrackIndex","TrackSpeedAt","TrackSpeedWindow","TrackStartTime","TrackWindow","Trim","TypeOf","Union","Upper","UrlEncode","Variance","Week","Weekday","When","Within","Year"]},Q={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:A.C_NUMBER_RE}],relevance:0},n={className:"subst",begin:"\\$\\{",end:"\\}",keywords:t,contains:[]},r={className:"string",begin:"`",end:"`",contains:[A.BACKSLASH_ESCAPE,n]};n.contains=[A.APOS_STRING_MODE,A.QUOTE_STRING_MODE,r,Q,A.REGEXP_MODE];const i=n.contains.concat([A.C_BLOCK_COMMENT_MODE,A.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:t,contains:[A.APOS_STRING_MODE,A.QUOTE_STRING_MODE,r,A.C_LINE_COMMENT_MODE,A.C_BLOCK_COMMENT_MODE,{className:"symbol",begin:"\\$[datastore|feature|layer|map|measure|sourcefeature|sourcelayer|targetfeature|targetlayer|value|view]+"},Q,{begin:/[{,]\s*/,relevance:0,contains:[{begin:e+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:e,relevance:0}]}]},{begin:"("+A.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[A.C_LINE_COMMENT_MODE,A.C_BLOCK_COMMENT_MODE,A.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+e+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:i}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[A.inherit(A.TITLE_MODE,{className:"title.function",begin:e}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:i}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}}}),Pe=i({"node_modules/highlight.js/lib/languages/arduino.js"(A,e){e.exports=function(A){const e={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},t=function(A){const e=A.regex,t=A.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),Q="decltype\\(auto\\)",n="[a-zA-Z_]\\w*::",r="(?!struct)("+Q+"|"+e.optional(n)+"[a-zA-Z_]\\w*"+e.optional("<[^<>]+>")+")",i={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[A.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},A.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},A.inherit(a,{className:"string"}),{className:"string",begin:/<.*?>/},t,A.C_BLOCK_COMMENT_MODE]},T={className:"title",begin:e.optional(n)+A.IDENT_RE,relevance:0},B=e.optional(n)+A.IDENT_RE+"\\s*\\(",c={type:["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],keyword:["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"]},l={className:"function.dispatch",relevance:0,keywords:{_hint:["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"]},begin:e.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,A.IDENT_RE,e.lookahead(/(<[^<>]+>|)\s*\(/))},E=[l,s,i,t,A.C_BLOCK_COMMENT_MODE,o,a],g={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:c,contains:E.concat([{begin:/\(/,end:/\)/,keywords:c,contains:E.concat(["self"]),relevance:0}]),relevance:0},C={className:"function",begin:"("+r+"[\\*&\\s]+)+"+B,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:c,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:Q,keywords:c,relevance:0},{begin:B,returnBegin:!0,contains:[T],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[a,o]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:c,relevance:0,contains:[t,A.C_BLOCK_COMMENT_MODE,a,o,i,{begin:/\(/,end:/\)/,keywords:c,relevance:0,contains:["self",t,A.C_BLOCK_COMMENT_MODE,a,o,i]}]},i,t,A.C_BLOCK_COMMENT_MODE,s]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:c,illegal:"",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(g,C,l,E,[s,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:c,contains:["self",i]},{begin:A.IDENT_RE+"::",keywords:c},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}(A),Q=t.keywords;return Q.type=[...Q.type,...e.type],Q.literal=[...Q.literal,...e.literal],Q.built_in=[...Q.built_in,...e.built_in],Q._hints=e._hints,t.name="Arduino",t.aliases=["ino"],t.supersetOf="cpp",t}}}),Ze=i({"node_modules/highlight.js/lib/languages/armasm.js"(A,e){e.exports=function(A){const e={variants:[A.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),A.COMMENT("[;@]","$",{relevance:0}),A.C_LINE_COMMENT_MODE,A.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+A.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},e,A.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}}}),Je=i({"node_modules/highlight.js/lib/languages/xml.js"(A,e){e.exports=function(A){const e=A.regex,t=e.concat(/[\p{L}_]/u,e.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),Q={className:"symbol",begin:/&[a-z]+;|[0-9]+;|[a-f0-9]+;/},n={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},r=A.inherit(n,{begin:/\(/,end:/\)/}),i=A.inherit(A.APOS_STRING_MODE,{className:"string"}),a=A.inherit(A.QUOTE_STRING_MODE,{className:"string"}),o={endsWithParent:!0,illegal:/,relevance:0,contains:[{className:"attr",begin:/[\p{L}0-9._:-]+/u,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[Q]},{begin:/'/,end:/'/,contains:[Q]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[n,a,i,r,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[n,r,a,i]}]}]},A.COMMENT(//,{relevance:10}),{begin://,relevance:10},Q,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[a]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/ ',closeChat:'\n ',plus:'',clear:'\n \n',resizer:{left:'\n ',right:'\n '},send:'\n\n ',mic:'\n \n ',micPlayingBars:' \n',noMic:'\n',disconnected:'\n',noWiFi:'\n ',mute:'\n ',unmute:'\n ',like:'',likeSelected:'',dislike:'',dislikeSelected:'',copy:'',copied:'',expandChat:'',collapseChat:'\n ',saveChatState:'\n'};function fr(A){return A?.popup?.icons?.close?.svg||mr.closeChat}function Dr(A){return A?.popup?.icons?.fullScreen?.svgExpand||mr.expandChat}function Lr(A){return A?.popup?.icons?.fullScreen?.svgCollapse||mr.collapseChat}function Mr(A){return A?.popup?.icons?.saveChatState?.svg||mr.saveChatState}function Fr(){function A(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return A()+A()+"-"+A()+"-"+A()+"-"+A()+"-"+A()+A()+A()}var br=!1;try{localStorage.getItem("test"),br=!0}catch(A){br=!1}var _r=!1;try{sessionStorage.getItem("test"),_r=!0}catch(A){_r=!1}var Hr=_r,Nr=br;function Sr(A,e){var t,Q=e||100;return function(e){clearTimeout(t),t=setTimeout((function(){A.apply(this,e)}),Q)}}function Rr(A,e=100){let t,Q=null;return function(...n){t||(A.apply(this,n),t=!0,null===Q&&(Q=setTimeout((()=>{Q=null,t=!1}),e)))}}function Ur(){return!!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}function yr(){return"file:"===window.location.protocol}function Or(){var A;return lr.project.id?(A=lr.project.id).substr(0,A.indexOf("/")):"none"}function Gr(){if(lr.project.id){var A,e="alan-btn-uuid-"+lr.project.id;return Nr&&(A=localStorage.getItem(e)),A||(A=Fr(),Nr&&localStorage.setItem(e,A)),A}}function vr(A){return A?"1":"0"}function kr(){return`\n Debug Info:\n alanBtn: v.${lr.lib.version}\n alanSDK: v.${window.alanSDKVersion}\n projectId: ${lr.project.id||"unknown"}\n deviceId: ${Gr()}\n navigator: \n getUserMedia: ${vr(navigator.getUserMedia)}, \n mediaDevices: ${vr(navigator.mediaDevices)}, \n mediaDevices.getUserMedia: ${vr(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia)},\n webkitGUM: ${vr(navigator.webkitGetUserMedia)},\n mozGUM: ${vr(navigator.mozGetUserMedia)},\n msGUM: ${vr(navigator.msGetUserMedia)},\n window:\n AudioContext: ${vr(window.AudioContext)},\n webkitAC: ${vr(window.webkitAudioContext)},\n mozAC: ${vr(window.mozAudioContext)},\n userAgent: ${navigator.userAgent}\n `}var Vr,xr,Yr,Pr,Zr,Jr,Xr,Wr,zr,jr,Kr,qr,$r,Ai,ei=!1,ti=[0,0];function Qi(A,e){return Yr=Math.abs(e.getBoundingClientRect().bottom-A.clientY)<10?"bottom":Math.abs(e.getBoundingClientRect().top-A.clientY)<10?"top":"none",Pr=Math.abs(e.getBoundingClientRect().left-A.clientX)<10?"left":Math.abs(e.getBoundingClientRect().right-A.clientX)<10?"right":"none",{typeBorderHor:Yr,typeBorderVert:Pr}}function ni(A){const e=A.currentTarget;if(!ei&&!lr.textChat.expanded&&!lr.textChat.inlined){var t=A.touches?A.touches[0]:A;!function(A,e){return e.getBoundingClientRect().top =0&&e.clientY>=0&&e.clientX<=window.innerWidth&&e.clientY<=window.innerHeight?function(A){var e=A.clientX-ti[0],t=A.clientY-ti[1];"bottom"===Yr?oi(Yr,t)&&(Ti(Vr+t),Q=t,Ai&&li("bottom",Wr-Q)):"top"===Yr&&oi(Yr,t)&&(Ti(Vr-t),function(A){$r&&li("top",Xr+A)}(t));var Q;"right"===Pr?si(Pr,e)&&(Bi(xr+e),function(A){Kr&&li("right",Jr-A)}(e)):"left"===Pr&&si(Pr,e)&&(Bi(xr-e),function(A){qr&&li("left",Zr+A)}(e))}(e):ei=!1}}function oi(A,e){const t=lr.textChat.options?.popup?.minHeight||lr.textChat.defaults.minChatWidth,Q="bottom"===A?Vr+e:Vr-e;return!("bottom"===A&&jr-e<=0&&Q>=Vr)&&(!("top"===A&&zr+e<=0&&Q>=Vr)&&("bottom"===A&&e>0||"top"===A&&e<0?Q>=t:Q>t))}function si(A,e){const t=lr.textChat.options?.popup?.minWidth||lr.textChat.defaults.minChatWidth,Q="right"===A?xr+e:xr-e;return!("right"===A&&Jr-e<=0&&Q>=xr)&&(!("left"===A&&Zr+e<=0&&Q>=xr)&&("right"===A&&e>0||"left"===A&&e<0?Q>=t:Q>t))}function Ti(A){const e=document.getElementById("alan-btn-chat-holder");e&&(e.style.height=A+"px",gi("height",A))}function Bi(A){const e=document.getElementById("alan-btn-chat-holder");e&&(e.style.width=A+"px",A<300?e.classList.add("alan-chat-small"):e.classList.remove("alan-chat-small"),gi("width",A))}function ci(A){return`alan-btn-text-chat-pos-${A}-${Or()}`}function li(A,e){if(e<0)return;document.getElementById("alan-btn-chat-holder").style[A]=e+"px",Nr&&localStorage.setItem(ci(A),e)}function Ei(A){return Nr?localStorage.getItem(ci(A)):null}function gi(A,e){Nr&&localStorage.setItem(ci(A),e)}function Ci(A){return Nr?localStorage.getItem(ci(A)):null}function di(A,e){null!==e&&window.innerHeight 0?+A-1:0}function Li(A,e){return+A>=0?A:e}function Mi(A){return btoa(unescape(encodeURIComponent(A)))}function Fi(A){if(!A)return[];const e=(new DOMParser).parseFromString(A,"image/svg+xml").querySelector("svg"),t=e.getAttribute("width"),Q=e.getAttribute("height"),n=lr.textChat.defaults.defaultSvgIconSize;return[t||n,Q||n]}var bi={left:"flex-start",right:"flex-end",center:"center"};function _i(A){let e="";const t=lr.textChat.options,Q=+t?.header?.height||40,n=lr.textChat.defaults.textareaLineHeight,r=+t?.footer?.height||67,i=lr.textChat.defaults.textareaFontSize,a="send-btn-outside"===t?.footer?.layout?.name,o=Li(t?.footer?.padding?.top,2),s=Li(t?.footer?.padding?.right,18),T=Li(t?.footer?.padding?.bottom,15),B=Li(t?.footer?.padding?.left,18),c=Li(t?.header?.padding?.top,12),l=Li(+t?.header?.padding?.right,11),E=Li(t?.header?.padding?.bottom,0),g=Li(t?.header?.padding?.left,11),C=Li(t?.popup?.padding?.top,20),d=Li(t?.popup?.padding?.right,15),I=Li(t?.popup?.padding?.bottom,20),u=Li(t?.popup?.padding?.left,15),p=Li(t?.buttons?.padding?.top,9),h=Li(t?.buttons?.padding?.right,20),w=Li(t?.buttons?.padding?.bottom,9),m=Li(t?.buttons?.padding?.left,20),f=Li(t?.bubbles?.request?.padding?.top,9),D=Li(t?.bubbles?.request?.padding?.right,20),L=Li(t?.bubbles?.request?.padding?.bottom,9),M=Li(t?.bubbles?.request?.padding?.left,20),F=Li(t?.bubbles?.response?.padding?.top,9),b=Li(t?.bubbles?.response?.padding?.right,20),_=Li(t?.bubbles?.response?.padding?.bottom,9),H=Li(t?.bubbles?.response?.padding?.left,20),N=t?.bubbles?.waitingResponse?.layout||"default",S=Li(t?.bubbles?.response?.borderRadius?.topLeft,mA),R=Li(t?.bubbles?.response?.borderRadius?.topRight,mA),U=Li(t?.bubbles?.response?.borderRadius?.bottomRight,mA),y=Li(t?.bubbles?.response?.borderRadius?.bottomLeft,mA),O=Li(t?.buttons?.gap,8),G=Li(t?.textarea?.padding?.top,12),v=Li(t?.textarea?.padding?.right,42),k=Li(t?.textarea?.padding?.bottom,12),V=Li(t?.textarea?.padding?.left,12),x=Li(t?.bubbles?.request?.label?.padding?.top,0),Y=Li(t?.bubbles?.request?.label?.padding?.right,0),P=Li(t?.bubbles?.request?.label?.padding?.bottom,4),Z=Li(t?.bubbles?.request?.label?.padding?.left,0),J=Li(t?.bubbles?.request?.label?.fontSize,15),X=t?.bubbles?.request?.label?.color||"#171717",W=!0===lr?.textChat?.options?.bubbles?.request?.label?.enabled,z=Li(t?.bubbles?.response?.label?.padding?.top,0),j=Li(t?.bubbles?.response?.label?.padding?.right,0),K=Li(t?.bubbles?.response?.label?.padding?.bottom,4),q=Li(t?.bubbles?.response?.label?.padding?.left,0),$=Li(t?.bubbles?.response?.label?.fontSize,15),AA=t?.bubbles?.response?.label?.color||"#171717",eA=!0===lr?.textChat?.options?.bubbles?.response?.label?.enabled,tA=t?.buttons?.alignment?.default||"center",QA=t?.buttons?.alignment?.fullScreen||"center",nA=lr.textChat.defaults.appearAnimationMs,rA=t?.header?.layout?.name||"centered-title";let iA=Ei("height"),aA=Ei("width");di(aA,iA),iA=Ei("height"),aA=Ei("width"),iA=iA?`${iA}px`:`${function(A){if(A&&+A<=100)return 700;return A}(t?.popup?.height)||700}px`,aA=aA?`${aA}px`:`${t?.popup?.width||"400"}px`;const oA=t?.popup?.backgroundColor||"#DAEBFF",sA=t?.popup?.backgroundColor2||"#ffffff",TA=t?.popup?.gradientType||"linear",BA=t?.popup?.background?.customCss;e+=hi()+`.alan-btn__chat-holder {\n position: fixed;\n height: ${iA};\n min-height: ${t?.popup?.minHeight||400}px;\n max-height: ${t?.popup?.maxHeight||"1200"}px;\n width: ${aA};\n min-width: ${t?.popup?.minWidth||lr.textChat.defaults.minChatWidth}px;\n max-width: ${t?.popup?.maxWidth||"1200"}px;\n display: none;\n transform: scale(0);\n opacity: 0;\n }`,e+=hi()+".alan-btn__chat-holder.alan-btn_text-chat-full-screen {\n position: fixed;\n height: 100%!important;\n min-height: 100%!important;\n max-height: 100%!important;\n width: 100%!important;\n min-width: 100%!important;\n max-width: 100%!important;\n top:0!important;\n bottom:0!important;\n left:0!important;\n right:0!important;\n }",e+=hi()+".alan-btn__chat-holder.alan-btn__inlined-chat:not(.alan-btn_text-chat-full-screen) {\n position: static;\n height: 100%!important;\n max-height: 100%!important;\n width: 100%!important;\n max-width: 100%!important;\n top:0!important;\n bottom:0!important;\n left:0!important;\n right:0!important;\n }",e+=hi()+".alan-btn__inlined-chat .alan-btn__chat {\n border-radius:0!important;\n box-shadow: none;\n }";e+=hi()+`.alan-btn__chat-side-bar {\n min-height: 100%;\n max-height: 100%;\n height: 100%;\n background-color: ${oA};\n box-shadow: inset 1px 0px 13px 0px rgba(16, 39, 126, 0.2);\n display:none;\n transition: width 200ms ease-in-out, max-width 200ms ease-in-out, min-width 200ms ease-in-out;\n }`,e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-side-bar {\n display: flex;\n width: 0px;\n min-width: 0px;\n max-width: 0px;\n }",e+=hi()+".alan-btn_text-chat-full-screen.alan-btn__side-bar-expanded .alan-btn__chat-side-bar {\n width: 280px;\n min-width: 280px;\n max-width: 280px;\n transition: width 200ms ease-in-out, max-width 200ms ease-in-out, min-width 200ms ease-in-out;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat {\n border-radius:0!important;\n flex-direction: row;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-messages {\n max-width: 870px;\n width: 100%;\n margin: 0 auto;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-textarea-holder {\n min-width: initial;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-textarea-holder-outer-content {\n max-width: 860px;\n margin: 0 auto;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-textarea-inner-holder {\n width: 100%;\n height: 100%;\n position:relative;\n display:flex;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-clear-btn {\n left: 3px;\n }",e+=hi()+".alan-btn__chat-enter-full-screen-mode {\n display: block;\n min-width: 20px;\n }",e+=hi()+".alan-btn__chat-exit-full-screen-mode {\n display: none;\n min-width: 20px;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-enter-full-screen-mode {\n display: none;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-exit-full-screen-mode {\n display: block;\n }",e+=hi()+`.alan-text-chat__openning {\n transform: scale(0);\n opacity: 0;\n animation: text-chat-appear-anim ${nA}ms ease-in-out forwards;\n }`,e+=hi()+wi("text-chat-appear-anim","\n 0%{\n transform: scale(0);\n opacity: 0;\n }\n 100%{\n transform: scale(1);\n opacity: 1;\n }\n "),e+=hi()+`.alan-text-chat__closing {\n transform: scale(1);\n opacity: 1;\n animation: text-chat-disappear-anim ${nA}ms ease-in-out forwards;\n }`,e+=hi()+wi("text-chat-disappear-anim","\n 0%{\n transform: scale(1);\n opacity: 1;\n }\n 100%{\n transform: scale(0);\n opacity: 0;\n }\n "),e+=".mobile"+hi()+".alan-btn__chat-holder {\n position: fixed; \n height: 100%;\n min-height: 100%;\n max-height: 100%;\n width: 100vw;\n min-width: 100vw;\n max-width: 100vw;\n display: none;\n top: 0;\n bottom:0;\n left:0;\n right:0;\n border-radius: 0px;\n }",e+=hi()+".alan-btn__chat-holder.bottom-none {\n cursor: ns-resize;\n }",e+=hi()+".alan-btn__chat-holder.top-none {\n cursor: ns-resize;\n }",e+=hi()+".alan-btn__chat-holder.none-left {\n cursor: ew-resize;\n }",e+=hi()+".alan-btn__chat-holder.none-right {\n cursor: ew-resize;\n }",e+=hi()+".alan-btn__chat-holder.top-left {\n cursor: nwse-resize;\n }",e+=hi()+".alan-btn__chat-holder.bottom-right {\n cursor: nwse-resize;\n }",e+=hi()+".alan-btn__chat-holder.top-right {\n cursor: nesw-resize;\n }",e+=hi()+".alan-btn__chat-holder.bottom-left {\n cursor: nesw-resize;\n }";e+=hi()+`.alan-btn__chat {\n height: 100%;\n position: relative;\n overflow: hidden;\n display: flex;\n width: 100%;\n min-width: 100%;\n max-width: 100%;\n flex: 2;\n position: relative;\n flex-direction: column;\n box-shadow: 0px 5px 44px rgba(0, 0, 0, 0.15);\n ${!0===t?.popup?.hasBorder?`border: 1px solid ${t?.popup?.borderColor||"#ffffff"};`:""}\n border-radius: ${t?.popup?.borderRadius?.topLeft||20}px ${t?.popup?.borderRadius?.topRight||20}px ${t?.popup?.borderRadius?.bottomRight||20}px ${t?.popup?.borderRadius?.bottomLeft||20}px;\n }`;const cA=t?.header?.backgroundColor||"#FFFFFF";let lA=`linear-gradient(180deg, ${cA} 0px, ${cA} 30px, ${sA} 0%, ${sA} 15%, ${oA} 70%, ${oA} 100%)`;"radial"===TA&&(lA=`radial-gradient(circle, ${sA} 0%, ${oA} 100%)`),"custom"===TA&&BA&&(lA=BA),e+=hi()+`.alan-btn__popup-chat, ${hi()+".alan-btn__history-chat"} {\n height: 100%;\n position: relative;\n overflow: hidden;\n display: flex;\n flex: 2;\n position: relative;\n flex-direction: column;\n animation: chat-appear 300ms ease-in-out forwards;\n transform: scale(1);\n opacity: 1; \n background: ${lA};\n }`,e+=hi()+wi("alan-btn__sound-bar-1","\n 0% {\n opacity: 0; \n transform: scale(0);\n }\n 100% {\n opacity: 1; \n transform: scale(1); \n }"),e+=".mobile"+hi()+".alan-btn__chat {\n border-radius: 0px;\n }",e+=hi()+`.alan-btn__chat-textarea-holder {\n width: 100%;\n min-height: ${r}px;\n background-color: ${t?.footer?.backgroundColor||"#DAEBFF"};\n position: relative;\n display: flex;\n flex-shrink: 0;\n padding: ${fi(o,s,T,B)};\n }`,e+=hi()+".alan-btn__chat-textarea-holder-outer-content {\n width: 100%;\n height: 100%;\n display: flex;\n gap: 8px;\n position: relative;\n }";const EA=t?.textarea?.borderRadius?.topRight||20,gA=t?.textarea?.borderRadius?.bottomRight||20,CA=Math.max(Math.max(EA,gA),v);e+=hi()+`.alan-btn__chat-textarea-inner-holder {\n width: 100%;\n height: 100%;\n position: relative;\n display: flex;\n align-items: center;\n overflow: hidden;\n border-radius: ${t?.textarea?.borderRadius?.topLeft||20}px ${EA}px ${gA}px ${t?.textarea?.borderRadius?.bottomLeft||20}px;\n border: 1px solid ${t?.textarea?.borderColor||t?.textarea?.backgroundColor||"transparent"};\n box-shadow: ${!1===t?.textarea?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n background-color: ${t?.textarea?.backgroundColor||"#ffffff"} ;\n padding: ${fi(0,CA,0,0)};\n }`,e+=hi()+".alan-btn__chat-messages-empty-block {\n flex: 1 1 auto;\n }",e+=hi()+`.alan-btn__chat-messages-wrapper {\n width: 100%;\n height: 100%;\n overflow-y: scroll;\n overflow-x: hidden;\n padding: ${fi(C,d,I,u)};\n display: flex;\n flex-shrink: 1;\n flex-direction: column-reverse;\n }`,e+=hi()+".alan-btn__chat-messages {\n display: flex;\n flex-shrink: 0;\n flex-direction: column;\n }",e+=hi()+`.alan-btn__chat-header {\n width: 100%;\n height: ${Q}px;\n max-height: ${Q}px;\n min-height: ${Q}px;\n color: #0f2029;\n padding: ${fi(c,l,E,g)};\n background: ${cA};\n color: ${t?.header?.color||"#000000"};\n text-align: center;\n text-overflow: ellipsis;\n white-space: nowrap;\n position:relative;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n }`,e+=hi()+`.alan-btn__chat-header-inner {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: ${"centered-title"===rA?"center":"flex-start"};\n position:relative;\n }`;const dA=t?.header?.fontSize||16,IA=Li(t?.header?.icon?.gap,12),uA=t?.header?.alignment||"center";e+=hi()+`.alan-btn__chat-header-title {\n max-width: calc(100% - 112px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: flex;\n align-items: ${uA};\n font-weight: 600;\n font-size: ${dA}px;\n gap: ${IA}px;\n }`,e+=hi()+".alan-btn__chat-header-title-icon {\n display: flex;\n }",e+=hi()+".alan-btn__chat-header-title-label {\n display: flex;\n }";const pA=!1!==lr.textChat.options?.header?.withBottomGradient;e+=hi()+`.alan-btn__chat-header-gradient {\n width: 100%;\n height: 15px;\n max-height: 15px;\n min-height: 15px;\n position: absolute;\n left:0;\n display: ${pA?"block":"none"};\n width: 100%;\n top: ${Q}px;\n background: linear-gradient(180deg, ${cA} 30%, rgba(255, 255, 255, 0) 100%);\n }`,e+=hi()+".with-hover .alan-btn__chat-header::after {\n opacity: 0.8;\n transition: 300ms opacity ease-in-out;\n }",e+=hi()+".with-cursors .alan-btn__chat-messages {\n pointer-events: none;\n }",e+=hi()+".alan-btn__chat-unmute-btn {\n display: flex;\n align-items: center;\n height: 100%;\n cursor: pointer;\n }",Ur()&&(e+=hi()+".alan-btn__chat-unmute-btn {\n display: none;\n }"),e+=hi()+`.alan-btn__chat-unmute-btn svg path {\n stroke: ${t?.popup?.icons?.mute?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__chat-unmute-btn:hover svg path {\n stroke: ${t?.popup?.icons?.mute?.hover?.fill||"#0046ff"};\n }`),e+=hi()+".alan-btn__chat-unmute-btn.disabled {\n pointer-events: none;\n }",e+=hi()+".alan-btn__chat-unmute-btn.disabled {\n opacity: 0.4\n }",e+=hi()+`.alan-btn__chat-clear-btn {\n display: ${!1===t?.popup?.icons?.clear?.visible?"none":"flex"};\n align-items: center;\n height: 100%;\n cursor: pointer;\n position: relative;\n }`,e+=hi()+`.multi-line .alan-btn__chat-clear-btn {\n align-items: flex-end;\n padding-bottom: ${k}px;\n }`,e+=hi()+".alan-btn__chat-clear-btn.disabled {\n pointer-events: none;\n }",e+=hi()+".alan-btn__chat-clear-btn.disabled {\n opacity: 0.4\n }",e+=hi()+`.alan-btn__chat-clear-btn path.alan-chat__dialog-icon {\n stroke: ${t?.popup?.icons?.clear?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__chat-clear-btn:hover path.alan-chat__dialog-icon {\n stroke: ${t?.popup?.icons?.clear?.hover?.fill||"#0046ff"};\n }`),e+=hi()+`.alan-btn__chat-clear-btn path.alan-chat__plus-icon {\n fill: ${t?.popup?.icons?.clear?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__chat-clear-btn:hover path.alan-chat__plus-icon {\n fill: ${t?.popup?.icons?.clear?.hover?.fill||"#0046ff"};\n }`),e+=hi()+".alan-btn__chat-header-left-icons {\n position: absolute;\n top:0;\n left:0;\n height: 100%;\n display: flex;\n align-items: center;\n gap: 4px;\n }",e+=hi()+".alan-btn__chat-header-right-icons {\n position: absolute;\n top:0;\n right:0;\n height: 100%;\n display: flex;\n align-items: center;\n gap: 4px;\n }",e+=hi()+".alan-btn__side-bar-header {\n display: flex;\n flex-direction: row;\n padding: 0 10px;\n width: 100%;\n justify-content: space-between;\n white-space:nowrap;\n }",e+=hi()+`.alan-btn__side-bar__toogle-side-bar-btn {\n margin-right: 6px;\n height: ${Q}px;\n display: flex;\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n }`,e+=hi()+`.alan-btn__side-bar__toogle-side-bar-btn svg path {\n fill: ${t?.popup?.icons?.sideBar?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__side-bar__toogle-side-bar-btn:hover svg path {\n fill: ${t?.popup?.icons?.sideBar?.hover?.fill||"#0046ff"};\n }`),e+=hi()+".alan-btn__side-bar__close-chat-btn {\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n }",e+=hi()+`.alan-btn__side-bar__close-chat-btn svg path {\n fill: ${t?.popup?.icons?.close?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__side-bar__close-chat-btn:hover svg path {\n fill: ${t?.popup?.icons?.close?.hover?.fill||"#97989c"};\n }`),e+=hi()+`.alan-btn__side-bar__new-chat-btn {\n margin-right: 6px;\n height: ${Q}px;\n display: flex;\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n color: #000;\n padding: 2px 8px;\n }`,e+=hi()+`.alan-btn__side-panel-chat-btn {\n margin-right: 6px;\n height: ${Q}px;\n display: flex;\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n display:none;\n }`,e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__side-panel-chat-btn {\n display:flex;\n }",e+=hi()+".alan-btn_text-chat-full-screen.alan-btn__side-bar-expanded .alan-btn__side-panel-chat-btn {\n display:none;\n }",e+=hi()+".alan-btn__side-panel-chat-btn svg {\n min-width: 22px;\n }",e+=hi()+`.alan-btn__side-panel-chat-btn svg path {\n fill: ${t?.popup?.icons?.sideBar?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__side-panel-chat-btn:hover svg path {\n fill: ${t?.popup?.icons?.sideBar?.hover?.fill||"#0046ff"};\n }`),e+=hi()+".alan-btn__close-chat-btn {\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n }",e+=hi()+".alan-btn_text-chat-full-screen.alan-btn__side-bar-expanded .alan-btn__close-chat-btn {\n display: none;\n }",e+=hi()+`.alan-btn__close-chat-btn svg path {\n fill: ${t?.popup?.icons?.close?.default?.fill||"#969EB0"};\n }`,Ur()||(e+=hi()+`.alan-btn__close-chat-btn:hover svg path {\n fill: ${t?.popup?.icons?.close?.hover?.fill||"#97989c"};\n }`),e+=hi()+`.alan-btn__save-chat-state-btn {\n height: 100%;\n display: ${t?.popup?.saveChatState?.enabled?"flex":"none"};\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n }`,e+=hi()+".alan-btn__save-chat-state-btn-disabled {\n opacity: 0.5;\n pointer-events: none;\n }",e+=hi()+`.alan-btn__save-chat-state-btn svg path {\n stroke: ${t?.popup?.icons?.saveChatState?.default?.fill||"#969EB0"};\n }`,e+=hi()+`.alan-btn__save-chat-state-btn:hover svg path {\n stroke: ${t?.popup?.icons?.saveChatState?.hover?.fill||"#0046ff"};\n }`,e+=hi()+".alan-btn__save-chat-state-btn.saving {\n opacity: 0.4;\n pointer-events:none;\n }",e+=hi()+`.alan-btn__expand-collapse-chat-btn {\n height: 100%;\n display: ${t?.popup?.fullScreenMode?.enabled?"flex":"none"};\n align-items: center;\n cursor: pointer;\n pointer-events: all;\n }`,e+=hi()+`.alan-btn__expand-collapse-chat-btn svg path {\n fill: ${t?.popup?.icons?.fullScreen?.default?.fill||"#969EB0"};\n stroke: transparent;\n }`,e+=hi()+`.alan-btn__expand-collapse-chat-btn:hover svg path {\n fill: ${t?.popup?.icons?.fullScreen?.hover?.fill||"#0046ff"};\n stroke: transparent;\n }`,e+=hi()+`.alan-btn__expand-collapse-chat-btn svg rect {\n stroke: ${t?.popup?.icons?.fullScreen?.default?.fill||"#969EB0"};\n }`,e+=hi()+`.alan-btn__expand-collapse-chat-btn:hover svg rect {\n stroke: ${t?.popup?.icons?.fullScreen?.hover?.fill||"#0046ff"};\n }`,e+=hi()+".alan-btn__chat-messages-wrapper {\n scrollbar-width: thin;\n scrollbar-color: rgba(224, 224, 224, 0.795) transparent;\n }",e+=hi()+".alan-btn__chat-messages-wrapper .scroll-table {\n scrollbar-width: thin;\n scrollbar-color: rgba(224, 224, 224, 0.795) transparent;\n }",e+=hi()+".alan-btn__chat-messages-wrapper::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n }",e+=hi()+".alan-btn__chat-messages-wrapper::-webkit-scrollbar-thumb {\n border-radius: 3px;\n background-color: rgba(224, 224, 224, 0.795);\n transition: background-color 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat-messages-wrapper::-webkit-scrollbar-thumb:hover {\n background-color: rgba(230, 230, 230, 0.856);\n transition: background-color 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat-messages-wrapper .scroll-table::-webkit-scrollbar-track {\n background: transparent;\n }",e+=hi()+".alan-btn__chat-messages-wrapper .scroll-table::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n }",e+=hi()+".alan-btn__chat-messages-wrapper .scroll-table::-webkit-scrollbar-thumb {\n border-radius: 3px;\n background-color: rgba(224, 224, 224, 0.795);\n transition: background-color 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat-messages-wrapper .scroll-table::-webkit-scrollbar-thumb:hover {\n background-color: rgba(230, 230, 230, 0.856);\n transition: background-color 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat-messages-wrapper .scroll-table::-webkit-scrollbar-track {\n background: transparent;\n }";const hA=!1!==t?.footer?.withTopGradient;e+=hi()+`.alan-btn__chat-textarea-holder-gradient {\n background: linear-gradient(0deg, ${t?.footer?.backgroundColor||t?.popup?.backgroundColor||"#DAEBFF"} 30%, rgba(255, 255, 255, 0) 100%);\n height:15px;\n min-height:15px;\n width: 100%;\n position: absolute;\n top: -15px;\n display: ${hA?"block":"none"};\n left:0;\n }`,e+=hi()+`.alan-btn__chat-textarea {\n width: 100%;\n color: ${t?.textarea?.color||"#171717"} ;\n overflow: hidden;\n outline: none;\n resize: none;\n background: transparent;\n border: none;\n -webkit-appearance: none;\n font-size: ${ui(Ur(),t?.textarea?.fontSize||i)}px;\n line-height: ${n};\n text-align: left;\n padding: ${fi(G,0,k,V)};\n margin: 0px!important;\n -webkit-user-select: text;\n -khtml-user-select: text;\n -moz-user-select: text;\n -ms-user-select: text;\n user-select: text;\n transition: opacity 300ms ease-in-out;\n }`,e+=hi()+`.alan-btn__chat-textarea::placeholder {\n color: ${t?.textarea?.placeholderColor||"#747474"} ;\n }`,e+=hi()+".alan-btn__chat-textarea::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n }",e+=hi()+".alan-btn__chat-textarea::-webkit-scrollbar-thumb {\n border-radius: 3px;\n background-color: rgba(224, 224, 224, 0.795);\n transition: background-color 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat-textarea::-webkit-scrollbar-thumb:hover {\n background-color: rgba(230, 230, 230, 0.856);\n transition: background-color 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat-textarea::-webkit-scrollbar-track {\n border-radius: 3px;\n background: transparent;\n }";e+=hi()+".alan-btn__chat-holder.alan-text-chat__voice-enabled .alan-btn__chat-textarea {\n padding-left: 44px;\n }",e+=hi()+".alan-btn__chat.alan-btn__mic-active .alan-btn__chat-textarea {\n opacity: 0.6;\n transition: opacity 300ms ease-in-out;\n pointer-events: none;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }",e+=hi()+".alan-btn__chat.alan-btn__mic-active .alan-btn__chat-send-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn__inactive .alan-btn__chat-send-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat.alan-btn__disconnected .alan-btn__chat-textarea {\n opacity: 0.6;\n transition: opacity 300ms ease-in-out;\n pointer-events: none;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }",e+=hi()+".alan-btn__chat.alan-btn__disconnected .alan-btn__chat-send-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat.alan-btn__disconnected .alan-btn__chat-unmute-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat.alan-btn__disconnected .alan-btn__chat-clear-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn__chat.alan-btn__disconnected .alan-btn__chat-send-btn svg path {\n opacity: 1;\n }",e+=hi()+".alan-btn__chat.alan-btn__disconnected .alan-btn__chat-mic-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn__inactive .alan-btn__chat-mic-btn {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+".alan-btn_disconnected-chat-icon-rotate {\n animation: disconnected-chat-icon-rotate-animation 1500ms linear infinite;\n }",e+=hi()+wi("disconnected-chat-icon-rotate-animation","0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); }"),e+=hi()+".alan-btn__disabled {\n opacity: 0.2;\n pointer-events: none;\n transition: opacity 300ms ease-in-out;\n }",e+=hi()+`.alan-btn__chat-send-btn {\n ${!a&&"\n position: absolute;\n top: 0;\n right: 0px;\n width: 44px;\n "}\n height: 100%;\n transition: opacity 300ms ease-in-out;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n -webkit-touch-callout: none; /* iOS Safari */\n -webkit-user-select: none; /* Chrome/Safari/Opera */\n -khtml-user-select: none; /* Konqueror */\n -moz-user-select: none; /* Firefox */\n -ms-user-select: none; /* IE/Edge */\n user-select: none;\n }`,e+=hi()+`.multi-line .alan-btn__chat-send-btn {\n align-items: flex-end;\n padding-bottom: ${k}px;\n }`,e+=hi()+`.alan-btn__chat-send-btn svg path {\n stroke: ${t?.textarea?.placeholderColor||"#747474"};\n opacity: 0.5;\n }`,e+=hi()+`.ready-to-send:not(.alan-btn__inactive) .alan-btn__chat-send-btn svg path {\n stroke: ${t?.popup?.icons?.general?.default?.fill||"#171717"};\n opacity: 1;\n }`,Ur()||(e+=hi()+".ready-to-send:not(.alan-btn__inactive) .alan-btn__chat-send-btn:hover {\n cursor: pointer;\n }",e+=hi()+`.ready-to-send:not(.alan-btn__inactive) .alan-btn__chat-send-btn:hover svg path {\n stroke: ${t?.popup?.icons?.general?.hover?.fill||"#0078ff"};\n opacity:0.8;\n }`),e+=hi()+".alan-btn__chat-mic-btn {\n position: absolute;\n left: 0px;\n top:0;\n height: 100%;\n width: 44px;\n transform-origin: center;\n display: flex;\n flex-direction: row;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n }",e+=hi()+`.multi-line .alan-btn__chat-mic-btn {\n align-items: flex-end;\n transform-origin: bottom;\n padding-bottom: ${k}px;\n }`;const wA=+k-2>=0?+k-2:0;e+=hi()+`.multi-line .alan-btn__chat-mic-btn.active {\n align-items: flex-end;\n padding-bottom: ${wA}px;\n }`,e+=hi()+`.alan-btn__chat-notifications-bubble {\n position: absolute;\n right: 4px;\n top: -4px;\n height: 20px;\n width: 20px;\n background-color: ${t?.notifications?.backgroundColor||"#D0021B"};\n color: ${t?.notifications?.color||"#ffffff"};\n border-radius: 50%;\n z-index: ${lr.btn.zIndex+1};\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: 10px;\n }`,e+=hi()+".alan-btn__chat-notifications-bubble:empty {\n display: none;\n }",Ur()||(e+=hi()+".alan-btn__chat-mic-btn.active:hover::before {\n opacity: 0.35;\n }"),e+=hi()+`.alan-btn__chat-mic-btn svg path {\n stroke: ${t?.popup?.icons?.general?.default?.fill||"#171717"};\n }`,Ur()||(e+=hi()+`.alan-btn__chat-mic-btn:hover svg path {\n stroke: ${t?.popup?.icons?.general?.hover?.fill||"#007AFF"};\n }`),e+=hi()+`.alan-text-chat__animated-btn-bars {\n height:32px;\n width:32px;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n background: ${t?.popup?.icons?.general?.hover?.fill||"#007AFF"};\n display:none;\n }`,e+=hi()+".alan-btn__chat-mic-btn.active .alan-text-chat__animated-btn-bars {\n display: flex;\n }",e+=hi()+".alan-btn__chat-mic-btn.active svg {\n display: none;\n }",e+=hi()+".alan-text-chat__bar {\n background: #ffffff;\n bottom: 1px;\n height: 3px;\n width: 2px;\n margin: 0px 1px;\n border-radius: 5px;\n }",e+=hi()+".alan-text-chat__bar-1 {\n animation: alan-btn__sound-bar-1 0ms -1200ms linear infinite alternate;\n }",e+=hi()+".alan-text-chat__bar-2 {\n animation: alan-btn__sound-bar-2 0ms -1200ms linear infinite alternate;\n }",e+=hi()+".alan-text-chat__bar-3 {\n animation: alan-btn__sound-bar-3 0ms -1200ms linear infinite alternate;\n }",e+=hi()+wi("alan-btn__sound-bar-1","\n 0% {\n\n height: 3px; \n }\n 100% {\n \n height: 10px; \n }"),e+=hi()+wi("alan-btn__sound-bar-2","\n 0% {\n\n height: 8px; \n }\n 100% {\n \n height: 15px; \n }"),e+=hi()+wi("alan-btn__sound-bar-3","\n 0% {\n\n height: 12px; \n }\n 100% {\n \n height: 28px; \n }"),e+=hi()+".alan-text-chat__bar:nth-child(1) { animation-duration: 474ms; }",e+=hi()+".alan-text-chat__bar:nth-child(2) { animation-duration: 433ms; }",e+=hi()+".alan-text-chat__bar:nth-child(3) { animation-duration: 407ms; }",e+=hi()+".alan-text-chat__bar:nth-child(4) { animation-duration: 458ms; }",e+=hi()+".alan-text-chat__bar:nth-child(5) { animation-duration: 400ms; }",e+=hi()+".alan-text-chat__bar:nth-child(6) { animation-duration: 427ms; }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-bubble-holder {\n display: flex;\n flex-direction: row;\n }";var mA=20,fA=t?.bubbles?.request?.backgroundColor||"#b2d6ff",DA=t?.bubbles?.response?.backgroundColor||"#ffffff";e+=hi()+`.alan-btn__chat-request-label {\n text-align:right;\n display: ${W?"block":"none"};\n color: ${X};\n font-size: ${J}px;\n padding: ${fi(x,Y,P,Z)};\n word-break: break-word;\n text-align: right;\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }`,e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-request-label {\n text-align: left;\n padding-left: 51px;\n }",e+=hi()+`.alan-btn__chat-request {\n margin-bottom: 16px;\n max-width: 90%;\n padding: ${fi(f,D,L,M)};\n line-height: 1.53;\n display: block;\n float: right;\n clear: both;\n border-radius: ${t?.bubbles?.request?.borderRadius?.topLeft||mA}px ${t?.bubbles?.request?.borderRadius?.topRight||mA}px ${t?.bubbles?.request?.borderRadius?.bottomRight||mA}px ${t?.bubbles?.request?.borderRadius?.bottomLeft||mA}px;\n position: relative;\n border: 1px solid ${t?.bubbles?.request?.borderColor||fA};\n box-shadow: ${!1===t?.bubbles?.request?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n background-color: ${fA};\n color: ${t?.bubbles?.request?.color||"#171717"};\n font-size: ${t?.bubbles?.request?.fontSize||"15"}px;\n word-break: break-word;\n text-align: left;\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }`,e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-request {\n margin-bottom: 16px;\n max-width: 100%;\n float: initial;\n clear: initial;\n border-radius: 4px;\n }",e+=hi()+".alan-btn__chat-request * {\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }";const LA=+(t?.bubbles?.response?.fontSize||15),MA=t?.bubbles?.response?.color||"#171717",FA=Li(t?.bubbles?.response?.label?.icon?.gap,12),bA=t?.bubbles?.response?.label?.alignment||"center",_A=t?.bubbles?.response?.label?.icon?.svg;e+=hi()+`.alan-btn__chat-response-label {\n display: ${eA?"flex":"none"};\n align-items:${bA};\n gap: ${FA}px;\n position: relative;\n color: ${AA};\n font-size: ${$}px;\n padding: ${fi(z,j,K,q)};\n word-break: break-word;\n text-align: left;\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }`;const[HA,NA]=Fi(_A);e+=hi()+`.alan-btn__chat-response-label-icon {\n display: ${_A?"flex":"none"};\n background-image: url('data:image/svg+xml;base64,${Mi(_A)}');\n background-size: cover;\n ${_A?`\n width: ${HA}px;\n height: ${NA}px;\n `:""}\n }`,e+=hi()+".alan-btn__chat-response-label-text {\n display: flex;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-response-label {\n text-align: left;\n padding-left: 51px;\n }",e+=hi()+`.alan-btn__chat-response {\n margin-bottom: 16px;\n max-width: 90%;\n padding: ${fi(F,b,_,H)};\n line-height: 1.53;\n display: block;\n float: left;\n clear: both;\n border-radius: ${S}px ${R}px ${U}px ${y}px;\n position: relative;\n background-color: ${DA};\n border: 1px solid ${t?.bubbles?.response?.borderColor||DA};\n box-shadow: ${!1===t?.bubbles?.response?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n color: ${MA};\n font-size: ${LA}px;\n word-break: break-word;\n text-align: left;\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }`,e+=hi()+`.alan-btn__chat-response.alan-incoming-msg {\n ${"loader-and-label-wo-bubble"===N?`padding: ${fi(F,0,_,0)};\n background: none;\n box-shadow: none;\n border-color:transparent;`:""}\n }`,e+=hi()+`.alan-btn__chat-buttons {\n margin-bottom: 16px;\n display:flex;\n flex-wrap: wrap;\n gap: ${O}px;\n justify-content: ${bi[tA]};\n }`,e+=hi()+`.alan-btn_text-chat-full-screen .alan-btn__chat-buttons {\n justify-content: ${bi[QA]};\n padding-left: 51px;\n }`,e+=hi()+`.alan-btn__chat-buttons .alan-chat__chat-btn {\n text-align: ${t?.buttons?.textAlign?.default||"center"};\n }`;e+=hi()+`.alan-chat__chat-btn {\n margin-bottom: 8px;\n padding: ${fi(p,h,w,m)};\n line-height: 1.53;\n display: inline-block;\n border-radius: ${t?.buttons?.borderRadius?.topLeft||20}px ${t?.buttons?.borderRadius?.topRight||20}px ${t?.buttons?.borderRadius?.bottomRight||20}px ${t?.buttons?.borderRadius?.bottomLeft||20}px;\n position: relative;\n background-color: ${t?.buttons?.default?.backgroundColor||"#ffffff"};\n border: 1px solid ${t?.buttons?.default?.borderColor||"#ffffff"};\n box-shadow: ${!1===t?.buttons?.default?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n color: ${t?.buttons?.default?.color||"#171717"};\n font-size: ${t?.buttons?.fontSize||"15"}px;\n word-break: break-word;\n text-align: left;\n cursor: pointer;\n }`,e+=hi()+`.alan-chat__chat-btn:hover {\n background-color: ${t?.buttons?.hover?.backgroundColor||"#ffffff"};\n border: 1px solid ${t?.buttons?.hover?.borderColor||"#ffffff"};\n box-shadow: ${!1===t?.buttons?.hover?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n color: ${t?.buttons?.hover?.color||"#0078ff"};\n }`,e+=hi()+`.alan-chat__chat-btn:active {\n background-color: ${t?.buttons?.active?.backgroundColor||"#bcdafd"};\n border: 1px solid ${t?.buttons?.active?.borderColor||"#bcdafd"};\n box-shadow: ${!1===t?.buttons?.active?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n color: ${t?.buttons?.active?.color||"#0078ff"};\n }`;e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-response {\n margin-bottom: 16px;\n max-width: calc(100% - 82px);\n min-width: calc(100% - 82px)!important;\n float: initial;\n clear: initial;\n border-radius: 4px;\n }",e+=hi()+".alan-btn__chat-response.with-images {\n min-width: 90%;\n }",e+=hi()+".alan-chat-small .alan-btn__chat-request {\n max-width: 100%;\n }",e+=hi()+".alan-chat-small .alan-btn__chat-response {\n max-width: 100%;\n }",e+=hi()+".alan-chat-small .alan-btn__chat-response.with-images {\n min-width: 100%;\n }",e+=hi()+".alan-btn__chat-response.with-table {\n max-width: 100%;\n }",e+=hi()+".alan-btn__chat-response.with-iframe {\n max-width: 100%;\n // width: 100%;\n }",e+=hi()+".alan-btn__chat-response.with-svg {\n max-width: 100%;\n width: 100%;\n min-width: 100%;\n }",e+=hi()+".alan-btn__chat-response.with-svg iframe {\n max-width: 100%;\n width: 100%;\n min-width: 100%;\n }",e+=hi()+".alan-btn__chat-request.animated {\n opacity:0;\n animation: chat-bubble-appear-w-opacity 300ms ease-in-out forwards;\n animation-delay: 100ms;\n }",e+=hi()+".alan-btn__chat-response.animated {\n opacity:0;\n animation: chat-bubble-appear-w-opacity 300ms ease-in-out forwards;\n animation-delay: 200ms;\n }",e+=hi()+wi("chat-bubble-appear-w-opacity","\n 0% { opacity:0;}\n \n 100% {\n opacity:1;\n }"),e+=hi()+".alan-btn__chat-response * {\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }",e+=hi()+`.alan-btn__chat-response-imgs-wrapper {\n display: flex;\n flex-wrap: wrap;\n position: relative;\n top: -${F}px;\n left: -${H}px;\n width: calc(100% + ${+b+ +H}px);\n }`,e+=hi()+".alan-btn__chat-response-imgs-wrapper-left-arrow {\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 12px;\n opacity:0.85;\n }",e+=hi()+".alan-btn__chat-response-imgs-wrapper-right-arrow {\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n right: 12px;\n opacity:0.85;\n }",e+=hi()+".alan-btn__chat-response-imgs-wrapper-left-arrow:hover {\n opacity:1;\n cursor: pointer;\n }",e+=hi()+".alan-btn__chat-response-imgs-wrapper-right-arrow:hover {\n opacity:1;\n cursor: pointer;\n }",e+=hi()+".alan-btn__chat-response-imgs-wrapper-left-arrow.invisible {\n opacity:0;\n pointer-events: none;\n }",e+=hi()+".alan-btn__chat-response-imgs-wrapper-right-arrow.invisible {\n opacity:0;\n pointer-events: none;\n }",e+=hi()+`.alan-btn__chat-response-img-block {\n overflow: hidden;\n border-radius: ${S}px ${R}px 0 0;\n width: 100%;\n display: flex;\n }`,e+=hi()+".alan-btn__chat-response-video {\n width: 100%;\n min-width: 100%;\n min-height: 220px;\n height: 220px;\n max-height: 220px;\n }",e+=hi()+".alan-btn__chat-response-img {\n cursor: pointer;\n transition: transform 300ms ease-in-out;\n width: 100%;\n min-width: 100%;\n min-height: 220px;\n height: 220px;\n max-height: 220px;\n object-fit: contain;\n pointer-events: initial;\n }",e+=hi()+".alan-btn__chat-response-img.img-none {\n object-fit: none;\n }",Ur()||(e+=hi()+".alan-btn__chat-response-imgs-wrapper:hover .alan-btn__chat-response-img {\n transform: scale(1.04);\n transition: transform 300ms ease-in-out;\n }"),e+=".alan-btn__image-preview-overlay {\n position: fixed;\n top: 0;\n left: 0;\n height: 100vh;\n min-height: 100vh;\n width: 100vw;\n min-width: 100vw;\n background-color: rgba(0,0,0,0.6);\n display: flex;\n align-items: center;\n justify-content: center;\n }",e+=".alan-btn__image-preview-overlay img {\n max-width: calc(100% - 100px);\n max-height: calc(100% - 100px);\n }",e+="@media only screen and (orientation: landscape) { \n .alan-btn__image-preview-overlay.mobile {\n align-items: flex-start;\n padding-top: 40px;\n }\n .alan-btn__image-preview-overlay img {\n max-height: calc(100% - 120px);\n }\n .alan-btn__image-preview-overlay iframe {\n max-height: calc(100% - 120px);\n }\n }",e+=".alan-btn__image-preview-overlay iframe {\n max-width: calc(100% - 100px);\n max-height: calc(100% - 100px);\n width: calc(100% - 100px);\n height: calc(100% - 100px);\n }",e+=".alan-btn__image-preview-overlay-close-icon {\n position: absolute;\n top: 16px;\n right: 16px;\n cursor: pointer;\n opacity: 0.7;\n }",Ur()||(e+=".alan-btn__image-preview-overlay-close-icon:hover {\n opacity: 1;\n }"),e+=".alan-btn__image-preview-overlay-left-icon {\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 16px;\n cursor: pointer;\n opacity: 0.7;\n }",e+=".alan-btn__image-preview-overlay-right-icon {\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n right: 16px;\n cursor: pointer;\n opacity: 0.7;\n }",e+=".alan-btn__image-preview-overlay-left-icon.invisible {\n opacity:0;\n pointer-events: none;\n }",e+=".alan-btn__image-preview-overlay-right-icon.invisible {\n opacity:0;\n pointer-events: none;\n }",Ur()||(e+=".alan-btn__image-preview-overlay-left-icon:hover {\n opacity: 1;\n }",e+=".alan-btn__image-preview-overlay-right-icon:hover {\n opacity: 1;\n }"),e+=function(A,e){let t="";const Q=lr.textChat.options?.bubbles?.response?.learnMore?.links?.default?.borderColor||"#EAF2FC",n=lr.textChat.options?.bubbles?.response?.learnMore?.links?.hover?.borderColor||"#EAF2FC",r=lr.textChat.options?.bubbles?.response?.learnMore?.links?.active?.borderColor||"#EAF2FC",i=lr.textChat.options?.bubbles?.response?.learnMore?.links?.default?.backgroundColor||"transparent",a=lr.textChat.options?.bubbles?.response?.learnMore?.links?.hover?.backgroundColor||"#EAF2FC",o=lr.textChat.options?.bubbles?.response?.learnMore?.links?.active?.backgroundColor||"#EAF2FC",s=lr.textChat.options?.bubbles?.response?.learnMore?.links?.default?.linkNumberBackgroundColor||"#EAF2FC",T=lr.textChat.options?.bubbles?.response?.learnMore?.links?.hover?.linkNumberBackgroundColor||"#EAF2FC",B=lr.textChat.options?.bubbles?.response?.learnMore?.links?.active?.linkNumberBackgroundColor||"#EAF2FC",c=Li(lr.textChat.options?.bubbles?.response?.learnMore?.links?.borderRadius?.topLeft,4),l=Li(lr.textChat.options?.bubbles?.response?.learnMore?.links?.borderRadius?.topRight,4),E=Li(lr.textChat.options?.bubbles?.response?.learnMore?.links?.borderRadius?.bottomRight,4),g=Li(lr.textChat.options?.bubbles?.response?.learnMore?.links?.borderRadius?.bottomLeft,4);t+=A+".alan-btn__chat-response-links-wrapper {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n }",t+=A+".alan-btn__chat-response-links-wrapper.with-content-on-top {\n padding: 10px 0 0 0;\n margin-top: 10px;\n }",t+=A+`.alan-btn__chat-response-link {\n border: 1px solid ${Q};\n border-radius: ${c}px ${l}px ${E}px ${g}px;\n background-color: ${i};\n margin-right: 10px;\n margin-bottom: 4px;\n display: flex;\n align-items: center;\n max-width: 100%;\n }`,Ur()||(t+=A+`.alan-btn__chat-response-links-wrapper a.alan-btn__chat-response-link:hover {\n text-decoration: none !important;\n background-color: ${a};\n border-color: ${n};\n }`,t+=A+`.alan-btn__chat-response-links-wrapper a.alan-btn__chat-response-link:active {\n text-decoration: none !important;\n background-color: ${o};\n border-color: ${r};\n }`);t+=A+`.alan-btn__chat-response-link-icon-wrapper {\n padding: 9px 4px;\n background-color: ${s};\n border-radius: ${Di(c)}px ${Di(l)}px ${Di(E)}px ${Di(g)}px;\n display: inline-block;\n min-width: 28px;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n }`,Ur()||(t+=A+`.alan-btn__chat-response-link:hover .alan-btn__chat-response-link-icon-wrapper {\n background-color: ${T};\n }`,t+=A+`.alan-btn__chat-response-link:active .alan-btn__chat-response-link-icon-wrapper {\n background-color: ${B};\n }`);const C=lr.textChat.options?.bubbles?.response?.links?.color?.default||"#4183c4",d=lr.textChat.options?.bubbles?.response?.links?.color?.hover||"#4183c4";t+=A+`.alan-btn__chat-response-link svg path {\n fill: ${C};\n }`,Ur()||(t+=A+`.alan-btn__chat-response-link:hover svg path {\n fill: ${d};\n }`);return t+=A+".alan-btn__chat-response-link-title {\n overflow: hidden;\n max-width: calc(100% - 15px);\n text-overflow: ellipsis;\n white-space: nowrap;\n display: inline-block;\n padding: 4px 4px;\n }",t+=A+".alan-btn__chat-response-link svg {\n flex-shrink: 0;\n }",t}(hi(),lr.textChat.options),e+=function(A,e){let t="";const Q=e?.bubbles?.response?.likeBtn,n=e?.bubbles?.response?.copyBtn,r=Q||n;t+=A+`.alan-btn__chat-response-commands-wrapper {\n display: ${r?"block":"none"};\n line-height: 0;\n }`,t+=A+".alan-btn__chat-response-commands-wrapper-hidden {\n display: none;\n }",t+=A+`.alan-btn__chat-response-commands-wrapper-content {\n ${r?"\n position:relative;\n margin-top: 4px;\n display: inline-flex;\n gap: 2px;\n \n ":""}\n }`;var i=20,a=24,o=18,s=24;t+=A+`.alan-btn__chat-response__like-btn {\n display: ${e?.bubbles?.response?.likeBtn?"flex":"none"};\n ${e?.bubbles?.response?.likeBtn?`\n align-items: center;\n border-radius: 5px;\n cursor: pointer;\n width:${o}px;\n min-width:${o}px;\n height:${s}px;\n min-height:${s}px;\n `:""};\n \n }`,t+=A+`.alan-btn__chat-response__dislike-btn {\n display: ${e?.bubbles?.response?.likeBtn?"flex":"none"};\n ${e?.bubbles?.response?.likeBtn?`\n align-items: center;\n border-radius: 5px;\n cursor: pointer;\n width:${o}px;\n min-width:${o}px;\n height:${s}px;\n min-height:${s}px;\n `:""};\n }`,t+=A+`.alan-btn__chat-response__copy-btn {\n display: ${e?.bubbles?.response?.copyBtn?"inline-flex":"none"};\n ${e?.bubbles?.response?.copyBtn?`\n align-items: center;\n border-radius: 5px;\n cursor: pointer;\n width:${i}px;\n min-width:${i}px;\n height:${a}px;\n min-height:${a}px;\n `:""};\n }`;const T=e?.bubbles?.response?.bottomBtns?.backgroundColor?.hover||"#dcddde",B=e?.bubbles?.response?.bottomBtns?.color||"#17171780";Ur()||(t+=A+`.alan-btn__chat-response__copy-btn:hover {\n background-color:${T}!important;\n }`,t+=A+`.alan-btn__chat-response__like-btn:hover {\n background-color:${T}!important;\n }`,t+=A+`.alan-btn__chat-response__dislike-btn:hover {\n background-color:${T}!important;\n }`);t+=A+".alan-btn__chat-response__copy-btn svg {\n width: 20px;\n }",t+=A+`.alan-btn__chat-response__copy-btn svg path {\n fill: ${B};\n }`,t+=A+`.alan-btn__chat-response__like-btn svg path {\n fill: ${B};\n }`,t+=A+`.alan-btn__chat-response__dislike-btn svg path {\n fill: ${B};\n }`,t+=A+".alan-btn__chat-response__copy-btn alan-btn__copy-icon {\n width: 22px;\n }",t+=A+".alan-btn__chat-response__copy-btn .alan-btn__copied-icon {\n display: none;\n }",t+=A+".alan-btn__chat-response__copy-btn.alan-copy-btn-copied .alan-btn__copy-icon {\n display: none;\n }",t+=A+".alan-btn__chat-response__copy-btn.alan-copy-btn-copied .alan-btn__copied-icon {\n display: inline-block;\n }",t+=A+`.alan-btn__chat-response__copy-btn.alan-copy-btn-copied .alan-btn__copied-icon {\n stroke: ${B};\n }`,t+=A+".alan-btn__chat-response__code-wrapper {\n position: relative;\n }",t+=A+".alan-btn__chat-response__code-wrapper:hover .alan-btn__chat-response__copy-code-btn {\n display: flex;\n align-items: center;\n justify-content: center;\n }",t+=A+`.alan-btn__chat-response__copy-code-btn {\n position: absolute;\n top: 2px;\n right: 2px;\n width:${i}px;\n min-width:${i}px;\n height:${a}px;\n min-height:${a}px;\n border-radius: 2px;\n cursor: pointer;\n display: none;\n }`,t+=A+".alan-btn__chat-response__copy-code-btn .alan-btn__copied-icon {\n display: none;\n }",t+=A+".alan-btn__chat-response__copy-code-btn.alan-copy-btn-copied .alan-btn__copy-icon {\n display: none;\n }",t+=A+".alan-btn__chat-response__copy-code-btn.alan-copy-btn-copied .alan-btn__copied-icon {\n display: inline-block;\n }",t+=A+`.alan-btn__chat-response__copy-code-btn svg path {\n fill: ${B};\n }`,t+=A+`.alan-btn__chat-response__copy-code-btn.alan-copy-btn-copied .alan-btn__copied-icon {\n stroke: ${B};\n }`,t+=A+".alan-btn__chat-response__copy-code-btn svg {\n width:20px;\n }",Ur()||(t+=A+`.alan-btn__chat-response__copy-code-btn:hover {\n background-color:${T}!important;\n }`);return t}(hi(),lr.textChat.options),e+=hi()+`.alan-incoming-msg {\n display: flex;\n align-items: center;\n overflow: hidden;\n animation:chat-bubble-appear-w-opacity 300ms ease-in-out forwards 100ms, hide-buble 300ms forwards ease ${lr.textChat.loaderTimeoutMs}ms !important;\n }`,e+=hi()+".alan-hidden-loader {\n display: none!important;\n }",e+=hi()+wi("hide-buble","\n 0% { \n height: 41px; \n max-height:41px; \n min-height: 41px;\n }\n \n 100% {\n height: 0px;\n max-height: 0px;\n min-height: 0px;\n padding: 0px;\n margin-bottom:0;\n }"),e+=function(A,e){let t="";const Q=e?.bubbles?.waitingResponse?.layout||"default",n=e?.bubbles?.waitingResponse?.alignment||"center",r=e?.bubbles?.waitingResponse?.icon?.svg,i=Li(e?.bubbles?.waitingResponse?.icon?.gap,8),[a,o]=Fi(r);return t+=A+`.alan-btn__chat-incomming-msg-wrapper {\n display: flex;\n align-items: ${n};\n ${"default"!==Q?`\n gap: ${i}px;\n `:""}\n }`,t+=A+`.alan-btn__chat-incomming-msg-loader-icon {\n display: ${r?"flex":"none"};\n background-image: url('data:image/svg+xml;base64,${Mi(r)}');\n background-size: cover;\n ${r?`\n width: ${a}px;\n height: ${o}px;\n `:""}\n }`,t+=A+".alan-btn__chat-incomming-msg-loader-label {\n display: inline-block;\n }",t+=A+".alan-btn__chat-incomming-msg-inner-wrapper {\n display: flex;\n }",t+=A+".alan-btn__chat-incomming-msg-inner-wrapper.with-text {\n transform: translateY(2px);\n margin-left:2px;\n }",t+=A+`.alan-btn__chat-incomming-msg {\n border-radius: 50%;\n background-color: ${e?.bubbles?.response?.color||"#080808"};\n margin: 2px;\n height: 3px;\n width: 3px;\n animation: alan-dot-bounce 1.5s infinite ease;\n }`,t+=A+".msg-2 {\n animation-delay: .2s;\n }",t+=A+".msg-3 {\n animation-delay: .3s;\n }",t+=A+wi("alan-dot-bounce","\n 0%, 100% { opacity:1;}\n \n 60% {\n transform: translateY(3px);\n opacity:.0;\n }"),t}(hi(),lr.textChat.options),e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-popup {\n width: 100%;\n margin-left: 51px;\n margin-right: 30px;\n }",e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-buttons {\n width: 100%;\n margin-right: 30px;\n }",e+=hi()+".alan-btn__chat-popup {\n position: relative;\n margin-bottom: 16px;\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }",e+=hi()+".alan-btn__chat-popup * {\n -webkit-touch-callout: text; /* iOS Safari */\n -webkit-user-select: text; /* Chrome/Safari/Opera */\n -khtml-user-select: text; /* Konqueror */\n -moz-user-select: text; /* Firefox */\n -ms-user-select: text; /* IE/Edge */\n user-select: text;\n }",e+=hi(!0)+".hide-alan-btn-when-text-chat-is-opened-immediately .alanBtn {\n transform: scale(0);\n opacity: 0;\n animation: text-chat-disappear-anim 0ms ease-in-out forwards;\n }",e+=hi(!0)+`.hide-alan-btn-when-text-chat-is-opened .alanBtn {\n transform: scale(0);\n opacity: 0;\n animation: text-chat-disappear-anim ${nA}ms ease-in-out forwards;\n }`,e+=hi(!0)+`.text-chat-is-closing .alanBtn {\n transform: scale(0);\n opacity: 0;\n animation: text-chat-appear-anim ${nA}ms ease-in-out forwards;\n }`,e+=hi(!0)+".hide-alan-btn-when-text-chat-is-opened .alanBtn-recognised-text-holder {\n display: none;\n }",e+=hi()+" mjx-container svg {\n max-width: 100%;\n }",e+=hi()+".alan-btn__chat-avatar {\n border-radius: 4px;\n margin-right: 10px;\n width: 41px;\n min-width: 41px;\n max-width: 41px;\n min-height: 41px;\n max-height: 41px;\n height: 41px;\n overflow: hidden;\n display: none;\n }",e+=hi()+`.alan-btn__chat-request-avatar {\n width: 41px;\n min-width: 41px;\n max-width: 41px;\n min-height: 41px;\n max-height: 41px;\n height: 41px;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: 90% 90%;\n background-image: url(${A?.logoTextChatUserAvatar||Ii.alanUserAvatarIconSrc});\n }`,e+=hi()+`.alan-btn__chat-response-avatar {\n width: 41px;\n min-width: 41px;\n max-width: 41px;\n min-height: 41px;\n max-height: 41px;\n height: 41px;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: 90% 90%;\n background-image: url(${A?.logoTextChatAvatar||Ii.alanLogoIconSrc});\n }`;var SA=mi(A);const RA=SA.textChatUserAvatar?.background?.color[0],UA=SA.textChatUserAvatar?.background?.color[1],yA=SA.textChatAvatar?.background?.color[0],OA=SA.textChatAvatar?.background?.color[1];function GA(A,e,t){return"transparent"===A?.toLowerCase()||"transparent"===e?.toLowerCase()?"":t}return e+=hi()+`.alan-btn__chat-avatar.request {\n background-image: linear-gradient(122deg, ${RA}, ${UA});\n ${GA(RA,UA,`\n \n box-shadow: ${!1===t?.bubbles?.request?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n ${t?.bubbles?.request?.borderColor?`border: 1px solid ${t?.bubbles?.request?.borderColor};`:""}\n `)}\n }`,lr.textChat.available&&(e+=hi()+`.alan-btn__chat-avatar.response {\n background-image: linear-gradient(122deg, ${yA}, ${OA});\n ${GA(yA,OA,`\n \n box-shadow: ${!1===t?.bubbles?.response?.hasShadow?"none":"0px 1px 3px rgba(16, 39, 126, 0.2)"};\n ${t?.bubbles?.response?.borderColor?`border: 1px solid ${t?.bubbles?.response?.borderColor};`:""}\n `)}\n }`),e+=hi()+".alan-btn_text-chat-full-screen .alan-btn__chat-avatar {\n display: flex;\n align-items: center;\n justify-content: center;\n }",e+=hi()+".alan-btn__chat-avatar svg {\n width: 90%;\n height: 90%;\n }",e+=hi()+`.alan-btn__chat-avatar svg path {\n stroke: ${t?.bubbles?.request?.color||"#171717"};\n }`,e+=hi()+`.alan-btn__chat-avatar svg circle {\n stroke: ${t?.bubbles?.request?.color||"#171717"};\n }`,e}var Hi=s(),Ni=ue(),Si={" \n \n '),t.write(" "+this.generateContent()+""),t.write('
'),t.write("