>>22,o=s}o>>>=22,t.words[r-10]=o,0===o&&t.length>10?t.length-=10:t.length-=9},C.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,i=0;i>>=26,t.words[i]=r,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(y[t])return y[t];var e;if("k256"===t)e=new C;else if("p224"===t)e=new x;else if("p192"===t)e=new k;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new M}return y[t]=e,e},_.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},_.prototype._verify2=function(t,e){n(0===(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},_.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):(c(t,t.umod(this.m)._forceRed(this)),t)},_.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},_.prototype.add=function(t,e){this._verify2(t,e);var i=t.add(e);return i.cmp(this.m)>=0&&i.isub(this.m),i._forceRed(this)},_.prototype.iadd=function(t,e){this._verify2(t,e);var i=t.iadd(e);return i.cmp(this.m)>=0&&i.isub(this.m),i},_.prototype.sub=function(t,e){this._verify2(t,e);var i=t.sub(e);return i.cmpn(0)<0&&i.iadd(this.m),i._forceRed(this)},_.prototype.isub=function(t,e){this._verify2(t,e);var i=t.isub(e);return i.cmpn(0)<0&&i.iadd(this.m),i},_.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},_.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},_.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},_.prototype.isqr=function(t){return this.imul(t,t.clone())},_.prototype.sqr=function(t){return this.mul(t,t)},_.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var i=this.m.add(new o(1)).iushrn(2);return this.pow(t,i)}for(var r=this.m.subn(1),s=0;!r.isZero()&&0===r.andln(1);)s++,r.iushrn(1);n(!r.isZero());var a=new o(1).toRed(this),u=a.redNeg(),h=this.m.subn(1).iushrn(1),c=this.m.bitLength();for(c=new o(2*c*c).toRed(this);0!==this.pow(c,h).cmp(u);)c.redIAdd(u);for(var l=this.pow(c,r),d=this.pow(t,r.addn(1).iushrn(1)),f=this.pow(t,r),p=s;0!==f.cmp(a);){for(var g=f,A=0;0!==g.cmp(a);A++)g=g.redSqr();n(A=0;n--){for(var h=e.words[n],c=u-1;c>=0;c--){var l=h>>c&1;r!==i[0]&&(r=this.sqr(r)),0!==l||0!==s?(s<<=1,s|=l,(4===++a||0===n&&0===c)&&(r=this.mul(r,i[s]),a=0,s=0)):a=0}u=26}return r},_.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},_.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new B(t)},r(B,_),B.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},B.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},B.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var i=t.imul(e),n=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(n).iushrn(this.shift),o=r;return r.cmp(this.m)>=0?o=r.isub(this.m):r.cmpn(0)<0&&(o=r.iadd(this.m)),o._forceRed(this)},B.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var i=t.mul(e),n=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(n).iushrn(this.shift),s=r;return r.cmp(this.m)>=0?s=r.isub(this.m):r.cmpn(0)<0&&(s=r.iadd(this.m)),s._forceRed(this)},B.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(t=i.nmd(t),this)},39433(t,e,i){"use strict";var n=i(44576),r=Object.defineProperty;t.exports=function(t,e){try{r(n,t,{value:e,configurable:!0,writable:!0})}catch(i){n[t]=e}return e}},39469(t,e,i){"use strict";var n=i(46518),r=Math.hypot,o=Math.abs,s=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!r&&r(1/0,NaN)!==1/0},{hypot:function(t,e){for(var i,n,r=0,a=0,u=arguments.length,h=0;a0?(n=i/h)*n:i;return h===1/0?1/0:h*s(r)}})},39519(t,e,i){"use strict";var n,r,o=i(44576),s=i(82839),a=o.process,u=o.Deno,h=a&&a.versions||u&&u.version,c=h&&h.v8;c&&(r=(n=c.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!r&&s&&(!(n=s.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=s.match(/Chrome\/(\d+)/))&&(r=+n[1]),t.exports=r},39629(t,e,i){var n=i(56698),r=i(87568),o=r.base,s=r.bignum,a=r.constants.der;function u(t){this.enc="der",this.name=t.name,this.entity=t,this.tree=new h,this.tree._init(t.body)}function h(t){o.Node.call(this,"der",t)}function c(t,e){var i=t.readUInt8(e);if(t.isError(i))return i;var n=a.tagClass[i>>6],r=!(32&i);if(31&~i)i&=31;else{var o=i;for(i=0;!(128&~o);){if(o=t.readUInt8(e),t.isError(o))return o;i<<=7,i|=127&o}}return{cls:n,primitive:r,tag:i,tagStr:a.tag[i]}}function l(t,e,i){var n=t.readUInt8(i);if(t.isError(n))return n;if(!e&&128===n)return null;if(!(128&n))return n;var r=127&n;if(r>4)return t.error("length octect is too long");n=0;for(var o=0;o=a||h<0)throw new o("Incorrect index");for(var c=new e(a),l=0;l=0?e:parseInt(t,10)}return t},log:function(t){if(t=r.lookupLevel(t),"undefined"!=typeof console&&r.lookupLevel(r.level)<=t){var e=r.methodMap[t];console[e]||(e="log");for(var i=arguments.length,n=Array(i>1?i-1:0),o=1;oa?e=t(e):e.length=56320||++i>=e||56320!=(64512&a(t,i))))return!1}return!0}})},42207(t,e,i){"use strict";var n=i(46518),r=i(44576),o=i(97751),s=i(79504),a=i(69565),u=i(79039),h=i(655),c=i(22812),l=i(92804).i2c,d=o("btoa"),f=s("".charAt),p=s("".charCodeAt),g=!!d&&!u(function(){return"aGk="!==d("hi")}),A=g&&!u(function(){d()}),m=g&&u(function(){return"bnVsbA=="!==d(null)}),v=g&&1!==d.length;n({global:!0,bind:!0,enumerable:!0,forced:!g||A||m||v},{btoa:function(t){if(c(arguments.length,1),g)return a(d,r,h(t));for(var e,i,n=h(t),s="",u=0,A=l;f(n,u)||(A="=",u%1);){if((i=p(n,u+=3/4))>255)throw new(o("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");s+=f(A,63&(e=e<<8|i)>>8-u%1*8)}return s}})},42303(t,e,i){"use strict";var n=i(44576),r=i(79504),o=n.Uint8Array,s=n.SyntaxError,a=n.parseInt,u=Math.min,h=/[^\da-f]/i,c=r(h.exec),l=r("".slice);t.exports=function(t,e){var i=t.length;if(i%2!=0)throw new s("String should be an even number of characters");for(var n=e?u(e.length,i/2):i/2,r=e||new o(n),d=0,f=0;f1?arguments[1]:void 0,k=void 0!==x,M=h(w);if(M&&!c(M))for(b=(v=u(w,M)).next,w=[];!(m=r(b,v)).done;)w.push(m.value);for(k&&C>2&&(x=n(x,arguments[2])),i=a(w),p=new(d(y))(i),g=l(p),e=0;i>e;e++)A=k?x(w[e],e):w[e],p[e]=g?f(A):+A;return p}},43349(t){function e(t,e){if(!t)throw new Error(e||"Assertion failed")}t.exports=e,e.equal=function(t,e,i){if(t!=e)throw new Error(i||"Assertion failed: "+t+" != "+e)}},43359(t,e,i){"use strict";i(58934);var n=i(46518),r=i(53487);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==r},{trimStart:r})},43724(t,e,i){"use strict";var n=i(79039);t.exports=!n(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},43802(t,e,i){"use strict";var n=i(79504),r=i(67750),o=i(655),s=i(47452),a=n("".replace),u=RegExp("^["+s+"]+"),h=RegExp("(^|[^"+s+"])["+s+"]+$"),c=function(t){return function(e){var i=o(r(e));return 1&t&&(i=a(i,u,"")),2&t&&(i=a(i,h,"$1")),i}};t.exports={start:c(1),end:c(2),trim:c(3)}},43832(t,e,i){"use strict";var n,r,o=i(92861).Buffer,s=i(64196),a=i(2455),u=i(21352),h=i(93382),c=globalThis.crypto&&globalThis.crypto.subtle,l={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},d=[];function f(){return r||(r=globalThis.process&&globalThis.process.nextTick?globalThis.process.nextTick:globalThis.queueMicrotask?globalThis.queueMicrotask:globalThis.setImmediate?globalThis.setImmediate:globalThis.setTimeout)}function p(t,e,i,n,r){return c.importKey("raw",t,{name:"PBKDF2"},!1,["deriveBits"]).then(function(t){return c.deriveBits({name:"PBKDF2",salt:e,iterations:i,hash:{name:r}},t,n<<3)}).then(function(t){return o.from(t)})}t.exports=function(t,e,i,r,g,A){if("function"==typeof g&&(A=g,g=void 0),s(i,r),t=h(t,a,"Password"),e=h(e,a,"Salt"),"function"!=typeof A)throw new Error("No callback provided to pbkdf2");var m=l[(g=g||"sha1").toLowerCase()];m&&"function"==typeof globalThis.Promise?function(t,e){t.then(function(t){f()(function(){e(null,t)})},function(t){f()(function(){e(t)})})}(function(t){if(globalThis.process&&!globalThis.process.browser)return Promise.resolve(!1);if(!c||!c.importKey||!c.deriveBits)return Promise.resolve(!1);if(void 0!==d[t])return d[t];var e=p(n=n||o.alloc(8),n,10,128,t).then(function(){return!0},function(){return!1});return d[t]=e,e}(m).then(function(n){return n?p(t,e,i,r,m):u(t,e,i,r,g)}),A):f()(function(){var n;try{n=u(t,e,i,r,g)}catch(t){return void A(t)}A(null,n)})}},43839(t,e,i){"use strict";var n=i(76080),r=i(47055),o=i(48981),s=i(26198),a=function(t){var e=1===t;return function(i,a,u){for(var h,c=o(i),l=r(c),d=s(l),f=n(a,u);d-- >0;)if(f(h=l[d],d,c))switch(t){case 0:return h;case 1:return d}return e?-1:void 0}};t.exports={findLast:a(0),findLastIndex:a(1)}},43917(t,e,i){"use strict";var n=i(67426),r=i(66166),o=i(66225),s=n.rotl32,a=n.sum32,u=n.sum32_5,h=o.ft_1,c=r.BlockHash,l=[1518500249,1859775393,2400959708,3395469782];function d(){if(!(this instanceof d))return new d;c.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}n.inherits(d,c),t.exports=d,d.blockSize=512,d.outSize=160,d.hmacStrength=80,d.padLength=64,d.prototype._update=function(t,e){for(var i=this.W,n=0;n<16;n++)i[n]=t[e+n];for(;ns;)for(var g,A=l(arguments[s++]),m=d?p(a(A),d(A)):a(A),v=m.length,b=0;v>b;)g=m[b++],n&&!o(f,A,g)||(i[g]=A[g]);return i}:d},44265(t,e,i){"use strict";var n=i(82839);t.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},44275(t,e,i){var n,r=i(74692);void 0===(n=r).fn.each2&&n.extend(n.fn,{each2:function(t){for(var e=n([0]),i=-1,r=this.length;++i=112&&t<=123}},d={"Ⓐ":"A",A:"A",À:"A",Á:"A",Â:"A",Ầ:"A",Ấ:"A",Ẫ:"A",Ẩ:"A",Ã:"A",Ā:"A",Ă:"A",Ằ:"A",Ắ:"A",Ẵ:"A",Ẳ:"A",Ȧ:"A",Ǡ:"A",Ä:"A",Ǟ:"A",Ả:"A",Å:"A",Ǻ:"A",Ǎ:"A",Ȁ:"A",Ȃ:"A",Ạ:"A",Ậ:"A",Ặ:"A",Ḁ:"A",Ą:"A",Ⱥ:"A",Ɐ:"A",Ꜳ:"AA",Æ:"AE",Ǽ:"AE",Ǣ:"AE",Ꜵ:"AO",Ꜷ:"AU",Ꜹ:"AV",Ꜻ:"AV",Ꜽ:"AY","Ⓑ":"B",B:"B",Ḃ:"B",Ḅ:"B",Ḇ:"B",Ƀ:"B",Ƃ:"B",Ɓ:"B","Ⓒ":"C",C:"C",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",Ç:"C",Ḉ:"C",Ƈ:"C",Ȼ:"C",Ꜿ:"C","Ⓓ":"D",D:"D",Ḋ:"D",Ď:"D",Ḍ:"D",Ḑ:"D",Ḓ:"D",Ḏ:"D",Đ:"D",Ƌ:"D",Ɗ:"D",Ɖ:"D",Ꝺ:"D",DZ:"DZ",DŽ:"DZ",Dz:"Dz",Dž:"Dz","Ⓔ":"E",E:"E",È:"E",É:"E",Ê:"E",Ề:"E",Ế:"E",Ễ:"E",Ể:"E",Ẽ:"E",Ē:"E",Ḕ:"E",Ḗ:"E",Ĕ:"E",Ė:"E",Ë:"E",Ẻ:"E",Ě:"E",Ȅ:"E",Ȇ:"E",Ẹ:"E",Ệ:"E",Ȩ:"E",Ḝ:"E",Ę:"E",Ḙ:"E",Ḛ:"E",Ɛ:"E",Ǝ:"E","Ⓕ":"F",F:"F",Ḟ:"F",Ƒ:"F",Ꝼ:"F","Ⓖ":"G",G:"G",Ǵ:"G",Ĝ:"G",Ḡ:"G",Ğ:"G",Ġ:"G",Ǧ:"G",Ģ:"G",Ǥ:"G",Ɠ:"G",Ꞡ:"G",Ᵹ:"G",Ꝿ:"G","Ⓗ":"H",H:"H",Ĥ:"H",Ḣ:"H",Ḧ:"H",Ȟ:"H",Ḥ:"H",Ḩ:"H",Ḫ:"H",Ħ:"H",Ⱨ:"H",Ⱶ:"H",Ɥ:"H","Ⓘ":"I",I:"I",Ì:"I",Í:"I",Î:"I",Ĩ:"I",Ī:"I",Ĭ:"I",İ:"I",Ï:"I",Ḯ:"I",Ỉ:"I",Ǐ:"I",Ȉ:"I",Ȋ:"I",Ị:"I",Į:"I",Ḭ:"I",Ɨ:"I","Ⓙ":"J",J:"J",Ĵ:"J",Ɉ:"J","Ⓚ":"K",K:"K",Ḱ:"K",Ǩ:"K",Ḳ:"K",Ķ:"K",Ḵ:"K",Ƙ:"K",Ⱪ:"K",Ꝁ:"K",Ꝃ:"K",Ꝅ:"K",Ꞣ:"K","Ⓛ":"L",L:"L",Ŀ:"L",Ĺ:"L",Ľ:"L",Ḷ:"L",Ḹ:"L",Ļ:"L",Ḽ:"L",Ḻ:"L",Ł:"L",Ƚ:"L",Ɫ:"L",Ⱡ:"L",Ꝉ:"L",Ꝇ:"L",Ꞁ:"L",LJ:"LJ",Lj:"Lj","Ⓜ":"M",M:"M",Ḿ:"M",Ṁ:"M",Ṃ:"M",Ɱ:"M",Ɯ:"M","Ⓝ":"N",N:"N",Ǹ:"N",Ń:"N",Ñ:"N",Ṅ:"N",Ň:"N",Ṇ:"N",Ņ:"N",Ṋ:"N",Ṉ:"N",Ƞ:"N",Ɲ:"N",Ꞑ:"N",Ꞥ:"N",NJ:"NJ",Nj:"Nj","Ⓞ":"O",O:"O",Ò:"O",Ó:"O",Ô:"O",Ồ:"O",Ố:"O",Ỗ:"O",Ổ:"O",Õ:"O",Ṍ:"O",Ȭ:"O",Ṏ:"O",Ō:"O",Ṑ:"O",Ṓ:"O",Ŏ:"O",Ȯ:"O",Ȱ:"O",Ö:"O",Ȫ:"O",Ỏ:"O",Ő:"O",Ǒ:"O",Ȍ:"O",Ȏ:"O",Ơ:"O",Ờ:"O",Ớ:"O",Ỡ:"O",Ở:"O",Ợ:"O",Ọ:"O",Ộ:"O",Ǫ:"O",Ǭ:"O",Ø:"O",Ǿ:"O",Ɔ:"O",Ɵ:"O",Ꝋ:"O",Ꝍ:"O",Ƣ:"OI",Ꝏ:"OO",Ȣ:"OU","Ⓟ":"P",P:"P",Ṕ:"P",Ṗ:"P",Ƥ:"P",Ᵽ:"P",Ꝑ:"P",Ꝓ:"P",Ꝕ:"P","Ⓠ":"Q",Q:"Q",Ꝗ:"Q",Ꝙ:"Q",Ɋ:"Q","Ⓡ":"R",R:"R",Ŕ:"R",Ṙ:"R",Ř:"R",Ȑ:"R",Ȓ:"R",Ṛ:"R",Ṝ:"R",Ŗ:"R",Ṟ:"R",Ɍ:"R",Ɽ:"R",Ꝛ:"R",Ꞧ:"R",Ꞃ:"R","Ⓢ":"S",S:"S",ẞ:"S",Ś:"S",Ṥ:"S",Ŝ:"S",Ṡ:"S",Š:"S",Ṧ:"S",Ṣ:"S",Ṩ:"S",Ș:"S",Ş:"S",Ȿ:"S",Ꞩ:"S",Ꞅ:"S","Ⓣ":"T",T:"T",Ṫ:"T",Ť:"T",Ṭ:"T",Ț:"T",Ţ:"T",Ṱ:"T",Ṯ:"T",Ŧ:"T",Ƭ:"T",Ʈ:"T",Ⱦ:"T",Ꞇ:"T",Ꜩ:"TZ","Ⓤ":"U",U:"U",Ù:"U",Ú:"U",Û:"U",Ũ:"U",Ṹ:"U",Ū:"U",Ṻ:"U",Ŭ:"U",Ü:"U",Ǜ:"U",Ǘ:"U",Ǖ:"U",Ǚ:"U",Ủ:"U",Ů:"U",Ű:"U",Ǔ:"U",Ȕ:"U",Ȗ:"U",Ư:"U",Ừ:"U",Ứ:"U",Ữ:"U",Ử:"U",Ự:"U",Ụ:"U",Ṳ:"U",Ų:"U",Ṷ:"U",Ṵ:"U",Ʉ:"U","Ⓥ":"V",V:"V",Ṽ:"V",Ṿ:"V",Ʋ:"V",Ꝟ:"V",Ʌ:"V",Ꝡ:"VY","Ⓦ":"W",W:"W",Ẁ:"W",Ẃ:"W",Ŵ:"W",Ẇ:"W",Ẅ:"W",Ẉ:"W",Ⱳ:"W","Ⓧ":"X",X:"X",Ẋ:"X",Ẍ:"X","Ⓨ":"Y",Y:"Y",Ỳ:"Y",Ý:"Y",Ŷ:"Y",Ỹ:"Y",Ȳ:"Y",Ẏ:"Y",Ÿ:"Y",Ỷ:"Y",Ỵ:"Y",Ƴ:"Y",Ɏ:"Y",Ỿ:"Y","Ⓩ":"Z",Z:"Z",Ź:"Z",Ẑ:"Z",Ż:"Z",Ž:"Z",Ẓ:"Z",Ẕ:"Z",Ƶ:"Z",Ȥ:"Z",Ɀ:"Z",Ⱬ:"Z",Ꝣ:"Z","ⓐ":"a",a:"a",ẚ:"a",à:"a",á:"a",â:"a",ầ:"a",ấ:"a",ẫ:"a",ẩ:"a",ã:"a",ā:"a",ă:"a",ằ:"a",ắ:"a",ẵ:"a",ẳ:"a",ȧ:"a",ǡ:"a",ä:"a",ǟ:"a",ả:"a",å:"a",ǻ:"a",ǎ:"a",ȁ:"a",ȃ:"a",ạ:"a",ậ:"a",ặ:"a",ḁ:"a",ą:"a",ⱥ:"a",ɐ:"a",ꜳ:"aa",æ:"ae",ǽ:"ae",ǣ:"ae",ꜵ:"ao",ꜷ:"au",ꜹ:"av",ꜻ:"av",ꜽ:"ay","ⓑ":"b",b:"b",ḃ:"b",ḅ:"b",ḇ:"b",ƀ:"b",ƃ:"b",ɓ:"b","ⓒ":"c",c:"c",ć:"c",ĉ:"c",ċ:"c",č:"c",ç:"c",ḉ:"c",ƈ:"c",ȼ:"c",ꜿ:"c",ↄ:"c","ⓓ":"d",d:"d",ḋ:"d",ď:"d",ḍ:"d",ḑ:"d",ḓ:"d",ḏ:"d",đ:"d",ƌ:"d",ɖ:"d",ɗ:"d",ꝺ:"d",dz:"dz",dž:"dz","ⓔ":"e",e:"e",è:"e",é:"e",ê:"e",ề:"e",ế:"e",ễ:"e",ể:"e",ẽ:"e",ē:"e",ḕ:"e",ḗ:"e",ĕ:"e",ė:"e",ë:"e",ẻ:"e",ě:"e",ȅ:"e",ȇ:"e",ẹ:"e",ệ:"e",ȩ:"e",ḝ:"e",ę:"e",ḙ:"e",ḛ:"e",ɇ:"e",ɛ:"e",ǝ:"e","ⓕ":"f",f:"f",ḟ:"f",ƒ:"f",ꝼ:"f","ⓖ":"g",g:"g",ǵ:"g",ĝ:"g",ḡ:"g",ğ:"g",ġ:"g",ǧ:"g",ģ:"g",ǥ:"g",ɠ:"g",ꞡ:"g",ᵹ:"g",ꝿ:"g","ⓗ":"h",h:"h",ĥ:"h",ḣ:"h",ḧ:"h",ȟ:"h",ḥ:"h",ḩ:"h",ḫ:"h",ẖ:"h",ħ:"h",ⱨ:"h",ⱶ:"h",ɥ:"h",ƕ:"hv","ⓘ":"i",i:"i",ì:"i",í:"i",î:"i",ĩ:"i",ī:"i",ĭ:"i",ï:"i",ḯ:"i",ỉ:"i",ǐ:"i",ȉ:"i",ȋ:"i",ị:"i",į:"i",ḭ:"i",ɨ:"i",ı:"i","ⓙ":"j",j:"j",ĵ:"j",ǰ:"j",ɉ:"j","ⓚ":"k",k:"k",ḱ:"k",ǩ:"k",ḳ:"k",ķ:"k",ḵ:"k",ƙ:"k",ⱪ:"k",ꝁ:"k",ꝃ:"k",ꝅ:"k",ꞣ:"k","ⓛ":"l",l:"l",ŀ:"l",ĺ:"l",ľ:"l",ḷ:"l",ḹ:"l",ļ:"l",ḽ:"l",ḻ:"l",ſ:"l",ł:"l",ƚ:"l",ɫ:"l",ⱡ:"l",ꝉ:"l",ꞁ:"l",ꝇ:"l",lj:"lj","ⓜ":"m",m:"m",ḿ:"m",ṁ:"m",ṃ:"m",ɱ:"m",ɯ:"m","ⓝ":"n",n:"n",ǹ:"n",ń:"n",ñ:"n",ṅ:"n",ň:"n",ṇ:"n",ņ:"n",ṋ:"n",ṉ:"n",ƞ:"n",ɲ:"n",ʼn:"n",ꞑ:"n",ꞥ:"n",nj:"nj","ⓞ":"o",o:"o",ò:"o",ó:"o",ô:"o",ồ:"o",ố:"o",ỗ:"o",ổ:"o",õ:"o",ṍ:"o",ȭ:"o",ṏ:"o",ō:"o",ṑ:"o",ṓ:"o",ŏ:"o",ȯ:"o",ȱ:"o",ö:"o",ȫ:"o",ỏ:"o",ő:"o",ǒ:"o",ȍ:"o",ȏ:"o",ơ:"o",ờ:"o",ớ:"o",ỡ:"o",ở:"o",ợ:"o",ọ:"o",ộ:"o",ǫ:"o",ǭ:"o",ø:"o",ǿ:"o",ɔ:"o",ꝋ:"o",ꝍ:"o",ɵ:"o",ƣ:"oi",ȣ:"ou",ꝏ:"oo","ⓟ":"p",p:"p",ṕ:"p",ṗ:"p",ƥ:"p",ᵽ:"p",ꝑ:"p",ꝓ:"p",ꝕ:"p","ⓠ":"q",q:"q",ɋ:"q",ꝗ:"q",ꝙ:"q","ⓡ":"r",r:"r",ŕ:"r",ṙ:"r",ř:"r",ȑ:"r",ȓ:"r",ṛ:"r",ṝ:"r",ŗ:"r",ṟ:"r",ɍ:"r",ɽ:"r",ꝛ:"r",ꞧ:"r",ꞃ:"r","ⓢ":"s",s:"s",ß:"s",ś:"s",ṥ:"s",ŝ:"s",ṡ:"s",š:"s",ṧ:"s",ṣ:"s",ṩ:"s",ș:"s",ş:"s",ȿ:"s",ꞩ:"s",ꞅ:"s",ẛ:"s","ⓣ":"t",t:"t",ṫ:"t",ẗ:"t",ť:"t",ṭ:"t",ț:"t",ţ:"t",ṱ:"t",ṯ:"t",ŧ:"t",ƭ:"t",ʈ:"t",ⱦ:"t",ꞇ:"t",ꜩ:"tz","ⓤ":"u",u:"u",ù:"u",ú:"u",û:"u",ũ:"u",ṹ:"u",ū:"u",ṻ:"u",ŭ:"u",ü:"u",ǜ:"u",ǘ:"u",ǖ:"u",ǚ:"u",ủ:"u",ů:"u",ű:"u",ǔ:"u",ȕ:"u",ȗ:"u",ư:"u",ừ:"u",ứ:"u",ữ:"u",ử:"u",ự:"u",ụ:"u",ṳ:"u",ų:"u",ṷ:"u",ṵ:"u",ʉ:"u","ⓥ":"v",v:"v",ṽ:"v",ṿ:"v",ʋ:"v",ꝟ:"v",ʌ:"v",ꝡ:"vy","ⓦ":"w",w:"w",ẁ:"w",ẃ:"w",ŵ:"w",ẇ:"w",ẅ:"w",ẘ:"w",ẉ:"w",ⱳ:"w","ⓧ":"x",x:"x",ẋ:"x",ẍ:"x","ⓨ":"y",y:"y",ỳ:"y",ý:"y",ŷ:"y",ỹ:"y",ȳ:"y",ẏ:"y",ÿ:"y",ỷ:"y",ẙ:"y",ỵ:"y",ƴ:"y",ɏ:"y",ỿ:"y","ⓩ":"z",z:"z",ź:"z",ẑ:"z",ż:"z",ž:"z",ẓ:"z",ẕ:"z",ƶ:"z",ȥ:"z",ɀ:"z",ⱬ:"z",ꝣ:"z",Ά:"Α",Έ:"Ε",Ή:"Η",Ί:"Ι",Ϊ:"Ι",Ό:"Ο",Ύ:"Υ",Ϋ:"Υ",Ώ:"Ω",ά:"α",έ:"ε",ή:"η",ί:"ι",ϊ:"ι",ΐ:"ι",ό:"ο",ύ:"υ",ϋ:"υ",ΰ:"υ",ω:"ω",ς:"σ"};a=t(document),h=1,o=function(){return h++},i=T(Object,{bind:function(t){var e=this;return function(){t.apply(e,arguments)}},init:function(i){var n,r,s,a,h=".select2-results";this.opts=i=this.prepareOpts(i),this.id=i.id,i.element.data("select2")!==e&&null!==i.element.data("select2")&&i.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=t("",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(i.element.attr("id")||"autogen"+o()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",i.element.attr("title")),this.body=t("body"),C(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",i.element.attr("style")),this.container.css(I(i.containerCss,this.opts.element)),this.container.addClass(I(i.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",w),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),C(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(I(i.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",w),this.results=n=this.container.find(h),this.search=r=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",w),this.results.on("mousemove",function(i){var n=c;n!==e&&n.x===i.pageX&&n.y===i.pageY||t(i.target).trigger("mousemove-filtered",i)}),this.dropdown.on("mousemove-filtered",h,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",h,this.bind(function(t){this._touchEvent=!0,this.highlightUnderEvent(t)})),this.dropdown.on("touchmove",h,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",h,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind(function(t){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())})),s=this.results,a=y(80,function(t){s.trigger("scroll-debounced",t)}),s.on("scroll",function(t){g(t.target,s.get())>=0&&a(t)}),this.dropdown.on("scroll-debounced",h,this.bind(this.loadMoreIfNeeded)),t(this.container).on("change",".select2-input",function(t){t.stopPropagation()}),t(this.dropdown).on("change",".select2-input",function(t){t.stopPropagation()}),t.fn.mousewheel&&n.mousewheel(function(t,e,i,r){var o=n.scrollTop();r>0&&o-r<=0?(n.scrollTop(0),w(t)):r<0&&n.get(0).scrollHeight-n.scrollTop()+r<=n.height()&&(n.scrollTop(n.get(0).scrollHeight-n.height()),w(t))}),b(r),r.on("keyup-change input paste",this.bind(this.updateResults)),r.on("focus",function(){r.addClass("select2-focused")}),r.on("blur",function(){r.removeClass("select2-focused")}),this.dropdown.on("mouseup",h,this.bind(function(e){t(e.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(e),this.selectHighlighted(e))})),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",function(t){t.stopPropagation()}),this.nextSearchTerm=e,t.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),null!==i.maximumInputLength&&this.search.attr("maxlength",i.maximumInputLength);var l=i.element.prop("disabled");l===e&&(l=!1),this.enable(!l);var d=i.element.prop("readonly");d===e&&(d=!1),this.readonly(d),u=u||function(){var e=t("");e.appendTo("body");var i={width:e.width()-e[0].clientWidth,height:e.height()-e[0].clientHeight};return e.remove(),i}(),this.autofocus=i.element.prop("autofocus"),i.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",i.searchInputPlaceholder)},destroy:function(){var t=this.opts.element,i=t.data("select2"),n=this;this.close(),t.length&&t[0].detachEvent&&t.each(function(){this.detachEvent("onpropertychange",n._sync)}),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,i!==e&&(i.container.remove(),i.liveRegion.remove(),i.dropdown.remove(),t.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?t.attr({tabindex:this.elementTabIndex}):t.removeAttr("tabindex"),t.show()),D.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(t){return t.is("option")?{id:t.prop("value"),text:t.text(),element:t.get(),css:t.attr("class"),disabled:t.prop("disabled"),locked:A(t.attr("locked"),"locked")||A(t.data("locked"),!0)}:t.is("optgroup")?{text:t.attr("label"),children:[],element:t.get(),css:t.attr("class")}:void 0},prepareOpts:function(i){var n,r,s,a,u=this;if("select"===(n=i.element).get(0).tagName.toLowerCase()&&(this.select=r=i.element),r&&t.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in i)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a "),i.push(n(t.substring(r+o,t.length))))}function k(t){var e={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(t).replace(/[&<>"'\/\\]/g,function(t){return e[t]})}function M(i){var n,r=null,o=i.quietMillis||100,s=i.url,a=this;return function(u){window.clearTimeout(n),n=window.setTimeout(function(){var n=i.data,o=s,h=i.transport||t.fn.select2.ajaxDefaults.transport,c={type:i.type||"GET",cache:i.cache||!1,jsonpCallback:i.jsonpCallback||e,dataType:i.dataType||"json"},l=t.extend({},t.fn.select2.ajaxDefaults.params,c);n=n?n.call(a,u.term,u.page,u.context):null,o="function"==typeof o?o.call(a,u.term,u.page,u.context):o,r&&"function"==typeof r.abort&&r.abort(),i.params&&(t.isFunction(i.params)?t.extend(l,i.params.call(a)):t.extend(l,i.params)),t.extend(l,{url:o,dataType:i.dataType,data:n,success:function(t){var e=i.results(t,u.page,u);u.callback(e)},error:function(t,e,i){var n={hasError:!0,jqXHR:t,textStatus:e,errorThrown:i};u.callback(n)}}),r=h.call(a,l)},o)}}function _(e){var i,n,r=e,o=function(t){return""+t.text};t.isArray(r)&&(r={results:n=r}),!1===t.isFunction(r)&&(n=r,r=function(){return n});var s=r();return s.text&&(o=s.text,t.isFunction(o)||(i=s.text,o=function(t){return t[i]})),function(e){var i,n=e.term,s={results:[]};""!==n?(i=function(r,s){var a,u;if((r=r[0]).children){for(u in a={},r)r.hasOwnProperty(u)&&(a[u]=r[u]);a.children=[],t(r.children).each2(function(t,e){i(e,a.children)}),(a.children.length||e.matcher(n,o(a),r))&&s.push(a)}else e.matcher(n,o(r),r)&&s.push(r)},t(r().results).each2(function(t,e){i(e,s.results)}),e.callback(s)):e.callback(r())}}function B(i){var n=t.isFunction(i);return function(r){var o=r.term,s={results:[]},a=n?i(r):i;t.isArray(a)&&(t(a).each(function(){var t=this.text!==e,i=t?this.text:this;(""===o||r.matcher(o,i))&&s.results.push(t?this:{id:this,text:this})}),r.callback(s))}}function E(e,i){if(t.isFunction(e))return!0;if(!e)return!1;if("string"==typeof e)return!0;throw new Error(i+" must be a string, function, or falsy value")}function I(e,i){if(t.isFunction(e)){var n=Array.prototype.slice.call(arguments,2);return e.apply(i,n)}return e}function S(e){var i=0;return t.each(e,function(t,e){e.children?i+=S(e.children):i++}),i}function D(){var e=this;t.each(arguments,function(t,i){e[i].remove(),e[i]=null})}function T(e,i){var n=function(){};return(n.prototype=new e).constructor=n,n.prototype.parent=e.prototype,n.prototype=t.extend(n.prototype,i),n}}(r)},44435(t,e,i){"use strict";i(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},44496(t,e,i){"use strict";var n=i(94644),r=i(19617).includes,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",function(t){return r(o(this),t,arguments.length>1?arguments[1]:void 0)})},44576(t){"use strict";var e=function(t){return t&&t.Math===Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof globalThis&&globalThis)||e("object"==typeof this&&this)||function(){return this}()||Function("return this")()},44732(t,e,i){"use strict";var n=i(94644),r=i(79504),o=i(79306),s=i(35370),a=n.aTypedArray,u=n.getTypedArrayConstructor,h=n.exportTypedArrayMethod,c=r(n.TypedArrayPrototype.sort);h("toSorted",function(t){void 0!==t&&o(t);var e=a(this),i=s(u(e),e);return c(i,t)})},45122(t){t.exports=function(t){for(var e,i=t.length;i--;){if(255!==(e=t.readUInt8(i))){e++,t.writeUInt8(e,i);break}t.writeUInt8(0,i)}}},45213(t,e,i){"use strict";var n=i(46518),r=i(44576),o=i(35370),s=i(59143),a=r.Uint8Array,u=!a||!a.fromBase64||!function(){try{return void a.fromBase64("a")}catch(t){}try{a.fromBase64("",null)}catch(t){return!0}}();a&&n({target:"Uint8Array",stat:!0,forced:u},{fromBase64:function(t){var e=s(t,arguments.length>1?arguments[1]:void 0,null,9007199254740991);return o(a,e.bytes)}})},45374(t,e,i){"use strict";i(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},45412(t,e,i){"use strict";var n=i(65606),r=i(33225);t.exports=b;var o,s=i(64634);b.ReadableState=v,i(37007).EventEmitter;var a=function(t,e){return t.listeners(e).length},u=i(40345),h=i(34106).Buffer,c=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},l=Object.create(i(15622));l.inherits=i(56698);var d=i(79838),f=void 0;f=d&&d.debuglog?d.debuglog("stream"):function(){};var p,g=i(83222),A=i(75896);l.inherits(b,u);var m=["error","close","destroy","pause","resume"];function v(t,e){t=t||{};var n=e instanceof(o=o||i(25382));this.objectMode=!!t.objectMode,n&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,s=t.readableHighWaterMark,a=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:n&&(s||0===s)?s:a,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new g,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(p||(p=i(79490).I),this.decoder=new p(t.encoding),this.encoding=t.encoding)}function b(t){if(o=o||i(25382),!(this instanceof b))return new b(t);this._readableState=new v(t,this),this.readable=!0,t&&("function"==typeof t.read&&(this._read=t.read),"function"==typeof t.destroy&&(this._destroy=t.destroy)),u.call(this)}function y(t,e,i,n,r){var o,s=t._readableState;return null===e?(s.reading=!1,function(t,e){if(!e.ended){if(e.decoder){var i=e.decoder.end();i&&i.length&&(e.buffer.push(i),e.length+=e.objectMode?1:i.length)}e.ended=!0,k(t)}}(t,s)):(r||(o=function(t,e){var i,n;return n=e,h.isBuffer(n)||n instanceof c||"string"==typeof e||void 0===e||t.objectMode||(i=new TypeError("Invalid non-string/buffer chunk")),i}(s,e)),o?t.emit("error",o):s.objectMode||e&&e.length>0?("string"==typeof e||s.objectMode||Object.getPrototypeOf(e)===h.prototype||(e=function(t){return h.from(t)}(e)),n?s.endEmitted?t.emit("error",new Error("stream.unshift() after end event")):w(t,s,e,!0):s.ended?t.emit("error",new Error("stream.push() after EOF")):(s.reading=!1,s.decoder&&!i?(e=s.decoder.write(e),s.objectMode||0!==e.length?w(t,s,e,!1):_(t,s)):w(t,s,e,!1))):n||(s.reading=!1)),function(t){return!t.ended&&(t.needReadable||t.lengthe.highWaterMark&&(e.highWaterMark=function(t){return t>=C?t=C:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function k(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(f("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?r.nextTick(M,t):M(t))}function M(t){f("emit readable"),t.emit("readable"),S(t)}function _(t,e){e.readingMore||(e.readingMore=!0,r.nextTick(B,t,e))}function B(t,e){for(var i=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=e.length?(i=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):i=function(t,e,i){var n;return to.length?o.length:t;if(s===o.length?r+=o:r+=o.slice(0,t),0===(t-=s)){s===o.length?(++n,i.next?e.head=i.next:e.head=e.tail=null):(e.head=i,i.data=o.slice(s));break}++n}return e.length-=n,r}(t,e):function(t,e){var i=h.allocUnsafe(t),n=e.head,r=1;for(n.data.copy(i),t-=n.data.length;n=n.next;){var o=n.data,s=t>o.length?o.length:t;if(o.copy(i,i.length-t,0,s),0===(t-=s)){s===o.length?(++r,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(s));break}++r}return e.length-=r,i}(t,e),n}(t,e.buffer,e.decoder),i);var i}function T(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,r.nextTick(O,e,t))}function O(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function P(t,e){for(var i=0,n=t.length;i=e.highWaterMark||e.ended))return f("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?T(this):k(this),null;if(0===(t=x(t,e))&&e.ended)return 0===e.length&&T(this),null;var n,r=e.needReadable;return f("need readable",r),(0===e.length||e.length-t0?D(t,e):null)?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),i!==t&&e.ended&&T(this)),null!==n&&this.emit("data",n),n},b.prototype._read=function(t){this.emit("error",new Error("_read() is not implemented"))},b.prototype.pipe=function(t,e){var i=this,o=this._readableState;switch(o.pipesCount){case 0:o.pipes=t;break;case 1:o.pipes=[o.pipes,t];break;default:o.pipes.push(t)}o.pipesCount+=1,f("pipe count=%d opts=%j",o.pipesCount,e);var u=e&&!1===e.end||t===n.stdout||t===n.stderr?v:h;function h(){f("onend"),t.end()}o.endEmitted?r.nextTick(u):i.once("end",u),t.on("unpipe",function e(n,r){f("onunpipe"),n===i&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,f("cleanup"),t.removeListener("close",A),t.removeListener("finish",m),t.removeListener("drain",c),t.removeListener("error",g),t.removeListener("unpipe",e),i.removeListener("end",h),i.removeListener("end",v),i.removeListener("data",p),l=!0,!o.awaitDrain||t._writableState&&!t._writableState.needDrain||c())});var c=function(t){return function(){var e=t._readableState;f("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&a(t,"data")&&(e.flowing=!0,S(t))}}(i);t.on("drain",c);var l=!1,d=!1;function p(e){f("ondata"),d=!1,!1!==t.write(e)||d||((1===o.pipesCount&&o.pipes===t||o.pipesCount>1&&-1!==P(o.pipes,t))&&!l&&(f("false write response, pause",o.awaitDrain),o.awaitDrain++,d=!0),i.pause())}function g(e){f("onerror",e),v(),t.removeListener("error",g),0===a(t,"error")&&t.emit("error",e)}function A(){t.removeListener("finish",m),v()}function m(){f("onfinish"),t.removeListener("close",A),v()}function v(){f("unpipe"),i.unpipe(t)}return i.on("data",p),function(t,e,i){if("function"==typeof t.prependListener)return t.prependListener(e,i);t._events&&t._events[e]?s(t._events[e])?t._events[e].unshift(i):t._events[e]=[i,t._events[e]]:t.on(e,i)}(t,"error",g),t.once("close",A),t.once("finish",m),t.emit("pipe",i),o.flowing||(f("pipe resume"),i.resume()),t},b.prototype.unpipe=function(t){var e=this._readableState,i={hasUnpiped:!1};if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes||(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,i)),this;if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o?@[\\\]^|]/,it=/[\0\t\n\r #/:<>?@[\\\]^|]/,nt=/^[\u0000-\u0020]+/,rt=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,ot=/[\t\n\r]/g,st=function(t){var e,i,n,r;if("number"==typeof t){for(e=[],i=0;i<4;i++)W(e,t%256),t=D(t/256);return R(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,i=1,n=null,r=0,o=0;o<8;o++)0!==t[o]?(r>i&&(e=n,i=r),n=null,r=0):(null===n&&(n=o),++r);return r>i?n:e}(t),i=0;i<8;i++)r&&0===t[i]||(r&&(r=!1),n===i?(e+=i?":":"::",r=!0):(e+=N(t[i],16),i<7&&(e+=":")));return"["+e+"]"}return t},at={},ut=p({},at,{" ":1,'"':1,"<":1,">":1,"`":1}),ht=p({},ut,{"#":1,"?":1,"{":1,"}":1}),ct=p({},ht,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),lt=function(t,e){var i=m(t,0);return i>32&&i<127&&!f(e,t)?t:encodeURIComponent(t)},dt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},ft=function(t,e){var i;return 2===t.length&&P(V,O(t,0))&&(":"===(i=O(t,1))||!e&&"|"===i)},pt=function(t){var e;return t.length>1&&ft(F(t,0,2))&&(2===t.length||"/"===(e=O(t,2))||"\\"===e||"?"===e||"#"===e)},gt=function(t){return"."===t||"%2e"===q(t)},At=function(t){return".."===(t=q(t))||"%2e."===t||".%2e"===t||"%2e%2e"===t},mt={},vt={},bt={},yt={},wt={},Ct={},xt={},kt={},Mt={},_t={},Bt={},Et={},It={},St={},Dt={},Tt={},Ot={},Pt={},Rt={},Nt={},zt={},Lt=function(t,e,i){var n,r,o,s=b(t);if(e){if(r=this.parse(s))throw new I(r);this.searchParams=null}else{if(void 0!==i&&(n=new Lt(i,!0)),r=this.parse(s,null,n))throw new I(r);(o=B(new _)).bindURL(this),this.searchParams=o}};Lt.prototype={type:"URL",parse:function(t,e,i){var r,o,s,a,u=this,h=e||mt,c=0,l="",d=!1,p=!1,m=!1;for(t=b(t),e||(u.scheme="",u.username="",u.password="",u.host=null,u.port=null,u.path=[],u.query=null,u.fragment=null,u.cannotBeABaseURL=!1,t=H(t,nt,""),t=H(t,rt,"$1")),t=H(t,ot,""),r=g(t);c<=r.length;){switch(o=r[c],h){case mt:if(!o||!P(V,o)){if(e)return Y;h=bt;continue}l+=q(o),h=vt;break;case vt:if(o&&(P(X,o)||"+"===o||"-"===o||"."===o))l+=q(o);else{if(":"!==o){if(e)return Y;l="",h=bt,c=0;continue}if(e&&(u.isSpecial()!==f(dt,l)||"file"===l&&(u.includesCredentials()||null!==u.port)||"file"===u.scheme&&!u.host))return;if(u.scheme=l,e)return void(u.isSpecial()&&dt[u.scheme]===u.port&&(u.port=null));l="","file"===u.scheme?h=St:u.isSpecial()&&i&&i.scheme===u.scheme?h=yt:u.isSpecial()?h=kt:"/"===r[c+1]?(h=wt,c++):(u.cannotBeABaseURL=!0,L(u.path,""),h=Rt)}break;case bt:if(!i||i.cannotBeABaseURL&&"#"!==o)return Y;if(i.cannotBeABaseURL&&"#"===o){u.scheme=i.scheme,u.path=A(i.path),u.query=i.query,u.fragment="",u.cannotBeABaseURL=!0,h=zt;break}h="file"===i.scheme?St:Ct;continue;case yt:if("/"!==o||"/"!==r[c+1]){h=Ct;continue}h=Mt,c++;break;case wt:if("/"===o){h=_t;break}h=Pt;continue;case Ct:if(u.scheme=i.scheme,o===n)u.username=i.username,u.password=i.password,u.host=i.host,u.port=i.port,u.path=A(i.path),u.query=i.query;else if("/"===o||"\\"===o&&u.isSpecial())h=xt;else if("?"===o)u.username=i.username,u.password=i.password,u.host=i.host,u.port=i.port,u.path=A(i.path),u.query="",h=Nt;else{if("#"!==o){u.username=i.username,u.password=i.password,u.host=i.host,u.port=i.port,u.path=A(i.path),u.path.length--,h=Pt;continue}u.username=i.username,u.password=i.password,u.host=i.host,u.port=i.port,u.path=A(i.path),u.query=i.query,u.fragment="",h=zt}break;case xt:if(!u.isSpecial()||"/"!==o&&"\\"!==o){if("/"!==o){u.username=i.username,u.password=i.password,u.host=i.host,u.port=i.port,h=Pt;continue}h=_t}else h=Mt;break;case kt:if(h=Mt,"/"!==o||"/"!==O(l,c+1))continue;c++;break;case Mt:if("/"!==o&&"\\"!==o){h=_t;continue}break;case _t:if("@"===o){d&&(l="%40"+l),d=!0,s=g(l);for(var v=0;v65535)return G;u.port=u.isSpecial()&&C===dt[u.scheme]?null:C,l=""}if(e)return;h=Ot;continue}return G}l+=o;break;case St:if(u.scheme="file","/"===o||"\\"===o)h=Dt;else{if(!i||"file"!==i.scheme){h=Pt;continue}switch(o){case n:u.host=i.host,u.path=A(i.path),u.query=i.query;break;case"?":u.host=i.host,u.path=A(i.path),u.query="",h=Nt;break;case"#":u.host=i.host,u.path=A(i.path),u.query=i.query,u.fragment="",h=zt;break;default:pt(R(A(r,c),""))||(u.host=i.host,u.path=A(i.path),u.shortenPath()),h=Pt;continue}}break;case Dt:if("/"===o||"\\"===o){h=Tt;break}i&&"file"===i.scheme&&!pt(R(A(r,c),""))&&(ft(i.path[0],!0)?L(u.path,i.path[0]):u.host=i.host),h=Pt;continue;case Tt:if(o===n||"/"===o||"\\"===o||"?"===o||"#"===o){if(!e&&ft(l))h=Pt;else if(""===l){if(u.host="",e)return;h=Ot}else{if(a=u.parseHost(l))return a;if("localhost"===u.host&&(u.host=""),e)return;l="",h=Ot}continue}l+=o;break;case Ot:if(u.isSpecial()){if(h=Pt,"/"!==o&&"\\"!==o)continue}else if(e||"?"!==o)if(e||"#"!==o){if(o!==n&&(h=Pt,"/"!==o))continue}else u.fragment="",h=zt;else u.query="",h=Nt;break;case Pt:if(o===n||"/"===o||"\\"===o&&u.isSpecial()||!e&&("?"===o||"#"===o)){if(At(l)?(u.shortenPath(),"/"===o||"\\"===o&&u.isSpecial()||L(u.path,"")):gt(l)?"/"===o||"\\"===o&&u.isSpecial()||L(u.path,""):("file"===u.scheme&&!u.path.length&&ft(l)&&(u.host&&(u.host=""),l=O(l,0)+":"),L(u.path,l)),l="","file"===u.scheme&&(o===n||"?"===o||"#"===o))for(;u.path.length>1&&""===u.path[0];)j(u.path);"?"===o?(u.query="",h=Nt):"#"===o&&(u.fragment="",h=zt)}else l+=lt(o,ht);break;case Rt:"?"===o?(u.query="",h=Nt):"#"===o?(u.fragment="",h=zt):o!==n&&(u.path[0]+=lt(o,at));break;case Nt:e||"#"!==o?o!==n&&("'"===o&&u.isSpecial()?u.query+="%27":u.query+="#"===o?"%23":lt(o,at)):(u.fragment="",h=zt);break;case zt:o!==n&&(u.fragment+=lt(o,ut))}c++}},parseHost:function(t){var e,i,n;if("["===O(t,0)){if("]"!==O(t,t.length-1))return Q;if(e=function(t){var e,i,n,r,o,s,a,u=[0,0,0,0,0,0,0,0],h=0,c=null,l=0,d=function(){return O(t,l)};if(":"===d()){if(":"!==O(t,1))return;l+=2,c=++h}for(;d();){if(8===h)return;if(":"!==d()){for(e=i=0;i<4&&P(tt,d());)e=16*e+S(d(),16),l++,i++;if("."===d()){if(0===i)return;if(l-=i,h>6)return;for(n=0;d();){if(r=null,n>0){if(!("."===d()&&n<4))return;l++}if(!P(K,d()))return;for(;P(K,d());){if(o=S(d(),10),null===r)r=o;else{if(0===r)return;r=10*r+o}if(r>255)return;l++}u[h]=256*u[h]+r,2!==++n&&4!==n||h++}if(4!==n)return;break}if(":"===d()){if(l++,!d())return}else if(d())return;u[h++]=e}else{if(null!==c)return;l++,c=++h}}if(null!==c)for(s=h-c,h=7;0!==h&&s>0;)a=u[h],u[h--]=u[c+s-1],u[c+--s]=a;else if(8!==h)return;return u}(F(t,1,-1)),!e)return Q;this.host=e}else if(this.isSpecial()){if(t=v(t),P(et,t))return Q;if(e=function(t){var e,i,n,r,o,s,a,u=U(t,".");if(u.length&&""===u[u.length-1]&&u.length--,(e=u.length)>4)return t;for(i=[],n=0;n1&&"0"===O(r,0)&&(o=P(Z,r)?16:8,r=F(r,8===o?1:2)),""===r)s=0;else{if(!P(10===o?$:8===o?J:tt,r))return t;s=S(r,o)}L(i,s)}for(n=0;n=T(256,5-e))return null}else if(s>255)return null;for(a=z(i),n=0;n1?arguments[1]:void 0,n=k(e,new Lt(t,!1,i));o||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},jt=Ht.prototype,Ut=function(t,e){return{get:function(){return M(this)[t]()},set:e&&function(t){return M(this)[e](t)},configurable:!0,enumerable:!0}};if(o&&(l(jt,"href",Ut("serialize","setHref")),l(jt,"origin",Ut("getOrigin")),l(jt,"protocol",Ut("getProtocol","setProtocol")),l(jt,"username",Ut("getUsername","setUsername")),l(jt,"password",Ut("getPassword","setPassword")),l(jt,"host",Ut("getHost","setHost")),l(jt,"hostname",Ut("getHostname","setHostname")),l(jt,"port",Ut("getPort","setPort")),l(jt,"pathname",Ut("getPathname","setPathname")),l(jt,"search",Ut("getSearch","setSearch")),l(jt,"searchParams",Ut("getSearchParams")),l(jt,"hash",Ut("getHash","setHash"))),c(jt,"toJSON",function(){return M(this).serialize()},{enumerable:!0}),c(jt,"toString",function(){return M(this).serialize()},{enumerable:!0}),E){var Ft=E.createObjectURL,qt=E.revokeObjectURL;Ft&&c(Ht,"createObjectURL",u(Ft,E)),qt&&c(Ht,"revokeObjectURL",u(qt,E))}y(Ht,"URL"),r({global:!0,constructor:!0,forced:!s,sham:!o},{URL:Ht})},45876(t,e,i){"use strict";var n=i(46518),r=i(53838);n({target:"Set",proto:!0,real:!0,forced:!i(84916)("isSubsetOf",function(t){return t})},{isSubsetOf:r})},46229(t,e,i){"use strict";e.sha1=i(43917),e.sha224=i(47714),e.sha256=i(2287),e.sha384=i(21911),e.sha512=i(57766)},46276(t,e,i){"use strict";var n=i(46518),r=i(77240);n({target:"String",proto:!0,forced:i(23061)("strike")},{strike:function(){return r(this,"strike","","")}})},46383(t,e,i){var n=i(92861).Buffer,r=i(30295);function o(t,e,i){var o=e.length,s=r(e,t._cache);return t._cache=t._cache.slice(o),t._prev=n.concat([t._prev,i?e:s]),s}e.encrypt=function(t,e,i){for(var r,s=n.allocUnsafe(0);e.length;){if(0===t._cache.length&&(t._cache=t._cipher.encryptBlock(t._prev),t._prev=n.allocUnsafe(0)),!(t._cache.length<=e.length)){s=n.concat([s,o(t,e,i)]);break}r=t._cache.length,s=n.concat([s,o(t,e.slice(0,r),i)]),e=e.slice(r)}return s}},46449(t,e,i){"use strict";var n=i(46518),r=i(70259),o=i(48981),s=i(26198),a=i(91291),u=i(1469);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=o(this),i=s(e),n=u(e,0);return n.length=r(n,e,e,i,0,void 0===t?1:a(t)),n}})},46518(t,e,i){"use strict";var n=i(44576),r=i(77347).f,o=i(66699),s=i(36840),a=i(39433),u=i(77740),h=i(92796);t.exports=function(t,e){var i,c,l,d,f,p=t.target,g=t.global,A=t.stat;if(i=g?n:A?n[p]||a(p,{}):n[p]&&n[p].prototype)for(c in e){if(d=e[c],l=t.dontCallGetSet?(f=r(i,c))&&f.value:i[c],!h(g?c:p+(A?".":"#")+c,t.forced)&&void 0!==l){if(typeof d==typeof l)continue;u(d,l)}(t.sham||l&&l.sham)&&o(d,"sham",!0),s(i,c,d,t)}}},46594(t,e,i){"use strict";i(15823)("Int8",function(t){return function(e,i,n){return t(this,e,i,n)}})},46661(t,e,i){"use strict";var n=i(47011),r=n.assert,o=n.parseBytes,s=n.cachedProperty;function a(t,e){this.eddsa=t,this._secret=o(e.secret),t.isPoint(e.pub)?this._pub=e.pub:this._pubBytes=o(e.pub)}a.fromPublic=function(t,e){return e instanceof a?e:new a(t,{pub:e})},a.fromSecret=function(t,e){return e instanceof a?e:new a(t,{secret:e})},a.prototype.secret=function(){return this._secret},s(a,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),s(a,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),s(a,"privBytes",function(){var t=this.eddsa,e=this.hash(),i=t.encodingLength-1,n=e.slice(0,t.encodingLength);return n[0]&=248,n[i]&=127,n[i]|=64,n}),s(a,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),s(a,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),s(a,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),a.prototype.sign=function(t){return r(this._secret,"KeyPair can only verify"),this.eddsa.sign(t,this)},a.prototype.verify=function(t,e){return this.eddsa.verify(t,e,this)},a.prototype.getSecret=function(t){return r(this._secret,"KeyPair is public only"),n.encode(this.secret(),t)},a.prototype.getPublic=function(t){return n.encode(this.pubBytes(),t)},t.exports=a},46706(t,e,i){"use strict";var n=i(79504),r=i(79306);t.exports=function(t,e,i){try{return n(r(Object.getOwnPropertyDescriptor(t,e)[i]))}catch(t){}}},46761(t,e,i){"use strict";var n=i(46518),r=i(94644);n({target:"ArrayBuffer",stat:!0,forced:!r.NATIVE_ARRAY_BUFFER_VIEWS},{isView:r.isView})},46784(t,e,i){"use strict";var n=i(67426),r=i(66166),o=n.rotl32,s=n.sum32,a=n.sum32_3,u=n.sum32_4,h=r.BlockHash;function c(){if(!(this instanceof c))return new c;h.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function l(t,e,i,n){return t<=15?e^i^n:t<=31?e&i|~e&n:t<=47?(e|~i)^n:t<=63?e&n|i&~n:e^(i|~n)}function d(t){return t<=15?0:t<=31?1518500249:t<=47?1859775393:t<=63?2400959708:2840853838}function f(t){return t<=15?1352829926:t<=31?1548603684:t<=47?1836072691:t<=63?2053994217:0}n.inherits(c,h),e.ripemd160=c,c.blockSize=512,c.outSize=160,c.hmacStrength=192,c.padLength=64,c.prototype._update=function(t,e){for(var i=this.h[0],n=this.h[1],r=this.h[2],h=this.h[3],c=this.h[4],v=i,b=n,y=r,w=h,C=c,x=0;x<80;x++){var k=s(o(u(i,l(x,n,r,h),t[p[x]+e],d(x)),A[x]),c);i=c,c=h,h=o(r,10),r=n,n=k,k=s(o(u(v,l(79-x,b,y,w),t[g[x]+e],f(x)),m[x]),C),v=C,C=w,w=o(y,10),y=b,b=k}k=a(this.h[1],r,w),this.h[1]=a(this.h[2],h,C),this.h[2]=a(this.h[3],c,v),this.h[3]=a(this.h[4],i,b),this.h[4]=a(this.h[0],n,y),this.h[0]=k},c.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var p=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],g=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],A=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],m=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},46785(t,e,i){"use strict";e.__esModule=!0;var n,r=i(82849),o=(n=i(13769))&&n.__esModule?n:{default:n};e.default=function(t){t.registerHelper("each",function(t,e){if(!e)throw new o.default("Must pass iterator to #each");var i,n=e.fn,s=e.inverse,a=0,u="",h=void 0,c=void 0;function l(e,i,o){h&&(h.key=e,h.index=i,h.first=0===i,h.last=!!o,c&&(h.contextPath=c+e)),u+=n(t[e],{data:h,blockParams:r.blockParams([t[e],e],[c+e,null])})}if(e.data&&e.ids&&(c=r.appendContextPath(e.data.contextPath,e.ids[0])+"."),r.isFunction(t)&&(t=t.call(this)),e.data&&(h=r.createFrame(e.data)),t&&"object"==typeof t)if(r.isArray(t))for(var d=t.length;a(o>>1)-1?(o>>1)-u:u,s.isubn(a)):a=0,r[n]=a,s.iushrn(1)}return r},n.getJSF=function(t,e){var i=[[],[]];t=t.clone(),e=e.clone();for(var n,r=0,o=0;t.cmpn(-r)>0||e.cmpn(-o)>0;){var s,a,u=t.andln(3)+r&3,h=e.andln(3)+o&3;3===u&&(u=-1),3===h&&(h=-1),s=1&u?3!=(n=t.andln(7)+r&7)&&5!==n||2!==h?u:-u:0,i[0].push(s),a=1&h?3!=(n=e.andln(7)+o&7)&&5!==n||2!==u?h:-h:0,i[1].push(a),2*r===s+1&&(r=1-r),2*o===a+1&&(o=1-o),t.iushrn(1),e.iushrn(1)}return i},n.cachedProperty=function(t,e,i){var n="_"+e;t.prototype[e]=function(){return void 0!==this[n]?this[n]:this[n]=i.call(this)}},n.parseBytes=function(t){return"string"==typeof t?n.toArray(t,"hex"):t},n.intFromLE=function(t){return new r(t,"hex","le")}},47055(t,e,i){"use strict";var n=i(79504),r=i(79039),o=i(22195),s=Object,a=n("".split);t.exports=r(function(){return!s("z").propertyIsEnumerable(0)})?function(t){return"String"===o(t)?a(t,""):s(t)}:s},47072(t,e,i){"use strict";var n=i(46518),r=i(79504),o=i(79306),s=i(67750),a=i(72652),u=i(72248),h=i(96395),c=i(79039),l=u.Map,d=u.has,f=u.get,p=u.set,g=r([].push),A=h||c(function(){return 1!==l.groupBy("ab",function(t){return t}).get("a").length});n({target:"Map",stat:!0,forced:h||A},{groupBy:function(t,e){s(t),o(e);var i=new l,n=0;return a(t,function(t){var r=e(t,n++);d(i,r)?g(f(i,r),t):p(i,r,[t])}),i}})},47108(t,e,i){"use strict";var n=i(56698),r=i(88276),o=i(66011),s=i(62802),a=i(56168);function u(t){a.call(this,"digest"),this._hash=t}n(u,a),u.prototype._update=function(t){this._hash.update(t)},u.prototype._final=function(){return this._hash.digest()},t.exports=function(t){return"md5"===(t=t.toLowerCase())?new r:"rmd160"===t||"ripemd160"===t?new o:new u(s(t))}},47227(t,e,i){var n=i(56698),r=i(9673).Reporter,o=i(1048).Buffer;function s(t,e){r.call(this,e),o.isBuffer(t)?(this.base=t,this.offset=0,this.length=t.length):this.error("Input not Buffer")}function a(t,e){if(Array.isArray(t))this.length=0,this.value=t.map(function(t){return t instanceof a||(t=new a(t,e)),this.length+=t.length,t},this);else if("number"==typeof t){if(!(0<=t&&t<=255))return e.error("non-byte EncoderBuffer value");this.value=t,this.length=1}else if("string"==typeof t)this.value=t,this.length=o.byteLength(t);else{if(!o.isBuffer(t))return e.error("Unsupported type: "+typeof t);this.value=t,this.length=t.length}}n(s,r),e.t=s,s.prototype.save=function(){return{offset:this.offset,reporter:r.prototype.save.call(this)}},s.prototype.restore=function(t){var e=new s(this.base);return e.offset=t.offset,e.length=this.offset,this.offset=t.offset,r.prototype.restore.call(this,t.reporter),e},s.prototype.isEmpty=function(){return this.offset===this.length},s.prototype.readUInt8=function(t){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(t||"DecoderBuffer overrun")},s.prototype.skip=function(t,e){if(!(this.offset+t<=this.length))return this.error(e||"DecoderBuffer overrun");var i=new s(this.base);return i._reporterState=this._reporterState,i.offset=this.offset,i.length=this.offset+t,this.offset+=t,i},s.prototype.raw=function(t){return this.base.slice(t?t.offset:this.offset,this.length)},e.d=a,a.prototype.join=function(t,e){return t||(t=new o(this.length)),e||(e=0),0===this.length||(Array.isArray(this.value)?this.value.forEach(function(i){i.join(t,e),e+=i.length}):("number"==typeof this.value?t[e]=this.value:"string"==typeof this.value?t.write(this.value,e):o.isBuffer(this.value)&&this.value.copy(t,e),e+=this.length)),t}},47363(t,e,i){var n=i(87568),r=i(56698);function o(t,e){this.name=t,this.body=e,this.decoders={},this.encoders={}}e.define=function(t,e){return new o(t,e)},o.prototype._createNamed=function(t){var e;try{e=i(68961).runInThisContext("(function "+this.name+"(entity) {\n this._initNamed(entity);\n})")}catch(t){e=function(t){this._initNamed(t)}}return r(e,t),e.prototype._initNamed=function(e){t.call(this,e)},new e(this)},o.prototype._getDecoder=function(t){return t=t||"der",this.decoders.hasOwnProperty(t)||(this.decoders[t]=this._createNamed(n.decoders[t])),this.decoders[t]},o.prototype.decode=function(t,e,i){return this._getDecoder(e).decode(t,i)},o.prototype._getEncoder=function(t){return t=t||"der",this.encoders.hasOwnProperty(t)||(this.encoders[t]=this._createNamed(n.encoders[t])),this.encoders[t]},o.prototype.encode=function(t,e,i){return this._getEncoder(e).encode(t,i)}},47452(t){"use strict";t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},47566(t,e,i){"use strict";var n=i(36840),r=i(79504),o=i(655),s=i(22812),a=URLSearchParams,u=a.prototype,h=r(u.getAll),c=r(u.has),l=new a("a=1");!l.has("a",2)&&l.has("a",void 0)||n(u,"has",function(t){var e=arguments.length,i=e<2?void 0:arguments[1];if(e&&void 0===i)return c(this,t);var n=h(this,t);s(e,1);for(var r=o(i),a=0;a=i.length?a(void 0,!0):(t=n(i,r),e.index+=t.length,a(t,!1))})},47790(){},48140(t,e,i){"use strict";var n=i(94644),r=i(26198),o=i(91291),s=n.aTypedArray;(0,n.exportTypedArrayMethod)("at",function(t){var e=s(this),i=r(e),n=o(t),a=n>=0?n:i+n;return a<0||a>=i?void 0:e[a]})},48206(t,e,i){var n=i(47108),r=i(92861).Buffer;function o(t){var e=r.allocUnsafe(4);return e.writeUInt32BE(t,0),e}t.exports=function(t,e){for(var i,s=r.alloc(0),a=0;s.length1?arguments[1]:void 0)}}),o(s)},48981(t,e,i){"use strict";var n=i(67750),r=Object;t.exports=function(t){return r(n(t))}},49340(t){"use strict";var e=Math.log,i=Math.LOG10E;t.exports=Math.log10||function(t){return e(t)*i}},49603(t,e,i){"use strict";var n=i(46518),r=i(69565),o=i(48981),s=i(1625),a=i(57657).IteratorPrototype,u=i(19462),h=i(48646),c=i(96395)||function(){try{Iterator.from({return:null}).return()}catch(t){return!0}}(),l=u(function(){return r(this.next,this.iterator)},!0);n({target:"Iterator",stat:!0,forced:c},{from:function(t){var e=h("string"==typeof t?o(t):t,!0);return s(a,e.iterator)?e.iterator:new l(e)}})},49773(t,e,i){"use strict";var n=i(46518),r=i(4495),o=i(79039),s=i(33717),a=i(48981);n({target:"Object",stat:!0,forced:!r||o(function(){s.f(1)})},{getOwnPropertySymbols:function(t){var e=s.f;return e?e(a(t)):[]}})},50082(t,e,i){"use strict";i.r(e),i.d(e,{VERSION:()=>n.xv,after:()=>wt.A,all:()=>Lt.A,allKeys:()=>T.A,any:()=>Ht.A,assign:()=>L.A,before:()=>Ct.A,bind:()=>lt.A,bindAll:()=>dt.A,chain:()=>ut.A,chunk:()=>ve.A,clone:()=>U.A,collect:()=>Ot.A,compact:()=>ae.A,compose:()=>yt.A,constant:()=>G.A,contains:()=>jt.A,countBy:()=>Zt.A,create:()=>j.A,debounce:()=>mt.A,default:()=>ye.A,defaults:()=>H.A,defer:()=>gt.A,delay:()=>pt.A,detect:()=>St.A,difference:()=>fe.A,drop:()=>se.A,each:()=>Tt.A,escape:()=>it.A,every:()=>Lt.A,extend:()=>z.A,extendOwn:()=>L.A,filter:()=>Nt.A,find:()=>St.A,findIndex:()=>Mt.A,findKey:()=>kt.A,findLastIndex:()=>_t.A,findWhere:()=>Dt.A,first:()=>ne.A,flatten:()=>ue.A,foldl:()=>Pt.A,foldr:()=>Rt.A,forEach:()=>Tt.A,functions:()=>N.A,get:()=>q.A,groupBy:()=>Xt.A,has:()=>W.A,head:()=>ne.A,identity:()=>Q.A,include:()=>jt.A,includes:()=>jt.A,indexBy:()=>Kt.A,indexOf:()=>Et.A,initial:()=>re.A,inject:()=>Pt.A,intersection:()=>de.A,invert:()=>R.A,invoke:()=>Ut.A,isArguments:()=>y.A,isArray:()=>v.A,isArrayBuffer:()=>A.A,isBoolean:()=>u.A,isDataView:()=>m.A,isDate:()=>d.A,isElement:()=>h.A,isEmpty:()=>k.A,isEqual:()=>_.A,isError:()=>p.A,isFinite:()=>w.A,isFunction:()=>b.A,isMap:()=>B.A,isMatch:()=>M.A,isNaN:()=>C.A,isNull:()=>s.A,isNumber:()=>l.A,isObject:()=>o.A,isRegExp:()=>f.A,isSet:()=>I.A,isString:()=>c.A,isSymbol:()=>g.A,isTypedArray:()=>x.A,isUndefined:()=>a.A,isWeakMap:()=>E.A,isWeakSet:()=>S.A,iteratee:()=>ht.A,keys:()=>D.A,last:()=>oe.A,lastIndexOf:()=>It.A,map:()=>Ot.A,mapObject:()=>Y.A,matcher:()=>J.A,matches:()=>J.A,max:()=>Wt.A,memoize:()=>ft.A,methods:()=>N.A,min:()=>Yt.A,mixin:()=>be.A,negate:()=>bt.A,noop:()=>V.A,now:()=>et.A,object:()=>Ae.A,omit:()=>ie.A,once:()=>xt.A,pairs:()=>P.A,partial:()=>ct.A,partition:()=>Jt.A,pick:()=>ee.A,pluck:()=>Ft.A,property:()=>K.A,propertyOf:()=>Z.A,random:()=>tt.A,range:()=>me.A,reduce:()=>Pt.A,reduceRight:()=>Rt.A,reject:()=>zt.A,rest:()=>se.A,restArguments:()=>r.A,result:()=>st.A,sample:()=>Gt.A,select:()=>Nt.A,shuffle:()=>Qt.A,size:()=>te.A,some:()=>Ht.A,sortBy:()=>Vt.A,sortedIndex:()=>Bt.A,tail:()=>se.A,take:()=>ne.A,tap:()=>F.A,template:()=>ot.A,templateSettings:()=>rt.A,throttle:()=>At.A,times:()=>$.A,toArray:()=>$t.A,toPath:()=>X.A,transpose:()=>pe.A,unescape:()=>nt.A,union:()=>le.A,uniq:()=>ce.A,unique:()=>ce.A,uniqueId:()=>at.A,unzip:()=>pe.A,values:()=>O.A,where:()=>qt.A,without:()=>he.A,wrap:()=>vt.A,zip:()=>ge.A});var n=i(28794),r=i(11508),o=i(44099),s=i(21949),a=i(96734),u=i(85142),h=i(1138),c=i(90573),l=i(72897),d=i(88848),f=i(50093),p=i(82940),g=i(18628),A=i(38993),m=i(84933),v=i(15811),b=i(11380),y=i(66494),w=i(48215),C=i(58855),x=i(32271),k=i(31611),M=i(29143),_=i(71435),B=i(71940),E=i(30296),I=i(95094),S=i(9634),D=i(75144),T=i(88445),O=i(78850),P=i(55895),R=i(38024),N=i(66343),z=i(3080),L=i(19478),H=i(19318),j=i(50656),U=i(46463),F=i(73323),q=i(63854),W=i(7930),Y=i(42687),Q=i(69702),G=i(86524),V=i(964),X=i(18398),K=i(35957),Z=i(95048),J=i(70104),$=i(12672),tt=i(19291),et=i(52414),it=i(20235),nt=i(47868),rt=i(2155),ot=i(74394),st=i(60301),at=i(64230),ut=i(36503),ht=i(48557),ct=i(63015),lt=i(95619),dt=i(93964),ft=i(630),pt=i(52933),gt=i(26622),At=i(58448),mt=i(99527),vt=i(62112),bt=i(66058),yt=i(81734),wt=i(86800),Ct=i(73939),xt=i(55481),kt=i(72532),Mt=i(80843),_t=i(58699),Bt=i(43481),Et=i(30899),It=i(95379),St=i(9671),Dt=i(22888),Tt=i(79901),Ot=i(15928),Pt=i(68518),Rt=i(8606),Nt=i(62478),zt=i(37183),Lt=i(47601),Ht=i(54580),jt=i(38973),Ut=i(75112),Ft=i(44339),qt=i(17453),Wt=i(96624),Yt=i(3374),Qt=i(14875),Gt=i(86666),Vt=i(74849),Xt=i(30824),Kt=i(43639),Zt=i(72232),Jt=i(90268),$t=i(42847),te=i(39005),ee=i(88571),ie=i(54585),ne=i(42892),re=i(72826),oe=i(10328),se=i(59750),ae=i(78707),ue=i(72704),he=i(63182),ce=i(8037),le=i(25981),de=i(65665),fe=i(14299),pe=i(9176),ge=i(58877),Ae=i(85919),me=i(29271),ve=i(84327),be=i(23991),ye=i(37643)},50113(t,e,i){"use strict";var n=i(46518),r=i(59213).find,o=i(6469),s="find",a=!0;s in[]&&Array(1)[s](function(){a=!1}),n({target:"Array",proto:!0,forced:a},{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),o(s)},50283(t,e,i){"use strict";var n=i(79504),r=i(79039),o=i(94901),s=i(39297),a=i(43724),u=i(10350).CONFIGURABLE,h=i(33706),c=i(91181),l=c.enforce,d=c.get,f=String,p=Object.defineProperty,g=n("".slice),A=n("".replace),m=n([].join),v=a&&!r(function(){return 8!==p(function(){},"length",{value:8}).length}),b=String(String).split("String"),y=t.exports=function(t,e,i){"Symbol("===g(f(e),0,7)&&(e="["+A(f(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!s(t,"name")||u&&t.name!==e)&&(a?p(t,"name",{value:e,configurable:!0}):t.name=e),v&&i&&s(i,"arity")&&t.length!==i.arity&&p(t,"length",{value:i.arity});try{i&&s(i,"constructor")&&i.constructor?a&&p(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=l(t);return s(n,"source")||(n.source=m(b,"string"==typeof e?e:"")),t};Function.prototype.toString=y(function(){return o(this)&&d(this).source||h(this)},"toString")},50360(t,e,i){"use strict";var n=i(44576).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&n(t)}},50375(t,e,i){"use strict";var n=i(46518),r=i(79504),o=i(67750),s=i(91291),a=i(655),u=r("".slice),h=Math.max,c=Math.min;n({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(t,e){var i,n,r=a(o(this)),l=r.length,d=s(t);return d===1/0&&(d=0),d<0&&(d=h(l+d,0)),(i=void 0===e?l:s(e))<=0||i===1/0||d>=(n=c(d+i,l))?"":u(r,d,n)}})},50452(t,e,i){"use strict";var n=i(69565),r=i(36840),o=i(97751),s=i(55966),a=i(39297),u=i(608),h=i(53982),c=u("asyncDispose"),l=o("Promise");a(h,c)||r(h,c,function(){var t=this;return new l(function(e,i){var r=s(t,"return");r?l.resolve(n(r,t)).then(function(){e(void 0)},i):e(void 0)})})},50462(t,e,i){var n=i(92861).Buffer;function r(t){n.isBuffer(t)||(t=n.from(t));for(var e=t.length/4|0,i=new Array(e),r=0;r>>24]^c[p>>>16&255]^l[g>>>8&255]^d[255&A]^e[m++],s=h[p>>>24]^c[g>>>16&255]^l[A>>>8&255]^d[255&f]^e[m++],a=h[g>>>24]^c[A>>>16&255]^l[f>>>8&255]^d[255&p]^e[m++],u=h[A>>>24]^c[f>>>16&255]^l[p>>>8&255]^d[255&g]^e[m++],f=o,p=s,g=a,A=u;return o=(n[f>>>24]<<24|n[p>>>16&255]<<16|n[g>>>8&255]<<8|n[255&A])^e[m++],s=(n[p>>>24]<<24|n[g>>>16&255]<<16|n[A>>>8&255]<<8|n[255&f])^e[m++],a=(n[g>>>24]<<24|n[A>>>16&255]<<16|n[f>>>8&255]<<8|n[255&p])^e[m++],u=(n[A>>>24]<<24|n[f>>>16&255]<<16|n[p>>>8&255]<<8|n[255&g])^e[m++],[o>>>=0,s>>>=0,a>>>=0,u>>>=0]}var a=[0,1,2,4,8,16,32,64,128,27,54],u=function(){for(var t=new Array(256),e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var i=[],n=[],r=[[],[],[],[]],o=[[],[],[],[]],s=0,a=0,u=0;u<256;++u){var h=a^a<<1^a<<2^a<<3^a<<4;h=h>>>8^255&h^99,i[s]=h,n[h]=s;var c=t[s],l=t[c],d=t[l],f=257*t[h]^16843008*h;r[0][s]=f<<24|f>>>8,r[1][s]=f<<16|f>>>16,r[2][s]=f<<8|f>>>24,r[3][s]=f,f=16843009*d^65537*l^257*c^16843008*s,o[0][h]=f<<24|f>>>8,o[1][h]=f<<16|f>>>16,o[2][h]=f<<8|f>>>24,o[3][h]=f,0===s?s=a=1:(s=c^t[t[t[d^c]]],a^=t[t[a]])}return{SBOX:i,INV_SBOX:n,SUB_MIX:r,INV_SUB_MIX:o}}();function h(t){this._key=r(t),this._reset()}h.blockSize=16,h.keySize=32,h.prototype.blockSize=h.blockSize,h.prototype.keySize=h.keySize,h.prototype._reset=function(){for(var t=this._key,e=t.length,i=e+6,n=4*(i+1),r=[],o=0;o>>24,s=u.SBOX[s>>>24]<<24|u.SBOX[s>>>16&255]<<16|u.SBOX[s>>>8&255]<<8|u.SBOX[255&s],s^=a[o/e|0]<<24):e>6&&o%e===4&&(s=u.SBOX[s>>>24]<<24|u.SBOX[s>>>16&255]<<16|u.SBOX[s>>>8&255]<<8|u.SBOX[255&s]),r[o]=r[o-e]^s}for(var h=[],c=0;c>>24]]^u.INV_SUB_MIX[1][u.SBOX[d>>>16&255]]^u.INV_SUB_MIX[2][u.SBOX[d>>>8&255]]^u.INV_SUB_MIX[3][u.SBOX[255&d]]}this._nRounds=i,this._keySchedule=r,this._invKeySchedule=h},h.prototype.encryptBlockRaw=function(t){return s(t=r(t),this._keySchedule,u.SUB_MIX,u.SBOX,this._nRounds)},h.prototype.encryptBlock=function(t){var e=this.encryptBlockRaw(t),i=n.allocUnsafe(16);return i.writeUInt32BE(e[0],0),i.writeUInt32BE(e[1],4),i.writeUInt32BE(e[2],8),i.writeUInt32BE(e[3],12),i},h.prototype.decryptBlock=function(t){var e=(t=r(t))[1];t[1]=t[3],t[3]=e;var i=s(t,this._invKeySchedule,u.INV_SUB_MIX,u.INV_SBOX,this._nRounds),o=n.allocUnsafe(16);return o.writeUInt32BE(i[0],0),o.writeUInt32BE(i[3],4),o.writeUInt32BE(i[2],8),o.writeUInt32BE(i[1],12),o},h.prototype.scrub=function(){o(this._keySchedule),o(this._invKeySchedule),o(this._key)},t.exports.AES=h},50650(t,e,i){var n=i(50462),r=i(92861).Buffer,o=i(56168);function s(t,e,i,s){o.call(this),this._cipher=new n.AES(e),this._prev=r.from(i),this._cache=r.allocUnsafe(0),this._secCache=r.allocUnsafe(0),this._decrypt=s,this._mode=t}i(56698)(s,o),s.prototype._update=function(t){return this._mode.encrypt(this,t,this._decrypt)},s.prototype._final=function(){this._cipher.scrub()},t.exports=s},50778(t,e,i){"use strict";var n=i(46518),r=i(77240);n({target:"String",proto:!0,forced:i(23061)("link")},{link:function(t){return r(this,"a","href",t)}})},50851(t,e,i){"use strict";var n=i(36955),r=i(55966),o=i(64117),s=i(26269),a=i(608)("iterator");t.exports=function(t){if(!o(t))return r(t,a)||r(t,"@@iterator")||s[n(t)]}},50908(t,e,i){"use strict";e.__esModule=!0;var n,r=i(82849),o=(n=i(13769))&&n.__esModule?n:{default:n};e.default=function(t){t.registerHelper("with",function(t,e){if(2!=arguments.length)throw new o.default("#with requires exactly one argument");r.isFunction(t)&&(t=t.call(this));var i=e.fn;if(r.isEmpty(t))return e.inverse(this);var n=e.data;return e.data&&e.ids&&((n=r.createFrame(e.data)).contextPath=r.appendContextPath(e.data.contextPath,e.ids[0])),i(t,{data:n,blockParams:r.blockParams([t],[n&&n.contextPath])})})},t.exports=e.default},51069(){},51088(t,e,i){"use strict";var n=i(46518),r=i(69565),o=i(96395),s=i(10350),a=i(94901),u=i(33994),h=i(42787),c=i(52967),l=i(10687),d=i(66699),f=i(36840),p=i(608),g=i(26269),A=i(57657),m=s.PROPER,v=s.CONFIGURABLE,b=A.IteratorPrototype,y=A.BUGGY_SAFARI_ITERATORS,w=p("iterator"),C="keys",x="values",k="entries",M=function(){return this};t.exports=function(t,e,i,s,p,A,_){u(i,e,s);var B,E,I,S=function(t){if(t===p&&R)return R;if(!y&&t&&t in O)return O[t];switch(t){case C:case x:case k:return function(){return new i(this,t)}}return function(){return new i(this)}},D=e+" Iterator",T=!1,O=t.prototype,P=O[w]||O["@@iterator"]||p&&O[p],R=!y&&P||S(p),N="Array"===e&&O.entries||P;if(N&&(B=h(N.call(new t)))!==Object.prototype&&B.next&&(o||h(B)===b||(c?c(B,b):a(B[w])||f(B,w,M)),l(B,D,!0,!0),o&&(g[D]=M)),m&&p===x&&P&&P.name!==x&&(!o&&v?d(O,"name",x):(T=!0,R=function(){return r(P,this)})),p)if(E={values:S(x),keys:A?R:S(C),entries:S(k)},_)for(I in E)(y||T||!(I in O))&&f(O,I,E[I]);else n({target:e,proto:!0,forced:y||T},E);return o&&!_||O[w]===R||f(O,w,R,{name:p}),g[e]=R,E}},51147(t,e,i){"use strict";var n=i(92861).Buffer,r=i(48537),o=i(28399).Transform;function s(t){o.call(this),this._block=n.allocUnsafe(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}i(56698)(s,o),s.prototype._transform=function(t,e,i){var n=null;try{this.update(t,e)}catch(t){n=t}i(n)},s.prototype._flush=function(t){var e=null;try{this.push(this.digest())}catch(t){e=t}t(e)},s.prototype.update=function(t,e){if(this._finalized)throw new Error("Digest already called");for(var i=r(t,e),n=this._block,o=0;this._blockOffset+i.length-o>=this._blockSize;){for(var s=this._blockOffset;s0;++a)this._length[a]+=u,(u=this._length[a]/4294967296|0)>0&&(this._length[a]-=4294967296*u);return this},s.prototype._update=function(){throw new Error("_update is not implemented")},s.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();void 0!==t&&(e=e.toString(t)),this._block.fill(0),this._blockOffset=0;for(var i=0;i<4;++i)this._length[i]=0;return e},s.prototype._digest=function(){throw new Error("_digest is not implemented")},t.exports=s},51286(t,e,i){"use strict";i.d(e,{A:()=>a});var n=i(71354),r=i.n(n),o=i(76314),s=i.n(o)()(r());s.push([t.id,".account-menu-entry__icon[data-v-bdb908d2]{height:16px;width:16px;margin:calc((var(--default-clickable-area) - 16px)/2);filter:var(--background-invert-if-dark)}.account-menu-entry__icon--active[data-v-bdb908d2]{filter:var(--primary-invert-if-dark)}.account-menu-entry__loading[data-v-bdb908d2]{height:20px;width:20px;margin:calc((var(--default-clickable-area) - 20px)/2)}.account-menu-entry[data-v-bdb908d2] .list-item-content__main{width:fit-content}","",{version:3,sources:["webpack://./core/src/components/AccountMenu/AccountMenuEntry.vue"],names:[],mappings:"AAEC,2CACC,WAAA,CACA,UAAA,CACA,qDAAA,CACA,uCAAA,CAEA,mDACC,oCAAA,CAIF,8CACC,WAAA,CACA,UAAA,CACA,qDAAA,CAGD,8DACC,iBAAA",sourcesContent:["\n.account-menu-entry {\n\t&__icon {\n\t\theight: 16px;\n\t\twidth: 16px;\n\t\tmargin: calc((var(--default-clickable-area) - 16px) / 2); // 16px icon size\n\t\tfilter: var(--background-invert-if-dark);\n\n\t\t&--active {\n\t\t\tfilter: var(--primary-invert-if-dark);\n\t\t}\n\t}\n\n\t&__loading {\n\t\theight: 20px;\n\t\twidth: 20px;\n\t\tmargin: calc((var(--default-clickable-area) - 20px) / 2); // 20px icon size\n\t}\n\n\t:deep(.list-item-content__main) {\n\t\twidth: fit-content;\n\t}\n}\n"],sourceRoot:""}]);const a=s},51481(t,e,i){"use strict";var n=i(46518),r=i(36043);n({target:"Promise",stat:!0,forced:i(10916).CONSTRUCTOR},{reject:function(t){var e=r.f(this);return(0,e.reject)(t),e.promise}})},51629(t,e,i){"use strict";var n=i(46518),r=i(90235);n({target:"Array",proto:!0,forced:[].forEach!==r},{forEach:r})},52061(t){t.exports=function(t,e){for(var i=t.length,n=-1;++n=0);return r},o.prototype._randrange=function(t,e){var i=e.sub(t);return t.add(this._randbelow(i))},o.prototype.test=function(t,e,i){var r=t.bitLength(),o=n.mont(t),s=new n(1).toRed(o);e||(e=Math.max(1,r/48|0));for(var a=t.subn(1),u=0;!a.testn(u);u++);for(var h=t.shrn(u),c=a.toRed(o);e>0;e--){var l=this._randrange(new n(2),a);i&&i(l);var d=l.toRed(o).redPow(h);if(0!==d.cmp(s)&&0!==d.cmp(c)){for(var f=1;f0;e--){var c=this._randrange(new n(2),s),l=t.gcd(c);if(0!==l.cmpn(1))return l;var d=c.toRed(r).redPow(u);if(0!==d.cmp(o)&&0!==d.cmp(h)){for(var f=1;ft;)i[t]=arguments[t++];return i},r)},52632(t,e){e.encrypt=function(t,e){return t._cipher.encryptBlock(e)},e.decrypt=function(t,e){return t._cipher.decryptBlock(e)}},52675(t,e,i){"use strict";i(6761),i(81510),i(97812),i(33110),i(49773)},52703(t,e,i){"use strict";var n=i(44576),r=i(79039),o=i(79504),s=i(655),a=i(43802).trim,u=i(47452),h=n.parseInt,c=n.Symbol,l=c&&c.iterator,d=/^[+-]?0x/i,f=o(d.exec),p=8!==h(u+"08")||22!==h(u+"0x16")||l&&!r(function(){h(Object(l))});t.exports=p?function(t,e){var i=a(s(t));return h(i,e>>>0||(f(d,i)?16:10))}:h},52811(t,e,i){"use strict";var n=i(46518),r=i(92744),o=i(79039),s=i(20034),a=i(3451).onFreeze,u=Object.freeze;n({target:"Object",stat:!0,forced:o(function(){u(1)}),sham:!r},{freeze:function(t){return u&&s(t)?u(a(t)):t}})},52967(t,e,i){"use strict";var n=i(46706),r=i(20034),o=i(67750),s=i(73506);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,i={};try{(t=n(Object.prototype,"__proto__","set"))(i,[]),e=i instanceof Array}catch(t){}return function(i,n){return o(i),s(n),r(i)?(e?t(i,n):i.__proto__=n,i):i}}():void 0)},53179(t,e,i){"use strict";var n=i(92140),r=i(36955);t.exports=n?{}.toString:function(){return"[object "+r(this)+"]"}},53209(t,e,i){"use strict";var n=i(65606),r=65536,o=i(92861).Buffer,s=globalThis.crypto||globalThis.msCrypto;s&&s.getRandomValues?t.exports=function(t,e){if(t>4294967295)throw new RangeError("requested too many random bytes");var i=o.allocUnsafe(t);if(t>0)if(t>r)for(var a=0;a22025.465794806718||e(10)<22025.465794806718||-2e-17!==e(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:i(e)-1}:e},53425(t,e,i){var n,r=i(74692);(n=r).fn.strengthify=function(t){"use strict";var e={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each(function(){var i=n.extend(e,t);function r(t){return n('div[data-strengthifyFor="'+t+'"]')}function o(){var t=n(this).val().substring(0,100),e=n(this).attr("id"),o=""===t?0:1,s=zxcvbn(t,i.userInputs),a="",u="",h="",c=r(e),l=c.find(".strengthify-container"),d=c.find("[data-strengthifyMessage]");switch(c.children().css("opacity",o).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*o+')"'),i.onResult&&i.onResult(s),s.score){case 0:case 1:a="password-bad",u="danger",h=s.feedback?s.feedback.suggestions.join("
"):"";break;case 2:u="warning",h=s.feedback?s.feedback.suggestions.join("
"):"",a="password-medium";break;case 3:a="password-good",u="info",h="Getting better.";break;case 4:a="password-good",u="success",h="Looks good."}d&&(d.removeAttr("class"),d.addClass("bg-"+u),""===t&&(h=""),d.html(h)),l&&(l.attr("class",a+" strengthify-container").css("width",25*(0===s.score?1:s.score)+"%"),""===t&&l.css("width",0)),i.drawTitles&&(i.tilesOptions.tooltip&&(c.attr("title",i.titles[s.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===o&&c.tooltip("hide")),i.tilesOptions.element&&c.find(".strengthify-tiles").text(i.titles[s.score]))}i.drawTitles||i.drawMessage||i.drawBars||console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var t=n(this),e=t.attr("id"),s=o.bind(this),a=i.$addAfter;a||(a=t),a.after(''),i.drawBars&&r(e).append('').append('').append('').append('').append(''),i.drawMessage&&r(e).append(""),i.drawTitles&&i.tilesOptions&&r(e).append('');var u=document.createElement("script");u.src=i.zxcvbn,null!==i.nonce&&u.setAttribute("nonce",i.nonce),u.onload=function(){t.parent().on("scroll",s),t.bind("keyup input change",s)},document.head.appendChild(u)}.call(this)})}},53487(t,e,i){"use strict";var n=i(43802).start,r=i(60706);t.exports=r("trimStart")?function(){return n(this)}:"".trimStart},53602(t){"use strict";var e=4503599627370496;t.exports=function(t){return t+e-e}},53640(t,e,i){"use strict";var n=i(28551),r=i(84270),o=TypeError;t.exports=function(t){if(n(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new o("Incorrect hint");return r(this,t)}},53838(t,e,i){"use strict";var n=i(97080),r=i(25170),o=i(38469),s=i(83789);t.exports=function(t){var e=n(this),i=s(t);return!(r(e)>i.size)&&!1!==o(e,function(t){if(!i.includes(t))return!1},!0)}},53921(t,e,i){"use strict";var n=i(46518),r=i(72652),o=i(97040);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return r(t,function(t,i){o(e,t,i)},{AS_ENTRIES:!0}),e}})},53982(t,e,i){"use strict";var n,r,o=i(44576),s=i(77629),a=i(94901),u=i(2360),h=i(42787),c=i(36840),l=i(608),d=i(96395),f="USE_FUNCTION_CONSTRUCTOR",p=l("asyncIterator"),g=o.AsyncIterator,A=s.AsyncIteratorPrototype;if(A)n=A;else if(a(g))n=g.prototype;else if(s[f]||o[f])try{r=h(h(h(Function("return async function*(){}()")()))),h(r)===Object.prototype&&(n=r)}catch(t){}n?d&&(n=u(n)):n={},a(n[p])||c(n,p,function(){return this}),t.exports=n},54554(t,e,i){"use strict";var n=i(46518),r=i(48981),o=i(35610),s=i(91291),a=i(26198),u=i(34527),h=i(96837),c=i(1469),l=i(97040),d=i(84606),f=i(70597)("splice"),p=Math.max,g=Math.min;n({target:"Array",proto:!0,forced:!f},{splice:function(t,e){var i,n,f,A,m,v,b=r(this),y=a(b),w=o(t,y),C=arguments.length;for(0===C?i=n=0:1===C?(i=0,n=y-w):(i=C-2,n=g(p(s(e),0),y-w)),h(y+i-n),f=c(b,n),A=0;Ay-n+i;A--)d(b,A-1)}else if(i>n)for(A=y-n;A>w;A--)v=A+i-1,(m=A+n-1)in b?b[v]=b[m]:d(b,v);for(A=0;A>s%8,t._prev=o(t._prev,i?n:r);return a}function o(t,e){var i=t.length,r=-1,o=n.allocUnsafe(t.length);for(t=n.concat([t,n.from([e])]);++r>7;return o}e.encrypt=function(t,e,i){for(var o=e.length,s=n.allocUnsafe(o),a=-1;++aa});var n=i(71354),r=i.n(n),o=i(76314),s=i.n(o)()(r());s.push([t.id,'.app-menu-entry[data-v-7faa0c46]{--app-menu-entry-font-size: 12px;width:var(--header-height);height:var(--header-height);position:relative}.app-menu-entry__link[data-v-7faa0c46]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-background-plain-text);width:calc(100% - 4px);height:calc(100% - 4px);margin:2px}.app-menu-entry__label[data-v-7faa0c46]{opacity:0;position:absolute;font-size:var(--app-menu-entry-font-size);color:var(--color-background-plain-text);text-align:center;bottom:0;inset-inline-start:50%;top:50%;display:block;transform:translateX(-50%);max-width:100%;text-overflow:ellipsis;overflow:hidden;letter-spacing:-0.5px}body[dir=rtl] .app-menu-entry__label[data-v-7faa0c46]{transform:translateX(50%) !important}.app-menu-entry__icon[data-v-7faa0c46]{font-size:var(--app-menu-entry-font-size)}.app-menu-entry--active .app-menu-entry__label[data-v-7faa0c46]{font-weight:bolder}.app-menu-entry--active[data-v-7faa0c46]::before{content:" ";position:absolute;pointer-events:none;border-bottom-color:var(--color-main-background);transform:translateX(-50%);width:10px;height:5px;border-radius:3px;background-color:var(--color-background-plain-text);inset-inline-start:50%;bottom:8px;display:block;transition:all var(--animation-quick) ease-in-out;opacity:1}body[dir=rtl] .app-menu-entry--active[data-v-7faa0c46]::before{transform:translateX(50%) !important}.app-menu-entry__icon[data-v-7faa0c46],.app-menu-entry__label[data-v-7faa0c46]{transition:all var(--animation-quick) ease-in-out}.app-menu-entry:hover .app-menu-entry__label[data-v-7faa0c46],.app-menu-entry:focus-within .app-menu-entry__label[data-v-7faa0c46]{font-weight:bold}.app-menu-entry--truncated:hover .app-menu-entry__label[data-v-7faa0c46],.app-menu-entry--truncated:focus-within .app-menu-entry__label[data-v-7faa0c46]{max-width:calc(var(--header-height) + var(--app-menu-entry-growth))}.app-menu-entry--truncated:hover+.app-menu-entry .app-menu-entry__label[data-v-7faa0c46],.app-menu-entry--truncated:focus-within+.app-menu-entry .app-menu-entry__label[data-v-7faa0c46]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}.app-menu-entry:has(+.app-menu-entry--truncated:hover) .app-menu-entry__label[data-v-7faa0c46],.app-menu-entry:has(+.app-menu-entry--truncated:focus-within) .app-menu-entry__label[data-v-7faa0c46]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}',"",{version:3,sources:["webpack://./core/src/components/AppMenuEntry.vue"],names:[],mappings:"AACA,iCACC,gCAAA,CACA,0BAAA,CACA,2BAAA,CACA,iBAAA,CAEA,uCACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CAEA,wCAAA,CAEA,sBAAA,CACA,uBAAA,CACA,UAAA,CAGD,wCACC,SAAA,CACA,iBAAA,CACA,yCAAA,CAEA,wCAAA,CACA,iBAAA,CACA,QAAA,CACA,sBAAA,CACA,OAAA,CACA,aAAA,CACA,0BAAA,CACA,cAAA,CACA,sBAAA,CACA,eAAA,CACA,qBAAA,CAED,sDACC,oCAAA,CAGD,uCACC,yCAAA,CAKA,gEACC,kBAAA,CAID,iDACC,WAAA,CACA,iBAAA,CACA,mBAAA,CACA,gDAAA,CACA,0BAAA,CACA,UAAA,CACA,UAAA,CACA,iBAAA,CACA,mDAAA,CACA,sBAAA,CACA,UAAA,CACA,aAAA,CACA,iDAAA,CACA,SAAA,CAED,+DACC,oCAAA,CAIF,+EAEC,iDAAA,CAID,mIAEC,gBAAA,CAOA,yJACC,mEAAA,CAKA,yLACC,kBAAA,CACA,mEAAA,CAQF,qMACC,kBAAA,CACA,mEAAA",sourcesContent:['\n.app-menu-entry {\n\t--app-menu-entry-font-size: 12px;\n\twidth: var(--header-height);\n\theight: var(--header-height);\n\tposition: relative;\n\n\t&__link {\n\t\tposition: relative;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\t// Set color as this is shown directly on the background\n\t\tcolor: var(--color-background-plain-text);\n\t\t// Make space for focus-visible outline\n\t\twidth: calc(100% - 4px);\n\t\theight: calc(100% - 4px);\n\t\tmargin: 2px;\n\t}\n\n\t&__label {\n\t\topacity: 0;\n\t\tposition: absolute;\n\t\tfont-size: var(--app-menu-entry-font-size);\n\t\t// this is shown directly on the background\n\t\tcolor: var(--color-background-plain-text);\n\t\ttext-align: center;\n\t\tbottom: 0;\n\t\tinset-inline-start: 50%;\n\t\ttop: 50%;\n\t\tdisplay: block;\n\t\ttransform: translateX(-50%);\n\t\tmax-width: 100%;\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden;\n\t\tletter-spacing: -0.5px;\n\t}\n\tbody[dir=rtl] &__label {\n\t\ttransform: translateX(50%) !important;\n\t}\n\n\t&__icon {\n\t\tfont-size: var(--app-menu-entry-font-size);\n\t}\n\n\t&--active {\n\t\t// When hover or focus, show the label and make it bolder than the other entries\n\t\t.app-menu-entry__label {\n\t\t\tfont-weight: bolder;\n\t\t}\n\n\t\t// When active show a line below the entry as an "active" indicator\n\t\t&::before {\n\t\t\tcontent: " ";\n\t\t\tposition: absolute;\n\t\t\tpointer-events: none;\n\t\t\tborder-bottom-color: var(--color-main-background);\n\t\t\ttransform: translateX(-50%);\n\t\t\twidth: 10px;\n\t\t\theight: 5px;\n\t\t\tborder-radius: 3px;\n\t\t\tbackground-color: var(--color-background-plain-text);\n\t\t\tinset-inline-start: 50%;\n\t\t\tbottom: 8px;\n\t\t\tdisplay: block;\n\t\t\ttransition: all var(--animation-quick) ease-in-out;\n\t\t\topacity: 1;\n\t\t}\n\t\tbody[dir=rtl] &::before {\n\t\t\ttransform: translateX(50%) !important;\n\t\t}\n\t}\n\n\t&__icon,\n\t&__label {\n\t\ttransition: all var(--animation-quick) ease-in-out;\n\t}\n\n\t// Make the hovered entry bold to see that it is hovered\n\t&:hover .app-menu-entry__label,\n\t&:focus-within .app-menu-entry__label {\n\t\tfont-weight: bold;\n\t}\n\n\t// Adjust the width when an entry is focussed\n\t// The focussed / hovered entry should grow, while both neighbors need to shrink\n\t&--truncated:hover,\n\t&--truncated:focus-within {\n\t\t.app-menu-entry__label {\n\t\t\tmax-width: calc(var(--header-height) + var(--app-menu-entry-growth));\n\t\t}\n\n\t\t// The next entry needs to shrink half the growth\n\t\t+ .app-menu-entry {\n\t\t\t.app-menu-entry__label {\n\t\t\t\tfont-weight: normal;\n\t\t\t\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\n\t\t\t}\n\t\t}\n\t}\n\n\t// The previous entry needs to shrink half the growth\n\t&:has(+ .app-menu-entry--truncated:hover),\n\t&:has(+ .app-menu-entry--truncated:focus-within) {\n\t\t.app-menu-entry__label {\n\t\t\tfont-weight: normal;\n\t\t\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},55815(t,e,i){"use strict";var n=i(46518),r=i(97751),o=i(89429),s=i(79039),a=i(2360),u=i(6980),h=i(24913).f,c=i(36840),l=i(62106),d=i(39297),f=i(90679),p=i(28551),g=i(77536),A=i(32603),m=i(55002),v=i(16193),b=i(91181),y=i(43724),w=i(96395),C="DOMException",x="DATA_CLONE_ERR",k=r("Error"),M=r(C)||function(){try{(new(r("MessageChannel")||o("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(t){if(t.name===x&&25===t.code)return t.constructor}}(),_=M&&M.prototype,B=k.prototype,E=b.set,I=b.getterFor(C),S="stack"in new k(C),D=function(t){return d(m,t)&&m[t].m?m[t].c:0},T=function(){f(this,O);var t=arguments.length,e=A(t<1?void 0:arguments[0]),i=A(t<2?void 0:arguments[1],"Error"),n=D(i);if(E(this,{type:C,name:i,message:e,code:n}),y||(this.name=i,this.message=e,this.code=n),S){var r=new k(e);r.name=C,h(this,"stack",u(1,v(r.stack,1)))}},O=T.prototype=a(B),P=function(t){return{enumerable:!0,configurable:!0,get:t}},R=function(t){return P(function(){return I(this)[t]})};y&&(l(O,"code",R("code")),l(O,"message",R("message")),l(O,"name",R("name"))),h(O,"constructor",u(1,T));var N=s(function(){return!(new M instanceof k)}),z=N||s(function(){return B.toString!==g||"2: 1"!==String(new M(1,2))}),L=N||s(function(){return 25!==new M(1,"DataCloneError").code}),H=N||25!==M[x]||25!==_[x],j=w?z||L||H:N;n({global:!0,constructor:!0,forced:j},{DOMException:j?T:M});var U=r(C),F=U.prototype;for(var q in z&&(w||M===U)&&c(F,"toString",g),L&&y&&M===U&&l(F,"code",P(function(){return D(p(this).name)})),m)if(d(m,q)){var W=m[q],Y=W.s,Q=u(6,W.c);d(U,Y)||h(U,Y,Q),d(F,Y)||h(F,Y,Q)}},55966(t,e,i){"use strict";var n=i(79306),r=i(64117);t.exports=function(t,e){var i=t[e];return r(i)?void 0:n(i)}},56168(t,e,i){"use strict";var n=i(92861).Buffer,r=i(88310).Transform,o=i(83141).I,s=i(56698),a=i(15377);function u(t){r.call(this),this.hashMode="string"==typeof t,this.hashMode?this[t]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}s(u,r),u.prototype.update=function(t,e,i){var n=a(t,e),r=this._update(n);return this.hashMode?this:(i&&(r=this._toString(r,i)),r)},u.prototype.setAutoPadding=function(){},u.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},u.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},u.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},u.prototype._transform=function(t,e,i){var n;try{this.hashMode?this._update(t):this.push(this._update(t))}catch(t){n=t}finally{i(n)}},u.prototype._flush=function(t){var e;try{this.push(this.__final())}catch(t){e=t}t(e)},u.prototype._finalOrDigest=function(t){var e=this.__final()||n.alloc(0);return t&&(e=this._toString(e,t,!0)),e},u.prototype._toString=function(t,e,i){if(this._decoder||(this._decoder=new o(e),this._encoding=e),this._encoding!==e)throw new Error("can’t switch encodings");var n=this._decoder.write(t);return i&&(n+=this._decoder.end()),n},t.exports=u},56279(t,e,i){"use strict";var n=i(36840);t.exports=function(t,e,i){for(var r in e)n(t,r,e[r],i);return t}},56624(t,e,i){"use strict";i(46518)({target:"Math",stat:!0},{log1p:i(7740)})},56682(t,e,i){"use strict";var n=i(69565),r=i(28551),o=i(94901),s=i(22195),a=i(57323),u=TypeError;t.exports=function(t,e){var i=t.exec;if(o(i)){var h=n(i,t,e);return null!==h&&r(h),h}if("RegExp"===s(t))return n(a,t,e);throw new u("RegExp#exec called on incompatible receiver")}},56969(t,e,i){"use strict";var n=i(72777),r=i(10757);t.exports=function(t){var e=n(t,"string");return r(e)?e:e+""}},57029(t,e,i){"use strict";var n=i(48981),r=i(35610),o=i(26198),s=i(84606),a=Math.min;t.exports=[].copyWithin||function(t,e){var i=n(this),u=o(i),h=r(t,u),c=r(e,u),l=arguments.length>2?arguments[2]:void 0,d=a((void 0===l?u:r(l,u))-c,u-h),f=1;for(c0;)c in i?i[h]=i[c]:s(i,h),h+=f,c+=f;return i}},57145(t,e,i){"use strict";var n=i(46518),r=i(79504),o=i(79306),s=i(25397),a=i(35370),u=i(44124),h=i(6469),c=Array,l=r(u("Array","sort"));n({target:"Array",proto:!0},{toSorted:function(t){void 0!==t&&o(t);var e=s(this),i=a(c,e);return l(i,t)}}),h("toSorted")},57223(){"use strict";!function t(e,i,n){function r(s,a){if(!i[s]){if(!e[s]){if(o)return o(s,!0);throw new Error("Cannot find module '"+s+"'")}var u=i[s]={exports:{}};e[s][0].call(u.exports,function(t){return r(e[s][1][t]||t)},u,u.exports,t,e,i,n)}return i[s].exports}for(var o=void 0,s=0;s0?e.touches[0]["page"+t]:e.changedTouches[0]["page"+t]:e["page"+t]},klass:{has:function(t,e){return-1!==t.className.indexOf(e)},add:function(t,i){!r.klass.has(t,i)&&e.addBodyClasses&&(t.className+=" "+i)},remove:function(t,i){e.addBodyClasses&&(t.className=t.className.replace(i,"").replace(/^\s+|\s+$/g,""))}},dispatchEvent:function(t){if("function"==typeof n[t])return n[t].call()},vendor:function(){var t,e=document.createElement("div"),i="webkit Moz O ms".split(" ");for(t in i)if(void 0!==e.style[i[t]+"Transition"])return i[t]},transitionCallback:function(){return"Moz"===i.vendor||"ms"===i.vendor?"transitionend":i.vendor+"TransitionEnd"},deepExtend:function(t,e){var i;for(i in e)e[i]&&e[i].constructor&&e[i].constructor===Object?(t[i]=t[i]||{},r.deepExtend(t[i],e[i])):t[i]=e[i];return t},angleOfDrag:function(t,e){var n,r;return(r=Math.atan2(-(i.startDragY-e),i.startDragX-t))<0&&(r+=2*Math.PI),(n=Math.floor(r*(180/Math.PI)-180))<0&&n>-180&&(n=360-Math.abs(n)),Math.abs(n)},events:{addEvent:function(t,e,i){return t.addEventListener?t.addEventListener(e,i,!1):t.attachEvent?t.attachEvent("on"+e,i):void 0},removeEvent:function(t,e,i){return t.addEventListener?t.removeEventListener(e,i,!1):t.attachEvent?t.detachEvent("on"+e,i):void 0},prevent:function(t){t.preventDefault?t.preventDefault():t.returnValue=!1}},parentUntil:function(t,e){for(var i="string"==typeof e;t.parentNode;){if(i&&t.getAttribute&&t.getAttribute(e))return t;if(!i&&t===e)return t;t=t.parentNode}return null}},o={translate:{get:{matrix:function(t){var n=window.getComputedStyle(e.element)[i.vendor+"Transform"].match(/\((.*)\)/);return n?(16===(n=n[1].split(",")).length&&(t+=8),parseInt(n[t],10)):0}},easeCallback:function(){e.element.style[i.vendor+"Transition"]="",i.translation=o.translate.get.matrix(4),i.easing=!1,clearInterval(i.animatingInterval),0===i.easingTo&&(r.klass.remove(document.body,"snapjs-right"),r.klass.remove(document.body,"snapjs-left")),r.dispatchEvent("animated"),r.events.removeEvent(e.element,r.transitionCallback(),o.translate.easeCallback)},easeTo:function(t){i.easing=!0,i.easingTo=t,e.element.style[i.vendor+"Transition"]="all "+e.transitionSpeed+"s "+e.easing,i.animatingInterval=setInterval(function(){r.dispatchEvent("animating")},1),r.events.addEvent(e.element,r.transitionCallback(),o.translate.easeCallback),o.translate.x(t),0===t&&(e.element.style[i.vendor+"Transform"]="")},x:function(t){if(!("left"===e.disable&&t>0||"right"===e.disable&&t<0)){e.hyperextensible||(t===e.maxPosition||t>e.maxPosition?t=e.maxPosition:(t===e.minPosition||t0,l=h;if(i.intentChecked&&!i.hasIntent)return;if(e.addBodyClasses&&(u>0?(r.klass.add(document.body,"snapjs-left"),r.klass.remove(document.body,"snapjs-right")):u<0&&(r.klass.add(document.body,"snapjs-right"),r.klass.remove(document.body,"snapjs-left"))),!1===i.hasIntent||null===i.hasIntent){var d=r.angleOfDrag(n,s),f=d>=0&&d<=e.slideIntent||d<=360&&d>360-e.slideIntent;d>=180&&d<=180+e.slideIntent||d<=180&&d>=180-e.slideIntent||f?(i.hasIntent=!0,e.stopPropagation&&t.stopPropagation()):i.hasIntent=!1,i.intentChecked=!0}if(e.minDragDistance>=Math.abs(n-i.startDragX)||!1===i.hasIntent)return;r.events.prevent(t),r.dispatchEvent("drag"),i.dragWatchers.current=n,i.dragWatchers.last>n?("left"!==i.dragWatchers.state&&(i.dragWatchers.state="left",i.dragWatchers.hold=n),i.dragWatchers.last=n):i.dragWatchers.laste.maxPosition/2,flick:Math.abs(i.dragWatchers.current-i.dragWatchers.hold)>e.flickThreshold,translation:{absolute:u,relative:h,sinceDirectionChange:i.dragWatchers.current-i.dragWatchers.hold,percentage:u/e.maxPosition*100}}):(e.minPosition>u&&(l=h-(u-e.minPosition)*e.resistance),i.simpleStates={opening:"right",towards:i.dragWatchers.state,hyperExtending:e.minPosition>u,halfway:ue.flickThreshold,translation:{absolute:u,relative:h,sinceDirectionChange:i.dragWatchers.current-i.dragWatchers.hold,percentage:u/e.minPosition*100}}),o.translate.x(l+a)}},endDrag:function(t){if(i.isDragging){r.dispatchEvent("end");var n=o.translate.get.matrix(4);if(0===i.dragWatchers.current&&0!==n&&e.tapToClose)return r.dispatchEvent("close"),r.events.prevent(t),o.translate.easeTo(0),i.isDragging=!1,void(i.startDragX=0);"left"===i.simpleStates.opening?i.simpleStates.halfway||i.simpleStates.hyperExtending||i.simpleStates.flick?i.simpleStates.flick&&"left"===i.simpleStates.towards?o.translate.easeTo(0):(i.simpleStates.flick&&"right"===i.simpleStates.towards||i.simpleStates.halfway||i.simpleStates.hyperExtending)&&o.translate.easeTo(e.maxPosition):o.translate.easeTo(0):"right"===i.simpleStates.opening&&(i.simpleStates.halfway||i.simpleStates.hyperExtending||i.simpleStates.flick?i.simpleStates.flick&&"right"===i.simpleStates.towards?o.translate.easeTo(0):(i.simpleStates.flick&&"left"===i.simpleStates.towards||i.simpleStates.halfway||i.simpleStates.hyperExtending)&&o.translate.easeTo(e.minPosition):o.translate.easeTo(0)),i.isDragging=!1,i.startDragX=r.page("X",t)}}}},s=function(t){if(r.deepExtend(e,t),!e.element)throw"Snap's element argument does not exist.";e.element.setAttribute("touch-action","pan-y")};this.open=function(t){r.dispatchEvent("open"),r.klass.remove(document.body,"snapjs-expand-left"),r.klass.remove(document.body,"snapjs-expand-right"),"left"===t?(i.simpleStates.opening="left",i.simpleStates.towards="right",r.klass.add(document.body,"snapjs-left"),r.klass.remove(document.body,"snapjs-right"),o.translate.easeTo(e.maxPosition)):"right"===t&&(i.simpleStates.opening="right",i.simpleStates.towards="left",r.klass.remove(document.body,"snapjs-left"),r.klass.add(document.body,"snapjs-right"),o.translate.easeTo(e.minPosition))},this.close=function(){r.dispatchEvent("close"),o.translate.easeTo(0)},this.expand=function(t){var e=window.innerWidth||document.documentElement.clientWidth;"left"===t?(r.dispatchEvent("expandLeft"),r.klass.add(document.body,"snapjs-expand-left"),r.klass.remove(document.body,"snapjs-expand-right")):(r.dispatchEvent("expandRight"),r.klass.add(document.body,"snapjs-expand-right"),r.klass.remove(document.body,"snapjs-expand-left"),e*=-1),o.translate.easeTo(e)},this.on=function(t,e){return n[t]=e,this},this.off=function(t){n[t]&&(n[t]=!1)},this.enable=function(){r.dispatchEvent("enable"),o.drag.listen()},this.disable=function(){r.dispatchEvent("disable"),o.drag.stopListening()},this.settings=function(t){s(t)},this.state=function(){var t=o.translate.get.matrix(4);return{state:t===e.maxPosition?"left":t===e.minPosition?"right":"closed",info:i.simpleStates}},s(t),i.vendor=r.vendor(),o.drag.listen()}},{}]},{},[1])},57301(t,e,i){"use strict";var n=i(94644),r=i(59213).some,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",function(t){return r(o(this),t,arguments.length>1?arguments[1]:void 0)})},57323(t,e,i){"use strict";var n,r,o=i(69565),s=i(79504),a=i(655),u=i(67979),h=i(58429),c=i(25745),l=i(2360),d=i(91181).get,f=i(83635),p=i(18814),g=c("native-string-replace",String.prototype.replace),A=RegExp.prototype.exec,m=A,v=s("".charAt),b=s("".indexOf),y=s("".replace),w=s("".slice),C=(r=/b*/g,o(A,n=/a/,"a"),o(A,r,"a"),0!==n.lastIndex||0!==r.lastIndex),x=h.BROKEN_CARET,k=void 0!==/()??/.exec("")[1];(C||k||x||f||p)&&(m=function(t){var e,i,n,r,s,h,c,f=this,p=d(f),M=a(t),_=p.raw;if(_)return _.lastIndex=f.lastIndex,e=o(m,_,M),f.lastIndex=_.lastIndex,e;var B=p.groups,E=x&&f.sticky,I=o(u,f),S=f.source,D=0,T=M;if(E&&(I=y(I,"y",""),-1===b(I,"g")&&(I+="g"),T=w(M,f.lastIndex),f.lastIndex>0&&(!f.multiline||f.multiline&&"\n"!==v(M,f.lastIndex-1))&&(S="(?: "+S+")",T=" "+T,D++),i=new RegExp("^(?:"+S+")",I)),k&&(i=new RegExp("^"+S+"$(?!\\s)",I)),C&&(n=f.lastIndex),r=o(A,E?i:f,T),E?r?(r.input=w(r.input,D),r[0]=w(r[0],D),r.index=f.lastIndex,f.lastIndex+=r[0].length):f.lastIndex=0:C&&r&&(f.lastIndex=f.global?r.index+r[0].length:n),k&&r&&r.length>1&&o(g,r[0],i,function(){for(s=1;s0))return s.iaddn(1),this.keyFromPrivate(s)}},l.prototype._truncateToN=function(t,e,i){var r;if(n.isBN(t)||"number"==typeof t)r=(t=new n(t,16)).byteLength();else if("object"==typeof t)r=t.length,t=new n(t,16);else{var o=t.toString();r=o.length+1>>>1,t=new n(o,16)}"number"!=typeof i&&(i=8*r);var s=i-this.n.bitLength();return s>0&&(t=t.ushrn(s)),!e&&t.cmp(this.n)>=0?t.sub(this.n):t},l.prototype.sign=function(t,e,i,o){if("object"==typeof i&&(o=i,i=null),o||(o={}),"string"!=typeof t&&"number"!=typeof t&&!n.isBN(t)){u("object"==typeof t&&t&&"number"==typeof t.length,"Expected message to be an array-like, a hex string, or a BN instance"),u(t.length>>>0===t.length);for(var s=0;s=0)){var A=this.g.mul(g);if(!A.isInfinity()){var m=A.getX(),v=m.umod(this.n);if(0!==v.cmpn(0)){var b=g.invm(this.n).mul(v.mul(e.getPrivate()).iadd(t));if(0!==(b=b.umod(this.n)).cmpn(0)){var y=(A.getY().isOdd()?1:0)|(0!==m.cmp(v)?2:0);return o.canonical&&b.cmp(this.nh)>0&&(b=this.n.sub(b),y^=1),new c({r:v,s:b,recoveryParam:y})}}}}}},l.prototype.verify=function(t,e,i,n,r){r||(r={}),t=this._truncateToN(t,!1,r.msgBitLength),i=this.keyFromPublic(i,n);var o=(e=new c(e,"hex")).r,s=e.s;if(o.cmpn(1)<0||o.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var a,u=s.invm(this.n),h=u.mul(t).umod(this.n),l=u.mul(o).umod(this.n);return this.curve._maxwellTrick?!(a=this.g.jmulAdd(h,i.getPublic(),l)).isInfinity()&&a.eqXToP(o):!(a=this.g.mulAdd(h,i.getPublic(),l)).isInfinity()&&0===a.getX().umod(this.n).cmp(o)},l.prototype.recoverPubKey=function(t,e,i,r){u((3&i)===i,"The recovery param is more than two bits"),e=new c(e,r);var o=this.n,s=new n(t),a=e.r,h=e.s,l=1&i,d=i>>1;if(a.cmp(this.curve.p.umod(this.curve.n))>=0&&d)throw new Error("Unable to find sencond key candinate");a=d?this.curve.pointFromX(a.add(this.curve.n),l):this.curve.pointFromX(a,l);var f=e.r.invm(o),p=o.sub(s).mul(f).umod(o),g=h.mul(f).umod(o);return this.g.mulAdd(p,a,g)},l.prototype.getKeyRecoveryParam=function(t,e,i,n){if(null!==(e=new c(e,n)).recoveryParam)return e.recoveryParam;for(var r=0;r<4;r++){var o;try{o=this.recoverPubKey(t,e,r)}catch(t){continue}if(o.eq(i))return r}throw new Error("Unable to find valid recovery factor")}},57465(t,e,i){"use strict";var n=i(43724),r=i(83635),o=i(22195),s=i(62106),a=i(91181).get,u=RegExp.prototype,h=TypeError;n&&r&&s(u,"dotAll",{configurable:!0,get:function(){if(this!==u){if("RegExp"===o(this))return!!a(this).dotAll;throw new h("Incompatible receiver, RegExp required")}}})},57576(t){var e;e=function(){return function(){var t={686:function(t,e,i){"use strict";i.d(e,{default:function(){return y}});var n=i(279),r=i.n(n),o=i(370),s=i.n(o),a=i(817),u=i.n(a);function h(t){try{return document.execCommand(t)}catch(t){return!1}}var c=function(t){var e=u()(t);return h("cut"),e},l=function(t,e){var i=function(t){var e="rtl"===document.documentElement.getAttribute("dir"),i=document.createElement("textarea");i.style.fontSize="12pt",i.style.border="0",i.style.padding="0",i.style.margin="0",i.style.position="absolute",i.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;return i.style.top="".concat(n,"px"),i.setAttribute("readonly",""),i.value=t,i}(t);e.container.appendChild(i);var n=u()(i);return h("copy"),i.remove(),n},d=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body},i="";return"string"==typeof t?i=l(t,e):t instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(null==t?void 0:t.type)?i=l(t.value,e):(i=u()(t),h("copy")),i};function f(t){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},f(t)}function p(t){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},p(t)}function g(t,e){for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===p(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=s()(t,"click",function(t){return e.onClick(t)})}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget,i=this.action(e)||"copy",n=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.action,i=void 0===e?"copy":e,n=t.container,r=t.target,o=t.text;if("copy"!==i&&"cut"!==i)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==r){if(!r||"object"!==f(r)||1!==r.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===i&&r.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===i&&(r.hasAttribute("readonly")||r.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes')}return o?d(o,{container:n}):r?"cut"===i?c(r):d(r,{container:n}):void 0}({action:i,container:this.container,target:this.target(e),text:this.text(e)});this.emit(n?"success":"error",{action:i,text:n,trigger:e,clearSelection:function(){e&&e.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(t){return v("action",t)}},{key:"defaultTarget",value:function(t){var e=v("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return v("text",t)}},{key:"destroy",value:function(){this.listener.destroy()}}],n=[{key:"copy",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body};return d(t,e)}},{key:"cut",value:function(t){return c(t)}},{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,i=!!document.queryCommandSupported;return e.forEach(function(t){i=i&&!!document.queryCommandSupported(t)}),i}}],i&&g(e.prototype,i),n&&g(e,n),u}(r()),y=b},828:function(t){if("undefined"!=typeof Element&&!Element.prototype.matches){var e=Element.prototype;e.matches=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector}t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}},438:function(t,e,i){var n=i(828);function r(t,e,i,n,r){var s=o.apply(this,arguments);return t.addEventListener(i,s,r),{destroy:function(){t.removeEventListener(i,s,r)}}}function o(t,e,i,r){return function(i){i.delegateTarget=n(i.target,e),i.delegateTarget&&r.call(t,i)}}t.exports=function(t,e,i,n,o){return"function"==typeof t.addEventListener?r.apply(null,arguments):"function"==typeof i?r.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,function(t){return r(t,e,i,n,o)}))}},879:function(t,e){e.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},e.nodeList=function(t){var i=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===i||"[object HTMLCollection]"===i)&&"length"in t&&(0===t.length||e.node(t[0]))},e.string=function(t){return"string"==typeof t||t instanceof String},e.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},370:function(t,e,i){var n=i(879),r=i(438);t.exports=function(t,e,i){if(!t&&!e&&!i)throw new Error("Missing required arguments");if(!n.string(e))throw new TypeError("Second argument must be a String");if(!n.fn(i))throw new TypeError("Third argument must be a Function");if(n.node(t))return function(t,e,i){return t.addEventListener(e,i),{destroy:function(){t.removeEventListener(e,i)}}}(t,e,i);if(n.nodeList(t))return function(t,e,i){return Array.prototype.forEach.call(t,function(t){t.addEventListener(e,i)}),{destroy:function(){Array.prototype.forEach.call(t,function(t){t.removeEventListener(e,i)})}}}(t,e,i);if(n.string(t))return function(t,e,i){return r(document.body,t,e,i)}(t,e,i);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(t){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var i=t.hasAttribute("readonly");i||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),i||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var n=window.getSelection(),r=document.createRange();r.selectNodeContents(t),n.removeAllRanges(),n.addRange(r),e=n.toString()}return e}},279:function(t){function e(){}e.prototype={on:function(t,e,i){var n=this.e||(this.e={});return(n[t]||(n[t]=[])).push({fn:e,ctx:i}),this},once:function(t,e,i){var n=this;function r(){n.off(t,r),e.apply(i,arguments)}return r._=e,this.on(t,r,i)},emit:function(t){for(var e=[].slice.call(arguments,1),i=((this.e||(this.e={}))[t]||[]).slice(),n=0,r=i.length;n255?255:255&i}},58429(t,e,i){"use strict";var n=i(79039),r=i(44576).RegExp,o=n(function(){var t=r("a","y");return t.lastIndex=2,null!==t.exec("abcd")}),s=o||n(function(){return!r("a","y").sticky}),a=o||n(function(){var t=r("^r","gy");return t.lastIndex=2,null!==t.exec("str")});t.exports={BROKEN_CARET:a,MISSED_STICKY:s,UNSUPPORTED_Y:o}},58622(t,e,i){"use strict";var n=i(44576),r=i(94901),o=n.WeakMap;t.exports=r(o)&&/native code/.test(String(o))},58903(t,e,i){var n=i(56698),r=i(1048).Buffer,o=i(39629);function s(t){o.call(this,t),this.enc="pem"}n(s,o),t.exports=s,s.prototype.decode=function(t,e){for(var i=t.toString().split(/[\r\n]+/g),n=e.label.toUpperCase(),s=/^-----(BEGIN|END) ([^-]+)-----$/,a=-1,u=-1,h=0;h>16&255,r>>8&255,255&r];if(2===n){if(i&&0!==o[1])throw new f("Extra bits");return[o[0]]}if(3===n){if(i&&0!==o[2])throw new f("Extra bits");return[o[0],o[1]]}return o},v=function(t,e,i){for(var n=e.length,r=0;r0){if("stop-before-partial"===u)break;if("loose"!==u)throw new f("Missing padding");if(1===x.length)throw new f("Malformed padding: exactly one additional character");w=v(y,m(x,r,!1),w)}C=b;break}var M=g(t,k);if(++k,"="===M){if(x.length<2)throw new f("Padding is too early");if(k=A(t,k),2===x.length){if(k===b){if("stop-before-partial"===u)break;throw new f("Malformed padding: only one =")}"="===g(t,k)&&(++k,k=A(t,k))}if(kk;k++)if((f||k in w)&&(b=x(v=w[k],k,y),t))if(e)_[k]=b;else if(b)switch(t){case 3:return!0;case 5:return v;case 6:return k;case 2:h(_,v)}else switch(t){case 4:return!1;case 7:h(_,v)}return l?-1:r||c?c:_}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6),filterReject:c(7)}},59225(t,e,i){"use strict";var n,r,o,s,a=i(44576),u=i(18745),h=i(76080),c=i(94901),l=i(39297),d=i(79039),f=i(20397),p=i(67680),g=i(4055),A=i(22812),m=i(89544),v=i(38574),b=a.setImmediate,y=a.clearImmediate,w=a.process,C=a.Dispatch,x=a.Function,k=a.MessageChannel,M=a.String,_=0,B={},E="onreadystatechange";d(function(){n=a.location});var I=function(t){if(l(B,t)){var e=B[t];delete B[t],e()}},S=function(t){return function(){I(t)}},D=function(t){I(t.data)},T=function(t){a.postMessage(M(t),n.protocol+"//"+n.host)};b&&y||(b=function(t){A(arguments.length,1);var e=c(t)?t:x(t),i=p(arguments,1);return B[++_]=function(){u(e,void 0,i)},r(_),_},y=function(t){delete B[t]},v?r=function(t){w.nextTick(S(t))}:C&&C.now?r=function(t){C.now(S(t))}:k&&!m?(s=(o=new k).port2,o.port1.onmessage=D,r=h(s.postMessage,s)):a.addEventListener&&c(a.postMessage)&&!a.importScripts&&n&&"file:"!==n.protocol&&!d(T)?(r=T,a.addEventListener("message",D,!1)):r=E in g("script")?function(t){f.appendChild(g("script"))[E]=function(){f.removeChild(this),I(t)}}:function(t){setTimeout(S(t),0)}),t.exports={set:b,clear:y}},59699(t){"use strict";t.exports="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"},59848(t,e,i){"use strict";i(86368),i(29309)},59904(t,e,i){"use strict";i(46518)({target:"Object",stat:!0,sham:!i(43724)},{create:i(2360)})},60193(t,e,i){"use strict";i(70511)("hasInstance")},60268(t,e,i){"use strict";var n=i(46518),r=i(77240);n({target:"String",proto:!0,forced:i(23061)("fontcolor")},{fontcolor:function(t){return r(this,"font","color",t)}})},60479(t,e,i){"use strict";i(10687)(Math,"Math",!0)},60480(t,e,i){"use strict";var n,r=e,o=i(77952),s=i(894),a=i(47011).assert;function u(t){"short"===t.type?this.curve=new s.short(t):"edwards"===t.type?this.curve=new s.edwards(t):this.curve=new s.mont(t),this.g=this.curve.g,this.n=this.curve.n,this.hash=t.hash,a(this.g.validate(),"Invalid curve"),a(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function h(t,e){Object.defineProperty(r,t,{configurable:!0,enumerable:!0,get:function(){var i=new u(e);return Object.defineProperty(r,t,{configurable:!0,enumerable:!0,value:i}),i}})}r.PresetCurve=u,h("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:o.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),h("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:o.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),h("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:o.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),h("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:o.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),h("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:o.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),h("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:o.sha256,gRed:!1,g:["9"]}),h("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:o.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{n=i(74011)}catch(t){n=void 0}h("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:o.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",n]})},60511(t,e,i){"use strict";var n=i(60788),r=TypeError;t.exports=function(t){if(n(t))throw new r("The method doesn't accept regular expressions");return t}},60533(t,e,i){"use strict";var n=i(79504),r=i(18014),o=i(655),s=i(72333),a=i(67750),u=n(s),h=n("".slice),c=Math.ceil,l=function(t){return function(e,i,n){var s,l,d=o(a(e)),f=r(i),p=d.length,g=void 0===n?" ":o(n);return f<=p||""===g?d:((l=u(g,c((s=f-p)/g.length))).length>s&&(l=h(l,0,s)),t?d+l:l+d)}};t.exports={start:l(!1),end:l(!0)}},60605(t,e,i){"use strict";i(46518)({target:"Math",stat:!0},{fround:i(15617)})},60706(t,e,i){"use strict";var n=i(10350).PROPER,r=i(79039),o=i(47452);t.exports=function(t){return r(function(){return!!o[t]()||"
"!=="
"[t]()||n&&o[t].name!==t})}},60739(t,e,i){"use strict";var n=i(46518),r=i(79039),o=i(48981),s=i(72777);n({target:"Date",proto:!0,arity:1,forced:r(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})})},{toJSON:function(t){var e=o(this),i=s(e,"number");return"number"!=typeof i||isFinite(i)?e.toISOString():null}})},60788(t,e,i){"use strict";var n=i(20034),r=i(22195),o=i(608)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[o])?!!e:"RegExp"===r(t))}},60825(t,e,i){"use strict";var n=i(46518),r=i(97751),o=i(18745),s=i(30566),a=i(35548),u=i(28551),h=i(20034),c=i(2360),l=i(79039),d=r("Reflect","construct"),f=Object.prototype,p=[].push,g=l(function(){function t(){}return!(d(function(){},[],t)instanceof t)}),A=!l(function(){d(function(){})}),m=g||A;n({target:"Reflect",stat:!0,forced:m,sham:m},{construct:function(t,e){a(t),u(e);var i=arguments.length<3?t:a(arguments[2]);if(A&&!g)return d(t,e,i);if(t===i){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return o(p,n,e),new(o(s,t,n))}var r=i.prototype,l=c(h(r)?r:f),m=o(t,l,e);return h(m)?m:l}})},61034(t,e,i){"use strict";var n=i(69565),r=i(39297),o=i(1625),s=i(65213),a=i(67979),u=RegExp.prototype;t.exports=s.correct?function(t){return t.flags}:function(t){return s.correct||!o(u,t)||r(t,"flags")?t.flags:n(a,t)}},61158(t,e,i){!function(t,e){"use strict";function n(t,e){if(!t)throw new Error(e||"Assertion failed")}function r(t,e){t.super_=e;var i=function(){};i.prototype=e.prototype,t.prototype=new i,t.prototype.constructor=t}function o(t,e,i){if(o.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(i=e,e=10),this._init(t||0,e||10,i||"be"))}var s;"object"==typeof t?t.exports=o:e.BN=o,o.BN=o,o.wordSize=26;try{s="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:i(64688).Buffer}catch(t){}function a(t,e){var i=t.charCodeAt(e);return i>=65&&i<=70?i-55:i>=97&&i<=102?i-87:i-48&15}function u(t,e,i){var n=a(t,i);return i-1>=e&&(n|=a(t,i-1)<<4),n}function h(t,e,i,n){for(var r=0,o=Math.min(t.length,i),s=e;s=49?a-49+10:a>=17?a-17+10:a}return r}o.isBN=function(t){return t instanceof o||null!==t&&"object"==typeof t&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,i){if("number"==typeof t)return this._initNumber(t,e,i);if("object"==typeof t)return this._initArray(t,e,i);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var r=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&(r++,this.negative=1),r=0;r-=3)s=t[r]|t[r-1]<<8|t[r-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===i)for(r=0,o=0;r>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e,i){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var n=0;n=e;n-=2)r=u(t,e,n)<=18?(o-=18,s+=1,this.words[s]|=r>>>26):o+=8;else for(n=(t.length-e)%2==0?e+1:e;n=18?(o-=18,s+=1,this.words[s]|=r>>>26):o+=8;this.strip()},o.prototype._parseBase=function(t,e,i){this.words=[0],this.length=1;for(var n=0,r=1;r<=67108863;r*=e)n++;n--,r=r/e|0;for(var o=t.length-i,s=o%n,a=Math.min(o,o-s)+i,u=0,c=i;c1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var c=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],l=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],d=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function f(t,e,i){i.negative=e.negative^t.negative;var n=t.length+e.length|0;i.length=n,n=n-1|0;var r=0|t.words[0],o=0|e.words[0],s=r*o,a=67108863&s,u=s/67108864|0;i.words[0]=a;for(var h=1;h>>26,l=67108863&u,d=Math.min(h,e.length-1),f=Math.max(0,h-t.length+1);f<=d;f++){var p=h-f|0;c+=(s=(r=0|t.words[p])*(o=0|e.words[f])+l)/67108864|0,l=67108863&s}i.words[h]=0|l,u=0|c}return 0!==u?i.words[h]=0|u:i.length--,i.strip()}o.prototype.toString=function(t,e){var i;if(e=0|e||1,16===(t=t||10)||"hex"===t){i="";for(var r=0,o=0,s=0;s>>24-r&16777215,(r+=2)>=26&&(r-=26,s--),i=0!==o||s!==this.length-1?c[6-u.length]+u+i:u+i}for(0!==o&&(i=o.toString(16)+i);i.length%e!==0;)i="0"+i;return 0!==this.negative&&(i="-"+i),i}if(t===(0|t)&&t>=2&&t<=36){var h=l[t],f=d[t];i="";var p=this.clone();for(p.negative=0;!p.isZero();){var g=p.modn(f).toString(t);i=(p=p.idivn(f)).isZero()?g+i:c[h-g.length]+g+i}for(this.isZero()&&(i="0"+i);i.length%e!==0;)i="0"+i;return 0!==this.negative&&(i="-"+i),i}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==s),this.toArrayLike(s,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,i){var r=this.byteLength(),o=i||Math.max(1,r);n(r<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,h=new t(o),c=this.clone();if(u){for(a=0;!c.isZero();a++)s=c.andln(255),c.iushrn(8),h[a]=s;for(;a=4096&&(i+=13,e>>>=13),e>=64&&(i+=7,e>>>=7),e>=8&&(i+=4,e>>>=4),e>=2&&(i+=2,e>>>=2),i+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,i=0;return 8191&e||(i+=13,e>>>=13),127&e||(i+=7,e>>>=7),15&e||(i+=4,e>>>=4),3&e||(i+=2,e>>>=2),1&e||i++,i},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var i=0;it.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,i;this.length>t.length?(e=this,i=t):(e=t,i=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),i=t%26;this._expand(e),i>0&&e--;for(var r=0;r0&&(this.words[r]=~this.words[r]&67108863>>26-i),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var i=t/26|0,r=t%26;return this._expand(i+1),this.words[i]=e?this.words[i]|1<t.length?(i=this,n=t):(i=t,n=this);for(var r=0,o=0;o>>26;for(;0!==r&&o>>26;if(this.length=i.length,0!==r)this.words[this.length]=r,this.length++;else if(i!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var i,n,r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;r>0?(i=this,n=t):(i=t,n=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,f=0|s[1],p=8191&f,g=f>>>13,A=0|s[2],m=8191&A,v=A>>>13,b=0|s[3],y=8191&b,w=b>>>13,C=0|s[4],x=8191&C,k=C>>>13,M=0|s[5],_=8191&M,B=M>>>13,E=0|s[6],I=8191&E,S=E>>>13,D=0|s[7],T=8191&D,O=D>>>13,P=0|s[8],R=8191&P,N=P>>>13,z=0|s[9],L=8191&z,H=z>>>13,j=0|a[0],U=8191&j,F=j>>>13,q=0|a[1],W=8191&q,Y=q>>>13,Q=0|a[2],G=8191&Q,V=Q>>>13,X=0|a[3],K=8191&X,Z=X>>>13,J=0|a[4],$=8191&J,tt=J>>>13,et=0|a[5],it=8191&et,nt=et>>>13,rt=0|a[6],ot=8191&rt,st=rt>>>13,at=0|a[7],ut=8191&at,ht=at>>>13,ct=0|a[8],lt=8191&ct,dt=ct>>>13,ft=0|a[9],pt=8191&ft,gt=ft>>>13;i.negative=t.negative^e.negative,i.length=19;var At=(h+(n=Math.imul(l,U))|0)+((8191&(r=(r=Math.imul(l,F))+Math.imul(d,U)|0))<<13)|0;h=((o=Math.imul(d,F))+(r>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(p,U),r=(r=Math.imul(p,F))+Math.imul(g,U)|0,o=Math.imul(g,F);var mt=(h+(n=n+Math.imul(l,W)|0)|0)+((8191&(r=(r=r+Math.imul(l,Y)|0)+Math.imul(d,W)|0))<<13)|0;h=((o=o+Math.imul(d,Y)|0)+(r>>>13)|0)+(mt>>>26)|0,mt&=67108863,n=Math.imul(m,U),r=(r=Math.imul(m,F))+Math.imul(v,U)|0,o=Math.imul(v,F),n=n+Math.imul(p,W)|0,r=(r=r+Math.imul(p,Y)|0)+Math.imul(g,W)|0,o=o+Math.imul(g,Y)|0;var vt=(h+(n=n+Math.imul(l,G)|0)|0)+((8191&(r=(r=r+Math.imul(l,V)|0)+Math.imul(d,G)|0))<<13)|0;h=((o=o+Math.imul(d,V)|0)+(r>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(y,U),r=(r=Math.imul(y,F))+Math.imul(w,U)|0,o=Math.imul(w,F),n=n+Math.imul(m,W)|0,r=(r=r+Math.imul(m,Y)|0)+Math.imul(v,W)|0,o=o+Math.imul(v,Y)|0,n=n+Math.imul(p,G)|0,r=(r=r+Math.imul(p,V)|0)+Math.imul(g,G)|0,o=o+Math.imul(g,V)|0;var bt=(h+(n=n+Math.imul(l,K)|0)|0)+((8191&(r=(r=r+Math.imul(l,Z)|0)+Math.imul(d,K)|0))<<13)|0;h=((o=o+Math.imul(d,Z)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(x,U),r=(r=Math.imul(x,F))+Math.imul(k,U)|0,o=Math.imul(k,F),n=n+Math.imul(y,W)|0,r=(r=r+Math.imul(y,Y)|0)+Math.imul(w,W)|0,o=o+Math.imul(w,Y)|0,n=n+Math.imul(m,G)|0,r=(r=r+Math.imul(m,V)|0)+Math.imul(v,G)|0,o=o+Math.imul(v,V)|0,n=n+Math.imul(p,K)|0,r=(r=r+Math.imul(p,Z)|0)+Math.imul(g,K)|0,o=o+Math.imul(g,Z)|0;var yt=(h+(n=n+Math.imul(l,$)|0)|0)+((8191&(r=(r=r+Math.imul(l,tt)|0)+Math.imul(d,$)|0))<<13)|0;h=((o=o+Math.imul(d,tt)|0)+(r>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),r=(r=Math.imul(_,F))+Math.imul(B,U)|0,o=Math.imul(B,F),n=n+Math.imul(x,W)|0,r=(r=r+Math.imul(x,Y)|0)+Math.imul(k,W)|0,o=o+Math.imul(k,Y)|0,n=n+Math.imul(y,G)|0,r=(r=r+Math.imul(y,V)|0)+Math.imul(w,G)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(m,K)|0,r=(r=r+Math.imul(m,Z)|0)+Math.imul(v,K)|0,o=o+Math.imul(v,Z)|0,n=n+Math.imul(p,$)|0,r=(r=r+Math.imul(p,tt)|0)+Math.imul(g,$)|0,o=o+Math.imul(g,tt)|0;var wt=(h+(n=n+Math.imul(l,it)|0)|0)+((8191&(r=(r=r+Math.imul(l,nt)|0)+Math.imul(d,it)|0))<<13)|0;h=((o=o+Math.imul(d,nt)|0)+(r>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(I,U),r=(r=Math.imul(I,F))+Math.imul(S,U)|0,o=Math.imul(S,F),n=n+Math.imul(_,W)|0,r=(r=r+Math.imul(_,Y)|0)+Math.imul(B,W)|0,o=o+Math.imul(B,Y)|0,n=n+Math.imul(x,G)|0,r=(r=r+Math.imul(x,V)|0)+Math.imul(k,G)|0,o=o+Math.imul(k,V)|0,n=n+Math.imul(y,K)|0,r=(r=r+Math.imul(y,Z)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,Z)|0,n=n+Math.imul(m,$)|0,r=(r=r+Math.imul(m,tt)|0)+Math.imul(v,$)|0,o=o+Math.imul(v,tt)|0,n=n+Math.imul(p,it)|0,r=(r=r+Math.imul(p,nt)|0)+Math.imul(g,it)|0,o=o+Math.imul(g,nt)|0;var Ct=(h+(n=n+Math.imul(l,ot)|0)|0)+((8191&(r=(r=r+Math.imul(l,st)|0)+Math.imul(d,ot)|0))<<13)|0;h=((o=o+Math.imul(d,st)|0)+(r>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(T,U),r=(r=Math.imul(T,F))+Math.imul(O,U)|0,o=Math.imul(O,F),n=n+Math.imul(I,W)|0,r=(r=r+Math.imul(I,Y)|0)+Math.imul(S,W)|0,o=o+Math.imul(S,Y)|0,n=n+Math.imul(_,G)|0,r=(r=r+Math.imul(_,V)|0)+Math.imul(B,G)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(x,K)|0,r=(r=r+Math.imul(x,Z)|0)+Math.imul(k,K)|0,o=o+Math.imul(k,Z)|0,n=n+Math.imul(y,$)|0,r=(r=r+Math.imul(y,tt)|0)+Math.imul(w,$)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(m,it)|0,r=(r=r+Math.imul(m,nt)|0)+Math.imul(v,it)|0,o=o+Math.imul(v,nt)|0,n=n+Math.imul(p,ot)|0,r=(r=r+Math.imul(p,st)|0)+Math.imul(g,ot)|0,o=o+Math.imul(g,st)|0;var xt=(h+(n=n+Math.imul(l,ut)|0)|0)+((8191&(r=(r=r+Math.imul(l,ht)|0)+Math.imul(d,ut)|0))<<13)|0;h=((o=o+Math.imul(d,ht)|0)+(r>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(R,U),r=(r=Math.imul(R,F))+Math.imul(N,U)|0,o=Math.imul(N,F),n=n+Math.imul(T,W)|0,r=(r=r+Math.imul(T,Y)|0)+Math.imul(O,W)|0,o=o+Math.imul(O,Y)|0,n=n+Math.imul(I,G)|0,r=(r=r+Math.imul(I,V)|0)+Math.imul(S,G)|0,o=o+Math.imul(S,V)|0,n=n+Math.imul(_,K)|0,r=(r=r+Math.imul(_,Z)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,Z)|0,n=n+Math.imul(x,$)|0,r=(r=r+Math.imul(x,tt)|0)+Math.imul(k,$)|0,o=o+Math.imul(k,tt)|0,n=n+Math.imul(y,it)|0,r=(r=r+Math.imul(y,nt)|0)+Math.imul(w,it)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(m,ot)|0,r=(r=r+Math.imul(m,st)|0)+Math.imul(v,ot)|0,o=o+Math.imul(v,st)|0,n=n+Math.imul(p,ut)|0,r=(r=r+Math.imul(p,ht)|0)+Math.imul(g,ut)|0,o=o+Math.imul(g,ht)|0;var kt=(h+(n=n+Math.imul(l,lt)|0)|0)+((8191&(r=(r=r+Math.imul(l,dt)|0)+Math.imul(d,lt)|0))<<13)|0;h=((o=o+Math.imul(d,dt)|0)+(r>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(L,U),r=(r=Math.imul(L,F))+Math.imul(H,U)|0,o=Math.imul(H,F),n=n+Math.imul(R,W)|0,r=(r=r+Math.imul(R,Y)|0)+Math.imul(N,W)|0,o=o+Math.imul(N,Y)|0,n=n+Math.imul(T,G)|0,r=(r=r+Math.imul(T,V)|0)+Math.imul(O,G)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,K)|0,r=(r=r+Math.imul(I,Z)|0)+Math.imul(S,K)|0,o=o+Math.imul(S,Z)|0,n=n+Math.imul(_,$)|0,r=(r=r+Math.imul(_,tt)|0)+Math.imul(B,$)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(x,it)|0,r=(r=r+Math.imul(x,nt)|0)+Math.imul(k,it)|0,o=o+Math.imul(k,nt)|0,n=n+Math.imul(y,ot)|0,r=(r=r+Math.imul(y,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(m,ut)|0,r=(r=r+Math.imul(m,ht)|0)+Math.imul(v,ut)|0,o=o+Math.imul(v,ht)|0,n=n+Math.imul(p,lt)|0,r=(r=r+Math.imul(p,dt)|0)+Math.imul(g,lt)|0,o=o+Math.imul(g,dt)|0;var Mt=(h+(n=n+Math.imul(l,pt)|0)|0)+((8191&(r=(r=r+Math.imul(l,gt)|0)+Math.imul(d,pt)|0))<<13)|0;h=((o=o+Math.imul(d,gt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(L,W),r=(r=Math.imul(L,Y))+Math.imul(H,W)|0,o=Math.imul(H,Y),n=n+Math.imul(R,G)|0,r=(r=r+Math.imul(R,V)|0)+Math.imul(N,G)|0,o=o+Math.imul(N,V)|0,n=n+Math.imul(T,K)|0,r=(r=r+Math.imul(T,Z)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,Z)|0,n=n+Math.imul(I,$)|0,r=(r=r+Math.imul(I,tt)|0)+Math.imul(S,$)|0,o=o+Math.imul(S,tt)|0,n=n+Math.imul(_,it)|0,r=(r=r+Math.imul(_,nt)|0)+Math.imul(B,it)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(x,ot)|0,r=(r=r+Math.imul(x,st)|0)+Math.imul(k,ot)|0,o=o+Math.imul(k,st)|0,n=n+Math.imul(y,ut)|0,r=(r=r+Math.imul(y,ht)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ht)|0,n=n+Math.imul(m,lt)|0,r=(r=r+Math.imul(m,dt)|0)+Math.imul(v,lt)|0,o=o+Math.imul(v,dt)|0;var _t=(h+(n=n+Math.imul(p,pt)|0)|0)+((8191&(r=(r=r+Math.imul(p,gt)|0)+Math.imul(g,pt)|0))<<13)|0;h=((o=o+Math.imul(g,gt)|0)+(r>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(L,G),r=(r=Math.imul(L,V))+Math.imul(H,G)|0,o=Math.imul(H,V),n=n+Math.imul(R,K)|0,r=(r=r+Math.imul(R,Z)|0)+Math.imul(N,K)|0,o=o+Math.imul(N,Z)|0,n=n+Math.imul(T,$)|0,r=(r=r+Math.imul(T,tt)|0)+Math.imul(O,$)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,it)|0,r=(r=r+Math.imul(I,nt)|0)+Math.imul(S,it)|0,o=o+Math.imul(S,nt)|0,n=n+Math.imul(_,ot)|0,r=(r=r+Math.imul(_,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(x,ut)|0,r=(r=r+Math.imul(x,ht)|0)+Math.imul(k,ut)|0,o=o+Math.imul(k,ht)|0,n=n+Math.imul(y,lt)|0,r=(r=r+Math.imul(y,dt)|0)+Math.imul(w,lt)|0,o=o+Math.imul(w,dt)|0;var Bt=(h+(n=n+Math.imul(m,pt)|0)|0)+((8191&(r=(r=r+Math.imul(m,gt)|0)+Math.imul(v,pt)|0))<<13)|0;h=((o=o+Math.imul(v,gt)|0)+(r>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,n=Math.imul(L,K),r=(r=Math.imul(L,Z))+Math.imul(H,K)|0,o=Math.imul(H,Z),n=n+Math.imul(R,$)|0,r=(r=r+Math.imul(R,tt)|0)+Math.imul(N,$)|0,o=o+Math.imul(N,tt)|0,n=n+Math.imul(T,it)|0,r=(r=r+Math.imul(T,nt)|0)+Math.imul(O,it)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,r=(r=r+Math.imul(I,st)|0)+Math.imul(S,ot)|0,o=o+Math.imul(S,st)|0,n=n+Math.imul(_,ut)|0,r=(r=r+Math.imul(_,ht)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ht)|0,n=n+Math.imul(x,lt)|0,r=(r=r+Math.imul(x,dt)|0)+Math.imul(k,lt)|0,o=o+Math.imul(k,dt)|0;var Et=(h+(n=n+Math.imul(y,pt)|0)|0)+((8191&(r=(r=r+Math.imul(y,gt)|0)+Math.imul(w,pt)|0))<<13)|0;h=((o=o+Math.imul(w,gt)|0)+(r>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,$),r=(r=Math.imul(L,tt))+Math.imul(H,$)|0,o=Math.imul(H,tt),n=n+Math.imul(R,it)|0,r=(r=r+Math.imul(R,nt)|0)+Math.imul(N,it)|0,o=o+Math.imul(N,nt)|0,n=n+Math.imul(T,ot)|0,r=(r=r+Math.imul(T,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,r=(r=r+Math.imul(I,ht)|0)+Math.imul(S,ut)|0,o=o+Math.imul(S,ht)|0,n=n+Math.imul(_,lt)|0,r=(r=r+Math.imul(_,dt)|0)+Math.imul(B,lt)|0,o=o+Math.imul(B,dt)|0;var It=(h+(n=n+Math.imul(x,pt)|0)|0)+((8191&(r=(r=r+Math.imul(x,gt)|0)+Math.imul(k,pt)|0))<<13)|0;h=((o=o+Math.imul(k,gt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,it),r=(r=Math.imul(L,nt))+Math.imul(H,it)|0,o=Math.imul(H,nt),n=n+Math.imul(R,ot)|0,r=(r=r+Math.imul(R,st)|0)+Math.imul(N,ot)|0,o=o+Math.imul(N,st)|0,n=n+Math.imul(T,ut)|0,r=(r=r+Math.imul(T,ht)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ht)|0,n=n+Math.imul(I,lt)|0,r=(r=r+Math.imul(I,dt)|0)+Math.imul(S,lt)|0,o=o+Math.imul(S,dt)|0;var St=(h+(n=n+Math.imul(_,pt)|0)|0)+((8191&(r=(r=r+Math.imul(_,gt)|0)+Math.imul(B,pt)|0))<<13)|0;h=((o=o+Math.imul(B,gt)|0)+(r>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,ot),r=(r=Math.imul(L,st))+Math.imul(H,ot)|0,o=Math.imul(H,st),n=n+Math.imul(R,ut)|0,r=(r=r+Math.imul(R,ht)|0)+Math.imul(N,ut)|0,o=o+Math.imul(N,ht)|0,n=n+Math.imul(T,lt)|0,r=(r=r+Math.imul(T,dt)|0)+Math.imul(O,lt)|0,o=o+Math.imul(O,dt)|0;var Dt=(h+(n=n+Math.imul(I,pt)|0)|0)+((8191&(r=(r=r+Math.imul(I,gt)|0)+Math.imul(S,pt)|0))<<13)|0;h=((o=o+Math.imul(S,gt)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863,n=Math.imul(L,ut),r=(r=Math.imul(L,ht))+Math.imul(H,ut)|0,o=Math.imul(H,ht),n=n+Math.imul(R,lt)|0,r=(r=r+Math.imul(R,dt)|0)+Math.imul(N,lt)|0,o=o+Math.imul(N,dt)|0;var Tt=(h+(n=n+Math.imul(T,pt)|0)|0)+((8191&(r=(r=r+Math.imul(T,gt)|0)+Math.imul(O,pt)|0))<<13)|0;h=((o=o+Math.imul(O,gt)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,lt),r=(r=Math.imul(L,dt))+Math.imul(H,lt)|0,o=Math.imul(H,dt);var Ot=(h+(n=n+Math.imul(R,pt)|0)|0)+((8191&(r=(r=r+Math.imul(R,gt)|0)+Math.imul(N,pt)|0))<<13)|0;h=((o=o+Math.imul(N,gt)|0)+(r>>>13)|0)+(Ot>>>26)|0,Ot&=67108863;var Pt=(h+(n=Math.imul(L,pt))|0)+((8191&(r=(r=Math.imul(L,gt))+Math.imul(H,pt)|0))<<13)|0;return h=((o=Math.imul(H,gt))+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,u[0]=At,u[1]=mt,u[2]=vt,u[3]=bt,u[4]=yt,u[5]=wt,u[6]=Ct,u[7]=xt,u[8]=kt,u[9]=Mt,u[10]=_t,u[11]=Bt,u[12]=Et,u[13]=It,u[14]=St,u[15]=Dt,u[16]=Tt,u[17]=Ot,u[18]=Pt,0!==h&&(u[19]=h,i.length++),i};function g(t,e,i){return(new A).mulp(t,e,i)}function A(t,e){this.x=t,this.y=e}Math.imul||(p=f),o.prototype.mulTo=function(t,e){var i,n=this.length+t.length;return i=10===this.length&&10===t.length?p(this,t,e):n<63?f(this,t,e):n<1024?function(t,e,i){i.negative=e.negative^t.negative,i.length=t.length+e.length;for(var n=0,r=0,o=0;o>>26)|0)>>>26,s&=67108863}i.words[o]=a,n=s,s=r}return 0!==n?i.words[o]=n:i.length--,i.strip()}(this,t,e):g(this,t,e),i},A.prototype.makeRBT=function(t){for(var e=new Array(t),i=o.prototype._countBits(t)-1,n=0;n>=1;return n},A.prototype.permute=function(t,e,i,n,r,o){for(var s=0;s>>=1)r++;return 1<>>=13,i[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=r/67108864|0,e+=o>>>26,this.words[i]=67108863&o}return 0!==e&&(this.words[i]=e,this.length++),this.length=0===t?1:this.length,this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),i=0;i>>r}return e}(t);if(0===e.length)return new o(1);for(var i=this,n=0;n=0);var e,i=t%26,r=(t-i)/26,o=67108863>>>26-i<<26-i;if(0!==i){var s=0;for(e=0;e>>26-i}s&&(this.words[e]=s,this.length++)}if(0!==r){for(e=this.length-1;e>=0;e--)this.words[e+r]=this.words[e];for(e=0;e=0),r=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,h=0;h