|
- import { createRequire } from 'node:module';
- globalThis['require'] ??= createRequire(import.meta.url);
- var Zr=(E=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(E,{get:(w,h)=>(typeof require<"u"?require:w)[h]}):E)(function(E){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+E+'" is not supported')});var ct=globalThis;function lt(E){return(ct.__Zone_symbol_prefix||"__zone_symbol__")+E}function Ri(){let E=ct.performance;function w(C){E&&E.mark&&E.mark(C)}function h(C,b){E&&E.measure&&E.measure(C,b)}w("Zone");let p=class p{static assertZonePatched(){if(ct.Promise!==D.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let b=p.current;for(;b.parent;)b=b.parent;return b}static get current(){return Z.zone}static get currentTask(){return u}static __load_patch(b,L,M=!1){if(D.hasOwnProperty(b)){let W=ct[lt("forceDuplicateZoneCheck")]===!0;if(!M&&W)throw Error("Already loaded patch: "+b)}else if(!ct["__Zone_disable_"+b]){let W="Zone:"+b;w(W),D[b]=L(ct,p,B),h(W,W)}}get parent(){return this._parent}get name(){return this._name}constructor(b,L){this._parent=b,this._name=L?L.name||"unnamed":"<root>",this._properties=L&&L.properties||{},this._zoneDelegate=new a(this,this._parent&&this._parent._zoneDelegate,L)}get(b){let L=this.getZoneWith(b);if(L)return L._properties[b]}getZoneWith(b){let L=this;for(;L;){if(L._properties.hasOwnProperty(b))return L;L=L._parent}return null}fork(b){if(!b)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,b)}wrap(b,L){if(typeof b!="function")throw new Error("Expecting function got: "+b);let M=this._zoneDelegate.intercept(this,b,L),W=this;return function(){return W.runGuarded(M,this,arguments,L)}}run(b,L,M,W){Z={parent:Z,zone:this};try{return this._zoneDelegate.invoke(this,b,L,M,W)}finally{Z=Z.parent}}runGuarded(b,L=null,M,W){Z={parent:Z,zone:this};try{try{return this._zoneDelegate.invoke(this,b,L,M,W)}catch(y){if(this._zoneDelegate.handleError(this,y))throw y}}finally{Z=Z.parent}}runTask(b,L,M){if(b.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(b.zone||ee).name+"; Execution: "+this.name+")");if(b.state===F&&(b.type===G||b.type===Y))return;let W=b.state!=S;W&&b._transitionTo(S,d),b.runCount++;let y=u;u=b,Z={parent:Z,zone:this};try{b.type==Y&&b.data&&!b.data.isPeriodic&&(b.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,b,L,M)}catch(A){if(this._zoneDelegate.handleError(this,A))throw A}}finally{b.state!==F&&b.state!==ie&&(b.type==G||b.data&&b.data.isPeriodic?W&&b._transitionTo(d,S):(b.runCount=0,this._updateTaskCount(b,-1),W&&b._transitionTo(F,S,F))),Z=Z.parent,u=y}}scheduleTask(b){if(b.zone&&b.zone!==this){let M=this;for(;M;){if(M===b.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${b.zone.name}`);M=M.parent}}b._transitionTo(N,F);let L=[];b._zoneDelegates=L,b._zone=this;try{b=this._zoneDelegate.scheduleTask(this,b)}catch(M){throw b._transitionTo(ie,N,F),this._zoneDelegate.handleError(this,M),M}return b._zoneDelegates===L&&this._updateTaskCount(b,1),b.state==N&&b._transitionTo(d,N),b}scheduleMicroTask(b,L,M,W){return this.scheduleTask(new o(ne,b,L,M,W,void 0))}scheduleMacroTask(b,L,M,W,y){return this.scheduleTask(new o(Y,b,L,M,W,y))}scheduleEventTask(b,L,M,W,y){return this.scheduleTask(new o(G,b,L,M,W,y))}cancelTask(b){if(b.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(b.zone||ee).name+"; Execution: "+this.name+")");if(!(b.state!==d&&b.state!==S)){b._transitionTo(g,d,S);try{this._zoneDelegate.cancelTask(this,b)}catch(L){throw b._transitionTo(ie,g),this._zoneDelegate.handleError(this,L),L}return this._updateTaskCount(b,-1),b._transitionTo(F,g),b.runCount=0,b}}_updateTaskCount(b,L){let M=b._zoneDelegates;L==-1&&(b._zoneDelegates=null);for(let W=0;W<M.length;W++)M[W]._updateTaskCount(b.type,L)}};p.__symbol__=lt;let l=p,t={name:"",onHasTask:(C,b,L,M)=>C.hasTask(L,M),onScheduleTask:(C,b,L,M)=>C.scheduleTask(L,M),onInvokeTask:(C,b,L,M,W,y)=>C.invokeTask(L,M,W,y),onCancelTask:(C,b,L,M)=>C.cancelTask(L,M)};class a{get zone(){return this._zone}constructor(b,L,M){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this._zone=b,this._parentDelegate=L,this._forkZS=M&&(M&&M.onFork?M:L._forkZS),this._forkDlgt=M&&(M.onFork?L:L._forkDlgt),this._forkCurrZone=M&&(M.onFork?this._zone:L._forkCurrZone),this._interceptZS=M&&(M.onIntercept?M:L._interceptZS),this._interceptDlgt=M&&(M.onIntercept?L:L._interceptDlgt),this._interceptCurrZone=M&&(M.onIntercept?this._zone:L._interceptCurrZone),this._invokeZS=M&&(M.onInvoke?M:L._invokeZS),this._invokeDlgt=M&&(M.onInvoke?L:L._invokeDlgt),this._invokeCurrZone=M&&(M.onInvoke?this._zone:L._invokeCurrZone),this._handleErrorZS=M&&(M.onHandleError?M:L._handleErrorZS),this._handleErrorDlgt=M&&(M.onHandleError?L:L._handleErrorDlgt),this._handleErrorCurrZone=M&&(M.onHandleError?this._zone:L._handleErrorCurrZone),this._scheduleTaskZS=M&&(M.onScheduleTask?M:L._scheduleTaskZS),this._scheduleTaskDlgt=M&&(M.onScheduleTask?L:L._scheduleTaskDlgt),this._scheduleTaskCurrZone=M&&(M.onScheduleTask?this._zone:L._scheduleTaskCurrZone),this._invokeTaskZS=M&&(M.onInvokeTask?M:L._invokeTaskZS),this._invokeTaskDlgt=M&&(M.onInvokeTask?L:L._invokeTaskDlgt),this._invokeTaskCurrZone=M&&(M.onInvokeTask?this._zone:L._invokeTaskCurrZone),this._cancelTaskZS=M&&(M.onCancelTask?M:L._cancelTaskZS),this._cancelTaskDlgt=M&&(M.onCancelTask?L:L._cancelTaskDlgt),this._cancelTaskCurrZone=M&&(M.onCancelTask?this._zone:L._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;let W=M&&M.onHasTask,y=L&&L._hasTaskZS;(W||y)&&(this._hasTaskZS=W?M:t,this._hasTaskDlgt=L,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=this._zone,M.onScheduleTask||(this._scheduleTaskZS=t,this._scheduleTaskDlgt=L,this._scheduleTaskCurrZone=this._zone),M.onInvokeTask||(this._invokeTaskZS=t,this._invokeTaskDlgt=L,this._invokeTaskCurrZone=this._zone),M.onCancelTask||(this._cancelTaskZS=t,this._cancelTaskDlgt=L,this._cancelTaskCurrZone=this._zone))}fork(b,L){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,b,L):new l(b,L)}intercept(b,L,M){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,b,L,M):L}invoke(b,L,M,W,y){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,b,L,M,W,y):L.apply(M,W)}handleError(b,L){return this._handleErrorZS?this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,b,L):!0}scheduleTask(b,L){let M=L;if(this._scheduleTaskZS)this._hasTaskZS&&M._zoneDelegates.push(this._hasTaskDlgtOwner),M=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,b,L),M||(M=L);else if(L.scheduleFn)L.scheduleFn(L);else if(L.type==ne)P(L);else throw new Error("Task is missing scheduleFn.");return M}invokeTask(b,L,M,W){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,b,L,M,W):L.callback.apply(M,W)}cancelTask(b,L){let M;if(this._cancelTaskZS)M=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,b,L);else{if(!L.cancelFn)throw Error("Task is not cancelable");M=L.cancelFn(L)}return M}hasTask(b,L){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,b,L)}catch(M){this.handleError(b,M)}}_updateTaskCount(b,L){let M=this._taskCounts,W=M[b],y=M[b]=W+L;if(y<0)throw new Error("More tasks executed then were scheduled.");if(W==0||y==0){let A={microTask:M.microTask>0,macroTask:M.macroTask>0,eventTask:M.eventTask>0,change:b};this.hasTask(this._zone,A)}}}class o{constructor(b,L,M,W,y,A){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=b,this.source=L,this.data=W,this.scheduleFn=y,this.cancelFn=A,!M)throw new Error("callback is not defined");this.callback=M;let Q=this;b===G&&W&&W.useG?this.invoke=o.invokeTask:this.invoke=function(){return o.invokeTask.call(ct,Q,this,arguments)}}static invokeTask(b,L,M){b||(b=this),s++;try{return b.runCount++,b.zone.runTask(b,L,M)}finally{s==1&&I(),s--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(F,N)}_transitionTo(b,L,M){if(this._state===L||this._state===M)this._state=b,b==F&&(this._zoneDelegates=null);else throw new Error(`${this.type} '${this.source}': can not transition to '${b}', expecting state '${L}'${M?" or '"+M+"'":""}, was '${this._state}'.`)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}let c=lt("setTimeout"),f=lt("Promise"),i=lt("then"),_=[],m=!1,T;function O(C){if(T||ct[f]&&(T=ct[f].resolve(0)),T){let b=T[i];b||(b=T.then),b.call(T,C)}else ct[c](C,0)}function P(C){s===0&&_.length===0&&O(I),C&&_.push(C)}function I(){if(!m){for(m=!0;_.length;){let C=_;_=[];for(let b=0;b<C.length;b++){let L=C[b];try{L.zone.runTask(L,null,null)}catch(M){B.onUnhandledError(M)}}}B.microtaskDrainDone(),m=!1}}let ee={name:"NO ZONE"},F="notScheduled",N="scheduling",d="scheduled",S="running",g="canceling",ie="unknown",ne="microTask",Y="macroTask",G="eventTask",D={},B={symbol:lt,currentZoneFrame:()=>Z,onUnhandledError:n,microtaskDrainDone:n,scheduleMicroTask:P,showUncaughtError:()=>!l[lt("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:n,patchMethod:()=>n,bindArguments:()=>[],patchThen:()=>n,patchMacroTask:()=>n,patchEventPrototype:()=>n,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>n,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>n,wrapWithCurrentZone:()=>n,filterProperties:()=>[],attachOriginToPatched:()=>n,_redefineProperty:()=>n,patchCallbacks:()=>n,nativeScheduleMicroTask:O},Z={parent:null,zone:new l(null,null)},u=null,s=0;function n(){}return h("Zone","Zone"),l}var Tn=Object.getOwnPropertyDescriptor,Oi=Object.defineProperty,ra=Object.getPrototypeOf,Hi=Array.prototype.slice,qi="addEventListener",Pi="removeEventListener",Rt="true",Ot="false",Kr=lt("");function Bi(E,w){return Zone.current.wrap(E,w)}function na(E,w,h,l,t){return Zone.current.scheduleMacroTask(E,w,h,l,t)}var Ve=lt,Qr=typeof window<"u",$r=Qr?window:void 0,nt=Qr&&$r||globalThis,Fi="removeAttribute";function Ui(E,w){for(let h=E.length-1;h>=0;h--)typeof E[h]=="function"&&(E[h]=Bi(E[h],w+"_"+h));return E}function ji(E){return E?E.writable===!1?!1:!(typeof E.get=="function"&&typeof E.set>"u"):!0}var aa=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,ia=!("nw"in nt)&&typeof nt.process<"u"&&{}.toString.call(nt.process)==="[object process]",Vi=!ia&&!aa&&!!(Qr&&$r.HTMLElement),Jn=typeof nt.process<"u"&&{}.toString.call(nt.process)==="[object process]"&&!aa&&!!(Qr&&$r.HTMLElement),Xr={},ea=function(E){if(E=E||nt.event,!E)return;let w=Xr[E.type];w||(w=Xr[E.type]=Ve("ON_PROPERTY"+E.type));let h=this||E.target||nt,l=h[w],t;if(Vi&&h===$r&&E.type==="error"){let a=E;t=l&&l.call(this,a.message,a.filename,a.lineno,a.colno,a.error),t===!0&&E.preventDefault()}else t=l&&l.apply(this,arguments),t!=null&&!t&&E.preventDefault();return t};function ta(E,w,h){let l=Tn(E,w);if(!l&&h&&Tn(h,w)&&(l={enumerable:!0,configurable:!0}),!l||!l.configurable)return;let t=Ve("on"+w+"patched");if(E.hasOwnProperty(t)&&E[t])return;delete l.writable,delete l.value;let a=l.get,o=l.set,c=w.slice(2),f=Xr[c];f||(f=Xr[c]=Ve("ON_PROPERTY"+c)),l.set=function(i){let _=this;if(!_&&E===nt&&(_=nt),!_)return;typeof _[f]=="function"&&_.removeEventListener(c,ea),o&&o.call(_,null),_[f]=i,typeof i=="function"&&_.addEventListener(c,ea,!1)},l.get=function(){let i=this;if(!i&&E===nt&&(i=nt),!i)return null;let _=i[f];if(_)return _;if(a){let m=a.call(this);if(m)return l.set.call(this,m),typeof i[Fi]=="function"&&i.removeAttribute(w),m}return null},Oi(E,w,l),E[t]=!0}function Gi(E,w,h){if(w)for(let l=0;l<w.length;l++)ta(E,"on"+w[l],h);else{let l=[];for(let t in E)t.slice(0,2)=="on"&&l.push(t);for(let t=0;t<l.length;t++)ta(E,l[t],h)}}function zi(E,w){if(typeof Object.getOwnPropertySymbols!="function")return;Object.getOwnPropertySymbols(E).forEach(l=>{let t=Object.getOwnPropertyDescriptor(E,l);Object.defineProperty(w,l,{get:function(){return E[l]},set:function(a){t&&(!t.writable||typeof t.set!="function")||(E[l]=a)},enumerable:t?t.enumerable:!0,configurable:t?t.configurable:!0})})}var sa=!1;function Zi(E){sa=E}function nr(E,w,h){let l=E;for(;l&&!l.hasOwnProperty(w);)l=ra(l);!l&&E[w]&&(l=E);let t=Ve(w),a=null;if(l&&(!(a=l[t])||!l.hasOwnProperty(t))){a=l[t]=l[w];let o=l&&Tn(l,w);if(ji(o)){let c=h(a,t,w);l[w]=function(){return c(this,arguments)},Er(l[w],a),sa&&zi(a,l[w])}}return a}function Yr(E,w,h){let l=null;function t(a){let o=a.data;return o.args[o.cbIdx]=function(){a.invoke.apply(this,arguments)},l.apply(o.target,o.args),a}l=nr(E,w,a=>function(o,c){let f=h(o,c);return f.cbIdx>=0&&typeof c[f.cbIdx]=="function"?na(f.name,c[f.cbIdx],f,t):a.apply(o,c)})}function Wi(E,w,h){let l=null;function t(a){let o=a.data;return o.args[o.cbIdx]=function(){a.invoke.apply(this,arguments)},l.apply(o.target,o.args),a}l=nr(E,w,a=>function(o,c){let f=h(o,c);return f.cbIdx>=0&&typeof c[f.cbIdx]=="function"?Zone.current.scheduleMicroTask(f.name,c[f.cbIdx],f,t):a.apply(o,c)})}function Er(E,w){E[Ve("OriginalDelegate")]=w}function Ki(E){E.__load_patch("ZoneAwarePromise",(w,h,l)=>{let t=Object.getOwnPropertyDescriptor,a=Object.defineProperty;function o(X){if(X&&X.toString===Object.prototype.toString){let H=X.constructor&&X.constructor.name;return(H||"")+": "+JSON.stringify(X)}return X?X.toString():Object.prototype.toString.call(X)}let c=l.symbol,f=[],i=w[c("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")]!==!1,_=c("Promise"),m=c("then"),T="__creationTrace__";l.onUnhandledError=X=>{if(l.showUncaughtError()){let H=X&&X.rejection;H?console.error("Unhandled Promise rejection:",H instanceof Error?H.message:H,"; Zone:",X.zone.name,"; Task:",X.task&&X.task.source,"; Value:",H,H instanceof Error?H.stack:void 0):console.error(X)}},l.microtaskDrainDone=()=>{for(;f.length;){let X=f.shift();try{X.zone.runGuarded(()=>{throw X.throwOriginal?X.rejection:X})}catch(H){P(H)}}};let O=c("unhandledPromiseRejectionHandler");function P(X){l.onUnhandledError(X);try{let H=h[O];typeof H=="function"&&H.call(this,X)}catch{}}function I(X){return X&&X.then}function ee(X){return X}function F(X){return A.reject(X)}let N=c("state"),d=c("value"),S=c("finally"),g=c("parentPromiseValue"),ie=c("parentPromiseState"),ne="Promise.then",Y=null,G=!0,D=!1,B=0;function Z(X,H){return z=>{try{p(X,H,z)}catch($){p(X,!1,$)}}}let u=function(){let X=!1;return function(z){return function(){X||(X=!0,z.apply(null,arguments))}}},s="Promise resolved with itself",n=c("currentTaskTrace");function p(X,H,z){let $=u();if(X===z)throw new TypeError(s);if(X[N]===Y){let fe=null;try{(typeof z=="object"||typeof z=="function")&&(fe=z&&z.then)}catch(pe){return $(()=>{p(X,!1,pe)})(),X}if(H!==D&&z instanceof A&&z.hasOwnProperty(N)&&z.hasOwnProperty(d)&&z[N]!==Y)b(z),p(X,z[N],z[d]);else if(H!==D&&typeof fe=="function")try{fe.call(z,$(Z(X,H)),$(Z(X,!1)))}catch(pe){$(()=>{p(X,!1,pe)})()}else{X[N]=H;let pe=X[d];if(X[d]=z,X[S]===S&&H===G&&(X[N]=X[ie],X[d]=X[g]),H===D&&z instanceof Error){let oe=h.currentTask&&h.currentTask.data&&h.currentTask.data[T];oe&&a(z,n,{configurable:!0,enumerable:!1,writable:!0,value:oe})}for(let oe=0;oe<pe.length;)L(X,pe[oe++],pe[oe++],pe[oe++],pe[oe++]);if(pe.length==0&&H==D){X[N]=B;let oe=z;try{throw new Error("Uncaught (in promise): "+o(z)+(z&&z.stack?`
- `+z.stack:""))}catch(he){oe=he}i&&(oe.throwOriginal=!0),oe.rejection=z,oe.promise=X,oe.zone=h.current,oe.task=h.currentTask,f.push(oe),l.scheduleMicroTask()}}}return X}let C=c("rejectionHandledHandler");function b(X){if(X[N]===B){try{let H=h[C];H&&typeof H=="function"&&H.call(this,{rejection:X[d],promise:X})}catch{}X[N]=D;for(let H=0;H<f.length;H++)X===f[H].promise&&f.splice(H,1)}}function L(X,H,z,$,fe){b(X);let pe=X[N],oe=pe?typeof $=="function"?$:ee:typeof fe=="function"?fe:F;H.scheduleMicroTask(ne,()=>{try{let he=X[d],de=!!z&&S===z[S];de&&(z[g]=he,z[ie]=pe);let ve=H.run(oe,void 0,de&&oe!==F&&oe!==ee?[]:[he]);p(z,!0,ve)}catch(he){p(z,!1,he)}},z)}let M="function ZoneAwarePromise() { [native code] }",W=function(){},y=w.AggregateError;class A{static toString(){return M}static resolve(H){return H instanceof A?H:p(new this(null),G,H)}static reject(H){return p(new this(null),D,H)}static withResolvers(){let H={};return H.promise=new A((z,$)=>{H.resolve=z,H.reject=$}),H}static any(H){if(!H||typeof H[Symbol.iterator]!="function")return Promise.reject(new y([],"All promises were rejected"));let z=[],$=0;try{for(let oe of H)$++,z.push(A.resolve(oe))}catch{return Promise.reject(new y([],"All promises were rejected"))}if($===0)return Promise.reject(new y([],"All promises were rejected"));let fe=!1,pe=[];return new A((oe,he)=>{for(let de=0;de<z.length;de++)z[de].then(ve=>{fe||(fe=!0,oe(ve))},ve=>{pe.push(ve),$--,$===0&&(fe=!0,he(new y(pe,"All promises were rejected")))})})}static race(H){let z,$,fe=new this((he,de)=>{z=he,$=de});function pe(he){z(he)}function oe(he){$(he)}for(let he of H)I(he)||(he=this.resolve(he)),he.then(pe,oe);return fe}static all(H){return A.allWithCallback(H)}static allSettled(H){return(this&&this.prototype instanceof A?this:A).allWithCallback(H,{thenCallback:$=>({status:"fulfilled",value:$}),errorCallback:$=>({status:"rejected",reason:$})})}static allWithCallback(H,z){let $,fe,pe=new this((ve,De)=>{$=ve,fe=De}),oe=2,he=0,de=[];for(let ve of H){I(ve)||(ve=this.resolve(ve));let De=he;try{ve.then(qe=>{de[De]=z?z.thenCallback(qe):qe,oe--,oe===0&&$(de)},qe=>{z?(de[De]=z.errorCallback(qe),oe--,oe===0&&$(de)):fe(qe)})}catch(qe){fe(qe)}oe++,he++}return oe-=2,oe===0&&$(de),pe}constructor(H){let z=this;if(!(z instanceof A))throw new Error("Must be an instanceof Promise.");z[N]=Y,z[d]=[];try{let $=u();H&&H($(Z(z,G)),$(Z(z,D)))}catch($){p(z,!1,$)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return A}then(H,z){let $=this.constructor?.[Symbol.species];(!$||typeof $!="function")&&($=this.constructor||A);let fe=new $(W),pe=h.current;return this[N]==Y?this[d].push(pe,fe,H,z):L(this,pe,fe,H,z),fe}catch(H){return this.then(null,H)}finally(H){let z=this.constructor?.[Symbol.species];(!z||typeof z!="function")&&(z=A);let $=new z(W);$[S]=S;let fe=h.current;return this[N]==Y?this[d].push(fe,$,H,H):L(this,fe,$,H,H),$}}A.resolve=A.resolve,A.reject=A.reject,A.race=A.race,A.all=A.all;let Q=w[_]=w.Promise;w.Promise=A;let be=c("thenPatched");function He(X){let H=X.prototype,z=t(H,"then");if(z&&(z.writable===!1||!z.configurable))return;let $=H.then;H[m]=$,X.prototype.then=function(fe,pe){return new A((he,de)=>{$.call(this,he,de)}).then(fe,pe)},X[be]=!0}l.patchThen=He;function Kt(X){return function(H,z){let $=X.apply(H,z);if($ instanceof A)return $;let fe=$.constructor;return fe[be]||He(fe),$}}return Q&&(He(Q),nr(w,"fetch",X=>Kt(X))),Promise[h.__symbol__("uncaughtPromiseErrors")]=f,A})}function Xi(E){E.__load_patch("toString",w=>{let h=Function.prototype.toString,l=Ve("OriginalDelegate"),t=Ve("Promise"),a=Ve("Error"),o=function(){if(typeof this=="function"){let _=this[l];if(_)return typeof _=="function"?h.call(_):Object.prototype.toString.call(_);if(this===Promise){let m=w[t];if(m)return h.call(m)}if(this===Error){let m=w[a];if(m)return h.call(m)}}return h.call(this)};o[l]=h,Function.prototype.toString=o;let c=Object.prototype.toString,f="[object Promise]";Object.prototype.toString=function(){return typeof Promise=="function"&&this instanceof Promise?f:c.call(this)}})}function Yi(){let E=globalThis,w=E[lt("forceDuplicateZoneCheck")]===!0;if(E.Zone&&(w||typeof E.Zone.__symbol__!="function"))throw new Error("Zone already loaded.");return E.Zone??=Ri(),E.Zone}var rr=!1;if(typeof window<"u")try{let E=Object.defineProperty({},"passive",{get:function(){rr=!0}});window.addEventListener("test",E,E),window.removeEventListener("test",E,E)}catch{rr=!1}var Qi={useG:!0},rt={},$i={},oa=new RegExp("^"+Kr+"(\\w+)(true|false)$"),Ji=Ve("propagationStopped");function ca(E,w){let h=(w?w(E):E)+Ot,l=(w?w(E):E)+Rt,t=Kr+h,a=Kr+l;rt[E]={},rt[E][Ot]=t,rt[E][Rt]=a}function es(E,w,h,l){let t=l&&l.add||qi,a=l&&l.rm||Pi,o=l&&l.listeners||"eventListeners",c=l&&l.rmAll||"removeAllListeners",f=Ve(t),i="."+t+":",_="prependListener",m="."+_+":",T=function(N,d,S){if(N.isRemoved)return;let g=N.callback;typeof g=="object"&&g.handleEvent&&(N.callback=Y=>g.handleEvent(Y),N.originalDelegate=g);let ie;try{N.invoke(N,d,[S])}catch(Y){ie=Y}let ne=N.options;if(ne&&typeof ne=="object"&&ne.once){let Y=N.originalDelegate?N.originalDelegate:N.callback;d[a].call(d,S.type,Y,ne)}return ie};function O(N,d,S){if(d=d||E.event,!d)return;let g=N||d.target||E,ie=g[rt[d.type][S?Rt:Ot]];if(ie){let ne=[];if(ie.length===1){let Y=T(ie[0],g,d);Y&&ne.push(Y)}else{let Y=ie.slice();for(let G=0;G<Y.length&&!(d&&d[Ji]===!0);G++){let D=T(Y[G],g,d);D&&ne.push(D)}}if(ne.length===1)throw ne[0];for(let Y=0;Y<ne.length;Y++){let G=ne[Y];w.nativeScheduleMicroTask(()=>{throw G})}}}let P=function(N){return O(this,N,!1)},I=function(N){return O(this,N,!0)};function ee(N,d){if(!N)return!1;let S=!0;d&&d.useG!==void 0&&(S=d.useG);let g=d&&d.vh,ie=!0;d&&d.chkDup!==void 0&&(ie=d.chkDup);let ne=!1;d&&d.rt!==void 0&&(ne=d.rt);let Y=N;for(;Y&&!Y.hasOwnProperty(t);)Y=ra(Y);if(!Y&&N[t]&&(Y=N),!Y||Y[f])return!1;let G=d&&d.eventNameToString,D={},B=Y[f]=Y[t],Z=Y[Ve(a)]=Y[a],u=Y[Ve(o)]=Y[o],s=Y[Ve(c)]=Y[c],n;d&&d.prepend&&(n=Y[Ve(d.prepend)]=Y[d.prepend]);function p(H,z){return!rr&&typeof H=="object"&&H?!!H.capture:!rr||!z?H:typeof H=="boolean"?{capture:H,passive:!0}:H?typeof H=="object"&&H.passive!==!1?{...H,passive:!0}:H:{passive:!0}}let C=function(H){if(!D.isExisting)return B.call(D.target,D.eventName,D.capture?I:P,D.options)},b=function(H){if(!H.isRemoved){let z=rt[H.eventName],$;z&&($=z[H.capture?Rt:Ot]);let fe=$&&H.target[$];if(fe){for(let pe=0;pe<fe.length;pe++)if(fe[pe]===H){fe.splice(pe,1),H.isRemoved=!0,fe.length===0&&(H.allRemoved=!0,H.target[$]=null);break}}}if(H.allRemoved)return Z.call(H.target,H.eventName,H.capture?I:P,H.options)},L=function(H){return B.call(D.target,D.eventName,H.invoke,D.options)},M=function(H){return n.call(D.target,D.eventName,H.invoke,D.options)},W=function(H){return Z.call(H.target,H.eventName,H.invoke,H.options)},y=S?C:L,A=S?b:W,Q=function(H,z){let $=typeof z;return $==="function"&&H.callback===z||$==="object"&&H.originalDelegate===z},be=d&&d.diff?d.diff:Q,He=Zone[Ve("UNPATCHED_EVENTS")],Kt=E[Ve("PASSIVE_EVENTS")],X=function(H,z,$,fe,pe=!1,oe=!1){return function(){let he=this||E,de=arguments[0];d&&d.transferEventName&&(de=d.transferEventName(de));let ve=arguments[1];if(!ve)return H.apply(this,arguments);if(ia&&de==="uncaughtException")return H.apply(this,arguments);let De=!1;if(typeof ve!="function"){if(!ve.handleEvent)return H.apply(this,arguments);De=!0}if(g&&!g(H,ve,he,arguments))return;let qe=rr&&!!Kt&&Kt.indexOf(de)!==-1,Fe=p(arguments[2],qe),Ht=Fe&&typeof Fe=="object"&&Fe.signal&&typeof Fe.signal=="object"?Fe.signal:void 0;if(Ht?.aborted)return;if(He){for(let ge=0;ge<He.length;ge++)if(de===He[ge])return qe?H.call(he,de,ve,Fe):H.apply(this,arguments)}let Je=Fe?typeof Fe=="boolean"?!0:Fe.capture:!1,qt=Fe&&typeof Fe=="object"?Fe.once:!1,Ue=Zone.current,ir=rt[de];ir||(ca(de,G),ir=rt[de]);let Ne=ir[Je?Rt:Ot],ut=he[Ne],sr=!1;if(ut){if(sr=!0,ie){for(let ge=0;ge<ut.length;ge++)if(be(ut[ge],ve))return}}else ut=he[Ne]=[];let Xt,or=he.constructor.name,cr=$i[or];cr&&(Xt=cr[de]),Xt||(Xt=or+z+(G?G(de):de)),D.options=Fe,qt&&(D.options.once=!1),D.target=he,D.capture=Je,D.eventName=de,D.isExisting=sr;let ft=S?Qi:void 0;ft&&(ft.taskData=D),Ht&&(D.options.signal=void 0);let Ke=Ue.scheduleEventTask(Xt,ve,ft,$,fe);if(Ht&&(D.options.signal=Ht,H.call(Ht,"abort",()=>{Ke.zone.cancelTask(Ke)},{once:!0})),D.target=null,ft&&(ft.taskData=null),qt&&(Fe.once=!0),!rr&&typeof Ke.options=="boolean"||(Ke.options=Fe),Ke.target=he,Ke.capture=Je,Ke.eventName=de,De&&(Ke.originalDelegate=ve),oe?ut.unshift(Ke):ut.push(Ke),pe)return he}};return Y[t]=X(B,i,y,A,ne),n&&(Y[_]=X(n,m,M,A,ne,!0)),Y[a]=function(){let H=this||E,z=arguments[0];d&&d.transferEventName&&(z=d.transferEventName(z));let $=arguments[2],fe=$?typeof $=="boolean"?!0:$.capture:!1,pe=arguments[1];if(!pe)return Z.apply(this,arguments);if(g&&!g(Z,pe,H,arguments))return;let oe=rt[z],he;oe&&(he=oe[fe?Rt:Ot]);let de=he&&H[he];if(de)for(let ve=0;ve<de.length;ve++){let De=de[ve];if(be(De,pe)){if(de.splice(ve,1),De.isRemoved=!0,de.length===0&&(De.allRemoved=!0,H[he]=null,!fe&&typeof z=="string")){let qe=Kr+"ON_PROPERTY"+z;H[qe]=null}return De.zone.cancelTask(De),ne?H:void 0}}return Z.apply(this,arguments)},Y[o]=function(){let H=this||E,z=arguments[0];d&&d.transferEventName&&(z=d.transferEventName(z));let $=[],fe=la(H,G?G(z):z);for(let pe=0;pe<fe.length;pe++){let oe=fe[pe],he=oe.originalDelegate?oe.originalDelegate:oe.callback;$.push(he)}return $},Y[c]=function(){let H=this||E,z=arguments[0];if(z){d&&d.transferEventName&&(z=d.transferEventName(z));let $=rt[z];if($){let fe=$[Ot],pe=$[Rt],oe=H[fe],he=H[pe];if(oe){let de=oe.slice();for(let ve=0;ve<de.length;ve++){let De=de[ve],qe=De.originalDelegate?De.originalDelegate:De.callback;this[a].call(this,z,qe,De.options)}}if(he){let de=he.slice();for(let ve=0;ve<de.length;ve++){let De=de[ve],qe=De.originalDelegate?De.originalDelegate:De.callback;this[a].call(this,z,qe,De.options)}}}}else{let $=Object.keys(H);for(let fe=0;fe<$.length;fe++){let pe=$[fe],oe=oa.exec(pe),he=oe&&oe[1];he&&he!=="removeListener"&&this[c].call(this,he)}this[c].call(this,"removeListener")}if(ne)return this},Er(Y[t],B),Er(Y[a],Z),s&&Er(Y[c],s),u&&Er(Y[o],u),!0}let F=[];for(let N=0;N<h.length;N++)F[N]=ee(h[N],l);return F}function la(E,w){if(!w){let a=[];for(let o in E){let c=oa.exec(o),f=c&&c[1];if(f&&(!w||f===w)){let i=E[o];if(i)for(let _=0;_<i.length;_++)a.push(i[_])}}return a}let h=rt[w];h||(ca(w),h=rt[w]);let l=E[h[Ot]],t=E[h[Rt]];return l?t?l.concat(t):l.slice():t?t.slice():[]}function ts(E,w){w.patchMethod(E,"queueMicrotask",h=>function(l,t){Zone.current.scheduleMicroTask("queueMicrotask",t[0])})}var Wr=Ve("zoneTask");function Jt(E,w,h,l){let t=null,a=null;w+=l,h+=l;let o={};function c(i){let _=i.data;return _.args[0]=function(){return i.invoke.apply(this,arguments)},_.handleId=t.apply(E,_.args),i}function f(i){return a.call(E,i.data.handleId)}t=nr(E,w,i=>function(_,m){if(typeof m[0]=="function"){let T={isPeriodic:l==="Interval",delay:l==="Timeout"||l==="Interval"?m[1]||0:void 0,args:m},O=m[0];m[0]=function(){try{return O.apply(this,arguments)}finally{T.isPeriodic||(typeof T.handleId=="number"?delete o[T.handleId]:T.handleId&&(T.handleId[Wr]=null))}};let P=na(w,m[0],T,c,f);if(!P)return P;let I=P.data.handleId;return typeof I=="number"?o[I]=P:I&&(I[Wr]=P),I&&I.ref&&I.unref&&typeof I.ref=="function"&&typeof I.unref=="function"&&(P.ref=I.ref.bind(I),P.unref=I.unref.bind(I)),typeof I=="number"||I?I:P}else return i.apply(E,m)}),a=nr(E,h,i=>function(_,m){let T=m[0],O;typeof T=="number"?O=o[T]:(O=T&&T[Wr],O||(O=T)),O&&typeof O.type=="string"?O.state!=="notScheduled"&&(O.cancelFn&&O.data.isPeriodic||O.runCount===0)&&(typeof T=="number"?delete o[T]:T&&(T[Wr]=null),O.zone.cancelTask(O)):i.apply(E,m)})}function rs(E){E.__load_patch("EventEmitter",(w,h,l)=>{let t="addListener",a="prependListener",o="removeListener",c="removeAllListeners",f="listeners",i="on",_="off",m=function(I,ee){return I.callback===ee||I.callback.listener===ee},T=function(I){return typeof I=="string"?I:I?I.toString().replace("(","_").replace(")","_"):""};function O(I){let ee=es(w,l,[I],{useG:!1,add:t,rm:o,prepend:a,rmAll:c,listeners:f,chkDup:!1,rt:!0,diff:m,eventNameToString:T});ee&&ee[0]&&(I[i]=I[t],I[_]=I[o])}let P;try{P=Zr("events")}catch{}P&&P.EventEmitter&&O(P.EventEmitter.prototype)})}function ns(E){E.__load_patch("fs",(w,h,l)=>{let t;try{t=Zr("fs")}catch{}if(!t)return;["access","appendFile","chmod","chown","close","exists","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","read","readdir","readFile","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","write","writeFile"].filter(c=>!!t[c]&&typeof t[c]=="function").forEach(c=>{Yr(t,c,(f,i)=>({name:"fs."+c,args:i,cbIdx:i.length>0?i.length-1:-1,target:f}))});let o=t.realpath?.[l.symbol("OriginalDelegate")];o?.native&&(t.realpath.native=o.native,Yr(t.realpath,"native",(c,f)=>({args:f,target:c,cbIdx:f.length>0?f.length-1:-1,name:"fs.realpath.native"})))})}function as(E){E.__load_patch("node_util",(w,h,l)=>{l.patchOnProperties=Gi,l.patchMethod=nr,l.bindArguments=Ui,l.patchMacroTask=Yr,Zi(!0)})}var er="set",tr="clear";function is(E){as(E),rs(E),ns(E),E.__load_patch("node_timers",(w,h)=>{let l=!1;try{let t=Zr("timers");if(!(w.setTimeout===t.setTimeout)&&!Jn){let o=t.setTimeout;t.setTimeout=function(){return l=!0,o.apply(this,arguments)};let c=w.setTimeout(()=>{},100);clearTimeout(c),t.setTimeout=o}Jt(t,er,tr,"Timeout"),Jt(t,er,tr,"Interval"),Jt(t,er,tr,"Immediate")}catch{}Jn||(l?(w[h.__symbol__("setTimeout")]=w.setTimeout,w[h.__symbol__("setInterval")]=w.setInterval,w[h.__symbol__("setImmediate")]=w.setImmediate):(Jt(w,er,tr,"Timeout"),Jt(w,er,tr,"Interval"),Jt(w,er,tr,"Immediate")))}),E.__load_patch("nextTick",()=>{Wi(process,"nextTick",(w,h)=>({name:"process.nextTick",args:h,cbIdx:h.length>0&&typeof h[0]=="function"?0:-1,target:process}))}),E.__load_patch("handleUnhandledPromiseRejection",(w,h,l)=>{h[l.symbol("unhandledPromiseRejectionHandler")]=t("unhandledRejection"),h[l.symbol("rejectionHandledHandler")]=t("rejectionHandled");function t(a){return function(o){la(process,a).forEach(f=>{a==="unhandledRejection"?f.invoke(o.rejection,o.promise):a==="rejectionHandled"&&f.invoke(o.promise)})}}}),E.__load_patch("crypto",()=>{let w;try{w=Zr("crypto")}catch{}w&&["randomBytes","pbkdf2"].forEach(l=>{Yr(w,l,(t,a)=>({name:"crypto."+l,args:a,cbIdx:a.length>0&&typeof a[a.length-1]=="function"?a.length-1:-1,target:w}))})}),E.__load_patch("console",(w,h)=>{["dir","log","info","error","warn","assert","debug","timeEnd","trace"].forEach(t=>{let a=console[h.__symbol__(t)]=console[t];a&&(console[t]=function(){let o=Hi.call(arguments);return h.current===h.root?a.apply(this,o):h.root.run(a,this,o)})})}),E.__load_patch("queueMicrotask",(w,h,l)=>{ts(w,l)})}function ss(){let E=Yi();return is(E),Ki(E),Xi(E),E}ss();var os=Object.getOwnPropertyNames,ce=(E,w)=>function(){return w||(0,E[os(E)[0]])((w={exports:{}}).exports,w),w.exports},vr=ce({"external/npm/node_modules/domino/lib/Event.js"(E,w){"use strict";w.exports=h,h.CAPTURING_PHASE=1,h.AT_TARGET=2,h.BUBBLING_PHASE=3;function h(l,t){if(this.type="",this.target=null,this.currentTarget=null,this.eventPhase=h.AT_TARGET,this.bubbles=!1,this.cancelable=!1,this.isTrusted=!1,this.defaultPrevented=!1,this.timeStamp=Date.now(),this._propagationStopped=!1,this._immediatePropagationStopped=!1,this._initialized=!0,this._dispatching=!1,l&&(this.type=l),t)for(var a in t)this[a]=t[a]}h.prototype=Object.create(Object.prototype,{constructor:{value:h},stopPropagation:{value:function(){this._propagationStopped=!0}},stopImmediatePropagation:{value:function(){this._propagationStopped=!0,this._immediatePropagationStopped=!0}},preventDefault:{value:function(){this.cancelable&&(this.defaultPrevented=!0)}},initEvent:{value:function(t,a,o){this._initialized=!0,!this._dispatching&&(this._propagationStopped=!1,this._immediatePropagationStopped=!1,this.defaultPrevented=!1,this.isTrusted=!1,this.target=null,this.type=t,this.bubbles=a,this.cancelable=o)}}})}}),fa=ce({"external/npm/node_modules/domino/lib/UIEvent.js"(E,w){"use strict";var h=vr();w.exports=l;function l(){h.call(this),this.view=null,this.detail=0}l.prototype=Object.create(h.prototype,{constructor:{value:l},initUIEvent:{value:function(t,a,o,c,f){this.initEvent(t,a,o),this.view=c,this.detail=f}}})}}),ha=ce({"external/npm/node_modules/domino/lib/MouseEvent.js"(E,w){"use strict";var h=fa();w.exports=l;function l(){h.call(this),this.screenX=this.screenY=this.clientX=this.clientY=0,this.ctrlKey=this.altKey=this.shiftKey=this.metaKey=!1,this.button=0,this.buttons=1,this.relatedTarget=null}l.prototype=Object.create(h.prototype,{constructor:{value:l},initMouseEvent:{value:function(t,a,o,c,f,i,_,m,T,O,P,I,ee,F,N){switch(this.initEvent(t,a,o,c,f),this.screenX=i,this.screenY=_,this.clientX=m,this.clientY=T,this.ctrlKey=O,this.altKey=P,this.shiftKey=I,this.metaKey=ee,this.button=F,F){case 0:this.buttons=1;break;case 1:this.buttons=4;break;case 2:this.buttons=2;break;default:this.buttons=0;break}this.relatedTarget=N}},getModifierState:{value:function(t){switch(t){case"Alt":return this.altKey;case"Control":return this.ctrlKey;case"Shift":return this.shiftKey;case"Meta":return this.metaKey;default:return!1}}}})}}),yn=ce({"external/npm/node_modules/domino/lib/DOMException.js"(E,w){"use strict";w.exports=D;var h=1,l=3,t=4,a=5,o=7,c=8,f=9,i=11,_=12,m=13,T=14,O=15,P=17,I=18,ee=19,F=20,N=21,d=22,S=23,g=24,ie=25,ne=[null,"INDEX_SIZE_ERR",null,"HIERARCHY_REQUEST_ERR","WRONG_DOCUMENT_ERR","INVALID_CHARACTER_ERR",null,"NO_MODIFICATION_ALLOWED_ERR","NOT_FOUND_ERR","NOT_SUPPORTED_ERR","INUSE_ATTRIBUTE_ERR","INVALID_STATE_ERR","SYNTAX_ERR","INVALID_MODIFICATION_ERR","NAMESPACE_ERR","INVALID_ACCESS_ERR",null,"TYPE_MISMATCH_ERR","SECURITY_ERR","NETWORK_ERR","ABORT_ERR","URL_MISMATCH_ERR","QUOTA_EXCEEDED_ERR","TIMEOUT_ERR","INVALID_NODE_TYPE_ERR","DATA_CLONE_ERR"],Y=[null,"INDEX_SIZE_ERR (1): the index is not in the allowed range",null,"HIERARCHY_REQUEST_ERR (3): the operation would yield an incorrect nodes model","WRONG_DOCUMENT_ERR (4): the object is in the wrong Document, a call to importNode is required","INVALID_CHARACTER_ERR (5): the string contains invalid characters",null,"NO_MODIFICATION_ALLOWED_ERR (7): the object can not be modified","NOT_FOUND_ERR (8): the object can not be found here","NOT_SUPPORTED_ERR (9): this operation is not supported","INUSE_ATTRIBUTE_ERR (10): setAttributeNode called on owned Attribute","INVALID_STATE_ERR (11): the object is in an invalid state","SYNTAX_ERR (12): the string did not match the expected pattern","INVALID_MODIFICATION_ERR (13): the object can not be modified in this way","NAMESPACE_ERR (14): the operation is not allowed by Namespaces in XML","INVALID_ACCESS_ERR (15): the object does not support the operation or argument",null,"TYPE_MISMATCH_ERR (17): the type of the object does not match the expected type","SECURITY_ERR (18): the operation is insecure","NETWORK_ERR (19): a network error occurred","ABORT_ERR (20): the user aborted an operation","URL_MISMATCH_ERR (21): the given URL does not match another URL","QUOTA_EXCEEDED_ERR (22): the quota has been exceeded","TIMEOUT_ERR (23): a timeout occurred","INVALID_NODE_TYPE_ERR (24): the supplied node is invalid or has an invalid ancestor for this operation","DATA_CLONE_ERR (25): the object can not be cloned."],G={INDEX_SIZE_ERR:h,DOMSTRING_SIZE_ERR:2,HIERARCHY_REQUEST_ERR:l,WRONG_DOCUMENT_ERR:t,INVALID_CHARACTER_ERR:a,NO_DATA_ALLOWED_ERR:6,NO_MODIFICATION_ALLOWED_ERR:o,NOT_FOUND_ERR:c,NOT_SUPPORTED_ERR:f,INUSE_ATTRIBUTE_ERR:10,INVALID_STATE_ERR:i,SYNTAX_ERR:_,INVALID_MODIFICATION_ERR:m,NAMESPACE_ERR:T,INVALID_ACCESS_ERR:O,VALIDATION_ERR:16,TYPE_MISMATCH_ERR:P,SECURITY_ERR:I,NETWORK_ERR:ee,ABORT_ERR:F,URL_MISMATCH_ERR:N,QUOTA_EXCEEDED_ERR:d,TIMEOUT_ERR:S,INVALID_NODE_TYPE_ERR:g,DATA_CLONE_ERR:ie};function D(u){Error.call(this),Error.captureStackTrace(this,this.constructor),this.code=u,this.message=Y[u],this.name=ne[u]}D.prototype.__proto__=Error.prototype;for(Z in G)B={value:G[Z]},Object.defineProperty(D,Z,B),Object.defineProperty(D.prototype,Z,B);var B,Z}}),Nn=ce({"external/npm/node_modules/domino/lib/config.js"(E){E.isApiWritable=!globalThis.__domino_frozen__}}),Be=ce({"external/npm/node_modules/domino/lib/utils.js"(E){"use strict";var w=yn(),h=w,l=Nn().isApiWritable;E.NAMESPACE={HTML:"http://www.w3.org/1999/xhtml",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink"},E.IndexSizeError=function(){throw new w(h.INDEX_SIZE_ERR)},E.HierarchyRequestError=function(){throw new w(h.HIERARCHY_REQUEST_ERR)},E.WrongDocumentError=function(){throw new w(h.WRONG_DOCUMENT_ERR)},E.InvalidCharacterError=function(){throw new w(h.INVALID_CHARACTER_ERR)},E.NoModificationAllowedError=function(){throw new w(h.NO_MODIFICATION_ALLOWED_ERR)},E.NotFoundError=function(){throw new w(h.NOT_FOUND_ERR)},E.NotSupportedError=function(){throw new w(h.NOT_SUPPORTED_ERR)},E.InvalidStateError=function(){throw new w(h.INVALID_STATE_ERR)},E.SyntaxError=function(){throw new w(h.SYNTAX_ERR)},E.InvalidModificationError=function(){throw new w(h.INVALID_MODIFICATION_ERR)},E.NamespaceError=function(){throw new w(h.NAMESPACE_ERR)},E.InvalidAccessError=function(){throw new w(h.INVALID_ACCESS_ERR)},E.TypeMismatchError=function(){throw new w(h.TYPE_MISMATCH_ERR)},E.SecurityError=function(){throw new w(h.SECURITY_ERR)},E.NetworkError=function(){throw new w(h.NETWORK_ERR)},E.AbortError=function(){throw new w(h.ABORT_ERR)},E.UrlMismatchError=function(){throw new w(h.URL_MISMATCH_ERR)},E.QuotaExceededError=function(){throw new w(h.QUOTA_EXCEEDED_ERR)},E.TimeoutError=function(){throw new w(h.TIMEOUT_ERR)},E.InvalidNodeTypeError=function(){throw new w(h.INVALID_NODE_TYPE_ERR)},E.DataCloneError=function(){throw new w(h.DATA_CLONE_ERR)},E.nyi=function(){throw new Error("NotYetImplemented")},E.shouldOverride=function(){throw new Error("Abstract function; should be overriding in subclass.")},E.assert=function(t,a){if(!t)throw new Error("Assertion failed: "+(a||"")+`
- `+new Error().stack)},E.expose=function(t,a){for(var o in t)Object.defineProperty(a.prototype,o,{value:t[o],writable:l})},E.merge=function(t,a){for(var o in a)t[o]=a[o]},E.documentOrder=function(t,a){return 3-(t.compareDocumentPosition(a)&6)},E.toASCIILowerCase=function(t){return t.replace(/[A-Z]+/g,function(a){return a.toLowerCase()})},E.toASCIIUpperCase=function(t){return t.replace(/[a-z]+/g,function(a){return a.toUpperCase()})}}}),pa=ce({"external/npm/node_modules/domino/lib/EventTarget.js"(E,w){"use strict";var h=vr(),l=ha(),t=Be();w.exports=a;function a(){}a.prototype={addEventListener:function(c,f,i){if(f){i===void 0&&(i=!1),this._listeners||(this._listeners=Object.create(null)),this._listeners[c]||(this._listeners[c]=[]);for(var _=this._listeners[c],m=0,T=_.length;m<T;m++){var O=_[m];if(O.listener===f&&O.capture===i)return}var P={listener:f,capture:i};typeof f=="function"&&(P.f=f),_.push(P)}},removeEventListener:function(c,f,i){if(i===void 0&&(i=!1),this._listeners){var _=this._listeners[c];if(_)for(var m=0,T=_.length;m<T;m++){var O=_[m];if(O.listener===f&&O.capture===i){_.length===1?this._listeners[c]=void 0:_.splice(m,1);return}}}},dispatchEvent:function(c){return this._dispatchEvent(c,!1)},_dispatchEvent:function(c,f){typeof f!="boolean"&&(f=!1);function i(I,ee){var F=ee.type,N=ee.eventPhase;if(ee.currentTarget=I,N!==h.CAPTURING_PHASE&&I._handlers&&I._handlers[F]){var d=I._handlers[F],S;if(typeof d=="function")S=d.call(ee.currentTarget,ee);else{var g=d.handleEvent;if(typeof g!="function")throw new TypeError("handleEvent property of event handler object isnot a function.");S=g.call(d,ee)}switch(ee.type){case"mouseover":S===!0&&ee.preventDefault();break;case"beforeunload":default:S===!1&&ee.preventDefault();break}}var ie=I._listeners&&I._listeners[F];if(ie){ie=ie.slice();for(var ne=0,Y=ie.length;ne<Y;ne++){if(ee._immediatePropagationStopped)return;var G=ie[ne];if(!(N===h.CAPTURING_PHASE&&!G.capture||N===h.BUBBLING_PHASE&&G.capture))if(G.f)G.f.call(ee.currentTarget,ee);else{var D=G.listener.handleEvent;if(typeof D!="function")throw new TypeError("handleEvent property of event listener object is not a function.");D.call(G.listener,ee)}}}}(!c._initialized||c._dispatching)&&t.InvalidStateError(),c.isTrusted=f,c._dispatching=!0,c.target=this;for(var _=[],m=this.parentNode;m;m=m.parentNode)_.push(m);c.eventPhase=h.CAPTURING_PHASE;for(var T=_.length-1;T>=0&&(i(_[T],c),!c._propagationStopped);T--);if(c._propagationStopped||(c.eventPhase=h.AT_TARGET,i(this,c)),c.bubbles&&!c._propagationStopped){c.eventPhase=h.BUBBLING_PHASE;for(var O=0,P=_.length;O<P&&(i(_[O],c),!c._propagationStopped);O++);}if(c._dispatching=!1,c.eventPhase=h.AT_TARGET,c.currentTarget=null,f&&!c.defaultPrevented&&c instanceof l)switch(c.type){case"mousedown":this._armed={x:c.clientX,y:c.clientY,t:c.timeStamp};break;case"mouseout":case"mouseover":this._armed=null;break;case"mouseup":this._isClick(c)&&this._doClick(c),this._armed=null;break}return!c.defaultPrevented},_isClick:function(o){return this._armed!==null&&o.type==="mouseup"&&o.isTrusted&&o.button===0&&o.timeStamp-this._armed.t<1e3&&Math.abs(o.clientX-this._armed.x)<10&&Math.abs(o.clientY-this._armed.Y)<10},_doClick:function(o){if(!this._click_in_progress){this._click_in_progress=!0;for(var c=this;c&&!c._post_click_activation_steps;)c=c.parentNode;c&&c._pre_click_activation_steps&&c._pre_click_activation_steps();var f=this.ownerDocument.createEvent("MouseEvent");f.initMouseEvent("click",!0,!0,this.ownerDocument.defaultView,1,o.screenX,o.screenY,o.clientX,o.clientY,o.ctrlKey,o.altKey,o.shiftKey,o.metaKey,o.button,null);var i=this._dispatchEvent(f,!0);c&&(i?c._post_click_activation_steps&&c._post_click_activation_steps(f):c._cancelled_activation_steps&&c._cancelled_activation_steps())}},_setEventHandler:function(c,f){this._handlers||(this._handlers=Object.create(null)),this._handlers[c]=f},_getEventHandler:function(c){return this._handlers&&this._handlers[c]||null}}}}),da=ce({"external/npm/node_modules/domino/lib/LinkedList.js"(E,w){"use strict";var h=Be(),l=w.exports={valid:function(t){return h.assert(t,"list falsy"),h.assert(t._previousSibling,"previous falsy"),h.assert(t._nextSibling,"next falsy"),!0},insertBefore:function(t,a){h.assert(l.valid(t)&&l.valid(a));var o=t,c=t._previousSibling,f=a,i=a._previousSibling;o._previousSibling=i,c._nextSibling=f,i._nextSibling=o,f._previousSibling=c,h.assert(l.valid(t)&&l.valid(a))},replace:function(t,a){h.assert(l.valid(t)&&(a===null||l.valid(a))),a!==null&&l.insertBefore(a,t),l.remove(t),h.assert(l.valid(t)&&(a===null||l.valid(a)))},remove:function(t){h.assert(l.valid(t));var a=t._previousSibling;if(a!==t){var o=t._nextSibling;a._nextSibling=o,o._previousSibling=a,t._previousSibling=t._nextSibling=t,h.assert(l.valid(t))}}}}}),ma=ce({"external/npm/node_modules/domino/lib/NodeUtils.js"(E,w){"use strict";w.exports={serializeOne:ee,\u0275escapeMatchingClosingTag:T,\u0275escapeClosingCommentTag:P,\u0275escapeProcessingInstructionContent:I};var h=Be(),l=h.NAMESPACE,t={STYLE:!0,SCRIPT:!0,XMP:!0,IFRAME:!0,NOEMBED:!0,NOFRAMES:!0,PLAINTEXT:!0},a={area:!0,base:!0,basefont:!0,bgsound:!0,br:!0,col:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},o={},c=/[&<>\u00A0]/g,f=/[&"<>\u00A0]/g;function i(F){return c.test(F)?F.replace(c,N=>{switch(N){case"&":return"&";case"<":return"<";case">":return">";case"\xA0":return" "}}):F}function _(F){return f.test(F)?F.replace(f,N=>{switch(N){case"<":return"<";case">":return">";case"&":return"&";case'"':return""";case"\xA0":return" "}}):F}function m(F){var N=F.namespaceURI;return N?N===l.XML?"xml:"+F.localName:N===l.XLINK?"xlink:"+F.localName:N===l.XMLNS?F.localName==="xmlns"?"xmlns":"xmlns:"+F.localName:F.name:F.localName}function T(F,N){let d="</"+N;if(!F.toLowerCase().includes(d))return F;let S=[...F],g=F.matchAll(new RegExp(d,"ig"));for(let ie of g)S[ie.index]="<";return S.join("")}var O=/--!?>/;function P(F){return O.test(F)?F.replace(/(--\!?)>/g,"$1>"):F}function I(F){return F.includes(">")?F.replaceAll(">",">"):F}function ee(F,N){var d="";switch(F.nodeType){case 1:var S=F.namespaceURI,g=S===l.HTML,ie=g||S===l.SVG||S===l.MATHML?F.localName:F.tagName;d+="<"+ie;for(var ne=0,Y=F._numattrs;ne<Y;ne++){var G=F._attr(ne);d+=" "+m(G),G.value!==void 0&&(d+='="'+_(G.value)+'"')}if(d+=">",!(g&&a[ie])){var D=F.serialize();t[ie.toUpperCase()]&&(D=T(D,ie)),g&&o[ie]&&D.charAt(0)===`
- `&&(d+=`
- `),d+=D,d+="</"+ie+">"}break;case 3:case 4:var B;N.nodeType===1&&N.namespaceURI===l.HTML?B=N.tagName:B="",t[B]||B==="NOSCRIPT"&&N.ownerDocument._scripting_enabled?d+=F.data:d+=i(F.data);break;case 8:d+="<!--"+P(F.data)+"-->";break;case 7:let Z=I(F.data);d+="<?"+F.target+" "+Z+"?>";break;case 10:d+="<!DOCTYPE "+F.name,d+=">";break;default:h.InvalidStateError()}return d}}}),Ge=ce({"external/npm/node_modules/domino/lib/Node.js"(E,w){"use strict";w.exports=o;var h=pa(),l=da(),t=ma(),a=Be();function o(){h.call(this),this.parentNode=null,this._nextSibling=this._previousSibling=this,this._index=void 0}var c=o.ELEMENT_NODE=1,f=o.ATTRIBUTE_NODE=2,i=o.TEXT_NODE=3,_=o.CDATA_SECTION_NODE=4,m=o.ENTITY_REFERENCE_NODE=5,T=o.ENTITY_NODE=6,O=o.PROCESSING_INSTRUCTION_NODE=7,P=o.COMMENT_NODE=8,I=o.DOCUMENT_NODE=9,ee=o.DOCUMENT_TYPE_NODE=10,F=o.DOCUMENT_FRAGMENT_NODE=11,N=o.NOTATION_NODE=12,d=o.DOCUMENT_POSITION_DISCONNECTED=1,S=o.DOCUMENT_POSITION_PRECEDING=2,g=o.DOCUMENT_POSITION_FOLLOWING=4,ie=o.DOCUMENT_POSITION_CONTAINS=8,ne=o.DOCUMENT_POSITION_CONTAINED_BY=16,Y=o.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=32;o.prototype=Object.create(h.prototype,{baseURI:{get:a.nyi},parentElement:{get:function(){return this.parentNode&&this.parentNode.nodeType===c?this.parentNode:null}},hasChildNodes:{value:a.shouldOverride},firstChild:{get:a.shouldOverride},lastChild:{get:a.shouldOverride},isConnected:{get:function(){let G=this;for(;G!=null;){if(G.nodeType===o.DOCUMENT_NODE)return!0;G=G.parentNode,G!=null&&G.nodeType===o.DOCUMENT_FRAGMENT_NODE&&(G=G.host)}return!1}},previousSibling:{get:function(){var G=this.parentNode;return!G||this===G.firstChild?null:this._previousSibling}},nextSibling:{get:function(){var G=this.parentNode,D=this._nextSibling;return!G||D===G.firstChild?null:D}},textContent:{get:function(){return null},set:function(G){}},innerText:{get:function(){return null},set:function(G){}},_countChildrenOfType:{value:function(G){for(var D=0,B=this.firstChild;B!==null;B=B.nextSibling)B.nodeType===G&&D++;return D}},_ensureInsertValid:{value:function(D,B,Z){var u=this,s,n;if(!D.nodeType)throw new TypeError("not a node");switch(u.nodeType){case I:case F:case c:break;default:a.HierarchyRequestError()}switch(D.isAncestor(u)&&a.HierarchyRequestError(),(B!==null||!Z)&&B.parentNode!==u&&a.NotFoundError(),D.nodeType){case F:case ee:case c:case i:case O:case P:break;default:a.HierarchyRequestError()}if(u.nodeType===I)switch(D.nodeType){case i:a.HierarchyRequestError();break;case F:switch(D._countChildrenOfType(i)>0&&a.HierarchyRequestError(),D._countChildrenOfType(c)){case 0:break;case 1:if(B!==null)for(Z&&B.nodeType===ee&&a.HierarchyRequestError(),n=B.nextSibling;n!==null;n=n.nextSibling)n.nodeType===ee&&a.HierarchyRequestError();s=u._countChildrenOfType(c),Z?s>0&&a.HierarchyRequestError():(s>1||s===1&&B.nodeType!==c)&&a.HierarchyRequestError();break;default:a.HierarchyRequestError()}break;case c:if(B!==null)for(Z&&B.nodeType===ee&&a.HierarchyRequestError(),n=B.nextSibling;n!==null;n=n.nextSibling)n.nodeType===ee&&a.HierarchyRequestError();s=u._countChildrenOfType(c),Z?s>0&&a.HierarchyRequestError():(s>1||s===1&&B.nodeType!==c)&&a.HierarchyRequestError();break;case ee:if(B===null)u._countChildrenOfType(c)&&a.HierarchyRequestError();else for(n=u.firstChild;n!==null&&n!==B;n=n.nextSibling)n.nodeType===c&&a.HierarchyRequestError();s=u._countChildrenOfType(ee),Z?s>0&&a.HierarchyRequestError():(s>1||s===1&&B.nodeType!==ee)&&a.HierarchyRequestError();break}else D.nodeType===ee&&a.HierarchyRequestError()}},insertBefore:{value:function(D,B){var Z=this;Z._ensureInsertValid(D,B,!0);var u=B;return u===D&&(u=D.nextSibling),Z.doc.adoptNode(D),D._insertOrReplace(Z,u,!1),D}},appendChild:{value:function(G){return this.insertBefore(G,null)}},_appendChild:{value:function(G){G._insertOrReplace(this,null,!1)}},removeChild:{value:function(D){var B=this;if(!D.nodeType)throw new TypeError("not a node");return D.parentNode!==B&&a.NotFoundError(),D.remove(),D}},replaceChild:{value:function(D,B){var Z=this;return Z._ensureInsertValid(D,B,!1),D.doc!==Z.doc&&Z.doc.adoptNode(D),D._insertOrReplace(Z,B,!0),B}},contains:{value:function(D){return D===null?!1:this===D?!0:(this.compareDocumentPosition(D)&ne)!==0}},compareDocumentPosition:{value:function(D){if(this===D)return 0;if(this.doc!==D.doc||this.rooted!==D.rooted)return d+Y;for(var B=[],Z=[],u=this;u!==null;u=u.parentNode)B.push(u);for(u=D;u!==null;u=u.parentNode)Z.push(u);if(B.reverse(),Z.reverse(),B[0]!==Z[0])return d+Y;u=Math.min(B.length,Z.length);for(var s=1;s<u;s++)if(B[s]!==Z[s])return B[s].index<Z[s].index?g:S;return B.length<Z.length?g+ne:S+ie}},isSameNode:{value:function(D){return this===D}},isEqualNode:{value:function(D){if(!D||D.nodeType!==this.nodeType||!this.isEqual(D))return!1;for(var B=this.firstChild,Z=D.firstChild;B&&Z;B=B.nextSibling,Z=Z.nextSibling)if(!B.isEqualNode(Z))return!1;return B===null&&Z===null}},cloneNode:{value:function(G){var D=this.clone();if(G)for(var B=this.firstChild;B!==null;B=B.nextSibling)D._appendChild(B.cloneNode(!0));return D}},lookupPrefix:{value:function(D){var B;if(D===""||D===null||D===void 0)return null;switch(this.nodeType){case c:return this._lookupNamespacePrefix(D,this);case I:return B=this.documentElement,B?B.lookupPrefix(D):null;case T:case N:case F:case ee:return null;case f:return B=this.ownerElement,B?B.lookupPrefix(D):null;default:return B=this.parentElement,B?B.lookupPrefix(D):null}}},lookupNamespaceURI:{value:function(D){(D===""||D===void 0)&&(D=null);var B;switch(this.nodeType){case c:return a.shouldOverride();case I:return B=this.documentElement,B?B.lookupNamespaceURI(D):null;case T:case N:case ee:case F:return null;case f:return B=this.ownerElement,B?B.lookupNamespaceURI(D):null;default:return B=this.parentElement,B?B.lookupNamespaceURI(D):null}}},isDefaultNamespace:{value:function(D){(D===""||D===void 0)&&(D=null);var B=this.lookupNamespaceURI(null);return B===D}},index:{get:function(){var G=this.parentNode;if(this===G.firstChild)return 0;var D=G.childNodes;if(this._index===void 0||D[this._index]!==this){for(var B=0;B<D.length;B++)D[B]._index=B;a.assert(D[this._index]===this)}return this._index}},isAncestor:{value:function(G){if(this.doc!==G.doc||this.rooted!==G.rooted)return!1;for(var D=G;D;D=D.parentNode)if(D===this)return!0;return!1}},ensureSameDoc:{value:function(G){G.ownerDocument===null?G.ownerDocument=this.doc:G.ownerDocument!==this.doc&&a.WrongDocumentError()}},removeChildren:{value:a.shouldOverride},_insertOrReplace:{value:function(D,B,Z){var u=this,s,n;if(u.nodeType===F&&u.rooted&&a.HierarchyRequestError(),D._childNodes&&(s=B===null?D._childNodes.length:B.index,u.parentNode===D)){var p=u.index;p<s&&s--}Z&&(B.rooted&&B.doc.mutateRemove(B),B.parentNode=null);var C=B;C===null&&(C=D.firstChild);var b=u.rooted&&D.rooted;if(u.nodeType===F){for(var L=[0,Z?1:0],M,W=u.firstChild;W!==null;W=M)M=W.nextSibling,L.push(W),W.parentNode=D;var y=L.length;if(Z?l.replace(C,y>2?L[2]:null):y>2&&C!==null&&l.insertBefore(L[2],C),D._childNodes)for(L[0]=B===null?D._childNodes.length:B._index,D._childNodes.splice.apply(D._childNodes,L),n=2;n<y;n++)L[n]._index=L[0]+(n-2);else D._firstChild===B&&(y>2?D._firstChild=L[2]:Z&&(D._firstChild=null));if(u._childNodes?u._childNodes.length=0:u._firstChild=null,D.rooted)for(D.modify(),n=2;n<y;n++)D.doc.mutateInsert(L[n])}else{if(B===u)return;b?u._remove():u.parentNode&&u.remove(),u.parentNode=D,Z?(l.replace(C,u),D._childNodes?(u._index=s,D._childNodes[s]=u):D._firstChild===B&&(D._firstChild=u)):(C!==null&&l.insertBefore(u,C),D._childNodes?(u._index=s,D._childNodes.splice(s,0,u)):D._firstChild===B&&(D._firstChild=u)),b?(D.modify(),D.doc.mutateMove(u)):D.rooted&&(D.modify(),D.doc.mutateInsert(u))}}},lastModTime:{get:function(){return this._lastModTime||(this._lastModTime=this.doc.modclock),this._lastModTime}},modify:{value:function(){if(this.doc.modclock)for(var G=++this.doc.modclock,D=this;D;D=D.parentElement)D._lastModTime&&(D._lastModTime=G)}},doc:{get:function(){return this.ownerDocument||this}},rooted:{get:function(){return!!this._nid}},normalize:{value:function(){for(var G,D=this.firstChild;D!==null;D=G)if(G=D.nextSibling,D.normalize&&D.normalize(),D.nodeType===o.TEXT_NODE){if(D.nodeValue===""){this.removeChild(D);continue}var B=D.previousSibling;B!==null&&B.nodeType===o.TEXT_NODE&&(B.appendData(D.nodeValue),this.removeChild(D))}}},serialize:{value:function(){if(this._innerHTML)return this._innerHTML;for(var G="",D=this.firstChild;D!==null;D=D.nextSibling)G+=t.serializeOne(D,this);return G}},outerHTML:{get:function(){return t.serializeOne(this,{nodeType:0})},set:a.nyi},ELEMENT_NODE:{value:c},ATTRIBUTE_NODE:{value:f},TEXT_NODE:{value:i},CDATA_SECTION_NODE:{value:_},ENTITY_REFERENCE_NODE:{value:m},ENTITY_NODE:{value:T},PROCESSING_INSTRUCTION_NODE:{value:O},COMMENT_NODE:{value:P},DOCUMENT_NODE:{value:I},DOCUMENT_TYPE_NODE:{value:ee},DOCUMENT_FRAGMENT_NODE:{value:F},NOTATION_NODE:{value:N},DOCUMENT_POSITION_DISCONNECTED:{value:d},DOCUMENT_POSITION_PRECEDING:{value:S},DOCUMENT_POSITION_FOLLOWING:{value:g},DOCUMENT_POSITION_CONTAINS:{value:ie},DOCUMENT_POSITION_CONTAINED_BY:{value:ne},DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:{value:Y}})}}),cs=ce({"external/npm/node_modules/domino/lib/NodeList.es6.js"(E,w){"use strict";w.exports=class extends Array{constructor(l){if(super(l&&l.length||0),l)for(var t in l)this[t]=l[t]}item(l){return this[l]||null}}}}),ls=ce({"external/npm/node_modules/domino/lib/NodeList.es5.js"(E,w){"use strict";function h(t){return this[t]||null}function l(t){return t||(t=[]),t.item=h,t}w.exports=l}}),ar=ce({"external/npm/node_modules/domino/lib/NodeList.js"(E,w){"use strict";var h;try{h=cs()}catch{h=ls()}w.exports=h}}),wn=ce({"external/npm/node_modules/domino/lib/ContainerNode.js"(E,w){"use strict";w.exports=t;var h=Ge(),l=ar();function t(){h.call(this),this._firstChild=this._childNodes=null}t.prototype=Object.create(h.prototype,{hasChildNodes:{value:function(){return this._childNodes?this._childNodes.length>0:this._firstChild!==null}},childNodes:{get:function(){return this._ensureChildNodes(),this._childNodes}},firstChild:{get:function(){return this._childNodes?this._childNodes.length===0?null:this._childNodes[0]:this._firstChild}},lastChild:{get:function(){var a=this._childNodes,o;return a?a.length===0?null:a[a.length-1]:(o=this._firstChild,o===null?null:o._previousSibling)}},_ensureChildNodes:{value:function(){if(!this._childNodes){var a=this._firstChild,o=a,c=this._childNodes=new l;if(a)do c.push(o),o=o._nextSibling;while(o!==a);this._firstChild=null}}},removeChildren:{value:function(){for(var o=this.rooted?this.ownerDocument:null,c=this.firstChild,f;c!==null;)f=c,c=f.nextSibling,o&&o.mutateRemove(f),f.parentNode=null;this._childNodes?this._childNodes.length=0:this._firstChild=null,this.modify()}}})}}),Sn=ce({"external/npm/node_modules/domino/lib/xmlnames.js"(E){"use strict";E.isValidName=I,E.isValidQName=ee;var w=/^[_:A-Za-z][-.:\w]+$/,h=/^([_A-Za-z][-.\w]+|[_A-Za-z][-.\w]+:[_A-Za-z][-.\w]+)$/,l="_A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD",t="-._A-Za-z0-9\xB7\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0300-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD",a="["+l+"]["+t+"]*",o=l+":",c=t+":",f=new RegExp("^["+o+"]["+c+"]*$"),i=new RegExp("^("+a+"|"+a+":"+a+")$"),_=/[\uD800-\uDB7F\uDC00-\uDFFF]/,m=/[\uD800-\uDB7F\uDC00-\uDFFF]/g,T=/[\uD800-\uDB7F][\uDC00-\uDFFF]/g;l+="\uD800-\u{EFC00}-\uDFFF",t+="\uD800-\u{EFC00}-\uDFFF",a="["+l+"]["+t+"]*",o=l+":",c=t+":";var O=new RegExp("^["+o+"]["+c+"]*$"),P=new RegExp("^("+a+"|"+a+":"+a+")$");function I(F){if(w.test(F)||f.test(F))return!0;if(!_.test(F)||!O.test(F))return!1;var N=F.match(m),d=F.match(T);return d!==null&&2*d.length===N.length}function ee(F){if(h.test(F)||i.test(F))return!0;if(!_.test(F)||!P.test(F))return!1;var N=F.match(m),d=F.match(T);return d!==null&&2*d.length===N.length}}}),ga=ce({"external/npm/node_modules/domino/lib/attributes.js"(E){"use strict";var w=Be();E.property=function(l){if(Array.isArray(l.type)){var t=Object.create(null);l.type.forEach(function(c){t[c.value||c]=c.alias||c});var a=l.missing;a===void 0&&(a=null);var o=l.invalid;return o===void 0&&(o=a),{get:function(){var c=this._getattr(l.name);return c===null?a:(c=t[c.toLowerCase()],c!==void 0?c:o!==null?o:c)},set:function(c){this._setattr(l.name,c)}}}else{if(l.type===Boolean)return{get:function(){return this.hasAttribute(l.name)},set:function(c){c?this._setattr(l.name,""):this.removeAttribute(l.name)}};if(l.type===Number||l.type==="long"||l.type==="unsigned long"||l.type==="limited unsigned long with fallback")return h(l);if(!l.type||l.type===String)return{get:function(){return this._getattr(l.name)||""},set:function(c){l.treatNullAsEmptyString&&c===null&&(c=""),this._setattr(l.name,c)}};if(typeof l.type=="function")return l.type(l.name,l)}throw new Error("Invalid attribute definition")};function h(l){var t;typeof l.default=="function"?t=l.default:typeof l.default=="number"?t=function(){return l.default}:t=function(){w.assert(!1,typeof l.default)};var a=l.type==="unsigned long",o=l.type==="long",c=l.type==="limited unsigned long with fallback",f=l.min,i=l.max,_=l.setmin;return f===void 0&&(a&&(f=0),o&&(f=-2147483648),c&&(f=1)),i===void 0&&(a||o||c)&&(i=2147483647),{get:function(){var m=this._getattr(l.name),T=l.float?parseFloat(m):parseInt(m,10);if(m===null||!isFinite(T)||f!==void 0&&T<f||i!==void 0&&T>i)return t.call(this);if(a||o||c){if(!/^[ \t\n\f\r]*[-+]?[0-9]/.test(m))return t.call(this);T=T|0}return T},set:function(m){l.float||(m=Math.floor(m)),_!==void 0&&m<_&&w.IndexSizeError(l.name+" set to "+m),a?m=m<0||m>2147483647?t.call(this):m|0:c?m=m<1||m>2147483647?t.call(this):m|0:o&&(m=m<-2147483648||m>2147483647?t.call(this):m|0),this._setattr(l.name,String(m))}}}E.registerChangeHandler=function(l,t,a){var o=l.prototype;Object.prototype.hasOwnProperty.call(o,"_attributeChangeHandlers")||(o._attributeChangeHandlers=Object.create(o._attributeChangeHandlers||null)),o._attributeChangeHandlers[t]=a}}}),us=ce({"external/npm/node_modules/domino/lib/FilteredElementList.js"(E,w){"use strict";w.exports=l;var h=Ge();function l(t,a){this.root=t,this.filter=a,this.lastModTime=t.lastModTime,this.done=!1,this.cache=[],this.traverse()}l.prototype=Object.create(Object.prototype,{length:{get:function(){return this.checkcache(),this.done||this.traverse(),this.cache.length}},item:{value:function(t){return this.checkcache(),!this.done&&t>=this.cache.length&&this.traverse(),this.cache[t]}},checkcache:{value:function(){if(this.lastModTime!==this.root.lastModTime){for(var t=this.cache.length-1;t>=0;t--)this[t]=void 0;this.cache.length=0,this.done=!1,this.lastModTime=this.root.lastModTime}}},traverse:{value:function(t){t!==void 0&&t++;for(var a;(a=this.next())!==null;)if(this[this.cache.length]=a,this.cache.push(a),t&&this.cache.length===t)return;this.done=!0}},next:{value:function(){var t=this.cache.length===0?this.root:this.cache[this.cache.length-1],a;for(t.nodeType===h.DOCUMENT_NODE?a=t.documentElement:a=t.nextElement(this.root);a;){if(this.filter(a))return a;a=a.nextElement(this.root)}return null}}})}}),_a=ce({"external/npm/node_modules/domino/lib/DOMTokenList.js"(E,w){"use strict";var h=Be();w.exports=l;function l(f,i){this._getString=f,this._setString=i,this._length=0,this._lastStringValue="",this._update()}Object.defineProperties(l.prototype,{length:{get:function(){return this._length}},item:{value:function(f){var i=c(this);return f<0||f>=i.length?null:i[f]}},contains:{value:function(f){f=String(f);var i=c(this);return i.indexOf(f)>-1}},add:{value:function(){for(var f=c(this),i=0,_=arguments.length;i<_;i++){var m=a(arguments[i]);f.indexOf(m)<0&&f.push(m)}this._update(f)}},remove:{value:function(){for(var f=c(this),i=0,_=arguments.length;i<_;i++){var m=a(arguments[i]),T=f.indexOf(m);T>-1&&f.splice(T,1)}this._update(f)}},toggle:{value:function(i,_){return i=a(i),this.contains(i)?_===void 0||_===!1?(this.remove(i),!1):!0:_===void 0||_===!0?(this.add(i),!0):!1}},replace:{value:function(i,_){String(_)===""&&h.SyntaxError(),i=a(i),_=a(_);var m=c(this),T=m.indexOf(i);if(T<0)return!1;var O=m.indexOf(_);return O<0?m[T]=_:T<O?(m[T]=_,m.splice(O,1)):m.splice(T,1),this._update(m),!0}},toString:{value:function(){return this._getString()}},value:{get:function(){return this._getString()},set:function(f){this._setString(f),this._update()}},_update:{value:function(f){f?(t(this,f),this._setString(f.join(" ").trim())):t(this,c(this)),this._lastStringValue=this._getString()}}});function t(f,i){var _=f._length,m;for(f._length=i.length,m=0;m<i.length;m++)f[m]=i[m];for(;m<_;m++)f[m]=void 0}function a(f){return f=String(f),f===""&&h.SyntaxError(),/[ \t\r\n\f]/.test(f)&&h.InvalidCharacterError(),f}function o(f){for(var i=f._length,_=Array(i),m=0;m<i;m++)_[m]=f[m];return _}function c(f){var i=f._getString();if(i===f._lastStringValue)return o(f);var _=i.replace(/(^[ \t\r\n\f]+)|([ \t\r\n\f]+$)/g,"");if(_==="")return[];var m=Object.create(null);return _.split(/[ \t\r\n\f]+/g).filter(function(T){var O="$"+T;return m[O]?!1:(m[O]=!0,!0)})}}}),kn=ce({"external/npm/node_modules/domino/lib/select.js"(E,w){"use strict";var h=Object.create(null,{location:{get:function(){throw new Error("window.location is not supported.")}}}),l=function(u,s){return u.compareDocumentPosition(s)},t=function(u,s){return l(u,s)&2?1:-1},a=function(u){for(;(u=u.nextSibling)&&u.nodeType!==1;);return u},o=function(u){for(;(u=u.previousSibling)&&u.nodeType!==1;);return u},c=function(u){if(u=u.firstChild)for(;u.nodeType!==1&&(u=u.nextSibling););return u},f=function(u){if(u=u.lastChild)for(;u.nodeType!==1&&(u=u.previousSibling););return u},i=function(u){if(!u.parentNode)return!1;var s=u.parentNode.nodeType;return s===1||s===9},_=function(u){if(!u)return u;var s=u[0];return s==='"'||s==="'"?(u[u.length-1]===s?u=u.slice(1,-1):u=u.slice(1),u.replace(g.str_escape,function(n){var p=/^\\(?:([0-9A-Fa-f]+)|([\r\n\f]+))/.exec(n);if(!p)return n.slice(1);if(p[2])return"";var C=parseInt(p[1],16);return String.fromCodePoint?String.fromCodePoint(C):String.fromCharCode(C)})):g.ident.test(u)?m(u):u},m=function(u){return u.replace(g.escape,function(s){var n=/^\\([0-9A-Fa-f]+)/.exec(s);if(!n)return s[1];var p=parseInt(n[1],16);return String.fromCodePoint?String.fromCodePoint(p):String.fromCharCode(p)})},T=function(){return Array.prototype.indexOf?Array.prototype.indexOf:function(u,s){for(var n=this.length;n--;)if(this[n]===s)return n;return-1}}(),O=function(u,s){var n=g.inside.source.replace(/</g,u).replace(/>/g,s);return new RegExp(n)},P=function(u,s,n){return u=u.source,u=u.replace(s,n.source||n),new RegExp(u)},I=function(u,s){return u.replace(/^(?:\w+:\/\/|\/+)/,"").replace(/(?:\/+|\/*#.*?)$/,"").split("/",s).join("/")},ee=function(u,s){var n=u.replace(/\s+/g,""),p;return n==="even"?n="2n+0":n==="odd"?n="2n+1":n.indexOf("n")===-1&&(n="0n"+n),p=/^([+-])?(\d+)?n([+-])?(\d+)?$/.exec(n),{group:p[1]==="-"?-(p[2]||1):+(p[2]||1),offset:p[4]?p[3]==="-"?-p[4]:+p[4]:0}},F=function(u,s,n){var p=ee(u),C=p.group,b=p.offset,L=n?f:c,M=n?o:a;return function(W){if(i(W))for(var y=L(W.parentNode),A=0;y;){if(s(y,W)&&A++,y===W)return A-=b,C&&A?A%C===0&&A<0==C<0:!A;y=M(y)}}},N={"*":function(){return function(){return!0}}(),type:function(u){return u=u.toLowerCase(),function(s){return s.nodeName.toLowerCase()===u}},attr:function(u,s,n,p){return s=d[s],function(C){var b;switch(u){case"for":b=C.htmlFor;break;case"class":b=C.className,b===""&&C.getAttribute("class")==null&&(b=null);break;case"href":case"src":b=C.getAttribute(u,2);break;case"title":b=C.getAttribute("title")||null;break;case"id":case"lang":case"dir":case"accessKey":case"hidden":case"tabIndex":case"style":if(C.getAttribute){b=C.getAttribute(u);break}default:if(C.hasAttribute&&!C.hasAttribute(u))break;b=C[u]!=null?C[u]:C.getAttribute&&C.getAttribute(u);break}if(b!=null)return b=b+"",p&&(b=b.toLowerCase(),n=n.toLowerCase()),s(b,n)}},":first-child":function(u){return!o(u)&&i(u)},":last-child":function(u){return!a(u)&&i(u)},":only-child":function(u){return!o(u)&&!a(u)&&i(u)},":nth-child":function(u,s){return F(u,function(){return!0},s)},":nth-last-child":function(u){return N[":nth-child"](u,!0)},":root":function(u){return u.ownerDocument.documentElement===u},":empty":function(u){return!u.firstChild},":not":function(u){var s=B(u);return function(n){return!s(n)}},":first-of-type":function(u){if(i(u)){for(var s=u.nodeName;u=o(u);)if(u.nodeName===s)return;return!0}},":last-of-type":function(u){if(i(u)){for(var s=u.nodeName;u=a(u);)if(u.nodeName===s)return;return!0}},":only-of-type":function(u){return N[":first-of-type"](u)&&N[":last-of-type"](u)},":nth-of-type":function(u,s){return F(u,function(n,p){return n.nodeName===p.nodeName},s)},":nth-last-of-type":function(u){return N[":nth-of-type"](u,!0)},":checked":function(u){return!!(u.checked||u.selected)},":indeterminate":function(u){return!N[":checked"](u)},":enabled":function(u){return!u.disabled&&u.type!=="hidden"},":disabled":function(u){return!!u.disabled},":target":function(u){return u.id===h.location.hash.substring(1)},":focus":function(u){return u===u.ownerDocument.activeElement},":is":function(u){return B(u)},":matches":function(u){return N[":is"](u)},":nth-match":function(u,s){var n=u.split(/\s*,\s*/),p=n.shift(),C=B(n.join(","));return F(p,C,s)},":nth-last-match":function(u){return N[":nth-match"](u,!0)},":links-here":function(u){return u+""==h.location+""},":lang":function(u){return function(s){for(;s;){if(s.lang)return s.lang.indexOf(u)===0;s=s.parentNode}}},":dir":function(u){return function(s){for(;s;){if(s.dir)return s.dir===u;s=s.parentNode}}},":scope":function(u,s){var n=s||u.ownerDocument;return n.nodeType===9?u===n.documentElement:u===n},":any-link":function(u){return typeof u.href=="string"},":local-link":function(u){if(u.nodeName)return u.href&&u.host===h.location.host;var s=+u+1;return function(n){if(n.href){var p=h.location+"",C=n+"";return I(p,s)===I(C,s)}}},":default":function(u){return!!u.defaultSelected},":valid":function(u){return u.willValidate||u.validity&&u.validity.valid},":invalid":function(u){return!N[":valid"](u)},":in-range":function(u){return u.value>u.min&&u.value<=u.max},":out-of-range":function(u){return!N[":in-range"](u)},":required":function(u){return!!u.required},":optional":function(u){return!u.required},":read-only":function(u){if(u.readOnly)return!0;var s=u.getAttribute("contenteditable"),n=u.contentEditable,p=u.nodeName.toLowerCase();return p=p!=="input"&&p!=="textarea",(p||u.disabled)&&s==null&&n!=="true"},":read-write":function(u){return!N[":read-only"](u)},":hover":function(){throw new Error(":hover is not supported.")},":active":function(){throw new Error(":active is not supported.")},":link":function(){throw new Error(":link is not supported.")},":visited":function(){throw new Error(":visited is not supported.")},":column":function(){throw new Error(":column is not supported.")},":nth-column":function(){throw new Error(":nth-column is not supported.")},":nth-last-column":function(){throw new Error(":nth-last-column is not supported.")},":current":function(){throw new Error(":current is not supported.")},":past":function(){throw new Error(":past is not supported.")},":future":function(){throw new Error(":future is not supported.")},":contains":function(u){return function(s){var n=s.innerText||s.textContent||s.value||"";return n.indexOf(u)!==-1}},":has":function(u){return function(s){return Z(u,s).length>0}}},d={"-":function(){return!0},"=":function(u,s){return u===s},"*=":function(u,s){return u.indexOf(s)!==-1},"~=":function(u,s){var n,p,C,b;for(p=0;;p=n+1){if(n=u.indexOf(s,p),n===-1)return!1;if(C=u[n-1],b=u[n+s.length],(!C||C===" ")&&(!b||b===" "))return!0}},"|=":function(u,s){var n=u.indexOf(s),p;if(n===0)return p=u[n+s.length],p==="-"||!p},"^=":function(u,s){return u.indexOf(s)===0},"$=":function(u,s){var n=u.lastIndexOf(s);return n!==-1&&n+s.length===u.length},"!=":function(u,s){return u!==s}},S={" ":function(u){return function(s){for(;s=s.parentNode;)if(u(s))return s}},">":function(u){return function(s){if(s=s.parentNode)return u(s)&&s}},"+":function(u){return function(s){if(s=o(s))return u(s)&&s}},"~":function(u){return function(s){for(;s=o(s);)if(u(s))return s}},noop:function(u){return function(s){return u(s)&&s}},ref:function(u,s){var n;function p(C){for(var b=C.ownerDocument,L=b.getElementsByTagName("*"),M=L.length;M--;)if(n=L[M],p.test(C))return n=null,!0;n=null}return p.combinator=function(C){if(!(!n||!n.getAttribute)){var b=n.getAttribute(s)||"";if(b[0]==="#"&&(b=b.substring(1)),b===C.id&&u(n))return n}},p}},g={escape:/\\(?:[^0-9A-Fa-f\r\n]|[0-9A-Fa-f]{1,6}[\r\n\t ]?)/g,str_escape:/(escape)|\\(\n|\r\n?|\f)/g,nonascii:/[\u00A0-\uFFFF]/,cssid:/(?:(?!-?[0-9])(?:escape|nonascii|[-_a-zA-Z0-9])+)/,qname:/^ *(cssid|\*)/,simple:/^(?:([.#]cssid)|pseudo|attr)/,ref:/^ *\/(cssid)\/ */,combinator:/^(?: +([^ \w*.#\\]) +|( )+|([^ \w*.#\\]))(?! *$)/,attr:/^\[(cssid)(?:([^\w]?=)(inside))?\]/,pseudo:/^(:cssid)(?:\((inside)\))?/,inside:/(?:"(?:\\"|[^"])*"|'(?:\\'|[^'])*'|<[^"'>]*>|\\["'>]|[^"'>])*/,ident:/^(cssid)$/};g.cssid=P(g.cssid,"nonascii",g.nonascii),g.cssid=P(g.cssid,"escape",g.escape),g.qname=P(g.qname,"cssid",g.cssid),g.simple=P(g.simple,"cssid",g.cssid),g.ref=P(g.ref,"cssid",g.cssid),g.attr=P(g.attr,"cssid",g.cssid),g.pseudo=P(g.pseudo,"cssid",g.cssid),g.inside=P(g.inside,`[^"'>]*`,g.inside),g.attr=P(g.attr,"inside",O("\\[","\\]")),g.pseudo=P(g.pseudo,"inside",O("\\(","\\)")),g.simple=P(g.simple,"pseudo",g.pseudo),g.simple=P(g.simple,"attr",g.attr),g.ident=P(g.ident,"cssid",g.cssid),g.str_escape=P(g.str_escape,"escape",g.escape);var ie=function(u){for(var s=u.replace(/^\s+|\s+$/g,""),n,p=[],C=[],b,L,M,W,y;s;){if(M=g.qname.exec(s))s=s.substring(M[0].length),L=m(M[1]),C.push(ne(L,!0));else if(M=g.simple.exec(s))s=s.substring(M[0].length),L="*",C.push(ne(L,!0)),C.push(ne(M));else throw new SyntaxError("Invalid selector.");for(;M=g.simple.exec(s);)s=s.substring(M[0].length),C.push(ne(M));if(s[0]==="!"&&(s=s.substring(1),b=D(),b.qname=L,C.push(b.simple)),M=g.ref.exec(s)){s=s.substring(M[0].length),y=S.ref(Y(C),m(M[1])),p.push(y.combinator),C=[];continue}if(M=g.combinator.exec(s)){if(s=s.substring(M[0].length),W=M[1]||M[2]||M[3],W===","){p.push(S.noop(Y(C)));break}}else W="noop";if(!S[W])throw new SyntaxError("Bad combinator.");p.push(S[W](Y(C))),C=[]}return n=G(p),n.qname=L,n.sel=s,b&&(b.lname=n.qname,b.test=n,b.qname=b.qname,b.sel=n.sel,n=b),y&&(y.test=n,y.qname=n.qname,y.sel=n.sel,n=y),n},ne=function(u,s){if(s)return u==="*"?N["*"]:N.type(u);if(u[1])return u[1][0]==="."?N.attr("class","~=",m(u[1].substring(1)),!1):N.attr("id","=",m(u[1].substring(1)),!1);if(u[2])return u[3]?N[m(u[2])](_(u[3])):N[m(u[2])];if(u[4]){var n=u[6],p=/["'\s]\s*I$/i.test(n);return p&&(n=n.replace(/\s*I$/i,"")),N.attr(m(u[4]),u[5]||"-",_(n),p)}throw new SyntaxError("Unknown Selector.")},Y=function(u){var s=u.length,n;return s<2?u[0]:function(p){if(p){for(n=0;n<s;n++)if(!u[n](p))return;return!0}}},G=function(u){return u.length<2?function(s){return!!u[0](s)}:function(s){for(var n=u.length;n--;)if(!(s=u[n](s)))return;return!0}},D=function(){var u;function s(n){for(var p=n.ownerDocument,C=p.getElementsByTagName(s.lname),b=C.length;b--;)if(s.test(C[b])&&u===n)return u=null,!0;u=null}return s.simple=function(n){return u=n,!0},s},B=function(u){for(var s=ie(u),n=[s];s.sel;)s=ie(s.sel),n.push(s);return n.length<2?s:function(p){for(var C=n.length,b=0;b<C;b++)if(n[b](p))return!0}},Z=function(u,s){for(var n=[],p=ie(u),C=s.getElementsByTagName(p.qname),b=0,L;L=C[b++];)p(L)&&n.push(L);if(p.sel){for(;p.sel;)for(p=ie(p.sel),C=s.getElementsByTagName(p.qname),b=0;L=C[b++];)p(L)&&T.call(n,L)===-1&&n.push(L);n.sort(t)}return n};w.exports=E=function(u,s){var n,p;if(s.nodeType!==11&&u.indexOf(" ")===-1){if(u[0]==="#"&&s.rooted&&/^#[A-Z_][-A-Z0-9_]*$/i.test(u)&&s.doc._hasMultipleElementsWithId&&(n=u.substring(1),!s.doc._hasMultipleElementsWithId(n)))return p=s.doc.getElementById(n),p?[p]:[];if(u[0]==="."&&/^\.\w+$/.test(u))return s.getElementsByClassName(u.substring(1));if(/^\w+$/.test(u))return s.getElementsByTagName(u)}return Z(u,s)},E.selectors=N,E.operators=d,E.combinators=S,E.matches=function(u,s){var n={sel:s};do if(n=ie(n.sel),n(u))return!0;while(n.sel);return!1}}}),Cn=ce({"external/npm/node_modules/domino/lib/ChildNode.js"(E,w){"use strict";var h=Ge(),l=da(),t=function(o,c){for(var f=o.createDocumentFragment(),i=0;i<c.length;i++){var _=c[i],m=_ instanceof h;f.appendChild(m?_:o.createTextNode(String(_)))}return f},a={after:{value:function(){var c=Array.prototype.slice.call(arguments),f=this.parentNode,i=this.nextSibling;if(f!==null){for(;i&&c.some(function(m){return m===i});)i=i.nextSibling;var _=t(this.doc,c);f.insertBefore(_,i)}}},before:{value:function(){var c=Array.prototype.slice.call(arguments),f=this.parentNode,i=this.previousSibling;if(f!==null){for(;i&&c.some(function(T){return T===i});)i=i.previousSibling;var _=t(this.doc,c),m=i?i.nextSibling:f.firstChild;f.insertBefore(_,m)}}},remove:{value:function(){this.parentNode!==null&&(this.doc&&(this.doc._preremoveNodeIterators(this),this.rooted&&this.doc.mutateRemove(this)),this._remove(),this.parentNode=null)}},_remove:{value:function(){var c=this.parentNode;c!==null&&(c._childNodes?c._childNodes.splice(this.index,1):c._firstChild===this&&(this._nextSibling===this?c._firstChild=null:c._firstChild=this._nextSibling),l.remove(this),c.modify())}},replaceWith:{value:function(){var c=Array.prototype.slice.call(arguments),f=this.parentNode,i=this.nextSibling;if(f!==null){for(;i&&c.some(function(m){return m===i});)i=i.nextSibling;var _=t(this.doc,c);this.parentNode===f?f.replaceChild(_,this):f.insertBefore(_,i)}}}};w.exports=a}}),ba=ce({"external/npm/node_modules/domino/lib/NonDocumentTypeChildNode.js"(E,w){"use strict";var h=Ge(),l={nextElementSibling:{get:function(){if(this.parentNode){for(var t=this.nextSibling;t!==null;t=t.nextSibling)if(t.nodeType===h.ELEMENT_NODE)return t}return null}},previousElementSibling:{get:function(){if(this.parentNode){for(var t=this.previousSibling;t!==null;t=t.previousSibling)if(t.nodeType===h.ELEMENT_NODE)return t}return null}}};w.exports=l}}),Ea=ce({"external/npm/node_modules/domino/lib/NamedNodeMap.js"(E,w){"use strict";w.exports=l;var h=Be();function l(t){this.element=t}Object.defineProperties(l.prototype,{length:{get:h.shouldOverride},item:{value:h.shouldOverride},getNamedItem:{value:function(a){return this.element.getAttributeNode(a)}},getNamedItemNS:{value:function(a,o){return this.element.getAttributeNodeNS(a,o)}},setNamedItem:{value:h.nyi},setNamedItemNS:{value:h.nyi},removeNamedItem:{value:function(a){var o=this.element.getAttributeNode(a);if(o)return this.element.removeAttribute(a),o;h.NotFoundError()}},removeNamedItemNS:{value:function(a,o){var c=this.element.getAttributeNodeNS(a,o);if(c)return this.element.removeAttributeNS(a,o),c;h.NotFoundError()}}})}}),Tr=ce({"external/npm/node_modules/domino/lib/Element.js"(E,w){"use strict";w.exports=N;var h=Sn(),l=Be(),t=l.NAMESPACE,a=ga(),o=Ge(),c=ar(),f=ma(),i=us(),_=yn(),m=_a(),T=kn(),O=wn(),P=Cn(),I=ba(),ee=Ea(),F=Object.create(null);function N(s,n,p,C){O.call(this),this.nodeType=o.ELEMENT_NODE,this.ownerDocument=s,this.localName=n,this.namespaceURI=p,this.prefix=C,this._tagName=void 0,this._attrsByQName=Object.create(null),this._attrsByLName=Object.create(null),this._attrKeys=[]}function d(s,n){if(s.nodeType===o.TEXT_NODE)n.push(s._data);else for(var p=0,C=s.childNodes.length;p<C;p++)d(s.childNodes[p],n)}N.prototype=Object.create(O.prototype,{isHTML:{get:function(){return this.namespaceURI===t.HTML&&this.ownerDocument.isHTML}},tagName:{get:function(){if(this._tagName===void 0){var n;if(this.prefix===null?n=this.localName:n=this.prefix+":"+this.localName,this.isHTML){var p=F[n];p||(F[n]=p=l.toASCIIUpperCase(n)),n=p}this._tagName=n}return this._tagName}},nodeName:{get:function(){return this.tagName}},nodeValue:{get:function(){return null},set:function(){}},textContent:{get:function(){var s=[];return d(this,s),s.join("")},set:function(s){this.removeChildren(),s!=null&&s!==""&&this._appendChild(this.ownerDocument.createTextNode(s))}},innerText:{get:function(){var s=[];return d(this,s),s.join("").replace(/[ \t\n\f\r]+/g," ").trim()},set:function(s){this.removeChildren(),s!=null&&s!==""&&this._appendChild(this.ownerDocument.createTextNode(s))}},innerHTML:{get:function(){return this.serialize()},set:l.nyi},outerHTML:{get:function(){return f.serializeOne(this,{nodeType:0})},set:function(s){var n=this.ownerDocument,p=this.parentNode;if(p!==null){p.nodeType===o.DOCUMENT_NODE&&l.NoModificationAllowedError(),p.nodeType===o.DOCUMENT_FRAGMENT_NODE&&(p=p.ownerDocument.createElement("body"));var C=n.implementation.mozHTMLParser(n._address,p);C.parse(s===null?"":String(s),!0),this.replaceWith(C._asDocumentFragment())}}},_insertAdjacent:{value:function(n,p){var C=!1;switch(n){case"beforebegin":C=!0;case"afterend":var b=this.parentNode;return b===null?null:b.insertBefore(p,C?this:this.nextSibling);case"afterbegin":C=!0;case"beforeend":return this.insertBefore(p,C?this.firstChild:null);default:return l.SyntaxError()}}},insertAdjacentElement:{value:function(n,p){if(p.nodeType!==o.ELEMENT_NODE)throw new TypeError("not an element");return n=l.toASCIILowerCase(String(n)),this._insertAdjacent(n,p)}},insertAdjacentText:{value:function(n,p){var C=this.ownerDocument.createTextNode(p);n=l.toASCIILowerCase(String(n)),this._insertAdjacent(n,C)}},insertAdjacentHTML:{value:function(n,p){n=l.toASCIILowerCase(String(n)),p=String(p);var C;switch(n){case"beforebegin":case"afterend":C=this.parentNode,(C===null||C.nodeType===o.DOCUMENT_NODE)&&l.NoModificationAllowedError();break;case"afterbegin":case"beforeend":C=this;break;default:l.SyntaxError()}(!(C instanceof N)||C.ownerDocument.isHTML&&C.localName==="html"&&C.namespaceURI===t.HTML)&&(C=C.ownerDocument.createElementNS(t.HTML,"body"));var b=this.ownerDocument.implementation.mozHTMLParser(this.ownerDocument._address,C);b.parse(p,!0),this._insertAdjacent(n,b._asDocumentFragment())}},children:{get:function(){return this._children||(this._children=new ne(this)),this._children}},attributes:{get:function(){return this._attributes||(this._attributes=new g(this)),this._attributes}},firstElementChild:{get:function(){for(var s=this.firstChild;s!==null;s=s.nextSibling)if(s.nodeType===o.ELEMENT_NODE)return s;return null}},lastElementChild:{get:function(){for(var s=this.lastChild;s!==null;s=s.previousSibling)if(s.nodeType===o.ELEMENT_NODE)return s;return null}},childElementCount:{get:function(){return this.children.length}},nextElement:{value:function(s){s||(s=this.ownerDocument.documentElement);var n=this.firstElementChild;if(!n){if(this===s)return null;n=this.nextElementSibling}if(n)return n;for(var p=this.parentElement;p&&p!==s;p=p.parentElement)if(n=p.nextElementSibling,n)return n;return null}},getElementsByTagName:{value:function(n){var p;return n?(n==="*"?p=function(){return!0}:this.isHTML?p=G(n):p=Y(n),new i(this,p)):new c}},getElementsByTagNameNS:{value:function(n,p){var C;return n==="*"&&p==="*"?C=function(){return!0}:n==="*"?C=Y(p):p==="*"?C=D(n):C=B(n,p),new i(this,C)}},getElementsByClassName:{value:function(n){if(n=String(n).trim(),n===""){var p=new c;return p}return n=n.split(/[ \t\r\n\f]+/),new i(this,Z(n))}},getElementsByName:{value:function(n){return new i(this,u(String(n)))}},clone:{value:function(){var n;this.namespaceURI!==t.HTML||this.prefix||!this.ownerDocument.isHTML?n=this.ownerDocument.createElementNS(this.namespaceURI,this.prefix!==null?this.prefix+":"+this.localName:this.localName):n=this.ownerDocument.createElement(this.localName);for(var p=0,C=this._attrKeys.length;p<C;p++){var b=this._attrKeys[p],L=this._attrsByLName[b],M=L.cloneNode();M._setOwnerElement(n),n._attrsByLName[b]=M,n._addQName(M)}return n._attrKeys=this._attrKeys.concat(),n}},isEqual:{value:function(n){if(this.localName!==n.localName||this.namespaceURI!==n.namespaceURI||this.prefix!==n.prefix||this._numattrs!==n._numattrs)return!1;for(var p=0,C=this._numattrs;p<C;p++){var b=this._attr(p);if(!n.hasAttributeNS(b.namespaceURI,b.localName)||n.getAttributeNS(b.namespaceURI,b.localName)!==b.value)return!1}return!0}},_lookupNamespacePrefix:{value:function(n,p){if(this.namespaceURI&&this.namespaceURI===n&&this.prefix!==null&&p.lookupNamespaceURI(this.prefix)===n)return this.prefix;for(var C=0,b=this._numattrs;C<b;C++){var L=this._attr(C);if(L.prefix==="xmlns"&&L.value===n&&p.lookupNamespaceURI(L.localName)===n)return L.localName}var M=this.parentElement;return M?M._lookupNamespacePrefix(n,p):null}},lookupNamespaceURI:{value:function(n){if((n===""||n===void 0)&&(n=null),this.namespaceURI!==null&&this.prefix===n)return this.namespaceURI;for(var p=0,C=this._numattrs;p<C;p++){var b=this._attr(p);if(b.namespaceURI===t.XMLNS&&(b.prefix==="xmlns"&&b.localName===n||n===null&&b.prefix===null&&b.localName==="xmlns"))return b.value||null}var L=this.parentElement;return L?L.lookupNamespaceURI(n):null}},getAttribute:{value:function(n){var p=this.getAttributeNode(n);return p?p.value:null}},getAttributeNS:{value:function(n,p){var C=this.getAttributeNodeNS(n,p);return C?C.value:null}},getAttributeNode:{value:function(n){n=String(n),/[A-Z]/.test(n)&&this.isHTML&&(n=l.toASCIILowerCase(n));var p=this._attrsByQName[n];return p?(Array.isArray(p)&&(p=p[0]),p):null}},getAttributeNodeNS:{value:function(n,p){n=n==null?"":String(n),p=String(p);var C=this._attrsByLName[n+"|"+p];return C||null}},hasAttribute:{value:function(n){return n=String(n),/[A-Z]/.test(n)&&this.isHTML&&(n=l.toASCIILowerCase(n)),this._attrsByQName[n]!==void 0}},hasAttributeNS:{value:function(n,p){n=n==null?"":String(n),p=String(p);var C=n+"|"+p;return this._attrsByLName[C]!==void 0}},hasAttributes:{value:function(){return this._numattrs>0}},toggleAttribute:{value:function(n,p){n=String(n),h.isValidName(n)||l.InvalidCharacterError(),/[A-Z]/.test(n)&&this.isHTML&&(n=l.toASCIILowerCase(n));var C=this._attrsByQName[n];return C===void 0?p===void 0||p===!0?(this._setAttribute(n,""),!0):!1:p===void 0||p===!1?(this.removeAttribute(n),!1):!0}},_setAttribute:{value:function(n,p){var C=this._attrsByQName[n],b;C?Array.isArray(C)&&(C=C[0]):(C=this._newattr(n),b=!0),C.value=p,this._attributes&&(this._attributes[n]=C),b&&this._newattrhook&&this._newattrhook(n,p)}},setAttribute:{value:function(n,p){n=String(n),h.isValidName(n)||l.InvalidCharacterError(),/[A-Z]/.test(n)&&this.isHTML&&(n=l.toASCIILowerCase(n)),this._setAttribute(n,String(p))}},_setAttributeNS:{value:function(n,p,C){var b=p.indexOf(":"),L,M;b<0?(L=null,M=p):(L=p.substring(0,b),M=p.substring(b+1)),(n===""||n===void 0)&&(n=null);var W=(n===null?"":n)+"|"+M,y=this._attrsByLName[W],A;y||(y=new S(this,M,L,n),A=!0,this._attrsByLName[W]=y,this._attributes&&(this._attributes[this._attrKeys.length]=y),this._attrKeys.push(W),this._addQName(y)),y.value=C,A&&this._newattrhook&&this._newattrhook(p,C)}},setAttributeNS:{value:function(n,p,C){n=n==null||n===""?null:String(n),p=String(p),h.isValidQName(p)||l.InvalidCharacterError();var b=p.indexOf(":"),L=b<0?null:p.substring(0,b);(L!==null&&n===null||L==="xml"&&n!==t.XML||(p==="xmlns"||L==="xmlns")&&n!==t.XMLNS||n===t.XMLNS&&!(p==="xmlns"||L==="xmlns"))&&l.NamespaceError(),this._setAttributeNS(n,p,String(C))}},setAttributeNode:{value:function(n){if(n.ownerElement!==null&&n.ownerElement!==this)throw new _(_.INUSE_ATTRIBUTE_ERR);var p=null,C=this._attrsByQName[n.name];if(C){if(Array.isArray(C)||(C=[C]),C.some(function(b){return b===n}))return n;if(n.ownerElement!==null)throw new _(_.INUSE_ATTRIBUTE_ERR);C.forEach(function(b){this.removeAttributeNode(b)},this),p=C[0]}return this.setAttributeNodeNS(n),p}},setAttributeNodeNS:{value:function(n){if(n.ownerElement!==null)throw new _(_.INUSE_ATTRIBUTE_ERR);var p=n.namespaceURI,C=(p===null?"":p)+"|"+n.localName,b=this._attrsByLName[C];return b&&this.removeAttributeNode(b),n._setOwnerElement(this),this._attrsByLName[C]=n,this._attributes&&(this._attributes[this._attrKeys.length]=n),this._attrKeys.push(C),this._addQName(n),this._newattrhook&&this._newattrhook(n.name,n.value),b||null}},removeAttribute:{value:function(n){n=String(n),/[A-Z]/.test(n)&&this.isHTML&&(n=l.toASCIILowerCase(n));var p=this._attrsByQName[n];if(p){Array.isArray(p)?p.length>2?p=p.shift():(this._attrsByQName[n]=p[1],p=p[0]):this._attrsByQName[n]=void 0;var C=p.namespaceURI,b=(C===null?"":C)+"|"+p.localName;this._attrsByLName[b]=void 0;var L=this._attrKeys.indexOf(b);this._attributes&&(Array.prototype.splice.call(this._attributes,L,1),this._attributes[n]=void 0),this._attrKeys.splice(L,1);var M=p.onchange;p._setOwnerElement(null),M&&M.call(p,this,p.localName,p.value,null),this.rooted&&this.ownerDocument.mutateRemoveAttr(p)}}},removeAttributeNS:{value:function(n,p){n=n==null?"":String(n),p=String(p);var C=n+"|"+p,b=this._attrsByLName[C];if(b){this._attrsByLName[C]=void 0;var L=this._attrKeys.indexOf(C);this._attributes&&Array.prototype.splice.call(this._attributes,L,1),this._attrKeys.splice(L,1),this._removeQName(b);var M=b.onchange;b._setOwnerElement(null),M&&M.call(b,this,b.localName,b.value,null),this.rooted&&this.ownerDocument.mutateRemoveAttr(b)}}},removeAttributeNode:{value:function(n){var p=n.namespaceURI,C=(p===null?"":p)+"|"+n.localName;return this._attrsByLName[C]!==n&&l.NotFoundError(),this.removeAttributeNS(p,n.localName),n}},getAttributeNames:{value:function(){var n=this;return this._attrKeys.map(function(p){return n._attrsByLName[p].name})}},_getattr:{value:function(n){var p=this._attrsByQName[n];return p?p.value:null}},_setattr:{value:function(n,p){var C=this._attrsByQName[n],b;C||(C=this._newattr(n),b=!0),C.value=String(p),this._attributes&&(this._attributes[n]=C),b&&this._newattrhook&&this._newattrhook(n,p)}},_newattr:{value:function(n){var p=new S(this,n,null,null),C="|"+n;return this._attrsByQName[n]=p,this._attrsByLName[C]=p,this._attributes&&(this._attributes[this._attrKeys.length]=p),this._attrKeys.push(C),p}},_addQName:{value:function(s){var n=s.name,p=this._attrsByQName[n];p?Array.isArray(p)?p.push(s):this._attrsByQName[n]=[p,s]:this._attrsByQName[n]=s,this._attributes&&(this._attributes[n]=s)}},_removeQName:{value:function(s){var n=s.name,p=this._attrsByQName[n];if(Array.isArray(p)){var C=p.indexOf(s);l.assert(C!==-1),p.length===2?(this._attrsByQName[n]=p[1-C],this._attributes&&(this._attributes[n]=this._attrsByQName[n])):(p.splice(C,1),this._attributes&&this._attributes[n]===s&&(this._attributes[n]=p[0]))}else l.assert(p===s),this._attrsByQName[n]=void 0,this._attributes&&(this._attributes[n]=void 0)}},_numattrs:{get:function(){return this._attrKeys.length}},_attr:{value:function(s){return this._attrsByLName[this._attrKeys[s]]}},id:a.property({name:"id"}),className:a.property({name:"class"}),classList:{get:function(){var s=this;if(this._classList)return this._classList;var n=new m(function(){return s.className||""},function(p){s.className=p});return this._classList=n,n},set:function(s){this.className=s}},matches:{value:function(s){return T.matches(this,s)}},closest:{value:function(s){var n=this;do{if(n.matches&&n.matches(s))return n;n=n.parentElement||n.parentNode}while(n!==null&&n.nodeType===o.ELEMENT_NODE);return null}},querySelector:{value:function(s){return T(s,this)[0]}},querySelectorAll:{value:function(s){var n=T(s,this);return n.item?n:new c(n)}}}),Object.defineProperties(N.prototype,P),Object.defineProperties(N.prototype,I),a.registerChangeHandler(N,"id",function(s,n,p,C){s.rooted&&(p&&s.ownerDocument.delId(p,s),C&&s.ownerDocument.addId(C,s))}),a.registerChangeHandler(N,"class",function(s,n,p,C){s._classList&&s._classList._update()});function S(s,n,p,C,b){this.localName=n,this.prefix=p===null||p===""?null:""+p,this.namespaceURI=C===null||C===""?null:""+C,this.data=b,this._setOwnerElement(s)}S.prototype=Object.create(Object.prototype,{ownerElement:{get:function(){return this._ownerElement}},_setOwnerElement:{value:function(n){this._ownerElement=n,this.prefix===null&&this.namespaceURI===null&&n?this.onchange=n._attributeChangeHandlers[this.localName]:this.onchange=null}},name:{get:function(){return this.prefix?this.prefix+":"+this.localName:this.localName}},specified:{get:function(){return!0}},value:{get:function(){return this.data},set:function(s){var n=this.data;s=s===void 0?"":s+"",s!==n&&(this.data=s,this.ownerElement&&(this.onchange&&this.onchange(this.ownerElement,this.localName,n,s),this.ownerElement.rooted&&this.ownerElement.ownerDocument.mutateAttr(this,n)))}},cloneNode:{value:function(n){return new S(null,this.localName,this.prefix,this.namespaceURI,this.data)}},nodeType:{get:function(){return o.ATTRIBUTE_NODE}},nodeName:{get:function(){return this.name}},nodeValue:{get:function(){return this.value},set:function(s){this.value=s}},textContent:{get:function(){return this.value},set:function(s){s==null&&(s=""),this.value=s}},innerText:{get:function(){return this.value},set:function(s){s==null&&(s=""),this.value=s}}}),N._Attr=S;function g(s){ee.call(this,s);for(var n in s._attrsByQName)this[n]=s._attrsByQName[n];for(var p=0;p<s._attrKeys.length;p++)this[p]=s._attrsByLName[s._attrKeys[p]]}g.prototype=Object.create(ee.prototype,{length:{get:function(){return this.element._attrKeys.length},set:function(){}},item:{value:function(s){return s=s>>>0,s>=this.length?null:this.element._attrsByLName[this.element._attrKeys[s]]}}});var ie;(ie=globalThis.Symbol)!=null&&ie.iterator&&(g.prototype[globalThis.Symbol.iterator]=function(){var s=0,n=this.length,p=this;return{next:function(){return s<n?{value:p.item(s++)}:{done:!0}}}});function ne(s){this.element=s,this.updateCache()}ne.prototype=Object.create(Object.prototype,{length:{get:function(){return this.updateCache(),this.childrenByNumber.length}},item:{value:function(n){return this.updateCache(),this.childrenByNumber[n]||null}},namedItem:{value:function(n){return this.updateCache(),this.childrenByName[n]||null}},namedItems:{get:function(){return this.updateCache(),this.childrenByName}},updateCache:{value:function(){var n=/^(a|applet|area|embed|form|frame|frameset|iframe|img|object)$/;if(this.lastModTime!==this.element.lastModTime){this.lastModTime=this.element.lastModTime;for(var p=this.childrenByNumber&&this.childrenByNumber.length||0,C=0;C<p;C++)this[C]=void 0;this.childrenByNumber=[],this.childrenByName=Object.create(null);for(var b=this.element.firstChild;b!==null;b=b.nextSibling)if(b.nodeType===o.ELEMENT_NODE){this[this.childrenByNumber.length]=b,this.childrenByNumber.push(b);var L=b.getAttribute("id");L&&!this.childrenByName[L]&&(this.childrenByName[L]=b);var M=b.getAttribute("name");M&&this.element.namespaceURI===t.HTML&&n.test(this.element.localName)&&!this.childrenByName[M]&&(this.childrenByName[L]=b)}}}}});function Y(s){return function(n){return n.localName===s}}function G(s){var n=l.toASCIILowerCase(s);return n===s?Y(s):function(p){return p.isHTML?p.localName===n:p.localName===s}}function D(s){return function(n){return n.namespaceURI===s}}function B(s,n){return function(p){return p.namespaceURI===s&&p.localName===n}}function Z(s){return function(n){return s.every(function(p){return n.classList.contains(p)})}}function u(s){return function(n){return n.namespaceURI!==t.HTML?!1:n.getAttribute("name")===s}}}}),va=ce({"external/npm/node_modules/domino/lib/Leaf.js"(E,w){"use strict";w.exports=c;var h=Ge(),l=ar(),t=Be(),a=t.HierarchyRequestError,o=t.NotFoundError;function c(){h.call(this)}c.prototype=Object.create(h.prototype,{hasChildNodes:{value:function(){return!1}},firstChild:{value:null},lastChild:{value:null},insertBefore:{value:function(f,i){if(!f.nodeType)throw new TypeError("not a node");a()}},replaceChild:{value:function(f,i){if(!f.nodeType)throw new TypeError("not a node");a()}},removeChild:{value:function(f){if(!f.nodeType)throw new TypeError("not a node");o()}},removeChildren:{value:function(){}},childNodes:{get:function(){return this._childNodes||(this._childNodes=new l),this._childNodes}}})}}),Jr=ce({"external/npm/node_modules/domino/lib/CharacterData.js"(E,w){"use strict";w.exports=o;var h=va(),l=Be(),t=Cn(),a=ba();function o(){h.call(this)}o.prototype=Object.create(h.prototype,{substringData:{value:function(f,i){if(arguments.length<2)throw new TypeError("Not enough arguments");return f=f>>>0,i=i>>>0,(f>this.data.length||f<0||i<0)&&l.IndexSizeError(),this.data.substring(f,f+i)}},appendData:{value:function(f){if(arguments.length<1)throw new TypeError("Not enough arguments");this.data+=String(f)}},insertData:{value:function(f,i){return this.replaceData(f,0,i)}},deleteData:{value:function(f,i){return this.replaceData(f,i,"")}},replaceData:{value:function(f,i,_){var m=this.data,T=m.length;f=f>>>0,i=i>>>0,_=String(_),(f>T||f<0)&&l.IndexSizeError(),f+i>T&&(i=T-f);var O=m.substring(0,f),P=m.substring(f+i);this.data=O+_+P}},isEqual:{value:function(f){return this._data===f._data}},length:{get:function(){return this.data.length}}}),Object.defineProperties(o.prototype,t),Object.defineProperties(o.prototype,a)}}),Ta=ce({"external/npm/node_modules/domino/lib/Text.js"(E,w){"use strict";w.exports=a;var h=Be(),l=Ge(),t=Jr();function a(c,f){t.call(this),this.nodeType=l.TEXT_NODE,this.ownerDocument=c,this._data=f,this._index=void 0}var o={get:function(){return this._data},set:function(c){c==null?c="":c=String(c),c!==this._data&&(this._data=c,this.rooted&&this.ownerDocument.mutateValue(this),this.parentNode&&this.parentNode._textchangehook&&this.parentNode._textchangehook(this))}};a.prototype=Object.create(t.prototype,{nodeName:{value:"#text"},nodeValue:o,textContent:o,innerText:o,data:{get:o.get,set:function(c){o.set.call(this,c===null?"":String(c))}},splitText:{value:function(f){(f>this._data.length||f<0)&&h.IndexSizeError();var i=this._data.substring(f),_=this.ownerDocument.createTextNode(i);this.data=this.data.substring(0,f);var m=this.parentNode;return m!==null&&m.insertBefore(_,this.nextSibling),_}},wholeText:{get:function(){for(var f=this.textContent,i=this.nextSibling;i&&i.nodeType===l.TEXT_NODE;i=i.nextSibling)f+=i.textContent;return f}},replaceWholeText:{value:h.nyi},clone:{value:function(){return new a(this.ownerDocument,this._data)}}})}}),ya=ce({"external/npm/node_modules/domino/lib/Comment.js"(E,w){"use strict";w.exports=t;var h=Ge(),l=Jr();function t(o,c){l.call(this),this.nodeType=h.COMMENT_NODE,this.ownerDocument=o,this._data=c}var a={get:function(){return this._data},set:function(o){o==null?o="":o=String(o),this._data=o,this.rooted&&this.ownerDocument.mutateValue(this)}};t.prototype=Object.create(l.prototype,{nodeName:{value:"#comment"},nodeValue:a,textContent:a,innerText:a,data:{get:a.get,set:function(o){a.set.call(this,o===null?"":String(o))}},clone:{value:function(){return new t(this.ownerDocument,this._data)}}})}}),Na=ce({"external/npm/node_modules/domino/lib/DocumentFragment.js"(E,w){"use strict";w.exports=f;var h=Ge(),l=ar(),t=wn(),a=Tr(),o=kn(),c=Be();function f(i){t.call(this),this.nodeType=h.DOCUMENT_FRAGMENT_NODE,this.ownerDocument=i}f.prototype=Object.create(t.prototype,{nodeName:{value:"#document-fragment"},nodeValue:{get:function(){return null},set:function(){}},textContent:Object.getOwnPropertyDescriptor(a.prototype,"textContent"),innerText:Object.getOwnPropertyDescriptor(a.prototype,"innerText"),querySelector:{value:function(i){var _=this.querySelectorAll(i);return _.length?_[0]:null}},querySelectorAll:{value:function(i){var _=Object.create(this);_.isHTML=!0,_.getElementsByTagName=a.prototype.getElementsByTagName,_.nextElement=Object.getOwnPropertyDescriptor(a.prototype,"firstElementChild").get;var m=o(i,_);return m.item?m:new l(m)}},clone:{value:function(){return new f(this.ownerDocument)}},isEqual:{value:function(_){return!0}},innerHTML:{get:function(){return this.serialize()},set:c.nyi},outerHTML:{get:function(){return this.serialize()},set:c.nyi}})}}),wa=ce({"external/npm/node_modules/domino/lib/ProcessingInstruction.js"(E,w){"use strict";w.exports=t;var h=Ge(),l=Jr();function t(o,c,f){l.call(this),this.nodeType=h.PROCESSING_INSTRUCTION_NODE,this.ownerDocument=o,this.target=c,this._data=f}var a={get:function(){return this._data},set:function(o){o==null?o="":o=String(o),this._data=o,this.rooted&&this.ownerDocument.mutateValue(this)}};t.prototype=Object.create(l.prototype,{nodeName:{get:function(){return this.target}},nodeValue:a,textContent:a,innerText:a,data:{get:a.get,set:function(o){a.set.call(this,o===null?"":String(o))}},clone:{value:function(){return new t(this.ownerDocument,this.target,this._data)}},isEqual:{value:function(c){return this.target===c.target&&this._data===c._data}}})}}),en=ce({"external/npm/node_modules/domino/lib/NodeFilter.js"(E,w){"use strict";var h={FILTER_ACCEPT:1,FILTER_REJECT:2,FILTER_SKIP:3,SHOW_ALL:4294967295,SHOW_ELEMENT:1,SHOW_ATTRIBUTE:2,SHOW_TEXT:4,SHOW_CDATA_SECTION:8,SHOW_ENTITY_REFERENCE:16,SHOW_ENTITY:32,SHOW_PROCESSING_INSTRUCTION:64,SHOW_COMMENT:128,SHOW_DOCUMENT:256,SHOW_DOCUMENT_TYPE:512,SHOW_DOCUMENT_FRAGMENT:1024,SHOW_NOTATION:2048};w.exports=h.constructor=h.prototype=h}}),Sa=ce({"external/npm/node_modules/domino/lib/NodeTraversal.js"(E,w){"use strict";var h=w.exports={nextSkippingChildren:l,nextAncestorSibling:t,next:a,previous:c,deepLastChild:o};function l(f,i){return f===i?null:f.nextSibling!==null?f.nextSibling:t(f,i)}function t(f,i){for(f=f.parentNode;f!==null;f=f.parentNode){if(f===i)return null;if(f.nextSibling!==null)return f.nextSibling}return null}function a(f,i){var _;return _=f.firstChild,_!==null?_:f===i?null:(_=f.nextSibling,_!==null?_:t(f,i))}function o(f){for(;f.lastChild;)f=f.lastChild;return f}function c(f,i){var _;return _=f.previousSibling,_!==null?o(_):(_=f.parentNode,_===i?null:_)}}}),fs=ce({"external/npm/node_modules/domino/lib/TreeWalker.js"(E,w){"use strict";w.exports=_;var h=Ge(),l=en(),t=Sa(),a=Be(),o={first:"firstChild",last:"lastChild",next:"firstChild",previous:"lastChild"},c={first:"nextSibling",last:"previousSibling",next:"nextSibling",previous:"previousSibling"};function f(m,T){var O,P,I,ee,F;for(P=m._currentNode[o[T]];P!==null;){if(ee=m._internalFilter(P),ee===l.FILTER_ACCEPT)return m._currentNode=P,P;if(ee===l.FILTER_SKIP&&(O=P[o[T]],O!==null)){P=O;continue}for(;P!==null;){if(F=P[c[T]],F!==null){P=F;break}if(I=P.parentNode,I===null||I===m.root||I===m._currentNode)return null;P=I}}return null}function i(m,T){var O,P,I;if(O=m._currentNode,O===m.root)return null;for(;;){for(I=O[c[T]];I!==null;){if(O=I,P=m._internalFilter(O),P===l.FILTER_ACCEPT)return m._currentNode=O,O;I=O[o[T]],(P===l.FILTER_REJECT||I===null)&&(I=O[c[T]])}if(O=O.parentNode,O===null||O===m.root||m._internalFilter(O)===l.FILTER_ACCEPT)return null}}function _(m,T,O){(!m||!m.nodeType)&&a.NotSupportedError(),this._root=m,this._whatToShow=Number(T)||0,this._filter=O||null,this._active=!1,this._currentNode=m}Object.defineProperties(_.prototype,{root:{get:function(){return this._root}},whatToShow:{get:function(){return this._whatToShow}},filter:{get:function(){return this._filter}},currentNode:{get:function(){return this._currentNode},set:function(T){if(!(T instanceof h))throw new TypeError("Not a Node");this._currentNode=T}},_internalFilter:{value:function(T){var O,P;if(this._active&&a.InvalidStateError(),!(1<<T.nodeType-1&this._whatToShow))return l.FILTER_SKIP;if(P=this._filter,P===null)O=l.FILTER_ACCEPT;else{this._active=!0;try{typeof P=="function"?O=P(T):O=P.acceptNode(T)}finally{this._active=!1}}return+O}},parentNode:{value:function(){for(var T=this._currentNode;T!==this.root;){if(T=T.parentNode,T===null)return null;if(this._internalFilter(T)===l.FILTER_ACCEPT)return this._currentNode=T,T}return null}},firstChild:{value:function(){return f(this,"first")}},lastChild:{value:function(){return f(this,"last")}},previousSibling:{value:function(){return i(this,"previous")}},nextSibling:{value:function(){return i(this,"next")}},previousNode:{value:function(){var T,O,P,I;for(T=this._currentNode;T!==this._root;){for(P=T.previousSibling;P;P=T.previousSibling)if(T=P,O=this._internalFilter(T),O!==l.FILTER_REJECT){for(I=T.lastChild;I&&(T=I,O=this._internalFilter(T),O!==l.FILTER_REJECT);I=T.lastChild);if(O===l.FILTER_ACCEPT)return this._currentNode=T,T}if(T===this.root||T.parentNode===null)return null;if(T=T.parentNode,this._internalFilter(T)===l.FILTER_ACCEPT)return this._currentNode=T,T}return null}},nextNode:{value:function(){var T,O,P,I;T=this._currentNode,O=l.FILTER_ACCEPT;e:for(;;){for(P=T.firstChild;P;P=T.firstChild){if(T=P,O=this._internalFilter(T),O===l.FILTER_ACCEPT)return this._currentNode=T,T;if(O===l.FILTER_REJECT)break}for(I=t.nextSkippingChildren(T,this.root);I;I=t.nextSkippingChildren(T,this.root)){if(T=I,O=this._internalFilter(T),O===l.FILTER_ACCEPT)return this._currentNode=T,T;if(O===l.FILTER_SKIP)continue e}return null}}},toString:{value:function(){return"[object TreeWalker]"}}})}}),hs=ce({"external/npm/node_modules/domino/lib/NodeIterator.js"(E,w){"use strict";w.exports=f;var h=en(),l=Sa(),t=Be();function a(i,_,m){return m?l.next(i,_):i===_?null:l.previous(i,null)}function o(i,_){for(;_;_=_.parentNode)if(i===_)return!0;return!1}function c(i,_){var m,T;for(m=i._referenceNode,T=i._pointerBeforeReferenceNode;;){if(T===_)T=!T;else if(m=a(m,i._root,_),m===null)return null;var O=i._internalFilter(m);if(O===h.FILTER_ACCEPT)break}return i._referenceNode=m,i._pointerBeforeReferenceNode=T,m}function f(i,_,m){(!i||!i.nodeType)&&t.NotSupportedError(),this._root=i,this._referenceNode=i,this._pointerBeforeReferenceNode=!0,this._whatToShow=Number(_)||0,this._filter=m||null,this._active=!1,i.doc._attachNodeIterator(this)}Object.defineProperties(f.prototype,{root:{get:function(){return this._root}},referenceNode:{get:function(){return this._referenceNode}},pointerBeforeReferenceNode:{get:function(){return this._pointerBeforeReferenceNode}},whatToShow:{get:function(){return this._whatToShow}},filter:{get:function(){return this._filter}},_internalFilter:{value:function(_){var m,T;if(this._active&&t.InvalidStateError(),!(1<<_.nodeType-1&this._whatToShow))return h.FILTER_SKIP;if(T=this._filter,T===null)m=h.FILTER_ACCEPT;else{this._active=!0;try{typeof T=="function"?m=T(_):m=T.acceptNode(_)}finally{this._active=!1}}return+m}},_preremove:{value:function(_){if(!o(_,this._root)&&o(_,this._referenceNode)){if(this._pointerBeforeReferenceNode){for(var m=_;m.lastChild;)m=m.lastChild;if(m=l.next(m,this.root),m){this._referenceNode=m;return}this._pointerBeforeReferenceNode=!1}if(_.previousSibling===null)this._referenceNode=_.parentNode;else{this._referenceNode=_.previousSibling;var T;for(T=this._referenceNode.lastChild;T;T=this._referenceNode.lastChild)this._referenceNode=T}}}},nextNode:{value:function(){return c(this,!0)}},previousNode:{value:function(){return c(this,!1)}},detach:{value:function(){}},toString:{value:function(){return"[object NodeIterator]"}}})}}),Ln=ce({"external/npm/node_modules/domino/lib/URL.js"(E,w){"use strict";w.exports=h;function h(l){if(!l)return Object.create(h.prototype);this.url=l.replace(/^[ \t\n\r\f]+|[ \t\n\r\f]+$/g,"");var t=h.pattern.exec(this.url);if(t){if(t[2]&&(this.scheme=t[2]),t[4]){var a=t[4].match(h.userinfoPattern);if(a&&(this.username=a[1],this.password=a[3],t[4]=t[4].substring(a[0].length)),t[4].match(h.portPattern)){var o=t[4].lastIndexOf(":");this.host=t[4].substring(0,o),this.port=t[4].substring(o+1)}else this.host=t[4]}t[5]&&(this.path=t[5]),t[6]&&(this.query=t[7]),t[8]&&(this.fragment=t[9])}}h.pattern=/^(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/,h.userinfoPattern=/^([^@:]*)(:([^@]*))?@/,h.portPattern=/:\d+$/,h.authorityPattern=/^[^:\/?#]+:\/\//,h.hierarchyPattern=/^[^:\/?#]+:\//,h.percentEncode=function(t){var a=t.charCodeAt(0);if(a<256)return"%"+a.toString(16);throw Error("can't percent-encode codepoints > 255 yet")},h.prototype={constructor:h,isAbsolute:function(){return!!this.scheme},isAuthorityBased:function(){return h.authorityPattern.test(this.url)},isHierarchical:function(){return h.hierarchyPattern.test(this.url)},toString:function(){var l="";return this.scheme!==void 0&&(l+=this.scheme+":"),this.isAbsolute()&&(l+="//",(this.username||this.password)&&(l+=this.username||"",this.password&&(l+=":"+this.password),l+="@"),this.host&&(l+=this.host)),this.port!==void 0&&(l+=":"+this.port),this.path!==void 0&&(l+=this.path),this.query!==void 0&&(l+="?"+this.query),this.fragment!==void 0&&(l+="#"+this.fragment),l},resolve:function(l){var t=this,a=new h(l),o=new h;return a.scheme!==void 0?(o.scheme=a.scheme,o.username=a.username,o.password=a.password,o.host=a.host,o.port=a.port,o.path=f(a.path),o.query=a.query):(o.scheme=t.scheme,a.host!==void 0?(o.username=a.username,o.password=a.password,o.host=a.host,o.port=a.port,o.path=f(a.path),o.query=a.query):(o.username=t.username,o.password=t.password,o.host=t.host,o.port=t.port,a.path?(a.path.charAt(0)==="/"?o.path=f(a.path):(o.path=c(t.path,a.path),o.path=f(o.path)),o.query=a.query):(o.path=t.path,a.query!==void 0?o.query=a.query:o.query=t.query))),o.fragment=a.fragment,o.toString();function c(i,_){if(t.host!==void 0&&!t.path)return"/"+_;var m=i.lastIndexOf("/");return m===-1?_:i.substring(0,m+1)+_}function f(i){if(!i)return i;for(var _="";i.length>0;){if(i==="."||i===".."){i="";break}var m=i.substring(0,2),T=i.substring(0,3),O=i.substring(0,4);if(T==="../")i=i.substring(3);else if(m==="./")i=i.substring(2);else if(T==="/./")i="/"+i.substring(3);else if(m==="/."&&i.length===2)i="/";else if(O==="/../"||T==="/.."&&i.length===3)i="/"+i.substring(4),_=_.replace(/\/?[^\/]*$/,"");else{var P=i.match(/(\/?([^\/]*))/)[0];_+=P,i=i.substring(P.length)}}return _}}}}}),ps=ce({"external/npm/node_modules/domino/lib/CustomEvent.js"(E,w){"use strict";w.exports=l;var h=vr();function l(t,a){h.call(this,t,a)}l.prototype=Object.create(h.prototype,{constructor:{value:l}})}}),ka=ce({"external/npm/node_modules/domino/lib/events.js"(E,w){"use strict";w.exports={Event:vr(),UIEvent:fa(),MouseEvent:ha(),CustomEvent:ps()}}}),ds=ce({"external/npm/node_modules/domino/lib/style_parser.js"(E){"use strict";Object.defineProperty(E,"__esModule",{value:!0}),E.hyphenate=E.parse=void 0;function w(l){let t=[],a=0,o=0,c=0,f=0,i=0,_=null;for(;a<l.length;)switch(l.charCodeAt(a++)){case 40:o++;break;case 41:o--;break;case 39:c===0?c=39:c===39&&l.charCodeAt(a-1)!==92&&(c=0);break;case 34:c===0?c=34:c===34&&l.charCodeAt(a-1)!==92&&(c=0);break;case 58:!_&&o===0&&c===0&&(_=h(l.substring(i,a-1).trim()),f=a);break;case 59:if(_&&f>0&&o===0&&c===0){let T=l.substring(f,a-1).trim();t.push(_,T),i=a,f=0,_=null}break}if(_&&f){let m=l.slice(f).trim();t.push(_,m)}return t}E.parse=w;function h(l){return l.replace(/[a-z][A-Z]/g,t=>t.charAt(0)+"-"+t.charAt(1)).toLowerCase()}E.hyphenate=h}}),Dn=ce({"external/npm/node_modules/domino/lib/CSSStyleDeclaration.js"(E,w){"use strict";var{parse:h}=ds();w.exports=function(f){let i=new t(f),_={get:function(m,T){return T in m?m[T]:m.getPropertyValue(l(T))},has:function(m,T){return!0},set:function(m,T,O){return T in m?m[T]=O:m.setProperty(l(T),O??void 0),!0}};return new Proxy(i,_)};function l(f){return f.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function t(f){this._element=f}var a="!important";function o(f){let i={property:{},priority:{}};if(!f)return i;let _=h(f);if(_.length<2)return i;for(let m=0;m<_.length;m+=2){let T=_[m],O=_[m+1];O.endsWith(a)&&(i.priority[T]="important",O=O.slice(0,-a.length).trim()),i.property[T]=O}return i}var c={};t.prototype=Object.create(Object.prototype,{_parsed:{get:function(){if(!this._parsedStyles||this.cssText!==this._lastParsedText){var f=this.cssText;this._parsedStyles=o(f),this._lastParsedText=f,delete this._names}return this._parsedStyles}},_serialize:{value:function(){var f=this._parsed,i="";for(var _ in f.property)i&&(i+=" "),i+=_+": "+f.property[_],f.priority[_]&&(i+=" !"+f.priority[_]),i+=";";this.cssText=i,this._lastParsedText=i,delete this._names}},cssText:{get:function(){return this._element.getAttribute("style")},set:function(f){this._element.setAttribute("style",f)}},length:{get:function(){return this._names||(this._names=Object.getOwnPropertyNames(this._parsed.property)),this._names.length}},item:{value:function(f){return this._names||(this._names=Object.getOwnPropertyNames(this._parsed.property)),this._names[f]}},getPropertyValue:{value:function(f){return f=f.toLowerCase(),this._parsed.property[f]||""}},getPropertyPriority:{value:function(f){return f=f.toLowerCase(),this._parsed.priority[f]||""}},setProperty:{value:function(f,i,_){if(f=f.toLowerCase(),i==null&&(i=""),_==null&&(_=""),i!==c&&(i=""+i),i=i.trim(),i===""){this.removeProperty(f);return}if(!(_!==""&&_!==c&&!/^important$/i.test(_))){var m=this._parsed;if(i===c){if(!m.property[f])return;_!==""?m.priority[f]="important":delete m.priority[f]}else{if(i.includes(";")&&!i.includes("data:"))return;var T=o(f+":"+i);if(Object.getOwnPropertyNames(T.property).length===0||Object.getOwnPropertyNames(T.priority).length!==0)return;for(var O in T.property)m.property[O]=T.property[O],_!==c&&(_!==""?m.priority[O]="important":m.priority[O]&&delete m.priority[O])}this._serialize()}}},setPropertyValue:{value:function(f,i){return this.setProperty(f,i,c)}},setPropertyPriority:{value:function(f,i){return this.setProperty(f,c,i)}},removeProperty:{value:function(f){f=f.toLowerCase();var i=this._parsed;f in i.property&&(delete i.property[f],delete i.priority[f],this._serialize())}}})}}),Ca=ce({"external/npm/node_modules/domino/lib/URLUtils.js"(E,w){"use strict";var h=Ln();w.exports=l;function l(){}l.prototype=Object.create(Object.prototype,{_url:{get:function(){return new h(this.href)}},protocol:{get:function(){var t=this._url;return t&&t.scheme?t.scheme+":":":"},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&(t=t.replace(/:+$/,""),t=t.replace(/[^-+\.a-zA-Z0-9]/g,h.percentEncode),t.length>0&&(o.scheme=t,a=o.toString())),this.href=a}},host:{get:function(){var t=this._url;return t.isAbsolute()&&t.isAuthorityBased()?t.host+(t.port?":"+t.port:""):""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&o.isAuthorityBased()&&(t=t.replace(/[^-+\._~!$&'()*,;:=a-zA-Z0-9]/g,h.percentEncode),t.length>0&&(o.host=t,delete o.port,a=o.toString())),this.href=a}},hostname:{get:function(){var t=this._url;return t.isAbsolute()&&t.isAuthorityBased()?t.host:""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&o.isAuthorityBased()&&(t=t.replace(/^\/+/,""),t=t.replace(/[^-+\._~!$&'()*,;:=a-zA-Z0-9]/g,h.percentEncode),t.length>0&&(o.host=t,a=o.toString())),this.href=a}},port:{get:function(){var t=this._url;return t.isAbsolute()&&t.isAuthorityBased()&&t.port!==void 0?t.port:""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&o.isAuthorityBased()&&(t=""+t,t=t.replace(/[^0-9].*$/,""),t=t.replace(/^0+/,""),t.length===0&&(t="0"),parseInt(t,10)<=65535&&(o.port=t,a=o.toString())),this.href=a}},pathname:{get:function(){var t=this._url;return t.isAbsolute()&&t.isHierarchical()?t.path:""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&o.isHierarchical()&&(t.charAt(0)!=="/"&&(t="/"+t),t=t.replace(/[^-+\._~!$&'()*,;:=@\/a-zA-Z0-9]/g,h.percentEncode),o.path=t,a=o.toString()),this.href=a}},search:{get:function(){var t=this._url;return t.isAbsolute()&&t.isHierarchical()&&t.query!==void 0?"?"+t.query:""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&o.isHierarchical()&&(t.charAt(0)==="?"&&(t=t.substring(1)),t=t.replace(/[^-+\._~!$&'()*,;:=@\/?a-zA-Z0-9]/g,h.percentEncode),o.query=t,a=o.toString()),this.href=a}},hash:{get:function(){var t=this._url;return t==null||t.fragment==null||t.fragment===""?"":"#"+t.fragment},set:function(t){var a=this.href,o=new h(a);t.charAt(0)==="#"&&(t=t.substring(1)),t=t.replace(/[^-+\._~!$&'()*,;:=@\/?a-zA-Z0-9]/g,h.percentEncode),o.fragment=t,a=o.toString(),this.href=a}},username:{get:function(){var t=this._url;return t.username||""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&(t=t.replace(/[\x00-\x1F\x7F-\uFFFF "#<>?`\/@\\:]/g,h.percentEncode),o.username=t,a=o.toString()),this.href=a}},password:{get:function(){var t=this._url;return t.password||""},set:function(t){var a=this.href,o=new h(a);o.isAbsolute()&&(t===""?o.password=null:(t=t.replace(/[\x00-\x1F\x7F-\uFFFF "#<>?`\/@\\]/g,h.percentEncode),o.password=t),a=o.toString()),this.href=a}},origin:{get:function(){var t=this._url;if(t==null)return"";var a=function(o){var c=[t.scheme,t.host,+t.port||o];return c[0]+"://"+c[1]+(c[2]===o?"":":"+c[2])};switch(t.scheme){case"ftp":return a(21);case"gopher":return a(70);case"http":case"ws":return a(80);case"https":case"wss":return a(443);default:return t.scheme+"://"}}}}),l._inherit=function(t){Object.getOwnPropertyNames(l.prototype).forEach(function(a){if(!(a==="constructor"||a==="href")){var o=Object.getOwnPropertyDescriptor(l.prototype,a);Object.defineProperty(t,a,o)}})}}}),La=ce({"external/npm/node_modules/domino/lib/defineElement.js"(E,w){"use strict";var h=ga(),l=Nn().isApiWritable;w.exports=function(c,f,i,_){var m=c.ctor;if(m){var T=c.props||{};if(c.attributes)for(var O in c.attributes){var P=c.attributes[O];(typeof P!="object"||Array.isArray(P))&&(P={type:P}),P.name||(P.name=O.toLowerCase()),T[O]=h.property(P)}T.constructor={value:m,writable:l},m.prototype=Object.create((c.superclass||f).prototype,T),c.events&&o(m,c.events),i[c.name]=m}else m=f;return(c.tags||c.tag&&[c.tag]||[]).forEach(function(I){_[I]=m}),m};function t(c,f,i,_){this.body=c,this.document=f,this.form=i,this.element=_}t.prototype.build=function(){return()=>{}};function a(c,f,i,_){var m=c.ownerDocument||Object.create(null),T=c.form||Object.create(null);c[f]=new t(_,m,T,c).build()}function o(c,f){var i=c.prototype;f.forEach(function(_){Object.defineProperty(i,"on"+_,{get:function(){return this._getEventHandler(_)},set:function(m){this._setEventHandler(_,m)}}),h.registerChangeHandler(c,"on"+_,a)})}}}),An=ce({"external/npm/node_modules/domino/lib/htmlelts.js"(E){"use strict";var w=Ge(),h=Tr(),l=Dn(),t=Be(),a=Ca(),o=La(),c=E.elements={},f=Object.create(null);E.createElement=function(N,d,S){var g=f[d]||ee;return new g(N,d,S)};function i(N){return o(N,I,c,f)}function _(N){return{get:function(){var d=this._getattr(N);if(d===null)return"";var S=this.doc._resolve(d);return S===null?d:S},set:function(d){this._setattr(N,d)}}}function m(N){return{get:function(){var d=this._getattr(N);return d===null?null:d.toLowerCase()==="use-credentials"?"use-credentials":"anonymous"},set:function(d){d==null?this.removeAttribute(N):this._setattr(N,d)}}}var T={type:["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"],missing:""},O={A:!0,LINK:!0,BUTTON:!0,INPUT:!0,SELECT:!0,TEXTAREA:!0,COMMAND:!0},P=function(N,d,S){I.call(this,N,d,S),this._form=null},I=E.HTMLElement=i({superclass:h,name:"HTMLElement",ctor:function(d,S,g){h.call(this,d,S,t.NAMESPACE.HTML,g)},props:{dangerouslySetInnerHTML:{set:function(N){this._innerHTML=N}},innerHTML:{get:function(){return this.serialize()},set:function(N){var d=this.ownerDocument.implementation.mozHTMLParser(this.ownerDocument._address,this);d.parse(N===null?"":String(N),!0);for(var S=this instanceof f.template?this.content:this;S.hasChildNodes();)S.removeChild(S.firstChild);S.appendChild(d._asDocumentFragment())}},style:{get:function(){return this._style||(this._style=new l(this)),this._style},set:function(N){N==null&&(N=""),this._setattr("style",String(N))}},blur:{value:function(){}},focus:{value:function(){}},forceSpellCheck:{value:function(){}},click:{value:function(){if(!this._click_in_progress){this._click_in_progress=!0;try{this._pre_click_activation_steps&&this._pre_click_activation_steps();var N=this.ownerDocument.createEvent("MouseEvent");N.initMouseEvent("click",!0,!0,this.ownerDocument.defaultView,1,0,0,0,0,!1,!1,!1,!1,0,null);var d=this.dispatchEvent(N);d?this._post_click_activation_steps&&this._post_click_activation_steps(N):this._cancelled_activation_steps&&this._cancelled_activation_steps()}finally{this._click_in_progress=!1}}}},submit:{value:t.nyi}},attributes:{title:String,lang:String,dir:{type:["ltr","rtl","auto"],missing:""},draggable:{type:["true","false"],treatNullAsEmptyString:!0},spellcheck:{type:["true","false"],missing:""},enterKeyHint:{type:["enter","done","go","next","previous","search","send"],missing:""},autoCapitalize:{type:["off","on","none","sentences","words","characters"],missing:""},autoFocus:Boolean,accessKey:String,nonce:String,hidden:Boolean,translate:{type:["no","yes"],missing:""},tabIndex:{type:"long",default:function(){return this.tagName in O||this.contentEditable?0:-1}}},events:["abort","canplay","canplaythrough","change","click","contextmenu","cuechange","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","input","invalid","keydown","keypress","keyup","loadeddata","loadedmetadata","loadstart","mousedown","mousemove","mouseout","mouseover","mouseup","mousewheel","pause","play","playing","progress","ratechange","readystatechange","reset","seeked","seeking","select","show","stalled","submit","suspend","timeupdate","volumechange","waiting","blur","error","focus","load","scroll"]}),ee=i({name:"HTMLUnknownElement",ctor:function(d,S,g){I.call(this,d,S,g)}}),F={form:{get:function(){return this._form}}};i({tag:"a",name:"HTMLAnchorElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{_post_click_activation_steps:{value:function(N){this.href&&(this.ownerDocument.defaultView.location=this.href)}}},attributes:{href:_,ping:String,download:String,target:String,rel:String,media:String,hreflang:String,type:String,referrerPolicy:T,coords:String,charset:String,name:String,rev:String,shape:String}}),a._inherit(f.a.prototype),i({tag:"area",name:"HTMLAreaElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{alt:String,target:String,download:String,rel:String,media:String,href:_,hreflang:String,type:String,shape:String,coords:String,ping:String,referrerPolicy:T,noHref:Boolean}}),a._inherit(f.area.prototype),i({tag:"br",name:"HTMLBRElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{clear:String}}),i({tag:"base",name:"HTMLBaseElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{target:String}}),i({tag:"body",name:"HTMLBodyElement",ctor:function(d,S,g){I.call(this,d,S,g)},events:["afterprint","beforeprint","beforeunload","blur","error","focus","hashchange","load","message","offline","online","pagehide","pageshow","popstate","resize","scroll","storage","unload"],attributes:{text:{type:String,treatNullAsEmptyString:!0},link:{type:String,treatNullAsEmptyString:!0},vLink:{type:String,treatNullAsEmptyString:!0},aLink:{type:String,treatNullAsEmptyString:!0},bgColor:{type:String,treatNullAsEmptyString:!0},background:String}}),i({tag:"button",name:"HTMLButtonElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{name:String,value:String,disabled:Boolean,autofocus:Boolean,type:{type:["submit","reset","button","menu"],missing:"submit"},formTarget:String,formAction:_,formNoValidate:Boolean,formMethod:{type:["get","post","dialog"],invalid:"get",missing:""},formEnctype:{type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:""}}}),i({tag:"dl",name:"HTMLDListElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{compact:Boolean}}),i({tag:"data",name:"HTMLDataElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{value:String}}),i({tag:"datalist",name:"HTMLDataListElement",ctor:function(d,S,g){I.call(this,d,S,g)}}),i({tag:"details",name:"HTMLDetailsElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{open:Boolean}}),i({tag:"div",name:"HTMLDivElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{align:String}}),i({tag:"embed",name:"HTMLEmbedElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{src:_,type:String,width:String,height:String,align:String,name:String}}),i({tag:"fieldset",name:"HTMLFieldSetElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{disabled:Boolean,name:String}}),i({tag:"form",name:"HTMLFormElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{action:String,autocomplete:{type:["on","off"],missing:"on"},name:String,acceptCharset:{name:"accept-charset"},target:String,noValidate:Boolean,method:{type:["get","post","dialog"],invalid:"get",missing:"get"},enctype:{type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:"application/x-www-form-urlencoded"},encoding:{name:"enctype",type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:"application/x-www-form-urlencoded"}}}),i({tag:"hr",name:"HTMLHRElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{align:String,color:String,noShade:Boolean,size:String,width:String}}),i({tag:"head",name:"HTMLHeadElement",ctor:function(d,S,g){I.call(this,d,S,g)}}),i({tags:["h1","h2","h3","h4","h5","h6"],name:"HTMLHeadingElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{align:String}}),i({tag:"html",name:"HTMLHtmlElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{xmlns:_,version:String}}),i({tag:"iframe",name:"HTMLIFrameElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{src:_,srcdoc:String,name:String,width:String,height:String,seamless:Boolean,allow:Boolean,allowFullscreen:Boolean,allowUserMedia:Boolean,allowPaymentRequest:Boolean,referrerPolicy:T,loading:{type:["eager","lazy"],treatNullAsEmptyString:!0},align:String,scrolling:String,frameBorder:String,longDesc:_,marginHeight:{type:String,treatNullAsEmptyString:!0},marginWidth:{type:String,treatNullAsEmptyString:!0}}}),i({tag:"img",name:"HTMLImageElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{alt:String,src:_,srcset:String,crossOrigin:m,useMap:String,isMap:Boolean,sizes:String,height:{type:"unsigned long",default:0},width:{type:"unsigned long",default:0},referrerPolicy:T,loading:{type:["eager","lazy"],missing:""},name:String,lowsrc:_,align:String,hspace:{type:"unsigned long",default:0},vspace:{type:"unsigned long",default:0},longDesc:_,border:{type:String,treatNullAsEmptyString:!0}}}),i({tag:"input",name:"HTMLInputElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:{form:F.form,_post_click_activation_steps:{value:function(N){if(this.type==="checkbox")this.checked=!this.checked;else if(this.type==="radio")for(var d=this.form.getElementsByName(this.name),S=d.length-1;S>=0;S--){var g=d[S];g.checked=g===this}}}},attributes:{name:String,disabled:Boolean,autofocus:Boolean,accept:String,alt:String,max:String,min:String,pattern:String,placeholder:String,step:String,dirName:String,defaultValue:{name:"value"},multiple:Boolean,required:Boolean,readOnly:Boolean,checked:Boolean,value:String,src:_,defaultChecked:{name:"checked",type:Boolean},size:{type:"unsigned long",default:20,min:1,setmin:1},width:{type:"unsigned long",min:0,setmin:0,default:0},height:{type:"unsigned long",min:0,setmin:0,default:0},minLength:{type:"unsigned long",min:0,setmin:0,default:-1},maxLength:{type:"unsigned long",min:0,setmin:0,default:-1},autocomplete:String,type:{type:["text","hidden","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"],missing:"text"},formTarget:String,formNoValidate:Boolean,formMethod:{type:["get","post"],invalid:"get",missing:""},formEnctype:{type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:""},inputMode:{type:["verbatim","latin","latin-name","latin-prose","full-width-latin","kana","kana-name","katakana","numeric","tel","email","url"],missing:""},align:String,useMap:String}}),i({tag:"keygen",name:"HTMLKeygenElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{name:String,disabled:Boolean,autofocus:Boolean,challenge:String,keytype:{type:["rsa"],missing:""}}}),i({tag:"li",name:"HTMLLIElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{value:{type:"long",default:0},type:String}}),i({tag:"label",name:"HTMLLabelElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{htmlFor:{name:"for",type:String}}}),i({tag:"legend",name:"HTMLLegendElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{align:String}}),i({tag:"link",name:"HTMLLinkElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{href:_,rel:String,media:String,hreflang:String,type:String,crossOrigin:m,nonce:String,integrity:String,referrerPolicy:T,imageSizes:String,imageSrcset:String,charset:String,rev:String,target:String}}),i({tag:"map",name:"HTMLMapElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{name:String}}),i({tag:"menu",name:"HTMLMenuElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{type:{type:["context","popup","toolbar"],missing:"toolbar"},label:String,compact:Boolean}}),i({tag:"meta",name:"HTMLMetaElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{name:String,content:String,httpEquiv:{name:"http-equiv",type:String},scheme:String}}),i({tag:"meter",name:"HTMLMeterElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F}),i({tags:["ins","del"],name:"HTMLModElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{cite:_,dateTime:String}}),i({tag:"ol",name:"HTMLOListElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{_numitems:{get:function(){var N=0;return this.childNodes.forEach(function(d){d.nodeType===w.ELEMENT_NODE&&d.tagName==="LI"&&N++}),N}}},attributes:{type:String,reversed:Boolean,start:{type:"long",default:function(){return this.reversed?this._numitems:1}},compact:Boolean}}),i({tag:"object",name:"HTMLObjectElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{data:_,type:String,name:String,useMap:String,typeMustMatch:Boolean,width:String,height:String,align:String,archive:String,code:String,declare:Boolean,hspace:{type:"unsigned long",default:0},standby:String,vspace:{type:"unsigned long",default:0},codeBase:_,codeType:String,border:{type:String,treatNullAsEmptyString:!0}}}),i({tag:"optgroup",name:"HTMLOptGroupElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{disabled:Boolean,label:String}}),i({tag:"option",name:"HTMLOptionElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{form:{get:function(){for(var N=this.parentNode;N&&N.nodeType===w.ELEMENT_NODE;){if(N.localName==="select")return N.form;N=N.parentNode}}},value:{get:function(){return this._getattr("value")||this.text},set:function(N){this._setattr("value",N)}},text:{get:function(){return this.textContent.replace(/[ \t\n\f\r]+/g," ").trim()},set:function(N){this.textContent=N}}},attributes:{disabled:Boolean,defaultSelected:{name:"selected",type:Boolean},label:String}}),i({tag:"output",name:"HTMLOutputElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{name:String}}),i({tag:"p",name:"HTMLParagraphElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{align:String}}),i({tag:"param",name:"HTMLParamElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{name:String,value:String,type:String,valueType:String}}),i({tags:["pre","listing","xmp"],name:"HTMLPreElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{width:{type:"long",default:0}}}),i({tag:"progress",name:"HTMLProgressElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:F,attributes:{max:{type:Number,float:!0,default:1,min:0}}}),i({tags:["q","blockquote"],name:"HTMLQuoteElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{cite:_}}),i({tag:"script",name:"HTMLScriptElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{text:{get:function(){for(var N="",d=0,S=this.childNodes.length;d<S;d++){var g=this.childNodes[d];g.nodeType===w.TEXT_NODE&&(N+=g._data)}return N},set:function(N){this.removeChildren(),N!==null&&N!==""&&this.appendChild(this.ownerDocument.createTextNode(N))}}},attributes:{src:_,type:String,charset:String,referrerPolicy:T,defer:Boolean,async:Boolean,nomodule:Boolean,crossOrigin:m,nonce:String,integrity:String}}),i({tag:"select",name:"HTMLSelectElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:{form:F.form,options:{get:function(){return this.getElementsByTagName("option")}}},attributes:{autocomplete:String,name:String,disabled:Boolean,autofocus:Boolean,multiple:Boolean,required:Boolean,size:{type:"unsigned long",default:0}}}),i({tag:"span",name:"HTMLSpanElement",ctor:function(d,S,g){I.call(this,d,S,g)}}),i({tag:"style",name:"HTMLStyleElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{media:String,type:String,scoped:Boolean}}),i({tag:"caption",name:"HTMLTableCaptionElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{align:String}}),i({name:"HTMLTableCellElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{colSpan:{type:"unsigned long",default:1},rowSpan:{type:"unsigned long",default:1},scope:{type:["row","col","rowgroup","colgroup"],missing:""},abbr:String,align:String,axis:String,height:String,width:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},noWrap:Boolean,vAlign:String,bgColor:{type:String,treatNullAsEmptyString:!0}}}),i({tags:["col","colgroup"],name:"HTMLTableColElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{span:{type:"limited unsigned long with fallback",default:1,min:1},align:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},vAlign:String,width:String}}),i({tag:"table",name:"HTMLTableElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{rows:{get:function(){return this.getElementsByTagName("tr")}}},attributes:{align:String,border:String,frame:String,rules:String,summary:String,width:String,bgColor:{type:String,treatNullAsEmptyString:!0},cellPadding:{type:String,treatNullAsEmptyString:!0},cellSpacing:{type:String,treatNullAsEmptyString:!0}}}),i({tag:"template",name:"HTMLTemplateElement",ctor:function(d,S,g){I.call(this,d,S,g),this._contentFragment=d._templateDoc.createDocumentFragment()},props:{content:{get:function(){return this._contentFragment}},serialize:{value:function(){return this.content.serialize()}}}}),i({tag:"tr",name:"HTMLTableRowElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{cells:{get:function(){return this.querySelectorAll("td,th")}}},attributes:{align:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},vAlign:String,bgColor:{type:String,treatNullAsEmptyString:!0}}}),i({tags:["thead","tfoot","tbody"],name:"HTMLTableSectionElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{rows:{get:function(){return this.getElementsByTagName("tr")}}},attributes:{align:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},vAlign:String}}),i({tag:"textarea",name:"HTMLTextAreaElement",ctor:function(d,S,g){P.call(this,d,S,g)},props:{form:F.form,type:{get:function(){return"textarea"}},defaultValue:{get:function(){return this.textContent},set:function(N){this.textContent=N}},value:{get:function(){return this.defaultValue},set:function(N){this.defaultValue=N}},textLength:{get:function(){return this.value.length}}},attributes:{autocomplete:String,name:String,disabled:Boolean,autofocus:Boolean,placeholder:String,wrap:String,dirName:String,required:Boolean,readOnly:Boolean,rows:{type:"limited unsigned long with fallback",default:2},cols:{type:"limited unsigned long with fallback",default:20},maxLength:{type:"unsigned long",min:0,setmin:0,default:-1},minLength:{type:"unsigned long",min:0,setmin:0,default:-1},inputMode:{type:["verbatim","latin","latin-name","latin-prose","full-width-latin","kana","kana-name","katakana","numeric","tel","email","url"],missing:""}}}),i({tag:"time",name:"HTMLTimeElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{dateTime:String,pubDate:Boolean}}),i({tag:"title",name:"HTMLTitleElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{text:{get:function(){return this.textContent}}}}),i({tag:"ul",name:"HTMLUListElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{type:String,compact:Boolean}}),i({name:"HTMLMediaElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{src:_,crossOrigin:m,preload:{type:["metadata","none","auto",{value:"",alias:"auto"}],missing:"auto"},loop:Boolean,autoplay:Boolean,mediaGroup:String,controls:Boolean,defaultMuted:{name:"muted",type:Boolean}}}),i({name:"HTMLAudioElement",tag:"audio",superclass:c.HTMLMediaElement,ctor:function(d,S,g){c.HTMLMediaElement.call(this,d,S,g)}}),i({name:"HTMLVideoElement",tag:"video",superclass:c.HTMLMediaElement,ctor:function(d,S,g){c.HTMLMediaElement.call(this,d,S,g)},attributes:{poster:_,width:{type:"unsigned long",min:0,default:0},height:{type:"unsigned long",min:0,default:0}}}),i({tag:"td",name:"HTMLTableDataCellElement",superclass:c.HTMLTableCellElement,ctor:function(d,S,g){c.HTMLTableCellElement.call(this,d,S,g)}}),i({tag:"th",name:"HTMLTableHeaderCellElement",superclass:c.HTMLTableCellElement,ctor:function(d,S,g){c.HTMLTableCellElement.call(this,d,S,g)}}),i({tag:"frameset",name:"HTMLFrameSetElement",ctor:function(d,S,g){I.call(this,d,S,g)}}),i({tag:"frame",name:"HTMLFrameElement",ctor:function(d,S,g){I.call(this,d,S,g)}}),i({tag:"canvas",name:"HTMLCanvasElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{getContext:{value:t.nyi},probablySupportsContext:{value:t.nyi},setContext:{value:t.nyi},transferControlToProxy:{value:t.nyi},toDataURL:{value:t.nyi},toBlob:{value:t.nyi}},attributes:{width:{type:"unsigned long",default:300},height:{type:"unsigned long",default:150}}}),i({tag:"dialog",name:"HTMLDialogElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{show:{value:t.nyi},showModal:{value:t.nyi},close:{value:t.nyi}},attributes:{open:Boolean,returnValue:String}}),i({tag:"menuitem",name:"HTMLMenuItemElement",ctor:function(d,S,g){I.call(this,d,S,g)},props:{_label:{get:function(){var N=this._getattr("label");return N!==null&&N!==""?N:(N=this.textContent,N.replace(/[ \t\n\f\r]+/g," ").trim())}},label:{get:function(){var N=this._getattr("label");return N!==null?N:this._label},set:function(N){this._setattr("label",N)}}},attributes:{type:{type:["command","checkbox","radio"],missing:"command"},icon:_,disabled:Boolean,checked:Boolean,radiogroup:String,default:Boolean}}),i({tag:"source",name:"HTMLSourceElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{srcset:String,sizes:String,media:String,src:_,type:String,width:String,height:String}}),i({tag:"track",name:"HTMLTrackElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{src:_,srclang:String,label:String,default:Boolean,kind:{type:["subtitles","captions","descriptions","chapters","metadata"],missing:"subtitles",invalid:"metadata"}},props:{NONE:{get:function(){return 0}},LOADING:{get:function(){return 1}},LOADED:{get:function(){return 2}},ERROR:{get:function(){return 3}},readyState:{get:t.nyi},track:{get:t.nyi}}}),i({tag:"font",name:"HTMLFontElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{color:{type:String,treatNullAsEmptyString:!0},face:{type:String},size:{type:String}}}),i({tag:"dir",name:"HTMLDirectoryElement",ctor:function(d,S,g){I.call(this,d,S,g)},attributes:{compact:Boolean}}),i({tags:["abbr","address","article","aside","b","bdi","bdo","cite","content","code","dd","dfn","dt","em","figcaption","figure","footer","header","hgroup","i","kbd","main","mark","nav","noscript","rb","rp","rt","rtc","ruby","s","samp","section","small","strong","sub","summary","sup","u","var","wbr","acronym","basefont","big","center","nobr","noembed","noframes","plaintext","strike","tt"]})}}),Da=ce({"external/npm/node_modules/domino/lib/svg.js"(E){"use strict";var w=Tr(),h=La(),l=Be(),t=Dn(),a=E.elements={},o=Object.create(null);E.createElement=function(i,_,m){var T=o[_]||f;return new T(i,_,m)};function c(i){return h(i,f,a,o)}var f=c({superclass:w,name:"SVGElement",ctor:function(_,m,T){w.call(this,_,m,l.NAMESPACE.SVG,T)},props:{style:{get:function(){return this._style||(this._style=new t(this)),this._style}}}});c({name:"SVGSVGElement",ctor:function(_,m,T){f.call(this,_,m,T)},tag:"svg",props:{createSVGRect:{value:function(){return E.createElement(this.ownerDocument,"rect",null)}}}}),c({tags:["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"]})}}),ms=ce({"external/npm/node_modules/domino/lib/MutationConstants.js"(E,w){"use strict";w.exports={VALUE:1,ATTR:2,REMOVE_ATTR:3,REMOVE:4,MOVE:5,INSERT:6}}}),Mn=ce({"external/npm/node_modules/domino/lib/Document.js"(E,w){"use strict";w.exports=G;var h=Ge(),l=ar(),t=wn(),a=Tr(),o=Ta(),c=ya(),f=vr(),i=Na(),_=wa(),m=tn(),T=fs(),O=hs(),P=en(),I=Ln(),ee=kn(),F=ka(),N=Sn(),d=An(),S=Da(),g=Be(),ie=ms(),ne=g.NAMESPACE,Y=Nn().isApiWritable;function G(y,A){t.call(this),this.nodeType=h.DOCUMENT_NODE,this.isHTML=y,this._address=A||"about:blank",this.readyState="loading",this.implementation=new m(this),this.ownerDocument=null,this._contentType=y?"text/html":"application/xml",this.doctype=null,this.documentElement=null,this._templateDocCache=null,this._nodeIterators=null,this._nid=1,this._nextnid=2,this._nodes=[null,this],this.byId=Object.create(null),this.modclock=0}var D={event:"Event",customevent:"CustomEvent",uievent:"UIEvent",mouseevent:"MouseEvent"},B={events:"event",htmlevents:"event",mouseevents:"mouseevent",mutationevents:"mutationevent",uievents:"uievent"},Z=function(y,A,Q){return{get:function(){var be=y.call(this);return be?be[A]:Q},set:function(be){var He=y.call(this);He&&(He[A]=be)}}};function u(y,A){var Q,be,He;return y===""&&(y=null),N.isValidQName(A)||g.InvalidCharacterError(),Q=null,be=A,He=A.indexOf(":"),He>=0&&(Q=A.substring(0,He),be=A.substring(He+1)),Q!==null&&y===null&&g.NamespaceError(),Q==="xml"&&y!==ne.XML&&g.NamespaceError(),(Q==="xmlns"||A==="xmlns")&&y!==ne.XMLNS&&g.NamespaceError(),y===ne.XMLNS&&!(Q==="xmlns"||A==="xmlns")&&g.NamespaceError(),{namespace:y,prefix:Q,localName:be}}G.prototype=Object.create(t.prototype,{_setMutationHandler:{value:function(y){this.mutationHandler=y}},_dispatchRendererEvent:{value:function(y,A,Q){var be=this._nodes[y];be&&be._dispatchEvent(new f(A,Q),!0)}},nodeName:{value:"#document"},nodeValue:{get:function(){return null},set:function(){}},documentURI:{get:function(){return this._address},set:g.nyi},compatMode:{get:function(){return this._quirks?"BackCompat":"CSS1Compat"}},createTextNode:{value:function(y){return new o(this,String(y))}},createComment:{value:function(y){return new c(this,y)}},createDocumentFragment:{value:function(){return new i(this)}},createProcessingInstruction:{value:function(y,A){return(!N.isValidName(y)||A.indexOf("?>")!==-1)&&g.InvalidCharacterError(),new _(this,y,A)}},createAttribute:{value:function(y){return y=String(y),N.isValidName(y)||g.InvalidCharacterError(),this.isHTML&&(y=g.toASCIILowerCase(y)),new a._Attr(null,y,null,null,"")}},createAttributeNS:{value:function(y,A){y=y==null||y===""?null:String(y),A=String(A);var Q=u(y,A);return new a._Attr(null,Q.localName,Q.prefix,Q.namespace,"")}},createElement:{value:function(y){return y=String(y),N.isValidName(y)||g.InvalidCharacterError(),this.isHTML?(/[A-Z]/.test(y)&&(y=g.toASCIILowerCase(y)),d.createElement(this,y,null)):this.contentType==="application/xhtml+xml"?d.createElement(this,y,null):new a(this,y,null,null)},writable:Y},createElementNS:{value:function(y,A){y=y==null||y===""?null:String(y),A=String(A);var Q=u(y,A);return this._createElementNS(Q.localName,Q.namespace,Q.prefix)},writable:Y},_createElementNS:{value:function(y,A,Q){return A===ne.HTML?d.createElement(this,y,Q):A===ne.SVG?S.createElement(this,y,Q):new a(this,y,A,Q)}},createEvent:{value:function(A){A=A.toLowerCase();var Q=B[A]||A,be=F[D[Q]];if(be){var He=new be;return He._initialized=!1,He}else g.NotSupportedError()}},createTreeWalker:{value:function(y,A,Q){if(!y)throw new TypeError("root argument is required");if(!(y instanceof h))throw new TypeError("root not a node");return A=A===void 0?P.SHOW_ALL:+A,Q=Q===void 0?null:Q,new T(y,A,Q)}},createNodeIterator:{value:function(y,A,Q){if(!y)throw new TypeError("root argument is required");if(!(y instanceof h))throw new TypeError("root not a node");return A=A===void 0?P.SHOW_ALL:+A,Q=Q===void 0?null:Q,new O(y,A,Q)}},_attachNodeIterator:{value:function(y){this._nodeIterators||(this._nodeIterators=[]),this._nodeIterators.push(y)}},_detachNodeIterator:{value:function(y){var A=this._nodeIterators.indexOf(y);this._nodeIterators.splice(A,1)}},_preremoveNodeIterators:{value:function(y){this._nodeIterators&&this._nodeIterators.forEach(function(A){A._preremove(y)})}},_updateDocTypeElement:{value:function(){this.doctype=this.documentElement=null;for(var A=this.firstChild;A!==null;A=A.nextSibling)A.nodeType===h.DOCUMENT_TYPE_NODE?this.doctype=A:A.nodeType===h.ELEMENT_NODE&&(this.documentElement=A)}},insertBefore:{value:function(A,Q){return h.prototype.insertBefore.call(this,A,Q),this._updateDocTypeElement(),A}},replaceChild:{value:function(A,Q){return h.prototype.replaceChild.call(this,A,Q),this._updateDocTypeElement(),Q}},removeChild:{value:function(A){return h.prototype.removeChild.call(this,A),this._updateDocTypeElement(),A}},getElementById:{value:function(y){var A=this.byId[y];return A?A instanceof W?A.getFirst():A:null}},_hasMultipleElementsWithId:{value:function(y){return this.byId[y]instanceof W}},getElementsByName:{value:a.prototype.getElementsByName},getElementsByTagName:{value:a.prototype.getElementsByTagName},getElementsByTagNameNS:{value:a.prototype.getElementsByTagNameNS},getElementsByClassName:{value:a.prototype.getElementsByClassName},adoptNode:{value:function(A){return A.nodeType===h.DOCUMENT_NODE&&g.NotSupportedError(),A.nodeType===h.ATTRIBUTE_NODE||(A.parentNode&&A.parentNode.removeChild(A),A.ownerDocument!==this&&M(A,this)),A}},importNode:{value:function(A,Q){return this.adoptNode(A.cloneNode(Q))},writable:Y},origin:{get:function(){return null}},characterSet:{get:function(){return"UTF-8"}},contentType:{get:function(){return this._contentType}},URL:{get:function(){return this._address}},domain:{get:g.nyi,set:g.nyi},referrer:{get:g.nyi},cookie:{get:g.nyi,set:g.nyi},lastModified:{get:g.nyi},location:{get:function(){return this.defaultView?this.defaultView.location:null},set:g.nyi},_titleElement:{get:function(){return this.getElementsByTagName("title").item(0)||null}},title:{get:function(){var y=this._titleElement,A=y?y.textContent:"";return A.replace(/[ \t\n\r\f]+/g," ").replace(/(^ )|( $)/g,"")},set:function(y){var A=this._titleElement,Q=this.head;!A&&!Q||(A||(A=this.createElement("title"),Q.appendChild(A)),A.textContent=y)}},dir:Z(function(){var y=this.documentElement;if(y&&y.tagName==="HTML")return y},"dir",""),fgColor:Z(function(){return this.body},"text",""),linkColor:Z(function(){return this.body},"link",""),vlinkColor:Z(function(){return this.body},"vLink",""),alinkColor:Z(function(){return this.body},"aLink",""),bgColor:Z(function(){return this.body},"bgColor",""),charset:{get:function(){return this.characterSet}},inputEncoding:{get:function(){return this.characterSet}},scrollingElement:{get:function(){return this._quirks?this.body:this.documentElement}},body:{get:function(){return n(this.documentElement,"body")},set:g.nyi},head:{get:function(){return n(this.documentElement,"head")}},images:{get:g.nyi},embeds:{get:g.nyi},plugins:{get:g.nyi},links:{get:g.nyi},forms:{get:g.nyi},scripts:{get:g.nyi},applets:{get:function(){return[]}},activeElement:{get:function(){return null}},innerHTML:{get:function(){return this.serialize()},set:g.nyi},outerHTML:{get:function(){return this.serialize()},set:g.nyi},write:{value:function(y){if(this.isHTML||g.InvalidStateError(),!!this._parser){this._parser;var A=arguments.join("");this._parser.parse(A)}}},writeln:{value:function(A){this.write(Array.prototype.join.call(arguments,"")+`
- `)}},open:{value:function(){this.documentElement=null}},close:{value:function(){this.readyState="interactive",this._dispatchEvent(new f("readystatechange"),!0),this._dispatchEvent(new f("DOMContentLoaded"),!0),this.readyState="complete",this._dispatchEvent(new f("readystatechange"),!0),this.defaultView&&this.defaultView._dispatchEvent(new f("load"),!0)}},clone:{value:function(){var A=new G(this.isHTML,this._address);return A._quirks=this._quirks,A._contentType=this._contentType,A}},cloneNode:{value:function(A){var Q=h.prototype.cloneNode.call(this,!1);if(A)for(var be=this.firstChild;be!==null;be=be.nextSibling)Q._appendChild(Q.importNode(be,!0));return Q._updateDocTypeElement(),Q}},isEqual:{value:function(A){return!0}},mutateValue:{value:function(y){this.mutationHandler&&this.mutationHandler({type:ie.VALUE,target:y,data:y.data})}},mutateAttr:{value:function(y,A){this.mutationHandler&&this.mutationHandler({type:ie.ATTR,target:y.ownerElement,attr:y})}},mutateRemoveAttr:{value:function(y){this.mutationHandler&&this.mutationHandler({type:ie.REMOVE_ATTR,target:y.ownerElement,attr:y})}},mutateRemove:{value:function(y){this.mutationHandler&&this.mutationHandler({type:ie.REMOVE,target:y.parentNode,node:y}),L(y)}},mutateInsert:{value:function(y){b(y),this.mutationHandler&&this.mutationHandler({type:ie.INSERT,target:y.parentNode,node:y})}},mutateMove:{value:function(y){this.mutationHandler&&this.mutationHandler({type:ie.MOVE,target:y})}},addId:{value:function(A,Q){var be=this.byId[A];be?(be instanceof W||(be=new W(be),this.byId[A]=be),be.add(Q)):this.byId[A]=Q}},delId:{value:function(A,Q){var be=this.byId[A];g.assert(be),be instanceof W?(be.del(Q),be.length===1&&(this.byId[A]=be.downgrade())):this.byId[A]=void 0}},_resolve:{value:function(y){return new I(this._documentBaseURL).resolve(y)}},_documentBaseURL:{get:function(){var y=this._address;y==="about:blank"&&(y="/");var A=this.querySelector("base[href]");return A?new I(y).resolve(A.getAttribute("href")):y}},_templateDoc:{get:function(){if(!this._templateDocCache){var y=new G(this.isHTML,this._address);this._templateDocCache=y._templateDocCache=y}return this._templateDocCache}},querySelector:{value:function(y){return ee(y,this)[0]}},querySelectorAll:{value:function(y){var A=ee(y,this);return A.item?A:new l(A)}}});var s=["abort","canplay","canplaythrough","change","click","contextmenu","cuechange","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","input","invalid","keydown","keypress","keyup","loadeddata","loadedmetadata","loadstart","mousedown","mousemove","mouseout","mouseover","mouseup","mousewheel","pause","play","playing","progress","ratechange","readystatechange","reset","seeked","seeking","select","show","stalled","submit","suspend","timeupdate","volumechange","waiting","blur","error","focus","load","scroll"];s.forEach(function(y){Object.defineProperty(G.prototype,"on"+y,{get:function(){return this._getEventHandler(y)},set:function(A){this._setEventHandler(y,A)}})});function n(y,A){if(y&&y.isHTML){for(var Q=y.firstChild;Q!==null;Q=Q.nextSibling)if(Q.nodeType===h.ELEMENT_NODE&&Q.localName===A&&Q.namespaceURI===ne.HTML)return Q}return null}function p(y){if(y._nid=y.ownerDocument._nextnid++,y.ownerDocument._nodes[y._nid]=y,y.nodeType===h.ELEMENT_NODE){var A=y.getAttribute("id");A&&y.ownerDocument.addId(A,y),y._roothook&&y._roothook()}}function C(y){if(y.nodeType===h.ELEMENT_NODE){var A=y.getAttribute("id");A&&y.ownerDocument.delId(A,y)}y.ownerDocument._nodes[y._nid]=void 0,y._nid=void 0}function b(y){if(p(y),y.nodeType===h.ELEMENT_NODE)for(var A=y.firstChild;A!==null;A=A.nextSibling)b(A)}function L(y){C(y);for(var A=y.firstChild;A!==null;A=A.nextSibling)L(A)}function M(y,A){y.ownerDocument=A,y._lastModTime=void 0,Object.prototype.hasOwnProperty.call(y,"_tagName")&&(y._tagName=void 0);for(var Q=y.firstChild;Q!==null;Q=Q.nextSibling)M(Q,A)}function W(y){this.nodes=Object.create(null),this.nodes[y._nid]=y,this.length=1,this.firstNode=void 0}W.prototype.add=function(y){this.nodes[y._nid]||(this.nodes[y._nid]=y,this.length++,this.firstNode=void 0)},W.prototype.del=function(y){this.nodes[y._nid]&&(delete this.nodes[y._nid],this.length--,this.firstNode=void 0)},W.prototype.getFirst=function(){if(!this.firstNode){var y;for(y in this.nodes)(this.firstNode===void 0||this.firstNode.compareDocumentPosition(this.nodes[y])&h.DOCUMENT_POSITION_PRECEDING)&&(this.firstNode=this.nodes[y])}return this.firstNode},W.prototype.downgrade=function(){if(this.length===1){var y;for(y in this.nodes)return this.nodes[y]}return this}}}),xn=ce({"external/npm/node_modules/domino/lib/DocumentType.js"(E,w){"use strict";w.exports=a;var h=Ge(),l=va(),t=Cn();function a(o,c,f,i){l.call(this),this.nodeType=h.DOCUMENT_TYPE_NODE,this.ownerDocument=o||null,this.name=c,this.publicId=f||"",this.systemId=i||""}a.prototype=Object.create(l.prototype,{nodeName:{get:function(){return this.name}},nodeValue:{get:function(){return null},set:function(){}},clone:{value:function(){return new a(this.ownerDocument,this.name,this.publicId,this.systemId)}},isEqual:{value:function(c){return this.name===c.name&&this.publicId===c.publicId&&this.systemId===c.systemId}}}),Object.defineProperties(a.prototype,t)}}),In=ce({"external/npm/node_modules/domino/lib/HTMLParser.js"(E,w){"use strict";w.exports=ge;var h=Mn(),l=xn(),t=Ge(),a=Be().NAMESPACE,o=An(),c=o.elements,f=Function.prototype.apply.bind(Array.prototype.push),i=-1,_=1,m=2,T=3,O=4,P=5,I=[],ee=/^HTML$|^-\/\/W3O\/\/DTD W3 HTML Strict 3\.0\/\/EN\/\/$|^-\/W3C\/DTD HTML 4\.0 Transitional\/EN$|^\+\/\/Silmaril\/\/dtd html Pro v0r11 19970101\/\/|^-\/\/AdvaSoft Ltd\/\/DTD HTML 3\.0 asWedit \+ extensions\/\/|^-\/\/AS\/\/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\/\/|^-\/\/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\/\/|^-\/\/SQ\/\/DTD HTML 2\.0 HoTMetaL \+ extensions\/\/|^-\/\/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\/\//i,F="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",N=/^-\/\/W3C\/\/DTD HTML 4\.01 Frameset\/\/|^-\/\/W3C\/\/DTD HTML 4\.01 Transitional\/\//i,d=/^-\/\/W3C\/\/DTD XHTML 1\.0 Frameset\/\/|^-\/\/W3C\/\/DTD XHTML 1\.0 Transitional\/\//i,S=Object.create(null);S[a.HTML]={__proto__:null,address:!0,applet:!0,area:!0,article:!0,aside:!0,base:!0,basefont:!0,bgsound:!0,blockquote:!0,body:!0,br:!0,button:!0,caption:!0,center:!0,col:!0,colgroup:!0,dd:!0,details:!0,dir:!0,div:!0,dl:!0,dt:!0,embed:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,frame:!0,frameset:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,head:!0,header:!0,hgroup:!0,hr:!0,html:!0,iframe:!0,img:!0,input:!0,li:!0,link:!0,listing:!0,main:!0,marquee:!0,menu:!0,meta:!0,nav:!0,noembed:!0,noframes:!0,noscript:!0,object:!0,ol:!0,p:!0,param:!0,plaintext:!0,pre:!0,script:!0,section:!0,select:!0,source:!0,style:!0,summary:!0,table:!0,tbody:!0,td:!0,template:!0,textarea:!0,tfoot:!0,th:!0,thead:!0,title:!0,tr:!0,track:!0,ul:!0,wbr:!0,xmp:!0},S[a.SVG]={__proto__:null,foreignObject:!0,desc:!0,title:!0},S[a.MATHML]={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0};var g=Object.create(null);g[a.HTML]={__proto__:null,address:!0,div:!0,p:!0};var ie=Object.create(null);ie[a.HTML]={__proto__:null,dd:!0,dt:!0};var ne=Object.create(null);ne[a.HTML]={__proto__:null,table:!0,thead:!0,tbody:!0,tfoot:!0,tr:!0};var Y=Object.create(null);Y[a.HTML]={__proto__:null,dd:!0,dt:!0,li:!0,menuitem:!0,optgroup:!0,option:!0,p:!0,rb:!0,rp:!0,rt:!0,rtc:!0};var G=Object.create(null);G[a.HTML]={__proto__:null,caption:!0,colgroup:!0,dd:!0,dt:!0,li:!0,optgroup:!0,option:!0,p:!0,rb:!0,rp:!0,rt:!0,rtc:!0,tbody:!0,td:!0,tfoot:!0,th:!0,thead:!0,tr:!0};var D=Object.create(null);D[a.HTML]={__proto__:null,table:!0,template:!0,html:!0};var B=Object.create(null);B[a.HTML]={__proto__:null,tbody:!0,tfoot:!0,thead:!0,template:!0,html:!0};var Z=Object.create(null);Z[a.HTML]={__proto__:null,tr:!0,template:!0,html:!0};var u=Object.create(null);u[a.HTML]={__proto__:null,button:!0,fieldset:!0,input:!0,keygen:!0,object:!0,output:!0,select:!0,textarea:!0,img:!0};var s=Object.create(null);s[a.HTML]={__proto__:null,applet:!0,caption:!0,html:!0,table:!0,td:!0,th:!0,marquee:!0,object:!0,template:!0},s[a.MATHML]={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0},s[a.SVG]={__proto__:null,foreignObject:!0,desc:!0,title:!0};var n=Object.create(s);n[a.HTML]=Object.create(s[a.HTML]),n[a.HTML].ol=!0,n[a.HTML].ul=!0;var p=Object.create(s);p[a.HTML]=Object.create(s[a.HTML]),p[a.HTML].button=!0;var C=Object.create(null);C[a.HTML]={__proto__:null,html:!0,table:!0,template:!0};var b=Object.create(null);b[a.HTML]={__proto__:null,optgroup:!0,option:!0};var L=Object.create(null);L[a.MATHML]={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0};var M=Object.create(null);M[a.SVG]={__proto__:null,foreignObject:!0,desc:!0,title:!0};var W={__proto__:null,"xlink:actuate":a.XLINK,"xlink:arcrole":a.XLINK,"xlink:href":a.XLINK,"xlink:role":a.XLINK,"xlink:show":a.XLINK,"xlink:title":a.XLINK,"xlink:type":a.XLINK,"xml:base":a.XML,"xml:lang":a.XML,"xml:space":a.XML,xmlns:a.XMLNS,"xmlns:xlink":a.XMLNS},y={__proto__:null,attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},A={__proto__:null,altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},Q={__proto__:null,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},be={__proto__:null,AElig:198,"AElig;":198,AMP:38,"AMP;":38,Aacute:193,"Aacute;":193,"Abreve;":258,Acirc:194,"Acirc;":194,"Acy;":1040,"Afr;":[55349,56580],Agrave:192,"Agrave;":192,"Alpha;":913,"Amacr;":256,"And;":10835,"Aogon;":260,"Aopf;":[55349,56632],"ApplyFunction;":8289,Aring:197,"Aring;":197,"Ascr;":[55349,56476],"Assign;":8788,Atilde:195,"Atilde;":195,Auml:196,"Auml;":196,"Backslash;":8726,"Barv;":10983,"Barwed;":8966,"Bcy;":1041,"Because;":8757,"Bernoullis;":8492,"Beta;":914,"Bfr;":[55349,56581],"Bopf;":[55349,56633],"Breve;":728,"Bscr;":8492,"Bumpeq;":8782,"CHcy;":1063,COPY:169,"COPY;":169,"Cacute;":262,"Cap;":8914,"CapitalDifferentialD;":8517,"Cayleys;":8493,"Ccaron;":268,Ccedil:199,"Ccedil;":199,"Ccirc;":264,"Cconint;":8752,"Cdot;":266,"Cedilla;":184,"CenterDot;":183,"Cfr;":8493,"Chi;":935,"CircleDot;":8857,"CircleMinus;":8854,"CirclePlus;":8853,"CircleTimes;":8855,"ClockwiseContourIntegral;":8754,"CloseCurlyDoubleQuote;":8221,"CloseCurlyQuote;":8217,"Colon;":8759,"Colone;":10868,"Congruent;":8801,"Conint;":8751,"ContourIntegral;":8750,"Copf;":8450,"Coproduct;":8720,"CounterClockwiseContourIntegral;":8755,"Cross;":10799,"Cscr;":[55349,56478],"Cup;":8915,"CupCap;":8781,"DD;":8517,"DDotrahd;":10513,"DJcy;":1026,"DScy;":1029,"DZcy;":1039,"Dagger;":8225,"Darr;":8609,"Dashv;":10980,"Dcaron;":270,"Dcy;":1044,"Del;":8711,"Delta;":916,"Dfr;":[55349,56583],"DiacriticalAcute;":180,"DiacriticalDot;":729,"DiacriticalDoubleAcute;":733,"DiacriticalGrave;":96,"DiacriticalTilde;":732,"Diamond;":8900,"DifferentialD;":8518,"Dopf;":[55349,56635],"Dot;":168,"DotDot;":8412,"DotEqual;":8784,"DoubleContourIntegral;":8751,"DoubleDot;":168,"DoubleDownArrow;":8659,"DoubleLeftArrow;":8656,"DoubleLeftRightArrow;":8660,"DoubleLeftTee;":10980,"DoubleLongLeftArrow;":10232,"DoubleLongLeftRightArrow;":10234,"DoubleLongRightArrow;":10233,"DoubleRightArrow;":8658,"DoubleRightTee;":8872,"DoubleUpArrow;":8657,"DoubleUpDownArrow;":8661,"DoubleVerticalBar;":8741,"DownArrow;":8595,"DownArrowBar;":10515,"DownArrowUpArrow;":8693,"DownBreve;":785,"DownLeftRightVector;":10576,"DownLeftTeeVector;":10590,"DownLeftVector;":8637,"DownLeftVectorBar;":10582,"DownRightTeeVector;":10591,"DownRightVector;":8641,"DownRightVectorBar;":10583,"DownTee;":8868,"DownTeeArrow;":8615,"Downarrow;":8659,"Dscr;":[55349,56479],"Dstrok;":272,"ENG;":330,ETH:208,"ETH;":208,Eacute:201,"Eacute;":201,"Ecaron;":282,Ecirc:202,"Ecirc;":202,"Ecy;":1069,"Edot;":278,"Efr;":[55349,56584],Egrave:200,"Egrave;":200,"Element;":8712,"Emacr;":274,"EmptySmallSquare;":9723,"EmptyVerySmallSquare;":9643,"Eogon;":280,"Eopf;":[55349,56636],"Epsilon;":917,"Equal;":10869,"EqualTilde;":8770,"Equilibrium;":8652,"Escr;":8496,"Esim;":10867,"Eta;":919,Euml:203,"Euml;":203,"Exists;":8707,"ExponentialE;":8519,"Fcy;":1060,"Ffr;":[55349,56585],"FilledSmallSquare;":9724,"FilledVerySmallSquare;":9642,"Fopf;":[55349,56637],"ForAll;":8704,"Fouriertrf;":8497,"Fscr;":8497,"GJcy;":1027,GT:62,"GT;":62,"Gamma;":915,"Gammad;":988,"Gbreve;":286,"Gcedil;":290,"Gcirc;":284,"Gcy;":1043,"Gdot;":288,"Gfr;":[55349,56586],"Gg;":8921,"Gopf;":[55349,56638],"GreaterEqual;":8805,"GreaterEqualLess;":8923,"GreaterFullEqual;":8807,"GreaterGreater;":10914,"GreaterLess;":8823,"GreaterSlantEqual;":10878,"GreaterTilde;":8819,"Gscr;":[55349,56482],"Gt;":8811,"HARDcy;":1066,"Hacek;":711,"Hat;":94,"Hcirc;":292,"Hfr;":8460,"HilbertSpace;":8459,"Hopf;":8461,"HorizontalLine;":9472,"Hscr;":8459,"Hstrok;":294,"HumpDownHump;":8782,"HumpEqual;":8783,"IEcy;":1045,"IJlig;":306,"IOcy;":1025,Iacute:205,"Iacute;":205,Icirc:206,"Icirc;":206,"Icy;":1048,"Idot;":304,"Ifr;":8465,Igrave:204,"Igrave;":204,"Im;":8465,"Imacr;":298,"ImaginaryI;":8520,"Implies;":8658,"Int;":8748,"Integral;":8747,"Intersection;":8898,"InvisibleComma;":8291,"InvisibleTimes;":8290,"Iogon;":302,"Iopf;":[55349,56640],"Iota;":921,"Iscr;":8464,"Itilde;":296,"Iukcy;":1030,Iuml:207,"Iuml;":207,"Jcirc;":308,"Jcy;":1049,"Jfr;":[55349,56589],"Jopf;":[55349,56641],"Jscr;":[55349,56485],"Jsercy;":1032,"Jukcy;":1028,"KHcy;":1061,"KJcy;":1036,"Kappa;":922,"Kcedil;":310,"Kcy;":1050,"Kfr;":[55349,56590],"Kopf;":[55349,56642],"Kscr;":[55349,56486],"LJcy;":1033,LT:60,"LT;":60,"Lacute;":313,"Lambda;":923,"Lang;":10218,"Laplacetrf;":8466,"Larr;":8606,"Lcaron;":317,"Lcedil;":315,"Lcy;":1051,"LeftAngleBracket;":10216,"LeftArrow;":8592,"LeftArrowBar;":8676,"LeftArrowRightArrow;":8646,"LeftCeiling;":8968,"LeftDoubleBracket;":10214,"LeftDownTeeVector;":10593,"LeftDownVector;":8643,"LeftDownVectorBar;":10585,"LeftFloor;":8970,"LeftRightArrow;":8596,"LeftRightVector;":10574,"LeftTee;":8867,"LeftTeeArrow;":8612,"LeftTeeVector;":10586,"LeftTriangle;":8882,"LeftTriangleBar;":10703,"LeftTriangleEqual;":8884,"LeftUpDownVector;":10577,"LeftUpTeeVector;":10592,"LeftUpVector;":8639,"LeftUpVectorBar;":10584,"LeftVector;":8636,"LeftVectorBar;":10578,"Leftarrow;":8656,"Leftrightarrow;":8660,"LessEqualGreater;":8922,"LessFullEqual;":8806,"LessGreater;":8822,"LessLess;":10913,"LessSlantEqual;":10877,"LessTilde;":8818,"Lfr;":[55349,56591],"Ll;":8920,"Lleftarrow;":8666,"Lmidot;":319,"LongLeftArrow;":10229,"LongLeftRightArrow;":10231,"LongRightArrow;":10230,"Longleftarrow;":10232,"Longleftrightarrow;":10234,"Longrightarrow;":10233,"Lopf;":[55349,56643],"LowerLeftArrow;":8601,"LowerRightArrow;":8600,"Lscr;":8466,"Lsh;":8624,"Lstrok;":321,"Lt;":8810,"Map;":10501,"Mcy;":1052,"MediumSpace;":8287,"Mellintrf;":8499,"Mfr;":[55349,56592],"MinusPlus;":8723,"Mopf;":[55349,56644],"Mscr;":8499,"Mu;":924,"NJcy;":1034,"Nacute;":323,"Ncaron;":327,"Ncedil;":325,"Ncy;":1053,"NegativeMediumSpace;":8203,"NegativeThickSpace;":8203,"NegativeThinSpace;":8203,"NegativeVeryThinSpace;":8203,"NestedGreaterGreater;":8811,"NestedLessLess;":8810,"NewLine;":10,"Nfr;":[55349,56593],"NoBreak;":8288,"NonBreakingSpace;":160,"Nopf;":8469,"Not;":10988,"NotCongruent;":8802,"NotCupCap;":8813,"NotDoubleVerticalBar;":8742,"NotElement;":8713,"NotEqual;":8800,"NotEqualTilde;":[8770,824],"NotExists;":8708,"NotGreater;":8815,"NotGreaterEqual;":8817,"NotGreaterFullEqual;":[8807,824],"NotGreaterGreater;":[8811,824],"NotGreaterLess;":8825,"NotGreaterSlantEqual;":[10878,824],"NotGreaterTilde;":8821,"NotHumpDownHump;":[8782,824],"NotHumpEqual;":[8783,824],"NotLeftTriangle;":8938,"NotLeftTriangleBar;":[10703,824],"NotLeftTriangleEqual;":8940,"NotLess;":8814,"NotLessEqual;":8816,"NotLessGreater;":8824,"NotLessLess;":[8810,824],"NotLessSlantEqual;":[10877,824],"NotLessTilde;":8820,"NotNestedGreaterGreater;":[10914,824],"NotNestedLessLess;":[10913,824],"NotPrecedes;":8832,"NotPrecedesEqual;":[10927,824],"NotPrecedesSlantEqual;":8928,"NotReverseElement;":8716,"NotRightTriangle;":8939,"NotRightTriangleBar;":[10704,824],"NotRightTriangleEqual;":8941,"NotSquareSubset;":[8847,824],"NotSquareSubsetEqual;":8930,"NotSquareSuperset;":[8848,824],"NotSquareSupersetEqual;":8931,"NotSubset;":[8834,8402],"NotSubsetEqual;":8840,"NotSucceeds;":8833,"NotSucceedsEqual;":[10928,824],"NotSucceedsSlantEqual;":8929,"NotSucceedsTilde;":[8831,824],"NotSuperset;":[8835,8402],"NotSupersetEqual;":8841,"NotTilde;":8769,"NotTildeEqual;":8772,"NotTildeFullEqual;":8775,"NotTildeTilde;":8777,"NotVerticalBar;":8740,"Nscr;":[55349,56489],Ntilde:209,"Ntilde;":209,"Nu;":925,"OElig;":338,Oacute:211,"Oacute;":211,Ocirc:212,"Ocirc;":212,"Ocy;":1054,"Odblac;":336,"Ofr;":[55349,56594],Ograve:210,"Ograve;":210,"Omacr;":332,"Omega;":937,"Omicron;":927,"Oopf;":[55349,56646],"OpenCurlyDoubleQuote;":8220,"OpenCurlyQuote;":8216,"Or;":10836,"Oscr;":[55349,56490],Oslash:216,"Oslash;":216,Otilde:213,"Otilde;":213,"Otimes;":10807,Ouml:214,"Ouml;":214,"OverBar;":8254,"OverBrace;":9182,"OverBracket;":9140,"OverParenthesis;":9180,"PartialD;":8706,"Pcy;":1055,"Pfr;":[55349,56595],"Phi;":934,"Pi;":928,"PlusMinus;":177,"Poincareplane;":8460,"Popf;":8473,"Pr;":10939,"Precedes;":8826,"PrecedesEqual;":10927,"PrecedesSlantEqual;":8828,"PrecedesTilde;":8830,"Prime;":8243,"Product;":8719,"Proportion;":8759,"Proportional;":8733,"Pscr;":[55349,56491],"Psi;":936,QUOT:34,"QUOT;":34,"Qfr;":[55349,56596],"Qopf;":8474,"Qscr;":[55349,56492],"RBarr;":10512,REG:174,"REG;":174,"Racute;":340,"Rang;":10219,"Rarr;":8608,"Rarrtl;":10518,"Rcaron;":344,"Rcedil;":342,"Rcy;":1056,"Re;":8476,"ReverseElement;":8715,"ReverseEquilibrium;":8651,"ReverseUpEquilibrium;":10607,"Rfr;":8476,"Rho;":929,"RightAngleBracket;":10217,"RightArrow;":8594,"RightArrowBar;":8677,"RightArrowLeftArrow;":8644,"RightCeiling;":8969,"RightDoubleBracket;":10215,"RightDownTeeVector;":10589,"RightDownVector;":8642,"RightDownVectorBar;":10581,"RightFloor;":8971,"RightTee;":8866,"RightTeeArrow;":8614,"RightTeeVector;":10587,"RightTriangle;":8883,"RightTriangleBar;":10704,"RightTriangleEqual;":8885,"RightUpDownVector;":10575,"RightUpTeeVector;":10588,"RightUpVector;":8638,"RightUpVectorBar;":10580,"RightVector;":8640,"RightVectorBar;":10579,"Rightarrow;":8658,"Ropf;":8477,"RoundImplies;":10608,"Rrightarrow;":8667,"Rscr;":8475,"Rsh;":8625,"RuleDelayed;":10740,"SHCHcy;":1065,"SHcy;":1064,"SOFTcy;":1068,"Sacute;":346,"Sc;":10940,"Scaron;":352,"Scedil;":350,"Scirc;":348,"Scy;":1057,"Sfr;":[55349,56598],"ShortDownArrow;":8595,"ShortLeftArrow;":8592,"ShortRightArrow;":8594,"ShortUpArrow;":8593,"Sigma;":931,"SmallCircle;":8728,"Sopf;":[55349,56650],"Sqrt;":8730,"Square;":9633,"SquareIntersection;":8851,"SquareSubset;":8847,"SquareSubsetEqual;":8849,"SquareSuperset;":8848,"SquareSupersetEqual;":8850,"SquareUnion;":8852,"Sscr;":[55349,56494],"Star;":8902,"Sub;":8912,"Subset;":8912,"SubsetEqual;":8838,"Succeeds;":8827,"SucceedsEqual;":10928,"SucceedsSlantEqual;":8829,"SucceedsTilde;":8831,"SuchThat;":8715,"Sum;":8721,"Sup;":8913,"Superset;":8835,"SupersetEqual;":8839,"Supset;":8913,THORN:222,"THORN;":222,"TRADE;":8482,"TSHcy;":1035,"TScy;":1062,"Tab;":9,"Tau;":932,"Tcaron;":356,"Tcedil;":354,"Tcy;":1058,"Tfr;":[55349,56599],"Therefore;":8756,"Theta;":920,"ThickSpace;":[8287,8202],"ThinSpace;":8201,"Tilde;":8764,"TildeEqual;":8771,"TildeFullEqual;":8773,"TildeTilde;":8776,"Topf;":[55349,56651],"TripleDot;":8411,"Tscr;":[55349,56495],"Tstrok;":358,Uacute:218,"Uacute;":218,"Uarr;":8607,"Uarrocir;":10569,"Ubrcy;":1038,"Ubreve;":364,Ucirc:219,"Ucirc;":219,"Ucy;":1059,"Udblac;":368,"Ufr;":[55349,56600],Ugrave:217,"Ugrave;":217,"Umacr;":362,"UnderBar;":95,"UnderBrace;":9183,"UnderBracket;":9141,"UnderParenthesis;":9181,"Union;":8899,"UnionPlus;":8846,"Uogon;":370,"Uopf;":[55349,56652],"UpArrow;":8593,"UpArrowBar;":10514,"UpArrowDownArrow;":8645,"UpDownArrow;":8597,"UpEquilibrium;":10606,"UpTee;":8869,"UpTeeArrow;":8613,"Uparrow;":8657,"Updownarrow;":8661,"UpperLeftArrow;":8598,"UpperRightArrow;":8599,"Upsi;":978,"Upsilon;":933,"Uring;":366,"Uscr;":[55349,56496],"Utilde;":360,Uuml:220,"Uuml;":220,"VDash;":8875,"Vbar;":10987,"Vcy;":1042,"Vdash;":8873,"Vdashl;":10982,"Vee;":8897,"Verbar;":8214,"Vert;":8214,"VerticalBar;":8739,"VerticalLine;":124,"VerticalSeparator;":10072,"VerticalTilde;":8768,"VeryThinSpace;":8202,"Vfr;":[55349,56601],"Vopf;":[55349,56653],"Vscr;":[55349,56497],"Vvdash;":8874,"Wcirc;":372,"Wedge;":8896,"Wfr;":[55349,56602],"Wopf;":[55349,56654],"Wscr;":[55349,56498],"Xfr;":[55349,56603],"Xi;":926,"Xopf;":[55349,56655],"Xscr;":[55349,56499],"YAcy;":1071,"YIcy;":1031,"YUcy;":1070,Yacute:221,"Yacute;":221,"Ycirc;":374,"Ycy;":1067,"Yfr;":[55349,56604],"Yopf;":[55349,56656],"Yscr;":[55349,56500],"Yuml;":376,"ZHcy;":1046,"Zacute;":377,"Zcaron;":381,"Zcy;":1047,"Zdot;":379,"ZeroWidthSpace;":8203,"Zeta;":918,"Zfr;":8488,"Zopf;":8484,"Zscr;":[55349,56501],aacute:225,"aacute;":225,"abreve;":259,"ac;":8766,"acE;":[8766,819],"acd;":8767,acirc:226,"acirc;":226,acute:180,"acute;":180,"acy;":1072,aelig:230,"aelig;":230,"af;":8289,"afr;":[55349,56606],agrave:224,"agrave;":224,"alefsym;":8501,"aleph;":8501,"alpha;":945,"amacr;":257,"amalg;":10815,amp:38,"amp;":38,"and;":8743,"andand;":10837,"andd;":10844,"andslope;":10840,"andv;":10842,"ang;":8736,"ange;":10660,"angle;":8736,"angmsd;":8737,"angmsdaa;":10664,"angmsdab;":10665,"angmsdac;":10666,"angmsdad;":10667,"angmsdae;":10668,"angmsdaf;":10669,"angmsdag;":10670,"angmsdah;":10671,"angrt;":8735,"angrtvb;":8894,"angrtvbd;":10653,"angsph;":8738,"angst;":197,"angzarr;":9084,"aogon;":261,"aopf;":[55349,56658],"ap;":8776,"apE;":10864,"apacir;":10863,"ape;":8778,"apid;":8779,"apos;":39,"approx;":8776,"approxeq;":8778,aring:229,"aring;":229,"ascr;":[55349,56502],"ast;":42,"asymp;":8776,"asympeq;":8781,atilde:227,"atilde;":227,auml:228,"auml;":228,"awconint;":8755,"awint;":10769,"bNot;":10989,"backcong;":8780,"backepsilon;":1014,"backprime;":8245,"backsim;":8765,"backsimeq;":8909,"barvee;":8893,"barwed;":8965,"barwedge;":8965,"bbrk;":9141,"bbrktbrk;":9142,"bcong;":8780,"bcy;":1073,"bdquo;":8222,"becaus;":8757,"because;":8757,"bemptyv;":10672,"bepsi;":1014,"bernou;":8492,"beta;":946,"beth;":8502,"between;":8812,"bfr;":[55349,56607],"bigcap;":8898,"bigcirc;":9711,"bigcup;":8899,"bigodot;":10752,"bigoplus;":10753,"bigotimes;":10754,"bigsqcup;":10758,"bigstar;":9733,"bigtriangledown;":9661,"bigtriangleup;":9651,"biguplus;":10756,"bigvee;":8897,"bigwedge;":8896,"bkarow;":10509,"blacklozenge;":10731,"blacksquare;":9642,"blacktriangle;":9652,"blacktriangledown;":9662,"blacktriangleleft;":9666,"blacktriangleright;":9656,"blank;":9251,"blk12;":9618,"blk14;":9617,"blk34;":9619,"block;":9608,"bne;":[61,8421],"bnequiv;":[8801,8421],"bnot;":8976,"bopf;":[55349,56659],"bot;":8869,"bottom;":8869,"bowtie;":8904,"boxDL;":9559,"boxDR;":9556,"boxDl;":9558,"boxDr;":9555,"boxH;":9552,"boxHD;":9574,"boxHU;":9577,"boxHd;":9572,"boxHu;":9575,"boxUL;":9565,"boxUR;":9562,"boxUl;":9564,"boxUr;":9561,"boxV;":9553,"boxVH;":9580,"boxVL;":9571,"boxVR;":9568,"boxVh;":9579,"boxVl;":9570,"boxVr;":9567,"boxbox;":10697,"boxdL;":9557,"boxdR;":9554,"boxdl;":9488,"boxdr;":9484,"boxh;":9472,"boxhD;":9573,"boxhU;":9576,"boxhd;":9516,"boxhu;":9524,"boxminus;":8863,"boxplus;":8862,"boxtimes;":8864,"boxuL;":9563,"boxuR;":9560,"boxul;":9496,"boxur;":9492,"boxv;":9474,"boxvH;":9578,"boxvL;":9569,"boxvR;":9566,"boxvh;":9532,"boxvl;":9508,"boxvr;":9500,"bprime;":8245,"breve;":728,brvbar:166,"brvbar;":166,"bscr;":[55349,56503],"bsemi;":8271,"bsim;":8765,"bsime;":8909,"bsol;":92,"bsolb;":10693,"bsolhsub;":10184,"bull;":8226,"bullet;":8226,"bump;":8782,"bumpE;":10926,"bumpe;":8783,"bumpeq;":8783,"cacute;":263,"cap;":8745,"capand;":10820,"capbrcup;":10825,"capcap;":10827,"capcup;":10823,"capdot;":10816,"caps;":[8745,65024],"caret;":8257,"caron;":711,"ccaps;":10829,"ccaron;":269,ccedil:231,"ccedil;":231,"ccirc;":265,"ccups;":10828,"ccupssm;":10832,"cdot;":267,cedil:184,"cedil;":184,"cemptyv;":10674,cent:162,"cent;":162,"centerdot;":183,"cfr;":[55349,56608],"chcy;":1095,"check;":10003,"checkmark;":10003,"chi;":967,"cir;":9675,"cirE;":10691,"circ;":710,"circeq;":8791,"circlearrowleft;":8634,"circlearrowright;":8635,"circledR;":174,"circledS;":9416,"circledast;":8859,"circledcirc;":8858,"circleddash;":8861,"cire;":8791,"cirfnint;":10768,"cirmid;":10991,"cirscir;":10690,"clubs;":9827,"clubsuit;":9827,"colon;":58,"colone;":8788,"coloneq;":8788,"comma;":44,"commat;":64,"comp;":8705,"compfn;":8728,"complement;":8705,"complexes;":8450,"cong;":8773,"congdot;":10861,"conint;":8750,"copf;":[55349,56660],"coprod;":8720,copy:169,"copy;":169,"copysr;":8471,"crarr;":8629,"cross;":10007,"cscr;":[55349,56504],"csub;":10959,"csube;":10961,"csup;":10960,"csupe;":10962,"ctdot;":8943,"cudarrl;":10552,"cudarrr;":10549,"cuepr;":8926,"cuesc;":8927,"cularr;":8630,"cularrp;":10557,"cup;":8746,"cupbrcap;":10824,"cupcap;":10822,"cupcup;":10826,"cupdot;":8845,"cupor;":10821,"cups;":[8746,65024],"curarr;":8631,"curarrm;":10556,"curlyeqprec;":8926,"curlyeqsucc;":8927,"curlyvee;":8910,"curlywedge;":8911,curren:164,"curren;":164,"curvearrowleft;":8630,"curvearrowright;":8631,"cuvee;":8910,"cuwed;":8911,"cwconint;":8754,"cwint;":8753,"cylcty;":9005,"dArr;":8659,"dHar;":10597,"dagger;":8224,"daleth;":8504,"darr;":8595,"dash;":8208,"dashv;":8867,"dbkarow;":10511,"dblac;":733,"dcaron;":271,"dcy;":1076,"dd;":8518,"ddagger;":8225,"ddarr;":8650,"ddotseq;":10871,deg:176,"deg;":176,"delta;":948,"demptyv;":10673,"dfisht;":10623,"dfr;":[55349,56609],"dharl;":8643,"dharr;":8642,"diam;":8900,"diamond;":8900,"diamondsuit;":9830,"diams;":9830,"die;":168,"digamma;":989,"disin;":8946,"div;":247,divide:247,"divide;":247,"divideontimes;":8903,"divonx;":8903,"djcy;":1106,"dlcorn;":8990,"dlcrop;":8973,"dollar;":36,"dopf;":[55349,56661],"dot;":729,"doteq;":8784,"doteqdot;":8785,"dotminus;":8760,"dotplus;":8724,"dotsquare;":8865,"doublebarwedge;":8966,"downarrow;":8595,"downdownarrows;":8650,"downharpoonleft;":8643,"downharpoonright;":8642,"drbkarow;":10512,"drcorn;":8991,"drcrop;":8972,"dscr;":[55349,56505],"dscy;":1109,"dsol;":10742,"dstrok;":273,"dtdot;":8945,"dtri;":9663,"dtrif;":9662,"duarr;":8693,"duhar;":10607,"dwangle;":10662,"dzcy;":1119,"dzigrarr;":10239,"eDDot;":10871,"eDot;":8785,eacute:233,"eacute;":233,"easter;":10862,"ecaron;":283,"ecir;":8790,ecirc:234,"ecirc;":234,"ecolon;":8789,"ecy;":1101,"edot;":279,"ee;":8519,"efDot;":8786,"efr;":[55349,56610],"eg;":10906,egrave:232,"egrave;":232,"egs;":10902,"egsdot;":10904,"el;":10905,"elinters;":9191,"ell;":8467,"els;":10901,"elsdot;":10903,"emacr;":275,"empty;":8709,"emptyset;":8709,"emptyv;":8709,"emsp13;":8196,"emsp14;":8197,"emsp;":8195,"eng;":331,"ensp;":8194,"eogon;":281,"eopf;":[55349,56662],"epar;":8917,"eparsl;":10723,"eplus;":10865,"epsi;":949,"epsilon;":949,"epsiv;":1013,"eqcirc;":8790,"eqcolon;":8789,"eqsim;":8770,"eqslantgtr;":10902,"eqslantless;":10901,"equals;":61,"equest;":8799,"equiv;":8801,"equivDD;":10872,"eqvparsl;":10725,"erDot;":8787,"erarr;":10609,"escr;":8495,"esdot;":8784,"esim;":8770,"eta;":951,eth:240,"eth;":240,euml:235,"euml;":235,"euro;":8364,"excl;":33,"exist;":8707,"expectation;":8496,"exponentiale;":8519,"fallingdotseq;":8786,"fcy;":1092,"female;":9792,"ffilig;":64259,"fflig;":64256,"ffllig;":64260,"ffr;":[55349,56611],"filig;":64257,"fjlig;":[102,106],"flat;":9837,"fllig;":64258,"fltns;":9649,"fnof;":402,"fopf;":[55349,56663],"forall;":8704,"fork;":8916,"forkv;":10969,"fpartint;":10765,frac12:189,"frac12;":189,"frac13;":8531,frac14:188,"frac14;":188,"frac15;":8533,"frac16;":8537,"frac18;":8539,"frac23;":8532,"frac25;":8534,frac34:190,"frac34;":190,"frac35;":8535,"frac38;":8540,"frac45;":8536,"frac56;":8538,"frac58;":8541,"frac78;":8542,"frasl;":8260,"frown;":8994,"fscr;":[55349,56507],"gE;":8807,"gEl;":10892,"gacute;":501,"gamma;":947,"gammad;":989,"gap;":10886,"gbreve;":287,"gcirc;":285,"gcy;":1075,"gdot;":289,"ge;":8805,"gel;":8923,"geq;":8805,"geqq;":8807,"geqslant;":10878,"ges;":10878,"gescc;":10921,"gesdot;":10880,"gesdoto;":10882,"gesdotol;":10884,"gesl;":[8923,65024],"gesles;":10900,"gfr;":[55349,56612],"gg;":8811,"ggg;":8921,"gimel;":8503,"gjcy;":1107,"gl;":8823,"glE;":10898,"gla;":10917,"glj;":10916,"gnE;":8809,"gnap;":10890,"gnapprox;":10890,"gne;":10888,"gneq;":10888,"gneqq;":8809,"gnsim;":8935,"gopf;":[55349,56664],"grave;":96,"gscr;":8458,"gsim;":8819,"gsime;":10894,"gsiml;":10896,gt:62,"gt;":62,"gtcc;":10919,"gtcir;":10874,"gtdot;":8919,"gtlPar;":10645,"gtquest;":10876,"gtrapprox;":10886,"gtrarr;":10616,"gtrdot;":8919,"gtreqless;":8923,"gtreqqless;":10892,"gtrless;":8823,"gtrsim;":8819,"gvertneqq;":[8809,65024],"gvnE;":[8809,65024],"hArr;":8660,"hairsp;":8202,"half;":189,"hamilt;":8459,"hardcy;":1098,"harr;":8596,"harrcir;":10568,"harrw;":8621,"hbar;":8463,"hcirc;":293,"hearts;":9829,"heartsuit;":9829,"hellip;":8230,"hercon;":8889,"hfr;":[55349,56613],"hksearow;":10533,"hkswarow;":10534,"hoarr;":8703,"homtht;":8763,"hookleftarrow;":8617,"hookrightarrow;":8618,"hopf;":[55349,56665],"horbar;":8213,"hscr;":[55349,56509],"hslash;":8463,"hstrok;":295,"hybull;":8259,"hyphen;":8208,iacute:237,"iacute;":237,"ic;":8291,icirc:238,"icirc;":238,"icy;":1080,"iecy;":1077,iexcl:161,"iexcl;":161,"iff;":8660,"ifr;":[55349,56614],igrave:236,"igrave;":236,"ii;":8520,"iiiint;":10764,"iiint;":8749,"iinfin;":10716,"iiota;":8489,"ijlig;":307,"imacr;":299,"image;":8465,"imagline;":8464,"imagpart;":8465,"imath;":305,"imof;":8887,"imped;":437,"in;":8712,"incare;":8453,"infin;":8734,"infintie;":10717,"inodot;":305,"int;":8747,"intcal;":8890,"integers;":8484,"intercal;":8890,"intlarhk;":10775,"intprod;":10812,"iocy;":1105,"iogon;":303,"iopf;":[55349,56666],"iota;":953,"iprod;":10812,iquest:191,"iquest;":191,"iscr;":[55349,56510],"isin;":8712,"isinE;":8953,"isindot;":8949,"isins;":8948,"isinsv;":8947,"isinv;":8712,"it;":8290,"itilde;":297,"iukcy;":1110,iuml:239,"iuml;":239,"jcirc;":309,"jcy;":1081,"jfr;":[55349,56615],"jmath;":567,"jopf;":[55349,56667],"jscr;":[55349,56511],"jsercy;":1112,"jukcy;":1108,"kappa;":954,"kappav;":1008,"kcedil;":311,"kcy;":1082,"kfr;":[55349,56616],"kgreen;":312,"khcy;":1093,"kjcy;":1116,"kopf;":[55349,56668],"kscr;":[55349,56512],"lAarr;":8666,"lArr;":8656,"lAtail;":10523,"lBarr;":10510,"lE;":8806,"lEg;":10891,"lHar;":10594,"lacute;":314,"laemptyv;":10676,"lagran;":8466,"lambda;":955,"lang;":10216,"langd;":10641,"langle;":10216,"lap;":10885,laquo:171,"laquo;":171,"larr;":8592,"larrb;":8676,"larrbfs;":10527,"larrfs;":10525,"larrhk;":8617,"larrlp;":8619,"larrpl;":10553,"larrsim;":10611,"larrtl;":8610,"lat;":10923,"latail;":10521,"late;":10925,"lates;":[10925,65024],"lbarr;":10508,"lbbrk;":10098,"lbrace;":123,"lbrack;":91,"lbrke;":10635,"lbrksld;":10639,"lbrkslu;":10637,"lcaron;":318,"lcedil;":316,"lceil;":8968,"lcub;":123,"lcy;":1083,"ldca;":10550,"ldquo;":8220,"ldquor;":8222,"ldrdhar;":10599,"ldrushar;":10571,"ldsh;":8626,"le;":8804,"leftarrow;":8592,"leftarrowtail;":8610,"leftharpoondown;":8637,"leftharpoonup;":8636,"leftleftarrows;":8647,"leftrightarrow;":8596,"leftrightarrows;":8646,"leftrightharpoons;":8651,"leftrightsquigarrow;":8621,"leftthreetimes;":8907,"leg;":8922,"leq;":8804,"leqq;":8806,"leqslant;":10877,"les;":10877,"lescc;":10920,"lesdot;":10879,"lesdoto;":10881,"lesdotor;":10883,"lesg;":[8922,65024],"lesges;":10899,"lessapprox;":10885,"lessdot;":8918,"lesseqgtr;":8922,"lesseqqgtr;":10891,"lessgtr;":8822,"lesssim;":8818,"lfisht;":10620,"lfloor;":8970,"lfr;":[55349,56617],"lg;":8822,"lgE;":10897,"lhard;":8637,"lharu;":8636,"lharul;":10602,"lhblk;":9604,"ljcy;":1113,"ll;":8810,"llarr;":8647,"llcorner;":8990,"llhard;":10603,"lltri;":9722,"lmidot;":320,"lmoust;":9136,"lmoustache;":9136,"lnE;":8808,"lnap;":10889,"lnapprox;":10889,"lne;":10887,"lneq;":10887,"lneqq;":8808,"lnsim;":8934,"loang;":10220,"loarr;":8701,"lobrk;":10214,"longleftarrow;":10229,"longleftrightarrow;":10231,"longmapsto;":10236,"longrightarrow;":10230,"looparrowleft;":8619,"looparrowright;":8620,"lopar;":10629,"lopf;":[55349,56669],"loplus;":10797,"lotimes;":10804,"lowast;":8727,"lowbar;":95,"loz;":9674,"lozenge;":9674,"lozf;":10731,"lpar;":40,"lparlt;":10643,"lrarr;":8646,"lrcorner;":8991,"lrhar;":8651,"lrhard;":10605,"lrm;":8206,"lrtri;":8895,"lsaquo;":8249,"lscr;":[55349,56513],"lsh;":8624,"lsim;":8818,"lsime;":10893,"lsimg;":10895,"lsqb;":91,"lsquo;":8216,"lsquor;":8218,"lstrok;":322,lt:60,"lt;":60,"ltcc;":10918,"ltcir;":10873,"ltdot;":8918,"lthree;":8907,"ltimes;":8905,"ltlarr;":10614,"ltquest;":10875,"ltrPar;":10646,"ltri;":9667,"ltrie;":8884,"ltrif;":9666,"lurdshar;":10570,"luruhar;":10598,"lvertneqq;":[8808,65024],"lvnE;":[8808,65024],"mDDot;":8762,macr:175,"macr;":175,"male;":9794,"malt;":10016,"maltese;":10016,"map;":8614,"mapsto;":8614,"mapstodown;":8615,"mapstoleft;":8612,"mapstoup;":8613,"marker;":9646,"mcomma;":10793,"mcy;":1084,"mdash;":8212,"measuredangle;":8737,"mfr;":[55349,56618],"mho;":8487,micro:181,"micro;":181,"mid;":8739,"midast;":42,"midcir;":10992,middot:183,"middot;":183,"minus;":8722,"minusb;":8863,"minusd;":8760,"minusdu;":10794,"mlcp;":10971,"mldr;":8230,"mnplus;":8723,"models;":8871,"mopf;":[55349,56670],"mp;":8723,"mscr;":[55349,56514],"mstpos;":8766,"mu;":956,"multimap;":8888,"mumap;":8888,"nGg;":[8921,824],"nGt;":[8811,8402],"nGtv;":[8811,824],"nLeftarrow;":8653,"nLeftrightarrow;":8654,"nLl;":[8920,824],"nLt;":[8810,8402],"nLtv;":[8810,824],"nRightarrow;":8655,"nVDash;":8879,"nVdash;":8878,"nabla;":8711,"nacute;":324,"nang;":[8736,8402],"nap;":8777,"napE;":[10864,824],"napid;":[8779,824],"napos;":329,"napprox;":8777,"natur;":9838,"natural;":9838,"naturals;":8469,nbsp:160,"nbsp;":160,"nbump;":[8782,824],"nbumpe;":[8783,824],"ncap;":10819,"ncaron;":328,"ncedil;":326,"ncong;":8775,"ncongdot;":[10861,824],"ncup;":10818,"ncy;":1085,"ndash;":8211,"ne;":8800,"neArr;":8663,"nearhk;":10532,"nearr;":8599,"nearrow;":8599,"nedot;":[8784,824],"nequiv;":8802,"nesear;":10536,"nesim;":[8770,824],"nexist;":8708,"nexists;":8708,"nfr;":[55349,56619],"ngE;":[8807,824],"nge;":8817,"ngeq;":8817,"ngeqq;":[8807,824],"ngeqslant;":[10878,824],"nges;":[10878,824],"ngsim;":8821,"ngt;":8815,"ngtr;":8815,"nhArr;":8654,"nharr;":8622,"nhpar;":10994,"ni;":8715,"nis;":8956,"nisd;":8954,"niv;":8715,"njcy;":1114,"nlArr;":8653,"nlE;":[8806,824],"nlarr;":8602,"nldr;":8229,"nle;":8816,"nleftarrow;":8602,"nleftrightarrow;":8622,"nleq;":8816,"nleqq;":[8806,824],"nleqslant;":[10877,824],"nles;":[10877,824],"nless;":8814,"nlsim;":8820,"nlt;":8814,"nltri;":8938,"nltrie;":8940,"nmid;":8740,"nopf;":[55349,56671],not:172,"not;":172,"notin;":8713,"notinE;":[8953,824],"notindot;":[8949,824],"notinva;":8713,"notinvb;":8951,"notinvc;":8950,"notni;":8716,"notniva;":8716,"notnivb;":8958,"notnivc;":8957,"npar;":8742,"nparallel;":8742,"nparsl;":[11005,8421],"npart;":[8706,824],"npolint;":10772,"npr;":8832,"nprcue;":8928,"npre;":[10927,824],"nprec;":8832,"npreceq;":[10927,824],"nrArr;":8655,"nrarr;":8603,"nrarrc;":[10547,824],"nrarrw;":[8605,824],"nrightarrow;":8603,"nrtri;":8939,"nrtrie;":8941,"nsc;":8833,"nsccue;":8929,"nsce;":[10928,824],"nscr;":[55349,56515],"nshortmid;":8740,"nshortparallel;":8742,"nsim;":8769,"nsime;":8772,"nsimeq;":8772,"nsmid;":8740,"nspar;":8742,"nsqsube;":8930,"nsqsupe;":8931,"nsub;":8836,"nsubE;":[10949,824],"nsube;":8840,"nsubset;":[8834,8402],"nsubseteq;":8840,"nsubseteqq;":[10949,824],"nsucc;":8833,"nsucceq;":[10928,824],"nsup;":8837,"nsupE;":[10950,824],"nsupe;":8841,"nsupset;":[8835,8402],"nsupseteq;":8841,"nsupseteqq;":[10950,824],"ntgl;":8825,ntilde:241,"ntilde;":241,"ntlg;":8824,"ntriangleleft;":8938,"ntrianglelefteq;":8940,"ntriangleright;":8939,"ntrianglerighteq;":8941,"nu;":957,"num;":35,"numero;":8470,"numsp;":8199,"nvDash;":8877,"nvHarr;":10500,"nvap;":[8781,8402],"nvdash;":8876,"nvge;":[8805,8402],"nvgt;":[62,8402],"nvinfin;":10718,"nvlArr;":10498,"nvle;":[8804,8402],"nvlt;":[60,8402],"nvltrie;":[8884,8402],"nvrArr;":10499,"nvrtrie;":[8885,8402],"nvsim;":[8764,8402],"nwArr;":8662,"nwarhk;":10531,"nwarr;":8598,"nwarrow;":8598,"nwnear;":10535,"oS;":9416,oacute:243,"oacute;":243,"oast;":8859,"ocir;":8858,ocirc:244,"ocirc;":244,"ocy;":1086,"odash;":8861,"odblac;":337,"odiv;":10808,"odot;":8857,"odsold;":10684,"oelig;":339,"ofcir;":10687,"ofr;":[55349,56620],"ogon;":731,ograve:242,"ograve;":242,"ogt;":10689,"ohbar;":10677,"ohm;":937,"oint;":8750,"olarr;":8634,"olcir;":10686,"olcross;":10683,"oline;":8254,"olt;":10688,"omacr;":333,"omega;":969,"omicron;":959,"omid;":10678,"ominus;":8854,"oopf;":[55349,56672],"opar;":10679,"operp;":10681,"oplus;":8853,"or;":8744,"orarr;":8635,"ord;":10845,"order;":8500,"orderof;":8500,ordf:170,"ordf;":170,ordm:186,"ordm;":186,"origof;":8886,"oror;":10838,"orslope;":10839,"orv;":10843,"oscr;":8500,oslash:248,"oslash;":248,"osol;":8856,otilde:245,"otilde;":245,"otimes;":8855,"otimesas;":10806,ouml:246,"ouml;":246,"ovbar;":9021,"par;":8741,para:182,"para;":182,"parallel;":8741,"parsim;":10995,"parsl;":11005,"part;":8706,"pcy;":1087,"percnt;":37,"period;":46,"permil;":8240,"perp;":8869,"pertenk;":8241,"pfr;":[55349,56621],"phi;":966,"phiv;":981,"phmmat;":8499,"phone;":9742,"pi;":960,"pitchfork;":8916,"piv;":982,"planck;":8463,"planckh;":8462,"plankv;":8463,"plus;":43,"plusacir;":10787,"plusb;":8862,"pluscir;":10786,"plusdo;":8724,"plusdu;":10789,"pluse;":10866,plusmn:177,"plusmn;":177,"plussim;":10790,"plustwo;":10791,"pm;":177,"pointint;":10773,"popf;":[55349,56673],pound:163,"pound;":163,"pr;":8826,"prE;":10931,"prap;":10935,"prcue;":8828,"pre;":10927,"prec;":8826,"precapprox;":10935,"preccurlyeq;":8828,"preceq;":10927,"precnapprox;":10937,"precneqq;":10933,"precnsim;":8936,"precsim;":8830,"prime;":8242,"primes;":8473,"prnE;":10933,"prnap;":10937,"prnsim;":8936,"prod;":8719,"profalar;":9006,"profline;":8978,"profsurf;":8979,"prop;":8733,"propto;":8733,"prsim;":8830,"prurel;":8880,"pscr;":[55349,56517],"psi;":968,"puncsp;":8200,"qfr;":[55349,56622],"qint;":10764,"qopf;":[55349,56674],"qprime;":8279,"qscr;":[55349,56518],"quaternions;":8461,"quatint;":10774,"quest;":63,"questeq;":8799,quot:34,"quot;":34,"rAarr;":8667,"rArr;":8658,"rAtail;":10524,"rBarr;":10511,"rHar;":10596,"race;":[8765,817],"racute;":341,"radic;":8730,"raemptyv;":10675,"rang;":10217,"rangd;":10642,"range;":10661,"rangle;":10217,raquo:187,"raquo;":187,"rarr;":8594,"rarrap;":10613,"rarrb;":8677,"rarrbfs;":10528,"rarrc;":10547,"rarrfs;":10526,"rarrhk;":8618,"rarrlp;":8620,"rarrpl;":10565,"rarrsim;":10612,"rarrtl;":8611,"rarrw;":8605,"ratail;":10522,"ratio;":8758,"rationals;":8474,"rbarr;":10509,"rbbrk;":10099,"rbrace;":125,"rbrack;":93,"rbrke;":10636,"rbrksld;":10638,"rbrkslu;":10640,"rcaron;":345,"rcedil;":343,"rceil;":8969,"rcub;":125,"rcy;":1088,"rdca;":10551,"rdldhar;":10601,"rdquo;":8221,"rdquor;":8221,"rdsh;":8627,"real;":8476,"realine;":8475,"realpart;":8476,"reals;":8477,"rect;":9645,reg:174,"reg;":174,"rfisht;":10621,"rfloor;":8971,"rfr;":[55349,56623],"rhard;":8641,"rharu;":8640,"rharul;":10604,"rho;":961,"rhov;":1009,"rightarrow;":8594,"rightarrowtail;":8611,"rightharpoondown;":8641,"rightharpoonup;":8640,"rightleftarrows;":8644,"rightleftharpoons;":8652,"rightrightarrows;":8649,"rightsquigarrow;":8605,"rightthreetimes;":8908,"ring;":730,"risingdotseq;":8787,"rlarr;":8644,"rlhar;":8652,"rlm;":8207,"rmoust;":9137,"rmoustache;":9137,"rnmid;":10990,"roang;":10221,"roarr;":8702,"robrk;":10215,"ropar;":10630,"ropf;":[55349,56675],"roplus;":10798,"rotimes;":10805,"rpar;":41,"rpargt;":10644,"rppolint;":10770,"rrarr;":8649,"rsaquo;":8250,"rscr;":[55349,56519],"rsh;":8625,"rsqb;":93,"rsquo;":8217,"rsquor;":8217,"rthree;":8908,"rtimes;":8906,"rtri;":9657,"rtrie;":8885,"rtrif;":9656,"rtriltri;":10702,"ruluhar;":10600,"rx;":8478,"sacute;":347,"sbquo;":8218,"sc;":8827,"scE;":10932,"scap;":10936,"scaron;":353,"sccue;":8829,"sce;":10928,"scedil;":351,"scirc;":349,"scnE;":10934,"scnap;":10938,"scnsim;":8937,"scpolint;":10771,"scsim;":8831,"scy;":1089,"sdot;":8901,"sdotb;":8865,"sdote;":10854,"seArr;":8664,"searhk;":10533,"searr;":8600,"searrow;":8600,sect:167,"sect;":167,"semi;":59,"seswar;":10537,"setminus;":8726,"setmn;":8726,"sext;":10038,"sfr;":[55349,56624],"sfrown;":8994,"sharp;":9839,"shchcy;":1097,"shcy;":1096,"shortmid;":8739,"shortparallel;":8741,shy:173,"shy;":173,"sigma;":963,"sigmaf;":962,"sigmav;":962,"sim;":8764,"simdot;":10858,"sime;":8771,"simeq;":8771,"simg;":10910,"simgE;":10912,"siml;":10909,"simlE;":10911,"simne;":8774,"simplus;":10788,"simrarr;":10610,"slarr;":8592,"smallsetminus;":8726,"smashp;":10803,"smeparsl;":10724,"smid;":8739,"smile;":8995,"smt;":10922,"smte;":10924,"smtes;":[10924,65024],"softcy;":1100,"sol;":47,"solb;":10692,"solbar;":9023,"sopf;":[55349,56676],"spades;":9824,"spadesuit;":9824,"spar;":8741,"sqcap;":8851,"sqcaps;":[8851,65024],"sqcup;":8852,"sqcups;":[8852,65024],"sqsub;":8847,"sqsube;":8849,"sqsubset;":8847,"sqsubseteq;":8849,"sqsup;":8848,"sqsupe;":8850,"sqsupset;":8848,"sqsupseteq;":8850,"squ;":9633,"square;":9633,"squarf;":9642,"squf;":9642,"srarr;":8594,"sscr;":[55349,56520],"ssetmn;":8726,"ssmile;":8995,"sstarf;":8902,"star;":9734,"starf;":9733,"straightepsilon;":1013,"straightphi;":981,"strns;":175,"sub;":8834,"subE;":10949,"subdot;":10941,"sube;":8838,"subedot;":10947,"submult;":10945,"subnE;":10955,"subne;":8842,"subplus;":10943,"subrarr;":10617,"subset;":8834,"subseteq;":8838,"subseteqq;":10949,"subsetneq;":8842,"subsetneqq;":10955,"subsim;":10951,"subsub;":10965,"subsup;":10963,"succ;":8827,"succapprox;":10936,"succcurlyeq;":8829,"succeq;":10928,"succnapprox;":10938,"succneqq;":10934,"succnsim;":8937,"succsim;":8831,"sum;":8721,"sung;":9834,sup1:185,"sup1;":185,sup2:178,"sup2;":178,sup3:179,"sup3;":179,"sup;":8835,"supE;":10950,"supdot;":10942,"supdsub;":10968,"supe;":8839,"supedot;":10948,"suphsol;":10185,"suphsub;":10967,"suplarr;":10619,"supmult;":10946,"supnE;":10956,"supne;":8843,"supplus;":10944,"supset;":8835,"supseteq;":8839,"supseteqq;":10950,"supsetneq;":8843,"supsetneqq;":10956,"supsim;":10952,"supsub;":10964,"supsup;":10966,"swArr;":8665,"swarhk;":10534,"swarr;":8601,"swarrow;":8601,"swnwar;":10538,szlig:223,"szlig;":223,"target;":8982,"tau;":964,"tbrk;":9140,"tcaron;":357,"tcedil;":355,"tcy;":1090,"tdot;":8411,"telrec;":8981,"tfr;":[55349,56625],"there4;":8756,"therefore;":8756,"theta;":952,"thetasym;":977,"thetav;":977,"thickapprox;":8776,"thicksim;":8764,"thinsp;":8201,"thkap;":8776,"thksim;":8764,thorn:254,"thorn;":254,"tilde;":732,times:215,"times;":215,"timesb;":8864,"timesbar;":10801,"timesd;":10800,"tint;":8749,"toea;":10536,"top;":8868,"topbot;":9014,"topcir;":10993,"topf;":[55349,56677],"topfork;":10970,"tosa;":10537,"tprime;":8244,"trade;":8482,"triangle;":9653,"triangledown;":9663,"triangleleft;":9667,"trianglelefteq;":8884,"triangleq;":8796,"triangleright;":9657,"trianglerighteq;":8885,"tridot;":9708,"trie;":8796,"triminus;":10810,"triplus;":10809,"trisb;":10701,"tritime;":10811,"trpezium;":9186,"tscr;":[55349,56521],"tscy;":1094,"tshcy;":1115,"tstrok;":359,"twixt;":8812,"twoheadleftarrow;":8606,"twoheadrightarrow;":8608,"uArr;":8657,"uHar;":10595,uacute:250,"uacute;":250,"uarr;":8593,"ubrcy;":1118,"ubreve;":365,ucirc:251,"ucirc;":251,"ucy;":1091,"udarr;":8645,"udblac;":369,"udhar;":10606,"ufisht;":10622,"ufr;":[55349,56626],ugrave:249,"ugrave;":249,"uharl;":8639,"uharr;":8638,"uhblk;":9600,"ulcorn;":8988,"ulcorner;":8988,"ulcrop;":8975,"ultri;":9720,"umacr;":363,uml:168,"uml;":168,"uogon;":371,"uopf;":[55349,56678],"uparrow;":8593,"updownarrow;":8597,"upharpoonleft;":8639,"upharpoonright;":8638,"uplus;":8846,"upsi;":965,"upsih;":978,"upsilon;":965,"upuparrows;":8648,"urcorn;":8989,"urcorner;":8989,"urcrop;":8974,"uring;":367,"urtri;":9721,"uscr;":[55349,56522],"utdot;":8944,"utilde;":361,"utri;":9653,"utrif;":9652,"uuarr;":8648,uuml:252,"uuml;":252,"uwangle;":10663,"vArr;":8661,"vBar;":10984,"vBarv;":10985,"vDash;":8872,"vangrt;":10652,"varepsilon;":1013,"varkappa;":1008,"varnothing;":8709,"varphi;":981,"varpi;":982,"varpropto;":8733,"varr;":8597,"varrho;":1009,"varsigma;":962,"varsubsetneq;":[8842,65024],"varsubsetneqq;":[10955,65024],"varsupsetneq;":[8843,65024],"varsupsetneqq;":[10956,65024],"vartheta;":977,"vartriangleleft;":8882,"vartriangleright;":8883,"vcy;":1074,"vdash;":8866,"vee;":8744,"veebar;":8891,"veeeq;":8794,"vellip;":8942,"verbar;":124,"vert;":124,"vfr;":[55349,56627],"vltri;":8882,"vnsub;":[8834,8402],"vnsup;":[8835,8402],"vopf;":[55349,56679],"vprop;":8733,"vrtri;":8883,"vscr;":[55349,56523],"vsubnE;":[10955,65024],"vsubne;":[8842,65024],"vsupnE;":[10956,65024],"vsupne;":[8843,65024],"vzigzag;":10650,"wcirc;":373,"wedbar;":10847,"wedge;":8743,"wedgeq;":8793,"weierp;":8472,"wfr;":[55349,56628],"wopf;":[55349,56680],"wp;":8472,"wr;":8768,"wreath;":8768,"wscr;":[55349,56524],"xcap;":8898,"xcirc;":9711,"xcup;":8899,"xdtri;":9661,"xfr;":[55349,56629],"xhArr;":10234,"xharr;":10231,"xi;":958,"xlArr;":10232,"xlarr;":10229,"xmap;":10236,"xnis;":8955,"xodot;":10752,"xopf;":[55349,56681],"xoplus;":10753,"xotime;":10754,"xrArr;":10233,"xrarr;":10230,"xscr;":[55349,56525],"xsqcup;":10758,"xuplus;":10756,"xutri;":9651,"xvee;":8897,"xwedge;":8896,yacute:253,"yacute;":253,"yacy;":1103,"ycirc;":375,"ycy;":1099,yen:165,"yen;":165,"yfr;":[55349,56630],"yicy;":1111,"yopf;":[55349,56682],"yscr;":[55349,56526],"yucy;":1102,yuml:255,"yuml;":255,"zacute;":378,"zcaron;":382,"zcy;":1079,"zdot;":380,"zeetrf;":8488,"zeta;":950,"zfr;":[55349,56631],"zhcy;":1078,"zigrarr;":8669,"zopf;":[55349,56683],"zscr;":[55349,56527],"zwj;":8205,"zwnj;":8204},He=/(A(?:Elig;?|MP;?|acute;?|breve;|c(?:irc;?|y;)|fr;|grave;?|lpha;|macr;|nd;|o(?:gon;|pf;)|pplyFunction;|ring;?|s(?:cr;|sign;)|tilde;?|uml;?)|B(?:a(?:ckslash;|r(?:v;|wed;))|cy;|e(?:cause;|rnoullis;|ta;)|fr;|opf;|reve;|scr;|umpeq;)|C(?:Hcy;|OPY;?|a(?:cute;|p(?:;|italDifferentialD;)|yleys;)|c(?:aron;|edil;?|irc;|onint;)|dot;|e(?:dilla;|nterDot;)|fr;|hi;|ircle(?:Dot;|Minus;|Plus;|Times;)|lo(?:ckwiseContourIntegral;|seCurly(?:DoubleQuote;|Quote;))|o(?:lon(?:;|e;)|n(?:gruent;|int;|tourIntegral;)|p(?:f;|roduct;)|unterClockwiseContourIntegral;)|ross;|scr;|up(?:;|Cap;))|D(?:D(?:;|otrahd;)|Jcy;|Scy;|Zcy;|a(?:gger;|rr;|shv;)|c(?:aron;|y;)|el(?:;|ta;)|fr;|i(?:a(?:critical(?:Acute;|Do(?:t;|ubleAcute;)|Grave;|Tilde;)|mond;)|fferentialD;)|o(?:pf;|t(?:;|Dot;|Equal;)|uble(?:ContourIntegral;|Do(?:t;|wnArrow;)|L(?:eft(?:Arrow;|RightArrow;|Tee;)|ong(?:Left(?:Arrow;|RightArrow;)|RightArrow;))|Right(?:Arrow;|Tee;)|Up(?:Arrow;|DownArrow;)|VerticalBar;)|wn(?:Arrow(?:;|Bar;|UpArrow;)|Breve;|Left(?:RightVector;|TeeVector;|Vector(?:;|Bar;))|Right(?:TeeVector;|Vector(?:;|Bar;))|Tee(?:;|Arrow;)|arrow;))|s(?:cr;|trok;))|E(?:NG;|TH;?|acute;?|c(?:aron;|irc;?|y;)|dot;|fr;|grave;?|lement;|m(?:acr;|pty(?:SmallSquare;|VerySmallSquare;))|o(?:gon;|pf;)|psilon;|qu(?:al(?:;|Tilde;)|ilibrium;)|s(?:cr;|im;)|ta;|uml;?|x(?:ists;|ponentialE;))|F(?:cy;|fr;|illed(?:SmallSquare;|VerySmallSquare;)|o(?:pf;|rAll;|uriertrf;)|scr;)|G(?:Jcy;|T;?|amma(?:;|d;)|breve;|c(?:edil;|irc;|y;)|dot;|fr;|g;|opf;|reater(?:Equal(?:;|Less;)|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|scr;|t;)|H(?:ARDcy;|a(?:cek;|t;)|circ;|fr;|ilbertSpace;|o(?:pf;|rizontalLine;)|s(?:cr;|trok;)|ump(?:DownHump;|Equal;))|I(?:Ecy;|Jlig;|Ocy;|acute;?|c(?:irc;?|y;)|dot;|fr;|grave;?|m(?:;|a(?:cr;|ginaryI;)|plies;)|n(?:t(?:;|e(?:gral;|rsection;))|visible(?:Comma;|Times;))|o(?:gon;|pf;|ta;)|scr;|tilde;|u(?:kcy;|ml;?))|J(?:c(?:irc;|y;)|fr;|opf;|s(?:cr;|ercy;)|ukcy;)|K(?:Hcy;|Jcy;|appa;|c(?:edil;|y;)|fr;|opf;|scr;)|L(?:Jcy;|T;?|a(?:cute;|mbda;|ng;|placetrf;|rr;)|c(?:aron;|edil;|y;)|e(?:ft(?:A(?:ngleBracket;|rrow(?:;|Bar;|RightArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|Right(?:Arrow;|Vector;)|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;|rightarrow;)|ss(?:EqualGreater;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;))|fr;|l(?:;|eftarrow;)|midot;|o(?:ng(?:Left(?:Arrow;|RightArrow;)|RightArrow;|left(?:arrow;|rightarrow;)|rightarrow;)|pf;|wer(?:LeftArrow;|RightArrow;))|s(?:cr;|h;|trok;)|t;)|M(?:ap;|cy;|e(?:diumSpace;|llintrf;)|fr;|inusPlus;|opf;|scr;|u;)|N(?:Jcy;|acute;|c(?:aron;|edil;|y;)|e(?:gative(?:MediumSpace;|Thi(?:ckSpace;|nSpace;)|VeryThinSpace;)|sted(?:GreaterGreater;|LessLess;)|wLine;)|fr;|o(?:Break;|nBreakingSpace;|pf;|t(?:;|C(?:ongruent;|upCap;)|DoubleVerticalBar;|E(?:lement;|qual(?:;|Tilde;)|xists;)|Greater(?:;|Equal;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|Hump(?:DownHump;|Equal;)|Le(?:ftTriangle(?:;|Bar;|Equal;)|ss(?:;|Equal;|Greater;|Less;|SlantEqual;|Tilde;))|Nested(?:GreaterGreater;|LessLess;)|Precedes(?:;|Equal;|SlantEqual;)|R(?:everseElement;|ightTriangle(?:;|Bar;|Equal;))|S(?:quareSu(?:bset(?:;|Equal;)|perset(?:;|Equal;))|u(?:bset(?:;|Equal;)|cceeds(?:;|Equal;|SlantEqual;|Tilde;)|perset(?:;|Equal;)))|Tilde(?:;|Equal;|FullEqual;|Tilde;)|VerticalBar;))|scr;|tilde;?|u;)|O(?:Elig;|acute;?|c(?:irc;?|y;)|dblac;|fr;|grave;?|m(?:acr;|ega;|icron;)|opf;|penCurly(?:DoubleQuote;|Quote;)|r;|s(?:cr;|lash;?)|ti(?:lde;?|mes;)|uml;?|ver(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;))|P(?:artialD;|cy;|fr;|hi;|i;|lusMinus;|o(?:incareplane;|pf;)|r(?:;|ecedes(?:;|Equal;|SlantEqual;|Tilde;)|ime;|o(?:duct;|portion(?:;|al;)))|s(?:cr;|i;))|Q(?:UOT;?|fr;|opf;|scr;)|R(?:Barr;|EG;?|a(?:cute;|ng;|rr(?:;|tl;))|c(?:aron;|edil;|y;)|e(?:;|verse(?:E(?:lement;|quilibrium;)|UpEquilibrium;))|fr;|ho;|ight(?:A(?:ngleBracket;|rrow(?:;|Bar;|LeftArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;)|o(?:pf;|undImplies;)|rightarrow;|s(?:cr;|h;)|uleDelayed;)|S(?:H(?:CHcy;|cy;)|OFTcy;|acute;|c(?:;|aron;|edil;|irc;|y;)|fr;|hort(?:DownArrow;|LeftArrow;|RightArrow;|UpArrow;)|igma;|mallCircle;|opf;|q(?:rt;|uare(?:;|Intersection;|Su(?:bset(?:;|Equal;)|perset(?:;|Equal;))|Union;))|scr;|tar;|u(?:b(?:;|set(?:;|Equal;))|c(?:ceeds(?:;|Equal;|SlantEqual;|Tilde;)|hThat;)|m;|p(?:;|erset(?:;|Equal;)|set;)))|T(?:HORN;?|RADE;|S(?:Hcy;|cy;)|a(?:b;|u;)|c(?:aron;|edil;|y;)|fr;|h(?:e(?:refore;|ta;)|i(?:ckSpace;|nSpace;))|ilde(?:;|Equal;|FullEqual;|Tilde;)|opf;|ripleDot;|s(?:cr;|trok;))|U(?:a(?:cute;?|rr(?:;|ocir;))|br(?:cy;|eve;)|c(?:irc;?|y;)|dblac;|fr;|grave;?|macr;|n(?:der(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;)|ion(?:;|Plus;))|o(?:gon;|pf;)|p(?:Arrow(?:;|Bar;|DownArrow;)|DownArrow;|Equilibrium;|Tee(?:;|Arrow;)|arrow;|downarrow;|per(?:LeftArrow;|RightArrow;)|si(?:;|lon;))|ring;|scr;|tilde;|uml;?)|V(?:Dash;|bar;|cy;|dash(?:;|l;)|e(?:e;|r(?:bar;|t(?:;|ical(?:Bar;|Line;|Separator;|Tilde;))|yThinSpace;))|fr;|opf;|scr;|vdash;)|W(?:circ;|edge;|fr;|opf;|scr;)|X(?:fr;|i;|opf;|scr;)|Y(?:Acy;|Icy;|Ucy;|acute;?|c(?:irc;|y;)|fr;|opf;|scr;|uml;)|Z(?:Hcy;|acute;|c(?:aron;|y;)|dot;|e(?:roWidthSpace;|ta;)|fr;|opf;|scr;)|a(?:acute;?|breve;|c(?:;|E;|d;|irc;?|ute;?|y;)|elig;?|f(?:;|r;)|grave;?|l(?:e(?:fsym;|ph;)|pha;)|m(?:a(?:cr;|lg;)|p;?)|n(?:d(?:;|and;|d;|slope;|v;)|g(?:;|e;|le;|msd(?:;|a(?:a;|b;|c;|d;|e;|f;|g;|h;))|rt(?:;|vb(?:;|d;))|s(?:ph;|t;)|zarr;))|o(?:gon;|pf;)|p(?:;|E;|acir;|e;|id;|os;|prox(?:;|eq;))|ring;?|s(?:cr;|t;|ymp(?:;|eq;))|tilde;?|uml;?|w(?:conint;|int;))|b(?:Not;|a(?:ck(?:cong;|epsilon;|prime;|sim(?:;|eq;))|r(?:vee;|wed(?:;|ge;)))|brk(?:;|tbrk;)|c(?:ong;|y;)|dquo;|e(?:caus(?:;|e;)|mptyv;|psi;|rnou;|t(?:a;|h;|ween;))|fr;|ig(?:c(?:ap;|irc;|up;)|o(?:dot;|plus;|times;)|s(?:qcup;|tar;)|triangle(?:down;|up;)|uplus;|vee;|wedge;)|karow;|l(?:a(?:ck(?:lozenge;|square;|triangle(?:;|down;|left;|right;))|nk;)|k(?:1(?:2;|4;)|34;)|ock;)|n(?:e(?:;|quiv;)|ot;)|o(?:pf;|t(?:;|tom;)|wtie;|x(?:D(?:L;|R;|l;|r;)|H(?:;|D;|U;|d;|u;)|U(?:L;|R;|l;|r;)|V(?:;|H;|L;|R;|h;|l;|r;)|box;|d(?:L;|R;|l;|r;)|h(?:;|D;|U;|d;|u;)|minus;|plus;|times;|u(?:L;|R;|l;|r;)|v(?:;|H;|L;|R;|h;|l;|r;)))|prime;|r(?:eve;|vbar;?)|s(?:cr;|emi;|im(?:;|e;)|ol(?:;|b;|hsub;))|u(?:ll(?:;|et;)|mp(?:;|E;|e(?:;|q;))))|c(?:a(?:cute;|p(?:;|and;|brcup;|c(?:ap;|up;)|dot;|s;)|r(?:et;|on;))|c(?:a(?:ps;|ron;)|edil;?|irc;|ups(?:;|sm;))|dot;|e(?:dil;?|mptyv;|nt(?:;|erdot;|))|fr;|h(?:cy;|eck(?:;|mark;)|i;)|ir(?:;|E;|c(?:;|eq;|le(?:arrow(?:left;|right;)|d(?:R;|S;|ast;|circ;|dash;)))|e;|fnint;|mid;|scir;)|lubs(?:;|uit;)|o(?:lon(?:;|e(?:;|q;))|m(?:ma(?:;|t;)|p(?:;|fn;|le(?:ment;|xes;)))|n(?:g(?:;|dot;)|int;)|p(?:f;|rod;|y(?:;|sr;|)))|r(?:arr;|oss;)|s(?:cr;|u(?:b(?:;|e;)|p(?:;|e;)))|tdot;|u(?:darr(?:l;|r;)|e(?:pr;|sc;)|larr(?:;|p;)|p(?:;|brcap;|c(?:ap;|up;)|dot;|or;|s;)|r(?:arr(?:;|m;)|ly(?:eq(?:prec;|succ;)|vee;|wedge;)|ren;?|vearrow(?:left;|right;))|vee;|wed;)|w(?:conint;|int;)|ylcty;)|d(?:Arr;|Har;|a(?:gger;|leth;|rr;|sh(?:;|v;))|b(?:karow;|lac;)|c(?:aron;|y;)|d(?:;|a(?:gger;|rr;)|otseq;)|e(?:g;?|lta;|mptyv;)|f(?:isht;|r;)|har(?:l;|r;)|i(?:am(?:;|ond(?:;|suit;)|s;)|e;|gamma;|sin;|v(?:;|ide(?:;|ontimes;|)|onx;))|jcy;|lc(?:orn;|rop;)|o(?:llar;|pf;|t(?:;|eq(?:;|dot;)|minus;|plus;|square;)|ublebarwedge;|wn(?:arrow;|downarrows;|harpoon(?:left;|right;)))|r(?:bkarow;|c(?:orn;|rop;))|s(?:c(?:r;|y;)|ol;|trok;)|t(?:dot;|ri(?:;|f;))|u(?:arr;|har;)|wangle;|z(?:cy;|igrarr;))|e(?:D(?:Dot;|ot;)|a(?:cute;?|ster;)|c(?:aron;|ir(?:;|c;?)|olon;|y;)|dot;|e;|f(?:Dot;|r;)|g(?:;|rave;?|s(?:;|dot;))|l(?:;|inters;|l;|s(?:;|dot;))|m(?:acr;|pty(?:;|set;|v;)|sp(?:1(?:3;|4;)|;))|n(?:g;|sp;)|o(?:gon;|pf;)|p(?:ar(?:;|sl;)|lus;|si(?:;|lon;|v;))|q(?:c(?:irc;|olon;)|s(?:im;|lant(?:gtr;|less;))|u(?:als;|est;|iv(?:;|DD;))|vparsl;)|r(?:Dot;|arr;)|s(?:cr;|dot;|im;)|t(?:a;|h;?)|u(?:ml;?|ro;)|x(?:cl;|ist;|p(?:ectation;|onentiale;)))|f(?:allingdotseq;|cy;|emale;|f(?:ilig;|l(?:ig;|lig;)|r;)|ilig;|jlig;|l(?:at;|lig;|tns;)|nof;|o(?:pf;|r(?:all;|k(?:;|v;)))|partint;|r(?:a(?:c(?:1(?:2;?|3;|4;?|5;|6;|8;)|2(?:3;|5;)|3(?:4;?|5;|8;)|45;|5(?:6;|8;)|78;)|sl;)|own;)|scr;)|g(?:E(?:;|l;)|a(?:cute;|mma(?:;|d;)|p;)|breve;|c(?:irc;|y;)|dot;|e(?:;|l;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|l;))|l(?:;|es;)))|fr;|g(?:;|g;)|imel;|jcy;|l(?:;|E;|a;|j;)|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|opf;|rave;|s(?:cr;|im(?:;|e;|l;))|t(?:;|c(?:c;|ir;)|dot;|lPar;|quest;|r(?:a(?:pprox;|rr;)|dot;|eq(?:less;|qless;)|less;|sim;)|)|v(?:ertneqq;|nE;))|h(?:Arr;|a(?:irsp;|lf;|milt;|r(?:dcy;|r(?:;|cir;|w;)))|bar;|circ;|e(?:arts(?:;|uit;)|llip;|rcon;)|fr;|ks(?:earow;|warow;)|o(?:arr;|mtht;|ok(?:leftarrow;|rightarrow;)|pf;|rbar;)|s(?:cr;|lash;|trok;)|y(?:bull;|phen;))|i(?:acute;?|c(?:;|irc;?|y;)|e(?:cy;|xcl;?)|f(?:f;|r;)|grave;?|i(?:;|i(?:int;|nt;)|nfin;|ota;)|jlig;|m(?:a(?:cr;|g(?:e;|line;|part;)|th;)|of;|ped;)|n(?:;|care;|fin(?:;|tie;)|odot;|t(?:;|cal;|e(?:gers;|rcal;)|larhk;|prod;))|o(?:cy;|gon;|pf;|ta;)|prod;|quest;?|s(?:cr;|in(?:;|E;|dot;|s(?:;|v;)|v;))|t(?:;|ilde;)|u(?:kcy;|ml;?))|j(?:c(?:irc;|y;)|fr;|math;|opf;|s(?:cr;|ercy;)|ukcy;)|k(?:appa(?:;|v;)|c(?:edil;|y;)|fr;|green;|hcy;|jcy;|opf;|scr;)|l(?:A(?:arr;|rr;|tail;)|Barr;|E(?:;|g;)|Har;|a(?:cute;|emptyv;|gran;|mbda;|ng(?:;|d;|le;)|p;|quo;?|rr(?:;|b(?:;|fs;)|fs;|hk;|lp;|pl;|sim;|tl;)|t(?:;|ail;|e(?:;|s;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|quo(?:;|r;)|r(?:dhar;|ushar;)|sh;)|e(?:;|ft(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|leftarrows;|right(?:arrow(?:;|s;)|harpoons;|squigarrow;)|threetimes;)|g;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|r;))|g(?:;|es;)|s(?:approx;|dot;|eq(?:gtr;|qgtr;)|gtr;|sim;)))|f(?:isht;|loor;|r;)|g(?:;|E;)|h(?:ar(?:d;|u(?:;|l;))|blk;)|jcy;|l(?:;|arr;|corner;|hard;|tri;)|m(?:idot;|oust(?:;|ache;))|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|o(?:a(?:ng;|rr;)|brk;|ng(?:left(?:arrow;|rightarrow;)|mapsto;|rightarrow;)|oparrow(?:left;|right;)|p(?:ar;|f;|lus;)|times;|w(?:ast;|bar;)|z(?:;|enge;|f;))|par(?:;|lt;)|r(?:arr;|corner;|har(?:;|d;)|m;|tri;)|s(?:aquo;|cr;|h;|im(?:;|e;|g;)|q(?:b;|uo(?:;|r;))|trok;)|t(?:;|c(?:c;|ir;)|dot;|hree;|imes;|larr;|quest;|r(?:Par;|i(?:;|e;|f;))|)|ur(?:dshar;|uhar;)|v(?:ertneqq;|nE;))|m(?:DDot;|a(?:cr;?|l(?:e;|t(?:;|ese;))|p(?:;|sto(?:;|down;|left;|up;))|rker;)|c(?:omma;|y;)|dash;|easuredangle;|fr;|ho;|i(?:cro;?|d(?:;|ast;|cir;|dot;?)|nus(?:;|b;|d(?:;|u;)))|l(?:cp;|dr;)|nplus;|o(?:dels;|pf;)|p;|s(?:cr;|tpos;)|u(?:;|ltimap;|map;))|n(?:G(?:g;|t(?:;|v;))|L(?:eft(?:arrow;|rightarrow;)|l;|t(?:;|v;))|Rightarrow;|V(?:Dash;|dash;)|a(?:bla;|cute;|ng;|p(?:;|E;|id;|os;|prox;)|tur(?:;|al(?:;|s;)))|b(?:sp;?|ump(?:;|e;))|c(?:a(?:p;|ron;)|edil;|ong(?:;|dot;)|up;|y;)|dash;|e(?:;|Arr;|ar(?:hk;|r(?:;|ow;))|dot;|quiv;|s(?:ear;|im;)|xist(?:;|s;))|fr;|g(?:E;|e(?:;|q(?:;|q;|slant;)|s;)|sim;|t(?:;|r;))|h(?:Arr;|arr;|par;)|i(?:;|s(?:;|d;)|v;)|jcy;|l(?:Arr;|E;|arr;|dr;|e(?:;|ft(?:arrow;|rightarrow;)|q(?:;|q;|slant;)|s(?:;|s;))|sim;|t(?:;|ri(?:;|e;)))|mid;|o(?:pf;|t(?:;|in(?:;|E;|dot;|v(?:a;|b;|c;))|ni(?:;|v(?:a;|b;|c;))|))|p(?:ar(?:;|allel;|sl;|t;)|olint;|r(?:;|cue;|e(?:;|c(?:;|eq;))))|r(?:Arr;|arr(?:;|c;|w;)|ightarrow;|tri(?:;|e;))|s(?:c(?:;|cue;|e;|r;)|hort(?:mid;|parallel;)|im(?:;|e(?:;|q;))|mid;|par;|qsu(?:be;|pe;)|u(?:b(?:;|E;|e;|set(?:;|eq(?:;|q;)))|cc(?:;|eq;)|p(?:;|E;|e;|set(?:;|eq(?:;|q;)))))|t(?:gl;|ilde;?|lg;|riangle(?:left(?:;|eq;)|right(?:;|eq;)))|u(?:;|m(?:;|ero;|sp;))|v(?:Dash;|Harr;|ap;|dash;|g(?:e;|t;)|infin;|l(?:Arr;|e;|t(?:;|rie;))|r(?:Arr;|trie;)|sim;)|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|near;))|o(?:S;|a(?:cute;?|st;)|c(?:ir(?:;|c;?)|y;)|d(?:ash;|blac;|iv;|ot;|sold;)|elig;|f(?:cir;|r;)|g(?:on;|rave;?|t;)|h(?:bar;|m;)|int;|l(?:arr;|c(?:ir;|ross;)|ine;|t;)|m(?:acr;|ega;|i(?:cron;|d;|nus;))|opf;|p(?:ar;|erp;|lus;)|r(?:;|arr;|d(?:;|er(?:;|of;)|f;?|m;?)|igof;|or;|slope;|v;)|s(?:cr;|lash;?|ol;)|ti(?:lde;?|mes(?:;|as;))|uml;?|vbar;)|p(?:ar(?:;|a(?:;|llel;|)|s(?:im;|l;)|t;)|cy;|er(?:cnt;|iod;|mil;|p;|tenk;)|fr;|h(?:i(?:;|v;)|mmat;|one;)|i(?:;|tchfork;|v;)|l(?:an(?:ck(?:;|h;)|kv;)|us(?:;|acir;|b;|cir;|d(?:o;|u;)|e;|mn;?|sim;|two;))|m;|o(?:intint;|pf;|und;?)|r(?:;|E;|ap;|cue;|e(?:;|c(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;))|ime(?:;|s;)|n(?:E;|ap;|sim;)|o(?:d;|f(?:alar;|line;|surf;)|p(?:;|to;))|sim;|urel;)|s(?:cr;|i;)|uncsp;)|q(?:fr;|int;|opf;|prime;|scr;|u(?:at(?:ernions;|int;)|est(?:;|eq;)|ot;?))|r(?:A(?:arr;|rr;|tail;)|Barr;|Har;|a(?:c(?:e;|ute;)|dic;|emptyv;|ng(?:;|d;|e;|le;)|quo;?|rr(?:;|ap;|b(?:;|fs;)|c;|fs;|hk;|lp;|pl;|sim;|tl;|w;)|t(?:ail;|io(?:;|nals;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|ldhar;|quo(?:;|r;)|sh;)|e(?:al(?:;|ine;|part;|s;)|ct;|g;?)|f(?:isht;|loor;|r;)|h(?:ar(?:d;|u(?:;|l;))|o(?:;|v;))|i(?:ght(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|left(?:arrows;|harpoons;)|rightarrows;|squigarrow;|threetimes;)|ng;|singdotseq;)|l(?:arr;|har;|m;)|moust(?:;|ache;)|nmid;|o(?:a(?:ng;|rr;)|brk;|p(?:ar;|f;|lus;)|times;)|p(?:ar(?:;|gt;)|polint;)|rarr;|s(?:aquo;|cr;|h;|q(?:b;|uo(?:;|r;)))|t(?:hree;|imes;|ri(?:;|e;|f;|ltri;))|uluhar;|x;)|s(?:acute;|bquo;|c(?:;|E;|a(?:p;|ron;)|cue;|e(?:;|dil;)|irc;|n(?:E;|ap;|sim;)|polint;|sim;|y;)|dot(?:;|b;|e;)|e(?:Arr;|ar(?:hk;|r(?:;|ow;))|ct;?|mi;|swar;|tm(?:inus;|n;)|xt;)|fr(?:;|own;)|h(?:arp;|c(?:hcy;|y;)|ort(?:mid;|parallel;)|y;?)|i(?:gma(?:;|f;|v;)|m(?:;|dot;|e(?:;|q;)|g(?:;|E;)|l(?:;|E;)|ne;|plus;|rarr;))|larr;|m(?:a(?:llsetminus;|shp;)|eparsl;|i(?:d;|le;)|t(?:;|e(?:;|s;)))|o(?:ftcy;|l(?:;|b(?:;|ar;))|pf;)|pa(?:des(?:;|uit;)|r;)|q(?:c(?:ap(?:;|s;)|up(?:;|s;))|su(?:b(?:;|e;|set(?:;|eq;))|p(?:;|e;|set(?:;|eq;)))|u(?:;|ar(?:e;|f;)|f;))|rarr;|s(?:cr;|etmn;|mile;|tarf;)|t(?:ar(?:;|f;)|r(?:aight(?:epsilon;|phi;)|ns;))|u(?:b(?:;|E;|dot;|e(?:;|dot;)|mult;|n(?:E;|e;)|plus;|rarr;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;)))|cc(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;)|m;|ng;|p(?:1;?|2;?|3;?|;|E;|d(?:ot;|sub;)|e(?:;|dot;)|hs(?:ol;|ub;)|larr;|mult;|n(?:E;|e;)|plus;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;))))|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|nwar;)|zlig;?)|t(?:a(?:rget;|u;)|brk;|c(?:aron;|edil;|y;)|dot;|elrec;|fr;|h(?:e(?:re(?:4;|fore;)|ta(?:;|sym;|v;))|i(?:ck(?:approx;|sim;)|nsp;)|k(?:ap;|sim;)|orn;?)|i(?:lde;|mes(?:;|b(?:;|ar;)|d;|)|nt;)|o(?:ea;|p(?:;|bot;|cir;|f(?:;|ork;))|sa;)|prime;|r(?:ade;|i(?:angle(?:;|down;|left(?:;|eq;)|q;|right(?:;|eq;))|dot;|e;|minus;|plus;|sb;|time;)|pezium;)|s(?:c(?:r;|y;)|hcy;|trok;)|w(?:ixt;|ohead(?:leftarrow;|rightarrow;)))|u(?:Arr;|Har;|a(?:cute;?|rr;)|br(?:cy;|eve;)|c(?:irc;?|y;)|d(?:arr;|blac;|har;)|f(?:isht;|r;)|grave;?|h(?:ar(?:l;|r;)|blk;)|l(?:c(?:orn(?:;|er;)|rop;)|tri;)|m(?:acr;|l;?)|o(?:gon;|pf;)|p(?:arrow;|downarrow;|harpoon(?:left;|right;)|lus;|si(?:;|h;|lon;)|uparrows;)|r(?:c(?:orn(?:;|er;)|rop;)|ing;|tri;)|scr;|t(?:dot;|ilde;|ri(?:;|f;))|u(?:arr;|ml;?)|wangle;)|v(?:Arr;|Bar(?:;|v;)|Dash;|a(?:ngrt;|r(?:epsilon;|kappa;|nothing;|p(?:hi;|i;|ropto;)|r(?:;|ho;)|s(?:igma;|u(?:bsetneq(?:;|q;)|psetneq(?:;|q;)))|t(?:heta;|riangle(?:left;|right;))))|cy;|dash;|e(?:e(?:;|bar;|eq;)|llip;|r(?:bar;|t;))|fr;|ltri;|nsu(?:b;|p;)|opf;|prop;|rtri;|s(?:cr;|u(?:bn(?:E;|e;)|pn(?:E;|e;)))|zigzag;)|w(?:circ;|e(?:d(?:bar;|ge(?:;|q;))|ierp;)|fr;|opf;|p;|r(?:;|eath;)|scr;)|x(?:c(?:ap;|irc;|up;)|dtri;|fr;|h(?:Arr;|arr;)|i;|l(?:Arr;|arr;)|map;|nis;|o(?:dot;|p(?:f;|lus;)|time;)|r(?:Arr;|arr;)|s(?:cr;|qcup;)|u(?:plus;|tri;)|vee;|wedge;)|y(?:ac(?:ute;?|y;)|c(?:irc;|y;)|en;?|fr;|icy;|opf;|scr;|u(?:cy;|ml;?))|z(?:acute;|c(?:aron;|y;)|dot;|e(?:etrf;|ta;)|fr;|hcy;|igrarr;|opf;|scr;|w(?:j;|nj;)))|[\s\S]/g,Kt=32,X=/[^\r"&\u0000]+/g,H=/[^\r'&\u0000]+/g,z=/[^\r\t\n\f &>\u0000]+/g,$=/[^\r\t\n\f \/>A-Z\u0000]+/g,fe=/[^\r\t\n\f \/=>A-Z\u0000]+/g,pe=/[^\]\r\u0000\uffff]*/g,oe=/[^&<\r\u0000\uffff]*/g,he=/[^<\r\u0000\uffff]*/g,de=/[^\r\u0000\uffff]*/g,ve=/(?:(\/)?([a-z]+)>)|[\s\S]/g,De=/(?:([-a-z]+)[ \t\n\f]*=[ \t\n\f]*('[^'&\r\u0000]*'|"[^"&\r\u0000]*"|[^\t\n\r\f "&'\u0000>][^&> \t\n\r\f\u0000]*[ \t\n\f]))|[\s\S]/g,qe=/[^\x09\x0A\x0C\x0D\x20]/,Fe=/[^\x09\x0A\x0C\x0D\x20]/g,Ht=/[^\x00\x09\x0A\x0C\x0D\x20]/,Je=/^[\x09\x0A\x0C\x0D\x20]+/,qt=/\x00/g;function Ue(U){var V=16384;if(U.length<V)return String.fromCharCode.apply(String,U);for(var se="",te=0;te<U.length;te+=V)se+=String.fromCharCode.apply(String,U.slice(te,te+V));return se}function ir(U){for(var V=[],se=0;se<U.length;se++)V[se]=U.charCodeAt(se);return V}function Ne(U,V){if(typeof V=="string")return U.namespaceURI===a.HTML&&U.localName===V;var se=V[U.namespaceURI];return se&&se[U.localName]}function ut(U){return Ne(U,L)}function sr(U){if(Ne(U,M))return!0;if(U.namespaceURI===a.MATHML&&U.localName==="annotation-xml"){var V=U.getAttribute("encoding");if(V&&(V=V.toLowerCase()),V==="text/html"||V==="application/xhtml+xml")return!0}return!1}function Xt(U){return U in A?A[U]:U}function or(U){for(var V=0,se=U.length;V<se;V++)U[V][0]in y&&(U[V][0]=y[U[V][0]])}function cr(U){for(var V=0,se=U.length;V<se;V++)if(U[V][0]==="definitionurl"){U[V][0]="definitionURL";break}}function ft(U){for(var V=0,se=U.length;V<se;V++)U[V][0]in W&&U[V].push(W[U[V][0]])}function Ke(U,V){for(var se=0,te=U.length;se<te;se++){var Me=U[se][0],re=U[se][1];V.hasAttribute(Me)||V._setAttribute(Me,re)}}ge.ElementStack=function(){this.elements=[],this.top=null},ge.ElementStack.prototype.push=function(U){this.elements.push(U),this.top=U},ge.ElementStack.prototype.pop=function(U){this.elements.pop(),this.top=this.elements[this.elements.length-1]},ge.ElementStack.prototype.popTag=function(U){for(var V=this.elements.length-1;V>0;V--){var se=this.elements[V];if(Ne(se,U))break}this.elements.length=V,this.top=this.elements[V-1]},ge.ElementStack.prototype.popElementType=function(U){for(var V=this.elements.length-1;V>0&&!(this.elements[V]instanceof U);V--);this.elements.length=V,this.top=this.elements[V-1]},ge.ElementStack.prototype.popElement=function(U){for(var V=this.elements.length-1;V>0&&this.elements[V]!==U;V--);this.elements.length=V,this.top=this.elements[V-1]},ge.ElementStack.prototype.removeElement=function(U){if(this.top===U)this.pop();else{var V=this.elements.lastIndexOf(U);V!==-1&&this.elements.splice(V,1)}},ge.ElementStack.prototype.clearToContext=function(U){for(var V=this.elements.length-1;V>0&&!Ne(this.elements[V],U);V--);this.elements.length=V+1,this.top=this.elements[V]},ge.ElementStack.prototype.contains=function(U){return this.inSpecificScope(U,Object.create(null))},ge.ElementStack.prototype.inSpecificScope=function(U,V){for(var se=this.elements.length-1;se>=0;se--){var te=this.elements[se];if(Ne(te,U))return!0;if(Ne(te,V))return!1}return!1},ge.ElementStack.prototype.elementInSpecificScope=function(U,V){for(var se=this.elements.length-1;se>=0;se--){var te=this.elements[se];if(te===U)return!0;if(Ne(te,V))return!1}return!1},ge.ElementStack.prototype.elementTypeInSpecificScope=function(U,V){for(var se=this.elements.length-1;se>=0;se--){var te=this.elements[se];if(te instanceof U)return!0;if(Ne(te,V))return!1}return!1},ge.ElementStack.prototype.inScope=function(U){return this.inSpecificScope(U,s)},ge.ElementStack.prototype.elementInScope=function(U){return this.elementInSpecificScope(U,s)},ge.ElementStack.prototype.elementTypeInScope=function(U){return this.elementTypeInSpecificScope(U,s)},ge.ElementStack.prototype.inButtonScope=function(U){return this.inSpecificScope(U,p)},ge.ElementStack.prototype.inListItemScope=function(U){return this.inSpecificScope(U,n)},ge.ElementStack.prototype.inTableScope=function(U){return this.inSpecificScope(U,C)},ge.ElementStack.prototype.inSelectScope=function(U){for(var V=this.elements.length-1;V>=0;V--){var se=this.elements[V];if(se.namespaceURI!==a.HTML)return!1;var te=se.localName;if(te===U)return!0;if(te!=="optgroup"&&te!=="option")return!1}return!1},ge.ElementStack.prototype.generateImpliedEndTags=function(U,V){for(var se=V?G:Y,te=this.elements.length-1;te>=0;te--){var Me=this.elements[te];if(U&&Ne(Me,U)||!Ne(this.elements[te],se))break}this.elements.length=te+1,this.top=this.elements[te]},ge.ActiveFormattingElements=function(){this.list=[],this.attrs=[]},ge.ActiveFormattingElements.prototype.MARKER={localName:"|"},ge.ActiveFormattingElements.prototype.insertMarker=function(){this.list.push(this.MARKER),this.attrs.push(this.MARKER)},ge.ActiveFormattingElements.prototype.push=function(U,V){for(var se=0,te=this.list.length-1;te>=0&&this.list[te]!==this.MARKER;te--)if(Pt(U,this.list[te],this.attrs[te])&&(se++,se===3)){this.list.splice(te,1),this.attrs.splice(te,1);break}this.list.push(U);for(var Me=[],re=0;re<V.length;re++)Me[re]=V[re];this.attrs.push(Me);function Pt(Et,Bt,ht){if(Et.localName!==Bt.localName||Et._numattrs!==ht.length)return!1;for(var Ze=0,yr=ht.length;Ze<yr;Ze++){var Ft=ht[Ze][0],x=ht[Ze][1];if(!Et.hasAttribute(Ft)||Et.getAttribute(Ft)!==x)return!1}return!0}},ge.ActiveFormattingElements.prototype.clearToMarker=function(){for(var U=this.list.length-1;U>=0&&this.list[U]!==this.MARKER;U--);U<0&&(U=0),this.list.length=U,this.attrs.length=U},ge.ActiveFormattingElements.prototype.findElementByTag=function(U){for(var V=this.list.length-1;V>=0;V--){var se=this.list[V];if(se===this.MARKER)break;if(se.localName===U)return se}return null},ge.ActiveFormattingElements.prototype.indexOf=function(U){return this.list.lastIndexOf(U)},ge.ActiveFormattingElements.prototype.remove=function(U){var V=this.list.lastIndexOf(U);V!==-1&&(this.list.splice(V,1),this.attrs.splice(V,1))},ge.ActiveFormattingElements.prototype.replace=function(U,V,se){var te=this.list.lastIndexOf(U);te!==-1&&(this.list[te]=V,this.attrs[te]=se)},ge.ActiveFormattingElements.prototype.insertAfter=function(U,V){var se=this.list.lastIndexOf(U);se!==-1&&(this.list.splice(se,0,V),this.attrs.splice(se,0,V))};function ge(U,V,se){var te=null,Me=0,re=0,Pt=!1,Et=!1,Bt=0,ht=[],Ze="",yr=!0,Ft=0,x=Te,vt,Ie,Ce="",Nr="",Le=[],Xe="",We="",Ae=[],Tt=[],yt=[],Nt=[],et=[],wr=!1,j=Li,pt=null,dt=[],k=new ge.ElementStack,Ee=new ge.ActiveFormattingElements,Ut=V!==void 0,Sr=null,mt=null,kr=!0;V&&(kr=V.ownerDocument._scripting_enabled),se&&se.scripting_enabled===!1&&(kr=!1);var Re=!0,rn=!1,Cr,nn,K=[],wt=!1,jt=!1,Lr={document:function(){return we},_asDocumentFragment:function(){for(var e=we.createDocumentFragment(),r=we.firstChild;r.hasChildNodes();)e.appendChild(r.firstChild);return e},pause:function(){Ft++},resume:function(){Ft--,this.parse("")},parse:function(e,r,v){var R;return Ft>0?(Ze+=e,!0):(Bt===0?(Ze&&(e=Ze+e,Ze=""),r&&(e+="\uFFFF",Pt=!0),te=e,Me=e.length,re=0,yr&&(yr=!1,te.charCodeAt(0)===65279&&(re=1)),Bt++,R=On(v),Ze=te.substring(re,Me),Bt--):(Bt++,ht.push(te,Me,re),te=e,Me=e.length,re=0,On(),R=!1,Ze=te.substring(re,Me),re=ht.pop(),Me=ht.pop(),te=ht.pop(),Ze&&(te=Ze+te.substring(re),Me=te.length,re=0,Ze=""),Bt--),R)}},we=new h(!0,U);if(we._parser=Lr,we._scripting_enabled=kr,V){if(V.ownerDocument._quirks&&(we._quirks=!0),V.ownerDocument._limitedQuirks&&(we._limitedQuirks=!0),V.namespaceURI===a.HTML)switch(V.localName){case"title":case"textarea":x=Lt;break;case"style":case"xmp":case"iframe":case"noembed":case"noframes":case"script":case"plaintext":x=ln;break}var Rn=we.createElement("html");we._appendChild(Rn),k.push(Rn),V instanceof c.HTMLTemplateElement&&dt.push(En),dr();for(var lr=V;lr!==null;lr=lr.parentElement)if(lr instanceof c.HTMLFormElement){mt=lr;break}}function On(e){for(var r,v,R,q;re<Me;){if(Ft>0||e&&e())return!0;switch(typeof x.lookahead){case"undefined":if(r=te.charCodeAt(re++),Et&&(Et=!1,r===10)){re++;continue}switch(r){case 13:re<Me?te.charCodeAt(re)===10&&re++:Et=!0,x(10);break;case 65535:if(Pt&&re===Me){x(i);break}default:x(r);break}break;case"number":r=te.charCodeAt(re);var J=x.lookahead,ue=!0;if(J<0&&(ue=!1,J=-J),J<Me-re)v=ue?te.substring(re,re+J):null,q=!1;else if(Pt)v=ue?te.substring(re,Me):null,q=!0,r===65535&&re===Me-1&&(r=i);else return!0;x(r,v,q);break;case"string":r=te.charCodeAt(re),R=x.lookahead;var ye=te.indexOf(R,re);if(ye!==-1)v=te.substring(re,ye+R.length),q=!1;else{if(!Pt)return!0;v=te.substring(re,Me),r===65535&&re===Me-1&&(r=i),q=!0}x(r,v,q);break}}return!1}function St(e,r){for(var v=0;v<et.length;v++)if(et[v][0]===e)return;r!==void 0?et.push([e,r]):et.push([e])}function xa(){De.lastIndex=re-1;var e=De.exec(te);if(!e)throw new Error("should never happen");var r=e[1];if(!r)return!1;var v=e[2],R=v.length;switch(v[0]){case'"':case"'":v=v.substring(1,R-1),re+=e[0].length-1,x=pn;break;default:x=ot,re+=e[0].length-1,v=v.substring(0,R-1);break}for(var q=0;q<et.length;q++)if(et[q][0]===r)return!0;return et.push([r,v]),!0}function Ia(){wr=!1,Ce="",et.length=0}function ur(){wr=!0,Ce="",et.length=0}function gt(){Le.length=0}function an(){Xe=""}function sn(){We=""}function Hn(){Ae.length=0}function Yt(){Tt.length=0,yt=null,Nt=null}function Dr(){yt=[]}function kt(){Nt=[]}function Se(){rn=!0}function Ra(){return k.top&&k.top.namespaceURI!=="http://www.w3.org/1999/xhtml"}function Ye(e){return Nr===e}function Qt(){if(K.length>0){var e=Ue(K);if(K.length=0,jt&&(jt=!1,e[0]===`
- `&&(e=e.substring(1)),e.length===0))return;Pe(_,e),wt=!1}jt=!1}function fr(e){e.lastIndex=re-1;var r=e.exec(te);if(r&&r.index===re-1)return r=r[0],re+=r.length-1,Pt&&re===Me&&(r=r.slice(0,-1),re--),r;throw new Error("should never happen")}function hr(e){e.lastIndex=re-1;var r=e.exec(te)[0];return r?(Oa(r),re+=r.length-1,!0):!1}function Oa(e){K.length>0&&Qt(),!(jt&&(jt=!1,e[0]===`
- `&&(e=e.substring(1)),e.length===0))&&Pe(_,e)}function _t(){if(wr)Pe(T,Ce);else{var e=Ce;Ce="",Nr=e,Pe(m,e,et)}}function Ha(){if(re===Me)return!1;ve.lastIndex=re;var e=ve.exec(te);if(!e)throw new Error("should never happen");var r=e[2];if(!r)return!1;var v=e[1];return v?(re+=r.length+2,Pe(T,r)):(re+=r.length+1,Nr=r,Pe(m,r,I)),!0}function qa(){wr?Pe(T,Ce,null,!0):Pe(m,Ce,et,!0)}function ke(){Pe(P,Ue(Tt),yt?Ue(yt):void 0,Nt?Ue(Nt):void 0)}function _e(){Qt(),j(i),we.modclock=1}var Pe=Lr.insertToken=function(r,v,R,q){Qt();var J=k.top;!J||J.namespaceURI===a.HTML?j(r,v,R,q):r!==m&&r!==_?$n(r,v,R,q):ut(J)&&(r===_||r===m&&v!=="mglyph"&&v!=="malignmark")||r===m&&v==="svg"&&J.namespaceURI===a.MATHML&&J.localName==="annotation-xml"||sr(J)?(nn=!0,j(r,v,R,q),nn=!1):$n(r,v,R,q)};function at(e){var r=k.top;Ct&&Ne(r,ne)?Mr(function(v){return v.createComment(e)}):(r instanceof c.HTMLTemplateElement&&(r=r.content),r._appendChild(r.ownerDocument.createComment(e)))}function it(e){var r=k.top;if(Ct&&Ne(r,ne))Mr(function(R){return R.createTextNode(e)});else{r instanceof c.HTMLTemplateElement&&(r=r.content);var v=r.lastChild;v&&v.nodeType===t.TEXT_NODE?v.appendData(e):r._appendChild(r.ownerDocument.createTextNode(e))}}function pr(e,r,v){var R=o.createElement(e,r,null);if(v)for(var q=0,J=v.length;q<J;q++)R._setAttribute(v[q][0],v[q][1]);return R}var Ct=!1;function me(e,r){var v=Ar(function(R){return pr(R,e,r)});return Ne(v,u)&&(v._form=mt),v}function Ar(e){var r;return Ct&&Ne(k.top,ne)?r=Mr(e):k.top instanceof c.HTMLTemplateElement?(r=e(k.top.content.ownerDocument),k.top.content._appendChild(r)):(r=e(k.top.ownerDocument),k.top._appendChild(r)),k.push(r),r}function on(e,r,v){return Ar(function(R){var q=R._createElementNS(e,v,null);if(r)for(var J=0,ue=r.length;J<ue;J++){var ye=r[J];ye.length===2?q._setAttribute(ye[0],ye[1]):q._setAttributeNS(ye[2],ye[0],ye[1])}return q})}function qn(e){for(var r=k.elements.length-1;r>=0;r--)if(k.elements[r]instanceof e)return r;return-1}function Mr(e){var r,v,R=-1,q=-1,J;if(R=qn(c.HTMLTableElement),q=qn(c.HTMLTemplateElement),q>=0&&(R<0||q>R)?r=k.elements[q]:R>=0&&(r=k.elements[R].parentNode,r?v=k.elements[R]:r=k.elements[R-1]),r||(r=k.elements[0]),r instanceof c.HTMLTemplateElement&&(r=r.content),J=e(r.ownerDocument),J.nodeType===t.TEXT_NODE){var ue;if(v?ue=v.previousSibling:ue=r.lastChild,ue&&ue.nodeType===t.TEXT_NODE)return ue.appendData(J.data),J}return v?r.insertBefore(J,v):r._appendChild(J),J}function dr(){for(var e=!1,r=k.elements.length-1;r>=0;r--){var v=k.elements[r];if(r===0&&(e=!0,Ut&&(v=V)),v.namespaceURI===a.HTML){var R=v.localName;switch(R){case"select":for(var q=r;q>0;){var J=k.elements[--q];if(J instanceof c.HTMLTemplateElement)break;if(J instanceof c.HTMLTableElement){j=zr;return}}j=bt;return;case"tr":j=_r;return;case"tbody":case"tfoot":case"thead":j=Zt;return;case"caption":j=bn;return;case"colgroup":j=Gr;return;case"table":j=Qe;return;case"template":j=dt[dt.length-1];return;case"body":j=le;return;case"frameset":j=vn;return;case"html":Sr===null?j=jr:j=_n;return;default:if(!e){if(R==="head"){j=Oe;return}if(R==="td"||R==="th"){j=$t;return}}}}if(e){j=le;return}}}function xr(e,r){me(e,r),x=mr,pt=j,j=Vr}function Pa(e,r){me(e,r),x=Lt,pt=j,j=Vr}function cn(e,r){return{elt:pr(e,Ee.list[r].localName,Ee.attrs[r]),attrs:Ee.attrs[r]}}function ze(){if(Ee.list.length!==0){var e=Ee.list[Ee.list.length-1];if(e!==Ee.MARKER&&k.elements.lastIndexOf(e)===-1){for(var r=Ee.list.length-2;r>=0&&(e=Ee.list[r],!(e===Ee.MARKER||k.elements.lastIndexOf(e)!==-1));r--);for(r=r+1;r<Ee.list.length;r++){var v=Ar(function(R){return cn(R,r).elt});Ee.list[r]=v}}}}var Ir={localName:"BM"};function Ba(e){if(Ne(k.top,e)&&Ee.indexOf(k.top)===-1)return k.pop(),!0;for(var r=0;r<8;){r++;var v=Ee.findElementByTag(e);if(!v)return!1;var R=k.elements.lastIndexOf(v);if(R===-1)return Ee.remove(v),!0;if(!k.elementInScope(v))return!0;for(var q=null,J,ue=R+1;ue<k.elements.length;ue++)if(Ne(k.elements[ue],S)){q=k.elements[ue],J=ue;break}if(q){var ye=k.elements[R-1];Ee.insertAfter(v,Ir);for(var xe=q,je=q,$e=J,tt,Wt=0;Wt++,xe=k.elements[--$e],xe!==v;){if(tt=Ee.indexOf(xe),Wt>3&&tt!==-1&&(Ee.remove(xe),tt=-1),tt===-1){k.removeElement(xe);continue}var It=cn(ye.ownerDocument,tt);Ee.replace(xe,It.elt,It.attrs),k.elements[$e]=It.elt,xe=It.elt,je===q&&(Ee.remove(Ir),Ee.insertAfter(It.elt,Ir)),xe._appendChild(je),je=xe}Ct&&Ne(ye,ne)?Mr(function(){return je}):ye instanceof c.HTMLTemplateElement?ye.content._appendChild(je):ye._appendChild(je);for(var br=cn(q.ownerDocument,Ee.indexOf(v));q.hasChildNodes();)br.elt._appendChild(q.firstChild);q._appendChild(br.elt),Ee.remove(v),Ee.replace(Ir,br.elt,br.attrs),k.removeElement(v);var Ii=k.elements.lastIndexOf(q);k.elements.splice(Ii+1,0,br.elt)}else return k.popElement(v),Ee.remove(v),!0}return!0}function Fa(){k.pop(),j=pt}function Vt(){delete we._parser,k.elements.length=0,we.defaultView&&we.defaultView.dispatchEvent(new c.Event("load",{}))}function ae(e,r){x=r,re--}function Te(e){switch(e){case 38:vt=Te,x=gr;break;case 60:if(Ha())break;x=Ua;break;case 0:K.push(e),wt=!0;break;case-1:_e();break;default:hr(oe)||K.push(e);break}}function Lt(e){switch(e){case 38:vt=Lt,x=gr;break;case 60:x=Va;break;case 0:K.push(65533),wt=!0;break;case-1:_e();break;default:K.push(e);break}}function mr(e){switch(e){case 60:x=Za;break;case 0:K.push(65533);break;case-1:_e();break;default:hr(he)||K.push(e);break}}function Dt(e){switch(e){case 60:x=Xa;break;case 0:K.push(65533);break;case-1:_e();break;default:hr(he)||K.push(e);break}}function ln(e){switch(e){case 0:K.push(65533);break;case-1:_e();break;default:hr(de)||K.push(e);break}}function Ua(e){switch(e){case 33:x=Un;break;case 47:x=ja;break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Ia(),ae(e,Pn);break;case 63:ae(e,qr);break;default:K.push(60),ae(e,Te);break}}function ja(e){switch(e){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:ur(),ae(e,Pn);break;case 62:x=Te;break;case-1:K.push(60),K.push(47),_e();break;default:ae(e,qr);break}}function Pn(e){switch(e){case 9:case 10:case 12:case 32:x=ot;break;case 47:x=Mt;break;case 62:x=Te,_t();break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Ce+=String.fromCharCode(e+32);break;case 0:Ce+="\uFFFD";break;case-1:_e();break;default:Ce+=fr($);break}}function Va(e){e===47?(gt(),x=Ga):(K.push(60),ae(e,Lt))}function Ga(e){switch(e){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:ur(),ae(e,za);break;default:K.push(60),K.push(47),ae(e,Lt);break}}function za(e){switch(e){case 9:case 10:case 12:case 32:if(Ye(Ce)){x=ot;return}break;case 47:if(Ye(Ce)){x=Mt;return}break;case 62:if(Ye(Ce)){x=Te,_t();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Ce+=String.fromCharCode(e+32),Le.push(e);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Ce+=String.fromCharCode(e),Le.push(e);return;default:break}K.push(60),K.push(47),f(K,Le),ae(e,Lt)}function Za(e){e===47?(gt(),x=Wa):(K.push(60),ae(e,mr))}function Wa(e){switch(e){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:ur(),ae(e,Ka);break;default:K.push(60),K.push(47),ae(e,mr);break}}function Ka(e){switch(e){case 9:case 10:case 12:case 32:if(Ye(Ce)){x=ot;return}break;case 47:if(Ye(Ce)){x=Mt;return}break;case 62:if(Ye(Ce)){x=Te,_t();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Ce+=String.fromCharCode(e+32),Le.push(e);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Ce+=String.fromCharCode(e),Le.push(e);return;default:break}K.push(60),K.push(47),f(K,Le),ae(e,mr)}function Xa(e){switch(e){case 47:gt(),x=Ya;break;case 33:x=$a,K.push(60),K.push(33);break;default:K.push(60),ae(e,Dt);break}}function Ya(e){switch(e){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:ur(),ae(e,Qa);break;default:K.push(60),K.push(47),ae(e,Dt);break}}function Qa(e){switch(e){case 9:case 10:case 12:case 32:if(Ye(Ce)){x=ot;return}break;case 47:if(Ye(Ce)){x=Mt;return}break;case 62:if(Ye(Ce)){x=Te,_t();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Ce+=String.fromCharCode(e+32),Le.push(e);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Ce+=String.fromCharCode(e),Le.push(e);return;default:break}K.push(60),K.push(47),f(K,Le),ae(e,Dt)}function $a(e){e===45?(x=Ja,K.push(45)):ae(e,Dt)}function Ja(e){e===45?(x=Bn,K.push(45)):ae(e,Dt)}function st(e){switch(e){case 45:x=ei,K.push(45);break;case 60:x=un;break;case 0:K.push(65533);break;case-1:_e();break;default:K.push(e);break}}function ei(e){switch(e){case 45:x=Bn,K.push(45);break;case 60:x=un;break;case 0:x=st,K.push(65533);break;case-1:_e();break;default:x=st,K.push(e);break}}function Bn(e){switch(e){case 45:K.push(45);break;case 60:x=un;break;case 62:x=Dt,K.push(62);break;case 0:x=st,K.push(65533);break;case-1:_e();break;default:x=st,K.push(e);break}}function un(e){switch(e){case 47:gt(),x=ti;break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:gt(),K.push(60),ae(e,ni);break;default:K.push(60),ae(e,st);break}}function ti(e){switch(e){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:ur(),ae(e,ri);break;default:K.push(60),K.push(47),ae(e,st);break}}function ri(e){switch(e){case 9:case 10:case 12:case 32:if(Ye(Ce)){x=ot;return}break;case 47:if(Ye(Ce)){x=Mt;return}break;case 62:if(Ye(Ce)){x=Te,_t();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Ce+=String.fromCharCode(e+32),Le.push(e);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Ce+=String.fromCharCode(e),Le.push(e);return;default:break}K.push(60),K.push(47),f(K,Le),ae(e,st)}function ni(e){switch(e){case 9:case 10:case 12:case 32:case 47:case 62:Ue(Le)==="script"?x=At:x=st,K.push(e);break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Le.push(e+32),K.push(e);break;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Le.push(e),K.push(e);break;default:ae(e,st);break}}function At(e){switch(e){case 45:x=ai,K.push(45);break;case 60:x=fn,K.push(60);break;case 0:K.push(65533);break;case-1:_e();break;default:K.push(e);break}}function ai(e){switch(e){case 45:x=ii,K.push(45);break;case 60:x=fn,K.push(60);break;case 0:x=At,K.push(65533);break;case-1:_e();break;default:x=At,K.push(e);break}}function ii(e){switch(e){case 45:K.push(45);break;case 60:x=fn,K.push(60);break;case 62:x=Dt,K.push(62);break;case 0:x=At,K.push(65533);break;case-1:_e();break;default:x=At,K.push(e);break}}function fn(e){e===47?(gt(),x=si,K.push(47)):ae(e,At)}function si(e){switch(e){case 9:case 10:case 12:case 32:case 47:case 62:Ue(Le)==="script"?x=st:x=At,K.push(e);break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Le.push(e+32),K.push(e);break;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Le.push(e),K.push(e);break;default:ae(e,At);break}}function ot(e){switch(e){case 9:case 10:case 12:case 32:break;case 47:x=Mt;break;case 62:x=Te,_t();break;case-1:_e();break;case 61:an(),Xe+=String.fromCharCode(e),x=hn;break;default:if(xa())break;an(),ae(e,hn);break}}function hn(e){switch(e){case 9:case 10:case 12:case 32:case 47:case 62:case-1:ae(e,oi);break;case 61:x=Fn;break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Xe+=String.fromCharCode(e+32);break;case 0:Xe+="\uFFFD";break;case 34:case 39:case 60:default:Xe+=fr(fe);break}}function oi(e){switch(e){case 9:case 10:case 12:case 32:break;case 47:St(Xe),x=Mt;break;case 61:x=Fn;break;case 62:x=Te,St(Xe),_t();break;case-1:St(Xe),_e();break;default:St(Xe),an(),ae(e,hn);break}}function Fn(e){switch(e){case 9:case 10:case 12:case 32:break;case 34:sn(),x=Rr;break;case 39:sn(),x=Or;break;case 62:default:sn(),ae(e,Hr);break}}function Rr(e){switch(e){case 34:St(Xe,We),x=pn;break;case 38:vt=Rr,x=gr;break;case 0:We+="\uFFFD";break;case-1:_e();break;case 10:We+=String.fromCharCode(e);break;default:We+=fr(X);break}}function Or(e){switch(e){case 39:St(Xe,We),x=pn;break;case 38:vt=Or,x=gr;break;case 0:We+="\uFFFD";break;case-1:_e();break;case 10:We+=String.fromCharCode(e);break;default:We+=fr(H);break}}function Hr(e){switch(e){case 9:case 10:case 12:case 32:St(Xe,We),x=ot;break;case 38:vt=Hr,x=gr;break;case 62:St(Xe,We),x=Te,_t();break;case 0:We+="\uFFFD";break;case-1:re--,x=Te;break;case 34:case 39:case 60:case 61:case 96:default:We+=fr(z);break}}function pn(e){switch(e){case 9:case 10:case 12:case 32:x=ot;break;case 47:x=Mt;break;case 62:x=Te,_t();break;case-1:_e();break;default:ae(e,ot);break}}function Mt(e){switch(e){case 62:x=Te,qa(!0);break;case-1:_e();break;default:ae(e,ot);break}}function qr(e,r,v){var R=r.length;v?re+=R-1:re+=R;var q=r.substring(0,R-1);q=q.replace(/\u0000/g,"\uFFFD"),q=q.replace(/\u000D\u000A/g,`
- `),q=q.replace(/\u000D/g,`
- `),Pe(O,q),x=Te}qr.lookahead=">";function Un(e,r,v){if(r[0]==="-"&&r[1]==="-"){re+=2,Hn(),x=ci;return}r.toUpperCase()==="DOCTYPE"?(re+=7,x=mi):r==="[CDATA["&&Ra()?(re+=7,x=gn):x=qr}Un.lookahead=7;function ci(e){switch(Hn(),e){case 45:x=li;break;case 62:x=Te,Pe(O,Ue(Ae));break;default:ae(e,Gt);break}}function li(e){switch(e){case 45:x=Pr;break;case 62:x=Te,Pe(O,Ue(Ae));break;case-1:Pe(O,Ue(Ae)),_e();break;default:Ae.push(45),ae(e,Gt);break}}function Gt(e){switch(e){case 60:Ae.push(e),x=ui;break;case 45:x=dn;break;case 0:Ae.push(65533);break;case-1:Pe(O,Ue(Ae)),_e();break;default:Ae.push(e);break}}function ui(e){switch(e){case 33:Ae.push(e),x=fi;break;case 60:Ae.push(e);break;default:ae(e,Gt);break}}function fi(e){switch(e){case 45:x=hi;break;default:ae(e,Gt);break}}function hi(e){switch(e){case 45:x=pi;break;default:ae(e,dn);break}}function pi(e){switch(e){case 62:case-1:ae(e,Pr);break;default:ae(e,Pr);break}}function dn(e){switch(e){case 45:x=Pr;break;case-1:Pe(O,Ue(Ae)),_e();break;default:Ae.push(45),ae(e,Gt);break}}function Pr(e){switch(e){case 62:x=Te,Pe(O,Ue(Ae));break;case 33:x=di;break;case 45:Ae.push(45);break;case-1:Pe(O,Ue(Ae)),_e();break;default:Ae.push(45),Ae.push(45),ae(e,Gt);break}}function di(e){switch(e){case 45:Ae.push(45),Ae.push(45),Ae.push(33),x=dn;break;case 62:x=Te,Pe(O,Ue(Ae));break;case-1:Pe(O,Ue(Ae)),_e();break;default:Ae.push(45),Ae.push(45),Ae.push(33),ae(e,Gt);break}}function mi(e){switch(e){case 9:case 10:case 12:case 32:x=jn;break;case-1:Yt(),Se(),ke(),_e();break;default:ae(e,jn);break}}function jn(e){switch(e){case 9:case 10:case 12:case 32:break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Yt(),Tt.push(e+32),x=mn;break;case 0:Yt(),Tt.push(65533),x=mn;break;case 62:Yt(),Se(),x=Te,ke();break;case-1:Yt(),Se(),ke(),_e();break;default:Yt(),Tt.push(e),x=mn;break}}function mn(e){switch(e){case 9:case 10:case 12:case 32:x=Vn;break;case 62:x=Te,ke();break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Tt.push(e+32);break;case 0:Tt.push(65533);break;case-1:Se(),ke(),_e();break;default:Tt.push(e);break}}function Vn(e,r,v){switch(e){case 9:case 10:case 12:case 32:re+=1;break;case 62:x=Te,re+=1,ke();break;case-1:Se(),ke(),_e();break;default:r=r.toUpperCase(),r==="PUBLIC"?(re+=6,x=gi):r==="SYSTEM"?(re+=6,x=Ei):(Se(),x=xt);break}}Vn.lookahead=6;function gi(e){switch(e){case 9:case 10:case 12:case 32:x=_i;break;case 34:Dr(),x=Gn;break;case 39:Dr(),x=zn;break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:Se(),x=xt;break}}function _i(e){switch(e){case 9:case 10:case 12:case 32:break;case 34:Dr(),x=Gn;break;case 39:Dr(),x=zn;break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:Se(),x=xt;break}}function Gn(e){switch(e){case 34:x=Zn;break;case 0:yt.push(65533);break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:yt.push(e);break}}function zn(e){switch(e){case 39:x=Zn;break;case 0:yt.push(65533);break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:yt.push(e);break}}function Zn(e){switch(e){case 9:case 10:case 12:case 32:x=bi;break;case 62:x=Te,ke();break;case 34:kt(),x=Br;break;case 39:kt(),x=Fr;break;case-1:Se(),ke(),_e();break;default:Se(),x=xt;break}}function bi(e){switch(e){case 9:case 10:case 12:case 32:break;case 62:x=Te,ke();break;case 34:kt(),x=Br;break;case 39:kt(),x=Fr;break;case-1:Se(),ke(),_e();break;default:Se(),x=xt;break}}function Ei(e){switch(e){case 9:case 10:case 12:case 32:x=vi;break;case 34:kt(),x=Br;break;case 39:kt(),x=Fr;break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:Se(),x=xt;break}}function vi(e){switch(e){case 9:case 10:case 12:case 32:break;case 34:kt(),x=Br;break;case 39:kt(),x=Fr;break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:Se(),x=xt;break}}function Br(e){switch(e){case 34:x=Wn;break;case 0:Nt.push(65533);break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:Nt.push(e);break}}function Fr(e){switch(e){case 39:x=Wn;break;case 0:Nt.push(65533);break;case 62:Se(),x=Te,ke();break;case-1:Se(),ke(),_e();break;default:Nt.push(e);break}}function Wn(e){switch(e){case 9:case 10:case 12:case 32:break;case 62:x=Te,ke();break;case-1:Se(),ke(),_e();break;default:x=xt;break}}function xt(e){switch(e){case 62:x=Te,ke();break;case-1:ke(),_e();break;default:break}}function gn(e){switch(e){case 93:x=Ti;break;case-1:_e();break;case 0:wt=!0;default:hr(pe)||K.push(e);break}}function Ti(e){switch(e){case 93:x=yi;break;default:K.push(93),ae(e,gn);break}}function yi(e){switch(e){case 93:K.push(93);break;case 62:Qt(),x=Te;break;default:K.push(93),K.push(93),ae(e,gn);break}}function gr(e){switch(gt(),Le.push(38),e){case 9:case 10:case 12:case 32:case 60:case 38:case-1:ae(e,zt);break;case 35:Le.push(e),x=Ni;break;default:ae(e,Kn);break}}function Kn(e){He.lastIndex=re;var r=He.exec(te);if(!r)throw new Error("should never happen");var v=r[1];if(!v){x=zt;return}switch(re+=v.length,f(Le,ir(v)),vt){case Rr:case Or:case Hr:if(v[v.length-1]!==";"&&/[=A-Za-z0-9]/.test(te[re])){x=zt;return}break;default:break}gt();var R=be[v];typeof R=="number"?Le.push(R):f(Le,R),x=zt}Kn.lookahead=-Kt;function Ni(e){switch(Ie=0,e){case 120:case 88:Le.push(e),x=wi;break;default:ae(e,Si);break}}function wi(e){switch(e){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 65:case 66:case 67:case 68:case 69:case 70:case 97:case 98:case 99:case 100:case 101:case 102:ae(e,ki);break;default:ae(e,zt);break}}function Si(e){switch(e){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:ae(e,Ci);break;default:ae(e,zt);break}}function ki(e){switch(e){case 65:case 66:case 67:case 68:case 69:case 70:Ie*=16,Ie+=e-55;break;case 97:case 98:case 99:case 100:case 101:case 102:Ie*=16,Ie+=e-87;break;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:Ie*=16,Ie+=e-48;break;case 59:x=Ur;break;default:ae(e,Ur);break}}function Ci(e){switch(e){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:Ie*=10,Ie+=e-48;break;case 59:x=Ur;break;default:ae(e,Ur);break}}function Ur(e){Ie in Q?Ie=Q[Ie]:(Ie>1114111||Ie>=55296&&Ie<57344)&&(Ie=65533),gt(),Ie<=65535?Le.push(Ie):(Ie=Ie-65536,Le.push(55296+(Ie>>10)),Le.push(56320+(Ie&1023))),ae(e,zt)}function zt(e){switch(vt){case Rr:case Or:case Hr:We+=Ue(Le);break;default:f(K,Le);break}ae(e,vt)}function Li(e,r,v,R){switch(e){case 1:if(r=r.replace(Je,""),r.length===0)return;break;case 4:we._appendChild(we.createComment(r));return;case 5:var q=r,J=v,ue=R;we.appendChild(new l(we,q,J,ue)),rn||q.toLowerCase()!=="html"||ee.test(J)||ue&&ue.toLowerCase()===F||ue===void 0&&N.test(J)?we._quirks=!0:(d.test(J)||ue!==void 0&&N.test(J))&&(we._limitedQuirks=!0),j=Xn;return}we._quirks=!0,j=Xn,j(e,r,v,R)}function Xn(e,r,v,R){var q;switch(e){case 1:if(r=r.replace(Je,""),r.length===0)return;break;case 5:return;case 4:we._appendChild(we.createComment(r));return;case 2:if(r==="html"){q=pr(we,r,v),k.push(q),we.appendChild(q),j=jr;return}break;case 3:switch(r){case"html":case"head":case"body":case"br":break;default:return}}q=pr(we,"html",null),k.push(q),we.appendChild(q),j=jr,j(e,r,v,R)}function jr(e,r,v,R){switch(e){case 1:if(r=r.replace(Je,""),r.length===0)return;break;case 5:return;case 4:at(r);return;case 2:switch(r){case"html":le(e,r,v,R);return;case"head":var q=me(r,v);Sr=q,j=Oe;return}break;case 3:switch(r){case"html":case"head":case"body":case"br":break;default:return}}jr(m,"head",null),j(e,r,v,R)}function Oe(e,r,v,R){switch(e){case 1:var q=r.match(Je);if(q&&(it(q[0]),r=r.substring(q[0].length)),r.length===0)return;break;case 4:at(r);return;case 5:return;case 2:switch(r){case"html":le(e,r,v,R);return;case"meta":case"base":case"basefont":case"bgsound":case"link":me(r,v),k.pop();return;case"title":Pa(r,v);return;case"noscript":if(!kr){me(r,v),j=Yn;return}case"noframes":case"style":xr(r,v);return;case"script":Ar(function(J){var ue=pr(J,r,v);return ue._parser_inserted=!0,ue._force_async=!1,Ut&&(ue._already_started=!0),Qt(),ue}),x=Dt,pt=j,j=Vr;return;case"template":me(r,v),Ee.insertMarker(),Re=!1,j=En,dt.push(j);return;case"head":return}break;case 3:switch(r){case"head":k.pop(),j=_n;return;case"body":case"html":case"br":break;case"template":if(!k.contains("template"))return;k.generateImpliedEndTags(null,"thorough"),k.popTag("template"),Ee.clearToMarker(),dt.pop(),dr();return;default:return}break}Oe(T,"head",null),j(e,r,v,R)}function Yn(e,r,v,R){switch(e){case 5:return;case 4:Oe(e,r);return;case 1:var q=r.match(Je);if(q&&(Oe(e,q[0]),r=r.substring(q[0].length)),r.length===0)return;break;case 2:switch(r){case"html":le(e,r,v,R);return;case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"style":Oe(e,r,v);return;case"head":case"noscript":return}break;case 3:switch(r){case"noscript":k.pop(),j=Oe;return;case"br":break;default:return}break}Yn(T,"noscript",null),j(e,r,v,R)}function _n(e,r,v,R){switch(e){case 1:var q=r.match(Je);if(q&&(it(q[0]),r=r.substring(q[0].length)),r.length===0)return;break;case 4:at(r);return;case 5:return;case 2:switch(r){case"html":le(e,r,v,R);return;case"body":me(r,v),Re=!1,j=le;return;case"frameset":me(r,v),j=vn;return;case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"template":case"title":k.push(Sr),Oe(m,r,v),k.removeElement(Sr);return;case"head":return}break;case 3:switch(r){case"template":return Oe(e,r,v,R);case"body":case"html":case"br":break;default:return}break}_n(m,"body",null),Re=!0,j(e,r,v,R)}function le(e,r,v,R){var q,J,ue,ye;switch(e){case 1:if(wt&&(r=r.replace(qt,""),r.length===0))return;Re&&qe.test(r)&&(Re=!1),ze(),it(r);return;case 5:return;case 4:at(r);return;case-1:if(dt.length)return En(e);Vt();return;case 2:switch(r){case"html":if(k.contains("template"))return;Ke(v,k.elements[0]);return;case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"template":case"title":Oe(m,r,v);return;case"body":if(q=k.elements[1],!q||!(q instanceof c.HTMLBodyElement)||k.contains("template"))return;Re=!1,Ke(v,q);return;case"frameset":if(!Re||(q=k.elements[1],!q||!(q instanceof c.HTMLBodyElement)))return;for(q.parentNode&&q.parentNode.removeChild(q);!(k.top instanceof c.HTMLHtmlElement);)k.pop();me(r,v),j=vn;return;case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"nav":case"ol":case"p":case"section":case"summary":case"ul":k.inButtonScope("p")&&le(T,"p"),me(r,v);return;case"menu":k.inButtonScope("p")&&le(T,"p"),Ne(k.top,"menuitem")&&k.pop(),me(r,v);return;case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":k.inButtonScope("p")&&le(T,"p"),k.top instanceof c.HTMLHeadingElement&&k.pop(),me(r,v);return;case"pre":case"listing":k.inButtonScope("p")&&le(T,"p"),me(r,v),jt=!0,Re=!1;return;case"form":if(mt&&!k.contains("template"))return;k.inButtonScope("p")&&le(T,"p"),ye=me(r,v),k.contains("template")||(mt=ye);return;case"li":for(Re=!1,J=k.elements.length-1;J>=0;J--){if(ue=k.elements[J],ue instanceof c.HTMLLIElement){le(T,"li");break}if(Ne(ue,S)&&!Ne(ue,g))break}k.inButtonScope("p")&&le(T,"p"),me(r,v);return;case"dd":case"dt":for(Re=!1,J=k.elements.length-1;J>=0;J--){if(ue=k.elements[J],Ne(ue,ie)){le(T,ue.localName);break}if(Ne(ue,S)&&!Ne(ue,g))break}k.inButtonScope("p")&&le(T,"p"),me(r,v);return;case"plaintext":k.inButtonScope("p")&&le(T,"p"),me(r,v),x=ln;return;case"button":k.inScope("button")?(le(T,"button"),j(e,r,v,R)):(ze(),me(r,v),Re=!1);return;case"a":var xe=Ee.findElementByTag("a");xe&&(le(T,r),Ee.remove(xe),k.removeElement(xe));case"b":case"big":case"code":case"em":case"font":case"i":case"s":case"small":case"strike":case"strong":case"tt":case"u":ze(),Ee.push(me(r,v),v);return;case"nobr":ze(),k.inScope(r)&&(le(T,r),ze()),Ee.push(me(r,v),v);return;case"applet":case"marquee":case"object":ze(),me(r,v),Ee.insertMarker(),Re=!1;return;case"table":!we._quirks&&k.inButtonScope("p")&&le(T,"p"),me(r,v),Re=!1,j=Qe;return;case"area":case"br":case"embed":case"img":case"keygen":case"wbr":ze(),me(r,v),k.pop(),Re=!1;return;case"input":ze(),ye=me(r,v),k.pop();var je=ye.getAttribute("type");(!je||je.toLowerCase()!=="hidden")&&(Re=!1);return;case"param":case"source":case"track":me(r,v),k.pop();return;case"hr":k.inButtonScope("p")&&le(T,"p"),Ne(k.top,"menuitem")&&k.pop(),me(r,v),k.pop(),Re=!1;return;case"image":le(m,"img",v,R);return;case"textarea":me(r,v),jt=!0,Re=!1,x=Lt,pt=j,j=Vr;return;case"xmp":k.inButtonScope("p")&&le(T,"p"),ze(),Re=!1,xr(r,v);return;case"iframe":Re=!1,xr(r,v);return;case"noembed":xr(r,v);return;case"select":ze(),me(r,v),Re=!1,j===Qe||j===bn||j===Zt||j===_r||j===$t?j=zr:j=bt;return;case"optgroup":case"option":k.top instanceof c.HTMLOptionElement&&le(T,"option"),ze(),me(r,v);return;case"menuitem":Ne(k.top,"menuitem")&&k.pop(),ze(),me(r,v);return;case"rb":case"rtc":k.inScope("ruby")&&k.generateImpliedEndTags(),me(r,v);return;case"rp":case"rt":k.inScope("ruby")&&k.generateImpliedEndTags("rtc"),me(r,v);return;case"math":ze(),cr(v),ft(v),on(r,v,a.MATHML),R&&k.pop();return;case"svg":ze(),or(v),ft(v),on(r,v,a.SVG),R&&k.pop();return;case"caption":case"col":case"colgroup":case"frame":case"head":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return}ze(),me(r,v);return;case 3:switch(r){case"template":Oe(T,r,v);return;case"body":if(!k.inScope("body"))return;j=Qn;return;case"html":if(!k.inScope("body"))return;j=Qn,j(e,r,v);return;case"address":case"article":case"aside":case"blockquote":case"button":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"listing":case"main":case"menu":case"nav":case"ol":case"pre":case"section":case"summary":case"ul":if(!k.inScope(r))return;k.generateImpliedEndTags(),k.popTag(r);return;case"form":if(k.contains("template")){if(!k.inScope("form"))return;k.generateImpliedEndTags(),k.popTag("form")}else{var $e=mt;if(mt=null,!$e||!k.elementInScope($e))return;k.generateImpliedEndTags(),k.removeElement($e)}return;case"p":k.inButtonScope(r)?(k.generateImpliedEndTags(r),k.popTag(r)):(le(m,r,null),j(e,r,v,R));return;case"li":if(!k.inListItemScope(r))return;k.generateImpliedEndTags(r),k.popTag(r);return;case"dd":case"dt":if(!k.inScope(r))return;k.generateImpliedEndTags(r),k.popTag(r);return;case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":if(!k.elementTypeInScope(c.HTMLHeadingElement))return;k.generateImpliedEndTags(),k.popElementType(c.HTMLHeadingElement);return;case"sarcasm":break;case"a":case"b":case"big":case"code":case"em":case"font":case"i":case"nobr":case"s":case"small":case"strike":case"strong":case"tt":case"u":var tt=Ba(r);if(tt)return;break;case"applet":case"marquee":case"object":if(!k.inScope(r))return;k.generateImpliedEndTags(),k.popTag(r),Ee.clearToMarker();return;case"br":le(m,r,null);return}for(J=k.elements.length-1;J>=0;J--)if(ue=k.elements[J],Ne(ue,r)){k.generateImpliedEndTags(r),k.popElement(ue);break}else if(Ne(ue,S))return;return}}function Vr(e,r,v,R){switch(e){case 1:it(r);return;case-1:k.top instanceof c.HTMLScriptElement&&(k.top._already_started=!0),k.pop(),j=pt,j(e);return;case 3:r==="script"?Fa():(k.pop(),j=pt);return;default:return}}function Qe(e,r,v,R){function q(ue){for(var ye=0,xe=ue.length;ye<xe;ye++)if(ue[ye][0]==="type")return ue[ye][1].toLowerCase();return null}switch(e){case 1:if(nn){le(e,r,v,R);return}else if(Ne(k.top,ne)){Cr=[],pt=j,j=Di,j(e,r,v,R);return}break;case 4:at(r);return;case 5:return;case 2:switch(r){case"caption":k.clearToContext(D),Ee.insertMarker(),me(r,v),j=bn;return;case"colgroup":k.clearToContext(D),me(r,v),j=Gr;return;case"col":Qe(m,"colgroup",null),j(e,r,v,R);return;case"tbody":case"tfoot":case"thead":k.clearToContext(D),me(r,v),j=Zt;return;case"td":case"th":case"tr":Qe(m,"tbody",null),j(e,r,v,R);return;case"table":if(!k.inTableScope(r))return;Qe(T,r),j(e,r,v,R);return;case"style":case"script":case"template":Oe(e,r,v,R);return;case"input":var J=q(v);if(J!=="hidden")break;me(r,v),k.pop();return;case"form":if(mt||k.contains("template"))return;mt=me(r,v),k.popElement(mt);return}break;case 3:switch(r){case"table":if(!k.inTableScope(r))return;k.popTag(r),dr();return;case"body":case"caption":case"col":case"colgroup":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return;case"template":Oe(e,r,v,R);return}break;case-1:le(e,r,v,R);return}Ct=!0,le(e,r,v,R),Ct=!1}function Di(e,r,v,R){if(e===_){if(wt&&(r=r.replace(qt,""),r.length===0))return;Cr.push(r)}else{var q=Cr.join("");Cr.length=0,qe.test(q)?(Ct=!0,le(_,q),Ct=!1):it(q),j=pt,j(e,r,v,R)}}function bn(e,r,v,R){function q(){return k.inTableScope("caption")?(k.generateImpliedEndTags(),k.popTag("caption"),Ee.clearToMarker(),j=Qe,!0):!1}switch(e){case 2:switch(r){case"caption":case"col":case"colgroup":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":q()&&j(e,r,v,R);return}break;case 3:switch(r){case"caption":q();return;case"table":q()&&j(e,r,v,R);return;case"body":case"col":case"colgroup":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return}break}le(e,r,v,R)}function Gr(e,r,v,R){switch(e){case 1:var q=r.match(Je);if(q&&(it(q[0]),r=r.substring(q[0].length)),r.length===0)return;break;case 4:at(r);return;case 5:return;case 2:switch(r){case"html":le(e,r,v,R);return;case"col":me(r,v),k.pop();return;case"template":Oe(e,r,v,R);return}break;case 3:switch(r){case"colgroup":if(!Ne(k.top,"colgroup"))return;k.pop(),j=Qe;return;case"col":return;case"template":Oe(e,r,v,R);return}break;case-1:le(e,r,v,R);return}Ne(k.top,"colgroup")&&(Gr(T,"colgroup"),j(e,r,v,R))}function Zt(e,r,v,R){function q(){!k.inTableScope("tbody")&&!k.inTableScope("thead")&&!k.inTableScope("tfoot")||(k.clearToContext(B),Zt(T,k.top.localName,null),j(e,r,v,R))}switch(e){case 2:switch(r){case"tr":k.clearToContext(B),me(r,v),j=_r;return;case"th":case"td":Zt(m,"tr",null),j(e,r,v,R);return;case"caption":case"col":case"colgroup":case"tbody":case"tfoot":case"thead":q();return}break;case 3:switch(r){case"table":q();return;case"tbody":case"tfoot":case"thead":k.inTableScope(r)&&(k.clearToContext(B),k.pop(),j=Qe);return;case"body":case"caption":case"col":case"colgroup":case"html":case"td":case"th":case"tr":return}break}Qe(e,r,v,R)}function _r(e,r,v,R){function q(){return k.inTableScope("tr")?(k.clearToContext(Z),k.pop(),j=Zt,!0):!1}switch(e){case 2:switch(r){case"th":case"td":k.clearToContext(Z),me(r,v),j=$t,Ee.insertMarker();return;case"caption":case"col":case"colgroup":case"tbody":case"tfoot":case"thead":case"tr":q()&&j(e,r,v,R);return}break;case 3:switch(r){case"tr":q();return;case"table":q()&&j(e,r,v,R);return;case"tbody":case"tfoot":case"thead":k.inTableScope(r)&&q()&&j(e,r,v,R);return;case"body":case"caption":case"col":case"colgroup":case"html":case"td":case"th":return}break}Qe(e,r,v,R)}function $t(e,r,v,R){switch(e){case 2:switch(r){case"caption":case"col":case"colgroup":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":k.inTableScope("td")?($t(T,"td"),j(e,r,v,R)):k.inTableScope("th")&&($t(T,"th"),j(e,r,v,R));return}break;case 3:switch(r){case"td":case"th":if(!k.inTableScope(r))return;k.generateImpliedEndTags(),k.popTag(r),Ee.clearToMarker(),j=_r;return;case"body":case"caption":case"col":case"colgroup":case"html":return;case"table":case"tbody":case"tfoot":case"thead":case"tr":if(!k.inTableScope(r))return;$t(T,k.inTableScope("td")?"td":"th"),j(e,r,v,R);return}break}le(e,r,v,R)}function bt(e,r,v,R){switch(e){case 1:if(wt&&(r=r.replace(qt,""),r.length===0))return;it(r);return;case 4:at(r);return;case 5:return;case-1:le(e,r,v,R);return;case 2:switch(r){case"html":le(e,r,v,R);return;case"option":k.top instanceof c.HTMLOptionElement&&bt(T,r),me(r,v);return;case"optgroup":k.top instanceof c.HTMLOptionElement&&bt(T,"option"),k.top instanceof c.HTMLOptGroupElement&&bt(T,r),me(r,v);return;case"select":bt(T,r);return;case"input":case"keygen":case"textarea":if(!k.inSelectScope("select"))return;bt(T,"select"),j(e,r,v,R);return;case"script":case"template":Oe(e,r,v,R);return}break;case 3:switch(r){case"optgroup":k.top instanceof c.HTMLOptionElement&&k.elements[k.elements.length-2]instanceof c.HTMLOptGroupElement&&bt(T,"option"),k.top instanceof c.HTMLOptGroupElement&&k.pop();return;case"option":k.top instanceof c.HTMLOptionElement&&k.pop();return;case"select":if(!k.inSelectScope(r))return;k.popTag(r),dr();return;case"template":Oe(e,r,v,R);return}break}}function zr(e,r,v,R){switch(r){case"caption":case"table":case"tbody":case"tfoot":case"thead":case"tr":case"td":case"th":switch(e){case 2:zr(T,"select"),j(e,r,v,R);return;case 3:k.inTableScope(r)&&(zr(T,"select"),j(e,r,v,R));return}}bt(e,r,v,R)}function En(e,r,v,R){function q(J){j=J,dt[dt.length-1]=j,j(e,r,v,R)}switch(e){case 1:case 4:case 5:le(e,r,v,R);return;case-1:k.contains("template")?(k.popTag("template"),Ee.clearToMarker(),dt.pop(),dr(),j(e,r,v,R)):Vt();return;case 2:switch(r){case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"template":case"title":Oe(e,r,v,R);return;case"caption":case"colgroup":case"tbody":case"tfoot":case"thead":q(Qe);return;case"col":q(Gr);return;case"tr":q(Zt);return;case"td":case"th":q(_r);return}q(le);return;case 3:switch(r){case"template":Oe(e,r,v,R);return;default:return}}}function Qn(e,r,v,R){switch(e){case 1:if(qe.test(r))break;le(e,r);return;case 4:k.elements[0]._appendChild(we.createComment(r));return;case 5:return;case-1:Vt();return;case 2:if(r==="html"){le(e,r,v,R);return}break;case 3:if(r==="html"){if(Ut)return;j=Mi;return}break}j=le,j(e,r,v,R)}function vn(e,r,v,R){switch(e){case 1:r=r.replace(Fe,""),r.length>0&&it(r);return;case 4:at(r);return;case 5:return;case-1:Vt();return;case 2:switch(r){case"html":le(e,r,v,R);return;case"frameset":me(r,v);return;case"frame":me(r,v),k.pop();return;case"noframes":Oe(e,r,v,R);return}break;case 3:if(r==="frameset"){if(Ut&&k.top instanceof c.HTMLHtmlElement)return;k.pop(),!Ut&&!(k.top instanceof c.HTMLFrameSetElement)&&(j=Ai);return}break}}function Ai(e,r,v,R){switch(e){case 1:r=r.replace(Fe,""),r.length>0&&it(r);return;case 4:at(r);return;case 5:return;case-1:Vt();return;case 2:switch(r){case"html":le(e,r,v,R);return;case"noframes":Oe(e,r,v,R);return}break;case 3:if(r==="html"){j=xi;return}break}}function Mi(e,r,v,R){switch(e){case 1:if(qe.test(r))break;le(e,r,v,R);return;case 4:we._appendChild(we.createComment(r));return;case 5:le(e,r,v,R);return;case-1:Vt();return;case 2:if(r==="html"){le(e,r,v,R);return}break}j=le,j(e,r,v,R)}function xi(e,r,v,R){switch(e){case 1:r=r.replace(Fe,""),r.length>0&&le(e,r,v,R);return;case 4:we._appendChild(we.createComment(r));return;case 5:le(e,r,v,R);return;case-1:Vt();return;case 2:switch(r){case"html":le(e,r,v,R);return;case"noframes":Oe(e,r,v,R);return}break}}function $n(e,r,v,R){function q(xe){for(var je=0,$e=xe.length;je<$e;je++)switch(xe[je][0]){case"color":case"face":case"size":return!0}return!1}var J;switch(e){case 1:Re&&Ht.test(r)&&(Re=!1),wt&&(r=r.replace(qt,"\uFFFD")),it(r);return;case 4:at(r);return;case 5:return;case 2:switch(r){case"font":if(!q(v))break;case"b":case"big":case"blockquote":case"body":case"br":case"center":case"code":case"dd":case"div":case"dl":case"dt":case"em":case"embed":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":case"head":case"hr":case"i":case"img":case"li":case"listing":case"menu":case"meta":case"nobr":case"ol":case"p":case"pre":case"ruby":case"s":case"small":case"span":case"strong":case"strike":case"sub":case"sup":case"table":case"tt":case"u":case"ul":case"var":if(Ut)break;do k.pop(),J=k.top;while(J.namespaceURI!==a.HTML&&!ut(J)&&!sr(J));Pe(e,r,v,R);return}J=k.elements.length===1&&Ut?V:k.top,J.namespaceURI===a.MATHML?cr(v):J.namespaceURI===a.SVG&&(r=Xt(r),or(v)),ft(v),on(r,v,J.namespaceURI),R&&(r==="script"&&(J.namespaceURI,a.SVG),k.pop());return;case 3:if(J=k.top,r==="script"&&J.namespaceURI===a.SVG&&J.localName==="script")k.pop();else for(var ue=k.elements.length-1,ye=k.elements[ue];;){if(ye.localName.toLowerCase()===r){k.popElement(ye);break}if(ye=k.elements[--ue],ye.namespaceURI===a.HTML){j(e,r,v,R);break}}return}}return Lr.testTokenizer=function(e,r,v,R){var q=[];switch(r){case"PCDATA state":x=Te;break;case"RCDATA state":x=Lt;break;case"RAWTEXT state":x=mr;break;case"PLAINTEXT state":x=ln;break}if(v&&(Nr=v),Pe=function(ue,ye,xe,je){switch(Qt(),ue){case 1:q.length>0&&q[q.length-1][0]==="Character"?q[q.length-1][1]+=ye:q.push(["Character",ye]);break;case 4:q.push(["Comment",ye]);break;case 5:q.push(["DOCTYPE",ye,xe===void 0?null:xe,je===void 0?null:je,!rn]);break;case 2:for(var $e=Object.create(null),tt=0;tt<xe.length;tt++){var Wt=xe[tt];Wt.length===1?$e[Wt[0]]="":$e[Wt[0]]=Wt[1]}var It=["StartTag",ye,$e];je&&It.push(!0),q.push(It);break;case 3:q.push(["EndTag",ye]);break;case-1:break}},!R)this.parse(e,!0);else{for(var J=0;J<e.length;J++)this.parse(e[J]);this.parse("",!0)}return q},Lr}}}),tn=ce({"external/npm/node_modules/domino/lib/DOMImplementation.js"(E,w){"use strict";w.exports=c;var h=Mn(),l=xn(),t=In(),a=Be(),o=Sn();function c(i){this.contextObject=i}var f={xml:{"":!0,"1.0":!0,"2.0":!0},core:{"":!0,"2.0":!0},html:{"":!0,"1.0":!0,"2.0":!0},xhtml:{"":!0,"1.0":!0,"2.0":!0}};c.prototype={hasFeature:function(_,m){var T=f[(_||"").toLowerCase()];return T&&T[m||""]||!1},createDocumentType:function(_,m,T){return o.isValidQName(_)||a.InvalidCharacterError(),new l(this.contextObject,_,m,T)},createDocument:function(_,m,T){var O=new h(!1,null),P;return m?P=O.createElementNS(_,m):P=null,T&&O.appendChild(T),P&&O.appendChild(P),_===a.NAMESPACE.HTML?O._contentType="application/xhtml+xml":_===a.NAMESPACE.SVG?O._contentType="image/svg+xml":O._contentType="application/xml",O},createHTMLDocument:function(_){var m=new h(!0,null);m.appendChild(new l(m,"html"));var T=m.createElement("html");m.appendChild(T);var O=m.createElement("head");if(T.appendChild(O),_!==void 0){var P=m.createElement("title");O.appendChild(P),P.appendChild(m.createTextNode(_))}return T.appendChild(m.createElement("body")),m.modclock=1,m},mozSetOutputMutationHandler:function(i,_){i.mutationHandler=_},mozGetInputMutationHandler:function(i){a.nyi()},mozHTMLParser:t}}}),gs=ce({"external/npm/node_modules/domino/lib/Location.js"(E,w){"use strict";var h=Ln(),l=Ca();w.exports=t;function t(a,o){this._window=a,this._href=o}t.prototype=Object.create(l.prototype,{constructor:{value:t},href:{get:function(){return this._href},set:function(a){this.assign(a)}},assign:{value:function(a){var o=new h(this._href),c=o.resolve(a);this._href=c}},replace:{value:function(a){this.assign(a)}},reload:{value:function(){this.assign(this.href)}},toString:{value:function(){return this.href}}})}}),_s=ce({"external/npm/node_modules/domino/lib/NavigatorID.js"(E,w){"use strict";var h=Object.create(null,{appCodeName:{value:"Mozilla"},appName:{value:"Netscape"},appVersion:{value:"4.0"},platform:{value:""},product:{value:"Gecko"},productSub:{value:"20100101"},userAgent:{value:""},vendor:{value:""},vendorSub:{value:""},taintEnabled:{value:function(){return!1}}});w.exports=h}}),bs=ce({"external/npm/node_modules/domino/lib/WindowTimers.js"(E,w){"use strict";var h={setTimeout,clearTimeout,setInterval,clearInterval};w.exports=h}}),Aa=ce({"external/npm/node_modules/domino/lib/impl.js"(E,w){"use strict";var h=Be();E=w.exports={CSSStyleDeclaration:Dn(),CharacterData:Jr(),Comment:ya(),DOMException:yn(),DOMImplementation:tn(),DOMTokenList:_a(),Document:Mn(),DocumentFragment:Na(),DocumentType:xn(),Element:Tr(),HTMLParser:In(),NamedNodeMap:Ea(),Node:Ge(),NodeList:ar(),NodeFilter:en(),ProcessingInstruction:wa(),Text:Ta(),Window:Ma()},h.merge(E,ka()),h.merge(E,An().elements),h.merge(E,Da().elements)}}),Ma=ce({"external/npm/node_modules/domino/lib/Window.js"(E,w){"use strict";var h=tn(),l=pa(),t=gs(),a=Be();w.exports=o;function o(c){this.document=c||new h(null).createHTMLDocument(""),this.document._scripting_enabled=!0,this.document.defaultView=this,this.location=new t(this,this.document._address||"about:blank")}o.prototype=Object.create(l.prototype,{console:{value:console},history:{value:{back:a.nyi,forward:a.nyi,go:a.nyi}},navigator:{value:_s()},window:{get:function(){return this}},self:{get:function(){return this}},frames:{get:function(){return this}},parent:{get:function(){return this}},top:{get:function(){return this}},length:{value:0},frameElement:{value:null},opener:{value:null},onload:{get:function(){return this._getEventHandler("load")},set:function(c){this._setEventHandler("load",c)}},getComputedStyle:{value:function(f){return f.style}}}),a.expose(bs(),o),a.expose(Aa(),o)}}),Es=ce({"external/npm/node_modules/domino/lib/index.js"(E){var w=tn(),h=In(),l=Ma(),t=Aa();E.createDOMImplementation=function(){return new w(null)},E.createDocument=function(a,o){if(a||o){var c=new h;return c.parse(a||"",!0),c.document()}return new w(null).createHTMLDocument("")},E.createIncrementalHTMLParser=function(){var a=new h;return{write:function(o){o.length>0&&a.parse(o,!1,function(){return!0})},end:function(o){a.parse(o||"",!0,function(){return!0})},process:function(o){return a.parse("",!1,o)},document:function(){return a.document()}}},E.createWindow=function(a,o){var c=E.createDocument(a);return o!==void 0&&(c._address=o),new t.Window(c)},E.impl=t}}),ua=Es();function vs(){Object.assign(globalThis,ua.impl),globalThis.KeyboardEvent=ua.impl.Event}vs();
|